@charset "UTF-8";
/* ===============================================================
	会員情報入力
=============================================================== */

/* リンク */

a:link {
    color: #006;
    text-decoration: underline;
}
a:visited {
/*     color: #228;
    text-decoration: underline; */
}
a:hover, a:focus, a:active 	{
    color: #006;
    text-decoration:none;
}

/* シーケンス */
div#flow {
    width:100%;
}


h3.step-header{
    float: left;
    background-color: #2545A4 ;
    color: #fff;
    /* font-family:migmix-1p-bold; */
    line-height: 36px;
    border: 5px #2545A4 solid;
    border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
}

aside#flow ol {
    /*width: 451px;*/
    width: 830px;
}

aside#flow .two-step {
    margin-top:48px;
    margin-bottom: -42px;
}

aside#flow h3.step-header+ol {
    border:5px #2545A4 solid;
    border-right-width:10px;
    padding:6px;
    width:700px;
    margin-left:-5px;
    display:inline-block;
}

h3.step-header2{
    float: left;
    background-color: #2545A4 ;
    color: #fff;
    /* font-family:migmix-1p-bold; */
    /*line-height: 71px;*/
    line-height: 87px;
    border: 5px #2545A4 solid;
    border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
}

aside#flow h3.step-header2+ol {
    border:5px #2545A4 solid;
    border-right-width:10px;
/*    padding:5px 5px 52px 5px; */
    padding:5px 5px 58px 5px;
    width:660px;
    margin-left:-5px;
    display:inline-block;
}
aside#flow h3.step-header2+ol>li {
	margin-bottom: 3px;
}

h3.step-header3{
    float: left;
    background-color: #2545A4;
    color: #fff;
    /* font-family:migmix-1p-bold; */
    /*line-height: 71px;*/
    line-height: 34px;
    border: 5px #2545A4 solid;
    border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
}

aside#flow h3.step-header3+ol {
    border:5px #2545A4 solid;
    border-right-width:10px;
    /*    padding:5px 5px 52px 5px; */
    padding: 5px 5px 5px 5px;
    width:660px;
    margin-left:-5px;
    display:inline-block;
}
aside#flow h3.step-header3+ol>li {
    margin-bottom: 3px;
}

/* 規約 */
.description {
	margin-bottom: 10px;
	line-height: 20px;
}
.indent {
	margin-left: 20px;
}


div#rule {
    margin: 25px auto 25px auto;
    width: 650px;
    height: 200px;
    border: 1px #e0e0d6 solid;
    padding: 15px;
    overflow: auto;
}

div#rule h4 {
    /* font-family:migmix-1p-bold; */
    font-size: 14px;
    border-bottom: 1px dashed #7C7E5F;
    margin-bottom: 15px;
    padding: 0 0 3px;
}

div#rule dl {
    margin-bottom: 20px;
}

div#rule dt {
    /* font-family:migmix-1p-bold; */
    margin-bottom: 7px;
}

div#rule dd {
    padding-left: 1.0em;
    line-height: 17px;
}

div#rule ol {
    margin-left: 1.5em;
}

div#rule li {
    text-indent: -1.5em;
    list-style: none;
    margin-bottom: 7px;
}

div#rule li:last-of-type {
    margin-bottom: 0;
}

div#clause a {
    display: block;
	text-align: center;
	padding: 20px;
	font-size: 18px;
}

div#rule{
		display: block;
}

a#link-agree{
	display: none;
}

/* 約款 */
div#clause {
    margin: 25px auto 25px auto;
    width: 650px;
    height: 200px;
    border: 1px #e0e0d6 solid;
    padding: 15px;
    overflow: auto;
}

div#clause h4 {
    /* font-family:migmix-1p-bold; */
    font-size: 14px;
    border-bottom: 1px dashed #7C7E5F;
    margin-bottom: 15px;
    padding: 0 0 3px;
}

div#clause dl {
    margin-bottom: 20px;
}

div#clause dt {
    /* font-family:migmix-1p-bold; */
    margin-bottom: 7px;
}

div#clause dd {
    padding-left: 1.0em;
    line-height: 17px;
}

