@charset "utf-8";

/* ========================================
* File Name: cultural.css
* Created Date: 2014.03
* Author: TAM
======================================== */

#contentsWrap.cultural{
	overflow: hidden;
	zoom: 1;
	width: 984px;
	margin: 0 auto;
	padding: 47px 0 61px;
}


/* base */
.contents{
	overflow: hidden;
	zoom: 1;
	line-height: 1.8;
}
.main{
	float: right;
	width: 732px;
	font-size: 12px;
}
.main p{
	margin: 0 0 24px;
}


/* locationNav */
.locationNav{
	float: left;
	width: 228px;
	padding: 0 0 0 9px;
	font-size: 12px;
}
.locationNav a{
	color: #1A1A1A;
}
.locationNav a:hover{
	text-decoration: none;
}
.locationNav dt {
	margin: 0 0 0 -9px;
}
.locationNav dd {
	text-indent: 27px;
}
.locationNav .lWrap {
	padding: 1px 0 0 9px;
}
.locationNav .rWrap {
	margin: 0 0 0 -9px;
	padding: 1px 9px 0 9px;
}
.locationNav .lWrap:hover,
.locationNav .current .lWrap {
	background: url(../../../common/images/current-left02.gif) no-repeat left;
	-webkit-background-size: 9px auto;
			background-size: 9px auto;
	background: url(../../../common/images/current-left-s02.gif) no-repeat left\0/;
	*background: url(../../../common/images/current-left-s02.gif) no-repeat left;
}
.locationNav .rWrap:hover,
.locationNav .current .rWrap {
	background: url(../../../common/images/current-right02.gif) no-repeat right;
	-webkit-background-size: 9px auto;
			background-size: 9px auto;
	background: url(../../../common/images/current-right-s02.gif) no-repeat right\0/;
	*background: url(../../../common/images/current-right-s02.gif) no-repeat right;
}


/* btnWrap */
.btnWrap{
	overflow: hidden;
	zoom: 1;
}
.btnWrap .historyLinkBtn{
	float: left;
	width: 204px;
	margin: 0 12px 0 0;
	text-align: center;
}
.btnWrap .historyLinkBtn a{
	display: block;
	padding: 17px 0;
	color: #FFF;
	font-size: 12px;
	font-family: 'LinotypeUniversW02-Bold 726184','Midashi Go MB31','メイリオ',Meiryo;
	font-weight: bold;
	border-radius: 5px;
	background: #666;
}
.btnWrap .historyLinkBtn a:hover{
	text-decoration: none;
}