@charset "utf-8";
/*------------------------------------------------------
	reset-style
--------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.0;
}
body { -webkit-text-size-adjust: none; }
article, aside, canvas, details,small, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, label { display:block; }
img {
	border: 0;
	vertical-align: bottom;
}
ul, ol { list-style: none; }
table {
	border-spacing: 0;
	empty-cells: show;
}
label { font-size:110%; }
select {
	padding: 5px 10px;
	font-size: 120%;
	line-height: 1.3em;
	margin:0;
}
input {
	font-size: 100%;
	padding: 5px;
}

/*--------------------------------------------
	Contentstyle
----------------------------------------------*/
body,p{
	font-family:"ヒラギノ角ゴ Pro W3", Helvetica, Sans-serif;
	font-size: 90%;
	line-height: 1.5em;
}
li{
	font-size: 90%;
	line-height: 1.3em;
	}
 h1, h2, h3, h4, h5, h6{
 	line-height: 1.3em;}
.wrapper {
	width: 95%;
	min-width: 95%;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
}
.bgBlue {
	padding: 7px 10px;
	background-color: #0749A4;
	color: #FFFFFF;
}
.bgGrn {
	padding: 7px 10px;
	color: #FFFFFF;
	background-color:#41A28C;
}
.bdrBtm {
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.confBdr{
	overflow: hidden;
	}
.confBdr dt {
	padding: 12px 2px;
	clear: both;
	float:left;
	width: 100%;
}
.confBdr dd {
	border-bottom: 1px solid #666666;
	padding: 12px 2px;
	text-align: right;
	width: 100%;
}
.whLnkBloc{
	border-radius: 5px;
	border: 2px solid #666666;
	min-width: 100%;
	margin: 0 auto;
	}
.whLnkBloc a{
	display: block;
	padding: 5px;
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	}
.whLnkBloc img{
	vertical-align: middle;
	margin-right: 5%;
	}
.bdLnkBloc{
	min-width: 100%;
	margin: 0 auto;
	background: url(../images/arrow_regist.png) right center no-repeat;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px
	}
.bdLnkBloc a{
	display: block;
	padding: 10px;
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	}
.regEcdBloc{
	overflow: hidden;
	margin: 0 auto;
	width:80%;
	}
.alRdBox{
	border: 2px dotted #FF0000;
	padding: 5px;
	width: 90%;
	margin: 0 auto;
		}
.enqBloc {
	width: 100%;
	float: left;
}
.enqBloc li{
	width: 33%;
	display: block;
	}
p.answer{
	margin: 1em 0 2em;
}
.coutionBox {
	width:90%;
	margin:1em auto;
	background:#F0F0F0;
	border:1px #B7B7B7 solid;
	padding:0.5em;
	color:#666666;}

.coutionBox p {
	background:url(../image/common/txt_entryEndcou.png) left center no-repeat;
	background-size:22px 20px;
    -webkit-background-size:22px 20px;
    -moz-background-size:22px 20px;
    -o-background-size:22px 20px;
	height:22px;
	line-height:23px;
	padding-left:26px;
	font-weight:bold;
	font-size:110%;
	margin-bottom:0.5em;}

/*---------------------------------------------------
	FORM
---------------------------------------------------*/
input[type="radio"], input[type="checbox"] {
	width: auto;
	font-size: 140%;
}
input[type="text"], input[type="password"] , input[type="number"], input[type="email"]  {
	border-radius: 5px;
	border: 3px solid #084AA5;
	box-shadow: inset 2px 2px 4px 0px #777;
}
input[type="submit"] {
	border-radius: 5px;
	border: 2px solid #333333;
	padding: 5px 10px;
	font-size: 120%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#a0a0a0));
}
input[type="hidden"]{
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	line-height: 0 !important;}
textarea{
	padding: 5px;
	height: 50px;
	border-radius: 5px;
	border: 3px solid #084AA5;
	box-shadow: inset 2px 2px 4px 0px #777;
	}

/* --------------------------------------------------
	SIZE
-------------------------------------------------- */
.w5p { width: 5% !important; }
.w8p { width: 8% !important; }
.w10p { width: 10% !important; }
.w12p { width: 12% !important; }
.w15p { width: 15% !important; }
.w18p { width: 18% !important; }
.w20p { width: 20% !important; }
.w25p { width: 25% !important; }
.w30p { width: 30% !important; }
.w35p { width: 35% !important; }
.w40p { width: 40% !important; }
.w50p { width: 50% !important; }
.w55p { width: 55% !important; }
.w60p { width: 60% !important; }
.w65p { width: 65% !important; }
.w70p { width: 70% !important; }
.w75p { width: 75% !important; }
.w80p { width: 80% !important; }
.w85p { width: 85% !important; }
.w90p { width: 90% !important; }
.w95p { width: 95% !important; }
.w100p { width: 100% !important; }
.w50 { width:50px !important; }
.w75 { width:75px !important; }
.w100 { width:100px !important; }
.w125 { width:125px !important; }
.w150 { width:150px !important; }
.w200 { width:200px !important; }
.w250 { width:250px !important; }
.w300 { width:300px !important; }
.w350 { width:350px !important; }
/* --------------------------------------------------
	MARGIN
-------------------------------------------------- */

.mt5 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
/* --------------------------------------------------
	PADDING
-------------------------------------------------- */
.p5 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p30 { padding: 30px !important; }
.p50 { padding: 50px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }
.pl50 { padding-left: 50px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }
/* --------------------------------------------------
	text
-------------------------------------------------- */
.left { text-align: left; }
.right { text-align: right; }
.center { 
	text-align: center;
	display: block;
}
.altGr { color: #616161; }
.altRd { color: #FF0000; }
.altRd2 { color: #cc0000; }
.altBold { font-weight: bold; }/*2011_07_11追加*/
.err { 
	color: #ff0000;
	font-weight: bold;
}
.hBltxt{
	color:#0019d6;
	}
/* --------------------------------------------------
	float
-------------------------------------------------- */
.fleft { float: left; }
.fright { float: right; }
/*-------------------------------------------------
    other
--------------------------------------------------*/
.mAuto {
	display: block;
	margin: 0 auto 6px auto;
}
.clear{
	clear: both;
	}
/*-------------------------------------------------
    入力フォームの折り返し設定
--------------------------------------------------*/
p.enqueteBox{
	word-wrap:break-word;

}
/*-------------------------------------------------
    ID・パスワードが同じ方への通知 20120622
--------------------------------------------------*/
div.idpwBox{
	word-wrap:break-word;
	margin-bottom: 1em;
	padding: 5px;
	border: 1px solid #CC0000;
	color:#CC0000;
}
div.idpwBox img{
	vertical-align: top;
	margin: -1px 6px 0 0;
}
/*-------------------------------------------------
    エディオンネットショップについて 20120919
--------------------------------------------------*/
div.netshop_conf{
	margin-bottom: 15px;
}
div.netshop_conf h2{
	margin-bottom: 5px;
}
div.netshop_conf p{
	padding: 5px;
	border: solid #A7C4EF 1px;
	background-color: #EEF2F8;
}
div.netshop_conf p span.altRd2{
	font-weight: bold;
}
/*-------------------------------------------------
    新規会員登録エラー 20121001
--------------------------------------------------*/
div.announce dl.sup{
	line-height: 1.5em;
 }
div.announce dt{
	color: #004EA2;
	font-weight: bold;
	line-height: 1.5em;
}
div.announce dd{
	line-height: 1.5em;
}
div.announce p.box_notes{
	background-color:#F4F4F4; 
	padding: 5px;
}

/*-------------------------------------------------
    enquete 文字の体裁
--------------------------------------------------*/
div.enquete_end{
	color:#ff0000;
	font-weight:bold;
}

/*----------------------------------------------
　itemShopList
----------------------------------------------*/

#itemShopList{
	margin:0 0 30px;}
#itemShopList .title{
	font-weight:bold;
	padding:0 10px 5px;
	border-bottom:2px solid #1F5AB6;}
#itemShopList .inner dl{
	overflow:hidden;
	font-size:12px;
	padding:10px 0;
	margin:0 10px;
	border-bottom:1px solid #CCCCCC;}
#itemShopList .inner dt{
	font-weight:bold;
	float:left;
	width:65px;
	margin-bottom:3px;}
#itemShopList .inner dd{
	overflow:hidden;}
#itemShopList .inner dd li{
	display:inline-block;
	margin-right:15px;}