@charset "utf-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
	margin:0;
	padding:0;
}

br {
   letter-spacing:normal;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#999;
}

img {
	border:0;
}

/*
 * slider
 */
#slider{
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 423px;
	
}
/*
#slider ul{
	position: absolute;
	top: 0;
	left: 0;
}
#slider li{
	float: left;
}
#slider #prev,
#slider #next{
	position: absolute;
	top:150px;
	cursor: pointer;
}
#slider #prev{ left:0px;}
#slider #next{ right:0px;}
*/

/* for script
#slider ul,
#slider #next,
#slider #prev{
	visibility: hidden;
}
#slider .layer{
	width: 1000px;
	height: 480px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/dot.gif) repeat 0 0 #666;
	opacity: 0.5;
	filter: alpha(opacity=50);
	
}
 */

/*
 * common
 */
.stage{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

.stage .left{
	width: 360px;
	float: left;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

.stage .right{
	width: 510px;
	float: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*
 * header
 */
#header{
	width: 100%;
	display: block;
	z-index: 100;
	padding-top: 0px;
	position: relative;
	background-color: #036EED;
}
#header h1{
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	width: 324px;
	float: left;
	display: block;
	/*background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	background: -moz-linear-gradient(top, #fff 0%, #ccc);*/
}
#header h1 span{
	display: block;
}

.grup{
	display: block;
	width: 160px;
	float: left;
	margin-left: 65px;
	margin-top: 10px;
	margin-bottom: 4px;
	text-align: left;
}

.grup ul{
	display: block;
}

.grup ul li{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1em;
	font-size: 1.0em;
	font-weight: bold;
}

.grup ul li .blue a{
	color: #0071BC;
}

.grup ul li .blue  a:hover{
	color: #60BFFF;
}

.grup ul li .green a{
	color: #00A99D;
}

.grup ul li .green  a:hover{
	color: #28FFEF;
}

.grup ul li .yello a{
	color: #F7931E;
}

.grup ul li .yello  a:hover{
	color: #FBCC93;
}

.grup ul li .purp a{
	color: #BA63BA;
}

.grup ul li .purp  a:hover{
	color: #D6A0D6;
}


#header .catch{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	padding: 0px;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	text-align: left;
}

#header #nav{
	background-image: url(../images/common/tbak.png);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;

}
#header #nav li{
	float: left;
}
#header #nav a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: normal Arial,Helvetica,sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header #nav a:hover{
}

#header #nav a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.c-both {
clear : both ;
}

/*
 * container
 */
#container{
	width: 950px;
	font-size: 1em;
	color: #333;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}

/*===============================================
画面の横幅が640pxまで
===============================================*/
@media screen and (max-width: 414px) {
#container{
	width: 100%;
	padding: 15px 10px 10px;

}
}

#container h3{
	padding:0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #0f82c1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#container .tleft h3{
	padding:0px;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #333;
}

#container .tleft h3 a{
	color: #0071BC;
}

#container .tleft h3 a:hover{
	color: #3CF;
}


#container .subth4 {
	display:block;  /* ブロック要素に */
	border-radius:18px;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	line-height:24px;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 10px;
	background-color: #0071BC;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/common/subt2.png);
	background-repeat: no-repeat;
	background-position: 6px center;
}

#container .subth4g {
	display:block;  /* ブロック要素に */
	border-radius:18px;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	line-height:24px;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 10px;
	background-color: #00A99D;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/common/subt2.png);
	background-repeat: no-repeat;
	background-position: 6px center;
}
#container .subth4y {
	display:block;  /* ブロック要素に */
	border-radius:18px;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	line-height:24px;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 10px;
	background-color: #F7931E;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/common/subt2.png);
	background-repeat: no-repeat;
	background-position: 6px center;
}


#container .subth4 h4 {
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#container .subth4 h4 a {
	color: #FFF;
}

#container .subth4 h4 a:hover{
	color: #D0FFFF;
}


#container .subth4g h4 {
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#container .subth4g h4 {
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#container .subth4g h4 a {
	color: #FFF;
}

#container .subth4g h4 a:hover{
	color: #D0FFFF;
}

