@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html,body {
	height: 100%;
}

body {
  font-size: small;
  *font:x-small;
	background: #FFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}

select, input, button, textarea {
	font: 99% sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


/*
**:::::::  common style   :::::::
*/


a:link,a:visited {
	color: rgb(0, 70, 176);
	text-decoration: none;
	font-weight: bold;
}

a.trans:link,a.trans:visited {
	color: #5F8925;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}


a:hover {
	color: #F90;
}

#wrapper {
	position: relative;
	min-height: 100%;
}

#header {
	background-color: #fafafa;
	border-right: 1px solid #e5e5e5;
	height: 100%;
	min-height: 600px;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 250px;
	z-index: 100;
}

#main {
	height: 100%;
	margin-left: 250px;
	padding-bottom: 294px;
}


#logo {
	text-align: center;
	padding: 40px 0 32px;
}
#logo .buy_line {
	color: #004261;
	font-size: 11px;
	margin-top: 5px;
}

#gnavi {
	text-align: left;
}
#gnavi li a {
	display: block;
	padding: 6px 28px;
	color: #363636;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#gnavi li a i {
	display: inline-block;
	margin-right: 3px;
	font-size: 11px;
	vertical-align: top;
	padding-top: 3px;
}
#gnavi li a:hover {
	background: #eee;
}

a.side_btn {
	display: block;
	font-size: 12px;
	width: 180px;
	line-height: 45px;
	text-align: center;
	border: 2px #000 solid;
	background: url(../images/common/arrow9.png) no-repeat 10px 17px #FFF;
	color: #000;
	margin: 32px auto 38px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
a.side_btn:hover {
	background: url(../images/common/arrow9.png) no-repeat 10px 17px #000;
	color: #FFF;
}
.side_info {
	text-align: left;
	width: 190px;
	margin: 10px auto 20px;
	font-size: 12px;
}

#contents {
	margin: auto;
	width: 100%;
}

.wrap {
	width: 934px;
	margin-left: auto;
	margin-right: auto;
}

.pagetop {
	width: 100%;
	padding: 10px 0;
	background: #FFF;
	text-align: center;
}
.pagetop a {
	display: block;
	outline: none;
}

#footer {
	text-align: center;
	position: absolute;
	bottom: 0;
	padding-left: 250px;
	height: 294px;
	width: 100%;
	background: #1b1b1b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#footer_inner {
	width: 854px;
	margin: 0 auto;
	padding: 60px 0;
}
#foot_sitemap {
	float: left;
	width: 480px;
}
#foot_sitemap li a {
	width: 160px;
	float: left;
	display: block;
	color: #FFF;
	text-align: left;
	line-height: 33px;
	font-weight: normal;
}
#foot_sitemap li a:hover {
	text-decoration: underline;
}
#foot_info {
	width: 340px;
	float: right;
	color: #FFF;
	font-family: 'Montserrat', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.foot_nums {
	font-size: 16px;
}
.foot_nums span {
	font-size: 12px;
	display: inline-block;
	margin-right: 1px;
}
a.foot_contact {
	display: block;
	width: 290px;
	line-height: 45px;
	color: #111;
	background: url(../images/common/arrow9.png) no-repeat 10px 17px #FFF;
	margin: 20px auto 0;
}
#copyright {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1;
	display: block;
	vertical-align: bottom;
	padding-top: 50px;
	color: #a1a1a1;
	font-size: 14px;
}




/*
**:::::::  top page style   :::::::
*/

a.btn-more {
	display: block;
	font-size: 12px;
	width: 180px;
	line-height: 45px;
	text-align: center;
	border: 2px #000 solid;
	background: url(../images/common/arrow9.png) no-repeat 10px 17px #FFF;
	color: #000;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
a.btn-more:hover {
	background: url(../images/common/arrow9.png) no-repeat 10px 17px #000;
	color: #FFF;
	-webkit-box-shadow: 0px 0px 3px 0px #999;
	-moz-box-shadow: 0px 0px 3px 0px #999;
	box-shadow: 0px 0px 3px 0px #999;
}

a.btn-s1,a.btn-s2 {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
a.btn-s1 {
	border: 1px #161CC2 solid;
	background: rgba(255,255,255,.50);
	border-radius: 5px;
	width: 240px;
	text-align: center;
	display: block;
	padding: 12px 10px 12px 0;
	position: relative;
}
a.btn-s1:hover {
	background: #161CC2;
	color: #FFF;
}
a.btn-s1 i,a.btn-s2 i {
	display: block;
	position: absolute;
	right: 15px;
	top: 18px;
}


a.btn-s2 {
	border: 1px #111 solid;
	background: #111;
	width: 240px;
	text-align: center;
	display: block;
	padding: 12px 10px 12px 0;
	position: relative;
	color: #FFF;
}
a.btn-s2:hover {
	background: #FFF;
	color: #111;
}

.emidas-tag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
