/* ------------------------------------- */
/* Reset */
/* ------------------------------------- */
* {
	font-size:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
img {
	border:none;
   	vertical-align: bottom;
}
li {
	list-style: none;
}
div {
    zoom:1;
}
a {
	outline:none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* ------------------------------------- */
/* Layout */
/* ------------------------------------- */
html {
 overflow-y: scroll;
}
body {
	text-align: left;
	font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	min-width: 1080px;
}
/* Utilities */
.clearfix:after{
	content:"";
	display:block;
	clear: both;
}
.clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix{
	display: block;
}
/* ------------------------------------- */
/* header */
/* ------------------------------------- */
#header{
	background-color: #343434;
	text-align: left;
	font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.75;
}
.header_inner{
	background-color: #343434;
	width: 1080px;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
}
.header_logo{
	width: 110px;
}
.header_logo img{
	float: left;
	width: 100%;
}
.header_logo a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header_logo a:hover{
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.navigation{
	float: right;
	line-height: 28px;
}
.navigation{
	text-align:right;
}
.navigation li{
	float: left;
	margin-left:30px;
}
.navigation li a{
	color: #fff;
	text-decoration:none;
}
.navigation li a:hover{
	text-decoration:underline;
}
.navigation .login{
	background-image:url(/static/members/COMMON/icon/light/16/icon_login.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
.navigation .logout{
	background-image:url(/static/members/COMMON/icon/light/16/icon_logout.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
.navigation .support{
	background-image:url(/static/members/COMMON/icon/light/16/icon_question.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
.navigation .home{
	background-image:url(/static/members/COMMON/icon/light/16/icon_home.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
/* ------------------------------------- */
/* footer */
/* ------------------------------------- */
#footer{
	background-color: #343434;
	text-align: left;
	font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.75;
}
.footer_inner{
	width: 1080px;
	margin: 0 auto;
	padding: 70px 0 100px;
	color: #fff;
}
.footer_caution{
	color:#fff;
	width: 900px;
	margin: 0 auto 80px;
}
.footer_caution a{
	color: #fff;
}
.footer_caution h4{
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}
.footer_caution ul li {
	font-size:14px;
	line-height: 28px;
	padding-left: 1em;
	text-indent: -1em;
}
.footer_bottom_area{
	width: 1040px;
	margin: 0 auto;
	color: #a1a1a1;
	font-size: 12px;
	text-align: center;
}
.footer_bottom_area a{
	color: #a1a1a1;
}
.footer_bottom_links a{
	color: #a1a1a1;
}
.footer_bottom_links li{
	display: inline-block;
	padding: 0 10px;
}
.footer_logo_area{
	margin-top: 30px;
}
.footer_logo_area a img{
	width: 120px;
}
.footer_logo_area p{
	margin-top: 10px;
	font-size: 12px;
}
.footer_logo_area a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.footer_logo_area a:hover{
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.footer_sv_position{
	background-color: #343434;
	width: 100%;
	text-align: right;
    display: block;
}
/**** TOPへボタン ****/
#go_to_pagetop{
	position: fixed;
	bottom: 120px;
	right: 0;
	opacity: 0;
	-ms-filter: "alpha( opacity=0 )";
	filter:alpha(opacity:0);
	zoom:1;
	z-index: 9999;
}
#go_to_pagetop a{
	display: block;
	padding: 16px 20px;
	background: rgb(95,95,95);
	background: rgba(95,95,95,0.5);
	border-radius: 6px 0 0 6px;
}
#go_to_pagetop a:hover{
	background: rgba(95,95,95,0.4);
}
/* ------------------------------------- */
/* 共通パーツ
/* ------------------------------------- */
.nodata_info{
	padding: 20px 0 50px;
	text-align: center;
	color: #E8374A;
	font-size: 16px;
}