@charset "UTF-8";

div.container {
	margin: 0 auto;
	width: 960px !important;
	background: #fdf8f2;
}
hr {
	border: 0;
	border-bottom: 1px dashed #eee;
	background: #bbb;
}

body {
//	background: #d7b98e;
	background: #fdf8f2;
}


/*****/
/* HEADER ロゴ・リンク・検索窓等ナビ部分 */
/*****/
div.mod_navi_index2 {
	width: 940px !important;
	height: 88px;
	margin: 8px 0 6px 10px;
	background: #90cbf7;
}
div.mod_navi_index2_c1 {
	width: 520px !important;
	float: left;
}
div.mod_navi_index2_c2 {
	width: 420px !important;
	padding-top: 14px;
	text-align: right;
	float: left;
}
div.mod_navi_index2_title {
	width:936px;
	padding:2px 4px;
	margin-bottom:6px;
	background:#f0f0f0;
}
div.mod_navi_index2_title p {
	font-weight:bold;
	color:#000;
}


/* コピーライト */
div.mod_navi_index_footer {
	margin: 0 auto;
	width: 940px !important;
	padding: 12px 10px 20px 10px;
	text-align: center;
	color: #eee;
	background: #c91f8a;
}
div.mod_navi_index_footer_base {
	background: #c91f8a;
}


div.mod_page_base {
	width: 904px;
	margin: 10px 0 10px 10px;
	padding: 15px 15px;
	background: #fafafa;
	border: #c91f8a solid 3px;
}
div.mod_page_base img {
	border: #c91f8a solid 1px;
}
div.mod_page_title {
	width: 510px;
	font-size: 13px;
	font-weight: bold;
	padding: 12px;
}
div.mod_page_text {
	width: 504px;
	height: 419px;
	font-size: 13px;
	padding: 12px;
}
div.mod_page_text p {
	font-size: 14px;
	line-height: 18px;
}
div.mod_link_base {
	width: 924px;
	margin: 10px 0 10px 10px;
	padding: 8px 8px;
	background: #fafafa;
}
div.mod_link_base img {
	border: #c91f8a solid 1px;
}
div.mod_link_base h2 {
	padding: 4px 0;
	font-size: 14px;
}

/* 書影並び */
div.mod_link_cell {
	width: 170px;
	margin: 0 2px 0 10px;
	float: left;
}
div.mod_link_cell h2 {
	padding: 4px 0;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
div.modlink_cell p {
	font-size: 13px;
}

/* アコーディオンボタン */
.menu {
	width: 900px;
	margin: 20px auto;
	padding: 4px;
	background: #fff;
}
label {
	background: #ffcccb;
	color: #383838;
	padding: 10px;
	display: block;
	margin: 0;
	border: 1px solid #fff;
	cursor: pointer;
}
label:hover {
	background: #ffd7d6;
}
input[type="checkbox"].on-off{
	display: none;
}
.menu ul {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 5px;
}
input[type="checkbox"].on-off + ul{
	display: none;
}
input[type="checkbox"].on-off:checked + ul{
	display: block;
}
