@charset "shift-jis";
html, body{
	padding:0;
	margin:0;
}

html {
	/*-ms-touch-action: none;-*/
}

body {
	background:#fff;
	color:#333;
	-webkit-text-size-adjust: none;
	font-family:Verdana, Roboto, 'Droid Sans', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic ProN', sans-serif;/*-スマホ用フォント-*/
	/*overflow:hidden;/*-iscroll用-*/
	overflow:scroll;
	width:98%;
	margin:0 1%;
}

body *{
	text-shadow: none;
}

h1, h2, h3, h4, h5, h6{
	line-height:1;
	color:#330;
	font-weight:bold;
	margin:0;
}

h1{
	font-size:20px;
	margin:10px;
	text-align:center;
}

h2{
	font-size:15px;
	padding:5px 0 5px 10px;
	margin:10px 0;
	border-top:1px solid #3FBFFF;
	border-bottom:7px double #3FBFFF;
}

h3{
	font-size:13px;
	border-bottom:2px solid #3FBFFF;
	margin:10px 0;
	padding:10px 0 5px 10px;
}

h4, h5, h6{
	font-size:16px;
}

img{
	width:100%;/*-Set of full width-*/
	height:auto;
}

p{
	margin:0 0 10px 0;
}


a, a:link, a:active, a:visited, a:hover{
	text-decoration:none;
}

pre{
	font-size:12px;
	width:100%;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}


#page nav{
	display:none;
}

#header {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:60px;
	line-height:60px;
	-webkit-box-shadow:0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	padding:0;
	color:#eee;
	font-size:13px;
	text-align:center;
	font-weight:bold;
}/*-iscroll用-*/

#header a{

	color:#333;
}

#wrapper {
	position:absolute;
	z-index:1;
	top:60px;
	bottom:0;
	left:0;
	width:100%;
	overflow:hidden;
}/*-iscroll用-*/

#scroller {
	position:absolute;
	z-index:1;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	-ms-transform:translateZ(0);
	-o-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-o-text-size-adjust:none;
	text-size-adjust:none;
}/*-iscroll用-*/


#leftandright a{
	background:center center no-repeat transparent;
	font-size:40px;
	display:block;
	width:40px;
	position:absolute;
	top:10px;*-ここの大きさを変えると、上からどれだけ離れていくかを示せる-*/
}

#leftandright a.left{
	left:20px;
	right:auto;
}

#leftandright a.right{
	left:auto;
	right:20px;
}

.mm-menu li.img a{
	font-size:16px;
}

.mm-menu li.img a img{
	float:left;
	margin:-5px 10px -5px 0;
}

.mm-menu li.img a small{
	font-size:12px;
}

/*-ピンポイントタブ(4)部分-*/
ul.tab{
	zoom:1;
	list-style:none;
	margin:10px auto;
	padding:0;
}

ul.tab:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
}

ul.tab li{
	width:25%;
	text-align:center;
	background:#F3F3F3;
	float:left;
}

ul.tab li a{
	display:block;
	padding:8px 0;
	text-decoration:none;
	color:#2D2D2D;
	border:1px solid #D8D8D8;
}

ul.tab li a:hover {
	background:#dedede;	
}

/*-ピンポイントタブ(3)部分-*/

ul.tab3{
	zoom:1;
	list-style:none;
	margin:10px auto;
	padding:0;
}

ul.tab3:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
}

ul.tab3 li{
	width:33.3%;
	text-align:center;
	background:#F3F3F3;
	float:left;
}

ul.tab3 li a{
	display:block;
	padding:8px 0;
	text-decoration:none;
	color:#2D2D2D;
	border:1px solid #D8D8D8;
}

ul.tab3 li a:hover {
	background:#dedede;	
}

/*-detailは消してOK　全部のPHPファイルから削除後に-*/

#detail{
	clear:both;
	overflow:hidden;
	width:100%;
	padding:0;
	background:-moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
}

#detail ul{
	width:100%;
	padding:0;
	margin:0;
	display:table;
}

#detail ul li{
	list-style:none;
	float:left;
	width:25%;
	margin:0;
	text-align:center;
	display:table-cell;
}


#detail ul li:hover{
	background:-moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1))); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* IE10+ */
}

#detail ul li a{
	display:block;
	margin:0;
	height:auto;	padding:12px 0;

}

#detail ul li a:hover{
	color:#fff;
}

.tabbox {
	display:none;
	padding:0;
}

/*-ピンポイントタブ部分　ここまで-*/


/*-clearfix-*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
/*-clearfix-*/


/*トップ用タイル-*/

.tile dl{
	float:left;
	width:50%;
	box-sizing:border-box; 
	border:1px solid #dcdcdc;
	margin:0;
	padding:0;
	background:#fff;
	color:#000;
}

.tile a:hover dl{
	background:#dedede;
}

.tile dt{
	text-align:center;
	font-size:3em;
	margin:10px 0 5px;
	text-shadow:0 2px 2px rgba(0, 0, 0, 0.16);
}

.tile dd{
	text-align:center;
	margin:0;
	padding:0;
	margin:5px 0 10px;
	text-shadow:0 2px 2px rgba(0, 0, 0, 0.16);
	font-size:95%;
}
/*--*/

/*-footer-*/

footer{
	margin:20px auto 0;
}

footer p{
	text-align:center;
	font-size:80%;
	
}

.foottxt{
	margin:20px 0;
}

.bxslider{
    margin: 0px;
    padding: 0px;  
}


/*---smartphone button css----*/

.asterisk{
	margin:5px 0;
}


/*----back fwd box----*/

.backfwd{
	width:50%;
	margin:0;
	float:left;
}

.txt-right{
	text-align:right;
}
