@charset "UTF-8";

/* RESET
---------------------------------------------------- */

html, body {
font-size: 13px;
font-family: Meiryo,"Myriad Pro",Helvetica,Arial,"Hiragino Kaku Gothic Pro",sans-serif;
line-height: 1.7;
margin: 0;
padding: 0;
}

h1, h2, h3, div, p, br, ul, li, dl, dt, dd, th, td , a {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 0;
}

th {
text-align: left;
}

img  {
border-style: none;
}

ul,dl {
list-style-type:none;
list-style-position:outside;
}

textarea {
font-size: 14px;
font-family: Meiryo,"Myriad Pro",Helvetica,Arial,"Hiragino Kaku Gothic Pro",sans-serif;
}

table, td {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 0;
}

/*  clear fix
---------------------------------------------------- */

.cf:after,
#slider-id dl:after,
.pageBox ul.nav:after,
#contentsBox .booksBox_inner ul.list_img:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden; }

.cf,
#slider-id dl,
.pageBox ul.nav,
#contentsBox .booksBox_inner ul.list_img {
display: inline-block; }

/* Hides from IE-mac \*/
* html.cf,
* html#slider-id dl,
* html .pageBox ul.nav,
* html#contentsBox .booksBox_inner ul.list_img {
height: 1%;}
 
.cf,
#slider-id dl,
.pageBox ul.nav,
#contentsBox .booksBox_inner ul.list_img {
display: block;}
/* End hide from IE-mac */



/* 文中リンク
---------------------------------------------------- */
a:link,
a:visited,
a:hover,
a:active {
color: #217DCA;
background:transparent;
text-decoration:none;
}

a:hover {
color: #105691;
text-decoration:underline;
}

a {
/**/
 overflow:hidden;
/**/
}

a:focus {
outline: none;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=30);
	}

/* ユーティリティー
---------------------------------------------------- */
.img_r {
float: right;
margin-bottom: 4px;
margin-left: 16px;
}

.img_l {
float: left;
margin-right: 16px;
margin-bottom: 4px;
}

.caution {
color: #c90000 !important;
}

.center {
text-align: center;
}

a.link{
background: url(../images/ic_linkmark.gif) no-repeat 0 3px;
padding-left: 15px;
}

span.bold{
font-weight:bold;
}

dl.em5{
width:310px;
}

dl.em5 dt{
width:4em;
float: left;
}

dl.em5 dd{
padding-left:4em;
}

.MB10{
	margin-bottom: 10px;}

/* フォーム
---------------------------------------------------- */

input, textarea {
font-size: 13px;
width: 458px;
border: 1px solid #C1C2C8 !important;
}

div.aform-content .submit input {
width: auto;
}


/* ■■■　全体構造　■■■
---------------------------------------------------- */
body{
color: #414141;
margin: 0px;
background-color: #FFF;
-webkit-text-size-adjust: 100%;
}

#commonWrapper{
background: url(../images/bg_body.gif)  #fffae2 0 0;
}

#commonWrapper_inner{
width: 960px;
margin: 0px auto;
text-align: left;
padding-bottom:30px;
padding-top: 10px;
}

#sideNav{
width: 228px;
float: left;
}

#contentsBox{
width: 732px;
float: right;
}

.fb_iframe_widget span { vertical-align: baseline !important}

/* ■■■　パン屑　■■■
---------------------------------------------------- */
.pankuzu li{
	padding-left: 5px;
	}
	
.pankuzu li a {
	background: url(../images/ic_pankuzu.gif) no-repeat right center;
	padding-right: 12px;
	}
	
/* ■■■　コンテンツナビ　■■■
---------------------------------------------------- */
.pageBox ul.nav {
	margin-bottom: 20px;
	}
	
.pageBox ul.nav li {
	float: left;
	margin: 0 5px 5px 0;
	background-color: #59B606;
	}
	
.pageBox ul.nav li a {
	text-decoration: none;
	color: #FFF;
	padding: 10px;
	width: 202px;
	display: block;
	font-weight: bold;
	}
	
.pageBox ul.nav li a:hover {
	background-color: #95d25e;
	}
	
/* ■■■　コンテンツ一覧　■■■
---------------------------------------------------- */
	
#contentsBox .cotlineupBox {
	width: 732px;
	background: url(../images/bg_contents_bottom.gif) #fff no-repeat 0 100%;
	margin-bottom: 10px;
	}
	
#contentsBox .cotlineupBox_inner {
	background: url(../images/bg_contents_top.gif) no-repeat 0 0;
	padding: 15px 15px 5px;
	}
	
#contentsBox .cotlineupBox h2 {
	background: url(../images/top/bg_h2.gif) no-repeat 0 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	}
	
#contentsBox .cotlineupBox ul {
	display: inline-block;
	}
	
#contentsBox .cotlineupBox ul li {
	margin-bottom: 10px;
	float: left;
	margin-right: 25px;
	line-height: 0;
	}
	
