@charset "UTF-8";
/* CSS Document */

/* リセット */
body {
	font: 14px/1.231 "ヒラギノ角ゴ Pro W3";
}
section, nav {
     margin-bottom: 1em;
}
p {
     margin-bottom: 1em;
}
/* ここまで */

/* clearfix */
.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

/* フロートクリア */
.float-clear {
	font-size: 0px;
	clear: both;
}

/* コンテナ */
#container {
	width: 100%;
	margin: 0 auto;
}

#container2 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* ヘッダー */
header {
	margin-bottom: 10px;
}
.header-menu{
	float: left;
	width: 100%;
	height: 40px;
	color: #FFF;
	background-image: url(../image_sm/header_01.jpg);
	}
	
.header-menu2{
	float: left;
	width: 100%;
	height: 40px;
	color: #FFF;
	background-image: url(../image_sm/header_01.jpg);
	margin-bottom: 10px;
	}	
	
.header-txtbox{
	float: left;
	width: 34%;
	height: 30px;
	text-align: center;
	line-height:30px;
	padding-top: 5px;
	font-size: 12px;
	color: #FFF;
	cursor: pointer;
	padding-bottom: 5px;
}
.header-txtbox2{
	float: left;
	width: 31%;
	height: 30px;
	text-align: center;
	line-height:30px;
	padding-top: 5px;
	font-size: 12px;
	color: #FFF;
	cursor: pointer;
	padding-bottom: 5px;
 border-right:dotted 1px #FFF;
 border-left:dotted 1px #FFF;
}		
.header-txtbox a {
	color: #FFF;
	text-decoration: none;
	}
.header-txtbox2 a {
	color: #FFF;
	text-decoration: none;
	}
/* メインビジュアル画像 */
#photo_main {
	height: 210px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
#photo_main img {
	max-width:100%;
}


/* 検索バー */
#search {
	background-color: #F0F0F0;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
	height: 22px;
}
#search form p {
	text-align: center;
	line-height: 80%;
}
#search form p #searchbox {
	height: 14px;
	width: 200px;
	padding: 2px;
	margin-right: 5px;
	border: 1px solid #586B58;
}
#search form p img {
	vertical-align: top;
}
/* ここまで */

/* メインナビゲーション */
#navi_main {
	width: 300px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#navi_main ul li a {
	background-color: #BAE2F9;
	display: block;
	height: 27px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 27px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-image: url();
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 2px solid #FFF;
}
#navi_main ul li a:hover {
	background-color: #69CFF0;
	background-image: url();
}
/* ここまで */

/* バナー類 */
#banners {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F0F0F0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* このページの先頭へ */
.pagetop {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #69CFF0;
}
.pagetop p {
	text-align: center;
	padding-right: 10px;
}
.pagetop p a {
	color: #FFFFFF;
	text-decoration: none;
}
/* ここまで */

/* ナビゲーション */
nav ul li a {
	text-decoration: none;
	text-align: center;
	color: #333;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #b6e2fd), color-stop(0.20, #91bae4), color-stop(0.50, #8fbff0), color-stop(0.51, #6ba8e4), color-stop(0.75, #87c2fb), color-stop(1.00, #bcf4fd));
	background: -webkit-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -moz-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -o-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -ms-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: linear-gradient(to bottom, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
}
nav ul li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #70b6f2), color-stop(0.50, #54a3ee), color-stop(0.51, #3690f0), color-stop(1.00, #1a62db));
	background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: linear-gradient(to bottom, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
}
/* ここまで */

/* コンテンツページ用 */
#conts_main {
	background-color: #F0F0F0;
	padding-bottom: 10px;
}
.box_gakka {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #DDFFF4;
}
.box_gakka h2 {
	margin-bottom: 1px;
}
.box_gakka ul li a {
	text-decoration: none;
	color: #666;
	background-color: #FFF;
	display: block;
	margin-bottom: 1px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 270px center;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box_gakka ul li a:hover {
	color: #000;
	font-weight: bold;
}
/* ここまで */

/* フッター */
footer {
	padding: 10px;
}
footer p  {
	text-align: center;
	color: #666;
	font-size: 80%;
}

/* ナーチャー用 */
#topix {
	width: 90%;
	height: 200px;
	overflow: auto;
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
	padding: 5%;
}
.menu{
	float: left;
	width: 40%;
	height: 40px;
	line-height: 30px;
	background-image: url(../image_sm/title_conts.jpg);
	color: #FFF;
	padding-top: 10px;
	padding-left: 10%;
	cursor: pointer;
}

