@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	archive

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	image replacement & clearfix

------------------------------------------------------------------------------*/

#aaa {
	display: block;
	overflow: hidden;
	outline: none;
	clear: both;
	text-indent: -9999px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
}

#main .paper .papers:after,
#main .event > section > section > section:after,
#main .event figure:after {
	content : '';
	display : block;
	clear : both;
}


/*------------------------------------------------------------------------------

	main

------------------------------------------------------------------------------*/

/*	紙面
------------------------------------------------------------------------------*/

#main .site_column .paper  {
	padding-bottom: 30px;
}

#main .paper .papers a {
	line-height: 1.4;
	display: block;
	float: left;
	margin: 0 30px 20px 0;
	padding: 20px;
	width: 210px;
	text-decoration: none;
	color: #004C66;
	background-color: #F7F7F7;
}

#main .paper h3 {
	margin-bottom: 20px;
	font-size: 1.4em;
}

#main .paper .papers a time,
#main .paper .papers a .title {
	display: block;
}

#main .paper .papers a .title::before {
	content: '';
	display: inline-block;
	margin-right: .25em;
	width: 1em;
	height: 1em;
	background:  url(../../common/img/icon_pdf.png) no-repeat;
	background-size:  contain;
}

#main .paper .papers a time {
	font-size: 1.4em;
	font-family: 'Teko', sans-serif;
}

#main .paper .papers a:nth-child(4n) {
	margin-right: 0;
}

#main .paper .papers a:nth-child(4n+1) {
	clear:  both;
}

@media screen and (max-width: 480px) {

#main .site_column .paper  {
	padding-bottom: 0;
}
	
#main .paper .papers a {
	float: none;
	margin-right: 0;
	padding: 10px;
	width: auto;
}
	
#main .paper h3 {
	margin-bottom: 10px;
}
	
}


/*	イベント
------------------------------------------------------------------------------*/

#main .event  {
	clear: both;
}

#main .event > section > section {
	margin-bottom: 10px;
	padding: 40px;
	background-color: #F7F7F7;
}

#main .event h3 {
	margin-bottom: 20px;
	font-size: 1.4em;
}

#main .event h4 {
	display: inline-block;
	margin-bottom: 20px;
	padding: .3em .5em;
	color: #004C66;
	background-color: #FFFF7F;
}

#main .event > section > section > section {
	padding: 40px 0 40px;
	border-bottom: 1px dotted #CCC;
}

#main .event > section > section > section:nth-of-type(1) {
	padding-top: 10px;
}

#main .event > section > section > section:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

#main .event h5 {
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #004C66;
}

#main .event h5 time {
	display: block;
	margin-right: .25em;
	font-size: 1.2em;
	font-family: 'Teko', sans-serif;
	font-weight: normal;
}

#main .event .text {
	float: left;
	width: 480px;
}

#main .event .text ul {
	margin: 20px 0 0;
	padding-left: 0;
}

#main .event .text li {
	float: left;
	width: 50%;
}

#main .event figure {
	float: right;
	width: 500px;
}

#main .event figure img {
	width: 245px;
	float: left;
	margin-right: 10px;
}

#main .event figure img:last-child {
	margin-right: 0;
}

@media screen and (max-width: 480px) {

#main .event section > section {
	background-color: #F2F2F2;
	padding: 20px;
}
	
#main .event h3 {
	margin-bottom: 10px;
}

#main .event h4 {
	margin-bottom: 10px;
}

#main .event > section > section > section {
	padding: 40px 0 40px;
	border-bottom: 1px dotted #CCC;
}

#main .event h5 {
	margin-bottom: 15px;
}

#main .event .text {
	float: none;
	width: auto;
}

#main .event .text ul {
	margin: 15px 0 20px;
}

#main .event .text li {
	float: none;
	width: auto;
}

#main .event figure {
	float: none;
	width: auto;
}

#main .event figure img {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 5px;
}
	
#main .event figure img:last-child {
	margin-bottom: 0;
}
	
}

@media screen and (max-width: 480px) {

#main .event section > section {
	padding: 15px;
}
	
}
