@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background:#fff;
	color:#000;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	background:url(../images/common/bg_body.jpg);
}

/*
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
*/
a:link {
	text-decoration: none;
	color:#000;
}

a:visited {
	text-decoration: none;
	color:#000;
}

img {
	vertical-align: top;
	margin:0px;
	padding:0px;
}

img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}


#map_canvas01 img:not([width]) {
	zoom: 0 !important; /* google map は効かせない */
}

#map_canvas02 img:not([width]) {
	zoom: 0 !important; /* google map は効かせない */
}


p, dl, ol, ul {
}

ol, ul {
	list-style:none;
	text-align:left;
}



/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
	background-size: 100% 355px ;
	-webkit-background-size: 100% 355px ;
	-moz-background-size:  100% 355px ;
	/*margin: 0 auto;*/
}

/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) {
	#wrapper {
		width: 100%;
	}
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {
	width:100%;
}

header h1{
	text-align:left;
	overflow:hidden;
	color:#666;
	font-size:10px;
}

.logo{
	float:left;
	display:inline-block;
	background:url(../images/common/g_nav_bg.png);
	overflow:hidden;
	width:26%;
	text-align:center;
	padding:0px 4px 0 2px;
}



/*header .tel{
	padding-top:5px;
	font-family: 'Alegreya', serif;
	padding-right:5px;
	font-size:14px;
	float:right;
	font-weight:bold;
	
	
}*/




nav#new{
	background:#031426;
}


nav#new .nav{
	width:70%;
	font-size:12px;
	
}
nav#new .nav td{
	width:25%;
	text-align:center;
	vertical-align:middle;
}

nav#new .nav td a{
	font-weight:bold;
	color:#fff;
	}



/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer{
	width:100%;
	padding: 10px 0px 0px 0px;
	font-size:12px;
	color:#FFF;
	
}

footer a{
	color:#aaaaaa !important;
}
/*------------------------------------------------------*/


footer nav#new{
	margin:20px 5px 10px;
}


footer nav#new .ft{
	width:100%;
	font-size:12px;
	
}


footer nav#new .ft tr{
}

footer nav#new .ft td{
	background:url(../images/common/bg_gl-nav.jpg) repeat-x;
	text-align:center;
	width:25%;
	height:40px;
	vertical-align:middle;
	border:#CCC 1px solid;
	
}

footer nav#new .ft td a{
	display:block;
	font-weight:bold;
	color:#fff;
	padding:8px;
	}



.info_sp{
	margin:0px 0px;
	font-weight:bold;
	background:#63007f;
}


/*

.comFooter{
	padding:10px;
	margin:0px 5px !important;
	overflow:hidden;
	background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#cecece));
	background:-moz-linear-gradient(top,#fff,#cecece);
	background:-o-linear-gradient(top,#fff,#cecece);
	background:-ms-linear-gradient(top,#fff,#cecece);
	background:linear-gradient(top,#fff,#cecece);
	-background:linear-gradient(top,#fff,#cecece);
	-pie-background:linear-gradient(top,#fff,#cecece);
	behavior:url(PIE.htc);
}


.comFooter .left img{
	padding-top:10px;
	vertical-align:middle !important;
}
*/
ul#info{
	padding:0;
	margin:5px 5px 20px 0;
	
}

ul#info img{
	/*margin-bottom:10px;*/
}

ul#info li{
	padding:0 5px;
	
}

ul#info li a{
	
}

ul#info .sp{
	font-weight:bold;
}





footer .under {
	padding-top:2px;
	background:url(../images/common/bg_footer.jpg);
}



nav.homenav_new{
	text-align:center;
	background:none;
	height:auto;
	overflow:hidden;
	margin:0px auto 0px !important;
}

nav.homenav_new div{
	/*float:left;*/
	display:inline-block;
	border-right:#666 1px solid;
	
	
}


nav.homenav_new div a{
	display:block;
	font-weight:bold;
	font-size:10px;
	padding:0 5px;

}
nav.homenav_new div:last-child{
	/*float:right;*/
	border-right:none;margin:0px auto 0px !important;
}



/*-----------------------*/

footer small {
	text-align:center;
	padding:6px;
	display:block;
	font-size:10px;
	clear:both;
	color:#000;
}

