@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #000;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 14px;
	line-height: 24px;
}
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;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #333333;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
.hid {
	overflow: hidden;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}
.f20 {
	font-size: 20px;
	font-weight: bold;
}
.f25 {
	font-size: 25px;
}
.f30 {
	font-size: 30px!important;
}

.mb10 {
}
.mb50 {
	margin-bottom: 50px;
}

.mt10 {
	padding-top: 10px;
}
.red {
	color: #ff0000;
}
.bold {
	font-weight: bold;
}






/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	margin-right: auto;
	margin-left: auto;	/*背景画像の読み込み*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: right -30px;			/*背景画像を右側、上から-30pxの位置に配置*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;
	background-position: bottom;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
/*h1ロゴの設定*/
header h1 {
	position: static;
	left: 0px;	/*ヘッダーブロックに対して左から15pxの位置に配置*/
	top: 13px;	/*ヘッダーブロックに対して上から28pxの位置に配置*/
	text-align: center;
}
header h1 img{
	position: static;
	width:90%;
	height:auto;
}
/*電話番号ボックスの設定*/
header address {
	position: absolute;
	top: 10px;			/*ヘッダーブロックに対して上から37pxの位置に配置*/
	right: 201px;		/*ヘッダーブロックに対して右から20pxの位置に配置*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;		/*ボックス内の余白*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定。*/
	color: #FFF;	/*文字色*/
}
header .contact {
	position: absolute;
	top: 50px;			/*ヘッダーブロックに対して上から37pxの位置に配置*/
	right: 0px;		/*ヘッダーブロックに対して右から20pxの位置に配置*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;		/*ボックス内の余白*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定。*/
	color: #FFF;	/*文字色*/
	font-weight: bold;
}
header .telH {
	position: absolute;
	left: 465px;
	top: 56px;
	font-size: 25px;
	font-weight: bold;
	color: #076FB0;
	background-image: url(../images/telicon.png);
	background-size:30px 30px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
}
header .telH a {
	color: #F08300;
}


header #headIn .snavi {
	font-size: 12px;
	position: absolute;
	top: 30px;
	width: 447px;
	right: 0px;
	display: none;
}
header #headIn .snavi ul li {
	font-size: 12px;
	float: left;
	padding-left: 30px;
	background-image: url(../images/ar.jpg);
	background-repeat: no-repeat;
	background-position: 18px center;
}
header #headIn .snavi ul li a {
	color: #005A7F;
}



header #headIn {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	background-image: url(../images/headbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}


#headTop {
	background-color: #EDA59C;
	width: 100%;
	padding: 5px 0;
}

#headTop .headTop-box {
	font-weight: normal;
	text-align: center;
	font-size: 1em;
	width: 98%;
	margin:0px auto;
}

#headTop .headTop-box br {
display: block;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 165px;	/*メニュー幅*/
}
nav#menu ul li a {
	text-decoration: none;
	display: block;	/*下部の線の幅、線種、色*/
	margin: 0px 0px 20px 2px;		/*メニューの外側への余白。上、右、下、左への指定。*/
	padding: 10px 0px 10px 30px;	/*メニュー内の余白。上、右、下、左への指定。*/
	color: #000;		/*文字色*/
	line-height: 1.4;	/*行間*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-image: url(../images/arrow1.png);	/*背景の矢印画像の読み込み*/
	background-repeat: no-repeat;					/*背景の矢印画像をリピートしない設定*/
	background-position: left 5px;					/*背景の矢印画像の位置。左側、上から5pxの場所に配置。*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child a {
	margin-left: 0px;
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#menu ul li a:hover,
nav#menu ul li#current a {
	border-bottom: 5px solid #148ef6;	/*下線の幅、線種、色*/
	background-image: url(../images/arrow1.png), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*左側の矢印画像の読み込みとグラデーション*/
	background-image: url(../images/arrow1.png), -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: url(../images/arrow1.png), linear-gradient(#FFF, #e5e5e5);			/*同上*/
	background-repeat: no-repeat;	/*背景の矢印画像をリピートしない設定*/
	background-position: left 5px;	/*背景の矢印画像の位置。左側、上から5pxの場所に配置。*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 9px;	/*文字サイズ*/
	display: block;
	color: #999;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: both;	/*高さ*/
	position: relative;	/*画像の下の余白*/
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}
#mainimg img {
	width: 100%;
	height: auto;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:-6px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}
