@charset "utf-8";

/*--------------------------------------------------
powerd by travision Inc. 
recent status 2015.09.01
--------------------------------------------------*/
@media screen and (min-width: 481px) {
	
#library section {
	font-size:16px;
}

/*--------------------------------------------------
common
--------------------------------------------------*/
header {
	width: 100%;
	height:255px;
	padding: 135px 0 0 0;
	background: #313131;
	text-align: center;
}
header h1 {
	margin-bottom: 50px;
}
header h2 {
	margin: 0;
}
/*--------------------------------------------------
Contents
--------------------------------------------------*/
/* =======================================
Top nav　追随
=========================================*/

#fixedBox {
  position:fixed;
  overflow:visible;
  bottom:0;
  z-index:50;
  width:100%;
}

.subNav {
	width:100%;
	height:60px;
	overflow:hidden;
	background:#ddd;
	font-size:18px;
	font-family:"游明朝","YuMincho","serif", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho" ;
}
.subNav ul {
	width:1000px;
	margin:0 auto;
	text-align:center;
	padding-left:40px;
}
.subNav li {
	height:60px;
	line-height:60px;
	display:inline-block;
	padding-right:25px;
	background-image:url(../img/icon_underarrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	margin-right:40px;
}
.subNav a {
	display:block;
	text-decoration:underline;
}
.subNav a:hover {
	text-decoration:none;
}
.subNav ul.floatnav li {
	background-image:url(../img/icon_toparrow.png);
}
	

.bg-gray {
	background:#efefef;
}
.lib-inner {
	width:950px;
	margin:0 auto;
}
h3 {
	text-align:left;
	padding-bottom:15px;
	padding-top: 130px;
	margin-top: -130px;
}
section article {
	padding:30px 0;
	border-top:1px solid #d6d6d6;
}
section article:last-child {
	padding:30px 0 0 0;
}
h4 {
	font-size:24px;
	font-family:"游明朝","YuMincho","serif", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho" ;
	color:#000;
	margin-bottom:10px;
	padding-left:30px;
	background-image:url(../img/icon_h4.png);
	background-size:23px 23px;
	background-position:left 110px;
	background-repeat:no-repeat;
	padding-top: 100px;
	margin-top: -100px;
}
.lib-lead {
	margin-bottom:30px;
	color:#000;
}
.lib-lead-nom {
	margin:0;
	color:#000;
}
dl.sec {
	overflow:hidden;
}
dl.sec dt {
	width:138px;
	padding-right:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	cursor:pointer;
	background-image:url(../img/icon_arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#fff;
	border:1px solid #313131;
	font-size:15px;
	float:left;
	margin-right:60px;
}
dl.sec dt:hover {
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
	transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}
dl.sec dt.active {
	background-image:url(../img/icon_close.png);
}
dl.sec dd {
	display:none;
}
dl.sec ul {
	float:left;
	width:720px;
}
dl.sec li {
	margin-bottom:15px;
	background-image:url(../img/icon_list.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:auto 8px;
	padding-left:15px;
}
dl.sec li br {
	display:none;
}

.btn-top {
	padding:60px 0;
	text-align:center;
}

.caution {
	float:left;
	width:500px;
	font-size:10px;
}
footer {
	padding-bottom:60px;
}
}