@charset "utf-8";
/*レイアウト等----------------------------*/
a {
	color:#0000FF;
	text-decoration: none;
}
a:hover {
	 text-decoration:none;
}
body {
	font-size: 95%;
	background-color: #F2F2F2;
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #000000;
}
img {
	vertical-align: top;
}
header {
}
nav {
	width: 140px;
	background-image: url(../index/left.gif);
	float: left;
}
main {
	width: 750px;
	float: right;
}

footer {
	clear: both;
	height: 45px;
	background-image: url(../index/foot.gif);
	color: #FFF;
	text-align: right;
	line-height: 14px;
	padding-top: 2px;
	font-size: 80%;
}
#container {
	background-color: #FFFFFF;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
/*レイアウト等 end----------------------------*/

img {
	vertical-align: top;
}
.top {
	position: absolute;
	top: 359px;
	left: 380px;
	width: 730px;
}
.news {
	position: relative;
	top: 10px;
	left: 480px;
	width: 250px;
	text-align: center;
}
.toptable {
	width: 750px;
	margin-top: 250px;
}
/*新着情報バックナンバーページの表の装飾---- */
#container main .infotable {
	vertical-align: text-bottom;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*ブロックの高さを合わせる ---------*/
.wrap {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  width: 890;
  
}

/*アコーディオンの装飾 ---------*/
body {
	background-color: #f4f5f7;
}

#header {
	background-color: #000;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 730px;
	text-align: center;
	font-size: 25px;
	margin-bottom: 3px;
	vertical-align: bottom;
	border-radius: 10px;
	line-height: 2.5em;
	-webkit-box-shadow: 3px 3px 3px #939393;
	box-shadow: 3px 3px 3px #939393;
}

#footer {
	background-color: #000;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 730px;
	height: 40px;
	text-align: center;
	line-height: 3em;
	border-radius: 10px;
	font-size: 15px;
}
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 730px;
	margin-bottom: 1px;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	margin: 0 0 1px 0;
	cursor: pointer;
	background-color: rgba(1,84,160,1);
	border-radius: 10px;
	color: #FFF;
	-webkit-box-shadow: 3px 3px 3px #888888;
	box-shadow: 3px 3px 3px #888888;
	text-align: left;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	background-color: #FFFFFF;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 140em;
	-webkit-box-shadow: 10px ｐｘ 0px #444D5E;
	box-shadow: 10px ｐｘ 0px #444D5E;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=radio] + label::before {
	content: '▽';
}
.cp_actab input[type=radio]:checked + label::before {
	content: '△';
}
/*アコーディオンの装飾 end---------*/
