/*-------------------------------------------------------------------------------- 【パソコン用】 */
@charset "UTF-8";

html {
    overflow-y: scroll;
}

body{
	color:#3C3C3C;
	line-height:1.5;
    font-family: Meiryo, Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ProN W3", sans-serif;
	font-size:15px;
	background: #fffef8;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/*-------------------------------------*/

/*#wrap{
	width:980px;
	text-align:center;
	margin:0 auto;
	padding-top:10px;
}

#header{
	width:980px;
	margin:0 auto;
	text-align:center;
	background:#FFF;
	margin-bottom:14px;
}*/

#header{
	width:100%;
	background-color:#FFF;
}

#header_inner{
	width:980px;
	margin:0 auto;
}

#header h1{
	float:left;
	width:217px;
	font-size:28px;
	padding-top:50px;
	height:40px;
}

#header h1 a:hover{
	text-decoration:none;
}

#header li a{
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}

#headfixing{
    position: fixed;
    top: 0px;
	width:100%;
}

.headfixing_bk{
	width:980px;
  	height:163px;
}

/*---2017/06/06 トップバナーアイコン ---*/
img.topIcon {
    width: 230px;
    height: 33px;
    margin-top: 5px;
	display: block;
}

#hnav{
	float:left;
	width:400px;
	padding:50px 30px 0;
}

#hnav li{
	float:left;
	width:110px;
	height:20px;
	margin-left:10px;
	padding:10px 0;
	text-align:center;
	background:#225b9f;
}

#hnav li:hover{
	background:#3980d5;
}


#hnav .hnav01{
	width:140px;
	border-left:none;
}

.contact{
	float:right;
	width:240px;
	padding-top:20px;
}

.contact li{
	width:220px;
	text-align:center;
}

.contact .h_c01{
	float:left;
	font-size:14px;
	color:#000;
	/*border-radius:4px;*/
	/*background:#126f8f;*/
	font-weight:bold;
	padding:2px 10px;
}

.contact .h_c02{
	float:left;
	color:#126f8f;
	font-size:25px;
	text-align:center;
	font-weight:bold;
	background:url("../image/whight.png") no-repeat;
	background-position:0 50%;
	padding:2px 0 2px 30px;
}

.contact .h_c03{
	font-size:14px;
	clear:both;
	float:left;
	color:#FFF;
	margin-bottom:10px;
	border-radius:4px;
	background:#1db3e6;
	font-weight:bold;
	padding:3px 10px;
}

/*.contact .h_c03{
	font-size:30px;
	background:url("../iamge/") no-repeat;
	border:1px solid #000;
	font-weight:bold;
	padding:10px 10px 0;
}*/

#gnav_wrap{
	width:100%;
	background-color:#FFF; /*帯の色*/
}

#gnav_inner{
	width:980px;
	margin:0 auto;
}

#gnav{
	width:100%;
	height:40px;
	margin:0 auto;
	background:#225b9f;
	border-radius:6px;
	clear:both;
}

#gnav a{
	display:block;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	border-left:solid 1px #a7bdd9;
}

#gnav li{
	float:left;
	height:20px;
	text-align:center;
	line-height:1.5;
	padding:10px 0;
}

#gnav li:hover{
	background:#3980d5;
}

/*--- ↓↓↓コミュニティ,アンケート,お客様の声 変更↓↓↓ ---*/
/*--- 変更前---*/
#gnav .gnav01 a{
	border-left:none;
}

#gnav .gnav01{
	width:110px;
}

#gnav .gnav02{
	width:120px;
}

#gnav .gnav03{
	width:180px;
}

#gnav .gnav04{
	width:140px;
}

#gnav .gnav05{
	width:120px;
}

#gnav .gnavFav{
	width:190px;
    display:inline;
}
*--- 変更後---*/
#gnav .gnavNewHome a{
	border-left:none;
}

#gnav .gnavNewHome{
	width:245px;
}

#gnav .gnavNewSearch{
	width:245px;
}

