/* CSS Document */

#sub_img {
	margin:10px 0px 10px 0px;
}

/* pankuzu
----------------------------------------------- */

#pankuzu  {
    background-image: url(../img/base/pan_back.gif);
    background-color:#eeeeee;
	height: 23px; /* 30px-10px; */
	border-bottom:#cccccc;
	color:#333333;
	margin-bottom:15px;
	border-top: 1px solid white; /* レイアウト対策   */
	padding: 7px 0 0 10px;
}

ol#topicPath {
	mmargin: 10px 0px 0px 10px;
	font-size: 80%;
	list-style: none;
}
ol#topicPath:after {	content: "";	display: block;	clear: both;}
ol#topicPath li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(../img/base/ico.gif) no-repeat 0 50%;
}
ol#topicPath li.home {
	padding-left: 0;
	background: none;
}
ol#topicPath li a:link,
ol#topicPath li a:visited {
	color: #3366FF;
	text-decoration: underline;
}
ol#topicPath li a:hover,
ol#topicPath li a:active {
	color: #FF6633;
	text-decoration: underline;
}
ol#topicPath li em {
	font-style: normal;
	font-weight: bold;
}

/* table_title
----------------------------------------------- */

table.table-title {
    font-size:11px;
	line-height:1.5em;
    width: 700px;
    border: 1px #fff solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:10px;
}

table.table-title th {
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.table-title td {
    background-image:url(../img/base/back_gr.gif);
    padding:5px;
    border: 1px #fff solid;
	border-width: 0 0 1px 1px;
    text-align: center;
}

/* table_list
----------------------------------------------- */

table.table-list {
    font-size:11px;
	line-height:1.5em;
    width: 700px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:10px;
}
table.table-list thead tr{ background: white;}
table.table-list thead tr td{ background: #ccc url(../img/base/back_gr.gif);}
table.table-list strong {
    color:#FF3366;
    font-size:16px;
	font-weight:bold;
}

table.table-list img {
    border:#CCCCCC solid 1px;
	padding:2px;
	background-color:#FFFFFF;
}


table.table-list th {
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.table-list td {
    background-color:#fff;
    padding:5px;
    border: 1px #cccccc solid;
	border-width: 0 0 1px 1px;
    text-align: center;
}
table.table-list h5  {	text-align: left; float: left;}
table.table-list h5 a{	color: #027300;	font-size: 14px;}
table.table-list h5 a:hover{ text-decoration: underline;}
table.table-list .id{	color: #666; float: right; font-size: 11px; font-weight: normal;}

.room_btn {
    text-align:right;
    display: block;
}

/* table_info
----------------------------------------------- */

table.table-info {
    font-size:11px;
	line-height:1.5em;
    wwidth: 365px;
    border: 1px #fff solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:10px;
}
table.table-info caption {
	wwidth: 365px;
    color:#666666;
    background-image:url(../img/base/back_gr.gif);
	padding:10px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.table-info thead td {
	wwidth: 365px;
    color:#666666;
    background-image:url(../img/base/back_gr.gif);
	padding:10px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.table-info td, table.table-info th {
    color:#666666;
    padding:5px;
    border: 1px #ccc solid;
	border-width: 0 0 1px 0;
	text-align:left;
}

table.table-info th {
    text-align:right;
    font-weight:bold;
}






/* sort
----------------------------------------------- */

#sort  {
    font-size:12px;
	padding:5px;
	border-bottom:#CCCCCC solid 1px;
	margin-bottom:10px;
}

#sort strong  {
    color:#FF3366;
    font-size:14px;
	font-weight:bold;
}

#sort a  {
    color:#0099FF;
}

#sort a:hover  {
    color:#FF6600;
}

/* title def
----------------------------------------------- */

#title_def  {
    width:630px;
	height:45px;
	background-image:url(../img/base/title_bar_def.gif);
	font-size:14px;
	padding:15px 0px 0px 70px;
}

#title_def strong  {
    font-size:16px;
	color:#FF3333;
}

/* room
----------------------------------------------- */

#room_photo, #bld_photo  {
    text-align:center;
    width:300px;
	padding:10px;
	float:left;
	border:#CCCCCC solid 1px;
	margin-bottom: 20px;
}
#bld_photo  {
	float: none;
	margin: 0 auto 20px;
}

#room_photo img  {
    margin-bottom:10px;
}

#room_info{
    width:365px;
	float:right;
}
#bld_info {
	float: none;
}
#room_top  {
    color:#FF3333;
	font-weight:bold;
    font-size:14px;
    width:700px;
	margin-bottom:10px;
}

#room_photo_s, #bld_photo_s {
    background-image:url(../img/base/back_gr.gif);
    width:286px;
	float:left;
	padding:7px;
}
#bld_photo_s {
	float: none;
}

#room_photo_s img  {
    float:left;
	padding:2px;
	background-color:#FFFFFF;
	border:#CCCCCC solid 1px;
	margin-right:5px;
}

/* form
----------------------------------------------- */

#formBox  {
　　font-size:11px;
    width:678px;
	padding:10px;
	background-image:url(../img/base/back_gr.gif);
	border:#CCCCCC solid 1px;
	margin-bottom:15px;
}
.five_man_desc{
	font-size: 16px; line-height: 140%; width: 90%;
	text-align: center; margin: 0 auto 10px;
	border: 1px solid #999; color: #666;
}

/* table_form
----------------------------------------------- */

table#table-form {
    background-color:#FFFFFF;
    font-size:11px;
	line-height:1.5em;
    width: 676px;
    border: 1px #fff solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-form ul {
    list-style:none;
	line-height:1.5em;
	margin-left:0px;
}

table#table-form li {
margin-bottom:5px;
}

table#table-form caption {
    color:#666666;
    background-image:url(../img/base/back_gr.gif);
	padding:10px;
	border: 1px solid white;
    font-weight: bold;
    line-height:1.5em;
    text-align: center;
}
table#table-form td, table#table-form th{
    font-size:11px;
    color:#666666;
    padding:12px 5px 12px 5px;
    border: 1px #ccc solid;
	border-width: 0 0 1px 0;
	text-align:left;
}

table#table-form th {
	width: 136px;
    ccolor: #FF3333;
    text-align: left;
}
.red  {
    color:#FF3333;
    font-size:10px;
}
/* submit button */
.submit_prev_btn, .submit_submit_btn{
	background: white url(../img/base/form_btn.gif) no-repeat;
	width: 220px;
	height: 42px;
	text-indent: -9999px;
	border: none;
	cursor: hand; cursor: pointer;
	display: block;
	margin: 0 auto;
}
.submit_submit_btn{
	background-image: url(../img/base/form_btn_fin.gif);
}
.err_mes{ color: #d00000; font-weight: bold;}

/*<!-- ================================ xxxxx ================================ -->*/
.view_more{ text-align: right; margin-bottom: 30px; zoom: 100%;}
.view_more:after {	content: "";	display: block;	clear: both;}
.view_more a{border-bottom: 1px dotted #666; text-decoration: none; float: right; display: block;}