div#clause ol {
    margin-left: 1.5em;
}

div#clause li {
    text-indent: -1.5em;
    list-style: none;
    margin-bottom: 7px;
}

div#clause li:last-of-type {
    margin-bottom: 0;
}

div#clause a {
    display: block;
	text-align: center;
	padding: 20px;
	font-size: 18px;
}

div#clause{
		display: block;
}
a#link-agree{
	display: none;
}


/* 画面入力用注釈 add by ubu */
div#input_rule {
    margin: 2px auto 0px auto;
/*    border: 1px #e0e0d6 solid;*/
    padding: 2px;
    overflow: auto;
}

div#input_rule h4 {
    /* font-family:migmix-1p-bold; */
    font-size: 14px;
/*    border-bottom: 1px dashed #7C7E5F;*/
    margin-bottom: 15px;
    padding: 0 0 3px;
}

div#input_rule dl {
    margin-bottom: 5px;
}

div#input_rule dt {
    /* font-family:migmix-1p-bold; */
    margin-bottom: 5px;
}

div#input_rule dd {
    padding-left: 1.0em;
    line-height: 17px;
}

div#input_rule ol {
    margin-left: 1.5em;
}

div#input_rule li {
/*    text-indent: 1.5em;*/
/*    list-style: none;*/
	margin-left: 1.0em;
    margin-bottom: 2px;
}

div#input_rule li:last-of-type {
    margin-bottom: 0;
}


/* メールマガジンリスト */
td.col1-mailmg {
    width:190px;
    border-bottom: 1px dashed #7c7e5f;
    padding:2px;
    padding-left: 40px;
}

td.col2 dt {
    /* font-family:migmix-1p-bold; */
    font-size: 12px;
    margin-bottom:6px;
}

td.col2 dd {
    color: #333;
}

.cancel-magazine{
    color:#a6a6a6 !important;
}

/* 入力照会用変更ボタン */
input.short-main-submit {
    width: 150px;
	height: 28px;
	/* font-family: migmix-1p-regular; */
	color: #ffffff;
	border: 4px solid #edc6bf;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	background: /*url('../img/icon/sankaku_p2.gif') 125px center no-repeat*/ #ED8E87;
	margin-top:-1px;
	float:right;
	margin-right:25px;
	padding-right:15px;
}

input.short-main-submit:hover{
	cursor: pointer;
}

@media all and
(min-width : 768px) and
(max-width : 1024px) {
	body {
	overflow: hidden;
	-webkit-transform: scale(1.0);
	-webkit-transform-origin: 0 0;
	}
}

/* ===============================================================
	お問い合わせ
=============================================================== */
/* お問い合わせ２ペインスタイル */
h2.two-pain-h2 {
    /* font-family: migmix-1p-regular; */
    background-color:#eff0e4;
    color:#7c7e5f;
    font-size: 14px;
    line-height:25px;
    margin: 0px auto 10px 1px;
    width: 90%;
    padding:5px 0 5px 35px;
}
.two-pain-area
{
	height: 255px;
}

.inquery_textarea
{
	margin-bottom:30px;
}
.grid
{
	width: 47%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	border: 1px #E0E0D6 solid;
	display: table-cell;
	height: 90%;
}

/* ボタンの位置調整 */
div#submit-align1 a{
	margin-top:90px;
}
div#submit-align2 a{
	margin-top:77px;
}

.grid p
{
	margin: 10px;
}
.grid input
{
	margin-left:auto;
	margin-right:auto;
}
.two-pain-form
{
	margin-top: 25px;
}
.input-grid
{
	width: 550px;
	/*margin: 10px 0px 0px 0px;*/
	margin: 10px auto 0px auto;
	background-color: white;
	border-collapse: separate;
	border-spacing: 22px 11px;
}

