@charset "utf-8";



/* レイアウトベース
----------------------------------------*/
body	{
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	color: #333;

}


/* コンテンツ
----------------------------------------*/

#head {
	background:#fff;
}
#head img{
	width: 100%;
	max-width: 680px;
}

#container {
	padding: 0px 10px 0px 10px;
	background: #fff;
}


#container #head img{
	width: 100%;
	max-width: 680px;
	}
	
	
#container p{
}

#container p.attentionLarge {
 	font-weight:bold;
	color: #cb0000;

	margin: 0 0 20px 0;
}


#container .inputBox{
	border-top: 1px solid #e6e6e6;
	padding: 20px 0 20px 0;
}

#container .confBox{
	border-top: 1px solid #e6e6e6;
	padding: 20px 0 20px 0;
	font-size: 20px;
}



#container .last{
	border-bottom: 1px solid #e6e6e6;
}




#inquiry {
	border: 1px solid #e6e6e6;
	padding: 15px;
	background: #f1f1f1;
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 1.6em;
}
#inquiry  h2{
	color:#a6a5a5;
	margin: 0;
	font-size: 17px;
}



h1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 20px auto 15px auto;
	padding: 12px 8px 12px 8px;
	background-color: #513f56;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #909397), color-stop(100%, #b5b7bb));
	background-image: -webkit-linear-gradient(top, #909397, #b5b7bb);
	background-image: -moz-linear-gradient(top, #909397, #b5b7bb);
	background-image: -ms-linear-gradient(top, #909397, #b5b7bb);
	background-image: -o-linear-gradient(top, #909397, #b5b7bb);
	background-image: linear-gradient(top, #909397, #513f56);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#909397, endColorstr=#b5b7bb);
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	text-align: center;
	line-height: 1.3em;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}



label{
	font-size: 16px;
		font-weight: bold;
	margin: 0 0 0 0;
}

label.privacy{
	font-size: 14px;

}

.ui-btn-text{
	font-size: 14px;

}

#submitArea {
	text-align:center;
	padding: 30px 0px 30px 0px;
}








#errorArea {
	padding: 15px;
	border:solid 1px #a6a5a5;
	margin: 0 0 25px 0;
}
#errorArea  h2{
	font-size: 17px;
	color: #F00;
	margin: 0 0 25px 0;
}
#errorArea  .btArea{
	text-align:center;
}



#compArea {
	padding: 15px;
	border:solid 1px #a6a5a5;
	margin: 0 0 25px 0;
}
#compArea  h2{
	font-size: 20px;
	margin: 0 0 25px 0;
}

#compAreaNotice {
	padding: 10px;
	border:solid 1px #95a6c7;
	background:#f2f4f8;
	margin: 0 0 25px 0;
}

#compAreaUserCode {
	padding: 10px;
	border:solid 1px #95a6c7;
	background:#f2f4f8;
	margin: 0 0 25px 0;
}


#btFb .ui-submit,
#btFb .ui-btn,
#btFb .ui-btn-up-b,
#btFb .ui-shadow,
#btFb .ui-btn-corner-all{
	border:solid 1px #29447e;
	width:100%;
	padding:8px 0px;
	margin:0px;

	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	text-transform:uppercase;
	font-weight: bold;
	color:#fff;
	cursor:pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5d76a9), to(#405a91));
	background-image: -webkit-linear-gradient(top, #5d76a9, #405a91);
	background-image: -moz-linear-gradient(top, #5d76a9, #405a91);
	background-image: -ms-linear-gradient(top, #5d76a9, #405a91);
	background-image: -o-linear-gradient(top, #5d76a9, #405a91);
	background-image: linear-gradient(top, #5d76a9, #405a91);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d76a9', endColorstr='#405a91',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	}

#btFb .ui-btn-inner{
	border:none;
	}
	
#btFb .ui-btn-text{

	font-size: 20px;
	}



/* ノーマライゼーション等
----------------------------------------*/
strong, b, .bold	{font-weight: bold;}
em, i	{font-style: italic;}
sup	{
	position: relative;
	top: -5px;
	font-size: 10px;
}
.larger	{font-size: 1.2em !important;}
.smaller	{font-size: 0.86em !important;}
.meiryofix	{
	font-family: "Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.aL	{text-align: left;}
.aC	{text-align: center;}
.aR	{text-align: right;}

.mT10		{margin-top: 10px !important;}
.mT20		{margin-top: 20px !important;}
.mB0		{margin-bottom: 0px !important;}
.mB5		{margin-bottom: 5px !important;}
.mB10		{margin-bottom: 10px !important;}
.mB20		{margin-bottom: 20px !important;}
.mB30		{margin-bottom: 30px !important;}
.mB50		{margin-bottom: 50px !important;}

/* floatなど
----------------------------------------*/
.fL	{float: left;}
.fR	{float: right;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix			 { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.list-table {
	border:solid 1px #95a6c7;
	margin-bottom:30px;
	width:780px;
}

.list-table tr {
	border-bottom:solid 1px #95a6c7;

}

.list-table th {
	background:#dde3f2;
	padding: 20px;
	width: 210px;
	text-align:left;
	color:#485b83;
}

.list-table th span{
	font-weight:normal;
}

.list-table td {
	background:#f2f4f8;
	padding: 20px;
	text-align:left;
}

.list-table td .privacy{
	font-weight: bold;
}

.list-table #submitArea {
	text-align:center;
	padding: 30px;
}

#loading {
	display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.8;
}

#loading .loadingMsg {
	display: flex;
	text-align: center;
	vertical-align: middle;
    font-size: 1rem;
	padding-top: 140px;
	background: url("../img/loader.gif") center center no-repeat;
}

#progress {
    margin: 8px;
    max-width: 256px;
    width: 100%;
}

#progress-value {
    font-size: 1rem;
    margin: 16px;
}
