@charset "utf-8";
/* CSS Document */

@media screen and (min-width:641px),print {
/*================================*/


.clear {
	clear: both;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

.pc{
	display:block;
}

.sp{
	display:none;
}

/*--------------------------------*/
body {
	font-size:12px;
	line-height: 180%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	background:#00a5e3;
	text-align:left;
	color:#282827;
}

.wrapper{
	width:100%;
	min-width:950px;
	background:#dff6ff;
	clear:both;
	border:solid 5px #00a5e3;
}

/*---------------*/
a{
	color:#00a5e3;
	font-style:normal;
	text-decoration:none;
}

a:hover {
	font-style:normal;
	text-decoration:underline;
}

a:hover img{
	opacity:0.65;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-ms-filter: "alpha( opacity=65 )";
	-khtml-opacity: 0.65;
}

/*--------------------------------*/
/* ヘッダ */

header{
	background-color:#FFF;
	padding:0;
	margin:0 0 40px 0;
}

header .inner{
	width:950px;
	margin:0 auto;
	padding:14px 0;
}

header .inner:after{
	content:"";
	display:block;
	clear:both;
}

header h1{
	float:left;
	margin:0 0 0 0;
	/*width:336px;*/
	width: 392px;
	height:44px;
	background:url(../images/hd-logo.svg) no-repeat 0 center;
	text-indent:-9999px;
	overflow:hidden;
}

header .name{
	float:right;
	width:275px;
	height:44px;
	background:url(../images/hd-logo2.png) no-repeat 0 center;
	text-indent:-9999px;
	overflow:hidden;
}

header .sns{
	float:right;
}

header .sns ul li{
	float:left;
	margin:0 0 0 10px;
}

header .sns ul li img{
	width:44px;
}

/*--------------------------------*/
/* メイン */

.contents{
	clear:both;
	width:100%;
	margin:0 auto;
	text-align:left;
	padding:0 0 110px 0;
}

.contents .bg_book{
	background:#FFF;
	position:relative;
	margin:0 0 0 0;
}

.contents .bg_book:before{
	content:"";
	background:url(../images/top/pc/bg_book01.png) no-repeat center 0;
	display:block;
	text-align:center;
	height:24px;
	position:absolute;
	width:100%;
	top:-24px;
}

.contents .bg_book:after{
	content:"";
	background:url(../images/top/pc/bg_book02.png) no-repeat center 0;
	display:block;
	text-align:center;
	height:24px;
	position:absolute;
	width:100%;
	bottom:0;
}

/*--------------------------------*/
/* フッタ */

footer{
	background:#0ca9e4;
	color:#FFFFFF;
	font-size:11px;
	line-height:200%;
	text-align:center;
}

footer .container {
	width:950px;
	margin:0 auto;
	min-height:60px;
	padding:15px 0;
}

footer address {
	font-style:normal;
	margin:0;
	padding:0;
}

/*================================*/
}
