
* html body{  
	overflow: hidden;  
}
body *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
}

#container{
	padding: 50px 0 30px;
	position: relative;
	width: 100%;
	height: auto !important; /* IE6対策 */
	height: 100%; /* IE6対策 */
	min-height: 100%;
	overflow: auto;
}

/* ヘッダー */
#header{
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #F3F3F3;
}
#header_area{
	width: 1000px;
	margin: 0 auto;
}
#header_area .logo_image{
	width: 200px;
	padding-top: 3px;
}
#header_area .logo_image img{
	width: 100%;
}

h2{
	padding: 4px 14px;
	margin: 0 0 5px;
	color: #FFF;
	background-color: #0EA2E0;
}

.area{
	width: 1000px;
	margin: 20px auto 30px;
	font-size: 13px;
	color: #666;
}

/* 状況エリア */
#status_area{
}
#status_area p{
	margin: 20px 10px;
}
#status_area .syadai_no{
	margin: 10px 20px;
}
#status_area .label{
	display: inline-block;
	width: 125px;
	font-weight: bold;
	color: #2CA9E1;
}
#status_area .syasyu_name{
	margin: 10px 20px;
}
#status_area .contents{
	width: 98%;
	margin: 20px auto 50px;
}
#status_area .status_table{
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
	border-spacing: 0;
}
#status_area .status_table th{
	border: 1px solid #BBB;
	padding: 6px;
	background-color: #F9F9F9;
	color: #0EA2E0;
}
#status_area .status_table th.status{
	width: 80px;
}
#status_area .status_table th.date{
	width: 80px;
}
#status_area .status_table td{
	border: 1px solid #BBB;
	padding: 6px;
}
#status_area .status_table td.status,
#status_area .status_table td.date{
	text-align: center;
}
#status_area .status_table td.jokyo{
	padding-left: 8px;
}
#status_area .status_table tr.current td{
	font-weight: bold;
	color: #DD653E;
	background-color: #FFFCEA;
}

/* 注意事項エリア */
#notice_area{
	margin-bottom: 30px;
}
#notice_area dl{
	padding: 10px 15px;
}
#notice_area dt{
	font-weight: bold;
	margin-bottom: 3px;
}
#notice_area dd{
	margin-left: 15px;
	margin-bottom: 10px;
}

/* エラー */
#status_area .no_data{
	color: #FFF;
	background-color: #777;
	width: 80%;
	margin: 20px auto;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
#status_area .no_data .code:not(:empty):before{
	content: "( コード：";
}
#status_area .no_data .code:not(:empty):after{
	content: " )";
}
#status_area .no_data .code{
	font-size: 16px;
}

/* 問い合せエリア */
#contact_area .contact{
	width: 80%;
	margin: 10px auto;
	padding: 15px 10px;
	text-align: center;
	border-radius: 3px;
	background-color: #FFFBCF;
}
#contact_area .contact .tel{
	margin: 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #EE3C26;
}
#contact_area .contact .hour{
	margin-bottom: 10px;
}
#contact_area .contact .shop_name{
	padding: 0 5px;
	font-size: 14px;
	color: #1C1EF4;
}

/* フッター */
#footer{
	width: 100%;
	height: 30px;
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #0EA2E0;
}
#footer_area{
	width: 1000px;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	line-height: 7px;
}

@media only screen and (max-width:1000px){
	/* ヘッダー */
	#header_area{
		width: 100%;
	}

	/* 各エリア */
	.area{
		width: 100%;
	}
	#contact_area .contact{
		width: 95%;
	}

	/* フッター */
	#footer_area{
		width: 100%;
	}
}
@media only screen and (max-width:640px){
	/* 状況エリア */
	#status_area .contents{
		margin-left: 5px; 
		margin-right: 5px; 
	}
}
