@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Last up date:   2013.01.23
Style Info:     import css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*---------------------------------------------------------------------------------
index
---------------------------------------------------------------------------------*/

/*------------------------------------------------------------MainPhoto*/
section#mainphoto{
	padding: 0 10px 15px;}
section#mainphoto div {
	text-align: center;
	background: #CCC;
}
/*------------------------------------------------------------MainNavi*/
/* 背景 */
ul.mnav_accordion{
	margin-bottom: 15px;
}
ul.mnav_accordion > li {
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	background: url(../img/common_img/bg_mnav.gif) repeat-x 0 0;
	border-bottom: 1px solid #7d624f;
}
ul.mnav_accordion a {
	display: block;
	padding: 20px 15px;
	color: #FFF;
}
ul.mnav_accordion > li > a {
	background: url(../img/common_img/icon_arrow01.png) no-repeat 95% 50%;
	/* ratina */
	-webkit-background-size: auto 13px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
}
/*------------------------------------------------------------Greeting*/
#greeting h3{
	 margin: 0 10px 15px 10px;
	 padding: 26px 0 0 23px;
	 background-image:url(../img/index_img/bg_title.png);
	 background-repeat: no-repeat;
	 background-position: top left;
}
#greeting p{
	padding: 0 10px 20px 10px;
}
/*------------------------------------------------------------Class room*/
#classroom h3{
	 margin: 10px 10px 15px 10px;
	 padding: 26px 0 0 23px;
	 background-image:url(../img/index_img/bg_title.png);
	 background-repeat: no-repeat;
	 background-position: top left;
}
#classroom p{
	padding: 0 10px 10px ;
}
#classroom ul{
	padding: 0 10px 15px 10px;
	list-style:none;
}
#classroom ul li{
	float: left;
	margin: 0 8px 8px 0;
	box-shadow: 0px 1px 1px #666;
}

/*------------------------------------------------------------News02*/
section#news02 {
	margin: 0 10px 15px 10px;
	padding: 0 0 10px 0;
	background-image:url(../img/index_img/bg_news.jpg);
	background-position: top left;
}
section#news02 h2{
	padding: 1px 0 4px 1px;
}
section#news02 div {
	padding: 10px;
	margin: 0 10px ;
	background-color: #fff;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 12px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
}
section#news02 div a {
	display: block;
}
section#news02 p.data {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
/*---------------------------------------------------------------------------------
news
---------------------------------------------------------------------------------*/
section#news {
	}

section#news div {
	padding: 12px 10px 10px;
	border-bottom: 1px dotted #ae9789;
	background: #FFF;
}
section#news div a {
	display: block;
	padding: 10px 0;
	text-align: center;
}
section#news div p.title {
	font-size: 14px;
	font-weight: bold;
	color: #40230c;
	background-image:url(../img/common_img/point_01.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 36px;
	margin-bottom: 10px;
}
section#news div p.title span.data {
	font-size: 11px;
	line-height: 1;
	font-weight: normal;
}

/*---------------------------------------------------------------------------------
contact
---------------------------------------------------------------------------------*/

