/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.cfx:after{
	content:"";
	display:table;
	clear:both;
}

p.skip {
    position: absolute;
    left: -9999px;
}


html {
	font-size: 62.5%;
}
body {
	-webkit-text-size-adjust:100%;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust : 100%;
    line-height: 1.6;
	color: #333;
	position:relative;
	background-color:#fff;
    min-width: 1000px;
    background-image: url(../images/bg_page.png);
	background-repeat:no-repeat;
    background-size: contain;
}

strong{
	font-weight:bold;
}
span.uchikeshi{
	text-decoration:line-through;
}
span.red{
    color: #e01a1b;
}
.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}
.img_left_box,
.img_right_box{
    margin-top: 10px;
    margin-bottom: 14px;
}
.img_left_box .left_box{
	float:left;
	margin-right:1em;
}
.img_right_box .right_box{
	float:right;
	margin-left:1em;
}

.content_inner{
    max-width: none !important;
    width: 1000px !important;
    margin-right: auto;
    margin-left: auto;
}

.arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.main_content_box table{
    width: 100%;
    border-top: 1px solid #d8ccbd;
    border-left: 1px solid #d8ccbd;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 14px;
    border-spacing: 0;
}
.main_content_box table caption{
    line-height: 0;
    text-indent: -9999px;
}
.main_content_box table th{
    font-weight: bold;
    padding: 10px;
    background: #f0eae1;
    border-bottom: 1px solid #d8ccbd;
    border-right: 1px solid #d8ccbd;
    font-size: inherit;
    width: 20%;
    min-width: 14%;
    text-align: left;
    vertical-align: middle;
}
.main_content_box table td{
    font-weight: normal;
    padding: 10px;
    background-color: #FFF;
    border-right: 1px solid #d8ccbd;
    border-bottom: 1px solid #d8ccbd;
    font-size: inherit;
    vertical-align: middle;
    line-height: 1.6em;
}

img.blank,
img.icon_important,
img.icon_new{
    margin-left: 4px;
}
img.icon_important,
img.icon_new{
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
}

.btn{
    display: block;
    border-radius: 6px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 114%;
    font-weight: bold;
    text-decoration: none;
}
.btn_gr{
    background-color: #588980;
    color: #fff;
}

.bnr_blue{
	margin-top:10px;
}
.bnr_blue a{
    display: block;
    font-size: 114%;
    color: #fff;
    font-weight: bold;
    padding: 20px 0 20px 40px;
    background: #286fb0 url(../images/bg_bnr_blue.jpg) no-repeat top left;
    border-radius: 6px;
    text-decoration: none;
}

.info_list img{
	max-width:100%;
}

#main_content{
    float: left;
    width: 710px;
    margin-left: 40px;
}

.main_content_box + .main_content_box{
	margin-top:40px;
}

#main_content .acc_content h2{
    cursor: pointer;
    margin-bottom: 10px;
}
#main_content .acc_content h2 a{
    color: #333;
	text-decoration:none;
}

#topicpath{
    width: 100%;
    margin-bottom: 10px;
}
#topicpath > li{
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
#topicpath > li:after{
    padding: 5px;
    content: ">";
}
#topicpath>li:last-child:after {
    content: " ";
}
.pc_none{
	display:none;
}
.sp_none{
	display:block;
}

#header_logo{
    line-height: 1;
}

/*page_content*/
#page_content,
#inner_contents{
	margin-top:20px;
    margin-bottom: 60px;
}