#container .subth4y h4 {
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#container .subth4y h4 a {
	color: #FFF;
}

#container .subth4y h4 a:hover{
	color: #D0FFFF;
}

#container .subth5 {
	display:block;  /* ブロック要素に */
	line-height:24px;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../images/common/subt3.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#container .subth5 h5 {
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #0f82c1;
	margin: 0px;
	padding: 0px;
}




#container h4{
	padding: 5px 0 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #025a8b;
}
#container .content .btn{
	text-align: right;
	padding-right: 20px;
}

#container .contentn .btn{
	text-align: right;
	padding-right: 20px;
}

#container .btn a{
	color: #fff;
	background: #333;
	display: inline-block;
	width:100px;
	padding:3px 0;
	text-align: center;
	text-decoration: none;
}
#container .btn a:hover{
	background: #666;
}

#container .content{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom: 30px;
	border: 8px solid #C5EAFF;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#container .contentn{
	padding:20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom: 30px;
	border: 8px solid #C5EAFF;
	background-color: #FFF;
}

#container .contentn .all{
	padding:0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom: 30px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}


#container .contentn .alle{
	padding:0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
#container .contentn .left{
	padding:0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin: 0px;
	display: block;
	float: left;
	width: 600px;
	line-height: 1.6em;
}

#container .contentn .right{
	padding:0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin: 0px;
	display: block;
	float: right;
	width: 325px;
}

#container .contentnt{
	padding:20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom: 10px;
	border: 8px solid #C5EAFF;
	background-color: #FFF;
}

#container .contentnt .all{
	padding:0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom: 30px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}


#container .contentnt .alle{
	padding:0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
#container .contentnt .left{
	padding:0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin: 0px;
	display: block;
	float: left;
	width: 600px;
	line-height: 1.6em;
}

#container .contentnt .right{
	padding:0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin: 0px;
	display: block;
	float: right;
	width: 325px;
}

#container .contentng{
	padding:20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom: 30px;
	border: 8px solid #B3F4EC;
	background-color: #FFF;
}

#container .contentng .all{
	padding:0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom: 30px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}


#container .contentng .alle{
	padding:0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

#container .contentny{
	padding:20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom: 30px;
	border: 8px solid #F9E6B7;
	background-color: #FFF;
}

#container .contentny .all{
	padding:0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom: 30px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}


#container .contentny .alle{
	padding:0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

#container .content2{
	padding:0 0 10px;
}
#container .block01{
	padding: 10px 20px;
}
#container .block01 img{
	float: right;
	padding-right:20px;
}
#container .block01 p{
	font-size:1.2em;
	line-height: 1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container .block02{
	width: 285px;
	float: left;
	padding: 10px 20px;	
}
#container .content2 .block01{
	padding: 20px;
}
#container .content2 .block01+.block01{
	border-top:1px dotted #ccc;
}

#container .content3{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-bottom: 30px;
	border: 8px solid #C5EAFF;
	background-color: #FFF;
	padding: 20px;
}

#container .pagetop{
	position: fixed;
	bottom: 50px;
	right: 50px;
}

/*
 * footer
 */
#footer{
	color: #fff;
	padding-top: 00px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	background-image: url(../images/common/fback.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 195px;
}

#footer .foot{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.foot .left{
	width: 580px;
	float: left;
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.foot .left a {
	color:#FFF;
	text-decoration:none;
}

.foot .left a:hover {
	color:#FF3;
}