#gnav .gnavNewKiso{
	width:245px;
}

#gnav .gnavFavorite{
	width:245px;
	display:inline;
}
/*--- ↑↑↑コミュニティ,アンケート,お客様の声 変更↑↑↑ ---*/

#gnav .br_l{
	border-radius:6px 0 0 6px;
}
#gnav .br_r{
	border-radius:0 6px 6px 0;
}

.breadcrumbs{
	width:980px;
	margin:10px auto 0;
	text-align:left;
	font-size:12px;
}

.breadcrumbs .first{
	color:#000;
	text-decoration:none;
	
}

.breadcrumbs a{
	color:#4089c6;
	text-decoration:none;
}

.breadcrumbs a:hover{
	color:#4089c6;
	text-decoration:underline;
}

/*---------------- container ---------------------*/

#container{
	width:100%;
	min-width:980px;
	padding-bottom:40px;
	border-top:1px solid #dee4f5;
	background-color:#f7f3ed;
	/*background-color:#FFF;*/
}

#container_inner{
	width:980px;
	margin:10px auto 0;
}

.container_inner_first{
	width:980px;
	margin:20px auto 0;
}

#mainContents{
	width:660px;
	float:left;
}

h2{
	padding-left:1em;
}

.main_title{
	color:#FFF;
	font-size:20px;
	text-align:left;
	font-weight:bold;
	letter-spacing:0.05em;
	border-radius:5px;
	background-color:#1db3e6;
	padding:10px 0;
	margin-bottom:20px;
}

#sideContents{
	width:300px;
	float:right;
}

#banner{
	margin-bottom:20px;
	width:274px;
	border:3px solid #1db3e6;
	border-radius:10px;
	text-align:left;
	padding:10px;
	background-color:#FFF;
}

	/* 入居お祝金申請の流れ */
#banner a{
	width:274px;
  	text-decoration: none;
}

#bannerImg{
	width:300px;
	margin-bottom:20px;
}

#bannerImg:hover{
	opacity:0.8;
}

.bannerPic{
	width:100%;
	display: block;
}

.fb12{
	font-size:16px;
	color:#008B8B;
}

.fb18{
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
}

.fb24{
	font-size:24px;
	font-weight:bold;
	color:#FF0000;
}

#sideBlock{
    margin-bottom: 20px;
    padding:10px;
    border: 1px solid #ccc;
    background-color: #fff;
}

#sideBlock li{
	width:255px;
	float:left;
	padding:8px 10px;
	border-bottom:1px dotted #9a9a9a;
}

#sideBlock a{
	font-weight:bold;
	text-decoration:none;

}

#sideBlock h3{
	padding-left:10px;
	/*border-left:solid 5px #23b4a9;*/
}

#sideBlock h3:hover{
	text-decoration:underline;
}

#sideBlock .sideBlock_01{
	background:url("../image/ico_sidebox.gif")no-repeat;
	background-position:0 50%;
}

/*---------------- footer ---------------------*/

#footer{
	width:100%;
	padding:20px 0;
	background:#f7f3ed;
}

#footer_inner{
	width:980px;
	margin:0 auto;
}

.f_nav{
	padding:0 10px;
	line-height:1.5;
	text-align:center;
}

.f_nav a{
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.f_nav a:hover{
	font-weight: bold;
	text-decoration:underline;
}

.copyright{
	margin:0 auto;
	text-align:center;
	padding-top:20px;
}

/*------------- 資料請求フォーム -------------------*/

	/* 資料請求テーブル */
#request{
    padding:20px;
    background-color:#FFF;
    border-bottom: 2px solid #dcdcdc;
}

#request table{
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
   	border-collapse: collapse;
}

#request th{
    width: 28%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding:10px;
    color: #FFF;
    background-color: #225b9f;
    text-align: center;
	vertical-align:middle;
}

#request td{
    width: 72%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px;
}

	/* お問い合わせテーブル */