.input-grid1
{
    width: 600px;
    /*margin: 10px 0px 0px 0px;*/
    margin: 10px auto 0px auto;
    background-color: white;
    border-collapse: separate;
    border-spacing: 22px 11px;
}
td.col1-grid
{
	width: 100px;
	text-align: right;
	padding-right: 13px;
}
td.col2-grid
{
	margin: 2px;
	padding: 2px;
	padding-left: 13px;
}
td.col1-grid, td.col2-grid
{
	border-bottom: 1px dashed #7C7E5F;
}
a.link-contents
{
	width: 232px;
	height: 16px;
	/* font-family: migmix-1p-regular; */
	color: white;
	font-size: 14px;
	border: 5px solid #EDC6BF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: /*url('../img/icon/sankaku_p2.gif') 200px center no-repeat*/ #ED8E87;
	vertical-align: bottom;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 5px 0px 5px 0px;
}
.impact-message
{
	font-size: 18px;
}
span.link-arrow
{
	display: block;
	float:left;
	border-top: 5px solid transparent;
	border-left: 10.6px solid #EDC6BF;
	border-bottom: 5px solid transparent;
	margin: 2px 5px auto 20px;
	-webkit-border-radius: 0;
}

/* お問い合わせ入力 */
.inquiry-contents
{
	width: 400px;
	height: 195px;
}
.subject
{
	width: 350px;
}
input.email
{
	width: 350px;
}


.go_red {
    color: #ff0000;
    font-size:14px;
}

.go_green {
    color: #008000;
    font-size: 14px;
}

/* プライバシーポリシーのリンク */
.link-arrow-policy
{
	display: inline-block;
	border-top: 7px solid transparent;
	border-left: 14.6px solid #EDC6BF;
	border-bottom: 7px solid transparent;
	margin: 0px 5px -3px 7px;
	-webkit-border-radius: 0;
}
/* ===============================================================
	メールマガジン登録・解除
=============================================================== */

/* メールマガジン一覧用td */
td.col1_1 {
	width: 230px;
	text-align: right;
	padding-right: 13px;
	padding: 2px;
	border-bottom: 1px dashed #7C7E5F;
}

/* 会員情報照会、MyPageTOPへ戻る */
a#back-account-submit
{
	width: 200px;
	height: 23px;
	/* font-family: migmix-1p-regular; */
	color: #ffffff;
	font-size: 14px;
	border: 5px solid #edc6bf;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: /*url('../img/icon/sankaku_p1.gif') 20px center no-repeat*/ #ed8e87;
    vertical-align: bottom;
    text-decoration: none;
    display: inline-block;
    padding-top: 7px;
	margin-left:10px;
	padding-left:10px;
}

input#back-account-submit
{
	width: 200px;
	height: 23px;
	/* font-family: migmix-1p-regular; */
	color: #ffffff;
	font-size: 14px;
	border: 5px solid #edc6bf;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: /*url('../img/icon/sankaku_p1.gif') 20px center no-repeat*/ #ed8e87;
    vertical-align: bottom;
    text-decoration: none;
    display: inline-block;
    padding-top: 7px;
	margin-left:10px;
	padding-left:10px;
}
/* ===============================================================
	メールアドレス変更
=============================================================== */
/* h2見出しにテキストがない場合 */
h2.one-pain-h2-1 {
    /* font-family: migmix-1p-regular; */
    background-color: #eff0e4;
    color: #7c7e5f;
    font-size: 14px;
    line-height: 25px;
    margin: 30px auto 10px 1px;
    width: 100%;
    padding: 17px 0 17px 35px;
}
/* 赤文字 */
.impact-message2
{
	color:#FF0000;
	font-weight: bold;
}
/* ===============================================================
	退会手続き
=============================================================== */

/* メールアドレス（リードオンリー） */
.readonly_textbox
{
	width:500px !important;
	border:1px solid #ffffff !important;
}

/* 注意書き */
.attention-area
{
	background-color: #FFFFCC;
	padding: 10px 0px 5px 0px;
	margin-top: 15px;
}
/* リスト */
.list-dot{
	list-style-type: disc;
    margin-left: 20px;
	padding: 10px;
}
.list-dot li{
	padding-bottom: 10px;
}
/* ===============================================================
	入会手続き
=============================================================== */
/* 新規会員登録ボタン */
a.link-new-acount
{
	width: 232px;
	height: 16px;
	/* font-family: migmix-1p-regular; */
	color: white;
	font-size: 14px;
	border: 5px solid #b6dcbd;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: /*url('../img/icon/sankaku_green.gif') 200px center no-repeat*/ #67b575;
	vertical-align: bottom;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 5px 0px 5px 0px;
}
/* ===============================================================
	マイページ
=============================================================== */
td.col1-MyPage,td.col2-MyPage {
    padding:2px;
    border-bottom: 1px dashed #7c7e5f;
}