footer small#copy a{
	color:#000;
}

/* ---------------------------------------------------- */
/* visual */
/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */

.container-content{
	width:100%;
	margin:0 auto;
}

.container-content p{
	margin-bottom:15px;
}

section.content {
	margin-bottom:15px;
	/*margin-top: 5px;
	margin:0 auto;*/
}

section.content nav{
	/*border-radius:6px 6px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;*/
	background-color:rgba(ff,bb,77,1.0);
	margin:10px 10px 10px;
}
section.content nav ul {
	width:100%;
	overflow:hidden;
}
section.content nav ul li {
	line-height:120%;
	/*border-top:1px solid #fff8ff;*/
	border-bottom:1px dotted #aa8866;
	background:url(../images/common/arw02.gif) left center no-repeat;
}
section.content nav ul li a{
	/*background:url(../images/common/icon_arrow.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;*/
	display:block;
	padding:12px;
}
section.content nav ul li:last-child {
	border-bottom:none;
	
}
section.content nav ul li:first-child{
	border-top:none;
}

section.content nav.search li{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:50%;
	float:left;
}
section.content nav.search li:nth-child(2n){
	border-left:1px solid #cccccc;
}
section.content nav.search ul li:nth-last-child(2) {
	border-bottom:none;
}
section.content nav.search ul li:nth-child(2){
	border-top:none;
}


.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}




/************************* 汎用 *******************************/

.visualSub{
	width:100%;
	overflow:hidden;
}

h2{
}

.visualSub img{
}


.container{
	/*border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;*/
	/*background-color:#fff;*/
	margin-bottom:20px;
	border-top:none;
	overflow:hidden;
	text-align:center;
	background:url(../images/common/bg_body.gif) 0 0 no-repeat;
	border-radius:0px 0px 6px 6px;
	margin:0 auto;
	text-align:left;
	padding:5px;

}




h3{
	margin:20px 0px 10px;
	background:url(../images/common/h3_02_02.png) repeat-x;
	background-size:auto 100%;
	padding:4px 0px 2px!important;
}

h3 p{
	background:url(../images/common/h3_02_05.png) 5px 0px no-repeat;
	font-weight:bold;
	font-size:14px;
	padding-left:14px;
	padding-top:2px;
	margin:0 !important;
}


h4 {
	margin:10px 0px !important;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	border-left:5px #62320c solid;
	padding-left:8px;
	}
	
	
	



h5{
	font-weight:bold;
	text-align:left;
	margin:5px;
	font-size:14px;
	color:#F60;
	border-left:#F30 4px solid;
	padding-left:5px;
	
}


h6{
	text-align:left;
}


.container img{
	margin:0px;
	padding:0px;
}





.container dl{
	margin:10px 0px;
	text-align:left;
}



.container dt{
	font-weight:bold;
	overflow:hidden;
}


dt,dd{
	text-align:left;
}


.container p{
	text-align:left;
	margin:5px;
}

.container span{
	color:#F30;
	font-weight:bold;
}

.container .photo {

}


.map{
	text-align:center;
	-webkit-box-sizing: border-box;
  	box-sizing:border-box;
	white-space:nowrap;
	margin:10px 5px;
}


em{
	font-size:12px;
	text-align:left;
	padding:10px;
}

.container strong{
	font-weight:bold;
}



/*box*/


.comBox_c{
	background:#fffad2;
	border:#f8e258 1px solid;
	border-radius:4px;
	margin:10px 10px;
	overflow:hidden;
	
}




.comBox{
	margin:10px 5px;
	padding:0px;
}

.comBox img{
	margin:10px 0px;
}

.comBox_sp{
	margin:5px 10px 20px;
	border-radius:4px;
	border:#FC0 1px dotted;
	padding:5px;
}

.comBox_ct{
	text-align:center;
}





.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}



.contact{
	overflow:hidden;
	margin-bottom:5px;
}



#totop{
	text-align:right;
}


/*------------------Top page-----------------*/


.conTopic .contact{
	background:#011224;
	overflow:hidden;
}


.btn_sp{
	margin:-40px 0 0 10px;
	padding-bottom:5px;
	text-align:left;
	
}


