@charset "utf-8";


#contentHeader {
	position: relative;
}
#yodogawa {
	position: absolute;
	left: 520px;
	bottom: 35px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.75em;
	color: #FFF;
}
#yodogawa p {
	float: left;
}
#yodogawa p.cap {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	line-height: 1.5em;
}
#yodogawa a {
	color: #FFF;
}

h1 {
	margin-top: 50px;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin-bottom: 40px;
	font-size: 25px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

.categoryHeader {
	margin: 80px auto 40px;
	font-size: 0;
	letter-spacing: -0.4em;
}
.categoryHeader dl,
.categoryHeader dt,
.categoryHeader dd {
	display:inline-block;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 0.075em;
}
.categoryHeader dl {
	width: 240px;
	padding-bottom: 39px;
	border-bottom: 1px solid #4C4C8A;
}
.categoryHeader dl + dl {
	width: 680px;
	margin-left: 40px;
	border-bottom: 1px solid #4C4C8A;
}
.categoryHeader dt,
.categoryHeader dd {
	font-size: 14px;
}
.categoryHeader dt {
	margin-right: 10px;
}


.categoryTitle {
	margin-left: 280px;
}
.categoryTitle p {
	color:#63636E;
	font-weight: bold;
}



.categoryItems {
}
.categoryItems .row {
	clear: both;
}
.categoryItems .row + .row {
	padding-top: 10px;
}
.categoryItems .goto {
	float: right;
}
.categoryItems h3,
.categoryItems .date {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #63636E;
}
.categoryItems h3 {
	min-height: 80px;
	height: auto !important;
	height: 80px;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.categoryItems p {
	font-size: 14px;
	margin-top: 40px;
	color: #63636E;
}
.categoryItems h3:before,
.categoryItems .date:before,
.categoryItems p:before {
	display: block;
	margin-bottom: 5px;
}
.categoryItems h3:before {
	content: url(../images/sub_title_1.png);
}
.categoryItems .date:before{
	content: url(../images/sub_title_2.png);
}
.categoryItems p:before {
	content: url(../images/sub_title_3.png);
}
.categoryItems ul {
	margin: 40px 0;
	font-size: 0;
	letter-spacing: -0.4em;
}
.categoryItems li {
	display: inline-block;
	vertical-align: top;
	width: 440px;
	margin-bottom: 0px;
	padding: 20px 0;
	/*border-top: 1px solid #D2D2E2;*/
	border-bottom: 5px solid #D2D2E2;
	font-size: 14px;
	letter-spacing: 0.075em;
}
.categoryItems li:nth-child(2n) {
	margin-left: 79px;
	letter-spacing: 0.075em;
}
.categoryItems li.nth-2n {
	margin-left: 79px;
	letter-spacing: 0.075em;
}
.categoryItems li:first-child,
.categoryItems li:nth-child(2) {
	border-top: 5px solid #D2D2E2;
}
.categoryItems li:first-child,
.categoryItems li.nth-2 {
	border-top: 5px solid #D2D2E2;
}

.categoryItems li.single {
	width: 560px;
	margin-left: 0;
	margin-right: 0;
	padding: 20px 200px;
}



.info {
	margin: 0 auto 40px;
	font-weight: bold;
	text-align: center;
	color: #63636E;
}

.date {
	font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #999999;
}


#past {
	
}
#past h3 {
	margin: 40px auto 20px;
}
#past ul {
	letter-spacing: -0.4em;
}
#past li {
	letter-spacing: 0.075em;
	margin: 10px;
	display: inline-block;
}

.navi {
	margin: 40px auto 40px;
}
.navi ul {
	text-align: center;
	letter-spacing: -0.4em;
}
.navi li {
	letter-spacing: 0.075em;
	margin: 0 20px;
	display :inline-block;
}

.quote {
	color: #81818F;
}


#footer {
	margin-top: 68px;
}