/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img {
	max-width: 100%;
	height: auto;
	width:auto;　
	border: 0;
}
#container {
	width: 100%;
}

/**********************************
	共通
*******************************/

html {
	overflow: scroll;
}
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,li,span,img,a,input,form,select,hr {
	margin: 0;
	padding : 0;
}
body {
	background-color: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,li {
	list-style-type: none;
}
.err {
	font-size: 11pt;
	font-weight: bold;
	color: #f00;
	background-color: #fdd;
	border: 1px solid #f00;
}
a { color: #00c;}
a: link { color: #00f;}
a: visited { color: #c0c;}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#wrapper {
}

p img {
  border:0;
}

/**********************************
	ヘッダー
*******************************/

#header {
	width: 100%;
	height: 160px;
	background: url(/jlc/jme/images/bg.gif) repeat-x left 0;
}
h1 {
	width: 640px;
	height: 58px;
	padding: 18px 0 0 20px;
}

h1.activate_title {
	width:80%;
	height:auto;
	margin:20px auto;
	padding:20px;
	text-align:center;
	border-radius: 0.3em;
	background-color: #ccc;
}

p.activate_desc {
	margin:20px 0;
	text-align:center;
	font-size:18px;
	line-height:1.6
}

#header p {
	width: 160px;
	height: 17px;
	margin: -17px 0 0 790px;
}

/**********************************
	メイン
*******************************/

#container {
	width: 950px;
	margin: 0 0 30px 20px;
}
#contents {
	padding: 20px 0 0 20px;
}

#contents p{
	padding: 20px 0 0 0;
}

h2 {
	color: #366;
	font-size: 14px;
	font-weight: normal;
}
p.page {
	font-size: 10px;
	color: #366;
	text-align: right;
	padding-right: 5px;
	margin: -13px 0 0 0;
}
hr.top {
	color: #366;
	/*margin-left: 1.5em;
	margin-right: 8em;*/
	margin: 5px 0 10px 0;
}
.inner {
	margin: 20px 0 0 10px;
}
dl {

}
dl:after{
  content:"";
  display: "block";
  clear: both;
}
dl.notice {
	height: 45px;
}
dl.notice2 {
	height: 60px;
}
dl.notice span,dl.notice2 span {
	display: block;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 0.15em;
	color: #ff3c00;
	padding: 2px 0 0 0;
}

dl dd.name1 span, dd.name2_kana span, dl dd.password span, dl dd.password2 span, dl dd.email span, dl dd.email2 span, dl dd.zip2 span, dl dd.address1 span, dl dd.address2 span, dl dd.tel1 span, dl dd.question_cd span{
	display: block;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 0.15em;
	color: #ff3c00;
	padding: 2px 0 0 0;
}


dt {
	margin:20px 0 0 0;
	width: 205px;
	text-align: right;
	padding: 1px 10px 0 0;
	display:inline-block;
	vertical-align:top;
}
dd {
	margin:20px 0 0 0;
	display:inline-block;
}
dd.name {
	background: url("/jlc/jme/images/required.gif") no-repeat 187px 0;
	/*background: url("/jlc/jme/images/required.gif") no-repeat left 187px top 0;*/
}
dd.id,dd.pass,dd.tel {
	background: url(/jlc/jme/images/required.gif) no-repeat 127px 0;
}
dd.mail {
	background: url(/jlc/jme/images/required.gif) no-repeat 247px 0;
}
dd.zip {
	background: url(/jlc/jme/images/required.gif) no-repeat 179px 0;
}
dd.prefecture {
	background: url(/jlc/jme/images/required.gif) no-repeat 105px 0;
}
dd.address {
	background: url(/jlc/jme/images/required.gif) no-repeat 407px 0;
}
dd.sex {
	background: no-repeat 74px 0;
}
dd ul li {
	float: left;
	margin:0 20px 0 0;
	font-size:1.4em;
}
dd ul li.txt,dd ul.txrR {
	padding: 0 10px 0 3px;
}
dd ul li.txt2 {
	padding: 1px 3px 0 3px;
}
dd.zip ul li.btn {
	padding: 0 0 0 3px;
}
input[type=text],
input[type=password] {
	height: auto;
	/*height: 20px;*/
    background: #ecf3f4 none repeat scroll 0 0;
    border: medium none;
    color: #0a6678;
    font-size: 1.4em;
    padding: 5px 0 0 5px;
}
input.name {
	width: 180px;
}
input.id,input.pass,input.tel {
	width: 120px;
}
input.mail {
	width: 240px;
}
input.zip {
	width: 40px;
}
input.btn {
	width: 75px;
	height: 24px;
	margin: -3px 0 0 0;
}
input.address {
	width: 400px;
}
input.answer {
	width: 198px;
}
select {
    -moz-appearance: textfield;
    background: #ecf3f4 none repeat scroll 0 0;
    border: 1px solid #9e9e9e;
    box-sizing: border-box;
    color: #0a6678;
    font-family: monospace;
    font-size: 1.4em;
    line-height: 1.2;
    padding: 5px 10px;
}
select.prefecture {
	width: 100px;
}
select.birth {
	width: 55px;
}
select.job {
	width: 200px;
}
select.question {
	width: 200px;
}