#main #catch {
	margin-bottom: 30px;
	width:100%;
}
#main #catch img {
	width:100%;
	height:auto;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {

}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	font-size: 100%;			/*文字色*/
	clear: both;
	margin-bottom: 15px;
}
#main h2.tit {
	background-image: url(../images/h201.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 28px;
	padding-left: 40px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	height: 28px;
}
#main h2.tit02 {
	background-image: url(../images/h202.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 28px;
	padding-left: 40px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	height: 28px;
}
#main h2.tit03 {
    background-repeat: no-repeat;
    font-size: 22px;
    line-height: 28px;
    height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 30px;
    color: #AE3D56;
}

/*mainコンテンツのh3タグの設定*/
#main h3 {
    color: #000;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #AE3D56;
}
#main h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
#main h4.bg {
	background-color: #F6F6F6;
	padding: 7px;
}

#main h5 {
	font-size: 14px;
	color: #005A7F;
	margin-bottom: 10px;
	border-left-width: 3px;
	border-left-style: ridge;
	border-left-color: #005A7F;
	padding-left: 10px;
}
#main h5.oTit {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F90;
	color: #FFF;
	padding: 7px;
}
#main h5.pTit {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	background-color: #FF999A;
	padding: 7px;
}


#main .b01 {
	color: #000;
	margin-bottom: 0px;
	font-size: 19px;
	text-align: center;
	font-weight: bold;
}
#main .b02 {
	color: #999999;
	margin-bottom: 0px;
	font-size: 12px;
	text-align: center;
}
#main .b03 {
	color: #05A093;
	margin-bottom: 5px;
	font-size: 15px;
}
#main .b04 {
	color: #BCCF3D;
	margin-bottom: 5px;
	font-size: 15px;
}
#main .b05 {
	color: #D8B05B;
	margin-bottom: 5px;
	font-size: 15px;
}
#main .b06 {
	font-size: 20px;
	font-weight: bold;
	color: #FF9A9A;
	float: left;
	margin-bottom: 0px;
}
#main .b07 {
	font-size: 20px;
	color: #05A093;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	line-height: 23px;
	margin-bottom: 15px;
}
#main p.title {
	color: #900;
	font-weight: bold;
}
#main .point li {
	list-style-position: inside;
	list-style-type: disc;
}

#main .box01 {
	float: none;
	width: 99%;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF7F26;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


#main .box02 {
	float: none;
	width: 99%;
	margin-bottom: 10px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF999A;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#main .box03 {
	float: none;
	width: 99%;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #EA6F8C;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 20px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#main .box04 {
	float: none;
	width: 99%;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8B05B;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 20px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#main .box05 {
	float: none;
	width: 99%;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #059F93;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


#main .box06 {
	float: none;
	width: 99%;
	margin-bottom: 10px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #9AA8FF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#main .box07 {
	float: none;
	width: 99%;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #BCD03D;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 20px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#main .box08 {
	float: none;
	width: 99%;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #A31D72;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 20px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}


#main .box01ad {
	float: none;
	width: 99%;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


#main .box02ad {
	float: none;
	width: 99%;
	margin-bottom: 10px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#main .box03ad {
	float: none;
	width: 99%;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 20px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#main .box04ad {
	float: none;
	width: 99%;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 20px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#main .box05ad {
	float: none;
	width: 99%;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


#main .box06ad {
	float: none;
	width: 99%;
	margin-bottom: 10px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#main .box07ad {
	float: none;
	width: 99%;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 20px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#main .box08ad {
	float: none;
	width: 99%;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 20px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}



#main .boxhid   {
	margin-bottom: 20px;
	overflow: hidden;
}
#main .boxhid02   {
	margin-bottom: 20px;
	overflow: hidden;
}
#main .boxhid03   {
	margin-top: 10px;
	overflow: hidden;
}

#main .iconArea {
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: center;
}
#main .iconArea a {
	display: block;	
}
#main .iconArea02 {
	text-align: center;
	margin-bottom: 15px;
}

#main .txtArea {
	float: none;
	width: 100%;
}
#main .txtArea a {
	text-align: center;
	padding-bottom: 10px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#main .txtArea02 {
}
#main .box03 span {
	font-size: 12px;
	color: #05A093;
	clear: both;
	line-height: 22px;
}

#main .leftArea {
	float: left;
	width: 425px;
}
#main .rightArea {
	float: right;
	width: 261px;
}
#main .cont {
	background-color: #f8f8f8;
	border: 1px solid #624b41;
	padding: 15px;
	height: 133px;
	position: relative;
	margin-top: 50px;
}
#main #text01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #624b41;
	text-align: center;
	padding-bottom: 13px;
}
#main #text02 {
	position: absolute;
	left: 27px;
	top: 81px;
}
#main #text03 {
	position: absolute;
	left: 392px;
	top: 81px;
}

