@charset "UTF-8";


/* ---------------------------------------------------------------------
*
*    ベーシックなコンテナー
*
* --------------------------------------------------------------------- */
.section_wrap {
	margin-bottom: 55px;
}

		.section_wrap h4 {
			margin-bottom:15px;
		}
		
		.section_wrap .section_area {
			margin: 0 10px;
		}
		
				.section_wrap .section_area ul,
				.section_wrap .section_area ol{
					list-style: inside;
				}

.section_container { /* 段落 */
					margin-bottom: 15px;
				}

/* ---------------------------------
*    重要な事柄
*/
.box_important {
	width:565px;
	background: #ffdd77;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom:15px;
}

		.box_important th {
			background: #fffddd;
			padding: 10px;
			text-align: center;
			font-weight: bold;
		}
		
		.box_important td {
			background: #fff;
			padding: 10px;
			text-align: center;
		}

/* ---------------------------------------------------------------------
*
*    文字装飾
*
* --------------------------------------------------------------------- */

/* ---------------------------------
*    強調
*/
.txt_emphasis { font-weight: bold; }

/* ---------------------------------
*    重要
*/
.txt_important { color: #cc0000; }

/* ---------------------------------
*    注釈
*/
.note { 
	font-size: 91%;
	*font-size: xx-small; /* for IE6/7 */
}
html>/**/body .note { /* for IE8 */
	font-size /*\**/: xx-small\9;
}


/* =====================================================================
*	
*	貸し会議室のご案内
*	
* =================================================================== */

/* ---------------------------------
*    住所リスト
*/
.add_list{
	width: 565px;
}

		.add_list dl {
			width: 565px;
			height: 75px;
			border-bottom: 1px dotted #ccc;
			margin-bottom: 5px;
			padding-bottom: 5px;
		}
		
		.add_list dl:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		
		.add_list dl {
			zoom: 1;
		} /* IE */
		
				.add_list dl dt {
					float: left;
					width: 105px;
					height: 75px;
					background: #eee;
				}
				
						.add_list dl dt a{
							padding:10px;
							display: block;
						}
						
						.add_list dl dt a:link		{ text-decoration: none; font-weight: bold; }
						.add_list dl dt a:visited	{ text-decoration: none; font-weight: bold; }
						.add_list dl dt a:hover		{ text-decoration: none; font-weight: bold; }
						.add_list dl dt a:active	{ text-decoration: none; font-weight: bold; }
						
				
				.add_list dl dd {
					float: right;
					width: 450px;
					height: 75px;
				}
				
				.add_list dl dd p {
					padding: 5px 0 0;
				}
				
/* ---------------------------------
*    説明文リスト
*/			
.explanation_list {
}

		.explanation_list dl {
		}
		
				.explanation_list dl dt {
					border-bottom: 1px dotted #ccc;
					font-weight: bold;
					padding-bottom:2px;
				}
				
				.explanation_list dl dd {
					padding:5px 0 25px 2em;
				}
				


/* =====================================================================
*	
*	貸し会議室の使用細則
*	
* =================================================================== */

/* ---------------------------------
*    連番リスト
*/
.order_list {
	margin-bottom: 35px;
}
		.order_list li {
			list-style-type: decimal;
			margin: 0 0 15px;
		}



/* =====================================================================
*	
*	申込方法
*	
* =================================================================== */

/* ---------------------------------
*    入れ子リスト
*/		
.indent_list {
	text-indent: 2em;
}

		.indent_list li {
			list-style-type: disc;
			margin: 10px 0 5px;
		}
		

/* ---------------------------------
*    フォームボタン
*/	
.btn_reserve {
	margin: 0 55px;
}
		.btn_reserve a {
			width: 455px;
			height: 60px;
			display: block;
		}
		.btn_reserve a:hover		{ background: transparent url(../images/common/btn_reserve_on.jpg) no-repeat; }
		.btn_reserve a:hover img	{ visibility: hidden; }
		
		
		
/* =====================================================================
*	
*	Ｑ＆Ａ
*	
* =================================================================== */	

/* ---------------------------------
*    質疑応答リスト
*/	
.faq_list {
}

		.faq_list dl{
		}
		
				.faq_list dl dt {
					background: #eee url(../images/faq/i_question.gif) no-repeat 10px 11px;
					padding: 10px 10px 10px 30px;
				}
				
				.faq_list dl dd {
					padding: 15px 0 30px;
				}
				
				
				
/* =====================================================================
*	
*	会社概要
*	
* =================================================================== */	

/* ---------------------------------
*    概要リスト
*/					
.data_list {
	width: 565px;
	background: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
}

		.data_list th {
			width: 100px;
			background: #eee;
			padding: 10px;
			text-align: center;
			vertical-align: top;
			font-weight: bold;
		}
		
		.data_list td {
			background: #fff;
			padding: 10px;	
			vertical-align: top;
		}
		

/* ---------------------------------
*    マークなしリスト
*/
ul.itemization {
	list-style: none inside;
	margin: 0;
	padding: 0;
}

ul.itemization li {
	clear: both;
	width: 420px;
	list-style: none inside;
	margin: 0;
	_margin-left: -1.4em;
	padding: 0;
}
*:first-child+html ul.itemization li { margin-left: -1.4em; }

ul.itemization li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.itemization li {
	zoom: 1;
} /* IE */

		ul.itemization li .post {
			float: left;
			width: 100px;
			display: block;
		}

		ul.itemization .staff_name {
			float: right;
			width: 310px;
			display: block;
		}
		
		
		

/* =====================================================================
*	
*	会議室詳細
*	
* =================================================================== */	

/* ---------------------------------
*    空室状況
*/	
.unoccupied_status {
	text-align: center;
	border: 1px solid #ccc;
}
		.unoccupied_status iframe {
			width:563px;
		}
		
/* ---------------------------------
*    貸し会議室の全体図
*/	
.imgroom_wrap_two-column { /* 横に2枚 */
	clear: both;
	width: 585px;
	text-align: center;
}

		.imgroom_wrap_two-column p {
			padding: 0 10px 5px;
		}

		.imgroom_wrap_two-column .imgroom_area {
			width: 580px;
			margin-left: 10px;
		}
		
		.imgroom_wrap_two-column .imgroom_area:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
						
		.imgroom_wrap_two-column .imgroom_area {
			zoom: 1;
		} /* IE */
		
				.imgroom_wrap_two-column .imgroom_area .imgroom_pict_box {
					float: left;
					width: 275px;
					margin-right: 10px;
					display: inherit;
				}
				
						.imgroom_wrap_two-column .imgroom_area .imgroom_pict_box .imgroom_pict {
							border: 5px solid #ddd;
							padding: 5px;
						}


.imgroom_wrap { /* 1枚 */
	clear: both;
	width: 585px;
	text-align: center;
	padding-top: 25px;
}

		.imgroom_wrap p {
			padding: 0 10px 5px;
		}

		.imgroom_wrap .imgroom_pict {
			border: 5px solid #ddd;
			padding: 5px;
			margin: 0 10px;
		}
		
	
		
		

/* =====================================================================
*	
*	お客様個人情報取得について
*	
* =================================================================== */		

/*	agreement
---------------------------------------------------- */
#agreement {
	background: #fff;
	/*padding: 10px 0 0;*/
	text-align: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#text_box {
	border: 1px solid #ccc;
	height: 335px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 10px;
	padding: 10px;
}	

