@charset "utf-8";
/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font: 15px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォントファミリー*/
	color: #333;	/*全体の文字色*/
	background:#fff;/*全体の背景色*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,ffffff+50 */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,ffffff+23 */

background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 23%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 23%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 23%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0 );
	overflow-y:scroll;
	position:relative;
}
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;
}
input, textarea, select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #004599;/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #f45872;/*マウスオン時の文字色（全体）*/
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	margin: 0px auto;
	position:relative;
	width:100%;
}
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
.header {
	width:100%;
	height:95px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b9dfe+0,5fa1fc+49,569cf7+51,5b9dfe+100,5b9dfe+100 */

background: #5b9dfe; /* Old browsers */
	background: -moz-linear-gradient(top, #5b9dfe 0%, #5fa1fc 49%, #569cf7 51%, #5b9dfe 100%, #5b9dfe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5b9dfe 0%, #5fa1fc 49%, #569cf7 51%, #5b9dfe 100%, #5b9dfe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5b9dfe 0%, #5fa1fc 49%, #569cf7 51%, #5b9dfe 100%, #5b9dfe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9dfe', endColorstr='#5b9dfe', GradientType=0 );
	border-top:#0158a7 5px solid;
	border-bottom:1px solid #ffffff;
	padding:0px;
	margin:0px;
}
.header-in {
	margin:0px auto;
	position:relative;
	color:#fff;
	width: 1020px;	/*コンテナー幅*/
	height:100px;
}
/*ロゴ画像*/
.header #logo {
	position:absolute;
	top:10px;
	left: -10px;
}
/*電話番号ボックスの設定*/
.header address {
	font-size: 14px;	/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定*/
	background: #000;	/*背景色（※古いブラウザ用）*/
	background: rgba(255, 255, 255, 0.5);	/*背景色。0,0,0はRGB値での色設定。ここでは黒。0.3は透明度30%の意味。*/
	border-radius: 8px;	/*角丸のサイズ*/
	width: 330px;		/*幅*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*ボックス内の余白*/
	line-height:1.2;
	position:absolute;
	right:18px;
	top: 10px;
}
/*電話番号の文字設定*/
.header address .tel {
	font-size: 16px;	/*文字サイズ*/
	color: #0d66ed;	/*文字色*/
	font-weight: bold;	/*太字に*/
	display: block;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	position:absolute;
	left: 755px;
	top: 42px;
}
nav#menubar ul {
	clear: both;
	margin-left: 15px;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	width: 165px;	/*幅*/
	background: #6ca8ff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#2484e5), to(#49aaf4));	/*グラデーション*/
	background: -webkit-linear-gradient(#2484e5, #49aaf4);	/*同上*/
	background: linear-gradient(#2484e5, #49aaf4);			/*同上*/
	margin-left: 5px;	/*メニュー間にあけるスペース*/
	border-radius:5px;
	margin-bottom:5px;
}
nav#menubar ul li a {
	text-decoration: none;
	display: block;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	text-align: center;		/*文字をセンタリング*/
	padding: 6px 0px;		/*上下、左右への余白*/
	border: 1px solid #fff;		/*上側への線の幅、線種、色*/
	border-radius:5px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	color:#FFF;
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	margin-left: 0px;
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#menubar ul li a:hover, nav#menubar ul li.current a {
	/*文字色*/
	text-shadow:none;
	background-color:#2484e5;
	border-radius:5px;
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	margin:0px auto;
	clear: left;
	overflow: hidden;
	padding: 20px 10px;
	background: #FFF;	/*背景色*/
	color: #333;		/*文字色*/
	width:1020px;
}
/*コンテンツ内のリンクテキストの色*/
#contents a {
	color: #333;
}
/*コンテンツ内のリンクテキストのマウスオン時の色*/
#contents a:hover {
	color: #6aacd1;
}
/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 740px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	border:1px solid #CCC;
	border-radius:3px;
	padding:15px;
	min-height:350px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	font-size: 180%;
	color: #355995;
	padding: 10px 0px 8px 20px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	border-left: 8px solid #7ED1D9;
	border-bottom: medium none;
	border-bottom:2px dashed #7ED1D9;
	background: -moz-linear-gradient(top, #feffff 53%, #feffff 53%, #eff4f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #feffff 53%, #feffff 53%, #eff4f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #feffff 53%, #feffff 53%, #eff4f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	font-size: 110%;
	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コンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}