.menu a{
	color: #FFF;
	text-decoration: none;
		}
	
.banner{
	float: left;
	width: 100%;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
}
.banner2{
	float: left;
	width: 100%;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #dcf2b1;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
.banner3{
	float: left;
	width: 100%;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
}
.banner4{
	float: left;
	width: 100%;
	text-align: center;
	line-height: 30px;
}
.footer-txtbox{
	float: left;
	width: 20%;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	font-size: 10px;
	text-decoration: underline;
}
.copyright{
	float: left;
	height: 50px;
	width: 100%;
	text-align: center;
	background-color: #ff7200;
	color: #FFF;
	padding-top: 25px;
	}

table {  
   width: 95%;  
   padding: 10px 0px;  
   border-spacing: 0;   
   margin: 0 auto;
 }  
table th {
	color: #fff;
	padding: 5px 5px;
	background: #44a07c;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(34,85,136,0.9);
	border: 1px solid #44a07c;
	letter-spacing: 5px;
 }  
  
table tr td {  
   padding: 10px 10px;  
   border: 1px solid #44a07c;      
   text-align: left;
   line-height: 1.6;  
   font-size: 12px;
 }  

table tr {  
   background: #fff;  
 }  
table tr:nth-child(2n+1) {  
   background: #fafff0;  
 }  

   
.selector{
	font-size: 14px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #dcf2b1;
	padding-top: 0.8em;
	padding-right: 0.9em;
	padding-bottom: 0.8em;
	padding-left: 0.9em;
	background-color: #F3F3F3;
}
.selectorb{
	display: block;
	padding-top: .2em;
	font-size: 0.8em;
	color: #FF6600;
}
.setsumei{
	display: block;
	padding-top: 5px;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	margin: 10px;
	letter-spacing: 1px;
}

.setsumei2{
	display: block;
	padding-top: 5px;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 15px;
	margin: 10px;
	letter-spacing: 1px;
}
.setsumei3{
	display: block;
	padding-top: 8px;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	background-color: #461a0c;
	padding-bottom: 8px;
	color: #FFF;
}
.setsumei4{
	display: block;
	padding-top: 8px;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	background-color: #FFF;
}
.setsumei5{
	display: block;
	padding-top: 8px;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 150px;
	line-height: 20px;
	letter-spacing: 1px;
	background-color: #f9d0ac;
	padding-bottom: 8px;
	color: #bbb;
}
.case-box{
	clear: both;
	width: 95%;
	margin-bottom: 10px;
	margin-left: 3%;
	margin-right: 3%;
} 
.case-box-middle{
	float: left;
	width: 355px;
	margin-bottom: 10px;
	margin-top: 30px;
	text-align: center;
} 
.box1{
	float: center;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.box2{
	float: left;
	width: 100%;
	margin-top: 15px;
	line-height: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px #999999 solid;
}
.box3{
	float: left;
	width: 33%;
	margin-top: 15px;
	font-size: 12px;
	margin-bottom: 15px;
	padding-bottom: 10px;

}

.box4{
	width: 95%;
	margin-top: 15px;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.case-title{
	font-size: 14px;
	color: #990000;
	text-decoration: underline;
	line-height: normal;
}

.lineup-title{	
	font-size: 14px;
	color: #014908;
	text-decoration: underline;
	line-height: normal;
	}
	
.obi{
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E3E3E3;
	padding-left: 5%;
	height: 30px;
	vertical-align: middle;
	padding-top: 15px;
	color: #333;
}
.photo-box{
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
} 

.adviser{
	float: left;
	width: 50%;
	height: 180px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 30px;
}
.adviser-img{
	float: left;
	width: 100%;
	height: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 30px;
}
.adviser-txt{
	float: left;
	width: 75%;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 30px;
	border-bottom: 1px #999999 solid;
	font-size: 14px;
	padding-left: 15%;
	padding-right: 10%;
}

#table2 {  
   width: 95%;  
   padding: 10px 0px;  
   border-spacing: 0;   
   margin: 0 auto;
 }  
#table2 th {
	padding: 5px 5px;
	background: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	text-align: left;
	border: 1px solid #44a07c;
	color: #333;
 }  
  
#table2 tr td {  
   padding: 10px 10px;  
   border: 1px solid #44a07c;      
   text-align: left;
   line-height: 1.6;  
   font-size: 12px;
 }  

