@charset "utf-8";

/* CSS Document */

body{
	text-align: center;
	background-color: #000;
}

a,
area{
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(100,100,100,0.5);
}

.ui-body-c{
	background: none !important;
}

#main{
	max-width: 480px;
	text-align: left;
	margin: 0 auto;
}

#contents{
	margin: 0 10px;
	clear: both;
	position: relative;
	background-color: #fff;
	padding-bottom: 10px;
	border-radius: 0 0 10px 10px;
}

#contents02{
	margin: 0 10px;
	clear: both;
	position: relative;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
}

.subTitle{
	width: 100%;
	text-align:center;
}

.subTitle img{
	width: 100%;
	height: auto;
}


footer{
	clear: both;
	padding-top: 20px;
}

footer nav ul{
	float: left;
	width: 70%;
}

footer nav li{
	float: left;
	padding-right: 5px;
	line-height: 80%;
}
footer nav li.list01{
	clear: left;
}

footer nav li a{
	background: url(../img/ptYa01.png) no-repeat 0 2px;
}

footer nav a{
	padding-left: 8px;
	color: #fff !important;
	text-decoration: none;
	font-size: 9px;
	text-shadow: none;
}

footer nav #pagetop {
	background-color: rgb(68,68,68); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(51,51,51,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(51,51,51,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
border-radius: 10px 10px 0 0;
padding: 5px;
float: left;
width: 25%;
text-align: center;
border-bottom: 1px solid #494949;
}
footer nav #pagetop a{
	background: url(../img/ptYa02.png) no-repeat 0 2px;
	font-size: 7px;
	padding-left: 10px;
}

#cFooter{
	padding: 10px;
	background: url(../img/bgFooter.gif) center repeat-x #333333;
	text-align:center;
	clear: both;
}
#cFooter img{
	width: 85%;
	height: auto;
}

footer address{
	text-align: center;
	color: #ccc;
	font-size: 11px;
	padding: 10px 0;
	text-shadow: none;
	font-style: normal;
}


#secondHeader h1 img{
	width: 100%;
	height: auto;
}

#secondNavi{
	background: url(../img/bgSecondNavi.jpg) repeat-x;
	padding: 10px 0 10px 15px;
	text-align: center;
	border-top: 1px solid #c8c8c8;
}
#secondNavi li{
	width: 31%;
	display: inline;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#secondNavi li a{
	display: inline-block;
	-webkit-tap-highlight-color:rgba(100,100,100,0);
	width: 100%;
}

#secondNavi li img{
	width: 100%;
	height: auto;
	padding-bottom: 2px;
}

#secondNavi .hover img{
	margin-top: 2px;
	padding-bottom: 0px;
	opacity: 0.85;
}

#secondNavi .clear{
	line-height: 1pt;
	height: 1px;
	font-size: 1pt;
}