#contentsBox .cotlineupBox ul li:nth-child(5n) {
	margin-right: 0;
	}

/* ■■■　アコーディオン　■■■
---------------------------------------------------- */

#acMenu dt{
    display:block;
	padding: 10px 40px 10px 10px;
	color: #FFF;
    cursor:pointer;
    background: #ffb400 url(../images/ic_arrow_down.png) 98% 50% no-repeat;
	font-weight: bold;
	text-shadow: 1px 1px 1px #805a00;
	margin-bottom: 20px;
    }
	
#acMenu dt:hover{
	background: #feca4d url(../images/ic_arrow_down.png) 98% 50% no-repeat;
    }
	
#acMenu dt span{
	padding-right: 5px;
	color: #F00;
	text-shadow: 1px 1px 0 #fff; 
    }
	
#acMenu dd span{
	padding-right: 5px;
	color: #06F;
	font-weight: bold;
    }
	
#acMenu dd{
    background:#f9f9f9;
	margin-bottom: 20px;
	padding: 10px 10px 0;
	display: none;
    }
#acMenu dt.active{
    background: #ffb400 url(../images/ic_arrow_up.png) 98% 50% no-repeat;
	margin-bottom: 0;
    }
	
#acMenu dt.active:hover{
	background: #feca4d url(../images/ic_arrow_up.png) 98% 50% no-repeat;
    }
	
/* ■■■　タブ　■■■
---------------------------------------------------- */
ul.tabs {
	margin-left: 3px;
	}

ul.tabs li {
	float: left;
	width: 100px;
	text-align: center;
	margin-left: 3px;
	background: #FFF;
	height: 30px;
	margin-top: 10px;
	-webkit-border-top-left-radius: 4px;  
    -webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;  
    -moz-border-radius-topright: 4px;
	font-size: 12px;
	}
	
ul.tabs li a {
	display: block;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	}
	
ul.tabs li.active{
	height: 40px;
	margin-top: 0;
	}
	
ul.tabs li.active a{
	line-height: 40px;
	}
	
ul.tabs li.news01{
	background: #00c9db;
	}
	
ul.tabs li.news02{
	background: #eec500;
	}
	
ul.tabs li.news03{
	background: #06b6b0;
	}
	
ul.tabs li.news04{
	background: #ff7f02;
	}
	
ul.tabs li.news05{
	background: #0261cc;
	}
	
ul.tabs li.news06{
	background: #ff0244;
	}
	
ul.tabs li.news07{
	background: #2aba03;
	}


/* ■■■　サイドナビ　■■■
---------------------------------------------------- */

#sideNav h1 {
	margin-bottom: 10px;
	}
	
#sideNav .nav,
#sideNav .footerNav {
	background: url(../images/bg_side_bottom.gif) no-repeat 0 100%;
	width: 222px;
	margin-bottom: 10px;
	}
	
#sideNav .nav_inner,
#sideNav .footerNav_inner {
	background: url(../images/bg_side_top.gif) no-repeat 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#sideNav .nav ul {
	margin-left: 5px;
	overflow:hidden; 
	}

#sideNav .nav ul li {
	margin-bottom: 5px;
	height: 40px;
	}
	
#banner ul {
	margin-bottom: 7px;
	display: inline-block;
	}
	
#banner ul li {
	margin-bottom: 3px;
	}
	
#banner ul li img {
	vertical-align: bottom;
	}
	
#sideNav .nav ul li {
	margin-bottom: 5px;
	height: 40px;
	}
	
#sideNav .footerNav_inner ul {
	margin-left: 15px;
	overflow:hidden; 
	padding-top:6px;
	}

#sideNav .footerNav_inner ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	height: 15px;
	width: 190px;
	}
	
#sideNav .footerNav_inner ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	}
	
#sideNav #searchKeyword #search {
	width: 120px;
	}
	
#sideNav #searchKeyword dl {
	margin-bottom: 10px;
	}
	
#sideNav #searchKeyword dl dd {
	float: left;
	width: 125px;
	}
	
#sideNav #searchKeyword dl dd input {
	border: 1px solid #e1e1e1 !important;
	height: 22px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
#sideNav #searchKeyword dl dt {
	padding-left: 135px;
	width: 80px;
	text-align: center;
	}
	
#sideNav #searchKeyword dl dt input {
	width: 80px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background-color: #f9c700;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #d3a900;
	border: none !important;
	}
	
/* ■■■　フッター　■■■
---------------------------------------------------- */
#footer {
	margin: 0px;
	background: url(../images/bg_footer.gif) repeat-x #fff 0 0;
	height: 100px;
	}
	
#footer_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 15px;
	}
	
#footer ul {
	display: inline;
	}
	
#footer ul.sns li {
	float: left;
	margin-right: 5px;
	}
	
#footer p.pagetop {
	position: absolute;
	top: -25px;
	right: -10px;
	}
	
#footer p.copy {
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	}