#inquiry{
    padding:20px;
    background-color:#FFF;
    border-bottom: 2px solid #dcdcdc;
}

#inquiry table{
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
   	border-collapse: collapse;
}

#inquiry th{
    width: 28%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding:10px;
    color: #FFF;
    background-color: #225b9f;
    text-align: center;
	vertical-align:middle;
}

#inquiry td{
    width: 72%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px;
}

	/* 見学テーブル */
#reservation{
    padding:20px;
    background-color:#FFF;
    border-bottom: 2px solid #dcdcdc;
}

#reservation table{
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
	border-collapse: collapse;
}

#reservation th{
    width: 28%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding:10px;
    color: #FFF;
    background-color: #225b9f;
    text-align: center;
	vertical-align:middle;
}

#reservation td{
    width: 72%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px;
}

	/* 施設情報の無料掲載に関するお問い合わせテーブル */
#minasama{
    padding:20px;
    background-color:#FFF;
    border-bottom: 2px solid #dcdcdc;
}

#minasama table{
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
   	border-collapse: collapse;
}

#minasama th{
    width: 28%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding:10px;
    color: #FFF;
    background-color: #225b9f;
    text-align: center;
	vertical-align:middle;
}

#minasama td{
    width: 72%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px;
}

.cf:after {
   content: "";
   display: block;
   clear: both;
}

	/* お問い合わせフォーム（真ん中上下） */
#toi{
    padding:20px;
    background-color:#FFF;
    border-bottom: 2px solid #dcdcdc;
}

#toi table{
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
   	border-collapse: collapse;
}

#toi th{
    width: 28%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding:10px;
    color: #FFF;
    background-color: #225b9f;
    text-align: center;
	vertical-align:middle;
}

#toi td{
    width: 72%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px;
}

	/* 各フォーム設定 */
input.Type1 {
	width: 70%;
 }

input.TypeNameNS {
	width: 70%;
 }

.NameNSBtn{
	width:80px;
	margin:10px 10px;
	padding: 5px 10px;
    border: 1px solid #1db3e6;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #1db3e6;
    background-color: #1db3e6;
    color: #fff;
}

.NameNSBtn:hover{
	opacity:0.8;
}

 
.PostSearchBtn{
	width:80px;
	margin:10px 10px;
	padding: 5px 10px;
    border: 1px solid #1db3e6;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #1db3e6;
    background-color: #1db3e6;
    color: #fff;
}

.PostSearchBtn:hover{
	opacity:0.8;
}

 input.Type2 {
	width: 10%;
	margin-right: 5px;
	margin-left: 5px;
 }
 
  input.Type3 {
	width: 5%;
	margin-right: 5px;
	margin-left: 5px;
 }
 
 input.Type4 {
	width: 20%;
 }

 input.TypeMoney {
	width: 20%;
    text-align: Right;   
 }
 
 input.Type5 {
	width: 15%;
 }
 
   input.TypeSel {
	width: 5%;
 }
 
textarea.AreaType1 {
	width: 70%;
	height: 90px;
	wrap: hard;
 }

textarea.AreaType2 {
	width: 90%;
	height: 90px;
	wrap: hard;
 }
 
 textarea.AreaType3 {
	width: 90%;
	height: 200px;
	wrap: hard;
 }

.selbox{
	width:80px;
}


	/* 検索ボタン */
.sub_btn{
	text-align:center;
}

.SendBtn{
	width:250px;
	font-size:16px;
	margin:10px 10px;
	padding: .70em 1em;
    border: 1px solid #1db3e6;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #1db3e6;
    background-color: #1db3e6;
    color: #fff;
}

.SendBtn:hover{
	opacity:0.8;
}


/*------------- oiwai -------------------*/

#oiwai{
    padding:20px;
    background-color:#FFF;
    border-bottom: 2px solid #dcdcdc;
}

#oiwai table{
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
   	border-collapse: collapse;
}

