#seco_in {
	width:100%;
	background-color: #f4f4f4;
	text-align: center;
}


/*------------------------------------------------------------
	作家紹介
------------------------------------------------------------*/



#bg_profile {
	width:100%;
	  background-color: #5d90a6;
  animation: bg-color 10s infinite;
  -webkit-animation: bg-color 10s infinite;
	text-align:center;
}
@-webkit-keyframes bg-color {
  0% { background-color: #5d90a6; }
  20% { background-color: #48829b; }
  40% { background-color: #286782; }
  60% { background-color: #295467; }
  80% { background-color: #48829b; }
  100% { background-color: #5d90a6; }
}
@keyframes bg-color {
  0% { background-color: #5d90a6; }
  20% { background-color: #48829b; }
  40% { background-color: #286782; }
  60% { background-color: #295467; }
  80% { background-color: #48829b; }
  100% { background-color: #5d90a6; }
}


#bg_info {
	width:100%;
	background-color: #f4f4f4;
}


#bg_shop {
	width:100%;
	background-color: #555;
}


#bg_school {
	width:100%;
	background-color: #006666;
}


#profile {
	width:100%;
	text-align: center;
	padding-bottom: 70px;
	height: 548px;
}

.frame {
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
}

table.type03 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px dotted #999;
	margin-left: 50px;
	width: 700px;
	color: #555;
	padding:0px;
	margin-bottom: 30px;
}
table.type03 th {
	width: 140px;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px dotted #999;
	text-align: left;
}
table.type03 td {
	width: 510px;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px dotted #999;
}

table.type03 td a:link {
  color: #666;
  text-decoration: none;

}


table.type03 td a:hover {
  color: #ccc;
  text-decoration: none;
	}




table.type04 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px dotted #cccc;
	margin-left: 50px;
	width: 750px;
}
table.type04 th {
	width: 250px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px dotted #f1f1f1;
	text-align: left;
}
table.type04 td {
	width: 452px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px dotted #f1f1f1;
}


table.type05 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px dotted #999;
	margin-left: 50px;
	width: 637px;
	color: #FFF;
	padding:0px;
}
table.type05 th {
	width: 160px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px dotted #999;
	text-align: left;
}
table.type05 td {
	width: 427px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px dotted #999;
}


table.type06 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px dotted #999;
	margin-left: 50px;
	width: 700px;
	color: #FFF;
	padding:0px;
	margin-bottom: 30px;
}

table.type06 a:hover {
  color: #cccccc;
  text-decoration: none;
	}
	
table.type06 th {
	width: 140px;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px dotted #999;
	text-align: left;
}
table.type06 td {
	width: 510px;
	padding: 10px;
	vertical-align: central;
	border-bottom: 1px dotted #999;
}


table.type07 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	width: 950px;
}
table.type07 th {
	width: 180px;
	padding: 20px 10px 20px 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
}
table.type07 td {
	width: 722px;
	padding: 20px 10px 20px 10px;
	vertical-align: top;
	border-bottom: 1px solid #e8e8e8;
}


table.type09 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px dotted #ccc;
	margin-left: 50px;
	width: 637px;
}
table.type09 th {
	width: 160px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}
table.type09 td {
	width: 427px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}


/*------------------------------------------------------------
	作品紹介
------------------------------------------------------------*/



#item_list {
	width:960px;
	height:1700px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}


#item_list p{
	font-size: 14px;
	line-height: 1.8em;
	color: #999;
}

.item_box {
	width:300px;
	height:410px;
	margin-right: 10px;
	margin-left: 10px;
	float:left;
	text-align: center;
}

.item_frame {
	width:300px;
	height:300px;
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
}

.item_frame img {
	margin-bottom: 10px;
	height:300px;
}
/*------------------------------------------------------------
	体験
------------------------------------------------------------*/


#school_img {
	width:100%;
	text-align: center;
	padding-bottom: 70px;
}


#taiken  {
	width: 800px;
	height: 480px;
	margin: 0 auto;
	position: relative;
}

#taiken1 {
	margin-top: 50px;
	margin-left: 13px;
	z-index:96;
	position: absolute;
} 

#taiken2 {
	margin-top: 62px;
	margin-left: 285px;
	z-index:97;
	position: absolute;
} 

#taiken3 {
	margin-top: 50px;
	margin-left: 544px;
	z-index:1;
	position: absolute;
} 

#taiken4 {
	margin-top: 240px;
	margin-left: 136px;
	z-index:98;
	position: absolute;
} 

#taiken5 {
	margin-top: 248px;
	margin-left: 407px;
	z-index:99;
	position: absolute;
} 


/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/


#map_canvas {
	width:100%;
	height:650px;
}

.image img{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}


/*------------------------------------------------------------
	お知らせ
------------------------------------------------------------*/


#news_head {
width:100%;
height:475px;
background-image: url(../news/img/head_bg.jpg);
background-position:center top;
background-repeat:no-repeat;
-moz-background-size:cover;
background-size:cover;
}


/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/


#contact_head {
width:100%;
height:475px;
background-image: url(../contact/img/head_bg.jpg);
background-position:center top;
background-repeat:no-repeat;
-moz-background-size:cover;
background-size:cover;
}



/*------------------------------------------------------------
	テキスト
------------------------------------------------------------*/

.midashi1 {
	font-size: 24px;
	color: #492e16;
	margin-bottom: 20px;
	display: block;
}

.midashi2 {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 20px;
	display: block;
}

.midashi3 {
	font-size: 24px;
	color: #492e16;
	margin-bottom: 20px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.midashi4 {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}

.midashi5 {
	font-size: 20px;
	background-color: #ffffff;
	color: #333;
	margin-bottom: 20px;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}

.midashi6 {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}

.midashi7 {
	font-size: 20px;
	background-color: #4C4C4C;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}

.point {
	color: #cc9e9c;
	margin-bottom: 20px;
	display: block;
	margin-top: 20px;
	background-color: #fff;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	font-size: 14px;
	padding-left: 10px;
}

.flow {
	margin-bottom: 30px;
	display: block;
}


.thanks {
	width:850px;
	padding-top: 80px;
	padding-bottom: 80px;
	margin:0 auto;
}


.txt {
	padding-top: 80px;
	padding-bottom: 80px;
	width: 737px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.txt2 {
	padding-top: 80px;
	padding-bottom: 60px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

.txt3 {
	padding-top: 40px;
	padding-bottom: 60px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

#txt2 {
	width:950px;
	padding-top: 80px;
	padding-bottom: 80px;
	margin:0 auto;
	color: #ffffff;
}

#txt3 {
	width:850px;
	padding-top: 80px;
	padding-bottom: 80px;
	margin:0 auto;
	color: #ffffff;
}

.txt_link {
	width:950px;
	padding-top: 0px;
	padding-bottom: 80px;
	margin:0 auto;
}

#sekourei {
	width:950px;
	display: block;

}

#sekourei li{
	float:left;
	margin: 0px 0px 30px 0px;
}

.center {
	margin: 0px 40px 0px 40px;

}
