charset "utf-8";"
/* CSS Document */

/* 基本設定
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  */
/* 共通項目
----------------------------------------------- */ 
.clearfix {
	clear: both; /* フロート解除 */
}

/* 余白を空ける */
.spacer {
	margin: 0 0 20px;
	overflow: hidden;
}

/* 余白を空ける */
.spacer_narrow {
	margin: 0 0 10px;
	overflow: hidden;
}

/* 余白を狭める */
.margin_little {
	margin: 0 auto 2px;
}

/* 明朝にする */
.mincho {
	font-family: "ＭＳ 明朝",serif;
}

/* 文字強調（極小）*/
.emphasis00 {
	font-weight: bold;
	margin: 0 0 3px;
}

/* 文字強調（小）*/
.emphasis01 {
	font-weight: bold;
	color: #006633; /* ●色● */
}

/* 真ん中の配置設定 */
.center {
	margin: 0 auto;
}

/* 左寄せの配置設定 */
.left {
	float: left;
}
/* 右寄せの配置設定 */
.right {
	float: right;
}
.ckearfix {
	clear: both;
}
.spacer_narrow {
    margin: 0 0 10px;
    overflow: hidden;
}


#two-columns .box01a {
}
#two-columns .box01b {
}
#two-columns .picture01a,
#two-columns .picture01b {
	padding: 0 5px;
}
#two-columns .text01a,
#two-columns .text01b {
	padding: 10px 5px;
}
.width325px {
	width: 325px;
}
.width326px {
	width: 326px;
}
.width315px {
	width: 315px;
}
.width290px {
	width: 290px;
}
.width280px {
	width: 280px;
}
.width270px {
	width: 270px;
}
.width260px {
	width: 260px;
}
.width250px {
	width: 250px;
}

/* 文字の右寄せ */
.t_right {
	text-align: right;
}

/* テーブル設定 */
#table01 {
	margin: 0 auto 10px;
	width: 100%;
}

#table01 th {
	padding: 10px;
	border: 1px solid #999999;
	background: none repeat scroll 0 0 #eeeeee;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

#table01 td {
	padding: 10px;
	border: 1px solid #999999;
}

/* 基本設定
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  */

/* フィックス
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  */

/* bug-fix
------------------------------------------*/
/* リストを使えるようにする */

ol li {
	list-style-type: disc;
}

#list {
	padding: 10px;
	margin: 20px 0;
	background: #eeeeee;
}

#list ol.disc {
	list-style-type: disc;
}


#list ol.disc li {
	margin: 10px 0;
}

/* ロゴサイズ指定
------------------------------------------*/
#logo img {
	width: 300px; /* ●幅● */
}


/* 管理画面用
----------------------------------------- */
/* 取り除くボタンが隠れ無いようにする */
ul.edit_menu {
	z-index: 10;
}

/* グローバルナビ部分（文字の長いものを改行する）
----------------------------------------------- */
#header-nav ul li.longTitle a {
	display: block;
	height: 100%;
	line-height: 15px;
	padding: 10px 4px 0 6px;
	letter-spacing: 0.1em;
}
/* フィックス
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  */

/* 固定の設定
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  */

/* 良く使う幅指定
----------------------------------------------- */ 
.width700px {
	width: 700px;/* F：自由ページ最大幅 */
}

.width680px {
	width: 680px;/* F：自由ページコンテンツ幅 */
}

.width660px {
	width: 660px;/* F：見出し&記事コンテンツ幅 */
}

.width640px {
	width: 640px;/* F：見出し&記事インデント */
}

.width635px {
	width: 635px;/* F：見出し&記事インデント */
}

.width614px {
	width: 614px;/* F：見出し&記事内の枠幅 */
}

.width595px {
	width: 595px;/* F：h4の幅 */
}

.width540px {
	width: 540px;/* F：枠内の表の幅 */
}

.width400px {
	width: 400px;/* 約2/3サイズ  */
}

.width300px {
	width: 300px;/* 約1/2サイズ  */
}

.width240px {
	width: 240px;/* 約1/3サイズ  */
}