/**********************************
	アンケート
*******************************/

#enquete {
}
#enquete p {
	width: 100%;
	color: #366;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #366;
	border-bottom: solid 1px #366;
	margin: 20px 0 30px 0;
	padding: 10px 0;
}
#enquete dl {
	height: 70px;
}
#enquete dt {
	height: 60px;
	padding: 10px 50px 0 0;
}
#enquete dt.weekday {
	background: url(/jlc/jme/images/required.gif) no-repeat 183px 11px;
}
#enquete dt.saturday {
	background: url(/jlc/jme/images/required.gif) no-repeat 183px 11px;
}
#enquete dt.sunday {
	background: url(/jlc/jme/images/required.gif) no-repeat 183px 11px;
}
#enquete li {
	height: 22px;
}
#enquete span {
	/*color: #ff3c00;*/
}

/**********************************
	登録
*******************************/

#button {
	margin: 20px auto 0 auto;
	width:320px;
}
#button li {
	float: left;
}
#button input.submit {
	width: 320px;
	height: 50px;
	margin: 0 0 5px 0;

}
#button input.reset {
	width: 157px;
	height: 30px;
}
#button input.back {
	width: 158px;
	height: 30px;
	margin: 0 0 0 5px;
}

/**********************************
	フッター
*******************************/

#footer {
	width: 900px;
}
#footer img {
	width: 176px;
	height: 28px;
	margin: 0 60% 10px 40%;
	display: block;
	border:0;
}


/**********************************
	会員情報変更
*******************************/

DIV.custupd table {
	background-color: #808080;
}

DIV.custupd table td,DIV.custupd table th {
	background-color: #ffffff;
	padding: 5px;
}

/**********************************
	リマインダー
*******************************/


DIV.reminder td,DIV.reminder th {
	background-color: #ffffff;
	padding: 3px;
	font-size: 10pt;
	text-align: left;
}

DIV.reminder {
	padding-left: 1.5em;
	margin-right: 1em;
	width: 600px;
}

DIV.reminder h1 {
	font-size: 10pt;
	color: #336666;
	font-weight: normal;
	border-bottom: 1px solid #336666;
	padding-bottom: 5px;
}



/**********************************
	ログイン、会員メニュー
*******************************/

DIV.top td,DIV.top th {
	background-color: #ffffff;
	padding: 5px;
	font-size:10pt;
	text-align: left;
}

DIV.top {
	padding-left: 1.5em;
	margin-right: 1em;
	width: 600px;
}

DIV.top h1 {
	font-size: 10pt;
	color: #336666;
	font-weight: normal;
	border-bottom: 1px solid #336666;
	padding-bottom: 5px;
}

/**********************************
	ポイント確認
*******************************/
DIV.point td,DIV.point th {
	border: 1px solid #63B1B1;
	padding: 3px;
	 font-size:10pt;
	 text-align: left;
	 font-weight: normal;
}

DIV.point {
	padding-left: 1.5em;
	margin-right: 1em;
	font-size:10pt;
	width: 600px;
}

DIV.point h1 {
	font-size:10pt;
	color: #336666;
	font-weight: normal;
	border-bottom: 1px solid #336666;
	padding-bottom: 5px;
}


DIV.point h2 {
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}

/**********************************
	会員退会
*******************************/


DIV.withdraw td,DIV.withdraw th {
	background-color: #ffffff;
	padding: 3px;
	font-size:10pt;
	text-align: left;
}

DIV.withdraw {
	padding-left: 1.5em;
	margin-right: 1em;
	width: 600px;
}

DIV.withdraw h1 {
	font-size: 10pt;
	color: #336666;
	font-weight: normal;
	border-bottom: 1px solid #336666;
	padding-bottom: 5px;
}