#main .ansArea {
	margin-bottom: 10px;
}



#main .q {
	float: left;
	width: 60px;
}

#main .q_txt {
	float: left;
	margin-left: 15px;
	-webkit-box-shadow: 0px 0px 3px #999; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 0px 3px #999; /* Firefox用 */
	box-shadow: 0px 0px 3px #999; /* CSS3 */
	padding:10px;
	-webkit-border-radius: 10px; /* Safari, Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	border-radius: 10px; /* CSS3 */
	width: 70%;
}

#main .a {
	float: right;
	width: 60px;
}
#main .a_txt {
	float: right;
	-webkit-box-shadow: 0px 0px 3px #999; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 0px 3px #999; /* Firefox用 */
	box-shadow: 0px 0px 3px #999; /* CSS3 */
	padding:10px;
	-webkit-border-radius: 10px; /* Safari, Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	border-radius: 10px; /* CSS3 */
	margin-right: 15px;
	width: 70%;
}
#main .contArea {
	background-color: #f4f4f4;
}
#main .contArea .cntbtn {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
#main section .Inner {
	width: auto!important;
	padding-bottom: 20px!important;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#main .Inner02 {
	width: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: auto;
	padding-top: 30px;
	overflow: hidden;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}
#main .Inner03 {
	width: auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .Inner04 {
	width: auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
}



#main .gray {
	background-color: #F4F4F4;
}
#main .pinkbg {
	background-color: #fffafa;
	background-position: 18px center;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 23px;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
}
#main .greenbg {
	background-color: #f7fffe;
	background-image: url(../images/icon07.png);
	background-position: 18px center;
	margin-top: 10px;
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 93px;
	line-height: 28px;
}
#main .blockLeft {
	width: 465px;
	float: left;
}
#main .blockRight {
	float: right;
	width: 465px;
}
#main .oik {
	float: right;
	width: 480px;
}
#main .telArea {
	float: left;
	width: 300px;
	font-size: 15px;
}
#main .ukeArea {
	float: right;
	width: 250px;
}
#main .kok {
	color: #FD7F27;
	font-weight: bold;
}
#main  .bb {
	font-size: 20px;
	color: #FD7F27;
	font-weight: bold;
	background-image: url(../images/freeaccess.png);
	background-size:25px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#main .bb02 {
	font-size: 20px;
	color: #0770B0;
	font-weight: bold;
	background-image: url(../images/_telicon.png);
	background-size:20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}



#main .info dt {
	font-weight: bold;
	color: #009999;
	float: left;
	padding-right: 15px;
}
#main .info dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
#main .blockRight .logo {
	margin-bottom: 20px;
}
#main .bbtn01 {
	background-color: #333;
	width: auto;
	position: static;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;   /* Firefox用 */
}
#main .bbtn01 a {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF;
	display: block;
	background-image: none;
	width: auto;
}
#main .bbtn02 {
	background-color: #333;
	background-repeat: no-repeat;
	text-align: center;
	position: static;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	width: auto;
	margin-top: 10px;
}
#main .bbtn02 a {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF;
	display: block;
	background-image: none;
	width: auto;
}
#main .bbtn03 {
	background-color: #333;
	background-repeat: no-repeat;
	text-align: center;
	position: static;
	color: #FFF;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	width: auto;
	margin-top: 10px;
}
#main .bbtn03 a {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF;
	display: block;
	background-image: none;
	width: auto;
}
#main .mapImg {
	float: none;
	width: auto;
}
#main .mapImg img {
	width: 100%;
	height:auto;
}
#main .mapBtn {
	float: none;
}
#main .mapBtn01 a{
	background-image: none;
	-moz-background-size:cover;
	background-size:cover;
	width: auto;
	height: auto;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
	background-color: #F39801;
	padding: 10px;
}
#main .mapBtn02 a{
	background-image: none;
	-moz-background-size:cover;
	background-size:cover;
	height: auto;
	width: auto;
	margin-top: 8px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #0295F2;
	padding: 10px;
}
#main .mapBtn03 a{
	background-image: none;
	-moz-background-size:cover;
	background-size:cover;
	height: auto;
	width: auto;
	margin-top: 8px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #FB8070;
	padding: 10px;
}
#main .sche01 {
	width: auto;
	float: none;
	margin-bottom: 15px;
}
#main .sche02 {
	float: none;
	width: auto;
}
#main .tbLeft {
	background-color: #e1f2f9;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
}
#main .tbRight {
	padding: 10px;
	background-color: #FFF;
}
#main .pri {
	margin-bottom: 20px;
}

