@charset "UTF-8";

/*
--------------------------------------------------
 for Smartphone base style
--------------------------------------------------
*/

html {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整OFF */
	font-size:12px;
}
body {
	font-family: sans-serif;
}
a {
	-webkit-tap-highlight-color: rgba(00,33,99,0.3); /* タップ時の背景色 */
}


/* CSS Document */
#containerShort{
	position:relative;
	margin:80px auto 0 auto;
	padding:0 10px;
	max-width:300px;
	/*background-color:#333;*/
}
#containerShortTop{
	position:relative;
	margin:0 auto;
	padding:0 10px;
	max-width:300px;
	/*background-color:#333;*/
}
#container{
	position:relative;
	margin:90px auto 0 auto;
	padding:0 0px;
	/*background-color:#333;*/
}
#containerNews{
	position:relative;
	margin:90px auto 0 auto;
	padding:0px;
	max-width:380px;
	/*background-color:#333;*/
}




#headNavi_sp{
	background: url(../img/headbg_sp.png) repeat-x center top;
	top: 0px;
	width:100%;
	position: fixed;
	z-index: 9999;
}

.flex100{
	width:100%;
	height:auto;
	margin:10px 0;
	clear:both;
}
.flex100m0{
	width:100%;
	height:auto;
	margin:0;
	clear:both;
}
.flex100m5{
	clear:both;
	width:100%;
	height:auto;
	margin:3px 0;
}

.flexSNS{
	list-style: none;
	clear:both;
	margin:30px 0 20px 0;
}
.flexSNS li{
	float:left;
	margin:2px;
}
.flex20{
	width:17%;
	margin:3px;
}
.flex40{
	width:43%;
	margin:3px;
}
.flexSNS li img{
	width:100%;
	height:auto;
}

.flex50{
	list-style: none;
	clear:both;
}
.flex50 li{
	float:left;
	width:49%;
	margin:1px;
}
.flex50 li img{
	width:100%;
	height:auto;
}

.flex33{
	list-style: none;
	clear:both;
}
.flex33 li{
	float:left;
	width:32.5%;
	margin:1px;
}
.flex33 li img{
	width:100%;
	height:auto;
}


#headNavi_sp{
	width:100%;
	height:70px;
}
#logo{
	position:absolute;
	top:0;
	left:10px;
}
#pageIcon{
	position:absolute;
	top:0;
	right:2px;
}
#cts{
	clear:both;
	margin:0px 15px;
}

#cr{
	text-align:center;
	font-size:9px;
	line-height:1.2em;
	margin:0 0 5px 0;
	color:#FFF;
}
#cr span{
	display:none;
}
.footGoTop{
	border:solid #B09C45 2px;
	width:150px;
	margin:0 auto 20px auto;
}
.footGoTop a{
	text-align:center;
	margin:3px;
	display:block;
	text-align:center;
	background:url(../sp/common/img/arrow_back_sp.png) center left no-repeat;
	color:#40220F;
	font-weight:bold;
	font-size:12px;
	padding:8px 0 8px 0.5em;
	text-decoration:none;
	background-color:#B09C45;
}
#commission,
#commission a{
	text-align:center;
	margin:20px 0;
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	line-height:1.7em;
}