#oiwai th{
    width: 28%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding:10px;
    color: #FFF;
    background-color: #225b9f;
    text-align: center;
	vertical-align:middle;
}

#oiwai td{
    width: 72%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px;
}

#oiwaiBox2{
	width:660px;
	/*background-color:#bcc9eb;*/
    background-color: #fff;
	margin-bottom:20px;
	padding:16px 0;
}

#oiwaiBox2 p{
	text-align:center;
}

/*#oiwaiBox .oiwai_shinsei{
	margin-bottom: 20px;
    border: 1px dotted #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
}*/

.ttl{
    padding: 15px 10px;
    border-top: 4px solid #66cccc;
    border-bottom: 2px solid #f7f3ed;
    background-color: #fff;
}

.ttl_Btm{
    padding: 15px 10px;
    border-bottom: 2px solid #f7f3ed;
    background-color: #fff;
}


.ttl_txt{
    line-height: 20px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    border-left:solid 5px #ffcc00;
}

.ttl_txt02{
    line-height: 20px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    border-left:solid 5px #ffcc00;
    border-right:solid 5px #ffcc00;
}

.yaji_inner{
	border-radius:4px;
	background:#FFF;
	margin-bottom:20px;
	padding-bottom:14px;
	/*padding:10px;*/
}

.yaji_inner_n{
	padding-bottom:none;
	margin-bottom:20px;
}

.yaji_inner p{
	line-height:1.5;
	padding-left:2em;
}

.yaji_wrap{
	padding-top:56px;
	background:url("../image/ico_yaji03.png") no-repeat top center;
}

.oiwai_shinsei h3{
	background:#f7931e;
	border-radius:4px;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	line-height:1.3;
	margin-bottom:8px;
	padding:8px 0px 8px 20px;
}

/*.btn{
	width:250px;
	border-radius:5px;
	margin:0 auto 20px;
	padding: .75em 1em;
	border: 1px solid #ccc;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}*/

.btn{
	width:250px;
	margin:0 auto 20px;
	padding: .75em 1em;
    border: 1px solid #68aa00;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #467300;
    background-color: #68aa00;
    color: #fff;
}

.btn a{
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#FFF;
}

.btn a:hover{
	text-decoration:none;
	/*background:#66cccc;*/
	opacity:2.0;
}

#caution_box{
	float:left;
	margin-bottom: 20px;
	background-color: #dbfaab;
	/*background-color: #21989E;*/
	padding:6px;
}

#caution_box h3{
	/*background:#21989E;*/
	padding-left:30px;
	padding-bottom:6px;
	font-weight:bold;
	background:url("../image/ico_cortion.png")no-repeat;
}

#caution_box li{
	font-size:14px;
	color:#
	margin-left:1em;
}

#caution_box .caution_inner{
	background-color:#FFF;
	padding:10px 18px;
	font-size:14px;
}

#caution_box ul{
	text-indent:1em;
	padding-top:10px;
}

#caution_box li{
	font-size:13px;
}

/*-------------必須となるREQUESTがない場合(再読み込み,URL直リンクなど) -------------------*/
.NoDataContents{
    padding:16px;
    background-color:#FFF;
    border-bottom: 2px solid #dcdcdc;
}

.NoDataTable{
	width: 100%;
	letter-spacing: 0.1em;
	text-align:left;
  	font-size:14px;
}

.NoDataTable a{
    color:#4089c6;
}


/*-------------資料請求＆見学希望 -------------------*/
#reservation td.contactCBTableHead{
	width: 50%;
  	font-size:18px;
	background-color: #1db3e6;
    color: #FFF;
    text-align:center;
    vertical-align:middle;
	letter-spacing: 0.1em;  
 	border-right: 1px #dcdcdc solid;
}

#reservation td.contactCBTable{
	width: 50%;
	background-color: #ffffff;
	text-align:center;
	vertical-align:middle;
	letter-spacing: 0.1em;
    border-right: 1px #dcdcdc solid;
}