.foot .right{
	width: 324px;
	float: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.foot .right .lef{
	width: 66px;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.foot .right .rif{
	width: 247px;
	float: right;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


.foot .right .grwaku a {
	color:#333;
	text-decoration:none;
}

.foot .right .grwaku a:hover {
	color:#CCC;
}


.flogo{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 272px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 15px;
}

.navif{
	width: 480px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}

.navif .left{
	width: 240px;
	margin: 0;
	float: left;
}

.navif .right{
	width: 240px;
	float: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.grupf{
	display: block;
	width: 160px;
	float: left;
	margin-left: 45px;
	margin-top: 10px;
	margin-bottom: 4px;
	text-align: left;
}

.grupf ul{
	display: block;
}

.grupf ul li{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1em;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}


.grupf2{
	display: block;
	width: 160px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.grupf2 ul{
	display: block;
}

.grupf2 ul li{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
}




#footera {
	margin: 0;
	padding: 0;
	background-image: url(../images/common/footbar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 12px;
	min-width: 950px;
}


.cpl{
	width: 1000px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 2;
	margin-left: auto;
	text-align: center;
	color: #FFF!important;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4497FD;
}



.yellow{
	font-size: 11px;
	color: #F93;
}

.yellow2{
	font-size: 11px;
	color: #FCEE21;
}

.green{
	font-size: 11px;
	color: #00A99D;
}

.blue{
	font-size: 11px;
	color: #0071BC;
}

.purp{
	font-size: 11px;
	color: #BA63BA;
}

.tels {
	width:360px;
	float: left;
	padding: 0px;
	line-height: 1em;
	text-align: right;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	letter-spacing: 0.05em;
}

.tels .tl{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.bsyu {
	background-color: #F93;
	border-radius: 6px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	line-height: 1.8em;
	display: inline;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

/*
 * 角丸ボタン
 */

.dbtn {
	width:123px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4497FD;
}

.dbtn a {
	display:block;
	border-radius:10px;
	text-decoration:none;
	margin: 0px;
}

.dbtn a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

/*
 * ToTOP
 */
 
#container{
	position: relative;
} 
 
.gotop{
	position: fixed;
	right: 1%;
	bottom: 0;

}
.gotop a{
    width: 69px;
    height: 81px;
    display: block;
}


.grwaku {
	background-color: #FFFDF5;
	border-radius: 20px;
	display: block;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.bsyuf {
	background-color: #ED1E79;
	border-radius: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	line-height: 1.8em;
	display: inline;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

.timef {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8em;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

.grbt {
	background-color: #0071BC;
	border-radius: 10px;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: center;
	letter-spacing: 0.8em;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.grgrt {
	background-color: #00A99D;
	border-radius: 10px;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: center;
	letter-spacing: 0.8em;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.gryet {
	background-color: #F7931E;
	border-radius: 10px;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: center;
	letter-spacing: 0.8em;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.grprt {
	background-color: #BA63BA;
	border-radius: 10px;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: center;
	letter-spacing: 0.8em;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.grwaku .left{
	display: block;
	padding: 0px;
	float: left;
	width: 165px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
}

.grwaku .right{
	display: block;
	padding: 0px;
	float: left;
	width: 210px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

/*
 * タイトル
 */
.tnews{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/common/t-news.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 55px;
	height: 40px;
}

.tleft{
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	color: #333;
	display: block;
}

.tright{
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.1em;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-top: 28px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}

.trightr{
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}

.tabout{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/common/t-company.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 55px;
	height: 40px;
}

.seve{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}

.safet{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-image: url(../images/common/anzent.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 60px;
	height: 40px;
}

.tqa{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/common/qat.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 55px;
	height: 40px;
}

.trecr{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/common/recrt.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
	height: 40px;
}


.tpp{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/common/ppt.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 45px;
	height: 40px;
}


.subth3{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/common/subt1.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #29ABE2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	height: 35px;
}

.subth3g{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/common/subt1g.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #396;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	height: 35px;
}

.subth3y{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/common/subt1y.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F90;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	height: 35px;
}

.t3th{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/common/busi.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 65px;
	height: 36px;
}

.tit3th{
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333;
	display: block;
}

.sub3th{
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.1em;
	font-weight: normal;
	letter-spacing: 0.08em;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	text-align: left;
	color: #666;
}

.t3th1{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/common/anzeni.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 45px;
	height: 36px;
}


.t3the{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/common/qai.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 45px;
	height: 36px;
}


.tusage{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/common/usage.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 85px;
	height: 40px;
}

.tinq{
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}

.tinq a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.tgroup{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/common/t-group.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 55px;
	height: 40px;
}

.rlink {
	float: right;
}

.rlink a {
	display:block;  /* ブロック要素に */
	border-radius:18px;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	line-height:30px;
	text-decoration:none;  /* リンクの下線を消す */
	text-align:right;
	word-spacing: 0.0001em;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-right: 20px;
	letter-spacing: 0.0001em;
	background-color: #0071BC;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.rlink a:hover {
	color:#FFF;
	background-color: #F93;
}

.rlinkg {
	float: right;
}

.rlinkg a {
	display:block;  /* ブロック要素に */
	border-radius:18px;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	line-height:30px;
	text-decoration:none;  /* リンクの下線を消す */
	text-align:right;
	word-spacing: 0.0001em;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-right: 20px;
	letter-spacing: 0.0001em;
	background-color: #00A99D;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.rlinkg a:hover {
	color:#FFF;
	background-color: #F93;
}


.rlinky {
	float: right;
}

.rlinky a {
	display:block;  /* ブロック要素に */
	border-radius:18px;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	line-height:30px;
	text-decoration:none;  /* リンクの下線を消す */
	text-align:right;
	word-spacing: 0.0001em;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-right: 20px;
	letter-spacing: 0.0001em;
	background-color: #F7931E;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.rlinky a:hover {
	color:#FFF;
	background-color: #ED1E79;
}

.rlink3th {
	float: right;
}

.rlink3th a {
	display:block;  /* ブロック要素に */
	border-radius:18px;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	line-height:30px;
	text-decoration:none;  /* リンクの下線を消す */
	text-align:right;
	word-spacing: 0.0001em;
	margin-top: 0px;
	margin-right: 19px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 20px;
	letter-spacing: 0.0001em;
	background-color: #0071BC;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.rlink3th a:hover {
	color:#FFF;
	background-color: #F93;
}

.rlink3the {
	float: right;
}

.rlink3the a {
	display:block;  /* ブロック要素に */
	border-radius:18px;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	line-height:30px;
	text-decoration:none;  /* リンクの下線を消す */
	text-align:right;
	word-spacing: 0.0001em;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 20px;
	letter-spacing: 0.0001em;
	background-color: #0071BC;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.rlink3the a:hover {
	color:#FFF;
	background-color: #F93;
}


/*
 * 3列-1
 */
 
.blocks2{
	overflow: hidden;

	*zoom: 1;
	width: 100%;
	display: block;
	height: 160px;
}

.blocks2 ul{
	margin: 0 -3.03% 0 0; //ネガティブマージン
	padding: 0;
	list-style-type: none;
}

.blocks2 ul li{
	float: left;
	width: 30.3%;
	height: 100px;
	margin: 0 3.03% 0 0;
}

.blocks2 ul li a .boxb {
	background-color: #fff;
}

.blocks2 ul li a:hover .boxb {
	background-color: #C5EAFF;
	border: 8px solid #fff;	
}

.blocks2 .boxb{
	margin-bottom: 8px;
	background-color: #FFF;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 8px solid #C5EAFF;
}

.blocks2 ul li a .boxg {
	background-color: #fff;
}

.blocks2 ul li a:hover .boxg {
	background-color: #B3F4EC;
	border: 8px solid #fff;
	
}

.blocks2 .boxg{
	margin-bottom: 8px;
	background-color: #FFF;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 8px solid #B3F4EC;
}

.blocks2 ul li a .boxy {
	background-color: #fff;
}

.blocks2 ul li a:hover .boxy {
	background-color: #F9E6B7;
	border: 8px solid #fff;
}


.blocks2 .boxy{
	margin-bottom: 8px;
	background-color: #FFF;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 8px solid #F9E6B7;
}

.blocks2 ul li a .boxp {
	background-color: #fff;
}

.blocks2 ul li a:hover .boxp {
	background-color: #EDD9F4;
	border: 8px solid #fff;
}

.blocks2 .boxp{
	margin-bottom: 8px;
	background-color: #FFF;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 8px solid #EDD9F4;
}

.t3thb{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/common/t-bus.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 60px;
	height: 50px;
}

.t3thg{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/common/t-trabel.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 45px;
	height: 50px;
}

.t3thy{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/common/t-taxi.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 65px;
	height: 50px;
}

.t3thp{
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/common/t-k.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 70px;
	height: 45px;
}

.tit3th2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: 0.0001em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*
 * ご利用の流れ
 */

.usage1 {
	display:block;  /* ブロック要素に */
	/*width:674px;*/
    background:#0071BC;
	border-radius:12px;
	font-size: 26px;
	font-weight: bold;
	color:#fff;
	line-height:64px;
	text-decoration:none;  /* リンクの下線を消す */
	text-align:center;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0.1em;
}

.usage1 a {
	display:block;  /* ブロック要素に */
	/*width:674px;*/
    background:#0071BC;
	border-radius:12px;
	font-size: 26px;
	font-weight: bold;
	color:#fff;
	line-height:64px;
	text-decoration:none;  /* リンクの下線を消す */
	text-align:center;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0.1em;
}
.usage1 a:hover {
    background:#F93;
    color:#fff;
}


.infos ul li {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 1em;
}

.infos ul li div {
    margin:-1.6em 0 0 8em;
}

.mtxt{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
	padding: 0px;
}

/*
 * パンくず
 */
 
div#pan {
	float: left;
	width: 945px;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.topic-path {
    list-style-type: none;
    margin: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
    font-size: 88%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #5F4536;
}

.box30 {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: normal;
}

#container .contentn .box30 .left{
	padding:0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	display: block;
	float: left;
	width: 595px;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#container .contentn .box30 .right{
	padding:0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	display: block;
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*
 * 表組
 */
dl.recr dl,dt,dd {
margin: 0;
padding: 0;
}
dl.recr{
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #53C2FF;
	border-right-color: #53C2FF;
	border-bottom-color: #53C2FF;
	border-left-color: #53C2FF;
	background-color: #E6F7FF;
}
dl.recr dt,dd {
padding: 6px;
}
dl.recr dt {
	clear: left;
	float: left;
	width: 20%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #53C2FF;
}
dl.recr dd {
	margin-left: 21%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #53C2FF;
	border-left-color: #53C2FF;
	background-color: #FFF;
}


dl.recrg dl,dt,dd {
margin: 0;
padding: 0;
}
dl.recrg{
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #71EADB;
	border-right-color: #71EADB;
	border-bottom-color: #71EADB;
	border-left-color: #71EADB;
	background-color: #E1FBF8;
}
dl.recrg dt,dd {
padding: 6px;
}
dl.recrg dt {
	clear: left;
	float: left;
	width: 20%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #71EADB;
}
dl.recrg dd {
	margin-left: 21%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #71EADB;
	border-left-color: #71EADB;
	background-color: #FFF;
}

dl.recry dl,dt,dd {
margin: 0;
padding: 0;
}
dl.recry{
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3CC72;
	border-right-color: #F3CC72;
	border-bottom-color: #F3CC72;
	border-left-color: #F3CC72;
	background-color: #FDF5E3;
}
dl.recry dt,dd {
padding: 6px;
}
dl.recry dt {
	clear: left;
	float: left;
	width: 20%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F3CC72;
}
dl.recry dd {
	margin-left: 21%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F3CC72;
	border-left-color: #F3CC72;
	background-color: #FFF;
}

/*
 * よくある質問
 */

.m15 {
    margin: 20px 0px 20px 0px;
}

.m15 dl.q {
	display: block;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.m15 dl.q dt {
	font-size: 14px;
	color: #fff;
	background: #0071BC;
	text-align: center;
	width: 38px;
	float: left;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.m15 dl.q dd {
	font-size: 16px;
	padding: 4px 0 10px 50px;
	font-weight: bold;
	line-height: 1.5em;
}


.m15 dl.ans {
	display: block;
	border-bottom: 1px dotted #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

.m15 dl.ans dt {
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 38px;
	padding: 5px 0;
	float: left;
	font-weight: bold;
	background-color: #F90;
}

.m15 dl.ans dd {
	font-size: 14px;
	padding: 5px 0 10px 50px;
	line-height: 1.5em;
}

.red {
	color: #F06;
}

div .form_submit {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

input[type="submit"] {
	display: inline-block;
	margin-bottom: 0px;
	padding: 0px 12px 18px 12px;
	border: 1px solid #777;
	border-radius: 3px;
	background: none repeat scroll 0% 0% #FFF;
	color: #333;
	text-decoration: none;
	line-height: normal;
	cursor: pointer;
}

input[type="submit"] {
    width: 100%;
    height: 100px;
    font-size: 180%;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color: #000;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #fff;
	background-color: #0071BC;
	/*background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);*/
	border: 1px solid #53C2FF;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #333;
	background-color: #E6F7FF;
	/*background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);*/
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	/*background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;*/
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}


#travel {
	margin-top:-186px;
    padding-top:186px;
    /*display:inline-block;*/
}

#taxi {
	margin-top:-186px;
    padding-top:186px;
    /*display:inline-block;*/
}

.miabs {
	padding: 0px;
	margin: 0px;

}



/*
 * 2列

 
.blocks2th{
	overflow: hidden;

	*zoom: 1;
	width: 100%;
	display: block;
	height: 322px;
	text-align: center;
}

.blocks2th ul{
	margin: 0 -1.96% 0 0; //ネガティブマージン
	padding: 0;
	list-style-type: none;
}

.blocks2th ul li{
	float: left;
	width: 48.0%;
	height: 100px;
	margin: 0 1.96% 0 0;
}



.blocks2th .box{
	margin-bottom: 8px;
	background-color: #FFF;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 8px solid #F9E6B7;
}

.blocks2th .box .txt1{
	margin-bottom: 4px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 14px;
	line-height: 1.4em;
}

.blocks2th .boxe{
	margin-bottom: 8px;
	background-color: #FFF;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 8px solid #C5EAFF;
}
 */
 
 .phots{
	margin-bottom: 20px;
	width: 100%;
}

.phots ul{
	list-style-type: none;
}

.phots li{
	width:50%;
	float:left;
	box-sizing :border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-align: center;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
  
}

.phots img {
    max-width: 100%;
    height: auto;
}

.b20 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.b11 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}

#tits {
	background-image: url(../images/common/h3b1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 691px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	padding-top: 7px;
}

#tits h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px!important;
	font-weight: bold;
	color: #036EB8;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	line-height: 1.2em!important;
	margin-top: 0px;
	letter-spacing: 0.15em;
}

#titsl {
	background-image: url(../images/common/h3b1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 691px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
	padding-top: 7px;
}

#titsl h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px!important;
	font-weight: bold;
	color: #036EB8;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	line-height: 1.2em!important;
	margin-top: 0px;
	letter-spacing: 0.15em;
}

#area {
	background-image: url(../images/common/areab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
	width: 641px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-left: 50px;
}

#area h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px!important;
	font-weight: bold;
	color: #036EB8;
	text-align: center;
	line-height: 1.2em!important;
	letter-spacing: 0.15em;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

#area .ts {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 1.4em;
	color: #595757;
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #036EB8;
}

#areat {
	width: 691px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
}

#areat .left{
	width: 223px;
	padding: 0px;
	float: left;
	margin: 0px;
}

#areat .right{
	width: 430px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	float: right;
}

#inqs {
	width: 691px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 20px;
}

#inqs .left{
	width: 134px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#inqs .right{
	width: 506px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	float: right;
}

#comp {
	width: 771px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 20px;
}

#comp .left{
	width: 327px;
	padding: 0px;
	float: left;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#comp .right{
	width: 410px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
	float: right;
}

#comp .right .title{
	width: 400px;
	text-align: left;
	background-color: #6FB8E7;
	color: #FFF100;
	font-size: 16px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 1.4em;
	font-weight: bold;
}

#comp .right .txts{
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.micatch{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 19px!important;
	font-weight: bold;
	color: #036EB8;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	line-height: 1.2em!important;
	margin-top: 0px;
	letter-spacing: 0.05em;
	display: block;
}

.t12 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 2.1em;
	color: #595757;
}

.t12 a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}


.t12l {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 2.1em;
	color: #595757;
}

.t12le {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-bottom: 40px;
	line-height: 2.1em;
	color: #595757;
	margin-right: auto;
	margin-left: auto;
	width: 691px;
}

.t12f {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	line-height: 2.1em;
	color: #fff;
	margin-top: 40px;
	letter-spacing: 0.1em;
}

.bltitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 1.4em;
	color: #036EB8;
	text-align: left;
}

.bltxt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 1.8em;
	color: #595757;
	text-align: left;
}

.mitumori {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 2.1em;
	color: #595757;
	background-image: url(../images/common/tenwaku.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 256px;
	width: 695px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.okigaru {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 34px;
	text-align: center;
	margin-bottom: 0px;
	line-height: 1.4em;
	color: #FFF100;
	background-image: url(../images/inquiry/bokigaru.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px;
	width: 771px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}

.maps {
	text-align: center;
	margin-bottom: 40px;
	width: 771px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#footyb {
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 11px;
	width: 242px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

div#footyb a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}




div#footMenu {
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 11px;
	width: 650px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#footMenu ul {
    margin: 0;
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.8em;
}

div#footMenu li {
    display: inline;
    list-style: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
}

div#footMenu li a {
	padding-left: 0px;
	padding-right: 0px;
	font-size: 100%;
	word-spacing: 0.001em;
	color: #FFF;
}

div#footMenu li a:hover {
	color: #8DC0FE;
}


/*スライド*/
#stage {
	position: relative;
	max-width:950px;
	margin: 0 auto;
	background-color: #FFF;
}
.pic {
position: absolute;
}
.pic img {
width: 100%;
height: auto;
opacity:0;
-moz-animation: imgTrans 24s infinite;
-webkit-animation: imgTrans 24s ease-in infinite;
animation: imgTrans 24s infinite;
}
#photo1 img {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#photo2 img {
-moz-animation-delay: 8s;
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
#photo3 img {
-moz-animation-delay: 16s;
-webkit-animation-delay: 16s;
animation-delay: 16s;
}

