@charset "utf-8";

/* =====================================================================
 * main
 * =================================================================== */
#main h2 {
	margin-bottom: 25px;
}
.archiveTitle, .archiveTitleY {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 146.5%;
	color: #436bcd;
}
.archiveTitleY {
	margin-top: 25px;
}
.list {
	border-top: solid 1px #436bcd;
}
.list dt {
	clear: left;
	float: left;
	width: 6em;
	margin-left: 5px;
	padding: 10px 0.5em 10px 10px;
	background: url(../images/blue_arrow.svg) no-repeat left;
}
.list dd {
	padding: 10px 0.5em 10px 6em;
	background: url(../images/dotline.svg) repeat-x bottom;
	zoom: 0;
}
.list li {
	clear: left;
	float: left;
	padding: 8px 5px;
	width: 668px;
	background: url(../images/dotline.svg) repeat-x bottom;
	font-size: 123.1%;
}
#archiveYearly {
	margin-bottom: -20px;
}
#main article {
	padding-bottom: 20px;
}
#main article h3 {
	display: block;
	margin-bottom: 10px;
	padding: 12px 10px 10px 15px;
	width: 650px;
	border-left: solid 3px #436bcd;
	background-color: #f9f9f9;
	line-height: 1.6;
	font-weight: bold;
	font-size: 131%;
}
article p {
	margin-bottom: 1.2em;
}
#dateCat {
	display: block;
	margin-bottom: 30px;
	color: #436bcd;
}
.detail {
	margin: 0 auto;
	margin-bottom: 25px;
	width: 678px;
	border: 1px solid #cccccc;
	line-height: 1.65;
}
.detail th, .detail td {
	padding: 4px 17px;
	border-bottom: 1px solid #cccccc;
	vertical-align: middle;
}
.detail colgroup:nth-of-type(1) {
	width: 130px;
	background-color: #ecf3fa;
}
strong {
	font-weight: bold;
}
p.backbtn {
	display: block;
	padding: 12px 10px 10px;
	width: 658px;
	background-color: #eeeeee;
	text-align: center;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */
}
div.back a {
	text-decoration: none;
	color: #444444;
}
/* ページナビゲーション */
#page {
	margin-top: 20px;
}
#page span {
	color: #79490e;
}
#page a {
	text-decoration: none;
}
.link_before, .link_next {
	font-size: 93%;
	letter-spacing: 1px;
	color: #79490e;
}
.link_before {
	padding-right: 7px;
}
.link_next {
	padding-left: 7px;
}
a.link_page, .current_page {
	padding: 5px 7px;
	border: 1px solid #d1c58f;
	font-size: 77%;
	zoom: 1;
}
.current_page, .this-page {
	background-color: #fcfbda;
	color: #79490e;
}

/* =====================================================================
 * mediaqueries
 * =================================================================== */
@media screen and (max-width: 960px) {
	#main h2 {
		margin-bottom: 4%;
	}
	.list dt {
		width: 7.5em;
	}
	.list dd {
		padding-left: 7.5em;
		text-align: left;
	}
	.archiveTitleY {
		margin-top: 3.6%;
	}
	#main article h3 {
		width: 100%;
	}
	#dateCat {
		margin-bottom: 4.4%;
	}
	.detail {
		width: 100%;
	}
	p.backbtn {
		width: 100%;
	}
	#page {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	.archiveTitle, .archiveTitleY {
		font-size: 138.5%;
	}
	#main article h3 {
		font-size: 116%;
		background-color: #f3f3f3;
	}
	.detail th, .detail td {
		display: block;
		padding: 4px 15px;
		width: 100%;
		text-align: left;
	}
	.detail th {
		border-bottom: none;
	}
	.detail td {
		padding: 6px 15px;
		background-color: #fff;
	}
	.detail tr:last-child td {
		border-bottom: none;	
	}
}
@media screen and (max-width: 414px) {
	#main h2 {
		margin-bottom: 15px;
	}
	.archiveTitleY {
		margin-top: 15px;
	}
}
@media screen and (max-width: 375px) {
	#main article h3 {
		padding: 10px 10px 8px 10px;
		line-height: 1.5;
	}
	.list dt {
		clear: inherit;
		float: inherit;
		padding: 10px 0.5em 0 10px;
		width: 100%;
		background-position: left 17px;
	}
	.list dd {
		width: 100%;
		padding: 2px 0.5em 10px 15px;
	}
	#page {
		margin-bottom: 10px;
	}
	#dateCat {
		margin-bottom: 15px;
	}
}