td.col1-MyPage {
    width:305px;
    padding-right:13px;
}

td.col2-MyPage{
    margin: 2px;
	padding: 2px;
	/* さらにオーバーライド */
	padding-left: 13px;
	width: 305px;
}
a.link-contents2
{
	font-size: 17px;
	color: #339966;
	text-decoration: none;
}


td.col1-MyPage:hover, td.col2-MyPage:hover
{
	background-color: #f9eae7;
}
div.link-contents2-area
{
	border-bottom: 4px solid #ED8E87;
	border-left: 11px solid #ED8E87;
	height: 25px;
	margin-top: 30px;
}
h2.link-contents2-h2
{
	border-left: 6px solid #edc6bf;
	height: 25px;

}
.col1-MyPage p,.col2-MyPage p{
	margin-top: 10px;
	margin-bottom: 20px;
}
a.taikai{
	color: #808080 !important;
}

/* Media Queries */
@media screen
and (max-width : 600px){
	td.col1-MyPage, td.col2-MyPage{
		display: block;
		text-align: left;
	}
	td.col1-MyPage{
		width: 100%;
		margin-right: 13px;
		padding-right: 2px;
	}
	td.col2-MyPage{
		padding: 0px;
		width: 100%
	}
}
/* ===============================================================
	ログイン
=============================================================== */
/* 新規会員登録 */
/* ログインボタンと新規会員登録の位置を合わせる応急処置 */
form[name=loginForm] #submit-align2 {
	margin-top: -49px;
}
input.pswd-2pain, input.email-2pain
{
	width: 300px!important;
}
/* h2に枠が付く場合 */
h2.two-pain-frame-h2 {
    /* font-family: migmix-1p-regular; */
    background-color:#eff0e4;
    color:#7c7e5f;
    font-size: 14px;
    line-height:25px;
    width: 100%;
}
h2.two-pain-frame-h2 span{
	margin: 0px auto 10px 1px;
	padding:5px 0 5px 10px;
}
div.two-pain-area-login{
	display: table;
}
/* ID,PASSなどの入力テーブルのサイズ調整 */
#loginForm table.input-grid {
	width: auto;
}
#loginForm table.input-grid td.col1-grid {
	width: auto;
}

/* ID,PASSなどの入力テーブルのサイズ調整 */
#passwordChangeForm table.input-grid1 {
    width: auto;
}
#passwordChangeForm table.input-grid1 td.col1-pwd1 {
    width: auto;
}
/* 郵便番号入力 */
p.zip-code-search
{
	padding-bottom: 5px;
}
td.col1-MyPage-1pain{
	display: block;
	text-aline: left;
}
/* Media Queries */
@media screen
and (max-width : 600px){
	div.grid{
		display: table-cell;
		width: 95%;
		padding-bottom: 30px;
	}
	td.col1-grid, td.col2-grid{
		display:block;
		text-align: left;
		width: 100%;
	}
	td.col1-grid{
		margin-right:13px;
		padding-right:2px;
	}
	td.col2-grid{
		border-bottom:none;
		padding-left: 0;
	}
	table.input-grid,table.input-grid1{
		width: 100%;
	}
	h2.two-pain-frame-h2{
		width: 101%
	}
	input.pswd-2pain, input.email-2pain{
		width: 100%!important;
	}
	a.link-contents, a.link-new-acount{
		width: 170px;
		background-position-x: 150px;
	}
}
/* ===============================================================
	MYページ
=============================================================== */
.col1-MyPage img, .col2-MyPage img
{
	vertical-align:text-bottom;
}

/* ===============================================================
	基本情報変更
=============================================================== */
span.inputlayout1
{
	margin-right:10px;
	margin-left:11px;
}

span.inputlayout2
{
	margin-right:10px;
}

