html {
	-webkit-text-size-adjust: none;
}
body {
	color: #333333;
	font-size: 14px;
	line-height: 1.3em;
}
#wrap {
	background-image: url(../images/top.jpg);
	-webkit-background-size: 320px auto;
	background-size: 320px auto;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	text-align: center;
	padding-top: 105px;
}
/*ヘッダー（キュリオロゴ）*/
h1 {
	background-color: #7FB72C;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
/*ヘッダー（キュリオロゴ）*/

/*コース一覧*/
.course_title {
	background-color: #7FB72C;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	box-shadow: 1px 1px 3px #B3B3B3;
	-moz-box-shadow: 1px 1px 3px #B3B3B3;

　/* Firefox用 */  
 -webkit-box-shadow: 1px 1px 3px #B3B3B3;
　/* Safari,Google Chrome用 */;
	font-size: 16px;
	clear: both;
	margin-top: 10px;
	display: block;
	text-align: left;
}
.news_contents {
	padding: 5px;
	text-align: left;
}
.news_contents p {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	padding-top: 5px;
}

.course {
	padding: 5px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 60px;
	display: block;
}
.course .icon {
	float: left;
	height: 60px;
	width: 60px;
}
.course h2 {
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #F8B625;
	margin-left: 70px;
	text-align: right;
	padding-right: 5px;
	font-size: 14px;
}
.course .comment {
	margin-left: 70px;
	margin-top: 5px;
	padding-right: 5px;
	text-align: left;
}
a.course_btn {
	width:80%;
	text-align:center;
	display: block;
	padding: 8px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	border-radius: 10px;
	font-weight:bold;
	background: #F39700 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F8B625), to(#F39700));
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
a.link_btn {
	width:80%;
	text-align:center;
	display: block;
	padding: 8px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	border-radius: 10px;
	font-weight:bold;
	background: #F39700 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F8B625), to(#F39700));
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/*コース一覧*/

/*リンクバナー*/
#contact_area {
	display: block;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
}
.contact_01 {
	clear: both;
	text-align: center;
	background-color: #E5E9CA;
	padding: 0px;
	margin: 5px;
}
.contact_01 a {
	display: block;
	color: black;
	font-weight: bold;
	border: 2px solid #7FB72C;
	background:  url("../images/contact_01.png") no-repeat 10px center, url("../images/arrow.png") no-repeat 98% center,  -webkit-gradient(linear, left bottom, left top, color-stop(0.49, #F0F0F0), color-stop(0.50, white) );
	background: -moz-linear-gradient( center bottom, #F0F0F0 49%, white 50% );
	text-decoration: none;
	text-align: left;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	padding-left: 80px;
}
.contact_02 {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 15px;
}
#contact_03 {
	clear: both;
	text-align: center;
	background-color: #E5E9CA;
	padding: 0px;
	margin: 15px 5px;
}
#contact_03 a {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #7FB72C;
	background-color: rgb(180,212,93);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(182,207,117)), to(rgb(142,195,35)));
	-webkit-border-radius: 8px;
	text-decoration: none;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px #fff;
	box-shadow: 0 0 3px #fff;
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-weight: bold;
	font-size: 16px;
}
/*リンクバナー*/


/*フッター*/
footer {
	text-align: center;
	font-size: 12px;
	clear: both;
	margin-top: 15px;
	background-color: #7FB72C;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	display: block;
}
address {
	font-size: 12px;
}
/*フッター*/

/*詳細ページトップタイトル部分*/
.top {
	margin: 10px;
	clear: both;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
.top p {
	clear: both;
	padding-top: 5px;
}
.top_01 {
	float: left;
}
.top_02 {
	float: right;
}
.top h2 {
	font-size: 14px;
	font-weight: normal;
	clear: both;
	padding: 10px;
}
/*詳細ページトップタイトル部分*/

/*ページバック（HOME/TOP）ボタン*/
.home {
	display: block;
	width: 60px;
	height: 28px;
	line-height: 28px;
	background-color: rgb(163,193,93);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(163,193,93)), to(rgb(125,174,42)));
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px #fff;
	box-shadow: 0 0 3px #fff;
	text-align: center;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	margin: 10px;
}
.home a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	height: 28px;
	width: 60px;
}
.pagetop {
	display: block;
	width: 70px;
	height: 28px;
	line-height: 28px;
	background-color: rgb(248,182,37);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(248,182,37)), to(rgb(243,151,0)));
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px #fff;
	box-shadow: 0 0 3px #fff;
	text-align: center;
	float: right;
	padding-right: 4px;
	padding-left: 4px;
	margin: 10px;
}
.pagetop a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	height: 28px;
	width: 70px;
}
/*ページバック（HOME/TOP）ボタン*/