.AllContactCheckBox {
    width: 20px;
	height: 20px;
  -moz-transform: scale( 1.4 , 1.4 );
}

/*-------------mobile用コンテンツ(非表示にする) -------------------*/
.mobile_contents{
    display: none;
}

.pc_contents{
}



/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
/*========================================================= 【スマホ用】width: - 720px ==============================================================*/
@media screen and (max-width: 720px) {
@charset "UTF-8";

html {
    overflow-y: scroll;
}

body{
	color:#3C3C3C;
	line-height:1.5;
    font-family: Meiryo, Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ProN W3", sans-serif;
	font-size:15px;
	background: #fffef8;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
	
input[type="submit"] {
	-webkit-appearance: none;
}
	
input[type="button"] {
	-webkit-appearance: none;
}

/*-------------------------------------*/

/*#wrap{
	width:980px;
	text-align:center;
	margin:0 auto;
	padding-top:10px;
}

#header{
	width:980px;
	margin:0 auto;
	text-align:center;
	background:#FFF;
	margin-bottom:14px;
}*/

#header_m{
	width:100%;
	background-color:#FFF;
}

#header_inner{
	width:100%;
	margin:0 auto;
}

#header_m h1{
	width:100%;
	padding:10px 0px;
    vertical-align: middle;
    text-align: center;
}
#header h1 a:hover{
	text-decoration:none;
}

#header li a{
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}

#headfixing{
    position: fixed;
    top: 0px;
	width:100%;
}

/*---2017/06/06 トップバナーアイコン ---*/
img.topIcon {
    width: 230px;
    height: 33px;
    margin: 5px auto 0px;
}

#contact{
	width:100%;
	float:right; 
    text-align: center;
    margin: 0px auto;
    }

#contact li{
	width:280px;
	text-align:center;
    margin: 0px auto;
}

#contact .h_c01{
	font-size:14px;
	color:#000;
	/*border-radius:4px;*/
	/*background:#126f8f;*/
	font-weight:bold;
	padding:2px 10px;
}

#contact .h_c02{
	font-size:25px;
	background:url("../image/whight.png") no-repeat;
	padding:2px 0px 2px 10px;
	color:#126f8f;
}
    
#contact .h_c02 a{
	color:#126f8f;
}

#contact .h_c03{
	font-size:14px;
	clear:both;
	color:#FFF;
	margin-bottom:10px;
	border-radius:4px;
	background:#1db3e6;
	font-weight:bold;
	padding:3px;
}

.breadcrumbs{
	width:100%;
	margin:10px auto 0;
	text-align:left;
	font-size:12px;
}

.breadcrumbs .first{
	color:#000;
	text-decoration:none;
	
}

.breadcrumbs a{
	color:#4089c6;
	text-decoration:none;
}

.breadcrumbs a:hover{
	color:#4089c6;
	text-decoration:underline;
}

/*---------------- container ---------------------*/

#container{
	width:100%;
    min-width: 320px;
	padding-bottom:40px;
	border-top:1px solid #dee4f5;
	background-color:#f7f3ed;
	/*background-color:#FFF;*/
}

#container_inner{
	width:100%;
	margin:10px auto 0;
}

.container_inner_first{
	width:100%;
	margin:38px auto 0;
}

#mainContents{
	width:100%;
    margin-bottom: 30px;
}

h2{
	padding-left:1em;
}

.main_title{
	color:#FFF;
	font-size:20px;
	text-align:left;
	font-weight:bold;
	letter-spacing:0.05em;
	border-radius:5px;
	background-color:#1db3e6;
	padding:10px 0;
	margin-bottom:20px;
}

#sideContents{
	width:100%;
	float:right;
    margin-bottom: 10px;
}

#banner{
	margin-bottom:20px;
	width:274px;
	border:3px solid #1db3e6;
	border-radius:10px;
	text-align:left;
	padding:10px;
    margin: 0px auto;
	background-color:#FFF;
}

	/* 入居お祝金申請の流れ */