.width160px {
	width: 160px;/* 狭いカラムバナー .box01aに付与 */
}

/* 固定の設定
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  */

/* 見出し
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  */

/* 見出しh3（自由ページ用）
----------------------------------------------- */
h3 {
	border-bottom: 1px dashed #454545;
	font-weight: bold;
	height: auto;
	letter-spacing: 0.2em;
	line-height: 1.3em;
	margin: 10px auto;
	padding: 0 0 5px;
	text-indent: 0.8em;
	width: 690px;
}

/* 見出しh3（シンプルタイトル）
----------------------------------------------- */
#h3 {
	border-bottom: 1px dotted #ff6699;
	background: none repeat scroll 0 0 #eeeeee;
	border-left: 4px solid #ff6699;
	font-weight: bold;
	height: auto;
	letter-spacing: 0.2em;
	line-height: 1.3em;
	padding: 5px 0;

	text-indent: 0.8em;
	color: #ffa9a9;
}

/* 見出しh4（モザイク調）
----------------------------------------------- */
#h4 {
	position: relative;
	padding: 0 10px 0 55px;
	font: bold 22px/40px Arial, Helvetica, sans-serif;
	color: #666;
	background: #f3f3f3;
	z-index: 1;
}

#h4:before{
	content:" ";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-right: #fff solid 2px;
	background: #f81e70;  /* ●色● */
	background-image: -webkit-gradient(linear, left top, left bottom,
		from(
			rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.6)), 
		to(
			rgba(255, 255, 255, 0.6))
			);
	background-image: -webkit-linear-gradient(top,transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -moz-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -o-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: linear-gradient(to bottom,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
			z-index:-1;
}

#h4:after{
	content:" ";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: -webkit-gradient(linear, left top, right top,
		from(
			rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.6)), 
		to(	
			rgba(255, 255, 255, 0.6))
			);
	background-image: -webkit-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -moz-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -o-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: linear-gradient(to right,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
			z-index: -1;
}

/* 見出しh5（旗の様な見出し）
----------------------------------------------- */
#contents-p1 #right-col h5 {
	position: relative;
	margin: 0 0 1.5em;
	padding: 0.8em;
	font-size: 1.143em;
	font-weight: bold;
	color: #333333;
	background: none repeat scroll 0 0 #ff9d3e; /* ●色● */
	border-left: none;
	border-radius: 5px;
	line-height: 1.2em;
}
 
#contents-p1 #right-col h5:before {
	content: "<";
	position: absolute;
	top: middle;
	left: -13px;
	width: 0;
	height: 0;
	font-size: 25px;
	line-height: 1.0;
	color: #c96;
}

#contents-p1 #right-col h5:after {
	content: " ";
	position: absolute;
	top: -2px;
	left: -10px;
	width: 0;
	height: 130%;
	border: #600 solid 2px;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
}

/* 見出しh6（h2hやh3の代わりとなる■が二つのイメージ見出し）
----------------------------------------------- */
#h6 {
	position: relative;
	color: #111;
	font-size: 1.143em;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 0.5em 0.5em 0.5em 1.7em;
	border-bottom: 2px solid #006633; /* ●下線色（第一強調色）● */
}
 
#h6:before {
	content: "";
	position: absolute;
	background: #009966; /* ●上の■の色（第二強調色）● */
	top: 0;
	left: 0.4em;
	height: 12px;
	width: 12px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
 
#h6:after {
	content: "";
	position: absolute;
	background: #006633; /* ●下の■の色（第一強調色）● */
	top: 1.0em;
	left: 0;
	height: 8px;
	width: 8px;
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
}

/* 見出し
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  */

/* 写真の配置
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  */

/* 写真をタイトル画像としてスライスして使う（余白が出た時の色補完込）
----------------------------------------------- */
#image-slice {
	background: none repeat scroll 0 0 #222222;
}

#image-slice .picture01a {
	padding: 30px;
}

#image-slice .picture01a p {
	font-size: 25px;
	
}

/* 写真の余白設定（2つ以上の写真を並べて表示する時の間の余白設定8px）
----------------------------------------------- */
.image-spacer_left {
	margin: 0 4px 0 0;
}