#table2 tr {  
   background: #fff;  
 }  
 
form#mailform {
	padding: 0px;
}
.text-box{
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 25px;
} 

h3 {
	clear: both;
	color: #014908;
	font-size: 14px;
	border-bottom: 1px solid #014908;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 0.5em;
}

dt {
	margin: 20px 20px 20px 20px;
	border-bottom:1px dotted #000;	
}
dt:before {
	content:"\0025a0";
}

dd {
	font-size: 14px;
	margin-bottom: 1em;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 20px;
}

hr{
	border: none;
	border-top: dashed 1px #999;
	height: 1px;
	color: #FFFFFF;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
 }

Message body




.crunchify-top:hover {
 color: #fff !important;
 background-color: #ed702b;
 text-decoration: none;
 }

 .crunchify-top {
 display: none;
 position: fixed;
 bottom: 1rem;
 right: 1rem;
 width: 3.2rem;
 height: 3.2rem;
 line-height: 3.2rem;
 font-size: 1.4rem;
 color: #fff;
 background-color: rgba(0,0,0,0.3);
 text-decoration: none;
 border-radius: 3.2rem;
 text-align: center;
 cursor: pointer;
 }

.sukima {
	height: 100px;	
	}

dl.accordion { background:#DDD; width:80%; margin:0 auto 30px; padding:10px; font-size:16px;}
dl.accordion dt {
    background:url(../img/open.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
    background:url(../img/open.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));
    border-bottom:1px solid #EEE; height:40px; text-indent:10px; line-height:40px; color:#333; font-weight:bold; cursor:pointer;}
dl.accordion dt.open {
    background:url(../img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
    background:url(../img/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));}
dl.accordion dd { background:#FFF; padding:10px; line-height:1.5; display:none;}

ul.accordion { background:#f2f2f2; width:90%; margin:0 auto 30px; padding:10px; font-size:14px;}
ul.accordion a { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; text-decoration:none; color:#666; font-weight:bold;}
ul.accordion span {	display: block;	padding: 10px;	background-position: 97% center; background-repeat: no-repeat; color: #333; font-weight: bold;}
ul.accordion ul { display:none;}
ul.accordion > li { background: -moz-linear-gradient(top, #fcf9dc, #f8ed8e); background: -webkit-gradient(linear, left top, left bottom, from(#fcf9dc), to(#f8ed8e));}
ul.accordion > li > p { background: -moz-linear-gradient(top, #fcf9dc, #f8ed8e); background: -webkit-gradient(linear, left top, left bottom, from(#fcf9dc), to(#f8ed8e));cursor:pointer;}
ul.accordion > li > p span { background-image:url(../img/open.png);}
ul.accordion > li > p span.open { background-image: url(../img/close.png);}
ul.accordion > li > ul > li { display:block; padding:10px; background:#fcf9dc; border-bottom:1px solid #EEE;}
ul.accordion > li > ul > li > p { display:block; padding:10px; background:#fcf9dc;}
ul.accordion > li > ul > li > a { background:url(../img/go.png) no-repeat 98% center;}
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}
