@charset "UTF-8";

/* レイアウト
----------------------------------------*/


body {
	color: #000000;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
	background: #ffffff url(../img/bg_01.jpg);
	min-width: 860px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

a {
	position: relative;
}

a:link, a:visited {
	color: #0043b1;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0043b1;
	text-decoration: none;
}


a.gaibu {
	display: inline-block;
	padding-left: 20px;
}

a.gaibu:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../img/sp/icon_gaibu2.png) no-repeat left center;
	background-size: 16px auto;
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	-o-background-size: 16px auto;
	vertical-align: middle;
}


/* PCだけ表示 */
.visible_l {
	display: block !important;
}
/* SPだけ表示 */
.visible_s {
	display: none !important;
}





/*header

----------------------------------------*/

img {
	max-width: 100%;
	height: auto;
	_width: 100%;
	margin: 0 auto;
}

#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}


/*container
----------------------------------------*/
#contents {
	position: relative;
	margin: 0 auto;
}

.container {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.bg02 {
	background: url(../img/bg_02.jpg);
}



/*footer
----------------------------------------*/
#footer {
	clear: both;
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #061d61;
	padding: 20px 0 0;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}


/* その他 */

#btn_pagetop {
	display: none;
}

#btn_pagetop{
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	background-color: rgba( 0, 0, 0, 0.6 );
	font-size: 100%;
	line-height: 50px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	display: none;
	z-index: 1000;
	border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

#btn_pagetop a {
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
	width: 100%;
	height: 100%;
}

