@charset "utf-8";


/* リンク
----------------------------------------*/
a,
a:visited	{
	outline: none;
	text-decoration: underline;
	color: #00799a;
}
a:hover,
a:active	{
	text-decoration: none;
	color: #88bccb;
}


/* clearfix
----------------------------------------*/
.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 */


html {
}

/* レイアウトベース
----------------------------------------*/
body {
	padding:0;
	margin:0;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color:#333333;
}

#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 30px auto 0;
    width: 780px;
}

h1 {
	font-size: 2.0em;
	margin-bottom:10px;
}

textarea {
	width: 100%;
}

#container {
	font-size: 1.4em;
}


#container p.attentionLarge {
 	font-weight:bold;
	color: #cb0000;
	line-height: 1.6em;
	margin: 0 0 20px 0;
}



#inputForm {
	border:solid 1px #95a6c7;
	margin-bottom:30px;
	width:780px;
}


#inputForm tr {
	border-bottom:solid 1px #95a6c7;

}

#inputForm th {
	background:#dde3f2;
	padding: 20px;
	width: 210px;
	text-align:left;
	color:#485b83;
}

#inputForm th span{
	font-weight:normal;
}


#inputForm td {
	background:#f2f4f8;
	padding: 20px;
	text-align:left;
}


#inputForm td .privacy{
	font-weight: bold;
}


#inputForm #submitArea {
	text-align:center;
	padding: 30px;
}

.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;
}



button{
	border:solid 1px #29447e;
	padding:10px 50px;
	margin:0px;
	font-size:1.4em;
	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: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	}

button.return{
	float:left;
	margin-left:180px;
}

button.subscribe {
	float:right;
	margin-right:180px;
}

button:hover {
    border:solid 1px #EEA34A;
}




#inquiry {
  width:738px;
	padding: 20px;
	border: 1px solid #A6A5A5;
}
#inquiry  h2{
	font-size: 1.6em;
	color:#a6a5a5;
	margin: 0 0 15px 0;
}





#errorArea {
  width:698px;
	padding: 40px;
	border:solid 1px #a6a5a5;
}
#errorArea  h2{
	font-size: 1.4em;
	color: #F00;
	margin: 0 0 25px 0;
}
#errorArea  .btArea{
	text-align:center;
}



#compArea {
  width:698px;
	padding: 40px;
	border:solid 1px #a6a5a5;
}
#compArea  h2{
	font-size: 1.4em;
	margin: 0 0 25px 0;
}
#compAreaNotice {
  width:600px;
	padding: 10px;
	border:solid 1px #95a6c7;
	background:#f2f4f8;
}
#compAreaUserCode {
	width:600px;
	padding: 10px;
	border:solid 1px #95a6c7;
	background:#f2f4f8;
}

/* フッタ
----------------------------------------*/
#footer {
    background: none repeat scroll 0 0 #F3F3F3;
    color: #757575;
    margin: 100px 0 0;
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}


#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;
}
