/*----------------------------------------------------------
　　スマホ用　　
-----------------------------------------------------------*/
html,body {
	-webkit-text-size-adjust: none;
	font-family: Helvetica, HiraKakuProN-W3, sans-serif;
	line-height: 1.5;
	color: #232323;
	font-size: 13px;
	margin: auto;
}
/*===================================================================
　　全ページ共通設定　　
====================================================================*/
#wrapper{
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
p.importance_text{
	color: #ff0000;
	font-size: 14px;
}
a {
	color: #f09;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	width: 100%;
}
/*　フォント　*/
/*　タイトル　*/
h2.h2_title{
	height: 43px;
}
h2.h2_title span{
	font-size: 85%;
	color: #fff;
}
h3.h3_title{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
h4.h4_title{
	display: block;
}
/*---------------------------------------------------------
　　認証　　
----------------------------------------------------------*/
#authenticateCont{
	text-align: center;
}
#authenticateCont .enter{
	position: relative;
}
#authenticateCont .Img{
	z-index: -1;
	background-size: cover;
	background-color: black;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: none;
}
#authenticateCont .Img img{
	width: 100%;
	height: auto;
}
#authenticateCont .enter dl.table{
	display: table;
	padding: 10px 0;
	margin: auto;
}
#authenticateCont .enter dl.table dt,
#authenticate .authenticate-box .caution dl.table dd{
	display: table-cell;
	vertical-align: middle;
}
#authenticateCont .enter dl.table dt{
	width: 40px;
}
#authenticateCont .enter dl.table dt img{
	width: 100%;
	height: auto;
}
#authenticateCont .enter dl.table dd p{
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	padding: 0 0 0 10px;
}
/*---------------------------------------------------------
　　フッター　　
----------------------------------------------------------*/
footer{
	height: 100px;
	background: #f40070 url(../spimage/footer_logo.jpg) no-repeat center 25px;
	background-size: 180px 47px;
}
footer address{
	text-align: center;
	margin: auto;
	font-size: 80%;
	color: #fff;
	padding-top: 70px;
}
footer address a{
	color: #fff;
}
/*===================================================================
　　エラーページ設定　　
====================================================================*/
.error{
	width: 96%;
	margin: 20px auto 0 auto;
	position: relative;
	height: 100%;
	padding: 0 0 15px 0;
}
.error-inner{
	width: 100%;
	margin: 0 auto;
}
.error-inner .logo{
	width: 100%;
	margin: 0;
}
.error-inner .logo img{
	width: 100%;
	height: auto;
}
.error-inner .error-bnr{
	width: 100%;
	margin: 40px 0 0 0;
}
.error-inner .error-bnr img{
	width: 100%;
	height: auto;
}
.error-comment p{
	font-size: 14px;
	color: #ffffff;
	padding: 5px;
	margin: 10px auto;
}
.back-bnr{
	overflow: hidden;
	position: relative;
}
.back-bnr ul{
	float: left;
	margin: 0 0 20px 0;
	position: relative;
	left: 50%;
}
.back-bnr ul li{
	float: left;
	margin: 0;
	position: relative;
	left: -50%;
	color: #f40070;
}
.back-bnr ul li span.line{
	margin: 0 2px;
}
.back-bnr ul li span.disp{
	display: none;
}
.back-bnr ul li a{
	font-size: 14px;
	color: #f40070;
}
.back-bnr ul li a:hover{
	color: #ff7cb8;
}
/*　フッター　*/
#error-footer {
	width: 100%;
}