#main_content h1{
    padding: 8px 10px 8px 10px;
    font-size: 142%;
    font-weight: bold;
    font-size: 172%;
    color: #7c5638;
    border-radius: 6px 6px 0 0;
    background: #fff url(../images/img_h1_bottom.jpg) bottom left;
	background-repeat:repeat-x;
    margin-bottom: 30px;
}
.main_content_box h2{
    padding: 8px 0 6px 40px;
    background: #f0eae1 url(../images/bg_h2.jpg) no-repeat top left;
    font-size: 142%;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    border-bottom: 2px solid #7c5638;
}
.main_content_box.inportant h2{
    background: #ffeaea url(../images/bg_important.jpg) no-repeat top left;
    border-bottom: 2px solid #a13838;
}
.main_content_box h3{
    font-size: 128%;
    font-weight: bold;
    color: #588981;
    border-left: 4px solid #588981;
    padding-left: 10px;
    margin-bottom: 14px;
    margin-top: 24px;
}
.main_content_box h4{
    font-size: 114%;
    font-weight: bold;
    border-bottom: 2px dotted #588981;
    padding-bottom: 2px;
    margin-bottom: 10px;
    margin-top: 14px;
}
.main_content_box h5{
    font-weight: bold;
    border-bottom: 1px solid #588980;
    margin-bottom: 10px;
    margin-top: 14px;
}
ul.list_disc,
ul.list_num{
    margin-left: 1.5em;
    margin-top: 10px;
    margin-bottom: 14px;
}
ul.list_disc li{
	list-style-type:disc;
}
ul.list_num li{
    list-style-type: decimal;
}


/*nav*/
#sp_navi_txt {
    display: none;
}
.nav_box{
	border-top:1px solid #d8ccbd;
	border-bottom:1px solid #d8ccbd;
    background-color: rgba(255,255,255,0.8);
}
.nav_box ul li{
	display:inline-block;
	width:167px;
	float:left;
	box-sizing:border-box;
}
.nav_box ul li:first-child,
.nav_box ul li:last-child{
	width:166px;
}
.nav_box ul li:first-child{
	border-left:1px solid #d8ccbd;
}
.nav_box ul li:last-child{
	border-right:1px solid #d8ccbd;
}
.nav_box ul li + li{
	border-left:1px solid #d8ccbd;
}
.nav_box ul li a{
    display: block;
    text-align: center;
    padding: 40px 0 0px;
    font-size: 114%;
    color: #895532;
    font-weight: bold;
    text-decoration: none;
}
.nav_box ul li a:hover,
.nav_box ul li.active a{
	background-color:#895532 !important;
	color:#fff;
}
.nav_box ul li.nav_home a{
    background-image: url(../images/nav_icon_home.png);
	background-repeat:no-repeat;
	background-size:24px 26px;
    background-position: center 8px;
}
.nav_box ul li.nav_home a:hover,
.nav_box ul li.nav_home.active a{
    background-image: url(../images/nav_icon_home_on.png);
}
.nav_box ul li.nav_mp a{
    background-image: url(../images/nav_icon_mypage.png);
	background-repeat:no-repeat;
	background-size:17px 26px;
    background-position: center 8px;
}
.nav_box ul li.nav_mp a:hover,
.nav_box ul li.nav_mp.active a{
    background-image: url(../images/nav_icon_mypage_on.png);
}
.nav_box ul li.nav_use a{
    background-image: url(../images/nav_icon_use.png);
	background-repeat:no-repeat;
	background-size:28px 26px;
    background-position: center 8px;
}
.nav_box ul li.nav_use a:hover,
.nav_box ul li.nav_use.active a{
    background-image: url(../images/nav_icon_use_on.png);
}
.nav_box ul li.nav_event a{
    background-image: url(../images/nav_icon_event.png);
	background-repeat:no-repeat;
	background-size:21px 26px;
    background-position: center 8px;
}
.nav_box ul li.nav_event a:hover,
.nav_box ul li.nav_event.active a{
    background-image: url(../images/nav_icon_event_on.png);
}
.nav_box ul li.nav_kids a{
    background-image: url(../images/nav_icon_kids.png);
	background-repeat:no-repeat;
	background-size:32px 26px;
    background-position: center 8px;
}
.nav_box ul li.nav_kids a:hover,
.nav_box ul li.nav_kids.active a{
    background-image: url(../images/nav_icon_kids_on.png);
}
.nav_box ul li.nav_school a{
    background-image: url(../images/nav_icon_school.png);
	background-repeat:no-repeat;
	background-size:29px 26px;
    background-position: center 8px;
}
.nav_box ul li.nav_school a:hover,
.nav_box ul li.nav_school.active a{
    background-image: url(../images/nav_icon_school_on.png);
}