#main .pri li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 15px;
}
#main .photoLeft {
	float: none;
	margin-bottom:10px;
}
#main .photoLeft img {
	width:100% ;
	height:auto;
}
#main .photoRight {
	float: none;
	width: auto;
}
#main .photoRight img {
	width:100% ;
	height:auto;
}
#main .innai {
	float: none;
	width: auto;
	margin-bottom: 15px;
}
#main .innai img {
	width: 100%;
	height:auto;
}
#main .innai02 {
	float: none;
	width: auto;
}
#main .innai02 img {
	width: 100%;
	height:auto;
}
#main .photo {
	text-align: center;
	margin-bottom: 20px;
}

#main .btnRec {
	margin-left: 10px;
}
#main .btnRec a{
	font-size: 12px;
	color: #FFF;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #F60;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#main table tr .pink {
	color: #FFF;
	background-color: #ff999a;
	font-weight: bold;
	text-align: center;
}
#main table tr .orange {
	font-weight: bold;
	color: #FFF;
	background-color: #F90;
	text-align: right;
	width: 50px;
}
#main table tr .brownTxt {
	color: #930;
}
#main table tr .pinkTxt {
	color: #F66;
}
#main .nar tr th {
	width: 150px;
}













.news {
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	height: auto;
	margin-bottom: 30px;
	width: 100%;
	background-color: #005A7F;
}
.news .newsInner {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news .newsInner .title {
	background-image: url(../images/img01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position: static;
	color: #FFF;
	padding-left: 30px;
	font-size: 17px;
	top: 19px;
	margin-bottom: 5px;
}
.news .newsInner .txtDetail {
	background-color: #FFF;
	height: 26px;
	position: static;
	width: 100%;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	padding-top: 4px;
}
.news .newsInner .archiveBtn {
	position: static;
	top: 15px;
	right: 0px;
	text-align: center;
	margin-top: 5px;
}




/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}
footer .Inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	height: 150px;
}
footer .btn01 {
	position: static;
	width: auto;
	margin-bottom: 10px;
}
footer .btn01 img {
	position: static;
	width: 100%;
	height:auto;
}
footer .btn02 {
	position: static;
	width: 100%;
	height:auto;
	margin-bottom: 10px;
}
footer .btn02 img {
	position: static;
	width: 100%;
	height:auto;
}
footer .footnavi {
	position: static;
	margin-bottom: 10px;
}
footer .footnavi li {
	background-image: url(../images/ar04.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	padding-left: 12px;
	border-right-style: none;
	padding-right: 25px;
	line-height: 20px;
}
footer .access {
	font-size: 12px;
	position: static;
	line-height: 20px;
	margin-bottom: 10px;
}




footer .Inner02 {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
}
footer .Inner03 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}
footer .Inner04 {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4F4F4;
	margin-top: 0px;
	height: auto;
}


