@charset "utf-8";
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
input, textarea, select {
	font-size: 1em;
}
form {
	margin: 0px;
}
/*
---------------------------------------------------------------------------*/
a {
	color: #333;
}
a:hover {
	color: #1e2f5a;				/*マウスオン時の文字色*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}

/*
---------------------------------------------------------------------------*/
.ky_container {
	width: 1060px;
	margin: 0px auto;
	position:relative;
	background:tranceparent;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent
}
/*
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2;
	-webkit-text-size-adjust: none;
}
/*トップページの設定*/
body#top {
	background: #fff url(../img/common/mainimg_s.jpg) no-repeat center 60px;	/*背景色と背景画像の読み込み（古いブラウザ用）*/
	background: #fff url(../img/common/mainimg_l.jpg) no-repeat center 60px/auto 700px;	/*背景色と背景画像の読み込み。60pxというのはheaderの高さの事。autoは画像の幅、高さは700pxで指定。*/
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
ul {
	list-style-type: none;
}
ol {
	padding-left: 40px;
	padding-bottom: 15px;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
iframe {
	width: 100%;
}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
.tophead {
	width:100%;
	background:url(../img/common/headerbg.png) repeat-x center top;
}
header h1 {
	color:#fff;
	font-weight:100;
	font-size:80%;
}
header {
	height: auto;
}
/*サイト幅にしたheader内のブロック*/
header .inner {
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
}
/*ロゴ画像*/
.ky_logo img {
	width: 380px;	/*画像幅*/
	margin-top: 0px;
	margin-left: 0px;
}
header .ky_logo {
	width:100%;
	float: left;	/*ロゴを左寄せ*/
}
/*電話番号ボックスの設定*/
header .ky_cmenu {
	float: right;
	position:relative;
	top:-10px;
}
/*電話番号の文字設定*/
.ky_cmenu .ky_cli a {
	font-size: 16px;	/*文字サイズ*/
	color: #f9b600;		/*文字色*/
	font-weight: bold;	/*太字に*/
	display: inline;
}
.ky_cmenu .ky_cli {
	color:#fff;
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menu-box {
	width: 100%;
	background:#fff;
	border-bottom:1px solid #000;
}
/*サイト幅にしたmenu-box内のブロック*/
#menubar {
	width: 1080px;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #ccc;
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;
	width: 250px;
	text-align: center;
	border-right: 1px solid #ccc;
	line-height: 50px;
	letter-spacing: 0.1em;
	font-weight:bold;
}
#menubar a {
	display: block;
	width: auto;
	text-decoration: none;
}
/*マウスオン時*/
#menubar li:hover, .current {
	background: url(../img/common/menu_bg.png) center bottom no-repeat;
}
/*メニュー用アイコン設定*/
.menuimg a {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 50px 200px;	/*背景画像のサイズ。※実寸は100pxと400pxだが、高解像度の端末用に50%のサイズで指定している。*/
}
.menu1 a {
	background-position: 0 0px;		/*背景画像の左から0px、上から0pxの部分を読み込む指定*/
}
.menu2 a {
	background-position: 0 -50px;	/*背景画像の左から0px、上から-50px（※マイナス記号をつける）の部分を読み込む指定*/
}
.menu3 a {
	background-position: 0 -100px;	/*背景画像の左から0px、上から-100px（※マイナス記号をつける）の部分を読み込む指定*/
}
.menu4 a {
	background-position: 0 -150px;	/*背景画像の左から0px、上から-150px（※マイナス記号をつける）の部分を読み込む指定*/
}
/*ドロップダウンメニュー用
---------------------------------------------------------------------------*/
/*ドロップダウンブロックの設定*/
#menubar ul.ddmenu {
	position:relative;
	visibility: hidden;
	z-index: 101;
	padding-top: 1px;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.1が透明度。*/
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);			/*同上*/
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	float: none;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255, 255, 255, 0.9);	/*背景色。rgbaは色設定で255,255,255は白。0.9は透明度90%の事。*/
	border: none;
	border-bottom: 1px solid #ccc;
}
#menubar ul.ddmenu li a {
	background: none;
}
/*マウスオン時の設定*/
#menubar ul.ddmenu li a:hover {
	background: #fff;
}
/*コンテンツ（main、subを囲むボックス。１カラム時でも使用。）
---------------------------------------------------------------------------*/
.contents {
	clear: both;
	overflow: hidden;
	padding: 40px 0px;
}
/*サイト幅にしたcontents内のブロック*/
.contents .inner {
	width: 1060px;	/*幅*/
	margin: 0 auto;
	position:relative;
}
/*背景色つきタイプ*/
.contents.bg1 {
	background: #f3f3f3;	/*背景色*/
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
/*コンテンツのh2タグの設定*/
.contents h2 {
	clear: both;
	margin-bottom: 15px;
	color: #FFF;		/*文字色*/
	padding: 5px 15px;	/*上下、左右への余白*/
	background: #1e2f5a;	/*背景色*/
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);			/*同上*/
}
/*コンテンツのh3タグの設定*/
.contents h3 {
	clear: both;
	margin-bottom: 15px;
	padding: 4px 15px;	/*上下、左右への余白*/
	background: #fff;	/*背景色*/
	border: solid 1px #ccc;	/*線の線種、幅、色*/
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.1が透明度。*/
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);	/*同上*/
}
/*コンテンツの段落タグ設定*/
.contents p {
	padding: 0px 15px 14px;
}
.contents h2 + p, .contents h3 + p {
	margin-top: -5px;
}
.ky_stop {
	width:100%;
}
/*コンテンツ内のボックス（list）設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.list {
	float: left;	/*左に回り込み*/
	width: 31%;		/*幅*/
	overflow: auto;
	background: #fff;	/*背景色*/
	margin-left: 1.5%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ。この行削除すれば通常の長方形になる。*/
	height: 500px;			/*(CMS専用)*/
	height: 300px;			/*高さ（下の「.list a」の高さと揃える）*/
	line-height: 1.4;
	position: relative;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);			/*同上*/
}
.list a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 500px;	/*(CMS専用)*/
	height: 300px;	/*高さ（上の「.list」の高さと揃える）*/
}
.list a:hover {
	background: #000;	/*マウスオン時の背景色*/
	color: #fff;		/*マウスオン時の文字色*/
}
/*ボックスにリンク指定がされた場合に出る「→」マーク*/
.list a::before {
 content: "→";	/*この文字を出す。他の文字に変えても可だが機種依存文字は化けるので使わない。*/
 position: absolute;
 right: 20px;	/*ボックスの右から20pxの場所に配置*/
 bottom: 20px;		/*ボックスの上から20pxの場所に配置*/
 background: #000;	/*背景色（古いブラウザ用）*/
 background: rgba(0, 0, 0, 0.5);	/*rgb指定での背景色。「0,0,0」は黒の事で「0.5」が透明度50%の事。*/
 color: #fff;	/*文字色*/
 border: 1px solid #fff;	/*枠線の幅、線種、色*/
 border-radius: 4px;		/*角丸のサイズ*/
 width: 30px;		/*幅*/
 line-height: 30px;	/*高さ*/
 text-align: center;
}
.list a:hover::before {
 background: #000;	/*マウスオン時の「→」マークの背景色*/
}
/*ボックス内の画像設定*/
.list .img {
	width: 100%;	/*画像の幅*/
	height: 140px;	/*画像の高さ（CMS専用）高さを固定させたくないならこの１行だけ削除する。*/
	height: auto;	/*画像の高さ*/
	padding-bottom: 10px;	/*画像下に空ける余白*/
}
/*ボックス内のh4（見出し）タグ設定*/
.list h4 {
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 16px;	/*文字サイズ*/
}
/*ボックス内のp（段落）タグ設定*/
.list p {
	font-size: 12px;
}
/*------------------------------------------------------------------------------------*/
.list2 {
	float: left;	/*左に回り込み*/
	width: 47%;		/*幅*/
	overflow: hidden;
	background: #fff;	/*背景色*/
	margin-left: 1.5%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ。この行削除すれば通常の長方形になる。*/
	height: 500px;			/*(CMS専用)*/
	height: 430px;			/*高さ（下の「.list a」の高さと揃える）*/
	line-height: 1.4;
	position: relative;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);			/*同上*/
}
.list2 a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 500px;	/*(CMS専用)*/
	height: 430px;	/*高さ（上の「.list」の高さと揃える）*/
}
.list2 a:hover {
	background: #000;	/*マウスオン時の背景色*/
	color: #fff;		/*マウスオン時の文字色*/
}
/*ボックスにリンク指定がされた場合に出る「→」マーク*/
.list2 a::before {
 content: "→";	/*この文字を出す。他の文字に変えても可だが機種依存文字は化けるので使わない。*/
 position: absolute;
 right: 20px;	/*ボックスの右から20pxの場所に配置*/
 bottom: 20px;		/*ボックスの上から20pxの場所に配置*/
 background: #000;	/*背景色（古いブラウザ用）*/
 background: rgba(0, 0, 0, 0.5);	/*rgb指定での背景色。「0,0,0」は黒の事で「0.5」が透明度50%の事。*/
 color: #fff;	/*文字色*/
 border: 1px solid #fff;	/*枠線の幅、線種、色*/
 border-radius: 4px;		/*角丸のサイズ*/
 width: 30px;		/*幅*/
 line-height: 30px;	/*高さ*/
 text-align: center;
}
.list2 a:hover::before {
 background: #000;	/*マウスオン時の「→」マークの背景色*/
}
/*ボックス内の画像設定*/
.list2 .img {
	width: 100%;	/*画像の幅*/
	height: 140px;	/*画像の高さ（CMS専用）高さを固定させたくないならこの１行だけ削除する。*/
	height: auto;	/*画像の高さ*/
	padding-bottom: 10px;	/*画像下に空ける余白*/
}
/*ボックス内のh4（見出し）タグ設定*/
.list2 h4 {
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 16px;	/*文字サイズ*/
}
/*ボックス内のp（段落）タグ設定*/
.list2 p {
	font-size: 12px;
}
/*一覧ページの各物件ボックス内のテーブル（CMS用）
---------------------------------------------------------------------------*/
.list table {
	font-size: 10px;	/*文字サイズ*/
	margin: 0px 15px 5px;
}
.list table, .list table td, .list table th {
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
.list table td, .list table th {
	padding: 1%;	/*テーブル内の余白*/
}
/*色のついた見出しブロック*/
.list table th {
	width: 18%;		/*幅*/
	background: #f5f5f5;	/*背景色*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
}
/*白い説明用ブロック*/
.list table td {
	width: 31%;	/*幅*/
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
.main {
	float: right;	/*右側に回り込み*/
	overflow: hidden;
	width: 740px;	/*幅*/
	padding-bottom: 30px;
}
/*サブコンテンツ
---------------------------------------------------------------------------*/
.sub {
	float: left;	/*左に回り込み*/
	width: 220px;	/*幅*/
}
/*subコンテンツ内のh2タグ設定*/
.sub h2 {
	margin-bottom: 10px;
	background: transparent;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333;	/*文字色*/
}
/*subコンテンツのh2タグの１文字目への設定*/
.sub h2::first-letter {
 border-left: 3px solid #1e2f5a;	/*左側のアクセント用ラインの幅、線種、色*/
 padding-left: 10px;
}
/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
	margin-bottom: 15px;
	border-top: solid 1px #e4e4e4;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	background: #fff;
	border-bottom: solid 1px #e4e4e4;
}
.sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*メニュー内の余白。上下、左右への設定。*/
}
/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	padding: 15px;
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #f3f3f3;	/*背景色（古いブラウザ用）*/
	background: rgba(0, 0, 0, 0.05);	/*背景色。rgbaは色設定で0,0,0は黒。0.05が透明度。*/
	border: solid 1px #ccc;
	-webkit-box-shadow: 0px 0px 1px 1px #fff inset;	/*ボックスの影。内側に白のラインを入れる。*/
	box-shadow: 0px 0px 1px 1px #fff inset;
}
/*box1内のメニューの設定*/
.sub .box1 ul.submenu {
	margin-bottom: 0px;
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
.pagetop {
	clear: both !important;
	margin: 0 auto !important;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}
.pagetop a {
	margin-top: 30px !important;
	color: #FFF !important;
	font-size: 20px !important;
	padding: 0px 20px !important;	/*上下、左右へのボックス内余白*/
	background: #3176b3 !important;
	text-decoration: none !important;
	text-align: center !important;
	display: block !important;
	float: right !important;
	border-radius: 4px 4px 0px 0px !important;	/*左上、右上、右下、左下。*/
	width: auto !important; 
	height: 30px;
}
/*マウスオン時*/
.pagetop a:hover {
	background-color: #ffa004!important;
	color: #FFF!important;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*メニューボックス全体*/
#footermenu {
	width: 1120px;	/*幅*/
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
}
/*１行分の設定*/
#footermenu li a {
	float: left;
	background: url(../img/common/ha.gif) no-repeat -5px 0px;
	padding-left: 30px;
	padding-right:30px;
	list-style:none;
	text-decoration:underline;
	cursor:pointer;
}
#footermenu li {
	display:block;
}
.ky_footerinner {
	padding:3px;
}
.c {
	text-align: center;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #1e2f5a;
}
#copyright a {
	text-decoration: none;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 15px;
	margin-bottom: 15px;
	height: 140px;	/*高さ*/
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}
/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.contents .list .ta1 {
	margin-bottom: 0;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #666;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #666;	/*背景色（古いブラウザ用）*/
	color: #fff;	/*文字色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	background: #f3f3f3;	/*背景色（古いブラウザ用）*/
}
/*ta1の右側ボックス*/
.ta1 td {
	background: #fff;	/*背景色*/
}
/*画像*/
.ta1 img {
	vertical-align: bottom;
}
/*フォーム用ボタン
---------------------------------------------------------------------------*/
input[type=submit], input[type=button], input[type=reset] {
	border: 1px solid #1e2f5a;
	border-radius: 4px;
	padding: 5px 20px;
	background: #1e2f5a;
	color: #fff;
	font-size: 16px;
}
/*マウスオン時*/
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
	border: 1px solid #000;
	background: #fff;
	color: #000;
}
/*よく頂く質問・リンク共通設定
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq, .link {
	padding: 0px 15px;	/*上下、左右への余白*/
}
/*質問の設定*/
.faq dt, .link dt {
	color: #1e2f5a;	/*文字色*/
	font-weight: bold;	/*太字*/
}
.faq dt a, .link dt a {
	color: #1e2f5a;
}
/*回答の設定*/
.faq dd, .link dd {
	padding-bottom: 15px;
}
/*一覧ページのボックス右下のオプションマーク
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-45deg) translate(-35px);
	-ms-transform: rotate(-45deg) translate(-35px);
	transform: rotate(-45deg) translate(-35px);
}
h2 span.option1 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}
.option2 {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-45deg) translate(-35px);
	-ms-transform: rotate(-45deg) translate(-35px);
	transform: rotate(-45deg) translate(-35px);
}
h2 span.option2 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}
/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
/*その他
---------------------------------------------------------------------------*/
.look {
	color:#fff;
	background: #666;
	padding:5px;
	border-radius: 4px;
}
.mb15, .mb1em {
	margin-bottom: 15px;
}
.mt-top {
	margin-top: 700px;
}
.mt-top2 {
	margin-top: 250px;
	background: rgba(255, 255, 255, 0.7);
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #1e2f5a;
}
.color2 {
	color: #1C00EF;
}
.pr {
	font-size: 10px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.r {
	text-align: right;
}
.l {
	text-align: left;
}
img.fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.big1 {
	font-size: 30px;
	letter-spacing: 0.2em;
}
.mini1 {
	font-size: 11px;
}
.sh {
	display:none;
}
.dn {
	display:none;
}
/*TOPスライド用
---------------------------------------------------- */
.ky_stage {
	max-width:100%;
	position: relative;
	margin: 0 auto;
	margin-bottom:50px;
	height:750px;/* box-shadow */
}
.ph01, .ph02, .ph03, .ph04, .ph05, .ph06, .ph07 {
	width:100%;
	min-height:780px;
}
.ph01 {
	background:url(../img/common/1.jpg) no-repeat center top;
}
.ph02 {
	background:url(../img/common/2.jpg) no-repeat center top;
}
.ph03 {
	background:url(../img/common/3.jpg) no-repeat center top;
}
.ph04 {
	background:url(../img/common/4.jpg) no-repeat center top;
}
.ph05 {
	background:url(../img/common/5.jpg) no-repeat center top;
}
.ph06 {
	background:url(../img/common/6.jpg) no-repeat center top;
}
.ph07 {
	background:url(../img/common/7.jpg) no-repeat center top;
}
/*TOPスライド用 end
---------------------------------------------------- */
.ky_font01 {
	font-family: "Lora", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS 明朝", "MS PMincho", serif !important;
	font-weight: normal;
	background-color:transparent!important;
}
.ky_font02 {
	text-transform: uppercase;
	font-family: "Josefin Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Arial, Verdana, Osaka, MS P Gothic, sans-serif;
	font-weight: 400;
}
.ky_font03 {
	background:#77a048;
	padding:0 10px;
	color:#fff;
	display:inline-block;
	line-height:1.5;
}
.ky_font04 {
	font-size:60%;
}
.ky_fontred {
	color:#C00;
}
.ky_col_br {
	color:#600d02;
}
.ky_size160 {
	font-size:160%;
}
/*ky start
---------------------------------------------------- */
.ky_container {
	width: 1060px;	/*コンテナー幅*/
	margin: 0px auto;
	position:relative;
}
.ky_contents {
	clear: left;
	overflow: hidden;
	padding: 10px 20px 0px;
	color: #333;
}
.ky_contents .ky_inner {
	width: 1120px;
	margin: 0 auto;
	position:relative;
}
/*メインコンテンツ
---------------------------------------------------- */
.ky_main {
	float: right;	/*右側に回り込み*/
	width: 100%;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	border-radius:5px;
	/* box-shadow */
	position:relative;
	margin-left:2%;
	background:#fff;
	margin-bottom:30px;
}
/*mainコンテンツのh2タグの設定*/
.ky_main h2 {
	clear: both;/*
	font-size: 180%;
	color: #355995;
	padding: 10px 0px 25px 60px;
	border-bottom: medium none;
	*/
}
/*mainコンテンツのh3タグの設定*/
.ky_main h3 {
	clear: both;
	font-size: 120%;
	background: #FFF;	
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dcdcdc));	
	background: -webkit-linear-gradient(#FFF, #dcdcdc);	/*同上*/
	background: linear-gradient(#FFF, #dcdcdc);			/*同上*/
	padding: 4px 15px;	/*上下、左右への余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
*/ /*mainコンテンツの段落タグ設定*/
.ky_main p {
 padding: 0.5em 15px 1em;
}
/*一覧ページ用ボックス（./service_list.html）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.ky_main section.ky_list {
	border: 1px solid #CCC;
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background: #e3e3e3;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));
	background: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	position: relative;
	overflow: hidden;
	width:100%;
	display: block;
	padding:5px;
}
.ky_main section.ky_list a {
	padding: 10px;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
/*マウスオン時*/
.ky_main section.ky_list a:hover {
	background: #FFF;
}
/*ボックス内の段落タグ設定*/
.ky_main section.ky_list p {
	padding: 0px;
	margin-left: 34%;	/*左の画像とバランスをとって設定する*/
}
/*ボックス内の写真設定*/
.ky_main section.ky_list figure img {
	float: left;
	background: #FFF;		/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;
	margin-right: 10px;
}
.ky_main section.ky_list h4 {
	padding: 2px 0px 2px 10px;
	font-size: 100%;
	border-bottom: 1px solid #CCC;
	border-left: 3px solid #6aacd1;
	margin-bottom: 10px;
	color: #6aacd1;
}
/*一覧ページの各ボックス内のテーブル
---------------------------------------------------------------------------*/
.ky_main section.ky_list table {
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFF;
}
.ky_main section.ky_list table, .ky_main section.ky_list table td, .ky_main section.ky_list table th {
	border: 1px solid #CCC;
}
.ky_main section.ky_list table td, .ky_main section.ky_list table th {
	padding: 0;
	line-height: 1.6;
}
.ky_main section.ky_list table th {
	font-weight: normal;
	background: #e7e2da;
}
.ky_main section.ky_list table td {
	padding: 0px 3px;
}
.ky_title1, .ky_title2 {
	background: url("../img/common/title_bg.png") repeat-x bottom;
	padding:8px 0 6px 0;
	text-align:center!important;
	font-size:40px!important;
	color:#fff!important;
	line-height:1.4;
	font-size: 180%;
	font-weight:bold;
}
.ky_title1 a, .ky_title2 a {
	color:#fff!important;
}
.ky_title2 {
	background: url("../img/common/title_bghana.png") left bottom no-repeat;
}
.ky_subtitile {
	font-size:24px;
	line-height:2.5;
	font-weight:bold;
	color:#e0782d;
	border-bottom:1px solid #e0782d;
	background: url("../img/common/sub_bg1.png") no-repeat;
	padding-left:10px;
}
.ky_subtitile2 {
	font-size:150%;
	line-height:1.5;
	font-weight:bold;
	color:#e0782d;
	border-bottom:1px solid #e0782d;
}
.ky_inner02 {
	padding:15px 20px 40px 20px;
	overflow:hidden;
}
.ky_inner01 {
	padding:15px 20px 40px 20px;
	overflow:hidden;
}
.ky_inner02 {
	padding:15px 20px 15px 20px;
	overflow:hidden;
}
.ky_bg01 {
	border:1px solid #006;
}
.ky_c-title {
	background: url("../img/common/sumbg.png") #fff no-repeat 10px 5px;
	padding: 28px 0px 22px 70px;
	clear: both;
	font-size: 160%;
	color: #355995;
	font-weight:bold;
	line-height:1.2;
	vertical-align:baseline;
	border-bottom: medium none;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 
		padding: 10px 0px 25px 60px;*/
}
.ky_sbtitle {
	background: url("../img/common/list01.gif") #fff no-repeat 2px 8px;
	clear: both;
	font-size: 160%;
	color: #355995;
	font-weight:bold;
	line-height:1.2;
	vertical-align:baseline;
	border-bottom:5px dotted #393;
	padding:5px 5px 5px 40px;
}
/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
.ky_box1 {
	border: 1px solid #fff;
	padding: 10px;
	margin-bottom: 15px;
	background: #efeee7;
	border-radius:5px;
	/* box-shadow */
box-shadow:0px 0px 7px 3px rgba(187, 187, 187, 0.68);
	-webkit-box-shadow:0px 0px 7px 3px rgba(187, 187, 187, 0.68);
	-moz-box-shadow:0px 0px 7px 3px rgba(187, 187, 187, 0.68);
}
.ky_box1 p {
	line-height:1.5;
	margin-top:5px;
}
.ky_box2 {
	border: 1px solid #000;
	margin-bottom: 15px;
	border-radius:5px;
	/* box-shadow */
box-shadow:0px 0px 7px 3px rgba(187, 187, 187, 0.68);
	-webkit-box-shadow:0px 0px 7px 3px rgba(187, 187, 187, 0.68);
	-moz-box-shadow:0px 0px 7px 3px rgba(187, 187, 187, 0.68);
}
.ky_mato10 {
	margin-top:20px;
}
.ky_mabo5 {
	margin-bottom:5px;
}
.ky_mabo10 {
	margin-bottom:10px;
}
.ky_mabo20 {
	margin-bottom:20px;
}
.ky_mabo30 {
	margin-bottom:30px;
}
.ky_mabo60 {
	margin-bottom:60px;
}
.ky_mabo90 {
	margin-bottom:90px;
}
.ky_male10 {
	margin-left:10px;
}
.titlebg_blue {
	background: url("../img/common/title_bgblue.png") no-repeat left bottom;
	height:70px;
}
.ky_sub {
	float:left;
	width: 90%;	/*サブコンテンツ幅*/
	padding-bottom: 0px;
}
/*subコンテンツ内のh2タグ設定*/
.ky_sub h2 {
	font-size: 100%;
	padding: 5px 10px;
	background: #6d340e;
	color: #FFF;
	margin-bottom:5px;
}
.ky_clear {
	overflow:hidden;
}
/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.ky_sub ul.ky_submenu {
	margin-bottom: 15px;
	line-height:2.5;
}
.ky_child1 li {
	padding-left:20px;
}
.ky_sub .ky_box1 ul.ky_submenu {
	margin-bottom: 0;
}
/*メニュー１個ごとの設定*/
.ky_sub ul.ky_submenu li a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	display: block;
	padding: 8px 10px;
	background: #FFF;
	margin-bottom:5px;
	border-left:5px #f5d78e solid;
}
/*マウスオン時*/
.ky_sub ul.ky_submenu li a:hover {
 background: #;
	color: #333;
}
.ky_col1 {
	width:50%;
}
.ky_col2 {
	width:48%;
}
.ky_fl_left {
	float:left;
}
.ky_fl_right {
	float:right;
}
.ky_c {
	text-align: center;
}
.ky_com {
	clear:both;
	padding:30px 10px 30px 10px;
	line-height:1.2;
	position:relative;
	border-top:1px solid #175696;
	border-bottom:1px solid #175696;
}
.ky_com p {
	font-size:24px;
	font-weight:bold;
	padding-bottom:3px;
}
.ky_line1 {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	line-height:3;
}
.ky_title {
	padding: 80px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align:center;
	margin-top:0px;
}
.ky_titletore {
	background-image: url("../img/common/page_image1.jpg");
}
.ky_titlenen {
	background-image: url("../img/common/page_image2.jpg");
}
.ky_titleschool {
	background-image: url("../img/common/page_image3.jpg");
}
.ky_titleblog {
	background-image: url("../img/common/page_image6.jpg");
}
.ky_titleevent {
	background-image: url("../img/common/page_image6.jpg");
}
.ky_f03 {
	font-size:40px;
	letter-spacing:8px;
	color:#FFF;
	position:relative;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.1が透明度。*/
}
.ky_f120 {
	font-size:140%;
	line-height:1.3;
}
.ky_table2 td {
	padding:10px;
}
.ky_table2 th {
	height: 40px;
	text-align:center;
	width:100px;
	letter-spacing:5px;
	background-color:#ddf0f8;
}
.ky_table2 table, .ky_table2 td, .ky_table2 th {
	border:1px solid #b5b5b6;
	border-collapse: collapse;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.titlebg_blue {
	background: url("./img/common/title_bgblue.png") no-repeat left bottom;
}
.ky_main h23 {
	clear: both;
	font-size: 180%;
	color: #355995;
	border-bottom: medium none;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 
		padding: 10px 0px 25px 60px;*/
}
.ky_subbg1 {
	background:#fff;
	font-weight:bold;
	padding:5px;
	font-size:110%;
}
.ky_img100 {
	width:100%;
}
.ky_fred {
	color:#F00;
}
.ky_subtitle1 {
	background:#000!important;
}
/*画像リンク
---------------------------------------------------- */
.ky_main a:hover, .ky_sub a:hover {
	opacity: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
	cursor:pointer;/* box-shadow 
box-shadow:0px 0px 7px 3px rgba(187, 187, 187, 0.68);
	-webkit-box-shadow:0px 0px 7px 3px rgba(187, 187, 187, 0.68);
	-moz-box-shadow:0px 0px 7px 3px rgba(187, 187, 187, 0.68);*/
}
.ky_main a, .ky_sub a {
}
.ky_sub h2 a {
	color:#fff;
}
 @-webkit-keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
@keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
/*画像リンク　end
---------------------------------------------------- */
.ky_sub a img, {
 box-shadow:0px 0px 3px 2px rgba(187, 187, 187, 0.68);
 -webkit-box-shadow:0px 0px 7px 3px rgba(187, 187, 187, 0.68);
 -moz-box-shadow:0px 0px 7px 3px rgba(187, 187, 187, 0.68);
}
/*blog------------------------------------------------*/
.ky_title3 {
	font-size:24px;
	line-height:2.5;
	font-weight:bold;
	color:#ff6633;
	border-bottom:1px solid #e0782d;
	background: url("../img/common/sub_bg1.png") no-repeat!important;
	padding-left:15px;
}
.ky_date {
	font-size:90%;
	padding:2px 15px;
}
.ky_sec01 {
	margin-bottom:60px;
	border:1px solid #2b8cda;
	border-radius:5px;
	padding:15px;
	-webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.1が透明度。*/
	box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.2);			/*同上*/
}
.ky_bloginner {
	padding:15px 15px 30px 15px;
}
.ky_bloginner p {
	padding:10px;
}
/***** 画像キャプションコードはじまり *****/
.wp-caption {
	max-width:100%;
	height:auto;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f8f8f8;
	padding-top: 4px;
	margin:10px 0 20px 0;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/***** 画像キャプションコード終わり *****/

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ky_listmenu {
	width:100%;
}
.ky_listmenu li a {
	display:block;
	float:left;
	width:25%;
	font-weight:bold;
}
.ky_pan {
	width:1080px;
	margin:0px auto;
	height:40px;
}
.ky_link {
	padding-top: 100px; /* 固定するもののheightと同じpx値 */
	margin-top: -100px;
	text-align:center
}
.ky_w3 {
	width:32%;
}
/* link font1 */
.ky_linktext_1 {
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99ffffff, EndColorStr=#99ffffff);
	margin: 15px 10px;
}
.ky_linktext_1 a {
	color: #4d742b;
	font-size:120%;
	font-weight:bold;
	background: rgb(196,222,132); /* Old browsers */
	background: linear-gradient(to bottom, rgba(196, 222, 132, 1) 0%, rgba(243, 237, 124, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius:8px;
	text-align:center;
	border:1px solid #2c882c;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 5px 0px #5e8e4b, 0px 5px 3px rgba(0, 0, 0, 0.3);/* 必要 */
	text-shadow: 2px 2px 1px #fff;
	padding:8px 30px;
}
.ky_linktext_1 a:hover {
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 5px 0px #5e8e4b, 0px 8px 3px rgba(0, 0, 0, 0.3);
	background: #c3dc80;/* 背景色 */
}
.ky_linktext_1:active {
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 2px 0px #c3dc80, 0px 3px 3px rgba(0, 0, 0, 0.3);
	top: 5px;
}
/* link font1 end */
.sum_photo1 {
	float: left;
	height: 188px;
	width: 250px;
	padding-right: 15px;
	margin-bottom:15px;
}
.sum_photo2 {
	float: right;
	height: 188px;
	width: 216px;
}
.sum_photo1 img, .sum_photo2 img, .sum_photo3 img, .sum_photo4 img {
	float: left;
}
.sum_photo3 {
	float: left;
	padding-right: 10px;
	margin-bottom:10px;
	width:430px;
}
.sum_photo4 {
	float: right;
	margin-bottom:10px;
	width:430px;
}
.comment-lists-wrap {
}
.comment-lists-wrap ol {
	list-style-position: inside;
}
.comment-lists-wrap ol li {
	overflow: hidden;
}
.comment-lists-wrap ol li.even {
　/* コメントグループの区切り */ 
 border-bottom: 1px solid #F9003C;
}
.comment-lists-wrap ol .comment {
}
.comment-lists-wrap ol .children { /* 返信コメントの部分 */
	margin-left: 10%;
}
.reply {/* 返信ボタン */
	background-color:#E5E5E5;
	line-height: 20px;
	width: 50px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #626262;
	float: right;
	margin-bottom: 2%;
}
.reply a {
	color:#626262;
	display: block;
}
.comment-author {/* アバター */
	width:15%;
	float: left;
	overflow: hidden;
}
.comment-author img {
	display: block;
}
span.says {/* コメント投稿者の「より」を非表示 */
	display: none;
}
.comment-body {
	clear: both;
	margin-top: 2%;
	overflow: hidden;
}
.comment-body p {/* 文章部分 */
	overflow: hidden;
	border:1px dashed #F9003C;
	padding:2%;
	margin: 0 0 2% 0!important;
}
.fn {/* コメント投稿者の名前の部分（デフォルトではイタリックになってる部分） */
	display: block;
	font-style: normal;
	clear: both;
	text-align: center;
}
.comment-meta {/* コメント投稿日 */
	text-align: right;
}
.comment-meta a {
	color: #626262;
}
/* shop */
.column3 {
	width: 250px;
	float: left;
	margin: 0px 17px 20px 0px;
	padding-bottom: 10px;
}
.column3 .itemThumb-wrap {
	position: relative;
	margin: 0px 0px 10px;
}
.column3 .itemThumb {
	text-align: center;
	height: auto;
	width: 260px;
	vertical-align: middle;
	margin-bottom: 5px;
}
.column3 .item-list-span-img {
	width: 250px;
	display: inline-block;
	overflow: hidden;
}
p.fx_price {
	font-size: 14px;
	margin-bottom: 0px;
}
p.sp_price span {
	color: #600D02;
}
p.sp_price span {
	color: #F00;
}
.selling_price_str {
	color: #E96000;
}
.selling_price {
	color: #E96000;
}
p.sp_price span.special_price_str, p.sp_price span.selling_price_str, p.sp_price span.selling_price, p.sp_price span.discount_rate {
	color: #E96000;
}
span.taxin {
	font-size: 13px;
	color: #666;
}
#itemList .column-set {
	padding: 0px 0px 0px 30px;
}
.column-set {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
}
section.itemDetail-wrap table.price {
	line-height: 170%;
	margin: 0px 0px 10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
table.price {
	line-height: 170%;
	margin: 0px 0px 10px;
}
table.spec {
	line-height: 240%;
	margin: 0px 0px 15px;
}
table.price td {
	padding: 10px !important;
	border-bottom: 1px solid #DEDEDE;
}
table.price th {
	padding: 10px !important;
	border-bottom: 1px solid #DEDEDE;
}
section.itemDetail-wrap table.spec th {
	padding: 0px 5px 0px 0px;
	width: 40%;
	line-height: 1.4;
	vertical-align:middle !important;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 400;
}
.product_area_right {
	width: 400px;
	float: right;
	padding: 0px;
}
.ky_col3 {
	display: block;
	float: left;
	box-sizing: border-box;
	padding-right: 1%;
	padding-left: 1%;
	min-height: 1px;
	word-break: break-all;
}
.product_img_thumb_img {
	height:77.44px;
}
.spec select {
    margin-right: 10px;
    padding: 5px 12px 5px 7px;
}
.cmn {
    clear: both;
    margin: 0 0 15px;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
	
.ftmap_guide {
    text-align: center;
    margin: 10px auto 20px;
    letter-spacing: -.04em;
}
.ftmap_guide li {
    letter-spacing: normal;
    width: 25%;
    color: #000;
    font-weight: 700;
    display: inline-block;
    background-color: #fff;
    line-height: 25px;
    margin: 0 10px 5px 10px;
    padding: 0 12px;
    border-radius: 10px;
    border: 2px solid #adadad;
}
.entry_titleA {
    font-size: 24px;
    margin-bottom: 18px;
    padding: 15px;
    color: #49250c;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: url(../img/common/bg_title.jpg);
}
.box_guide {
    clear: both;
    margin: 0 0 20px 0;
    border: 2px solid #bb7165;
    border-radius: 6px;
	padding:20px;
}
.box01{
	margin: 0 0 20px 0;
    border: 2px solid #e48914;
	background-color:#fff8e9;
	padding:20px;
}
.font_red{
	color:#F00;
}
.table01 td{
	border:1px solid;
	border-color:#ccc;
	padding:5px 10px;
}
.table01 th{
	background-color:#ccc;
	padding:8px 10px;
}
.ky_username {
	color:dodgerblue;
}

/*EC-CUBE style.css オーバーライド
---------------------------------------------------------------------------*/
.ec-headerNaviRole {
	padding-bottom:0px;
	padding-top:0px;
}