/* signature */
#text_box .signature	{ text-align: right; margin-bottom: 3em; }
#text_box .signature p	{ margin-bottom: 0; padding-bottom: 0; }


/*	purpose_list */
dl.purpose_list {
	margin-left: 1.2em;
	margin-top: .5em;
}
dl.purpose_list dt {
	display: list-item;
	list-style-type: disc;
	padding-top: .5em; 
}
dl.purpose_list dd {
}


/* agree_section */
#text_box .agree_section		{ margin-bottom: 2em; }
#text_box .agree_section ul		{ margin-left: 2em; }
#text_box .agree_section ul li	{ list-style-type: circle; }

#text_box .agree_section h5	{ color: #4aa8dd; font-size: 115%; border-bottom: 1px solid #4aa8dd; margin-bottom: 1em; padding-bottom: .2em; }
#text_box .agree_section p	{ margin-bottom: .5em; }

/* agree_contact */
#text_box .agree_section .agree_contact			{ border: 1px dotted #ccc; padding: 10px 10px 5px; }
#text_box .agree_section .agree_contact_note	{ color: #cc0000; font-weight: bold; }

/* agree_attention */
#text_box .agree_attention { color: #cc0000; font-weight: bold; padding-top: .5em; }

/* blank */
#text_box a.blank { background: url('../images/inquiry/i_blank.gif') no-repeat right center; padding-right: 15px; }


/* approval */
#approval	{ background: #eee; padding: 10px; text-align: center; }
#approval p	{ margin-bottom: .5em; text-align: left; }

/* button */
#approval input	{
			padding: 4px 10px; border-radius: 2px; display: inline-block; *display: inline; *zoom: 1;
			/* Webkit */
			-webkit-border-radius: 2px;
			-webkit-box-shadow: 1px 1px 0 #fff;
			/* Firefox */
			-moz-border-radius: 2px;
			-moz-box-shadow: 1px 1px 0 #fff;
			/* IE */
			zoom: 1;
			}
			
#approval input.agree {
			border: 1px solid #00b3dd; margin-right: 10px; color: #fff; font-weight: bold; cursor: pointer; background: #00b3dd;
			/* Webkit */
			background: -webkit-gradient( linear, left top, left bottom, from(#77ddff), to(00b3dd) );
			/* Firefox */
			background: -moz-linear-gradient( top, #77ddff, #00b3dd );
			/* IE */
			filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ff77ddff,endColorstr=#ff00b3dd); 
			}
			
#approval input.not_agree {
			border: 1px solid #ccc; color: #000; cursor: pointer; background: #eee;
			/* Webkit */
			background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#eeeeee) );
			/* Firefox */
			background: -moz-linear-gradient( top, #ffffff, #eeeeee );
			/* IE */
			filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#fffffffff,endColorstr=#ffeeeeee); 
			}
		
		

/* =====================================================================
*	
*	お問い合わせ・ご予約フォーム
*	
* =================================================================== */	

/* ---------------------------------
*    フォームの項目
*/		
.form_item { /* 間隔 */
	margin-bottom: 5px;
}

/* 入力フォームのサイズ */
.long_txt {
	width: 300px;
}
.short_txt {
	width: 100px;
}
.message_box {
	width: 400px;
	height: 8em;
}

/* ボタン */
.form_btn {
	text-align:center;
}

/* 入力フォームの装飾 */
input,
select,
textarea {
	padding: 0.2em 0;
	border: 1px solid #ccc;
}

.noline { /* 装飾なし */
	border: none;
}

.necessary_mark { /* 必須項目 */
	color: #cc0000;
}


/* ---------------------------------
*    お問い合わせ先
*/	
.form_info {
	width: 565px;
	background: #eee;
}

		.form_info dl {
			padding: 10px;
		}
		
				.form_info dl dt {
					border-bottom: 1px solid #ccc;
					font-weight: bold;
					margin-bottom: 10px;
					padding-bottom: 5px;
				}