/*一覧ページ用ボックス（./service_list.html）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.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;
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#main section.list a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}
/*マウスオン時*/
#main section.list a:hover {
	background: #FFF;	/*背景色*/
}
/*ボックス内の段落タグ設定*/
#main section.list p {
}
/*ボックス内の写真設定*/
#main section.list figure img {
	/*画像を左へ回り込み*/
	background: #FFF;		/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-right: 10px;
	width: 30%;	/*写真の幅*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 120%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #6aacd1;	/*左側の線の幅、線種、色*/
	margin-bottom: 10px;
	color: #6aacd1;	/*文字色*/
}
/*一覧ページの各ボックス内のテーブル
---------------------------------------------------------------------------*/
#main section.list table {
	background: #FFF;	/*背景色*/
	width:80%;
}
#main section.list table, #main section.list table td, #main section.list table th {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
#main section.list table td, #main section.list table th {
	padding: 0;
	line-height: 1.6;
}
#main section.list table th {
	text-align: center;
	font-weight: normal;
	background: #e7e2da;
}
#main section.list table td {
	padding: 0px 3px;
}
/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float:left;	/*左側に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	padding: 5px 10px;		/*左から、上下、左右への余白*/
	background: #5d9ffd;	/*背景色*/
	color: #FFF;			/*文字色*/
	border-radius:5px 5px 0px 0px;
}
/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
}
#sub .box1 ul.submenu {
	margin-bottom: 0;
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	border-bottom: 2px dotted #b2d2ee;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding: 8px 10px;	/*上下、左右への余白*/
	background: #FFF;	/*背景色*/
	margin-bottom:5px;
	color:#35548e;
	font-size:120%;
}
/*マウスオン時*/
#sub ul.submenu li a:hover {
	background: #dfeaf9;	/*背景色*/
	color: #333;
}
#sub ul.submenu li a.current {
	background: #dfeaf9;	/*背景色*/
}
/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #ffffff url(../images/bg.gif);	/*背景色と背景画像の読み込み*/
	border-radius:0px 0px 5px 5px;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	margin-bottom: 15px;
}
#new dl {
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td {
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color:rgb(234, 246, 253);	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 200px;
	height: 40px;
}
/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"], input[type="button"], input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}
/*「おすすめ」表示
---------------------------------------------------------------------------*/
.osusume {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px, 20px);
	-ms-transform: rotate(-45deg) translate(37px, 20px);
	transform: rotate(-45deg) translate(37px, 20px);
}
h2 span.osusume {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}
/*「ご契約済」表示
---------------------------------------------------------------------------*/
.sumi {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #069;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px, 20px);
	-ms-transform: rotate(-45deg) translate(37px, 20px);
	transform: rotate(-45deg) translate(37px, 20px);
}
h2 span.sumi {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}
/*CMS用　オプションマーク（管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px, 10px);
	-ms-transform: rotate(-45deg) translate(37px, 10px);
	transform: rotate(-45deg) translate(37px, 10px);
}
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;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px, 10px);
	-ms-transform: rotate(-45deg) translate(37px, 10px);
	transform: rotate(-45deg) translate(37px, 10px);
}
h2 span.option2 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}
/*FAQ・LINK共通設定
---------------------------------------------------------------------------*/
.faq, .link {
	padding: 0px 15px;
}
/*質問（又はサイト名）の設定*/
.faq dt, .link dt {

	font-weight: bold;	/*太字*/
	padding-top: 15px;
}
.faq dt a {
	color: #6aacd1 !important;	/*文字色*/
}
/*回答（又は説明部分）の設定*/
.faq dd, .link dd {
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
	overflow: hidden;
	padding-bottom: 15px;
}
/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15, .mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #6aacd1;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
}
.sortbox {
	text-align: right;
	margin-bottom: 15px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	background: #FFF;
}
.big1 {
	font-size: 130%;
}
img {
	max-width: 100%;

	height: auto;
}
#menubar_hdr {
	display: none;
}
/* footer
---------------------------------------------------- */			
.ky_footer {
	margin-top:20px;
	width:100%;
	font-size:13px;
	line-height:1.2;
	border-top:2px solid #1b65bd;
	background-color:#c9e8fd;
}
.ky_footer .footnav {
}
.ky_footer-inner {
	margin:0px auto;
	width:1060px;
	padding-bottom:10px;
}
.footnav {
	padding:15px 0px 0px 0px;
	vertical-align:middle;
	font-size:12px;
	float:left;
	width:750px;
}
.footnav li a {
	float: left;
	background: url(../image/ha.gif) no-repeat -5px 0px;
	padding-left: 20px;
	padding-right:20px;
	list-style:none;
	text-decoration:underline;
	cursor:pointer;
}
.ky_com {
	clear:both;
	padding:20px 10px 0px;
	line-height:1.2;
	position:relative;
}
.ky_com p {
	font-size:24px;
	font-weight:bold;
	padding-bottom:3px;
}
.copy {
	position:absolute;
	right:0px;
	bottom:0px;
	margin:0px auto;
	text-align:right;
	padding:0px 0px 0px 0px;
	font-size:11px;
}
.ky_sbtitletop, .ky_sbtitletop1, .ky_sbtitletop2, .ky_sbtitle01, .ky_sbtitle02, .ky_sbtitle03 {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 10px 2px 70px;
	clear: both;
	border-radius: 5px;
	color: #0892c5;
	line-height: 30px;
	font-weight:bold;
	font-size:150%;
	text-shadow: 2px 2px 1px #fff4fc, -2px 2px 1px #fff4fc, 2px -2px 1px #fff4fc, -2px -2px 1px #fff4fc;
	min-height:40px;
	min-height:25px;
}
.ky_sbtitle01 {
	background-image: url(../cssimage/titlebg05.gif);
	background-position: 0px -5px;
	min-height:40px;
}
.ky_photo01 {
	background-color: #fff;
	padding: 5px;
	border: 2px solid #ffde00;
	margin:20px 10px 5px 0px;
	cursor:pointer;
}
/* footer  end			
---------------------------------------------------- */
/*PAGE TOP設定
---------------------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 10px;
	right: 100px;
	margin: 0 auto;
	z-index: 200;
}
.pagetop a {
	width: 8em;
	text-align:center;
	display: inline-block;
	padding: 0px;
	cursor:pointer;
	background-color: #0158a7;
	border:1px #fff solid;
	border-radius: 5px;
	-webkit-box-shadow: 1px 2px 7px #ccc;
	box-shadow: 1px 2px 7px #939393;
	color: #ffffff !important;
}
.pagetop a:hover {
	background-color: #abd7f1;
	color: #333 !important;
}
/*
---------------------------------------------------------------------------*/

.mb50 {
	margin-bottom:50px!important;
}
.ky_f01 {
	font-size:12px;
	text-align:right;
}
.ky_f02 {
	font-size:18px;
	color:#86541e;
	font-weight:bold;
}
.mb30 {
	margin-bottom:30px;
}
.mb15 {
	margin-bottom:15px;
}
.alignright {
	float:right;
	clear:right;
	margin:3px 0 10px 10px;
}
img.frame, .gallery img {
	padding:3px;
	box-shadow:0 0 3px #ddd;
}
.inner01 {
	padding:15px 20px 40px 20px;
}
.f_red {
	color:#fb0783;
	font-weight:bold;
	font-size:120%;
}
.f_blu {
	color:#00F;
	font-weight:bold;
	font-size:120%;
}
.ky_stage {
	position: relative;
	margin: 0 auto;
	margin-bottom:15px;
	height:485px;
	/* 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_midasi1 {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.2em;
  color: #454545;
  margin-bottom:15px;
  font-weight:bold;
}
.ky_midasi1:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