footer .footbnr {
	overflow: hidden;
	text-align: center;
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer .footbnr li {
    float: left;
    background-image: url(none);
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    width: 48%;
}

footer .footbnr li img {
    width: 100%;
	height:auto
}

footer .footbnr li:first-child {
	float: left;
	background-image: url(../images/bnrbg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

footer .footbnr li:nth-child(2n) {
    float: right !important;
}

footer .footbnr li:last-child {
	float: right;
	background-image: url(../images/bnrbg.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 0px;
	padding-right: 0px;
}
footer .box01 {
	background-color: #34c8b8;
	height: 70px;
}
footer .box01 .tel {
	position: absolute;
	left: 0px;
	top: -40px;
}
footer .box01 .mail {
	position: absolute;
	top: -40px;
	right: 0px;
}
footer .box02 {
	background-color: #eda59c;
	height: 30px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
}
footer .box02 .blockLeft {
	width: 465px;
	float: left;
	padding-top: 20px;
}
footer .box02 .blockLeft ul li {
	background-image: url(../images/arr.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-left: 15px;
	font-size: 12px;
	margin-right: 18px;
}
footer .box02 .blockLeft ul li a {
	color: #FFF;
}


footer .box02 .blockRight {
	width: 465px;
	float: right;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding-top: 17px;
	line-height: 18px;
}
footer .box02 .blockLeft small {
	font-size: 12px;
	color: #FFF;
}
footer .footnavi li a {
	color: #000;
}

/*info.htmlやservice.htmlやplan.htmlで使っている紹介ボックスの設定
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list section {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックス間（下側）のスペース*/
	overflow: hidden;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}
/*ボックス内の段落タグ設定*/
#main section.list section p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list section figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*「もっと詳しく見る」ボタンの設定*/
#main p.detail a {
	text-decoration: none;
	display: block;
	background-color: #74749c;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9797b6), to(#74749c));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#9797b6, #74749c);	/*同上*/
	background-image: linear-gradient(#9797b6, #74749c);			/*同上*/
	color: #FFF;	/*文字色*/
	width: 12em;	/*ボックス幅*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #adadad;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #adadad;			/*同上*/
	text-align: center;	/*文字をボックスの中央に配置*/
}
/*「もっと詳しく見る」ボタンのマウスオン時*/
#main p.detail a:hover {
	opacity: 0.7;	/*透明度70％の設定*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #333;	/*背景色*/
	color: #FFF;	/*文字色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #000;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}

.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #148ef6;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}
img.fr {
	float: right;
	margin: 0px 0px 15px 10px;
}
img.fl {
	float: left;
	margin: 0px 10px 15px 0px;
}
.arrow_box {
	position: relative;
	border: 2px solid #DEDEDE;
	background-color: #F3F3F3;
	padding: 10px;
	text-align: center;
	margin-top: 30px;
} 
.arrow_box:after, .arrow_box:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #F3F3F3;
	border-width: 15px;
	margin-left: -15px;
} .arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #DEDEDE;
	border-width: 17px;
	margin-left: -17px;
}
.myButton {
	background-color:#076fb0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	text-decoration:none;
	background-image: url(../images/mainic.jpg);
	background-size:10% auto;
	background-repeat: no-repeat;
	background-position: 20px center;
	letter-spacing: 0px;
	padding: 7px 20px 7px 50px;
}
.myButton:hover {
	background-color:#076fb0;
	color: #FFF;
}
.myButton:active {
	position:relative;
	top:1px;
}
#menu-box {
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../images/nbg.jpg);
	background-position: center top;
	display: none;
}




/*ナビゲーション*/
#menu{
	width: 980px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 46px;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menu li{
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#menu li a{
	display: block;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 42px;
	text-align: center;
}
#menu li a:hover{
}
#menu li:first-child {
	margin-left: 0px;
}
#toggle{ 
 display: none;
}

#menu .n01  {
	background-image: url(../images/navi/n01.jpg);
	background-repeat: no-repeat;
	background-position: 55px center;
	width: 202px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	font-size: 17px;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 42px;
	margin: 0px;
}
#menu .n02 {
	background-image: url(../images/navi/n02.jpg);
	background-repeat: no-repeat;
	background-position: 55px center;
	width: 202px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	font-size: 17px;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 42px;
}
#menu .n03 {
	background-image: url(../images/navi/n03.jpg);
	background-repeat: no-repeat;
	background-position: 55px center;
	width: 244px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#menu .n04 {
	background-image: url(../images/navi/n04.jpg);
	background-repeat: no-repeat;
	background-position: 75px center;
	width: 243px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#menu .n05 {
	background-image: url(../images/navi/n05.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.bread {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
}
h2.iconh2 {
	background-image: url(../images/h2icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #005a7f;
	border-bottom-color: #005a7f;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 70px;
	font-size: 24px!important;
	color: #005a7f;
	height: 35px;
	margin-bottom: 35px!important;
	position: relative;
}
#main .lineBottom {
	background-image: url(../images/h3line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 20px;
	color: #059F93;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


#main .boxx {
	margin-bottom: 30px;
	overflow: hidden;
}
#main .lineup li {
	background-color: #005a7f;
	height: 25px;
	font-size: 12px;
	color: #FFF;
	float: left;
	text-align: center;
	margin-right: 12px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .lineup li:nth-child(6) {
	margin-right: 0px;
}
#main .map {
	margin-top: 0px;
}
#main .facility li {
	float: left;
	width: 230px;
	background-color: #005C7E;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FFF;
	text-align: center;
}
#main .facility li:nth-child(4n+1) {
	margin-left: 0px;
}
#main .facility li a {
	color: #FFF;
	display: block;
}