#banner a{
	width:100%;
  	text-decoration: none;
}
	
#bannerImg{
	width:300px;
    margin: 0px auto;
}
	
#bannerImg:hover{
	opacity:0.8;
}

.bannerPic{
	width:100%;
	margin: 0px auto;
}

.fb12{
	font-size:16px;
	color:#008B8B;
}

.fb18{
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
}

.fb24{
	font-size:24px;
	font-weight:bold;
	color:#FF0000;
}

#sideBlock{
    margin-bottom: 20px;
    padding:10px;
    border: 1px solid #ccc;
    background-color: #fff;
}

#sideBlock li{
	width:95%;
	padding:8px 8px 8px 10px;
	border-bottom:1px dotted #9a9a9a;
}

#sideBlock a{
	font-weight:bold;
	text-decoration:none;
}

#sideBlock h3{
	padding-left:10px;
	/*border-left:solid 5px #23b4a9;*/
}
	
#sideBlock h3:hover{
	text-decoration:underline;
}

#sideBlock .sideBlock_01{
	background:url("../image/ico_sidebox.gif")no-repeat;
	background-position:0 50%;
}

/*---------------- footer ---------------------*/

#footer{
	width:100%;
	padding:20px 0;
	background:#f7f3ed;
}

#footer_inner{
	width:100%;
	margin:0 auto;
}

.f_nav{
	padding:0 10px;
	line-height:1.5;
	text-align:center;
}

.f_nav a{
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.f_nav a:hover{
	font-weight: bold;
	text-decoration:underline;
}

.copyright{
	margin:0 auto;
	text-align:center;
	padding-top:20px;
}

/*------------- 資料請求フォーム -------------------*/

	/* 資料請求テーブル */
#request{
    padding:20px;
    background-color:#FFF;
    border-bottom: 2px solid #dcdcdc;
}

#request table{
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
   	border-collapse: collapse;
}

#request th{
    width: 28%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding:10px;
    color: #FFF;
    background-color: #225b9f;
    text-align: center;
	vertical-align:middle;
}

#request td{
    width: 72%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px;
}

	/* お問い合わせテーブル */
#inquiry{
    padding:20px;
    background-color:#FFF;
    border-bottom: 2px solid #dcdcdc;
}

#inquiry table{
    width: 94%;
	margin-bottom: 20px;
	border-style: none;
}

#inquiry th{
    width: 100%;
    padding:6px 10px;
    color: #FFF;
    background-color: #225b9f;
    text-align: center;
	vertical-align:middle;
	display:list-item;
	list-style:none;
    border: 1px solid #dcdcdc;
}

#inquiry td{
    width: 100%;
    padding: 10px;
	display:list-item;
	list-style:none;
    border: 1px solid #dcdcdc;
}

	/* 見学テーブル */
#reservation{
    padding:20px;
    background-color:#FFF;
    border-bottom: 2px solid #dcdcdc;
}

#reservationCSS table{
    width: 94%;
	margin-bottom: 20px;
	border-style: none;
}

#reservationCSS th{
    width: 100%;
    padding:6px 10px;
    color: #FFF;
    background-color: #225b9f;
    text-align: center;
	vertical-align:middle;
	display:list-item;
	list-style:none;
    border: 1px solid #dcdcdc;
}

#reservationCSS td{
    width: 100%;
    padding: 10px;
	display:list-item;
	list-style:none;
    border: 1px solid #dcdcdc;
}

	/* 施設情報の無料掲載に関するお問い合わせテーブル */
#minasama{
    padding:20px;
    background-color:#FFF;
    border-bottom: 2px solid #dcdcdc;
}

#minasama table{
    width: 94%;
	margin-bottom: 20px;
	border-style: none;
}

#minasama th{
    width: 100%;
    padding:6px 10px;
    color: #FFF;
    background-color: #225b9f;
    text-align: center;
	vertical-align:middle;
	display:list-item;
	list-style:none;
    border: 1px solid #dcdcdc;
}