.conTopic dl{
	background:url(../images/top/bg_greeting.jpg) no-repeat;
	background-size:100% 100%;
	overflow:hidden;
	padding:5px;
}



.news{
	background:url(../images/top/h3_02_02.png) 0 -4px repeat-x;
	padding-top:10px;
	margin-bottom:40px !important;
}


.news dt{
	background:url(../images/top/h3_02_05.png) 4px 0 no-repeat;
	padding-left:14px;
	margin-bottom:10px;
}
	

.news dd{
	border-bottom:#333 1px dotted;
	margin:5px;
	padding:5px;
}







table.guideTable01{
	width:100%
}

table.guideTable01 tr{
	border-bottom:#999 1px dotted;
}

table.guideTable01 th{
	padding:5px;
	font-weight:bold;
}

table.guideTable01 td{
	padding:5px;
}

.accessbox{
	background:url(../images/guide/bg_access_10.png);
	padding-bottom:5px;
	margin:5px;
}

.accessbox dd{
	margin:5px;
}



.recbox{
	background:#FFF;
	margin:5px;
	border:#000 1px dotted;
	
}





.clrred{
	color:#F00;
}



.courseimg01{
	text-align:center;
}

.courseimg01 img{
	width:290px;
	background:#f0d8b2;
	padding:5px;

}



.fugubox01{
	background:url(../images/quality/fugu_btn01_05.png) no-repeat;
	background-size:100% 100%;
	margin:0px;
	margin-top:-10px;
	padding:5px;
}




table.defTable01{
	width:100%;
	border-collapse:separate;
	border-spacing:2px;
}

table.defTable01 tr{
	border-bottom:#999 1px dotted;
}

table.defTable01 th{
	padding:5px;
	font-weight:bold;
	border:#FFF 1px solid;
	background:#eee;
	color:#62320c;
}

table.defTable01 td{
	padding:5px;
	background:#fff;
}



.imgbox01{
	background:#eee;
	padding:0 0 2px 2px !important;
	overflow:hidden;
}




.faq{
	padding:0px;
	border-bottom:#dbbee3 1px dotted;
	margin:5px;
}




.faq dt{
	background:url(../images/sub/qa/faq_q.jpg) 0 2px  no-repeat;
	background-size:14px 14px;
	margin-bottom:15px;
	padding-left:15px;
	color:#63008d;
}

.faq dd{
	background:url(../images/sub/qa/faq_a.jpg) 0 2px no-repeat;
	background-size:14px 14px;
	padding-left:15px;
	margin-bottom:20px;
}


	


/*------------------------------------------*/


ul#sp{
	margin:5px;
}

ul#sp h4{
}

ul#sp li{
	border:#F90 1px solid;
	padding:5px;
	margin:10px 5px;
	border-radius:4px;
	background:#fefad4;
	
	box-shadow:0 0 2px #F90;

}




/*----------------足すもの------------------*/

hr{
border: 0;
height:1px;
/*background: -webkit-gradient(linear, left top, right top, from(#333),
color-stop(0.7,#ccc), color-stop(0.7,#ccc), to(#fff));
background: -moz-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff
100%);
background: -o-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff 100%);
background: -ms-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff
100%);
background: linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff 100%);
-pie-background: linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff
100%);
behavior: url(PIE.htc);*/
clear:both;
}



/*---------------------desgin入り切り替えボタン-----------------------*/


.tab{
	margin:30px 5px;
	border:1px solid #1c4373;
	padding:5px 0 5px 5px;
	background:#365982;
	/*ベンダープリフリクス省略*/
	border-radius:4px;
	box-shadow:0 1px 3px #314f73 inset;
	overflow:hidden;
	behavior:url(PIE.htc);
}


/*立体的なトグルボタン*/


/*ボタン枠*/

ul#tab{
	margin-bottom:10px;
	margin-left:0px;
	border:1px solid #1c4373;
	padding:5px 0 5px 5px;
	background:#365982;
	/*ベンダープリフリクス省略*/
	border-radius:4px;
	box-shadow:0 1px 3px #314f73 inset;
	overflow:hidden;
	width:290px;
	behavior:url(PIE.htc);
}


/*ボタン*/


