@charset "UTF-8";
/* CSS Document */
html {font-size:62.5%;}
body, td, a{
	font-size:1.2rem;
	line-height:1.2em;
}
body{
	margin:0;
	background-color:#FBFAF4;
	 -webkit-text-size-adjust: 100%;
	padding:0 0 50px 0;
}
* html body{  
    overflow: hidden;  
}
* html div#wrapper{
	height:100%;
	overflow:auto;
}
body, td{
	color:#333;
	font-family:sans-serif;
}
a{
	text-decoration:none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 共通レイアウト */
#menu{
	position:fixed !important;
	position:absolute;
	width:100%;
	top:-195px;
	z-index:10;
}
#hiddenmenu{
	width:100%;
	height:203px;
	overflow:hidden;
}
#menu h2{
	background-color:#336600;
	color:#FFF;
	text-align:center;
	font-size:1.4rem;
	line-height:1.4rem;
	padding:3px 0;
	margin:0;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu ul:after{
	display:block;
	content:"";
	width:110%;
	height:6px;
	background-color:#FBFAF4;
	position:relative;
	left:-5px;
	top:-3px;
	box-shadow:0px 2px 3px 0px #DDD;
	transform:rotate(-0.5deg);
	-webkit-transform: rotate(-0.5deg);
}
#menu ul li{
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px dotted #336600;
	background-color:#FBFAF4;
}
#menu ul li:last-child{
	border-bottom:none;
}
#menu ul li a{
	display:block;
	width:100%;
	padding:10px 0;
	text-indent:0.5em;
	color:#4D7AFF;
	background-image:url(/sp/img/common/point_sq_b.png);
	background-position:right center;
	background-size:12px 14px;
	background-repeat:no-repeat;
	font-weight:bold;
}
#menu #flap{
	position:relative;
	top:-7px;
}
#menu #flap .tab{
	position:absolute;
	right:5px;
	top:0px;
	width:98px;
	border-radius:0 0 8px 8px;
	height:46px;
	margin:2px;
	box-shadow:2px 3px 3px #CCC;
}
#menu #flap #btnclose{
	background-color:#F0F0F0;
	display:none;
}
#menu #flap #btnopen{
	background-color:#FFF;
}

#menu #flap .tab a{
	display:block;
	border:2px dashed #CCC;
	margin:0 2px 2px 2px;
	border-radius:0 0 6px 6px;
	border-top:none;
	padding:12px 4px 3px 4px;
	font-size:15px;
	line-height:16px;
	font-weight:bold;
	height:26px;
	text-align:center;
	color:#4D7AFF;
}
#btt{
	position:absolute;
	position:fixed !important;
	width:44px;
	height:44px;
	bottom:70px;
	right:20px;
	opacity:0.5;
	display:none;
	z-index:8;
}
#btt a{
	display:block;
	background-color:#336600;
	width:44px;
	height:44px;
	border-radius:22px;
	background-image:url(/sp/img/common/point_topsq_w.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:25px 18px;
}
#header{
	height:65px;
}
#header h1{
	display:block;
	width:188px;
	height:48px;
	margin:13px 0 0 6px;
	padding:0;
	background-image:url(/img/common/mainlogo.gif);
	background-size:100% auto;
	background-repeat:no-repeat;
}
#header h1 a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
h1.cattitle{
	font-size:1.8rem;
	line-height:1.2em;
	margin:1em 0 0 0;
	padding-left:60px;
	background-image:url(/sp/img/common/subtitlebg.png);
	background-position:10px top;
	background-size:auto 100%;
	background-repeat:no-repeat;
	color:#009A2F;
}
.mcontents, .mcontents td{
	text-shadow: 1px 1px 0px #fff;
}
.mcontents h2{
	margin:2rem 0.5rem 0 0.5rem;
	line-height:1.2em;
	font-size:2rem;
}
.mcontents h3{
	margin:1rem 0.5rem 0 0.5rem;
	line-height:1.2em;
	font-size:1.6rem;
}
.mcontents p{
	margin:0;
	padding:0.5rem;
}
.cbutton{
	margin:0;
	padding:1em 0 3em 0;
}
.cbutton li{
	list-style:none;
	display:block;
	padding:3px;
	width:96%;
	background-color:#FFF;
	border-radius:8px;
	margin:1em auto;
	box-shadow:2px 3px 3px #CCC;
}
.cbutton li a{
	display:block;
	border:2px dashed #CCC;
	margin:0px;
	border-radius:6px;
	padding:7px 6px;
	font-size:1.5rem;
	line-height:1em;
	font-weight:bold;
	background-image:url(/sp/img/common/point_sq_b.png);
	background-position:right center;
	background-size:12px 14px;
	background-repeat:no-repeat;
	color:#4D7AFF;
}
.anshinlist{
	margin:0;
	padding:0;
	list-style:none;
}

