@charset "utf-8";
/* CSS Document */
img{
	max-width: 100%;
}
@media screen and (min-width: 641px){
#category_list{
	top: 100px;
}
header{
	margin-bottom: 15px;
}

#wrap h2{
	width: 944px;
	border-left: solid 6px #a9dbe0;
	background: #666666;
	color: #fff;
	padding: 10px 0 10px 20px;
	font-size: 22px;
	font-weight: 500;
	display: table-cell;
}
#wrap h2 span{
	font-size: 12px;
	vertical-align: middle;
	margin: 0 0 0 20px;
}

#history dl {
	width: 728px;
	margin: 37px auto 50px;
	text-align: center;
	line-height: 1.6;
}
#history dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}
#history dd {
	font-size: 14px;
}


#history table {
	width: 613px;
	margin: 0 auto 30px;
	line-height: 1.6;
}
#history table th,
#history table td {
	border-bottom: 2px dotted #d1cbac;
	padding: 20px 10px;
}
#history table th {
	font-weight: normal;
	padding: 25px 40px 25px 10px;
	vertical-align: top;
}
#history table tr:last-child th,
#history table tr:last-child td {
	border-bottom: none;
}

#history p {
	font-size: 12px;
	width: 613px;
	margin: 0 auto 80px;
}


}
@media screen and (max-width: 640px){
body{
	font-size: 14px;
}
#g_nav , .inner , #wrap , #f_area{
	width: 	100%;
	margin: 0 auto;
}
header{
	padding: 15px 4.6875% 17px;
	height:auto
	}
header h1{
		width: 66.85%;
		position:relative;
		top:0;
		margin:0;
	}
#category_list{
	top: 63px;
}

#wrap h2{
	background: #666;
	padding: 15px;
	color: #fff;
	margin: 0  0 15px;
	font-size: 18px;
	font-weight: 500;
}
#wrap h2 span{
	margin: 0 0 0 10px;
}


#history  {
	margin: 0 20px;
}
#history dl {
	line-height: 1.6;
	margin: 0 0 10px;
}
#history dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}


#history table {
	width: 100%;
	margin: 0 auto 30px;
	line-height: 1.6;
	font-size: 13px;
}
#history table th,
#history table td {
	border-bottom: 2px dotted #d1cbac;
	padding: 15px 10px;
}
#history table th {
	font-weight: normal;
	vertical-align: top;
}
#history table tr:last-child th,
#history table tr:last-child td {
	border-bottom: none;
}

#history p {
	font-size: 11px;
	line-height: 1.6;
	margin: 0 0 30px;
}


}