@charset "Shift_JIS";



html,
body {
margin: 0;
padding: 0;
background:none #FFFFFF;
text-align:center;
color:#000;
width:100%;
}

html {
height: 100%;
min-height: 100%;
}



/* リンクの定義 */
a:link,
a:visited {
color:#0000CC;
text-decoration:none;
}

a:hover,
a:active {
color:#CC0000;
text-decoration:underline;
}


/* テキストカラー */
.ethna-error {
color:#b60000;
}

.FormEmphasis {
	font-weight:bold;
	color:#E47911;
	line-height:1.2;
	margin-bottom:5px;
}



/*  リンクマーク */
.linkmark img{
vertical-align:middle;
margin-right:4px;
}

.linkmark a{
vertical-align:middle;
}



/* コンテンツ */
#bodyContainer {
width:100%;
margin:0 auto;
text-align:left;
}

#PageTitle {
clear:both;
width:100%;
margin-bottom:30px;
text-align:left;
background:url(../img/form_title_bgbottom.gif) bottom left no-repeat;
}

#PageTitle h1 {
width:90%;
padding:12px 5% 11px;
font-size:large;
font-weight:bold;
line-height:1.1;
background:url(../img/form_title_bg.gif) top left no-repeat;
}

#Contents {
clear:both;
width:100%;
margin:0 auto 60px;
text-align:left;
}

#FoamHeader {
	border-top:solid 5px #4094ec;
	text-align:right;
	margin-bottom:25px;
	width:100%;
	height:36px;
}
#FoamHeader img {
	margin:13px 19px 0 0;
	width:103px;
	height:18px;
}

p#FoamStep_sp {
	margin:0 3.5% 5%;
	width:93%;
}

p#FoamStep_sp img {
	width: 100%;
}

p#FoamStep {
	display: none;
}

p.text {
	margin:0 3.5% 5%;
	width:93%;
}

.selectTable {
	width: 93%;
	margin: 0 3.5% 5%;
	border-collapse: collapse;
}

.selectTable th, .selectTable td {
	border: solid 2px #cacaca;
	padding: 2%;
}

.selectTable th {
	background: #e7f7ff;
	font-weight: bold;
}

.selectTable th.pdTitle {
	background: #fff;
	width: 46%;
	text-align: center;
	font-size: 16px;
}

.selectTable th.pdTitle img {
	width: 100%;
}

.selectTable span.textIndent {
	display: block;
	font-size: 11px;
}

.product_pc {
	display: none;
}

.selectBtn {
	border: 0;
	width: 100%;
	height: 0;
	padding-top: 21.42%;
	background: url(../img/btn_select_sp.gif) no-repeat left top;
	background-size: contain;
	cursor: pointer;
	text-indent: -9999px;
	display: block;
	border-radius: 0;
}

input.selectBtn:hover,
input.selectBtn:active {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* フッター */
#Footer {
border-top:#d3d4d6 solid 1px;
text-align:right;
margin:0 auto;
padding:15px 0;
width:95%;
}
.FooterLeft {
	text-align:right;
	width:95%;
}
.FooterLeft a {
	background:url(../img/icon_window.gif) no-repeat right top;
	background-size: 13px 12px;
	-webkit-background-size: 13px 12px;
	padding-right:15px;
}
.FooterLeft a img {
	vertical-align:1px;
	padding-right:3px;
}
.FooterRight {
	text-align:right;
	margin-top:5px;
	width:95%;
}

.errorbox{
	display:block;
	color: #B60000;
	font-weight:bold;
	padding:15px;
	border:#B60000 solid 2px;
	margin:5px 2.5% 20px;
}
