@charset "utf-8";

/*--------------------------------------------------
powerd by travision Inc. 
recent status 2015.09.01
--------------------------------------------------*/
@media screen and (max-width: 480px){

/*--------------------------------------------------
common
--------------------------------------------------*/
	
#library section {
	font-size:15px;
	padding:15px;
	background:#fff;
	margin-bottom:15px;
}

/*--------------------------------------------------
header
--------------------------------------------------*/
header {
	width: 100%;
	padding:50px 15px 15px 15px;
	background: #313131;
	text-align: center;
}
header h1 {
	margin-bottom:22px;
}
header h2 {
	margin: 0;
}
header img {
	width:100%;
	height:auto;
}
/*--------------------------------------------------
Contents
--------------------------------------------------*/
#lib-contents {
	padding:15px;
	background:#eee;
}
.sp-drawer dd {
	display:none;
}
.sp-drawer dt {
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	background-image:url(../img/icon_open_l.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#313131;
	background-size:20px auto;
	font-size:14px;
	color:#fff;
}
.sp-drawer dt.active {
	background-image:url(../img/icon_close_l.png);
}
h3 {
	text-align:left;
	padding-bottom:12px;
}
h3 img {
	width:auto;
	height:20px;
}
section article {
	padding:15px 0;
	border-bottom:1px solid #d6d6d6;
}
section article:last-child {
	border:none;
}
h4 {
	font-size:18px;
	font-weight:bold;
	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 3px;
	background-repeat:no-repeat;
}
.lib-lead {
	margin-bottom:15px;
	color:#000;
}
.lib-lead-nom {
	margin:0;
	color:#000;
}
dl.sec dt {
	height:30px;
	line-height:30px;
	text-align:center;
	background-image:url(../img/icon_open_s.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#fff;
	background-size:19px auto;
	font-size:14px;
	color:#313131;
	border:1px solid #313131;
}
dl.sec dt.active {
	background-image:url(../img/icon_close_s.png);
}
dl.sec dd {
	display:none;
}
dl.sec ul {
	padding-top:15px;
}
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:last-child {
	margin:0;
}
dl.sec li a {
	display:block;
}
dl.sec h4 a {
	width:100%;
	display:block;
}
.btn-top {
	padding:0 15px 15px;
	text-align:center;
}
.btn-top img {
	width:100%;
	height:auto;
}
.caution {
	padding:0 15px;
	font-size:10px;
}
}