@charset "Shift_JIS";


/*******************************************************************************
#1	ページ別CSS
*******************************************************************************/




/*==========================================================
#2	commonを上書き
==========================================================*/
/*--------------------------------------
#3	コンテナ
--------------------------------------*/
#container-main
{
}

/*--------------------------------------
#3	見出し
--------------------------------------*/
#container-main h3.h3_boder
{
	margin-bottom: 25px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding-left: 5px;
	border-left: solid 7px #004893;
	border-bottom: solid 1px #004893;
}




/*==========================================================
#2	詳細
==========================================================*/
#container-main .box-guide
{
	width: 410px;
	float: right;
	margin-top: 5px;
}

#container-main .box-guide-l
{
	width: 200px;
	float: left;
	margin-top: 5px;
	padding-right: 5px;
}

/*--------------------------------------
#3	設備
--------------------------------------*/
#container-main .box-machine
{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}


/*--------------------------------------
#3	表
--------------------------------------*/
/* レイアウト用 */
#container-main table.main-table-layout_g th,
#container-main table.main-table-layout_g td
{
	border: none;
	vertical-align: top;
	padding: 0 3px 25px 3px;
	width: 25%;
	font-size:12px;
	line-height: 20px;
}