.image-spacer {
	margin: 0 4px;
}

.image-spacer_right {
	margin: 0 0 0 4px;
}

/* 簡単ロールオーバー
----------------------------------------------- */
a:hover img#rollover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/* サムネイル表示設定
------------------------------------------*/
.type:after {
	display : table;
	clear : both;
	content : '';
}

.thumbnail a {
	display: block;
	overflow: hidden;
}
/* 3列 */
.thumbnail .trimming214x322 {
	width: 214px;
	height: 322px;
}
/* 2列 */
.thumbnail .trimming326x490 {
	width: 326px;
	height: 490px;
}

.thumbnail .position01 img {
	position: relative;
	left: -120px;
}

.thumbnail .position02 img {
	position: relative;
	left: -210px;
}

.thumbnail .position03 img {
	position: relative;
	left: -180px;
}

.thumbnail .position04 img {
	position: relative;
	left: -340px;
}

/* キャプション3列 */
#caption01 {
	margin: 3px 0;
}

#caption01 .box01a {
	float: left;
	width: 214px;
	text-align: right;
	margin: 0 4px 0 0;
}

#caption01 .box01b {
	float: left;
	width: 214px;
	text-align: right;
	margin: 0 4px;
}

#caption01 .box01c {
	float: left;
	width: 214px;
	text-align: right;
	margin: 0 0 0 4px;
}

/* キャプション2列 */
#caption02 {
	margin: 3px 0;
}

#caption02 .box01a {
	float: left;
	width: 326px;
	text-align: right;
	margin: 0 4px 0 0;
}

#caption02 .box01b {
	float: left;
	width: 326px;
	text-align: right;
	margin: 0 0 0 4px;
}


/* 写真の配置
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  */

/* マスト
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  */

/* 狭いカラムのアクセス表示（HTMLでも数値の変更が必要）
----------------------------------------------- */
#access {
	margin: 10px 0;
	width: 200px; /*----●幅● F・G: 210 E: 200---- */
}

.sort {
	clear: both;
	margin-bottom: 10px;
}

#access #accessInner {
	background-color: #f1eae0;
}

#access #accessInner {
	background: none repeat scroll 0 0 #f1eae0;
	border: 1px solid #dbc7ab;
	padding: 0 9px 9px;
}

#access #accessBtn a#inquiryBtn {
	margin-bottom: 7px;
}

#access #accessBtn a {
	display: block;
	margin: 5px 0;
}

#access a:link {
	color: #fd6db4;
}