#main .facility li img {
	height: auto;
	width: 100%;
}
#main  .agree {
	margin-bottom: 15px;
}
#main .agree li {
	list-style-type: decimal!important;
	list-style-position: outside!important;
	margin-left: 25px;
}
#main .flowleft {
	text-align: center;
	float: none;
	width: auto!important;
	margin-bottom:20px;
}
#main .flowright {
	float: none;
	width: auto!important;
}
#main .arrow {
	width: 300px;
	margin-bottom: 30px;
}
#main .gm {
}
#main .gm a {
	color: #00999b;
	font-size: 12px;
}
form#mailform {

}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 10px;
}
table.mailform tr th {
	width: 30%;
	background-color: #F8F8F8;
	padding: 10px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	height: 120px;
}
table.mailform tr td {
	width: 70%;
}
table.mailform tr td input {
	/*width: 95%;*/
}
input[type="text"]
{
width: 95%;
}
table.mailform tr td textarea {
	width: 95%;
}
#main .achmap {
	background-image: url(../related_sites/images/map.jpg);
	background-repeat: no-repeat;
	height: 790px;
	position: relative;
}
#main .achmap .acharea01 {
	position: absolute;
	left: 667px;
	top: 3px;
}
#main .achmap .acharea02 {
	position: absolute;
	left: 594px;
	top: 166px;
}
#main .achmap .acharea03 {
	position: absolute;
	left: 688px;
	top: 293px;
	width: 262px;
}
#main .achmap .acharea04 {
	position: absolute;
	left: 45px;
	top: 12px;
}
#main .achmap .acharea05 {
	position: absolute;
	left: 47px;
	top: 295px;
}
#main .achmap .acharea06 {
	position: absolute;
	left: 502px;
	top: 387px;
}
#main .achmap .acharea07 {
	position: absolute;
	left: 50px;
	top: 554px;
	border: 1px solid #059F93;
	padding: 10px;
}
#main .achmap .acharea08 {
	position: absolute;
	left: 410px;
	top: 555px;
	padding: 10px;
	border: 1px solid #059F93;
}



#main .achmap ul li {
	line-height: 22px;
}
#main .achmap ul li a {
	color: #059F93;
}



#main .achmap h3  {
	margin-bottom: 5px;
}
#main .boxx a {
	color: #333;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

#main .boxx  a:hover {
	color: #059F93;
}
#main .iconh2 a {
	background-color: #059F93;
	font-size: 10px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	left: 433px;
	top: 24px;
}
#main .linkinBtn {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

#main .linkinBtn a {
	background-color: #FF999A;
	color: #FFF;
	text-align: center;
	padding: 10px;
	display: block;
	font-weight: bold;
}
#main .box03 .txtArea a {
	color: #05A093;
}

#main .course li {
	float: left;
	width: 310px;
	background-color: #005C7E;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FFF;
	text-align: center;
}
#main .course li:nth-child(3n+1) {
	margin-left: 0px;
}
#main .course li a {
	color: #FFF;
	display: block;
}

#main .course li img {
	height: auto;
	width: 100%;
}
#main .courseLeft {
	float: left;
	width: 45%;
	background-color: #fffafa;
	height: 100%;
	margin-bottom: -32753px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 32768px;
	padding-left: 15px;
}
#main .courseRight {
	float: right;
	width: 45%;
	background-color: #f7fffe;
	height: 100%;
	margin-bottom: -32753px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 32768px;
	padding-left: 15px;
}
#main .courseLeft02 {
	float: left;
	width: 48%;
}
#main .courseRight02 {
	float: right;
	width: 48%;
}

#main .courseLeft .iconBox{
	background-image: url(../course/images/icon07.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 20px;
	color: #ff9a9a;
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 110px;
	padding-bottom: 15px;
}
#main .courseRight .iconBox {
	background-image: url(../course/images/icon08.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 20px;
	color: #05A093;
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 110px;
	padding-bottom: 15px;
}
#main .td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
}
#main table tbody tr .tdl {
	font-weight: bold;
	color: #fd7f27;
	background-color: #fff5ee;
	padding: 10px;
	font-size: 12px;
	width: 130px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#main table tbody tr .tdr {
	font-size: 12px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#main .textArea a {
	color: #05A093;
	text-decoration: underline;
}
#main .box {
	overflow: hidden;
	margin-bottom: 20px;
}


#main  .agree {
	margin-bottom: 15px;
}