#minasama td{
    width: 100%;
    padding: 10px;
	display:list-item;
	list-style:none;
    border: 1px solid #dcdcdc;
}

.cf:after {
   content: "";
   display: block;
   clear: both;
}

	/* お問い合わせフォーム（真ん中上下） */
#toi{
    padding:20px;
    background-color:#FFF;
    border-bottom: 2px solid #dcdcdc;
}

#toi table{
    width: 94%;
	margin-bottom: 20px;
	border-style: none;
}

#toi th{
    width: 100%;
    padding:6px 10px;
    color: #FFF;
    background-color: #225b9f;
    text-align: left;
	vertical-align:middle;
	display:list-item;
	list-style:none;
    border: 1px solid #dcdcdc;
}

#toi td{
    width: 100%;
    padding: 10px;
	display:list-item;
	list-style:none;
    border: 1px solid #dcdcdc;
}
	
#toi th br{
	display: none;
}

	/* 各フォーム設定 */
input.Type1 {
	width: 80%;
 }

input.TypeNameNS {
	width: 80%;
 }

.NameNSBtn{
	width:80px;
	margin:10px 10px;
	padding: 5px 10px;
    border: 1px solid #1db3e6;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #1db3e6;
    background-color: #1db3e6;
    color: #fff;
}

.NameNSBtn:hover{
	opacity:0.8;
}

 
.PostSearchBtn{
	width:80px;
	margin:10px 10px;
	padding: 5px 10px;
    border: 1px solid #1db3e6;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #1db3e6;
    background-color: #1db3e6;
    color: #fff;
}

.PostSearchBtn:hover{
	opacity:0.8;
}

 input.Type2 {
	width: 15%;
	margin-right: 5px;
	margin-left: 5px;
 }
 
  input.Type3 {
	width: 10%;
	margin-right: 5px;
	margin-left: 5px;
 }
 
 input.Type4 {
	width: 30%;
 }

 input.TypeMoney {
	width: 30%;
    text-align: Right;   
 }
 
 input.Type5 {
	width: 22%;
 }
 
   input.TypeSel {
	width: 10%;
 }
 
textarea.AreaType1 {
	width: 80%;
	height: 90px;
	wrap: hard;
 }

textarea.AreaType2 {
	width: 90%;
	height: 90px;
	wrap: hard;
 }
 
 textarea.AreaType3 {
	width: 90%;
	height: 200px;
	wrap: hard;
 }
	
.selbox{
	width:80px;
}

	/* 検索ボタン */
.sub_btn{
	text-align:center;
}

.SendBtn{
	width:250px;
	font-size:16px;
	margin:10px 10px;
	padding: .70em 1em;
    border: 1px solid #1db3e6;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #1db3e6;
    background-color: #1db3e6;
    color: #fff;
}

.SendBtn:hover{
	opacity:0.8;
}


/*------------- oiwai -------------------*/

#oiwai{
    padding:20px;
    background-color:#FFF;
    border-bottom: 2px solid #dcdcdc;
}

#oiwai table{
    width: 94%;
	margin-bottom: 20px;
	border-style: none;
}

#oiwai th{
    width: 100%;
    padding:6px 10px;
    color: #FFF;
    background-color: #225b9f;
    text-align: center;
	vertical-align:middle;
	display:list-item;
	list-style:none;
    border: 1px solid #dcdcdc;
}

#oiwai td{
    width: 100%;
    padding: 10px;
	display:list-item;
	list-style:none;
    border: 1px solid #dcdcdc;
}

#oiwaiBox2{
	width:100%;
	/*background-color:#bcc9eb;*/
    background-color: #fff;
	margin-bottom:20px;
	padding:16px 0;
}

#oiwaiBox2 p{
	text-align:center;
}

/*#oiwaiBox .oiwai_shinsei{
	margin-bottom: 20px;
    border: 1px dotted #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
}*/

