@charset "utf-8";

/* サービス毎の色替え用CSS
================================= */
body{
	background:#efefef;
}

body #wrap.loginPage{
	padding:0 0 200px;
}
.loginPage #header{
    background: #333 none repeat scroll 0 0;
    height: 50px;
    width: 100%;
}

body .loginPage #container{
	width:800px;
	padding:0;
	background:rgba(0,0,0,0);
}
.loginPage #container h1#mainTit{
	padding:20px 0 50px;
	font-size:30px;
	font-weight:bold;
	line-height:1.4em;
	text-align:center;
}

.loginPage #sectionTit {
    color: #888;
    font-size: 26px;
    line-height: 50px;
    margin: 0 0 10px;
}
.loginPage .leadTop{
    margin: 0 0 20px;
    color: #888;
}
.loginPage .btn .main {
	max-width:300px;
	padding:10px 0;
    background: #e95384;
    color: #fff;
    border:none;
    -webkit-appearance: none;
}
.loginPage .btn .main:hover{
    color: #fff;
	background:#ec3d6e;
}

.leadTop{
    margin: 0 0 20px;
    color: #888;
}

/* btn
--------------------------------- */
.btn .main {
	background: #FF0066;
	color: #fff;
	border-color: #FF0066;
}
.btn .main:hover {
	background: #FFF9A6;
	color: #FF0066;
}
.btn .sub		{ color: #FF0066; }
.btn .sub:hover	{ background: #FFF9A6; }

.entryArea .btn .main {
    display: inline-block;
    font-size: 22px;
    margin: 0 10px 20px;
    padding: 15px;
    width: 280px;
}
.summary{
	width:100%;
	font-size:12px;
}
.summary th{
    background: #f5f5f5;
    border: 1px solid #aaa;
	color:#333;
    font-weight: bold;
    padding: 15px;
    width: 140px;
}
.summary td{
	padding: 15px;
    border: 1px solid #aaa;
}

.summary td.bt{
	border-top:none;
}
.summary td.br{
	border-right:none;
}
.summary td.bl{
	border-left:none;
}
.summary td.bb{
	border-bottom:none;
}

/* caution
--------------------------------- */
.caution {
	margin: 0 0 20px;
	padding: 20px;
	background: #fffde1;
	border-radius: 5px;
}
.cautionTxt {
	margin: 0px 0px 10px;
	font-size: 16px;
	font-weight: bold;
}
.caution li {
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 5px;
	font-size: 13px;
}

#ticketSupport {
    background: #FCECE8;
    padding: 10px;
    padding: 20px;
    margin:20px;
}
.pointArea .point03 .pointList{
	text-align:center;
}
.pointArea .point03 .pointList li{
	float:none;
	display:inline-block;
}
/* form
============================== */
.formArea {
	background: #fff;
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
	padding: 0 30px 15px;
}
.formArea .btn { width: 200px; }
.formList { margin: 0 0 15px; }
.formList dt {
	width: 270px;
	clear: left;
	float: left;
	border-right: 1px solid #ddd;
	margin: 20px 0 0;
	padding: 10px 0;
}
.formList dt .subTxt {
	color: #999;
	font-size: 12px;
}
.formList dd {
	padding: 15px 0 15px 300px;
	border-bottom: 1px solid #ddd;
}
.formList input {
	display: block;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px;
}
.formList dd .confirm {
	display: inline-block;
	font-size: 16px;
	padding: 15px 5px 10px;
}
.formArea .btn { margin-bottom: 10px; }

/* linkList */
.linkList { margin: 20px 0 0; }
.linkList a {
	color: #374a9d;
	text-decoration: none;
}
.linkList a:hover { color: #e95384; }
.linkList a:before {
	content: "\f105";
	color: #bbb;
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: normal;
	line-height: 0;
	margin: 0 5px 0 0;
}
/* alertList */
.errorList {
	background: #ffeded;
	color: #f00;
	font-size: 13px;
	border: 1px solid #f00;
	padding: 10px;
	margin: 0 0 15px;
}
/* btn
============================== */
.btn { text-align: center; margin: 0 auto; }
.btn a, 
.btn input {
	display: block;
	width: 100%;
	max-width: 375px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	padding: 10px;
	margin: 15px auto;
	border:1px solid #fff9a6;
}
.btn .main		{ background: #ff0066; color: #fff; }
.btn .main:hover{ background: #fff9a6;}
.btn .sub		{ background: #888; color: #fff;border:none; }
.btn .sub:hover	{ background: #999; }


/* linkList */
.linkList { margin: 20px 0 0; }
.linkList a {
	color: #374a9d;
	text-decoration: none;
}
.linkList a:hover { color: #e95384; }
.linkList a:before {
	content: "\f105";
	color: #bbb;
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: normal;
	line-height: 0;
	margin: 0 5px 0 0;
}
/* alertList */
.errorList {
	background: #ffeded;
	color: #f00;
	font-size: 13px;
	border: 1px solid #f00;
	padding: 10px;
	margin: 0 0 15px;
}

footer #supportNav li a {
    border-right: 1px solid #aaa;
}

footer #supportNav li:last-child a {
    border: medium none;
}

.sp{
	display:none;
}

footer{
	position:absolute;
}
footer #supportNav {
    padding: 15px 0;
}


@media screen and (max-width:900px){
body #container{
	width:100%;
}
.sp{
	display:block;
}
.fs12{
	font-size:11px;
}
.summary th,
.summary td{
	display:block;
	width:100%;
    padding:8px;
    color:#333;
    border-bottom:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.summary{
	border-bottom:1px solid #aaa;
}
.summary td table td.center{
	padding:8px 0;
}
.sp .summary .data{
	text-indent:-0.5em;
	padding:0 0 5px;
	line-height:1.3em;
}
.sp .summary .tel{
	font-size:12px;
	line-height:1.3em;
}

.spOnly{
	display:none;
}
.pcOnly{
	display:block;
}


@media screen and (max-width:900px){
.spOnly{
	display:block;
}
.pcOnly{
	display:none;
}