@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; }
html>/**/body ul.itemization li { margin-left /*\**/: -1.4em\9; }  

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;
		}
		
		

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

/* ---------------------------------
*    フォームの項目
*/		
.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;
				}