section table   { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  {
	background: #f4f4f4;
	text-align: left;
}
.demo01 {
	margin-bottom: 20px;
}

.demo02 {
	width: 950px;
}

 
/*----------------------------------------------------
    .demo02
----------------------------------------------------*/
@media only screen and (max-width: 480px) { .tabt {
    box-sizing: border-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
	height:300px;
}

}
.demo02 th  {
	text-align: left;
	font-size: 12px;
	font-weight: bold;

}
.demo02 td  {
	text-align: center;
	font-size: 12px;
}
.demo02 td:first-child  {
	text-align: center;
}
/*@media only screen and (max-width: 800px) { 
    .demo02 { 
        display: block; 
        width: 100%; 
        margin: 0 -10px;
    }
    .demo02 thead{ 
        display: block; 
        float: left;
        overflow-x:scroll;
    }
    .demo02 tbody{ 
        display: block; 
        width: auto; 
        overflow-x: auto; 
        white-space: nowrap;
    }
    .demo02 th{ 
        display: block;
        width:auto;
    }
    .demo02 tbody tr{ 
        display: inline-block; 
        margin: 0 -3px;
    }
    .demo02 td{ 
        display: block;
    }
}*/
.demo02 tr .bbf {
	background-color: #05A093;
	color: #FFF;
}
.demo02 tr .bbl {
	text-align: left;
	font-size: 12px;
}

#main .greenBg {
	background-color: #059F93;
	padding: 15px;
	margin-bottom: 30px;
	text-align: center;
	color: #FFF;
}
#main .greenBg .gT {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
	line-height: 30px;
}
#main .pageN {
	border: 1px solid #FE7E27;
	margin-bottom: 15px;
	background-color: #FFF3EA;
	font-weight: bold;
	color: #FD7F28;
	display: block;
	font-weight: bold;

}
#main .pageN a {
	color: #FD7F28;
	display: block;
	padding: 10px;
	font-weight: bold;
}
#main .pageNo {
	border: 1px solid #CCC;
	margin-bottom: 15px;
	background-color: #F9F9F9;
	font-weight: bold;
	color: #666;
	display: block;
	padding: 10px;
	font-weight: bold;

}
#main .siteM {
	padding: 0px;
	margin-bottom: 15px;
}
#main .siteM02 {
	padding: 0px;
	margin-bottom: 0px;
}
#main .siteM li {
	background-image: url(../sitemap/images/ico_link_020.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	margin-left: 25px;
}
footer section .Inner a {
	color: #005A7F;
}
#main .course li.opt {
	float: left;
	width: 310px;
	background-color: #FD7F28;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FFF;
	text-align: center;
}
#main .tabtSP {
	display: none!important;
}
footer .gray {
	background-color: #F4F4F4;
}



#menu {
	list-style-type: none;
	width: 980px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu li {
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

#menu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#menu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#menu li ul li a {
	padding: 13px 15px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	background-color: #F4F4F4;
	line-height: 14px;
}
#menu > li:hover > a {  /*background: #7c8c0e*/ }
#menu > li:hover li:hover > a {
	background-color: #E9E9E9;
}
#menu > li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#menu li ul li ul {
  top: 0;
  left: 100%;
}
#menu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#menu li ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #666;
}
#menu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}
#menu li ul li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#menu li ul li ul li a {
	background-color: #E9E9E9;
}
#menu li:hover ul li ul li a:hover {
	background-color: #E2E2E2;
}
#main .rinen {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}
#main .rinen img {
	width:100%;
	height:auto;
}

#main .t-title {
	text-align: center;
}
#main .t-data {
	text-align: center;
}
#main .t-data2 {
	text-align: center;
}
#main .hos .diamond {
	list-style-position: inside;
	list-style-image: url(../images/ar.png);
	margin-left: 0px;
	padding-left: 0px;
}
#main .hos li {
	margin-left: 25px;
	list-style-type: disc!important;
	list-style-position: inside;
}