.ttl{
    padding: 15px 10px;
    border-top: 4px solid #66cccc;
    border-bottom: 2px solid #f7f3ed;
    background-color: #fff;
}

.ttl_Btm{
    padding: 15px 10px;
    border-bottom: 2px solid #f7f3ed;
    background-color: #fff;
}


.ttl_txt{
    line-height: 20px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    border-left:solid 5px #ffcc00;
}

.ttl_txt02{
    line-height: 20px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    border-left:solid 5px #ffcc00;
    border-right:solid 5px #ffcc00;
}

.yaji_inner{
	border-radius:4px;
	background:#FFF;
	margin-bottom:20px;
	padding-bottom:14px;
	/*padding:10px;*/
}

.yaji_inner_n{
	padding-bottom:none;
	margin-bottom:20px;
}

.yaji_inner p{
	line-height:1.5;
	padding-left:2em;
}

.yaji_wrap{
	padding-top:56px;
	background:url("../image/ico_yaji03.png") no-repeat top center;
}

.oiwai_shinsei h3{
	background:#f7931e;
	border-radius:4px;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	line-height:1.3;
	margin-bottom:8px;
	padding:8px 0px 8px 20px;
}

/*.btn{
	width:250px;
	border-radius:5px;
	margin:0 auto 20px;
	padding: .75em 1em;
	border: 1px solid #ccc;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}*/

.btn{
	width:250px;
	margin:0 auto 20px;
	padding: .75em 1em;
    border: 1px solid #68aa00;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #467300;
    background-color: #68aa00;
    color: #fff;
}

.btn a{
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#FFF;
}

.btn a:hover{
	text-decoration:none;
	/*background:#66cccc;*/
	opacity:2.0;
}

#caution_box{
	float:left;
	margin-bottom: 20px;
	background-color: #dbfaab;
	/*background-color: #21989E;*/
	padding:6px;
}

#caution_box h3{
	/*background:#21989E;*/
	padding-left:30px;
	padding-bottom:6px;
	font-weight:bold;
	background:url("../image/ico_cortion.png")no-repeat;
}

#caution_box li{
	font-size:14px;
	margin-left:1em;
}

#caution_box .caution_inner{
	background-color:#FFF;
	padding:10px 18px;
	font-size:14px;
}

#caution_box ul{
	text-indent:1em;
	padding-top:10px;
}

#caution_box li{
	font-size:13px;
}

/*-------------必須となるREQUESTがない場合(再読み込み,URL直リンクなど) -------------------*/
.NoDataContents{
    padding:16px;
    background-color:#FFF;
    border-bottom: 2px solid #dcdcdc;
}
	
.NoDataTable{
	width: 100%;
	letter-spacing: 0.1em;
	text-align:left;
  	font-size:14px;
}

.NoDataTable a{
    color:#4089c6;
}

/*-------------mobile用コンテンツ -------------------*/
.mobile_contents{
    display: block;
}
    
.pc_contents{
    display: none;
}
    
.menu {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    color: #000;   
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #dcdcdc; 
}

.lblmenu {
    height: 40px;
	line-height: 40px;
    background:#225b9f;
    color: #fff;
    display: block;
    margin: 0;
    border: 1px solid #fff;
    font-size: 20px;
}

.lblmenu:hover {
	background:#3980d5;
}
    
input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    color: #000;  
	text-align:center;
    vertical-align: middle; 
}

.menu li {
	width:100%;
	height:30px;
	text-align:center;
    vertical-align: middle;
	background:#fff;
    color: #000;
    border-bottom:1px solid #CCC;
    margin-top: 10px;
}
    
.menu a{
    vertical-align: middle;
    text-align: center;
	font-size:16px;
	color:#000;
	text-decoration:none;
}
    
.menu a:hover{
    font-weight:bold;
    text-decoration: underline;
    }

input[type="checkbox"].on-off + ul{
  display: none;
}

input[type="checkbox"].on-off:checked + ul{
  display: block;
}
    
}