/* ページタイトル（p）・大きなバナー(a)
ピンク（hover #eeaaaa → #ffbbbb）
----------------------------------------------- */
#title_page01 {
	margin: 0 auto;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 4px rgba(100, 100, 100, 0.6);
}
#title_page01 .picture01a {

}
#title_page01 .text01a {
	padding: 0px;
	margin: 0;
	border: solid 2px #006633; /* ●色● */
	line-height: 1.6em;
	letter-spacing: 0.2em;
	background: #FFFFFF;
}
#title_page01 .text01a a:hover {
	background: #1c1c1c; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffbbbb 45%, transparent 160%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(45%,#ffbbbb), color-stop(160%,transparent)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffbbbb 45%,transparent 160%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffbbbb 45%,transparent 160%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffbbbb 45%,transparent 160%); /* IE10+ */
	background: linear-gradient(to right,  #ffbbbb 45%,transparent 160%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbbb', endColorstr='transparent',GradientType=1 ); /* IE6-9 */
}
/* ページタイトル用 */
#title_page01 .text01a p {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	padding: 60px 20px;
	color: #FFFFFF;
	background: #1c1c1c; /* Old browsers */
	background: -moz-linear-gradient(left,  #007744 45%, transparent 160%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(45%,#007744), color-stop(160%,transparent)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #007744 450%,transparent 160%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #007744a 45%,transparent 160%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #007744 45%,transparent 160%); /* IE10+ */
	background: linear-gradient(to right,  #007744 45%,transparent 160%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007744', endColorstr='transparent',GradientType=1 ); /* IE6-9 */
}
/* 大きなバナー用 */
#title_page01 .text01a a {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	padding: 60px 20px;
	color: #FFFFFF;
	text-decoration: none;
	background: #1c1c1c; /* Old browsers */
	background: -moz-linear-gradient(left,  #eeaaaa 45%, transparent 160%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(45%,#eeaaaa), color-stop(160%,transparent)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #eeaaaa 45%,transparent 160%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #eeaaaa 45%,transparent 160%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #eeaaaa 45%,transparent 160%); /* IE10+ */
	background: linear-gradient(to right,  #eeaaaa 45%,transparent 160%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeaaaa', endColorstr='transparent',GradientType=1 ); /* IE6-9 */
}
/* バナー用の欧文フォントの指定 */
#text-image {
	position: relative;
}

.Pinyon {
	position: absolute;
	top: -80px;
	left: 450px;
	font-family: 'Pinyon Script', cursive;
	color: #ffffff;
	font-size: 48px;
	transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}

.Pinyon_long {
	position: absolute;
	top: -80px;
	left: 350px;
	font-family: 'Pinyon Script', cursive;
	color: #ffffff;
	font-size: 38px;
	transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}
/* リンクバナー（ホットペッパーやLINE＠ facebook用）
----------------------------------------------- */
#banner {
	margin: 0 0 10px;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	box-shadow: 1px 1px 4px rgba(100,100,100,0.6);
	-webkit-box-shadow: 1px 1px 4px rgba(100,100,100,0.6);
	-moz-box-shadow: 1px 1px 4px rgba(100,100,100,0.6);
	text-align: center;
	padding: 8px 0;
}

/* マスト
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  */

/* 記事装飾
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  */

/* 枠
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  */
/* 枠 タイトル+説明（背景灰色、二重枠、強調用）
----------------------------------------------- */
#box01 .box01a {
	background: none repeat scroll 0 0 #eeeeee;
	border: 3px double #bbbbbb;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #999999;
	margin: 5px 0;
	padding: 20px;
}

#box01 .box01a .title01a {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 5px;
	color: #006633;
}

#box01 .box01a .value01a {
	font-size: 90%;
	margin: 0 0 8px;
}

/* 枠　タイトル有（コメント欄のみ対応）（背景灰色、角丸）
----------------------------------------------- */
#box02 .box01a {
	background: none repeat scroll 0 0 #eeeeee;
	margin: 5px auto;
	padding: 20px;
	border-radius: 3px;
}

#box02 .box01a .title01a {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 8px;
}

#box02 .box01a .value01a {
}

/* 枠　コースメニュー等に使用
----------------------------------------------- */
#menu_course {
	margin: 0 auto;
}

#menu_course .box01a {
	background: none repeat scroll 0 0 #eeeeee;
	border: 3px double #bbbbbb;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #999999;
	margin: 5px 0;
	padding: 20px;
	float: left;
	overflow: hidden;
}

#menu_course .box01a .title01a {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 8px;
	border-bottom: 1px dotted #999999;
}

#menu_course .box01a .value01b {
	float: right;
}

/* 吹き出し（右に設置用）
----------------------------------------------- */
#balloon_right01 {
	background: none repeat scroll 0 0 #ffffff;
	border: 2px solid #f73677;  /* ●色● */
	border-radius: 50px;
	color: #333333;
	 float: right;
	letter-spacing: 0.4em;
	margin: 30px 10px 10px;
	padding: 20px 8px;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

#balloon_right01:after,
#balloon_right01:before {
	content: "";
	height: 0;
	position: absolute;
	top: 100%;
	width: 0;
}

#balloon_right01:before {
	border-color: transparent #f73677 transparent transparent;  /* ●色● */
	border-style: solid;
	border-width: 10px 10px 10px 0;
	left: -10px;
	top: 31px;
}

#balloon_right01:after {
	border-color: transparent #ffffff transparent transparent;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	left: -7px;
	top: 32px;
}

