@charset "UTF-8";

/*==================================================================

SLIDER

==================================================================*/
#viewer {
    margin:0px auto 20px;
    width: 940px;
    height: 360px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}




/*==================================================================

OUTLINE

==================================================================*/
table {
	width:80%;
	border-collapse:collapse;
	margin:30px auto 50px;
	font-size:13px;
	line-height:135%;
}
th.t_top {
    border-top:#EEE solid 5px;
}
th.t_bottom {
    border-bottom:#EEE solid 5px;
}
th {
	border-bottom:#DFDFDF 1px solid;
	text-align:left;
	vertical-align:middle;
	padding:5px;
	font-weight:normal;
	width:100px;
}
td.t_top {
	border-top:#EEE solid 5px;
}
td.t_bottom {
	border-bottom:#EEE solid 5px;
}
td {
	border-bottom:#DFDFDF 1px solid;
	padding:13px;
	text-align:justify;
	word-spacing:0.5em;
}
#store{
	margin:-300px 0px 0px auto;
	float:right;
}




/*==================================================================

HISTORY

==================================================================*/
#history{
	margin:60px auto 0px;
	width:80%;
}
#history h3{
	color:#20663F;
	font-size:30px;
	text-align:left;
	font-family:TsukuGoPro-H;
	letter-spacing:2em;
	float:left;
	clear:none;
	margin:10px auto auto 0px;
}
#history table {
	width:76%;
	border-collapse:collapse;
	margin:0px auto;
	font-size:13px;
	line-height:135%;
	float:right
}
#history th {
	border-bottom:#FFD412 2px dashed;
	text-align:left;
	vertical-align:middle;
	padding:5px;
	font-weight:normal;
	width:100px;
}
#history td {
	border-bottom:#FFD412 2px dashed;
	padding:13px;
	text-align:justify;
	word-spacing:0.5em;
}