a.nursing{
	width:50%;
	color:#fff;
	text-align:center;
	background-color:#FF5E03;
	height:auto;
	display:block;
	text-decoration:none;
	font-size:12px;
	float:left;
	margin-bottom:20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

a.rehabilitation{
	width:50%;
	color:#fff;
	text-align:center;
	background-color:#00884D;
	height:auto;
	display:block;
	text-decoration:none;
	font-size:12px;
	float:left;
	margin-bottom:20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
 
.map{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.map iframe, .map object, .map embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}#menu-box {
	display: none;
}
.sh_theme_a {
	display: inherit;
}



section table   { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
 
/*----------------------------------------------------
    .demo01
----------------------------------------------------*/
.demo01 th  {
	width: 30%;
	text-align: left;
}
 
@media only screen and (max-width:480px){
    .demo01 { margin: 0 0px; }
    .demo01 th,
    .demo01 td{
        width: auto;
        display: block;
        border-top: none;
    }
	.demo01 th{
padding-left: 10px;
    }
    .demo01 tr:first-child th   { border-top: 1px solid #ddd;}
}



.box-map {
	margin: 0 auto 0;
	text-align: center;
}

#main	.box-hospitalization .left {
float: none;
width: auto!important;
margin-right: 0px;
}
	
#main	.box-hospitalization .right {
float: none;
width: auto;
}

#interview .box{
	overflow: hidden;
}
#interview .box .flowleft img{
	width: 100%;
}
#interview .box .flowleft2{
    float: none;
    width: auto!important;
}
#interview .box .flowright2 {
    width: auto;
    float: none;
}
#interview .box .flowright2 img{
	width: 100%;
}
#main section .int02 .inner {
    margin: 0 auto 0 auto;
    width: auto!important;
    overflow: hidden;
}
#main section .int02 ul li {
    /*float: none;
    left: 0;
    position: relative;
    margin: 0 0 10px 0;
	text-align: center;*/
	width: 48%;
	margin-left: 0px;
}
#main section .int02 ul {
    float: none;
    left: 0%;
    position: relative;
}
#main section .int02 ul.rtr {
    margin: 0;
}
#main section .int02 ul li:last-child {
    margin: 0 0 10px 0;
}
footer .Inner {
    width: auto!important;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    height: auto;
}
footer .footlogo {
    position: static!important;
    top: 50px;
	width:90%;
	margin: 20px auto auto auto;
}
footer .footlogo img {
    width:100%;
	height:auto;
}
footer .foottxt {
    position: static!important;
    padding: 20px 0 20px 0;
	text-align: center;
}
header #headIn .cont {
    position: static;
    left: 672px;
    top: 55px;
	display: none;
}
header #headIn .rec {
    position: static;
    right: 0px;
    top: 55px;
	display: none;
}
header .tel {
    position: static;
    width: 90%;
	margin: 15px auto 15px auto;
}
header .tel img {
    width: 100%;
	height:auto;
	
}
section .Inner .img01 {
    width: auto!important;
    float: none;
}
section .Inner .img01 img {
    width: 100%!important;
    height:auto;
}
section .Inner .txt01 {
    float: none;
    width: auto!important;
}
.pinkW ul li {
    float: none;
    margin: 0 0 10px 0;
}
.pinkW ul li img{
    width: 100%;
	height: auto;
}
.pinkW ul li:last-child {
    float: none;
    margin: 0 0 0 0;
}
#main section .int img{
    width: 100%;
	height: auto;
}
section .Inner .new {
    background-color: #F7F2E8;
    border: 1px solid #C6B58D;
    width: auto!important;
    padding: 10px;
    float: none;
    height: auto;
	margin-bottom: 15px;
}
section .Inner .fb {
    width: auto!important;
    float: none;
}
section .Inner .fb iframe {
    width: 100%!important;
    float: none;
}
div.update {
    font-size: 13px;
    overflow-y: auto;
    height: auto;
	overflow-x: hidden;
}
#main section .Inner img {
    width: 100%!important;
    height: auto;
}
/*170927*/
ul.photo {
overflow:hidden;
}
ul.photo li {
	float:none;
	width:100%;
	margin:0 0px 20px 0;
}
ul.photo li:nth-child(4n) {
	margin:0 0px 20px 0;
}

ul.photo li img {
	width:100%;
	height: auto;
}

.recnavi{
	overflow: hidden;
	margin-bottom: 50px;
}
.recnavi li{
	float: left;
	width:49%;
	text-align: center;
	border-right:none;
	margin-bottom:5px;
}
.recnavi li:nth-child(even){
	float: right;
	width:49%;
	text-align: center;
	border-right:none; 
}

.recnavi li:last-child {
	border-right:none; 
}
.recnavi li a{
	padding:5px;
	background-color: #C7899A;
	display: block;
	color:#fff;
	font-size: 12px;
}

@media only screen and (max-width: 480px) { 
	.pdf_img img{
		width: 10%!important;
	}
}
@media only screen and (max-width: 480px) {
	.new.sp {
		height: 250px;
	}
	.update.sp {
		height: 190px;
	}
	#main h2.roi {
		margin-bottom: 0;
	}
}