@charset "utf-8";
/**{border:1px solid #00ccff;}*/
body{
	max-width:100%;
	height:auto;
	overflow-x:auto;
	margin:0;
}

img{
	max-width:100%;
	height:auto;
}

#wrapper{
	max-width:100%;
	height:auto;
	background-image: url("../img/base_sp.png");
	background-repeat: repeat;
	background-size:106px 106px;
	position: relative;
	z-index: 1;
}

#pageBody{
	max-width:100%;
	height:auto;
	overflow-x:hidden;
	margin: 0 auto;
	background: url("../img/bg_sp.png") no-repeat center top;
	background-size:100% auto;
	position: relative;
	padding:0;
	z-index: 2;
}

#content{
	max-width:100%;
	height:auto;
	padding:0 10px;
	margin: 0 auto;
	color: #fff;
}

.icon{
	max-width:100%;
	height:auto;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	margin:25px 0 20px !important;
	padding:10px 0 5px;
}

.icon div{
	vertical-align:top !important;
	display:inline-block !important;
}

.fb-like{
	margin-top:-10px;
}

#content p{
	max-width:100%;
	height:auto;
	font-size: 12px;
	line-height:1.8em;
	margin-bottom:55px;
}

#visual img{
	margin-bottom:10px;
	display:block;
	margin-right:auto;
	margin-left:auto;
}

#visual img:nth-child(2){
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

h2{
	width:300px;
	box-sizing: border-box;
	height:auto;
	background-color: rgba(0,0,0,0.6);
	margin:0 auto 15px;
	font-size:15px;
	padding:10px;
	font-weight: bold;
}

#main img{
	display:block;
	margin:0 auto;
}

h3{
	font-size: 14px;
	color: #8800ff;
	margin:20px 0 15px;
	font-weight: bold;
	
}

#main .img_area{
	max-width:100%;
	height:auto;
	font-size:0;
	text-align:center;
	margin-bottom:42px;
}

#main .img_area img{
	padding:0;
	margin:0 !important;
	display:inline-block;
}

#main .txt-area{
	max-width:100%;
	height:auto;
	border-bottom:1px solid #434343;
	margin-bottom:29px !important;
}

#main .txt-area p{
	margin-bottom:27px !important;
}

#main .sub-area{
	max-width:100%;
	height:auto;
	margin-bottom:29px !important;
}

#main .sub-area img{
	float:left;
	margin-bottom:4px;
	margin-right:15px;
}

#main .sub-area p{
	line-height:1.95em;
}

#main .sub-area h3{
	margin:0 10px !important;
}

#footer{
	max-width:100%;
	height:auto;
	background:none !important;
}

#footer .under .copy1{
	font-size:9px !important;
	font-weight: bold;
	color:#434343;
	float:left;
	margin-top:11px !important;
}

#footer .under .copy2{
	float:right;
	font-size:9px !important;
	font-weight: bold;
	color:#434343;
	margin:11px 0 15px !important;
}

#footer p span{
	font-family:monospace,sans-serif !important;
	color:#434343;
}

#footer p{
	text-align:right;
	margin-bottom:0 !important;
}

#footer .under .logo img{
	text-align:right !important;
	display:inline-block !important;
}