/* 吹き出し（上に設置用）
----------------------------------------------- */
#balloon_top01 {
	background: none repeat scroll 0 0 #ffffff;
	border: 2px solid #f73677;
	border-radius: 50px;
	color: #333333;
	float: right;
	font-size: 10pt;
	letter-spacing: 0.5em;
	margin: 0 0 20px;
	padding: 20px;
	position: relative;
	text-align: center;
	width: 620px;
	font-weight: bold;
	font-size: 120%;
}

#balloon_top01:after,
#balloon_top01:before {
	content: "";
	height: 0;
	position: absolute;
	top: 100%;
	width: 0;
}

#balloon_top01:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #f73677 transparent transparent;
	border-image: none;
	border-right: 13px solid transparent;
	border-style: solid;
	border-width: 13px;
	left: 27px;
}

#balloon_top01:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ffffff transparent transparent;
	border-image: none;
	border-right: 10px solid transparent;
	border-style: solid;
	border-width: 10px;
	left: 30px;
}
/* 枠
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  */

/* ポイント
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  */
/* ポイント
----------------------------------------------- */
#point01 {
	margin: 0 0 20px;
	overflow: hidden;
}

#point01 .box01a {
	float: left;
	line-height: 2.5em;
	padding: 10px 10px 0;
	text-align: center;
	width: 140px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: right;
}

#point01 .box01a .emphasis01 {
	color: #f81e70; /* ●第一強調色● */
	font-size: 20px;
}

#point01 .box01a .emphasis02 {
	color: #ff6699; /* ●第二強調色● */
	font-size: 16px;
}

#point01 .box01b {
	float: right;
	padding: 5px 10px;
	width: 479px;
	border-left: 1px dotted #666666;
	font-weight: bold;
	letter-spacing: 0.12em;
	font-size: 18px;
	line-height: 1.2em;
}

/* ポイント（メガホン）
----------------------------------------------- */
#point02 {
	background: none repeat scroll 0 0 #f9f9f9;
	border: 1px dashed #bbbbbb;
	margin: 0 10px;
	overflow: hidden;
	padding: 20px 20px 10px;
	border-radius: 5px;
}

#point02 .box01a {
	float: left;
	padding: 2px 0;
}

#point02 .box01a img {
	width: 60px;
}

#point02 .box01b {
	float: left;
	padding: 19px 0 15px 20px;
	width: 516px;
	font-size: 16px;
	font-weight: bold;
}

/* ポイント（チェックボックス）
----------------------------------------------- */
#point03 {
	background: none repeat scroll 0 0 #f9f9f9;
	border: 1px dashed #bbbbbb;
	margin: 0;
	overflow: hidden;
	padding: 20px 20px 10px;
	border-radius: 5px;
}

#point03 .box01a {
	float: left;
	padding: 2px 0;
}

#point03 .box01a img {
	width: 30px;
}

#point03 .box01b {
	float: left;
	padding: 8px 0 15px 20px;
	width: 568px;
	font-size: 16px;
	font-weight: bold;
}


#point04 {
	border-bottom: 1px dashed #bbbbbb;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 0;
}

#point04 .box01a {
	float: left;
	padding: 2px 0;
}

#point04 .box01a img {
	width: 30px;
}

#point04 .box01b {
	float: left;
	padding: 8px 0 10px 20px;
	width: 590px;
	font-size: 16px;
	font-weight: bold;
}



/* ポイント
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  */

/* 料金
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  */
/* メニュー料金（下線幅いっぱいのタイプ）
----------------------------------------------- */
#price_list01 {
	margin: 0 auto 10px;
}

#price_list01 th.menu01 {
	background: none repeat scroll 0 0 #fbfbfb;
	border-bottom: 1px dotted #BBBBBB;
	padding: 10px;
	width: 300px;
}

#price_list01 th.price01 {
	background: none repeat scroll 0 0 #fbfbfb;
	padding: 10px;
	border-bottom: 1px dotted #BBBBBB;
	width: 80px;
	text-align: right;
	vertical-align: bottom;
}

#price_list01 td.menu01 {
	padding: 10px;
	border-bottom: 1px dotted #333333;
	width: 300px;
}