/*テキストカラー：オレンジ*/
.style2 {
	color: #EA5810
}
/*テキストカラー：オレンジ*/

/*コンテンツ一覧*/
.text_link {
	clear: both;
	line-height: 2em;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 2px;
	margin-left: 2px;
}
.text_link p {
	background-color: #CCCCCC;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #333333;
	-webkit-box-shadow: 0px 0px 3px 0px #666;
}
/*コンテンツ一覧*/

/*時間割*/
.accordion table {
	margin-top: 5px;
	margin-bottom: 5px;
}
.color {
	background-color: #EAF4C9;
}
.color2 {
	background-color: #F8B625;
	color: #FFFFFF;
	font-weight: bold;
}
.intermission {
	color: #003366;
}
/*時間割*/

/*バリューパック*/
.circle_red {
	width: 50px;
	height: 50px;
	background: #C8276D;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	float: left;
	line-height: 1.2em;
}
/* Cleaner, but slightly less support: use "50%" as value */
.circle_blue {
	width: 50px;
	height: 50px;
	background: #1790CA;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	float: left;
	line-height: 1.2em;
}
/* Cleaner, but slightly less support: use "50%" as value */
.circle_orange {
	width: 50px;
	height: 50px;
	background: #F39700;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	float: left;
	line-height: 1.2em;
}
/* Cleaner, but slightly less support: use "50%" as value */
.circle_brown {
	width: 50px;
	height: 50px;
	background: #644D37;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	float: left;
	line-height: 1.2em;
}
/* Cleaner, but slightly less support: use "50%" as value */
.circle_silver {
	width: 50px;
	height: 50px;
	background: #a6a6a6;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	float: left;
	line-height: 1.2em;
}
/* Cleaner, but slightly less support: use "50%" as value */
.value {
	margin: 5px 5px 10px;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
	padding: 5px 2px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: rgb(249,248,200);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(249,248,200)));
	
}
.value_title {
	color: #639434;
	font-size: 18px;
	font-weight: bold;
	padding-left: 55px;
	line-height: 25px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A0BB27;
}
.value_contents {
	padding-left: 55px;
	line-height: 25px;
	height: 25px;
}
.value_price {
	padding-left: 50px;
	line-height: 30px;
	height: 30px;
}
.value_price01 {
	font-size: 24px;
	text-shadow: 1px 1px 2px #999;
	float: left;
	text-align: left;
	width: 150px;
}
.value_p {
	padding: 5px;
	margin-bottom: 10px;
}



.value_off {
	display: block;
	width: 70px;
	height: 20px;
	line-height: 20px;
	background-color: rgb(248,182,37);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(248,182,37)), to(rgb(243,151,0)));
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0 0 3px #fff;
	box-shadow: 0 0 3px #fff;
	text-align: center;
	color: #FFFFFF;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.value_ex {
	text-align: center;
	clear: both;
}
/*バリューパック*/

/*バイキング*/
.viking_bn {
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	
}
.viking_bn_title {
	color: #C61A22;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 25px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C61A22;
}
.viking_bn_contents {
	padding-left: 10px;
	line-height: 1.3em;
	padding-top: 5px;
}
.viking_bn_img {
	float: right;
	margin: 5px;
}


/*バイキング*/

/*リンクボタン（ページ下部）*/
.list5 {
	margin:10px;
	clear: both;
}
	.list5:after {
		content: ".";
  	 	display: block;
		height: 0;
 		clear: both;
 		visibility: hidden;}
	.list5 ul{
		border-top:1px solid #CCC;
		}
	.list5 ul li{
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#F0F0F0));
		border-top:none;
		border-bottom:1px solid #CCC;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
		height: 45px;
		margin: 0px;}
	.list5 ul li:nth-child(odd) {
		float:left;
		width:50%;}
	.list5 ul li a{
		color: #666;
		display: block;
		height: 45px;
		margin: 0px;
		overflow: hidden;
		padding: 0px 20px 0px 0px;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;}
	.list5 ul li a strong{
	color:#000;
	display:block;
	font-weight:bold;
	line-height: 45px;
	height: 45px;
}
	.list5 ul li img{
		float: left;
		height: 45px;
		width: 45px;
		margin-right:10px;}
/*リンクボタン（ページ下部）*/
.notes {
	font-size: 12px;
	color: #FF0000;
}
.img_right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.news {
	background-color: #F8B625;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	box-shadow: 1px 1px 3px #B3B3B3;
	-moz-box-shadow: 1px 1px 3px #B3B3B3;

　/* Firefox用 */  
 -webkit-box-shadow: 1px 1px 3px #B3B3B3;
　/* Safari,Google Chrome用 */;
	font-size: 16px;
	text-align: left;
	margin-top: 50px;
}
.yen{
	font-size: 14px;
	font-weight: bold;
	margin-left: 2px;
}
