@charset "utf-8";

/* -----------------------------------------
 reset / base 
--------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	color: #161616; font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: url("/common/images/archives/bg_tile.png") repeat;
}

img {border:0; vertical-align:bottom;}
li {list-style-type: none;}
a {
	color: #161616;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* -----------------------------------------
 layout 
--------------------------------------------*/
#wrapper {
	background: #fff;
	width: 1015px;
	margin: 0 auto 25px;
}

#header {
	border-top: 7px solid #215aaf;
	border-bottom: 3px solid #dde1e5;
	overflow:hidden;
}

#content {
	padding: 30px 25px 0;
	margin-bottom: 40px;
	position: relative;
}

#footer {
	padding: 0 25px;
}

/* -----------------------------------------
 header 
--------------------------------------------*/
div.gnav-201601 {
	width: 100%;
}

#header h1 {
	float: left;
}

#header #searchBox {
	float: right;
	width: 300px;
	overflow:hidden;
	margin: 25px 20px 0 0;
}

#header #searchBox input{
	margin:0;
	padding:0;
	outline:none;
	font-size: 12px;
}

#header #searchBox .field {
	width: 230px;
	height:24px;
	float:left;
	padding-left:5px;
	border:1px solid #556f96;
}

#header #searchBox .btn {
	float:left;
}

/* -----------------------------------------
 content 
--------------------------------------------*/

#content h2 {
	border-left: 5px solid #aabbd3;
	color: #000;
	font-size: 22px;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
}

#content #selectMedia {
	position: absolute;
	top: 35px;
	right: 25px;
}

#content #selectMedia form {
	float:left;
}

#content #selectMedia form select {
	width: 325px;
	font-size: 13px;
	margin:0;
	padding:2px;
	outline:none;
	border:1px solid #556f96;
}

#content #selectMedia p {
	color: #2e5795;
	float:left;
	font-size: 14px;
	font-weight: bold;
	padding:4px 0;
	margin-right: 10px;
}

/* table */
#content table {
	border-collapse: separate;
	border-spacing: 0 5px;
	font-size: 13px;
	margin-bottom: 40px;
	width: 100%;
}

#content th {
	border-top: 1px #afafaf solid;
	border-bottom: 1px #afafaf solid;
	border-right: 1px #afafaf solid;
}

#content td {
	border-top: 1px #cacaca solid;
	border-bottom: 1px #cacaca solid;
	border-right: 1px #cacaca solid;
}

#content .notfound  td {
	border-top: 3px #dadada solid;
	border-bottom: 3px #dadada solid;
	border-right: 3px #dadada solid;
}

#content th.title {
	border-left: 1px #afafaf solid;
}

#content td.title {
	border-left: 1px #cacaca solid;
}

#content .notfound td.title {
	border-left: 3px #dadada solid;
}

#content th {
	background: #f1f1f1;
	padding: 5px 0;
}

#content td {
	background: #fff;
	padding: 8px;
	text-align: center;
}

#content td.title {
	text-align: left;
}

#content .notfound td.title {
	color: #616161;
	font-size: 20px;
	font-weight: bold;
	padding: 180px 0;
	text-align: center;
}

#content td span {
	display:block;
}

#content td span.parent {
	font-weight: bold;
}

#content td span.date {
	color: #525252;
	font-size: 12px;
}

#content td a {
	color: #4a74e0;
	font-weight: bold;
}

#content td img {
	max-width: 86px;
}

/* pagenation */
#pagenation{
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
}

#pagenation span {
	margin-right: 9px;
}

#pagenation span.current {
	background: #556f96;
	color: #fff;
	padding: 5px 7px;
}

#pagenation a {
	padding: 5px 7px;
	color: #333;
}

#pagenation a:hover {
	background: #556f96;
	color: #fff;
	text-decoration: none;
}

#pagenation .prev,
#pagenation .next,
#pagenation .more {
	font-size: 13px;
	font-weight: normal;
}

#pagenation .prev {
	margin-right: 39px;
}

#pagenation .next {
	margin-left: 30px;
}

#pagenation .prev a:hover,
#pagenation .next a:hover,
#pagenation .more a:hover {
	background: none;
	color: #333;
	text-decoration: underline;
}

/* -----------------------------------------
 footer 
--------------------------------------------*/

#footer .bannerBox {
	background: #ecf5fd;
	padding: 20px 0;
	margin: 25px 0;
}

#footer .bannerBox ul {
	text-align: center;
}

#footer .bannerBox ul li {
	display: inline-block;
	margin: 0 15px;
	vertical-align: top;
}

#footer .bannerBox ul li.txtLink {
	border: 2px solid #556f96;
	font-size: 16px;
	font-weight: bold;
	width: 240px;
	background: #fff;
	height: 56px;
	line-height: 58px;
}

#footer .bannerBox ul li.txtLink a {
	background: url("/common/images/archives/link_arrow_round.png") no-repeat 20px 50%;
	color: #49658f;
	display: block;
	padding-left: 20px;
}

#footer .bannerBox ul li.txtLink a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#footer .returnLinks ul {
	text-align: right;
	font-size: 12px;
	margin: 25px 0;
}

#footer .returnLinks ul li {
	background: url("/common/images/archives/link_arrow_grey.png") no-repeat 0 5px;
	display: inline-block;
	padding-left: 10px;
	margin-right: 10px;
}

#footer .copyright {
	border-top: 1px solid #d6d6d6;
	margin-top: 35px;
	padding: 25px 0 30px;
}

#footer .copyright p {
	background: url("/images/bplogo/logo.svg") no-repeat top left;
	color: #6e6e6e;
	font-size: 12px;
	padding-left: 95px;
	width: 470px;
	margin: 0 auto;
	height:22px;
}