#price_list01 td.price01 {
	padding: 10px;
	border-bottom: 1px dotted #333333;
	width: 80px;
	text-align: right;
	vertical-align: bottom;
}

/* メニュー料金（枠有テーブルの基本設定）
----------------------------------------------- */
#price_list02 {
	margin: 0 auto 10px;
	width: 100%;
}

#price_list02 th {
	padding: 10px;
	border: 1px solid #999999;
	background: none repeat scroll 0 0 #fbfbfb;
	text-align: center;
}

#price_list02 td {
	padding: 10px;
	border: 1px solid #999999;
	text-align: center;
	width: 100px;
}

#price_list02 td.price01 {
	padding: 10px;
	border: 1px solid #999999;
	text-align: right;
	vertical-align: bottom;
}

/* 料金
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  */

/* 矢印（→）
----------------------------------------------- */
#arrow01 {
	position: relative;
	height: 0;
}

#arrow01 span {
	padding: 0;
}

#arrow01 span:after {
	display: block;
	width: 40px;
	height: 40px;
	margin: -45px auto 0;
	border-top: 2px solid #006633; /* ●第一強調色● */
	border-right: 2px solid #006633; /* ●第一強調色● */
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	content: "";
	position: absolute;
	left: 300px;
	top: 140px;
}

#arrow01a,
#arrow01b,
#arrow01c,
#arrow01d,
#arrow01e {
	position: relative;
	height: 0;
}

#arrow01a span,
#arrow01b span,
#arrow01c span,
#arrow01d span,
#arrow01e span {
	padding: 0;
}

#arrow01a span:after,
#arrow01b span:after,
#arrow01c span:after,
#arrow01d span:after,
#arrow01e span:after {
	display: block;
	width: 20px;
	height: 20px;
	margin: -45px auto 0;
	border-top: 2px solid #006633; /* ●第一強調色● */
	border-right: 2px solid #006633; /* ●第一強調色● */
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	content: "";
	position: absolute;
	top: 80px;
}

#arrow01a span:after {
	left: 115px;
}

#arrow01b span:after {
	left: 245px;
}

#arrow01c span:after {
	left: 373px;
}
#arrow01d span:after {
	left: 502px;
}
#arrow01e span:after {
	left: 630px;
}

/* 矢印（↓）
----------------------------------------------- */
#arrow02 {
}

#arrow02 span:after {
	display: block;
	width: 40px;
	height: 40px;
	margin: -45px auto 0;
	border-top: 2px solid #f81e70; /* ●第一強調色● */
	border-right: 2px solid #f81e70; /* ●第一強調色● */
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	content: "";
}


/* お客様の声
----------------------------------------------- */
#voices01 {
	border: 2px solid #006633; /* ●第一強調色● */

}

#voices01 .area01a {
	border: 8px solid #008855; /* ●第二強調色● */
	padding: 20px;
	overflow: hidden;
}

#voices01 .title01a {
	border-bottom: 1px dotted #bbbbbb;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#voices01 .box01a {
	float: left;
	width: 450px;
}

#voices01 .box01b img {
	width: 150px;
}

/* 記事装飾
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  */


/* バナー（狭いカラム ボタン追加用）
----------------------------------------------- */
#banner_small01 {
	display: inline-block;
	position: relative;
	z-index: 0;
}

#banner_small01 a {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
}

#banner_small01 a:hover {
	background: none repeat scroll 0 0 #4a8b20; /* ●強調色● */
	border-radius: 3px;
	height: 88%;
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	top: 5px;
}

#banner_small01 .box01a {
	background: none repeat scroll 0 0 #006633; /* ●第一強調色● */
	border-radius: 3px;
	box-shadow: 1px 1px 3px #999999;
	float: left;
	margin: 5px 0;
	padding: 20px;
	width: 160px; /* E:160px G:170px */
}

#banner_small01 .box01a .title01a,
#banner_small01 .box01b .title01a {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

#banner_small01 .box01a .value01a,
#banner_small01 .box01b .value01a {
	color: #FFFFFF;
	font-size: 12px;
}