@-webkit-keyframes imgTrans {
0% { opacity:0; }
10% { opacity:1; }
40% { opacity:1; }
60% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
10% { opacity:1; }
40% { opacity:1; }
60% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
10% { opacity:1; }
40% { opacity:1; }
60% { opacity:0; }
100% { opacity:0; }
}

.b_ac1 {
	font-size: 16px;
	display: block;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 1.5em;
	color: #036EB8;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #036EB8;
	width: 691px;
}

.sama {
	font-size: 14px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	line-height: 1.5em;
	color: #036EB8;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #036EB8;
	width: 691px;
}

.sama a {
	color:#036EB8;
	text-decoration:none;
}

.sama a:hover {
	color:#FC0;
}

#exa{
	background-color: #6FB8E7;
	margin: 0px;
	padding: 0px;
}

#exam{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/*
 * 3列
 */
 
.blocks1{
	overflow: hidden;
	*zoom: 1;
	display: block;
	width: 691px;
	margin-right: auto;
	margin-left: auto;
}

.blocks1 a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.blocks1 ul{
	margin: 0 -3.03% 0 0; //ネガティブマージン
	padding: 0;
	list-style-type: none;
}

.blocks1 ul li{
	float: left;
	width: 30.3%;
	margin: 0 3.03% 0 0;
}