/*left_nav*/
#left_nav{
	float:left;
	width:250px;
}
#left_nav .content_box h2{
    background-color: #7c5638;
    color: #fff;
    font-size: 128%;
    border-radius: 6px 6px 0 0;
    text-align: center;
    font-weight: bold;
    padding: 12px 0 10px;
}
#left_nav .content_box .content{
	background-color:#f0eae1;
    padding: 20px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
}
#left_nav .content_box #bookSearch_field .link_detail{
	text-align:right;
	margin-top:16px;
}
#left_nav .content_box + .content_box{
	margin-top:20px;
}

#left_nav .content_search .formTxt{
    width: 100%;
    height: 40px;
    color: #333;
    margin: 0 auto 0!important;
    border-color: #588981!important;
    background-position: 10px center!important;
    border-top: 2px solid #588981!important;
    border-right: 2px solid #588981!important;
    border-bottom: 2px solid #588981!important;
    border-left: 2px solid #588981!important;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 6px;
}
#left_nav .content_search .search_btn{
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #FFF;
    background: #588980 url(../images/icon_search_wh.png) no-repeat 76px center;
    font-size: 114%;
    font-weight: bold;
    width: 100%;
    padding: 10px 0px 8px 25px;
    cursor: pointer;
    margin-bottom: 10px;
    margin: 10px 0 0;
    border: none;
}

#left_nav .content_usermenu p{
	margin-top:12px;
}
#left_nav .content_usermenu ul li a{
    display: block;
    background-color: #fffefc;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 14px 0 14px 20px;
    color: #333;
}

#left_nav .content_cal .content{
    background-color: #fffefc;
}
/*タブ*/
.tabs{
    width: 210px;
}
.tab_item {
  width: calc(100%/2);
  height: 2em;
  border-radius: 4px 4px 0 0;
  background-color: #ccc;
  line-height: 2;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	box-sizing: border-box;
	cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}
label.lib {
	background-color: #d6d6d6;
	color: #333;
	margin-bottom: 0;
}
label.lib2 {
	background-color: #d6d6d6;
	color: #333;
	margin-bottom: 0;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
	border-top: none;
  clear: both;
  overflow: hidden;
}
.tab_content img{
	width:100%;
  height: auto;
    border-top: 1px solid #cbbeb3;
    border-left: 1px solid #cbbeb3;
    box-sizing: border-box;
}
#tab_lib:checked ~ #cal_lib,
#tab_lib2:checked ~ #cal_lib2{
  display: block;
}
.tabs input:checked + label.lib {
    background-color: #7c5638;
    color: #fff;
}
.tabs input:checked + label.lib2 {
    background-color: #7c5638;
    color: #fff;
}
#top_calendar p {
  text-align: center;
  margin: 10px 0;
}
#left_nav .content_cal .time .tit span{
	position:relative;
    padding-left: 14px;
}
#left_nav .content_cal .time .tit span:before{
	content:"";
	width:10px;
	height:10px;
	display:inline-block;
	background-color:#286fb0;
	border-radius:100%;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
}
#left_nav .content_cal .time .txt{
    font-size: 93%;
}


/*pagetop*/
.pagetop {
    position: fixed;
    bottom: 30px;
    right: 55px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 100;
}
.pagetop.show {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.pagetop a {
    display: block;
    width: 67px;
    height: 69px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    line-height: 50px;
}


.main_content_box.bnr_box p{
    float: left;
    width: 50%;
    text-align: center;
}



.main_content_box_inner{
    background-color: #fffefc;
    padding: 20px;
}




