.col2 input
{
	vertical-align:1px;
	margin-right:15px;
	margin-bottom:3px;
	width:140px;
}

.col2 input.purpose_text {
    margin-right: 0;
    width:350px;
}

.col2 select
{
	vertical-align:1px;
	margin-right:3px;
	margin-bottom:3px;
}

.select-short
{
	width:60px;
	margin-left:15px;
}

.select-long
{
	width:80px;
}

.col2 p
{
	padding-bottom:3px;
	line-height: 1.2em;
}

.col2 p
{
	padding-bottom:3px;
	line-height: 1.2em;
}

/* いつものお届け先に指定チェックボックス */
.col2-check
{
	width:15px !important;
	margin-right:0px !important;
	vertical-align:middle !important;
}

/* いつものお届け先に指定チェックボックス */
.col2-check
{
	width:15px !important;
	margin-right:0px !important;
	vertical-align:middle !important;
}

.input[type="checkbox"]
{
	width:15px !important;
	margin-right:0px !important;
	vertical-align:middle !important;
}

/*#fileupload input[type="file"]
{
/*	width:225px;*/
	width:300px;
}*/


/* ===============================================================
	MediaQueries
=============================================================== */
@media screen
and (max-width : 600px){
    h3.step-header {
    	border-radius: 7px 7px 0 0;
        -webkit-border-radius: 7px 7px 0 0;
        -moz-border-radius: 7px 7px 0 0;
        line-height: 16px;
        float: none;

    }

    aside#flow h3.step-header + ol {
        border-right-width: 5px;
        border-top-width: 0;
        width: auto;
        margin-left: 0;
        height: 100%;
        padding: 1px 2px 1px 2px;
    }

    h3.step-header2 {
    	border-radius: 7px 7px 0 0;
        -webkit-border-radius: 7px 7px 0 0;
        -moz-border-radius: 7px 7px 0 0;
        line-height: 16px;
        float: none;

    }

    aside#flow h3.step-header2 + ol {
        border-right-width: 5px;
        border-top-width: 0;
        width: auto;
        margin-left: 0;
        height: 100%;
        padding: 1px 2px 1px 2px;
    }

    h3.step-header3 {
        border-radius: 7px 7px 0 0;
        -webkit-border-radius: 7px 7px 0 0;
        -moz-border-radius: 7px 7px 0 0;
        line-height: 16px;
        float: none;

    }

    aside#flow h3.step-header3 + ol {
        border-right-width: 5px;
        border-top-width: 0;
        width: auto;
        margin-left: 0;
        height: 100%;
        padding: 1px 2px 1px 2px;
    }

    .col2 input {
        margin-right: 0;
        width: 50%;
    }
    
	.col2 input.purpose_text {
	    margin-right: 0;
	    width: 100%;
	}    
    .col2 a {
		 display: block;
    }

	td.col1_1{
		display:block;
		text-align:left;
		width:100%;
		margin-right:13px;
		padding-right:2px;
	}

	div#rule{
		width: 92%
	}

	div#clause{
		width: 92%
	}

	/* 画面入力用注釈 */
	div#input_rule{
		width: 92%
	}

	td.col1-mailmg{
		display:block;
		text-align:left;
		width:85%;
		margin-right:13px;
		padding-right:2px;
	}

	div.two-pain-area{
		display: table;
	}

	.inquiry-contents{
		width: 100%;
	}

	a.sub-submit{
		height: 23px;
		width: 72px;
		margin-top: 6px;
	}

	div#rule{
		display: block;
	}
	a#link-agree{
		display: block;
		text-align: center;
		padding: 20px;
		font-size: 18px;
	}

	div#clause{
		display: block;
	}
	a#link-agree{
		display: block;
		text-align: center;
		padding: 20px;
		font-size: 18px;
	}

	td.col1-MyPage,td.col2-MyPage {
    	padding:2px;
    	border-bottom: 0px none #7c7e5f;
	}
	
	aside#flow h3.step-header2+ol>li {
		margin-bottom: 0px;
	}
	.col2 select.year {
		width: 80%;
	}
	
	
	.col2-pwd select.year {
        width: 80px;
    }
}