.blocks1 .box{
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.blocks1 .box .txt1{
	font-size: 12px;
	line-height: 1.4em;
	color: #FFF100;
	background-image: url(../images/example/arrowy.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}

.bline{
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF100;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.nline{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#examp {
	width: 861px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 20px;
	background-color: #FFF;
}

#examp .left{
	width: 490px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#examp .right{
	width: 348px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	float: right;
}


#examp .left1{
	width: 605px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#examp .right1{
	width: 254px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	float: right;
}

#titos {
	background-image: url(../images/example/b3b.png);
	background-repeat: repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 10px;
}

#titos h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px!important;
	font-weight: bold;
	color: #036EB8;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.6em!important;
	margin-top: 0px;
	letter-spacing: 0.5em;
	text-align: left;
}

.t12ex {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 2.1em;
	color: #595757;
	margin-right: 5px;
}

#titosl {
	background-image: url(../images/example/b3bl.png);
	background-repeat: repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#titosl h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px!important;
	font-weight: bold;
	color: #036EB8;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.6em!important;
	margin-top: 0px;
	letter-spacing: 0.5em;
	text-align: center;
	padding: 0px;
}

#e1,#e2,#e3,#e4,#e5,#e6 {
	margin-top: -170px;
	padding-top: 170px;
}