/*form*/
#contact_form {
	margin: 0px 10px 0px;
}
#contact_form form {
	margin: 20px 0px 0px;
	border-top: 1px dotted #000000;
}
#contact_form dl {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px dotted #000000;
}
#contact_form dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
	border-left: 5px solid #de4494;
	padding-left:5px;
}
#contact_form dl dd {
	padding: 0px 0px 0px 0px;
}
#contact_form dl dd.dd_child {
	padding-top: 15px;
}
/*Attention*/
#contact_form p.attention {
	margin: 0 0 3px;
	padding: 0;
	color: #900;
	font-size: 11px;
	background:none;
}
#contact_form span.attention {
	margin: 0 0 3px;
	padding: 0;
	font-size: 11px;
	background:none;
}
#contact_form strong {
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
/*Txt Area*/
.inp_text, .inp_text_s, textarea, .dropdown {
	padding: 5px;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */	
	-webkit-border-radius: 3px;
	/* Firefox */	
	-moz-border-radius: 3px;
	border: 1px solid #BFBFBF;
	background: #fff;
	/* Webkit */	
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */	
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
}
.dropdown option {
	margin-right: 10px;
}
/*Txt Area _テキストエリア選択時の装飾*/
.inp_text_focus {
	border: 1px solid #BFBFBF;
	background: #E6EFFD;
	padding: 5px;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
/*Txt Area _テキストエリアのサイズ*/
.inp_text {
	width: 60%;
}
.inp_text_s {
	width: 20%;
}
textarea {
	width: 90%;
}
/*Button*/
.inp_button {
	border: 1px solid #BFBFBF;
	background: #CCC;
	/* CSS3 */
	text-shadow: 1px 1px 0 #FFF;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #ccc), color-stop(100%, #eee));
	/* Firefox */
	background: -moz-linear-gradient(top, #fff 0%, #ccc 5%, #eee 100%);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
	padding: 2px 7px;
	cursor: pointer;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
.submit_btn {
	text-align: center;
	margin: 20px 0px;
}
.inp_submit01 {
	border: none;
	padding: 10px 60px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	background-color: #ae9789;
	box-shadow: 0 1px 1px #666;
	border-radius: 3px;
}
/*box_contents*/
.box_contents{
	padding:15px 10px;
}
/*---------------------------------------------------------------------------------
school
---------------------------------------------------------------------------------*/
ul.class_ph li{
	display: block;
	margin: 0 10px 10px 10px;
}
ul.class_ph li a img{
	width: 100%;
	max-width:335px;
	max-height:223px;
}
/*----------------------------- Dl for School Class*/
.dl_class {
	margin-bottom: 28px;
	background: #f5dfd4; /* Old browsers */
	background: -moz-linear-gradient(left,  #f5dfd4 0%, #faf0eb 34%, #faf0eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5dfd4), color-stop(34%,#faf0eb), color-stop(100%,#faf0eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f5dfd4 0%,#faf0eb 34%,#faf0eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f5dfd4 0%,#faf0eb 34%,#faf0eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f5dfd4 0%,#faf0eb 34%,#faf0eb 100%); /* IE10+ */
	background: linear-gradient(to right,  #f5dfd4 0%,#faf0eb 34%,#faf0eb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5dfd4', endColorstr='#faf0eb',GradientType=1 ); /* IE6-9 */
}
.dl_class dl {
	clear: both;
	border-bottom: 2px solid #fff;
}
.dl_class dl dt {
	float: left;
	font-weight: bold;
	padding: 15px;
}
.dl_class dl dd {
	margin-left: 100px;
	border-left: 2px solid #fff;
	padding: 15px;
}
.dl_class h6{
	font-size: 12px;
}
/*----------------------------- Table for school Schedule*/
table.table_schedule {
	border-top: 1px solid #d6cbc4;
	border-left: 1px solid #d6cbc4;
	border-collapse: collapse;
	margin: 0 0 15px;
	width: 100%;
}
table.table_schedule th {
	white-space: normal;
	text-align: center;
	font-weight: normal;
	background: #FAF0EB;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
}
table.table_schedule td {
	text-align: left;
	white-space: normal;
	word-break: break-all;
}
table.table_schedule th, table.table_schedule td {
	border-right: 1px solid #d6cbc4;
	border-bottom: 1px solid #d6cbc4;
	font-size: 10px;
	padding: 3px;
	text-align: center;
}
/*----------------------------- wp-plugin*/
/*PC/SP切り替え*/
#eventcal_pc{
	display: none;
}
#eventcal_sp p{
	text-align: center;
	font-size: 14px;
	color: #FFF;
	border-radius: 5px;
}
#eventcal_sp p a{
	display: inline-block;
	color: #FFF;
	text-shadow: 0 -1px -1px #000;
	width: 100%;
	margin: 3px 0;
	padding: 15px 0;
	font-weight: bold;
	line-height: 33px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 1px #666;
	background: #d85383; /* Old browsers */
	background: -moz-linear-gradient(top,  #d85383 0%, #c93063 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85383), color-stop(100%,#c93063)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d85383 0%,#c93063 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d85383 0%,#c93063 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d85383 0%,#c93063 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d85383 0%,#c93063 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85383', endColorstr='#c93063',GradientType=0 ); /* IE6-9 */
}
/*---------------------------------------------------------------------------------
Gallery
---------------------------------------------------------------------------------*/
/*------------------------------------------------------------Dl for School Class*/
/*ギャラリー一覧　リスト*/
ul.gallery_list li {
	max-width: 670px;
	border-left: 5px solid #dd4396;
	background-image: url(../img/gallery_img/bg_gallery_list.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 10px 15px;
	margin-bottom: 15px;
}
ul.gallery_list li h4{
	width: 100%;
	padding: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
}
ul.gallery_list li div{
	text-align: center;
}
/*ギャラリー単一記事　写真リスト*/
ul.gallery_ph_list li{
	width:100%;
	background: pink;
	margin: 0 0 10px 0;
	text-align: center;
	background: #f5dfd4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5dfd4 0%, #faf0eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5dfd4), color-stop(100%,#faf0eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5dfd4 0%,#faf0eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5dfd4 0%,#faf0eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5dfd4 0%,#faf0eb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5dfd4 0%,#faf0eb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5dfd4', endColorstr='#faf0eb',GradientType=0 ); /* IE6-9 */
}
ul.gallery_ph_list li img{
	padding: 10px;

}
ul.gallery_ph_list li p{
	padding: 0 10px 10px 10px;
}
/*---------------------------------------------------------------------------------
STUTDIO
---------------------------------------------------------------------------------*/
div.staff_ph{
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
}
div.staff_info{
	width: 435px;
}
/*Google map*/
#googlemap_pc{
	display: none;
}
#googlemap_sp p{
	text-align: center;
	font-size: 14px;
	color: #FFF;
	border-radius: 5px;
}
#googlemap_sp p a{
	display: inline-block;
	color: #FFF;
	text-shadow: 0 -1px -1px #000;
	width: 100%;
	margin: 3px 0;
	padding: 15px 0;
	font-weight: bold;
	line-height: 33px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 1px #666;
	background: #d85383; /* Old browsers */
	background: -moz-linear-gradient(top,  #d85383 0%, #c93063 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85383), color-stop(100%,#c93063)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d85383 0%,#c93063 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d85383 0%,#c93063 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d85383 0%,#c93063 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d85383 0%,#c93063 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85383', endColorstr='#c93063',GradientType=0 ); /* IE6-9 */
}