ul#tab li{
	display:block;
	float:left;
	position:relative;
	height:30px;
	width:140px;
	margin:0 5px 0 0;
}



ul#tab li a,
ul#tab li a:hover,
ul#tab li a:visited{
	display:block;
	position:relative;
	height:29px;
	width:140px;
	padding-left:1px;
	text-decoration:none;
	line-height:30px;
	text-align:center;
	border-top:1px solid #8cadcb;
	border-bottom:1px solid #5076a0;
	color:#d4d2d2;
	text-shadow:0px -1px 0px #2c4967;
	background:#5f8bb6;
	background:linear-gradient(top, #5f8bb6, #416d9c);
	-pie-background:linear-gradient(top, #5f8bb6, #416d9c);
	box-shadow:0 1px 1px #314f73;
	border-radius:3px;
	behavior:url(PIE.htc);
}
	



ul#tab li {
	
}


ul#tab li.select a {
	border-top:1px solid #8cadcb;
	border-bottom:1px solid #5076a0;
	color:#d4d2d2;
	text-shadow:0px -1px 0px #2c4967;
	background:#5f8bb6;
	/**/
	background:linear-gradient(top, #5f8bb6, #416d9c);
	-pie-background:linear-gradient(top, #5f8bb6, #416d9c);
	box-shadow:0 1px 1px #314f73;
	border-radius:3px;

}

	
ul#tab li a {
	color: #c2ccdb;
	border-top:1px solid #7390b5;
	border-bottom:1px solid #577da9;
	background: #436b9c;
	background: -webkit-gradient(linear, left top, left bottom, from(#436b9c), to(#4471a0));
	background: -moz-linear-gradient(top,  #436b9c,  #4471a0);
	background: -o-linear-gradient(top,  #436b9c,  #4471a0);
	background: -ms-linear-gradient(top,  #436b9c,  #4471a0);
	background: linear-gradient(top,  #436b9c,  #4471a0);
	-pie-background: linear-gradient(top,  #436b9c,  #4471a0);

}



.disnon {
 	display: none;
}
.contents {
	clear: left;
	background:#FFF;
	margin-left:0px;
	margin-right:5px;
	height:120px;
	box-shadow:0 0 5px #aaa inset;
}

/*-----------------ボタン切り替えここまで-------------*/


/*ul*/


ul.sp2{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:0px;
}



ul.sp2 li{
	width:49%;
	float:left;
	color:#000;
	margin:0px;
	overflow:hidden;
}


ul.sp2 li:nth-child(2n){
	float:right;
}

ul#sp2 li h4{
	padding:0px;
	margin:0px;
	background:none;
	border:none;
}


ul#sp2 li p{
	height:200px;
	margin:0px;
	padding:5px;
}

ul#sp2 li img{
	border:none;
	margin:0px;
	padding:0px;
}






/*bottom*/

.bottom a{
	color:#fff;
	font-size:12px;
}


.bottom{
	margin:10px;
	float:right;
}



/*for lightBox*/

.set ul{
	margin:5px;
}

.set ul li{
	margin:0px !important;
	width:33%;
	float:left;
}

.set ul li a{
	margin:0px;
	padding:0px;
}
	
.set ul li img{
	margin:0px;
	border:none;
}





ul.sp3{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:5px;
}


ul.sp3 li{
	width:32%;
	float:left;
	color:#000;
	margin:2px;
	padding-top:2px;
	overflow:hidden;
}



ul.list li{
	clear:both;
	}
	







.btn a{
	color:#01295a;
	font-size:12px;
	font-weight:bold;
}


.btn{
	width:100px;
	padding:0px 6px;
	border-radius:12px;
	text-align:center;
	float:right;
	background-color:#FFF;
	margin:5px;
}



.info_sp .right{
	margin-right:5px;
}


img.n_b{
	border:none;
	padding:0px;
	margin:0px;
}



img.icon{
	display: table-cell;
	vertical-align: bottom;
	border:none;
	margin-bottom:-2px;
}



/*btn*/


/*******************************/
/*--------------memo---------------*/



.acco{
}


.acco dt:after{
	content: "";
	width: 20px;
	height: 15px;
	display: inline-block;
	margin-bottom: -3px;
	background:url(../images/common/icon1.png) 5px 0px no-repeat;
	background-size: 70%;
}


.contentSub dl{

}

.contentSub > dl:last-child{
	border-bottom:none;
}

.container .contentSub h6{

}

.container .contentSub h6:first-child{

}




/* ---------------------------------------------------- */
/* btn */
/* ---------------------------------------------------- */

/* btn ベース */

.btn,.listbtn li{
	/*background:url(../images/common/bg_op.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	border-radius:6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius:6px ;
	box-shadow: 1px 2px 1px #cccccc;
	-webkit-box-shadow:1px 2px 1px #cccccc;
	-moz-box-shadow: 1px 2px 1px #cccccc;
	line-height:100%;
	font-size:18px;
	text-align:center;
	margin:10px 0px 15px 0px;*/
}
.btn a,.listbtn li a{
	/*background:url(../images/common/arrow-next.png) right center no-repeat ;
	background-size: 26px 22px ;
	-webkit-background-size: 26px 22px ;
	-moz-background-size: 26px 22px ;
	padding:18px 7px;
	display:block;
	color:#ffffff;*/
}

/* btn各カスタマイズ */

.btn.entrybtn{
	background-color:#ff4f4e ;
}
.btn.detailbtn{
	background-color:#66b400 ;
	padding:0px;
}
.btn.graybtn{
	background-color:#fafafa ;
}
.btn.graybtn a{
	color:#666666 ;
}
.listbtn li{
	background:url(../images/bg_op40.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	background-color:#eaeaea ;
	margin:8px 0px;
}
.listbtn li a{
	padding:12px 5px;
	color:#666666;
}


/* ---------------------------------------------------- */
/* detail */
/* ---------------------------------------------------- */

/* iconlist */

.iconlist{
	width:100%;
	overflow:hidden;
	margin:5px;
}

.iconlist li{
	float:left;
	background:url(../images/bg_op40.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	background-color:#eeeeee;
	width:19%;
	margin:2px 2px;
	padding:5px 0px;
	font-size:12px;
}

/* ---------------------------------------------------- */
/* form */
/* ---------------------------------------------------- */

.content input{
	vertical-align:bottom;
}
.content form p input{

}
.imgbtn{
	text-align:center;
	margin-bottom:25px;
}
.img{
	text-align:center;
	margin:0px auto;
}
.img img{
	border-radius:3px ;
	-moz-border-radius:3px ;
	-webkit-border-radius:3px ;
}
.es{
	color:#c80000;
}
.form-btn{
	text-align:center;
}
.form-btn input{
	border-radius:6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius:6px ;
	box-shadow: 1px 2px 1px #cccccc;
	-webkit-box-shadow:1px 2px 1px #cccccc;
	-moz-box-shadow: 1px 2px 1px #cccccc;
	border:none;
	text-align:center;
	background-color:#FF6600;
	font-size:16px;
	color:#fff;
	padding:10px 30px;
}
.rec{
	background-color:#f3f3f3;
	padding:7px 8px 7px 8px;
}
.rec dt{
	color:#c80000;
	font-size:16px;
	border-bottom:1px solid #dddddd;
	margin-bottom:7px;
	padding-bottom:7px;
}

/* pagenavi */

.pagenavi {
	/zoom: 1;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
	padding: 0px 5px;
}
.pagenavi li {
	float: left;
	margin: 0 2px 2px 0;
	text-align:center;
}
.pagenavi li span,
.pagenavi li a {
	float: left;
	color:#ffffff;
	font-weight:bold;
	padding: 5px 0px;
	width:30px
}
.pagenavi li a.link_before,
.pagenavi li a.link_next {
	width:62px;
}
.pagenavi li a {
	background: #aaaaaa;
}
.pagenavi li span {
	background: #ff6022;
}

.catch{
	font-size:16px;
	color:#c80000;
}


.green {
	color:#009900;
}

.red{
	color:#FF0000;
}

.bold {
	font-weight:bold;
}


@media only screen and (orientation : landscape) { /*横向き*/


}
@media only screen and (orientation : portrait) { /*縦向き*/
.pagenavi li:nth-child(9n) {
	clear:both;
}

}