.anshinlist dt{
	width:92%;
	margin:2em auto 0 auto;
	padding:3px;
	background-color:#009A2F;
	color:#FFF;
	font-size:1.5rem;
	font-weight:bold;
	text-align:center;
	border:1px solid #009A2F;
	border-radius:8px 8px 0 0;
	text-shadow:none;
}
.anshinlist dd{
	width:92%;
	margin:0 auto;
	padding:3px;
	background-color:#FFF;
	border:1px solid #009A2F;
	border-radius:0 0 8px 8px;
}

.anzenlist{
	margin:0;
	padding:0;
	list-style:none;
}

.anzenlist dt{
	clear:both;
	width:94%;
	margin:2em auto 0 auto;
	padding:3px;
	font-size:1.5rem;
	font-weight:bold;
	border-bottom:1px dotted #009A2F;
}
.anzenlist dd{
	width:94%;
	margin:0 auto;
	padding:0.5em 3px;
}
.anzenlist dd img{
	display:block;
	float:left;
	margin:0 1em 1em 3px;
	width:62px;
	height:auto;
}
.cbuttonback{
	clear:both;
	margin:1em 0 0 0;
	padding:1em 0 3em 0;
	border-top:2px dashed #CCC;
}
.cbuttonback li{
	list-style:none;
	display:block;
	padding:3px;
	width:96%;
	background-color:#FFF;
	border-radius:8px;
	margin:1em auto;
	box-shadow:2px 3px 3px #CCC;
}
.cbuttonback li a{
	display:block;
	border:2px dashed #CCC;
	margin:0px;
	border-radius:6px;
	padding:7px 6px 7px 24px;
	font-size:1.5rem;
	line-height:1em;
	font-weight:bold;
	background-image:url(/sp/img/common/point_sq_b_back.png);
	background-position:left center;
	background-size:12px 14px;
	background-repeat:no-repeat;
	color:#4D7AFF;
}
#footer{
	width:100%;
	height:50px;
	position:fixed !important;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#FFF;
	box-shadow:0 -2px 2px #CCC;
}
#footer ul{
	margin:0;
	padding:0;
}
#footer ul li{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	width:48.5%;
	background-color:#FFF;
	border-radius:8px;
	height:46px;
	margin:2px;
	box-shadow:2px 3px 3px #CCC;
}
#footer ul li a{
	display:block;
	border:2px dashed #CCC;
	margin:2px;
	border-radius:6px;
	padding:3px 4px;
	font-size:15px;
	line-height:16px;
	font-weight:bold;
}
#footer ul li:first-child{
	float:left;
}
#footer ul li:first-child a{
	border-color:#FF3765;
	color:#FF3765;
	background-image:url(/sp/img/common/point_sq_p.png);
	background-position:right center;
	background-size:12px 14px;
	background-repeat:no-repeat;
}

#footer ul li:last-child{
	float:right;
}
#footer ul li:last-child a{
	border-color:#27C91E;
	color:#27C91E;
	background-image:url(/sp/img/common/point_sq_g.png);
	background-position:right center;
	background-size:12px 14px;
	background-repeat:no-repeat;
}

/* 共通装飾 */
.fullw{
	width:100%;
	height:auto;
}
.c90img{
	display:block;
	width:90%;
	height:auto;
	margin:0 auto;
}
.clead{
	display:block;
	width:90%;
	height:auto;
	margin:1em auto 0 auto;
}