#banner_small01 .box01b {
	background: none repeat scroll 0 0 #eeeeee;
	border: 3px double #bbbbbb;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #999999;
	padding: 20px;
	margin: 5px 0;
	float: right;
}

/* 整骨院向けテンプレート
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  */

/* 診療時間表（狭いカラム用）
----------------------------------------------- */
#timetable01 table {
	table-layout: auto;
	width: 208px;
}

#timetable01 table th {
	background-color: #ff6699; /* ●第二強調色● */
	color: #FFFFFF;
	width: auto;
	text-align: center;
	padding: 4px 3px;
	border: 1px solid #c7c7c7;
}

#timetable01 table th .title01a {
	width: 100px;
}

#timetable01 table td {
	padding: 4px 3px;
	border: 1px solid #c7c7c7;
	text-align: center;
	line-height: 0.8em;
	padding: 10px 4px;
	text-align: center;
	vertical-align: middle;
}

#text01 .text01a {
	background: none repeat scroll 0 0 #eeeeee;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	margin: 10px 0;
	padding: 20px;
	border-radius: 5px;
	
}

/* 診療時間表（お店情報ブロック用）
----------------------------------------------- */
#contents-p1 #right-col .company_info-center table td #timetable01 table {
	table-layout: auto;
	width: 518px;
}

#contents-p1 #right-col .company_info-center table td #timetable01 table th {
	background-color: #ff6699; /* ●第二強調色● */
	color: #ffffff;
	text-align: center;
	width: auto;
	padding: 4px 3px;
	border: 1px solid #c7c7c7;
}

#contents-p1 #right-col .company_info-center table td #timetable01 table td {
	padding: 10px 5px;
	text-align: center;
}

#contents-p1 #right-col .company_info-center table td #text01 .text01a {
	background: none repeat scroll 0 0 #eeeeee;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	margin: 10px 0;
	padding: 20px;
}

/* 整骨院向けテンプレート
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  */

/* 美容室等向けテンプレート
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  */
/* ギャラリー
------------------------------------------*/
div.position {
	position: relative;
}

ul#detail a {
	text-decoration: none;
	display: block;
}

div.gallery {
	padding: 10px 0;
	background: none repeat scroll 0 0 transparent;
	margin: 20px 0 20px -40px;
	width: 770px;
}

ul#thumbnail {
	margin: 15px 0 0;
	list-style: none outside none;
}

ul#thumbnail li {
	float: left;
	border: 1px solid #CCC;
	padding: 5px 5px 10px;
	margin: 5px 6px;
	border-radius: 2px;
	box-shadow: 0 0 2px #CCC;
	-webkit-box-shadow: 0 0 2px #CCC;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.1s ease-in;
	-moz-transition: -moz-transform 0.1s ease-in;
	-o-transition: -o-transform 0.1s ease-in;
	transition: transform 0.1s ease-in;
}

ul#thumbnail:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	list-style: none outside none;
}

ul#thumbnail li a img {
	width: 150px;
}

ul#thumbnail li:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	background-color: #F1EEFF;
}

ul#detail {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -265px 0 0 -285px;
}


ul#detail li {
	list-style: none outside none;
	opacity: 0;
	visibility: hidden;
	-webkit-border-image: url(img/frame.png) 30;
	-moz-border-image: url(img/frame.png) 30;
	-o-border-image: url(img/frame.png) 30;
	border-image: url(img/frame.png) 30;
	border-width: 30px;
	padding: 20px 15px;
	border-radius: 30px;
	text-align: center;
	background: #FFF;
	-webkit-box-shadow: 0 0 5px #fff;
	box-shadow: 0 0 5px #fff;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	position: absolute;
	z-index: -1;
	left: 150px;
}

ul#detail li:target {
	opacity: 1;
	z-index: 1;
	visibility: visible;
}

ul#detail li .description {
	margin: 10px 5px 5px;
	font-weight: bold;
}

ul#thumbnail li .description {
	margin: 10px 5px 5px;
	font-weight: bold;
	font-size: 90%;
	width: 140px;
}
/* 美容室等向けテンプレート
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  */



