@charset "Shift_JIS";

/*=========================================================================

 会員系ページ

=========================================================================*/


/* memberCont
-------------------------------------------------------------------------*/
.memberCont{
	width:800px;
	margin:30px auto 0;
}
.memberCont .section{
	padding:20px 20px 0 20px;
}
.memberCont .section.subscGmt {
 padding-top: 0;
}
/* 会員登録フロー
-------------------------------------------------------------------------*/
.entryFlow{
	margin-bottom:30px;
}
.entryFlow li{
	display:inline-block;/display:inline;/zoom:1;vertical-align:top;
	width:203px;
	height:38px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/member/img_entry_flow.gif) no-repeat 0 0;
}
.entryFlow li span{
	display:block;
	overflow:hidden;text-indent:100%;white-space:nowrap;
}
.entryFlow li.flow01{	background-position:0 0;}
.entryFlow li.flow02{	background-position:-203px 0; width:202px;}
.entryFlow li.flow03{	background-position:-405px 0;}
.entryFlow li.flow04{	background-position:-608px 0; width:192px;}
.entryFlow li.flow01.cur{	background-position:0 -38px;}
.entryFlow li.flow02.cur{	background-position:-203px -38px;}
.entryFlow li.flow03.cur{	background-position:-405px -38px;}
.entryFlow li.flow04.cur{	background-position:-608px -38px;}


/* 楽天ID連携
-------------------------------------------------------------------------*/
.memberCont .rakutenID {
 text-align: center;
 margin-bottom: 60px;
}
.memberCont .rakutenID .loginArea {
 margin-bottom: 0;
}
.memberCont .rakutenID .loginArea dl {
 text-align: left;
}
.memberCont .rakutenID .loginArea dl:nth-of-type(2) {
 border: none;
}
.memberCont .rakutenID .loginArea dl dt {
 width: 224px;
 padding-right: 15px;
}
.memberCont .rakutenID .loginArea dl dt span {
 display: inline-block;
}
.memberCont .rakutenID  .leadtxt {
 font-size: 24px;
 font-weight: bold;
 margin-bottom: 18px;
}
.memberCont .rakutenID  .leadtxt ~ p {
 font-size: 15px;
}
.memberCont .rakutenID .loginArea dd input {
 background-color: #fffee6;
}
.memberCont .rakutenID .btmArea {
 padding: 0 20px 20px;
 background-color: #f1f1f1;
}
.memberCont .rakutenID .btmArea .submitBtn {
 width: auto;
 background: #77BD0A;
 background-image: -webkit-linear-gradient(top, #77BD0A, #388C10);
 background-image: -moz-linear-gradient(top, #77BD0A, #388C10);
 background-image: -ms-linear-gradient(top, #77BD0A, #388C10);
 background-image: -o-linear-gradient(top, #77BD0A, #388C10);
 background-image: linear-gradient(to bottom, #77BD0A, #388C10);
 -webkit-border-radius: 5;
 -moz-border-radius: 5;
 border-radius: 5px;
 color: #ffffff;
 padding: 0 12px;
 text-decoration: none;
 box-shadow: 0 1px 0 0 #B1DA6F inset;
 border: solid 1px #388C10;
 margin-bottom: 20px;
}
.memberCont .rakutenID + .rakutenID {
 margin-bottom: 30px;
}
.memberCont .rakutenID + .rakutenID p {
 color: #cc0000;
 font-size: 16px;
}
/* お客様情報入力
-------------------------------------------------------------------------*/
/* 氏名 */
.tableDl dd dl.name dd{
	margin-top:6px;
}
.tableDl dd dl.name dd span{
	display:inline-block;/display:inline;/zoom:1;vertical-align:middle;
	width:2.5em;
}
.tableDl dd dl.name dd input{
	width:170px;
	margin-right:30px;
}
/* 性別 */
.tableDl dd.sex{
	min-height:32px;
	padding-top:20px;
}
.tableDl dd.sex label{
	margin-right:30px;
	font-weight:bold;
}
/* 生年月日 */
.tableDl dd.birthday{
	min-height:37px;
	padding-top:15px;
}
.tableDl dd.birthday span{
	padding:0 20px 0 10px;
	vertical-align:middle;
}
.tableDl dd.birthday span:first-child{
	padding:0 10px 0 0;
}
.tableDl dd.birthday select{
	width:70px;
	padding:5px;
}
/* 郵便番号 */
.tableDl dd .zipcode dt .zipcodeSearch{
	margin-left:30px;
	font-weight:normal;
}
.tableDl dd .zipcode dd input.text{
	width: 100px;
}
.tableDl dd .zipcode dd span{
	padding:0 15px;
	vertical-align:middle;
}
.tableDl dd .zipcode dd span:first-child{
	padding:0 15px 0 0;
}
.tableDl dd .zipcode dd .addSearch{
	margin-top:10px;
}
.tableDl dd .zipcode dd .addSearch .funcBtnL{
	font-size:100%;
}
.tableDl dd .zipcode dd .addSearch .funcBtnL span{
	padding:9px 20px 0 15px;
}
/* 住所 */
.tableDl dd .address dd input.text{
	width:440px;
}
.tableDl dd .address dt p{
	margin-top:3px;
}
/* 電話番号 */
.tableDl dd .tel dd input.text{
	width:65px;
}
.tableDl dd .tel dd span{
	padding:0 15px;
	vertical-align:middle;
}
.tableDl dd .tel dt p{
	margin-top:3px;
}
/* FAX */
.tableDl dd .fax dd input.text{
	width:65px;
}
.tableDl dd .fax dd span{
	padding:0 15px;
	vertical-align:middle;
}
.tableDl dd .fax dt p{
	margin-top:3px;
}
/* メールアドレス、パスワードの設定、お客様番号 */
.tableDl .mailPw p,
.tableDl .mailPw ul{
	padding:8px 0;
}
.tableDl .mailPw p:first-child,
.tableDl .mailPw ul:first-child{
	padding:0 0 6px 0;
}
.tableDl .mailPw input.text{
	width:300px;
}
/* お客様番号 */
.tableDl .userNo .userNoCol{
	margin-top:8px;
}
.tableDl .userNo input.text{
	float:left;
	width:300px;
}
.tableDl .userNo ul.link{
	float:right;
	margin-top:-6px;
	text-align:right;
}
.tableDl .userNo ul.link li{
	margin-top:6px;
}
.tableDl .userNo .userNoCol{	zoom:1;}
.tableDl .userNo .userNoCol:after{	content:".";	display:block;	clear:both;	visibility:hidden;	height:0;}

/* お知らせメール */
.tableDl .mailmag .radio{
	padding:3px 0 12px 0;
}
.tableDl .mailmag .radio li{
	margin-top:6px;
}
.tableDl .mailmag .radio li:first-child{
	margin-top:0;
}
/* 勤務先名称  */
.tableDl dd .office dd input.text{
	width:440px;
}
/* 部署名  */
.tableDl dd .department dd input.text{
	width:440px;
}
/* 会社名  */
.tableDl dd .company dd input.text{
	width:440px;
}
/* お届け先名  */
.tableDl dd .delivery dd input.text{
	width:440px;
}
/* メールアドレス */
.tableDl .mailAd p,
.tableDl .mailAd ul{
	padding-top:8px;
	padding-bottom:8px;
}
.tableDl .mailAd dl dd{
	margin-top:0;
}
.tableDl .mailAd input.text{
	width:300px;
}
/* メールの形式 */
.tableDl .format .radio{
	margin-left:-12px;
}
.tableDl .format .radio li{
	/zoom:1;
	display:inline-block;
	display:inline;
	margin-left:12px;
}
/* ディノスカード */
input:not([value=""])#MEM_EML,
input:not([value=""])#PASS1,
input:not([value=""])#PASS2 {
  color:#373737 !important;
}

/* 確認画面：ボタン上テキスト
-------------------------------------------------------------------------*/
.submitMsg{
	margin-top:40px;
	text-align:center;
}

/* 完了画面：.msgFrame2内　会員登録について
-------------------------------------------------------------------------*/
.msgFrame2 dl{
	margin-top:20px;
}
.msgFrame2 dl:first-child{
	margin-top:0;
}
.msgFrame2 dt{
	font-weight:bold;
}

/* モーダルウィンドウ内
-------------------------------------------------------------------------*/
/* 検索エリア */
.searchArea{
	padding-bottom:20px;
}
.searchArea dt{
	font-weight:bold;
}
.searchArea dd{
	position:relative;
	padding:5px 170px 0 0;
}
.searchArea .btn{
	position:absolute;
	top:0;
	right:0;
}
.searchArea dd input.text{
	width:300px;
	padding:3px;
}
.searchArea dd .zip input.text{
	width: 100px;
	padding:3px;
}

/* 住所検索結果一覧 */
ul.addList{
	margin:10px 0 30px 0;
	border:1px solid #ccc;
}
ul.addList li{
	padding:10px 10px 10px 20px;
	border-top:1px solid #ccc;
	letter-spacing:-0.4em;
}
ul.addList li:first-child{
	border-top:0;
}
ul.addList li .add{
	display:inline-block;/display:inline;/zoom:1;vertical-align:middle;
	width:320px;
	margin-right:10px;
	letter-spacing:normal;
}
ul.addList li .submitBtnS{
	display:inline-block;/display:inline;/zoom:1;vertical-align:middle;
	letter-spacing:normal;
}




/* ************************************************************************

 会員規約

************************************************************************ */

/* 規約表示エリア
-------------------------------------------------------------------------*/
.kiyakuArea{ 
  padding: 0 0 30px 0;
  margin-left: -10px;
}
.kiyakuArea iframe{ 
	width:100%;
	height: 13em;
	overflow:hidden;
	border:0;
}

/* 続きを読む
-------------------------------------------------------------------------*/
.moreView{ 
	position:relative;
	padding-bottom:30px;
}
.moreView .moreBtn{
	position:absolute;
	bottom:0;
	right:0;
}




/* ************************************************************************

 ログイン

************************************************************************ */

/* ログインメッセージ
-------------------------------------------------------------------------*/
.loginMsg{
	padding:0 20px;
}
.loginMsg .msg{
	float:left;
}
.loginMsg .link{
	float:right;
}
.loginMsg{	zoom:1;}
.loginMsg:after{	content:".";	display:block;	clear:both;	visibility:hidden;	height:0;}

/* ログインエリア
-------------------------------------------------------------------------*/
.loginArea{
	margin-top:20px;
}
.loginArea dl{
	padding:20px;
	background-color:#f1f1f1;
	border-top:1px solid #cacaca;
	text-align:center;
}
.loginArea dt{
	display:inline-block;/display:inline;/zoom:1;vertical-align:top;
	min-width:150px;
	padding-right:20px;
	text-align:right;
}
.loginArea dt span{
	display:block;
}
.loginArea dd{
	display:inline-block;/display:inline;/zoom:1;vertical-align:top;
	min-width:460px;
	text-align:left;
}
.loginArea dd input{
	width:370px;
	padding:3px;
}
.loginArea dd ul{
	padding-top:8px;
}
.loginArea dd ul li{
	margin-top:5px;
}

/* はじめてのお客様
-------------------------------------------------------------------------*/
.memberEntry .btn1row{
 width: 180px;
 font-size: 160%;
 padding: 6px 10px;
 background-color: #f4870b;
 background: linear-gradient(top, #f7a620, #d97b09);
 background: -webkit-gradient(linear, left top, left bottom, from(#f7a620), to(#d97b09));
 border: solid 1px #f0b35f;
 border-radius: 3px;
 box-shadow: 2px 2px 2px #b5b1ab;
 -webkit-box-shadow: 2px 2px 2px #b5b1ab;
 text-decoration: none !important;
 color: #fff !important;
 line-height: 1.8;
}
.memberEntry .btn1row:hover{
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}
.memberEntry .present{
	text-align:center;
}
.memberEntry .present span{
	display:inline-block;/display:inline;/zoom:1;vertical-align:top;
	min-height:39px;
	margin-top:20px;
	padding:6px 0 0;
	font-weight:bold;
	color:#ff9900;
 font-size: 125%;
}

/* カート内ログインページ：ゲスト購入対応
-------------------------------------------------------------------------*/
.cartLogin .memberCont {
 margin: 30px auto 0;
 width: 100%;
}
.cartLogin .memberCont .password {
 width: 100%;
 margin: 0 0 30px; 
}
.cartLogin h2.htxt {
 margin-top: 0;
}
.cartLogin .secWrap {
 display: flex;
 justify-content: space-between;
}
.cartLogin .secWrap:first-of-type > li:first-child .section {
 padding: 0;
}
.cartLogin .secWrap > li {
 width: 50%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.cartLogin .secWrap > li:first-child {
 padding-right: 15px;
}
.cartLogin .secWrap > li:nth-of-type(2) {
 padding-left: 15px;
}
.cartLogin .secWrap:first-of-type > li:first-child .section .loginMsg,
.cartLogin .secWrap:nth-of-type(2) .section > p {
 padding: 0 10px;
}
.cartLogin .secWrap:first-of-type > li:first-child .section .loginMsg .msg {
 margin-bottom: 10px;
}
.cartLogin .secWrap:nth-of-type(2) .section > p + p {
 float: right;
}
.cartLogin .registSec .rakutenLogin {
 width: 174px;
 height: 46px;
}
.cartLogin .secWrap .frmbtnArea {
 padding: 20px 0 20px;
}
.cartLogin .secWrap .memberEntry {
 margin-top: 40px;
 text-align: center;
}
.cartLogin .loginArea {
 background-color: #f1f1f1;
}
.cartLogin dl {
 display: table;
 padding: 20px 0;
 width: 100%;
}
.cartLogin dl dt {
 text-align: center;
 display: table-cell;
 min-width: 0;
 width: 28%;
 padding-right: 0;
}
.cartLogin dl dd {
 display: table-cell;
 min-width: 0;
}
.cartLogin dl dd input {
 width: 233px;
}
.cartLogin dl dd input[type="password"] {
 width: 208px;
}
.cartLogin dl dd #passDispTxt {
 padding-top: 8px;
 margin-left: 10px;
}
.cartLogin .frmbtnArea li input.submitBtn {
 width: 180px;
 font-size: 160%;
 box-sizing: content-box;
}
.cartLogin .privacyFrm {
 margin-top: 20px;
 text-align: center;
}
.cartLogin .loginArea dl:nth-child(2) dd label{
  display: block;
  padding-top: 13px;
}
.cartLogin .loginArea dl:nth-child(2) dd ul{
  padding-top: 0;
}
.cartLogin .loginArea dl:nth-child(2) dd input[type="password"]{
  width:233px;
}
.cartLogin .loginArea dl dd #passDispTxt {
 padding-top: 0;
 margin-left: 0;
}

/* ************************************************************************

 メルマガ選択

************************************************************************ */

/* 登録完了メッセージ
-------------------------------------------------------------------------*/
.completeMsg{
	margin:20px 0 20px 80px;
	min-height:121px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/common/bg_complete.gif) no-repeat 425px 0;
}
.completeMsg .text{
	padding:30px 0 0 155px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/common/bg_complete_logo.gif) no-repeat 0 40px;
}
.completeMsg .text span{
	font-weight:bold;
	font-size:130%;
}




/* ************************************************************************

 パスワード忘れ

************************************************************************ */
.step dt{
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.step dd{
	margin-top:10px;
}
.step.s1 dt{
	width:85px;
	height:29px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/member/img_step_01.gif) no-repeat;
}
.step.s2 dt{
	width:85px;
	height:29px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/member/img_step_02.gif) no-repeat;
}



/* ************************************************************************

 パスワード忘れ

************************************************************************ */
.step dt{
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.step dd{
	margin-top:10px;
}
.step.s1 dt{
	width:85px;
	height:29px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/member/img_step_01.gif) no-repeat;
}
.step.s2 dt{
	width:85px;
	height:29px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/member/img_step_02.gif) no-repeat;
}



/* ************************************************************************

 お届け先住所リスト

************************************************************************ */
.col2 .col{
	/zoom:1;
	display:inline-block;
	/display:inline;
	vertical-align:middle;
	width:49%;
}
.col2 .col .frmbtnArea{
	padding:0;
	text-align:right;
}
.col2 .col .frmbtnArea ul{
	/zoom:1;
	display:inline-block;
	/display:inline;
	vertical-align:middle;	
	margin-top:-10px;
}
.col2 .col .frmbtnArea ul li{
	display:block;
	margin:10px 0 0;
}
.addressList .item{
	/zoom:1;
	margin-top:20px;
	padding:20px;
	border:1px solid #cccccc;
	border-radius:4px;
}
.addressList .item dl dt{
	/zoom:1;
	margin-top:-20px;
	padding:9px 0;
	font-weight:bold;
	text-align:center;
}
.addressList .item dl dd{
	/zoom:1;
	padding-top:9px;
	border-top:1px solid #cccccc;
}



/* ************************************************************************

 商品の評価をする

************************************************************************ */

/* ご購入商品
-------------------------------------------------------------------------*/
.evaProduct{
	position:relative;
	width:740px;
	min-height:102px;
	margin:0 auto;
	padding-bottom:20px;
}
.evaProduct .image{
	position:absolute;
	top:0;
	left:0;
}
.evaProduct .image img{
	width:100px;
}
.evaProduct .text{
	padding-left:122px;
}
.evaProduct .text .price{
	font-weight:bold;
	font-size:115%;
}
.evaProduct .text .price span{
	font-weight:normal;
	font-size:85%;
}

/* この商品の評価
-------------------------------------------------------------------------*/
.tableDl dd.evaluate{
	min-height:42px;
}
.tableDl dd.evaluate select{
	width:300px;
}
.evaluateMsg{
	padding:20px 0;
	text-align:center;
	font-weight:bold;
	font-size:115%;
}
img[src$="defaultMall/images/template/common/icon/misc/arrowL_right.gif"]{
  margin-top: 5px;
}

/* 商品を使用する方の情報
-------------------------------------------------------------------------*/
.tableDl.memberInfo select{
	width:300px;
}
.tableDl.memberInfo input.text{
	width:150px;
	margin-right:10px;
}

/* 商品評価についてのご注意
-------------------------------------------------------------------------*/
.attH{
	height:3em;
	overflow:hidden;
}

/* 「この内容で商品評価する」ボタン
-------------------------------------------------------------------------*/
.evaluateBtn{
	padding-right:130px;
}
.evaluateBtn li{
	float:right;
}
.evaluateBtn:after {	content:".";	display:block;	visibility:hidden;	height:0;	line-height:0;	clear:both;}
.evaluateBtn {	min-height:1px;	_height:1px;	/*\*//*/	height:auto;	overflow:hidden;	/**/}

/* 有料カタログ金額欄
-------------------------------------------------------------------------*/
.borderbtm{
	padding-bottom:10px;
	border-bottom:1px dotted #999;
}
.ctPrice{
	float:right;
	width:250px;
}
p .flR{
	float:right;
}

/* クーポン一覧期間欄
-------------------------------------------------------------------------*/
div.memberCont table.borderTbl th.stock{
	width: 16%;
}




/* ************************************************************************

 お買い物履歴一覧

************************************************************************ */

/* ○○様のお買い物履歴
-------------------------------------------------------------------------*/
.displayChange{
	margin-top:20px;
}
.displayChange dt{
	padding-top:17px;
	font-size:115%;
}
.displayChange dd select{
	width:150px;
}
.displayChange .rirekiSentaku{
	width:160px;
}
.displayChange dd span{
	margin:0 6px;
}
.displayChange dd input{
	margin-left:10px;
	vertical-align:middle;
}

/* ページャーエリア
-------------------------------------------------------------------------*/
.orderList .pagerArea{
	position:relative;
}
.orderList .pagerArea .pager{
	padding-right:180px;
}
.orderList .pagerArea .taxInfo{
	position:absolute;
	bottom:0;
	right:0;
}

/* 注文リスト
-------------------------------------------------------------------------*/
.orderList ul{
	margin:8px 0;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #9f9f9f;
}
.orderList li{
	border-top:1px solid #9f9f9f;
	border-bottom:1px solid #d4d4d4;
}
.orderList li ul,
.orderList li li{
	margin:0;
	background-color:inherit;
	border:0;
}
.orderList li dl{
	background-color:#f1f1f1;
	border-top:1px solid #fff;
}
.orderList li dd dl{
	background-color:inherit;
	border:0;
}
.orderList li dt{
	float:left;
	width:140px;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	font-size:115%;
}
.orderList li dt li{
	margin-top:5px;
	font-weight:normal;
	font-size:86%;
}
.orderList li dt li.orderDetail a{
	padding-left:24px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/member/icn_order_detail.gif) no-repeat 0 0;
}
.orderList li dt li.deliveryDetail a{
	padding-left:25px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/member/icn_delivery_detail.gif) no-repeat 0 0;
}
.deliveryDetail_new a{
	margin-top:5px;
	/*background:url(https://img.dinos.co.jp/defaultMall/images/multidev/member/icn_delivery_detail.gif) no-repeat 0 0;*/
	display:block;
}
.orderList li dd{
	float:left;
	width:660px;
	padding-top:5px;
	background-color:#fff;
}

/* dd内の要素の初期化 */
.orderList li dd dt,
.orderList li dd dd{
	float:none;
	width:auto;
	padding:0;
	background-color:inherit;
	font-weight:normal;
}
.orderList li dd dt{
	font-size:100%;
}
.orderList li dl:after {	content:".";	display:block;	visibility:hidden;	height:0;	line-height:0;	clear:both;}
.orderList li dl {	min-height:1px;	_height:1px;	/*\*//*/	height:auto;	overflow:hidden;	/**/}


/* 注文情報：orderInfo
-------------------------------------*/
.orderList li dd .orderInfo div.reviewBtn {
 text-align: right;
 margin-bottom: 30px;
}
.orderList li dd .orderInfo dl{
	display:inline-block;/display:inline;/zoom:1;vertical-align:top;
	width:24%;
	margin-left:1%;
	text-align:center;
}
.orderList li dd .orderInfo dt{
	padding:4px 10px 3px 10px;
	background-color:#f1f1f1;
	font-weight:bold;
}
.orderList li dd .orderInfo dd{
	padding:7px 10px 8px 10px;
}

/* 商品情報  .productInfo
-------------------------------------------------------------------------*/
.orderList li dd .productInfo{
	clear:both;
	position:relative;
	margin-left:10px;
	padding:10px 0;
	border-top:1px solid #cacaca;
}

/* 注文商品：orderProduct
-------------------------------------*/
.orderList li dd .productInfo .orderProduct{
	position:relative;
	float:left;
	width:490px;
	min-height:102px;
}
.orderList li dd .productInfo .orderProduct .image{
	position:absolute;
	top:0;
	left:5px;
	width:102px;
}
.orderList li dd .productInfo .orderProduct .image img{
	width:100px;
}
.orderList li dd .productInfo .orderProduct .image a img{
	width:100px;
}
.orderList li dd .productInfo .orderProduct .text{
	padding-left:122px;
}
.productInfo .orderProduct .text .deliveryDate {
 font-weight: bold;
 font-size: 14px;
 line-height: 1.5;
}
/* 状況：status
-------------------------------------*/
.orderList li dd .productInfo .status{
	float:right;
	width:150px;
	text-align:center;
}
.orderList li dd .productInfo .status dt{
	padding:4px 10px 3px 10px;
	background-color:#f1f1f1;
	font-weight:bold;
}
.orderList li dd .productInfo .status dd{
	padding:7px 10px 6px 10px;
}
.orderList li dd .productInfo .status .reviewBtn{
	margin-top:5px;
}
.orderList li dd .productInfo .status .reviewBtn .funcBtn{
	height:auto;
	padding-left:24px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/common/icn_comment.gif) no-repeat 0 1px;
	text-decoration:underline !important;
	font-weight:normal;
	font-size:100%;
	color:#3c549b !important;
}
.orderList li dd .productInfo .status .reviewBtn .funcBtn:visited {	color:#800080 !important;}
.orderList li dd .productInfo .status .reviewBtn .funcBtn:hover,
.orderList li dd .productInfo .status .reviewBtn .funcBtn:active {	color:#b21818 !important;}
.orderList li dd .productInfo .status .reviewBtn .funcBtn:hover {	text-decoration:none !important;}

.orderList li dd .productInfo .status .reviewBtn .funcBtn span{
	height:auto;
	padding:0;
	background:none;
}
.orderList li dd .productInfo .status .reviewBtn .funcBtn span span{
	display:block;
}
.orderList .productInfo .reviewBtn {
	text-align:right;
 clear: both;
}


/* 選べる○点 */
.orderList li dd .productInfo.select{
	margin-left:132px;
	border-top:1px dashed #cacaca;
}
.orderList li dd .productInfo.select .orderProduct{
	width:368px;
	min-height:inherit;
}
.orderList li dd .productInfo.select .orderProduct .text{
	padding-left:0;
}

/* よりどり3点 */
.orderList li dd .productInfo.yoridori{
	margin-left:30px;
	border-top:1px dashed #cacaca;
}
.orderList li dd .productInfo.yoridori .orderProduct{
	width:470px;
	min-height:inherit;
}
.orderList li dd .productInfo.yoridori .orderProduct .image{
	width:82px;
}
.orderList li dd .productInfo.yoridori .orderProduct .image img{
	width:80px;
}
.orderList li dd .productInfo.yoridori .orderProduct .text{
	padding-left:102px;
}
.orderList li dd .productInfo.yoridori .orderProduct .status .reviewBtn {
	margin-top:0;
}




/* ************************************************************************

 配送状況一覧（お買い物履歴一覧の上書き）

************************************************************************ */

/* 注文商品：orderProduct
-------------------------------------*/
.orderList.delivery li dd{
	padding-top:0;
	overflow:hidden;
}
.orderList.delivery li dd .productInfo{
	margin-top:-1px;
}
.orderList.delivery li dd .productInfo:first-child{
	/margin-top:0;
	/border-top:0;
}



/* ************************************************************************

 お買い物履歴の詳細

************************************************************************ */

/* 注文情報  .orderInfo
-------------------------------------------------------------------------*/
.orderDetail .orderInfo{
	margin-top:20px;
}
.orderDetail .orderInfo dl{
	display:inline-block;/display:inline;/zoom:1;vertical-align:top;
}
.orderDetail .orderInfo dt{
	width:68px;
	text-align:left;
	padding:10px;
}
.orderDetail .orderInfo dd{
	width:158px;
	padding:10px;
}

/* 金額はすべて税込です */
.orderDetail .taxInfo{
	margin:10px 0 -15px 0;
	text-align:right;
}


/* 配送情報の枠
-------------------------------------------------------------------------*/
.orderDetail .deliveryList{
	padding-bottom:20px;
}
.orderDetail .deliveryList li{
	width:800px;
	margin-top:30px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/member/bg_delivery_frm.gif) repeat-y 0 0;
}
.orderDetail .deliveryList li .innerBtm{
	padding-bottom:4px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/member/bg_delivery_frm_btm.gif) no-repeat left bottom;
}
.orderDetail .deliveryList li .innerTop{
	padding:5px 1px 16px 1px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/member/bg_delivery_frm_top.gif) no-repeat left top;
}
/* タイトルエリア */
.orderDetail .deliveryList .titleArea{
	position:relative;
	min-height:10px;
	padding:9px 20px 14px 20px;
	background-color:#f1f1f1;
	border-bottom:1px solid #9f9f9f;
	font-weight:bold;
}
.orderDetail .deliveryList .titleArea .title{
	font-size:140%;
}
.orderDetail .deliveryList .titleArea .detailBtn{
	position:absolute;
	top:6px;
	right:20px;
}

/* 配送情報  .deliveryInfo
-------------------------------------------------------------------------*/
.orderDetail .deliveryList .deliveryInfo{
	padding:15px 20px 0;
	border-top:1px solid #d4d4d4;
}
.orderDetail .deliveryList .deliveryInfo .infoLeft{
	float:left;
	width:50%;
}
.orderDetail .deliveryList .deliveryInfo .infoRight{
	float:right;
	width:50%;
}
.orderDetail .deliveryList .deliveryInfo .infoLeft dt{
	width:30%;
}
.orderDetail .deliveryList .deliveryInfo .infoRight dt{
	width:45%;
}
.orderDetail .deliveryList .deliveryInfo dl{
	margin-top:5px;
}
.orderDetail .deliveryList .deliveryInfo dt,
.orderDetail .deliveryList .deliveryInfo dd{
	display:inline-block;/display:inline;/zoom:1;vertical-align:top;
}
.orderDetail .deliveryList .deliveryInfo dd{
	font-weight:bold;
}

/* 商品情報  .productInfo
-------------------------------------------------------------------------*/
.orderDetail .deliveryList .productInfo{
	clear:both;
	position:relative;
	min-height:102px;
	margin:20px 20px 0;
	padding-top:20px;
	border-top:1px solid #cacaca;
}

/* 商品画像・商品名  .orderProduct
--------------------------------------*/
.orderDetail .productInfo .orderProduct{
	position:relative;
	float:left;
	width:356px;
	min-height:102px;
}
.orderDetail .productInfo .orderProduct .image{
	position:absolute;
	top:0;
	left:0;
	width:102px;
}
.orderDetail .productInfo .orderProduct .image img{
	width:100px;
}
.orderDetail .productInfo .orderProduct .text{
	padding-left:122px;
}
/* レビューボタン */
.orderDetail .productInfo .reviewBtn{
	padding-top:20px;
	text-align:right;
}
.orderDetail .productInfo .reviewBtn .funcBtn{
	height:auto;
	padding-left:24px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/common/icn_comment.gif) no-repeat 0 1px;
	text-decoration:underline !important;
	font-weight:normal;
	font-size:100%;
	color:#3c549b !important;
}
.orderDetail .productInfo .reviewBtn .funcBtn:visited {	color:#800080 !important;}
.orderDetail .productInfo .reviewBtn .funcBtn:hover,
.orderDetail .productInfo .reviewBtn .funcBtn:active {	color:#b21818 !important;}
.orderDetail .productInfo .reviewBtn .funcBtn:hover {	text-decoration:none !important;}

.orderDetail .productInfo .reviewBtn .funcBtn span{
	height:auto;
	padding:0;
	background:none;
}

/* 選べる○点 */
.orderDetail .deliveryList .productInfo.select{
	min-height:inherit;
	margin:10px 20px 0 142px;
	padding-top:10px;
	border-top:1px dashed #cacaca;
}
.orderDetail .productInfo.select .orderProduct{
	width:234px;
	min-height:inherit;
}
.orderDetail .productInfo.select .orderProduct .text{
	padding-left:0;
}

/* よりどり3点 */
.orderDetail .deliveryList .productInfo.yoridori{	
	min-height:82px;
	margin:10px 20px 0 40px;
	padding-top:10px;
	border-top:1px dashed #cacaca;
}
.orderDetail .productInfo.yoridori .orderProduct{
	width:336px;
	min-height:82px;
}
.orderDetail .productInfo.yoridori .orderProduct .image{
	width:82px;
}
.orderDetail .productInfo.yoridori .orderProduct .image img{
	width:80px;
}
.orderDetail .productInfo.yoridori  .orderProduct .text{
	padding-left:102px;
}

/* 価格情報  .accountInfo
--------------------------------------*/
.orderDetail .productInfo .accountInfo{
	float:right;
	width:396px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.orderDetail .productInfo .accountInfo dl{
	display:inline-block;
	width:61px;
	margin-left:5px;
}
.orderDetail .productInfo .accountInfo dt{
	padding:4px 0 3px 0;
	background-color:#f1f1f1;
	text-align:center;
}
.orderDetail .productInfo .accountInfo dd{
	padding:7px 0 8px 0;
	text-align:right;
}
.orderDetail .productInfo .accountInfo dl.codfee dt{
  font-size: 10px;
  line-height: 2.04;
}
.orderDetail .productInfo .accountInfo dl.discount,
.orderDetail .productInfo .accountInfo dl.total{
	display: inline-block;
	width:127px;
}
.orderDetail .productInfo .accountInfo dl.total dd{
	font-weight:bold;
}

/* よりどり3点 */
.orderDetail .productInfo.yoridori .accountInfo dl.option{
	display:block;
	width:391px;
	margin:8px 0 0 auto;
	background-color:#f1f1f1;
	border-top:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
}
.orderDetail .productInfo.yoridori .accountInfo dl.option dt{
	display:inline-block;/display:inline;/zoom:1;vertical-align:top;
	width:140px;
	padding:10px;
	border-top:1px solid #fff;
	font-weight:bold;
}
.orderDetail .productInfo.yoridori .accountInfo dl.option dd{
	display:inline-block;/display:inline;/zoom:1;vertical-align:top;
	width:211px;
	padding:10px;
	background-color:#fff;
	border-top:1px solid #fff;
	text-align:left;
}
/*ゲスト購入*/
.guestHistory .orderDetail .productInfo .accountInfo dl {
    width: 73px;
}
.guestHistory .orderDetail .productInfo .accountInfo dl.total{
  width: 151px;
}
.guestHistory .orderDetail .shippingInfo dl.inquiry{
 border-top:none;
 display: table;
}
.guestHistory .orderDetail .shippingInfo dl.inquiry dt,
.guestHistory .orderDetail .shippingInfo dl.inquiry dd {
 display: table-cell;
 float: none;
}
.guestHistory .notice {
 text-align: center;
 margin-top: 36px;
}
.guestHistory .notice.noOrder {
 margin: 80px 0 36px;
}
.guestHistory .notice > p:first-child {
 margin-bottom: 4px;
}
/* お届け情報  .shippingInfo
-------------------------------------------------------------------------*/
.orderDetail .shippingInfo{
	clear:both;
	width:758px;
	margin:20px 20px 0;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/member/bg_shipping_info.gif) repeat-y 0 0;
	border-top:1px solid #cacaca;
}
.orderDetail .shippingInfo dl{
	display:inline-block;/display:inline;/zoom:1;vertical-align:top;
	width:50%;
	background-color:inherit;
	border-bottom:0;
}
.orderDetail .shippingInfo dl.inquiry{
	display:block;
	width:100%;
	border-top:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
}
.orderDetail .shippingInfo dl.inquiry dt{
	border-top:1px solid #fff;
}
.orderDetail .shippingInfo dl.inquiry dd{
	width:638px;
	padding:15px 10px;
	background-color:#fff;
}
.orderDetail .shippingInfo dl.inquiry dd select{
	width:230px;
	margin-right:10px;
}
.orderDetail .shippingInfo dt{
	width:80px;
	padding:8px 10px;
}
.orderDetail .shippingInfo dt span{
	display:block;
}
.orderDetail .shippingInfo dd{
	width:259px;
	padding:8px 10px;
	background-color:inherit;
}

/* よりどり3点 */
.orderDetail .shippingInfo.yoridori dl{
	display:block;
	width:100%;
}
.orderDetail .shippingInfo.yoridori dl dd{
	width:638px;
	background-color:#fff;
}

/* 子要素 */
.orderDetail .shippingInfo dd dl,
.orderDetail .shippingInfo dd dt,
.orderDetail .shippingInfo dd dd,
.orderDetail .shippingInfo.yoridori dd dl,
.orderDetail .shippingInfo.yoridori dd dt,
.orderDetail .shippingInfo.yoridori dd dd{
	display:block;
	width:auto;
	margin:0;
	padding:0;
	border:0;
}
.orderDetail .shippingInfo dd dt{
	float:left;
	margin-right:4px;
	border:0;
}
.orderDetail .shippingInfo dd dd{
	overflow:hidden;
	border:0;
}


/* お支払い情報  .paymentInfo
-------------------------------------------------------------------------*/
.paymentInfo .tableDl{
	float:left;
	width:440px;
	margin:inherit;
}
.paymentInfo .tableDl dt{
	width:130px;
}
.paymentInfo .tableDl dd{
	width:230px;
}
.paymentInfo .tableDl dd dt{
	float:left !important;
	width:auto;
	margin-right:8px;
	font-weight:normal;
}
.paymentInfo .tableDl dd dd{
	overflow:hidden;
	width:auto;
	margin:0;
}

/* お支払い合計  .accountTbl
-------------------------------------------------------------------------*/
.paymentInfo .accountTbl{
	float:right;
	width:280px;
	margin-top:-6px;
}
.paymentInfo .accountTbl dl{
	padding:4px 0;
}
.paymentInfo .accountTbl dt{
	float:left;
	width:150px;
	padding-left:20px;
}
.paymentInfo .accountTbl dd{
	overflow:hidden;
	padding-right:20px;
	text-align:right;
}
.paymentInfo .accountTbl .totalAccount dl{
	margin-top:4px;
	padding:10px 20px;
	border:1px solid #78ba1d;
	border-radius:3px;
	font-weight:bold;
}
.paymentInfo .accountTbl .totalAccount dl dt{
	padding-left:0;
}
.paymentInfo .accountTbl .totalAccount dl dd{
	padding-right:0;
}

.orderDetail .deliveryList .deliveryInfo:after,
.orderDetail .deliveryList .productInfo:after,
.orderList li dd .productInfo:after,
.orderList li dd .productInfo.select:after,
.orderDetail .shippingInfo dd dl:after,
.paymentInfo:after,
.paymentInfo .tableDl dd dl:after,
.paymentInfo .accountTbl dl:after {	content:".";	display:block;	visibility:hidden;	height:0;	line-height:0;	clear:both;}
.orderDetail .deliveryList .deliveryInfo,
.orderDetail .deliveryList .productInfo,
.orderList li dd .productInfo,
.orderList li dd .productInfo.select,
.orderDetail .shippingInfo dd dl,
.paymentInfo,
.paymentInfo .tableDl dd dl,
.accountTbl dl {	min-height:1px;	_height:1px;	/*\*//*/	height:auto;	overflow:hidden;	/**/}

/* ゲスト購入履歴詳細　guestHistory
-------------------------------------------------------------------------*/
.guestHistory .noteList .freecall {
 background:url(https://img.dinos.co.jp/defaultMall/images/multidev/cart/icn_freecall.gif) no-repeat 0 2px;
 padding-left: 30px;
}


/* ************************************************************************

 配送状況の詳細 （お買い物履歴詳細の上書き）

************************************************************************ */

/* 金額はすべて税込です */
.orderDetail.delivery .taxInfo{
	margin:10px 0 -25px 0;
}

/* 配送情報の枠
-------------------------------------------------------------------------*/
.orderDetail.delivery .deliveryList li .innerTop{
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/member/bg_delivery_frm_top2.gif) no-repeat left top;
}

/* 配送情報  .deliveryInfo
-------------------------------------------------------------------------*/
.orderDetail.delivery .deliveryList .deliveryInfo{
	border-top:0;
}

/* 商品画像・商品名  .orderProduct
--------------------------------------*/
.orderDetail.delivery .productInfo .orderProduct{
	width:554px;
}
/* 選べる○点 */
.orderDetail.delivery .productInfo.select .orderProduct{
	width:432px;
}
/* よりどり3点 */
.orderDetail.delivery .productInfo.yoridori .orderProduct{
	width:534px;
}

/* 価格情報  .accountInfo
--------------------------------------*/
.orderDetail.delivery .productInfo .accountInfo{
	width:198px;
}
.orderDetail.delivery .productInfo .accountInfo dl.total{
	display:inline-block;/display:inline;/zoom:1;vertical-align:top;
	width:61px;
	margin:0 0 0 5px;
}

/* お届け情報  .shippingInfo
-------------------------------------------------------------------------*/
.orderDetail.delivery .shippingInfo dl{
	display:block;
	width:auto;
	background-color:#f1f1f1;
	border-top:1px solid #fff;
	border-bottom:1px solid #cacaca;
}
.orderDetail.delivery .shippingInfo dl dd{
	width:618px;
	padding:8px 20px;
	background-color:#fff;
}
.orderDetail.delivery .shippingInfo dd dl,
.orderDetail.delivery .shippingInfo dd dt,
.orderDetail.delivery .shippingInfo dd dd{
	display:block;
	width:auto;
	margin:0;
	padding:0;
	background-color:inherit;
	border:0;
}
.orderDetail.delivery .shippingInfo dd dt{
	float:left;
	margin-right:4px;
}
.orderDetail.delivery .shippingInfo dd dd{
	overflow:hidden;
}

/* お支払い合計  .accountTbl
-------------------------------------------------------------------------*/
.paymentInfo.delivery .accountTbl{
	margin-top:10px;
}
/* お届けについて */
.aboutDelivery{
	margin-top:20px;
	text-align:right;
}

/* 選べる○点　オプション */
.orderDetail .productInfo.select .accountInfo dl.option {
    background-color: #F1F1F1;
    border-bottom: 1px solid #CACACA;
    border-top: 1px solid #CACACA;
    display: table;
    margin: 8px 0 0 auto;
    width: 391px;
}

.orderDetail .productInfo.select .accountInfo dl.option dd {
    background-color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    display: table-cell;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 211px;
}

.orderDetail .productInfo.select .accountInfo dl.option dt {
    border-top: 1px solid #FFFFFF;
    display: table-cell;
    font-weight: bold;
    padding: 10px;
    vertical-align: top;
    width: 140px;
}


/* ************************************************************************

 メールマガジンバックナンバー
	※subwin、PCページのみ、スマホページはなし

************************************************************************ */

/* バックナンバー一覧へのリンク
-------------------------------------------------------------------------*/
.mailbkTtl{
	margin:20px 0 10px 0;
	padding:8px 10px;
	background-color:#f1f1f1;
}
.mailbkTtl .title{
	float:left;
	width:70%;
	line-height:1.3;
	font-size:140%;
}
.mailbkTtl .link{
	float:right;
	width:30%;
	text-align:right;
}

/* バックナンバー一覧
-------------------------------------------------------------------------*/
.mailbkList{
	width:730px;
	margin-top:15px;
}
.mailbkList li .title{
	float:left;
	width:650px;
	padding:4px 0;
}
.mailbkList li .date{
	float:right;
	width:75px;
	padding:4px 0;
	text-align:right;
	white-space:nowrap;	
}
.mailbkTtl:after,
.mailbkList li:after {	content:".";	display:block;	visibility:hidden;	height:0;	line-height:0;	clear:both;}
.mailbkTtl,
.mailbkList li {	min-height:1px;	_height:1px;	/*\*//*/	height:auto;	overflow:hidden;	/**/}

/* カタログ・資料・催し物招待券請求履歴 */
.memberRequest .orderList li dd .productInfo .orderProduct .text {
    padding-left: 20px;
}

.memberRequest .orderList li dd .productInfo .orderProduct {

    min-height: 0;

}
.memberRequest .orderList li dd .productInfo .status dd {
    padding: 5px 10px 0;
}
.memberRequest .orderList ul {
    border-bottom: none;
}

/* 評価済ボタン */
.review_offBtn {
    background: rgba(0, 0, 0, 0) url("https://img.dinos.co.jp/defaultMall/images/multidev/common/btn_review_off_l.gif") no-repeat scroll left top;
    color: #232323 !important;
    display: inline-block;
    font-size: 115%;
    height: 40px;
    padding-left: 5px;
    text-decoration: none !important;
    vertical-align: top;
}

.review_offBtn span {
    background: rgba(0, 0, 0, 0) url("https://img.dinos.co.jp/defaultMall/images/multidev/common/btn_review_off_r.gif") no-repeat scroll right top;
    display: block;
    height: 34px;
    padding: 9px 50px 0 55px;
    text-align: center;
}
/* バックナンバー一覧
-------------------------------------------------------------------------*/
.liquid .subWrap{
	width:730px;
	margin-top:15px;
}

/*評価するボタン*/
.orderList .productInfo .reviewBtn::after {
clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}


li a.reviewBtnL, li .reviewoffBtnL {
background: #fff none repeat scroll 0 0;
    border: 1px solid #6ca71a;
    color: #6ca71a !important;
    text-decoration: none !important;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold !important;
    box-sizing: border-box;
    cursor: pointer;
display: inline-block;
height: 35px;
    line-height: 35px;
    width: 150px;
text-align:center;
}

li .reviewoffBtnL {
    border: 1px solid #dcdcdc;
    color: #b0b0b0 !important;
}

li a.reviewBtnL:hover {
    background: #e4f1d1 none repeat scroll 0 0;
}

li .reviewoffBtnL, li a.reviewBtnL{
margin-left:7px;
}

.orderList .productInfo .reviewBtn ul li{
float:left;
}
.orderList .productInfo .reviewBtn ul{
    display: block;
float:right;
margin:10px 0 10px 0;
}
.orderList li dt li.orderDetail a {
    background: rgba(0, 0, 0, 0) url("https://img.dinos.co.jp/defaultMall/images/multidev/member/icn_review.gif") no-repeat scroll 0 0;
    padding-left: 20px;
}
.orderDetail .productInfo .orderProduct .reviewBtn li {
    background:none;
}
.orderDetail .deliveryList li ul li {
width: 100%;
margin-top:0;
}

/*　親子商品お買いもの履歴　*/
.memberCont .orderItemsWrap .orderItems .productInfo{
border-top:1px dashed #cacaca;
}
.memberCont .orderItemsWrap .productInfo.yoridori p.image a img{
    width: 82px;
}
.memberCont .orderItemsWrap .productInfo.yoridori .orderProduct{
width: 440px;
}
.memberCont .orderItemsWrap{
padding-top:10px;
}
.orderItemsWrap li dd .productInfo.yoridori {
min-height:85px;
height: auto !important;
height: 85px;    
}
.orderList li dd .productInfo.yoridori .orderProduct .text {
min-height:85px;
height: auto !important;
height: 85px;    
}
*+html .memberCont .orderItemsWrap .productInfo.yoridori .reviewBtn ul {/*IE7*/
width: 516px;
}

.orderList li dd .productInfo.kumiwari {/*組み合わせ割引*/
    border-top: 1px dashed #cacaca;
    margin-left: 30px;
}
.orderList li dd .productInfo.kumiwari .orderProduct .text {
    padding-left: 0;
min-height:60px;
height: auto !important;

}
.orderList li dd .productInfo.kumiwari .orderProduct {
    min-height: 60px;
width: 460px;
}

/*　配送状況詳細　*/
.deliveryStatus a{
	margin-top:5px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/member/icn_delivery_detail.gif) no-repeat 0 0;
	display:block;
 padding-left: 25px;
}
/*　領収書　*/
ul.statuslink li{
	margin-top:5px;
}
.orderDetail .shippingInfo dl.inquiry:nth-child(2n) {
border-top: none;
}

/*　yahooボタン　*/
#FFyb {
	display:inline-block;
}
/*　レコメンド　*/
#middleRecommend{
    margin: 40px auto 0;
    width: 100%;
    text-align: left;
}
#middleRecommend dt{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #999;
    font-size: 133%;
    font-weight: bold;
    height: 28px;
    margin: 0 0 5px;
    text-indent: 0;
    width: auto;
}
#middleRecommend dd ul{
    margin-top: 20px;
}
#middleRecommend dd li{
    display: inline-block;
    vertical-align: top;
    width: 16%;
    margin-left:4%
}
#middleRecommend dd li:first-child{
    margin-left:2%;
}
#middleRecommend dd li span.img img {
    width: 100%;
}
#middleRecommend dd li a .img {
    margin: 0 auto 5px;
    width: 100px;
}
#middleRecommend dd li a span {
    display: block;
    line-height: 1.3;
}


/*クーポン交換*/
/*submit btn*/
.frmbtnArea li input.submitBtn {
	width: auto;
	background: #77BD0A;
	background-image: -webkit-linear-gradient(top, #77BD0A, #388C10);
	background-image: -moz-linear-gradient(top, #77BD0A, #388C10);
	background-image: -ms-linear-gradient(top, #77BD0A, #388C10);
	background-image: -o-linear-gradient(top, #77BD0A, #388C10);
	background-image: linear-gradient(to bottom, #77BD0A, #388C10);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #ffffff;
	padding: 0 10px;
	text-decoration: none;
	box-shadow: 0 1px 0 0 #B1DA6F inset;
	border: solid 1px #388C10;
	margin-bottom: 20px;
}
.addressList .item dl dd {
    padding-top: 9px;
    border-top: 1px solid #fff;
}
.addressList .item dl dt {
    /*margin-top: -20px;*/
    padding: 15px 0;
    font-weight: bold;
    text-align: left;
}
/*いいものスロット交換*/

#couponKoukan .addressList .item dl dt {
    font-size:1.6em;
}
#couponKoukan .addressList .item dl{
margin-left:100px;
}
#couponKoukan .addressList .item.m300{
background: url(https://img.dinos.co.jp/defaultMall/images/multidev/member/medal_300.png) no-repeat 20px 20px;
background-size:11% auto;
}
#couponKoukan .addressList .item.m500{
background: url(https://img.dinos.co.jp/defaultMall/images/multidev/member/medal_500.png) no-repeat 20px 20px;
background-size:11% auto;
}
#couponKoukan .addressList .item.m1000{
background: url(https://img.dinos.co.jp/defaultMall/images/multidev/member/medal_1000.png) no-repeat 20px 20px;
background-size:11% auto;
}
#couponKoukan .addressList .item.m2000{
background: url(https://img.dinos.co.jp/defaultMall/images/multidev/member/medal_2000.png) no-repeat 20px 20px;
background-size:11% auto;
}
/*パスワード表示*/
input#passDisp,
input#passDisp2 {
	display: none;
}
span#passDispTxt,
span#passDispTxt2 {
	color: #3c549b;
	text-decoration: underline;
	margin-left: 15px;
}
span#passDispTxt2 {
	margin-left: 0;
	color: #373737;
 display: block;
 margin-top: 10px;
}
.zipcodeSubWrap {
	display: table;
}
.zipcodeSubWrap .zipcodeCell {
	display: table-cell;
	vertical-align: middle;
}
.zipcodeSubWrap .zipcodeCell a.funcBtnL,
.zipcodeSubWrap .zipcodeCell a.funcBtnL span {
	background-image: none;
}
.zipcodeSubWrap .zipcodeCell a.funcBtnL {
	height: auto;
	padding-right: 5px;
}
.tableDl dd .zipcode dd .addSearch.zipcodeCell .funcBtnL span {
	padding: 0;
	height: 40px;
	display: table-cell;
}
.tableDl dd .zipcode dd .addSearch.zipcodeCell {
    background: rgb(251,251,252);
    background: linear-gradient(180deg, rgba(251,251,252,1) 0%, rgba(211,218,221,1) 100%);
	border: 1px solid #b2b2b2;
	border-radius: 4px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
}
.zipcodeSubWrap .zipcodeCell.paddingR {
	padding-right: 20px;
}
.messageCard {
	border: 1px solid #9c9c9c;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	border-radius: 5px;
}

/* ************************************************************************

 フォーム

************************************************************************ */
/* PC/SP共通 */
.Msg,
.errMsg,
.sslMsg{
  font-size: 14px;
}
.formkyc-btn-wrap .errMsg {
 font-size: 16px;
}
.formkyc-section .sslMsg a,
.formkyc-section .sslMsg a:link {
 color: #0044ff;
}
.errMsg,
.errMsg a:link,
.errMsg a:visited {
  color: #ff0000;
}
.errMsg a:link:hover {
	text-decoration: none;
}
.disabled_smoke{
  position: relative;
  pointer-events: none;
  user-select: none;
}
.disabled_smoke::before{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.disabled_smoke .formkyc-section,
.disabled_smoke .formkyc-panel,
.disabled_smoke .formkyc-btn-wrap{
  opacity: 0.5;
}
.formkyc-contents .nav-flow{
  margin: 15px auto 0;
  display: block;
}
.nav-flow > .flowlist {
  white-space: nowrap;
  text-align: center;
}
.nav-flow > .flowlist > li{
  display: inline-block;
}
.nav-flow > .flowlist > li + li {
  padding-left: 2.5em;
  position: relative;
}
.nav-flow > .flowlist > li + li:before {
  position: absolute;
  content: "\03e";
  color: #999;
  left: 0.75em;
}
.nav-flow > .flowlist > li,
.nav-flow > .flowlist > li a,
.nav-flow > .flowlist > li a:hover {
  color: #000;
  text-decoration: none;
}
.nav-flow > .flowlist > li span{
  color: #ff6600;
  font-weight: bold;
}
.formkyc-btn-wrap ul {
  display: flex;
  justify-content: center;
  align-content: center;
}
.formkyc-contents-in .formkyc-btn-wrap ul {
  justify-content: space-around;
  text-align: center;
}
input[type="submit"][class^="btn-type"],
input[type="button"][class^="btn-type"]{
  appearance: button;
  background: transparent;
  box-sizing: border-box;
  border: none;
  color: inherit;
  cursor: pointer;
  line-height: inherit;
  font-weight: inherit;
  min-height: 50px;
  width: 100%;
  padding: 0 20px;
}
[class^="btn-type"] {
  border-radius: 3.65em;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
[class^="btn-type"]:hover{
  opacity: 0.8;
}
[class^="btn-type"] > span {
  display: inline-flex;
  align-items: center;
}
.pc-mb-10 { margin-bottom: 10px; }
.btn-type-goback, input[type="submit"].btn-type-goback {
  border: 1px solid #999999;
}
.btn-type-blue, a.btn-type-blue, a.btn-type-blue:link, a.btn-type-blue:visited, input[type="submit"].btn-type-blue, input[type="button"].btn-type-blue {
  background: #0044ff;
  color: #fff;
  text-decoration: none;
}
.btn-type-green, a.btn-type-green, a.btn-type-green:link , a.btn-type-green:visited {
  background: #009933;
  color: #fff;
  text-decoration: none;
}
.btn-type-orange, a.btn-type-orange, a.btn-type-orange:link, a.btn-type-orange:visited {
  background: #ff6600;
  color: #fff;
  text-decoration: none;
}
.ttl-txtC {
  text-align: center;
}
.form-block01 {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.form-block02 {
  display: flex;
  flex-wrap: wrap;
}
.form-block03 {
  display: flex;
  align-items: center;
}
.form-block input[type="text"],
.form-block input[type="tel"],
.passform input[type="tel"],
.passform input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #ddd;
  width: 100%;
  padding: 6px 10px;
}
.form-block select {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: inherit;
}
.form-block input.textErr,
.passform input.textErr {
  border: 1px solid #ff9999 !important;
  border-radius: inherit;
  font-size: 100%;
  height: auto;
}
.form-block select.textErr {
  border: 1px solid #ff9999 !important;
}
.form-block .codePw input.textErr {
  border: 2px solid #ff0000 !important;
}
.form-block .radio-input{
  position: relative;
  display: flex;
  align-items: center;
}
.form-block .zipcode, 
.form-block .zipcode .form-block03 {
  align-items: center;
}
.passform {
  position: relative;
}
.pw-eye, .pw-eye-slash {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.pw-eye:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://img.dinos.co.jp/images/v1/common/form/pw_eye.gif") no-repeat center center;
  background-size: contain;
}
.pw-eye-slash:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://img.dinos.co.jp/images/v1/common/form/pw_eyeslash.gif") no-repeat center center;
  background-size: contain;
}
.form-link-support a,
.form-link-support a:link,
.form-link-support a:visited{
  color: #0044cc;
}
.txtCP{
  color: #ff6600;
  font-weight: bold;
}
ul.list-base,
ul.list-disc{
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list-base.em05 > li { padding-left: 0.5em; }
ul.list-base.em10 > li { padding-left: 1em; }
ul.list-base.em15 > li { padding-left: 1.5em; }
ul.list-base.em20 > li { padding-left: 2em; }
ul.list-base.em25 > li { padding-left: 2.5em; }
ul.list-base.em50 > li { padding-left: 5em; }
ul.list-disc > li { padding-left: 1.25em; }
ul.list-base.em05 > li::before{ content: ""; margin-left: -0.5em; }
ul.list-base.em10 > li::before{ content: ""; margin-left: -1em; }
ul.list-base.em15 > li::before{ content: ""; margin-left: -1.5em; }
ul.list-base.em20 > li::before{ content: ""; margin-left: -2em; }
ul.list-base.em25 > li::before{ content: ""; margin-left: -2.5em; }
ul.list-base.em50 > li::before{ content: ""; margin-left: -5em; }
ul.list-disc > li::before { content: "\02022";  margin-left: -1em; margin-right: 0.4em; }

ul.list-base:only-child > li:first-child,
ul.list-base:first-child > li:first-child,
ul.list-disc:only-child > li:first-child,
ul.list-disc:first-child > li:first-child{
  margin-top: 0;
}
ul.list-base > li,
ul.list-base:first-child > li.mt,
ul.list-disc > li,
ul.list-disc:first-child > li.mt{
  margin-top: calc(15px - 0.335em);
}
/* pc only parts
-------------------------------------------------------------------------*/
#contents.area-wide{
  width: 965px;
}
.loginForm-contents,
.formkyc-contents {
  background: #fff;
  font-size: 16px;
  letter-spacing: 0.6px;
  padding-bottom: 40px;
  overflow: hidden;
}
.formkyc-contents .Msg:not(:empty):not(:first-child),
.formkyc-contents .errMsg:not(:empty):not(:first-child) {
  margin-top: 15px;
}
.formkyc-contents .Msg:not(:empty) + .Msg,
.formkyc-contents .errMsg:not(:empty) + .Msg,
.formkyc-contents .errMsg:not(:empty) + .errMsg:not(:empty){
  margin-top: 5px;
}
.formkyc-contents .empmt15:not(:empty) {
  margin-top: 15px;
}
.formkyc-contents .empmb15:not(:empty) {
  margin-bottom: 15px;
}
.formkyc-contents-in {
  background: #efefef;
  padding: 35px;
  margin-top: 38px;
  border-radius: 5px;
}
.formkyc-contents-in .pc-fd-initial {
 flex-direction: initial;
}
.formkyc-contents-in .pc-fd-rr {
 flex-direction: row-reverse;
}
.formkyc-contents-in .pc-fd-clm {
 flex-direction: column;
}
.formkyc-contents-in .align-i-center {
 align-items: center;
}
.formkyc-contents-in .align-i-fs {
 align-items: flex-start;
}
.formkyc-contents-in + .formkyc-btn-wrap{
  margin-top: 40px;
}
.formkyc-contents .ttl-txtC + .formkyc-section p{
  margin-top: 10px;
}
.cms-contents + .formkyc-contents > .formkyc-btn-wrap{
  padding-bottom: 50px;
}
.formkyc-contents .formkyc-section + .ttl-txtC{
  padding-top: 40px;
}
.img-txt-panel.ruleline > .form-block {
 align-items: flex-start;
}
.img-txt-panel .img-txt-box {
 padding: 0 0 30px !important;
}
.img-txt-panel .img-txt-box:last-child {
 padding-bottom: 0 !important;
}
.img-txt-panel .img-txt-box > div {
 padding: 30px 0 0 !important;
}
.img-txt-panel .img-txt-box:first-child > div {
 padding-top: 0 !important;
}
/*大見出し下の罫線は余白なし*/
.formkyc-contents-in.line-rule01 {
 padding: 35px 0;
}
.formkyc-contents-in.line-rule01 .formkyc-section {
 padding: 0 35px 20px;
 border-bottom: 1px solid #dddddd;
}
/*2個目以上の項目に上罫線*/
.formkyc-contents-in.line-rule02 .form-block:not(:first-child) {
 border-top: 1px solid #dddddd;
}
.formkyc-contents-in.line-rule01 .formkyc-panel:not(.ruleline) {
 border-top: none;
}
.formkyc-contents-in.line-rule01 .formkyc-panel .form-block:first-child {
 border-top: none;
 padding-top: 30px;
}
.formkyc-contents-in.line-rule01 .formkyc-panel {
 padding: 0 35px;
}
h2.ttl-text,
h2.ttl-txtC {
  padding-top: 40px;
  font-size: 30px;
  text-align: center;
}
.pc_center {
  text-align: center;
}
.formkyc-section {
  padding-bottom: 30px;
}
.formkyc-section h3 {
  font-size: 24px;
}
.formkyc-section h3 + p{
  margin-top: 5px;
}
.formkyc-btn-wrap {
  text-align: center;
}
.formkyc-btn-wrap ul li {
  width: 50%;
}
.formkyc-contents-in ~ .formkyc-btn-wrap ul li {
  width: 310px;
}
.formkyc-btn-wrap .errMsg {
 margin-bottom: 40px;
}
.formkyc-btn-wrap .errorList ul {
 display: block;
}
.formkyc-btn-wrap .errorList ul li {
 width: 100%;
}
.formkyc-contents-in .formkyc-btn-wrap ul li:nth-of-type(even) {
  border-left: 1px solid #ddd;
}
[class^="btn-type"].swOff {
  opacity: 0.2;
  pointer-events: none;
}
.formkyc-contents [class^="btn-type"] > span {
  padding: 0 20px;
  min-height: 50px;
}
.formkyc-btn-wrap [class^="btn-type"] ,
.formkyc-btn-wrap input[type="submit"] {
  margin: 0 auto 10px auto;
  max-width: 275px;
  text-decoration: none;
}
.formkyc-btn-wrap p.ckMsg{
  margin-bottom: 40px;
}
.formkyc-panel .form-block {
  display: flex;
  padding: 15px 0;
}
.formkyc-panel .form-block:last-child {
 padding-bottom: 0;
}
.formkyc-panel:not(.ruleline){
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}
.ruleline > .form-block {
  border-top: 1px solid #dddddd;
  padding: 30px 0;
  align-items: center;
}
.formkyc-contents-in.list-contents-type  .ruleline > .form-block {
 padding: 30px 35px;
}
.ruleline.bt-none > .form-block:first-child {
  border-top: none;
}
.form-block p.noteTxt {
 color: #ff0000;
 font-size: 12px;
}
.form-block option[selected][disabled] {
 display: none;
}
.formkyc-panel.ruleline > .form-block:last-child {
  padding-bottom: 0;
}
.formkyc-panel .form-block > :first-child:not(.w-100) {
  width: 215px;
}
.formkyc-panel .form-block .w-100 {
 width: 100% !important;
}
.list-contents-type .form-block.head-in-box {
 padding: 0 35px 20px !important;
 font-size: 24px;
 font-weight: bold;
}
.list-contents-type .formkyc-panel .form-block.head-in-box > div {
 padding: 0 !important;
}
.list-contents-type .formkyc-panel .form-block.head-in-box:not(:first-child) {
 margin-top: 5px;
}
.list-contents-type .formkyc-panel .form-block.head-in-box:not(:first-child) > div {
 padding-top: 35px !important;
}
.formkyc-panel .form-block > p.imgBox {
 display: block;
 -webkit-box-flex: 0;
 -webkit-flex: 0 0 auto;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 width: 140px !important;
 border: 1px solid #ddd;
 margin-right: 20px;
 padding: 0;
 height: 100%;
}
.formkyc-panel .form-block p.imgBox img {
 display: block;
 width: 100%;
 max-width: 100%;
 height: auto;
 border: 0;
 vertical-align: top;
}
.formkyc-panel .form-block p.type-date-yy-mm > span {
 display: inline-block;
 margin-right: 7px;
}
.formkyc-panel .form-block p.type-date-yy-mm > span:last-child {
 margin-right: 0;
}
.formkyc-panel .form-block > :first-child > span {
  margin-left: 10px;
  font-size: 12px;
}
.formkyc-panel .form-block > :nth-child(2) {
  width: 680px;
}
.form-block01, .form-block02, .form-block03 {
  box-sizing: border-box;
}
.form-block02:not(.pc-fd-rr) > :nth-child(odd), .form-block03 > * {
  margin-right: 15px;
}
.formkyc-panel .form-block input[type=radio] {
 width: 18px;
 height: 18px;
 margin-top: -3px;
 margin-right: 7px;
}
.formkyc-panel .form-block dl dd > div {
 margin-top: 3px;
}
.formkyc-panel .form-block .a-colon::after {
 content: ":";
 padding: 0 7px;
}
.formkyc-panel .form-block .pl-radioBtn {
 padding-left: 25px;
}
.formkyc-panel .form-block .addressBlock span {
 margin-right: 15px;
}
.btn-type-small-blue {
 display: inline-block;
 border-radius: 4px;
 width: 70px;
 height: 28px;
 line-height: 28px;
 background-color: #0044ff;
 margin-left: 15px;
 text-align: center;
 font-weight: normal;
 font-size: 12px;
}
.btn-type-small-blue a,
.btn-type-small-blue a:link,
.btn-type-small-blue a:hover ,
.btn-type-small-blue a:visited {
 color: #fff;
 text-decoration: none;
 display: block;
}
/* login parts */
.loginForm-contents{
  margin-top: 60px;
}
.loginForm-contents-in{
  background: #efefef;
  padding: 40px;
  border-radius: 5px;
}
.loginForm-contents-in .form-block {
  padding-bottom: 15px;
}
.loginForm-panel{
  display: flex;
  justify-content: space-between;
  padding-bottom :40px;
}
.loginForm-wrap{
  width: 50%;
}
.loginForm-wrap.joinFlower{
  margin: 0 auto;
  width: 542px;
}
.loginForm-wrap:not(.joinFlower):nth-child(odd){
  border-right: 1px solid #ddd;
  padding-right: 40px;
}
.loginForm-wrap:nth-child(even){
  padding-left: 40px;
}
.loginForm-wrap-in:not(:last-child){
  padding-bottom: 40px;
}
.loginForm-wrap-in:not(:first-child),
.loginForm-section:not(:first-child){
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.loginForm-btn-wrap [class^="btn-type"] ,
.loginForm-btn-wrap [type="submit"][class^="btn-type"]{
  margin: 0 auto;
  width: 245px;
}
.loginForm-btn-wrap [class^="btn-type"] > span {
  padding: 0 20px;
  min-height: 50px;
}
.loginForm-contents-in h3{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  word-break: keep-all;
  margin-bottom: 20px;
}
.loginForm-panel .form-block input{
  min-height: 40px;
}
.form-link-support{
  padding: 15px 0 0;
  display: flex;
}
.form-link-support li:not(:only-child){
  margin-bottom: 15px;
  padding: 0 15px 0;
}
.form-link-support li{
  line-height: 1;
}
.form-link-support li:not(:first-child){
  border-left: 1px solid #ddd;
}
.form-link-support li:last-child{
  padding-right: 0;
}
.loginForm-panel .form-link-support{
  justify-content: flex-end;
}
.loginForm-section .form-link-support{
  justify-content: center;
}
.loginForm-entry-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loginForm-entry-wrap p{
  padding-bottom: 15px;
}
.loginForm-privacy{
  color: #666666;
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
}
/* 楽天ID連携・会員登録 */
.relationalMember{
  margin: 0 auto;
  width: 542px;
}
.relationalMember .form-link-support{
  flex-wrap: wrap;
  justify-content: flex-end;
  white-space: nowrap;
}
.relationalMember .form-link-support li:last-child{
  border: none;
}
.relationalMember .form-link-support li:not(:first-child){
  padding-right: 0;
}
.relationalMember h3{
  font-weight: bold;
}
.loginForm + .formkyc-contents > h3{
  padding-top: 40px;
  font-size: 24px;
  line-height: 1.4;
  word-break: keep-all;
  margin-bottom: 20px;

}
/* form parts */
.form-block .nameCc > p,
.form-block .nameKana > p{
  width: 100%;
}
.form-block .nameCc > div,
.form-block .nameKana > div {
  width: 200px;
}
.form-block .telCel:nth-of-type(2){
  margin-top: 30px;
}
.form-block .telCel > input{
  width: 85px;    
}
.form-block .telAll > input{
  width: 200px;    
}
.form-block .sex > div {
  width: 90px;
}
.form-block .birthday > div select {
  width: 100px;
}
.form-block .birthday > div:first-child select {
  width: 130px;
}
.form-block .birthday > div span {
  display: inline-flex;
}
.form-block .birthday > div:first-child span:first-child{
  margin-right: 15px;
}
.form-block .birthday > div span:last-child{
  margin-left: 15px;
}
.form-block .zipcode .form-block03 {
  margin-right: 0;
}
.form-block .zipcode2 {
  margin-bottom: 30px;
}
.form-block .addSearch {
  margin-right: 30px;
  width: 220px;
}
.form-block .addSearch [class^="btn-type"] > span{
  font-size: 14px;
  line-height: 24px;
  padding: 7px 15px;
  min-height: inherit;
}
.formkyc-contents .form-block .Msg.userNoCol,
.formkyc-contents .form-block .Msg.zipcodeSearch {
  margin-top: 0;
}
.form-block .userNoCol a,
.form-block .userNoCol a:link,
.form-block .zipcodeSearch a,
.form-block .zipcodeSearch a:link,
.form-block .userNo .link a,
.form-block .userNo .link a:link,
.form-block .mailmagSelect a,
.form-block .mailmagSelect a:link{
  color: #0044ff;
  font-size: 14px;
}
.form-block .userNo .errMsg:not(:empty) + .link {
  margin-top: 5px;
}
.form-block .userNo .errMsg:empty + .link{
  margin-top: 15px;
}
.address:not(:last-of-type) {
  margin-bottom: 30px;
}
.formkyc-panel .passform {
  width: 470px;
}
.form-block .zipcode input {
  width: 142px;
}
.form-block .mailAd input,
.form-block .mailPw .passform,
.form-block .userNo input{
  width: 400px;
}
.form-block .mailPw .passform:nth-child(2) {
  margin-top: 15px;
}
.form-block .mailmagsel{
  flex-direction: row;
  margin-bottom: 30px;
}
.form-block .sex input[type="radio"],
.form-block .mailmagsel input[type="radio"]{
  margin-right: 10px;
}
.form-block .mailmagsel > div {
  margin-right: 30px;
}
.form-block .mailmag .mailmagList {
  font-size: 14px;
  color: #666666;
}
.form-block .mailmag .mailmagList li:not(:first-child) {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
}
/* メールマガジン選択 */
.formkyc-panel .form-block.mailmagCKList .mailmagSelect{
  display: block;
  width: 100%;
}
.form-block.mailmagCKList .input-checkbox{
  margin-top: 0;
  width: 100%;
}
.form-block.mailmagCKList .mailmagTxt{
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.76;
  width: 100%;
}
.form-block.mailmagCKList .mailmagImg{
  float: right;
  margin-left: 35px;
  width: 130px;
}
.form-block.mailmagCKList .mailmagImg ~ .input-checkbox,
.form-block.mailmagCKList .mailmagImg ~ .mailmagTxt{
  float: left;
  width: calc(100% - 165px);
}
.form-block .mailmagSelect .mailmagTxt a:first-of-type{
  display: inline-block;
  margin-top: 1em;
}
.form-block .mailType{
  flex-direction: row;
  flex-wrap: wrap;
}
.form-block .mailType > div{
  padding-right: 30px;
}
.form-block .mailType p{
  width: 100%;
}
.form-block.connectionTxt:first-child{
  padding-top: 6px;
}
.form-block.connectionTxt:last-child{
  padding-bottom: 10px;
}
.form-block.connectionTxt{
  font-size: 14px;
  padding: 10px 0;
}
.connectionTxt + .form-block:not(.connectionTxt){
  margin-top: 5px;
}
.formkyc-panel .form-block.kiyaku,
.formkyc-panel .form-block.privacy{
  flex-direction: column;
}
.formkyc-panel .form-block.kiyaku > *:not(.w-100),
.formkyc-panel .form-block.privacy > *:not(.w-100){
  width: 100%;
  max-width: inherit;
}
.formkyc-panel .form-block.kiyaku > :first-child{
  margin-bottom: 15px;
}
.form-block.kiyaku .kiyakuArea,
.form-block.privacy .kiyakuArea{
  padding: 0 0 40px 0;
}
.form-block.kiyaku .kiyakuArea iframe,
.form-block.privacy .kiyakuArea iframe{
  height: auto;
}
.form-block.kiyaku .moreViewInner,
.form-block.privacy .moreViewInner{
  border: 1px solid #dddddd;
  background: #ffffff;
  padding: 20px 20px 0 20px;
}
.form-block .moreView .moreBtn a,
.form-block .moreView .moreBtn a:link{
  text-decoration: none;
}
.form-block .moreView .moreBtn a span,
.form-block .moreView .moreBtn a:link span{
  text-decoration: underline;
}
.form-block .moreView .moreBtn{
  right:  calc(50% - 3em);
}
/* 住所・郵便番号検索 */
.zipSearchAdd .form-block,
.zipSearchCode .form-block{
  flex-direction: column;
  margin: 0 auto;
  width: 50%;
}
.zipSearchAdd{
  margin-bottom: 30px;
}
.zipSearchCode{
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}
.zipSearchAdd .form-block > :nth-child(2),
.zipSearchCode .form-block > :nth-child(2){
  width: 100%;
}
.zipSearchAdd h3,
.zipSearchCode h3{
  font-size: 24px;
}
.zipSearchAdd .formkyc-btn-wrap,
.zipSearchCode .formkyc-btn-wrap{
  margin-top: 15px;
}

/* 住所・郵便番号検索結果 */
.formkyc-panel .form-block.zipSearchResult{
 width: max-content;
 flex-direction: column;
  padding: 0;
}
.zipSearchResult .zipcodeSelect{
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0;
}
.zipSearchResult .zipcodeSelect .zipAddBtn{
  margin-left: 15px;
font-size: 14px;
    line-height: 24px;
}
.zipSearchResult .zipcodeSelect .zipAddBtn .btn-type-blue{
    min-height: 38px !important;
}
.zipSearchResultPager{
  margin: 30px 0;
}
.codePw {
  margin: 20px auto 0 auto;
  width: 265px;
  font-size: 28px;
}
.codePw input {
  text-align: center;
  text-indent: 1em;
  letter-spacing: 1em;
  font-weight: bold;
}
.passform.codePw input[type="tel"]{
  background-color: #fff;
  border: 2px solid #000000;
  padding: 0;
  line-height: 1.7;
}
.passform.codePw input.textErr{
  border: 2px solid #ff0000 !important;
}
.authcodeAdd h3{
  font-size: 24px;
  margin-bottom: 30px;
}
.authcodeAdd ul{
  margin-bottom: 30px;
}
.authcodeAdd ul a{
  font-size: 18px;
}
.authcodeAdd a:not([class^="btn-type"]),
.authcodeAdd a:not([class^="btn-type"]):link,
.authcodeAdd a:not([class^="btn-type"]):visited{
  color: #0044ff;
}
.authcodeAdd .errMsg:not(:empty){
  text-align: center;
  margin-bottom: 15px;
}
.authcodeAdd .authcodeReturn{
  margin-bottom: 30px;
  text-align: center;
}
.authcode {
  text-align: center;
}
.authcode h3:first-of-type {
  font-size: 24px;
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}
.authcode .formkyc-btn-wrap {
  margin-top: 30px;
}
/* グルメ定期便
-------------------------------------------------------------------------*/

/*----お申込み一覧----*/
#contents.flowSection {
	background-color: #fff;
}
.flowSection h2.ttl-text{
 padding-top: 0;
}
.flowSection .formkyc-contents {
	margin: 25px auto 0;
	text-align: left;
}
.flowSection .formkyc-contents .contents-empty {
	border-top: 0;
 text-align: center;
	font-size: 18px;
 padding: 15px
}
.flowSection .formkyc-contents .formkyc-contents-in {
	margin-bottom: 40px;
 line-height: 1.67;
}
.flowSection .formkyc-contents .list-contents-type {
 padding: 35px 0;
 margin-bottom: 0;
}
.formkyc-contents-in.list-contents-type:nth-of-type(2) {
 margin-top: 30px;
}
.formkyc-contents-in.list-contents-type:nth-of-type(2) .img-txt-panel .form-block > :first-child:not(.w-100) {
 width: 140px;
 margin-right: 20px;
}
.formkyc-contents-in.list-contents-type:nth-of-type(2) .img-txt-panel .form-block > :nth-child(2){
 width: 735px;
}
.formkyc-contents-in.list-contents-type .img-txt-panel .img-txt-box {
 padding: 0 35px 30px !important;
}
.formkyc-contents-in.list-contents-type .img-txt-panel .img-txt-box:last-child {
 padding-bottom: 0 !important;
}
.flowSection .formkyc-contents .formkyc-contents-in .form-block .form-block01,
.flowSection .formkyc-contents .infoAreaWrap,
.flowSection .formkyc-contents .infoAreaWrap .infoAreain,
.flowSection .formkyc-contents .infoAreaWrap img
{
 display: flex;
}
.flowSection .formkyc-contents .infoAreaWrap,
.flowSection .formkyc-contents .infoAreaWrap .infoArea {
	-webkit-box-flex: 8;
 -webkit-flex: 8;
 -ms-flex: 8;
 flex: 8;
}
.formkyc-contents .infoArea a,
.formkyc-contents .infoArea a:link,
.formkyc-contents .col3-item a:link,
.formkyc-contents .type-goodsname a:link,
.addendumBox a:link,
.addendumBox a:visited,
.form-block .cardInfo .cardInfo03 a,
.form-block .cardInfo .cardInfo03 a:visited,
.formkyc-panel .form-block .col2-box1 a,
.formkyc-panel .form-block .col2-box1 a:visited {
 color: #0044ff;
}
.formkyc-contents .col3-item a,
.addendumBox a,
.formkyc-contents .infoArea a:hover,
.formkyc-contents .type-goodsname a:hover {
 text-decoration: underline;
}
.formkyc-contents .infoArea a,
.formkyc-contents .type-goodsname a,
.formkyc-contents .col3-item a:hover,
.addendumBox a:hover {
 text-decoration: none;
}
.flowSection .formkyc-contents .infoAreaWrap .infoArea {
 padding-right: 20px;
}
.flowSection .formkyc-contents .infoAreaWrap .infoArea div:not(:first-child) {
 margin-top: 3px;
}
.formkyc-contents .colon::after {
	content:":";
	padding: 0 4px;
}
.flowSection .formkyc-contents .infoAreaWrap .infoArea span.pl-s {
	padding-left: 0.5em;
}
.flowSection .formkyc-contents .price-info {
 font-size: 12px;
}
.flowSection .formkyc-contents .formkyc-contents-in .form-block .form-block01 {
 align-items: flex-start;
	padding: 30px 27px 30px 35px;
	border-bottom: 1px solid #ddd;
}
.flowSection .formkyc-contents .formkyc-contents-in .form-block .form-block01:last-child {
	border-bottom: none;
}
.flowSection .formkyc-contents .infoAreaWrap img {
 display: block;
 box-sizing: border-box;
 -webkit-box-flex: 0;
 -webkit-flex: 0 0 auto;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 width: 140px;
 border: 1px solid #ddd;
 margin-right: 20px;
}
.flowSection .formkyc-contents .formkyc-contents-in .form-block .form-block01 .col3-item {
	padding-left: 30px;
	font-size: 16px;
 -webkit-box-flex: 2.2;
 -webkit-flex: 2.2;
 -ms-flex: 2.2;
 flex: 2.2;
 display: flex;
 flex-direction: column;
 word-break: break-all;
}
.flowSection .formkyc-contents .formkyc-contents-in .form-block .form-block01 .col3-item span {
 text-align: right;
}
.form-block .form-block01 .col3-item .pc-mr-05 {
 margin-right: -0.5em;
}
.flowSection .formkyc-contents .formkyc-contents-in .form-block .form-block01 .col3-item .grayout {
	color:#999;
}
/*---おすすめ商品・特集-----*/
.subConArea {
	background-color: #f9f9f9;
 box-sizing: border-box;
 padding: 30px 0 20px;
}
.subConArea .cms_wp {
	padding: 20px 0 50px;
}
.subConArea .cms_databox {
	padding-top: 5px;
}
.flowSection ~ .area-banner .box-recently .title,
.flowSection ~ .area-banner .box-recently {
	text-align: left;
}
.subConArea .conTtl {
 font-size: 21px;
 font-weight: bold;
	line-height: 1.43;
	text-align: left !important;
	margin-bottom: 25px !important;
}
.subConArea .sec-carousel {
 padding: 0;
}
.subConArea .sec-carousel .inner {
	padding-left: 20px;
	padding-right: 20px;
 position: relative;
}
.subConArea .sec-carousel .inner::before,
.subConArea .sec-carousel .inner::after {
 content: "";
 display: block;
 width: 20px;
 height: 100%;
 background-color: #f9f9f9;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
}
.subConArea .sec-carousel .inner::after {
 right: 0;
 left: auto;
}
.subConArea.rcmdFeature .cms_wp {
	padding-top: 0;
}
.subConArea.rcmdFeature a {
 text-decoration: none;
 text-align: left;
}
.subConArea.rcmdFeature a:hover {
 text-decoration: underline;
}
.subConArea .box-carousel .slider .slick-track,
.subConArea .box-carousel .slider .item,
.subConArea .box-carousel .slider .item a {
	display: flex;
}
.subConArea .sec-carousel .slider-control {
 z-index: 2;
}
.subConArea .sec-carousel .slider-control .btn {
 margin: 0 auto;
}
.subConArea .sec-carousel .slider-control.prev .btn {
	left: 20px;
}
.subConArea .sec-carousel .slider-control.next .btn {
	right: 20px;
}
/*----お申込み詳細----*/
.formkyc-panel .form-block .col2-box1 {
 display: flex;
 width: 100%;
}
.formkyc-panel .form-block .col2-box1 .align-r {
 flex: 1;
 text-align: right;
 font-size: 16px;
}
.formkyc-panel .form-block .col2-box1 .align-r a:hover {
 text-decoration: none;
}
.flowSection .col3-item .canselBtn {
 color: #0044ff;
 text-decoration: underline;
	margin-top: 3px;
}
.flowSection .col3-item .canselBtn:hover {
 text-decoration: none;
}
.formkyc-contents-in .form-block .col3-item .canselBtn:hover {
 cursor: pointer;
}
.formkyc-contents-in .form-block .col3-item .changeBtn {
 background-color: #0044ff;
 color: #fff;
 border-radius: 4px;
 text-align: center;
 width: 70px;
 height: 28px;
 line-height: 28px;
 font-size: 12px;
 font-weight: normal;
 padding-top: 1px;
 cursor: pointer;
 box-sizing: border-box;
 display: inline-block;
}
.formkyc-contents-in .form-block .itemHeadList {
 padding: 35px 35px 30px;
 font-size: 24px;
 font-weight: bold;
 border-bottom: 1px solid #ddd;
}
.flowSection .btnBase {
 width: 200px;
 height: 40px;
 border-radius: 20px;
 font-size: 14px;
 font-weight: normal!important;
 text-align: center!important;
 line-height: 40px;
 margin-bottom: 20px;
 box-sizing: border-box;
 display: block;
}
.flowSection .btnBase:hover  {
 cursor: pointer;
}
.flowSection .btnBase.grayBtn:hover  {
 cursor: not-allowed;
}
.flowSection .repeatBtn,
.flowSection .unskipBtn {
 background-color: #0044ff;
 color: #fff;
 border: 1px solid #0044ff;
}
.flowSection .skipBtn {
 background-color: #fff;
 color: #0044ff;
 border: 1px solid #0044ff;
}
.flowSection .grayBtn {
 background-color: #ccc;
 color: #fff;
 border: 1px solid #ccc;
}
.flowSection .infoTxtSmall {
 font-size: 14px;
 font-weight: normal;
}
.flowSection .itemChange::before {
 content: "→";
 padding: 0 6px;
 font-size: 10px;
 font-weight: normal;
}
.flowSection .taxTxt {
 padding-left: 5px;
}
.flowSection .errorTxt,
.addendumBox .infoTxt,
.formkyc-contents .txtRed {
 color: #cc0000;
}
.flowSection .errorTxtC {
 color: #ff0000;
}
.flowSection .modalDialogBox {
 /*display: none;*/
 position: fixed;
 top: 50%;
 left: 50%;
 z-index: 120;
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.flowSection .modalDialogBox .modalDialog {
 width: 528px;
 height: 56px;
 line-height: 56px;
 margin-bottom: 30px;
 color: #fff;
 text-align: center;
 -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
 -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
 box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
 position: relative;
 box-sizing: border-box;
} 
.flowSection .modalDialogBox .modalDialog.modaltypeA {
 background-color: #009899;
}
.flowSection .modalDialogBox .modalDialog.modaltypeB {
 background-color: #990000;
}
.flowSection .modalDialogBox .modalDialog .closeBtn {
 position: absolute;
 top: 50%;
 right: 15px;
 width: 24px;
 height: 24px;
 overflow: hidden;
 background: url(/images/v1/goods/ico_close_alert.png) 0 0 no-repeat;
 background-size: 100% auto;
 cursor: pointer;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 text-indent: -9999px;
}
/*---支払い方法変更画面----*/
.form-block.cardInfoItem ~ .form-block {
 padding-top: 30px;
}
.form-block.cardInfoItem label {
 margin-top: 5.5px;
 display: block;
}
.form-block .cardInfo > div:not(:first-child) {
 margin-top: 30px;
}
.form-block .cardInfo > div > span {
 margin-right: 10px;
}
.form-block .cardInfo .cardInfo01 {
 display: flex;
 align-items: center;
}
.form-block .cardInfo .cardInfo01 input {
 width: 215px;
}
.form-block .cardInfo .cardInfo02 select {
 width: 88px;
}
.form-block .cardInfo .cardInfo02 select ~ span {
 margin-left: 10px;
}
.form-block .cardInfo .cardInfo02 select:first-of-type ~ span {
 margin-right: 15px;
}
.form-block .cardInfo .cardInfo03 {
 display: flex;
 align-items: flex-start;
}
.form-block .cardInfo .cardInfo03 > span {
 margin-top: 7px;
}
.form-block .cardInfo .cardInfo03 input {
 width: 102px;
}
.form-block .cardInfo .cardInfo03 a {
 display: block;
 margin-top: 6px;
 margin-bottom: 6px;
}
/*----キャンセル画面----*/
.formkyc-contents .addendumBox {
 margin-top: 10px;
}
.form-block .input-checkbox,
.form-block .wrapAroundIn {
 margin-top: 18px;
}
.form-block .input-checkbox {
 position: relative;
}
.form-block .input-checkbox input {
 opacity: 0;
 margin-right: 8px;
 z-index: -1;
}
.form-block .input-checkbox label::before {
 position: absolute;
 display: block;
 top: 3px;
 left: 0;
 content: '';
 width: 14px;
 height: 14px;
 border: 1px solid #767676;
 cursor: pointer;
 background: #fff;
 border-radius: 2px;
}
.form-block .input-checkbox input:checked ~ label::before{
 background: #0075ff;
}
.form-block .input-checkbox input:checked ~ label:hover::before{
 background: #005CC8;
}
.form-block .input-checkbox label::after {
	content: '';
	display: none;
	position: absolute;
 width: 3px;
	height: 7px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	left: 5px;
	top: 5px;
	transform: rotate(32deg);
}
.form-block .input-checkbox input:checked ~ label::after { 
	display:block;
}
.form-block .wrapAroundIn textarea {
 margin-top: 7px;
 padding:0 2px;
 border: 1px solid #ddd;
 border-radius: 0;
 box-sizing: border-box;
 padding: 6px 10px;
}
.formkyc-panel .wrapAround {
 padding: 0;
 padding-left: 162px;
 margin-top: -35px;
}
/*----キャンセル確認画面----*/
.formkyc-panel.noHeadType {
 padding: 0;
 border-top: none;
}
.formkyc-panel.noHeadType .form-block:first-child {
 padding-top: 0;
}
.formkyc-panel .noItemType {
 width: 680px;
 margin-left: auto;
}
.formkyc-panel .type-goodsname {
 font-size: 18px;
 margin-top: -5px;
}
.formkyc-panel .txtItem {
 font-size: 14px;
 color: #666;
 margin-top: 18px;
}
.formkyc-panel .noItemType .wrapAroundIn {
 margin-top: 0;
}
/*キャンセル完了*/
.formkyc-contents .no-bg-box {
 font-size: 24px;
 padding: 0 35px;
 margin: 42px 0 40px;
}
.formkyc-contents .no-bg-box p {
 text-align: center;
}
/* flower login join */
.MemberFlowerJoin{
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.MemberFlowerJoin p{
  flex: 1;
}
.MemberFlowerJoin .logoset{
  width: 160px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.MemberFlowerJoin .logoset > :not(:first-child){
  margin-top: 8px;
}

/* CMSスタイル反映 QRコード
-------------------------------------------------------------------------*/
.cms-contents{
  font-size: 16px;
}
.area-wide .cms-contents{
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: left;
  letter-spacing: 0.6px;
}
.cms-contents .cms_wp{ padding-bottom: 70px; line-height: 1.5; }
.cms-contents .cms_wp.cms_space1{ padding-top: 70px; }
.cms-contents .cms_bgcolor1 { background-color: #f9f9f9; }
.cms-contents .cms_bgcolor2 { background-color: #ffffff; }
.cms-contents .cms_bgcolor12 { background-color: #eeeeee; }
.cms-contents [class^="cms_title"]{
  font-weight: bold;
  text-align: center;
}
.cms-contents .cms_subtitle1{ text-align: center; }
.cms-contents .cms_title1{ font-size: 24px; }
.cms-contents .cms_title2{ font-size: 36px; }
.cms-contents .cms_title3{ font-size: 48px; }
.cms-contents .cms_databox {
  padding-top: 40px;
}
.cms-contents .cms_block li:not(:empty):not(:first-child){
  margin: 35px 0 0;
}
.cms-contents .cms_block li > *:not(:first-child){
  margin-top: 5px;
}
.cms-contents .cms_blockwidth895 {
    width: 895px;
    margin: 0 auto;
}
.cms-contents .indentmarkup{
  display: flex;
}
.cms-contents .indentmarkup > *:first-child{
  margin-right: 0.5em;
}
.cms-contents .indentmarkup > *:not(:first-child){
  flex: 1 1 auto;
}
/*リンクモーダル
-------------------------------------------------------------------------*/
body .guideLinkModal {
 display: none;
	color: #666666;
 position: fixed;
 width: 800px;
	height: 500px;
 padding: 1em;
 margin: auto;
 inset: 0;
 background-color: #fff;
 max-height: calc(100vh - 10vh);
 overflow-y: scroll;
}
.modal-bg {
 display: none;
 width: 100%;
 height: 100%;
 background-color: rgba(0,0,0,0.5);
 position: fixed;
 top: 0;
 left: 0;
}
.guideLinkModal.is-open {
 z-index: 402;
}
.modal-bg.is-open {
 z-index: 401;
}
.guidelink {
	text-decoration:underline!important;
}
/*ディノスの森
-------------------------------------------------------------------------*/
#dinos-no-mori {
  text-align: center;
  margin-top: 40px;
}
#dinos-no-mori h2 {
  font-size: 140%;
}
#dinos-no-mori img {
  width: 35%;
}
#dinos-no-mori .mori-symbol {
  margin-top: 20px;
  margin-bottom: 20px;
}
#dinos-no-mori .mori-description {
  margin-bottom: 20px;
}
#dinos-no-mori h2 + .mori-description {
 margin-top: 10px;
}

/* こちらの商品もおすすめ
-------------------------------------------------------------------------*/
.background-gray{
 background-color: #f5f5f5;
 overflow: hidden;
}
.heading-1 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  padding: 52px 0 32px;
}
.recommends{
  margin: 0 auto;
  max-width: 1205px;
}
.item-block-b {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  padding-bottom: 50px;
}
.item-block-b .item-block-b-item {
  width: 180px;
  margin-bottom: 30px;
  margin-right: 25px;
}
.item-block-b .item-block-b-item:nth-child(6n) {
  margin-right: 0;
}
.item-block-b .item-block-b-item:nth-child(n+13) {
  display: none;
}

.item-block-b .item-block-b-item{
  width: 180px;
  margin-bottom: 30px;
}
.item-block-b-item:nth-child(n+13){
  display: none;
}
.item-block-b-item a,
.item-block-b-item a:link{
  text-decoration: none;
}
.item-block-b-item a img{
  transition: all 200ms linear;
  opacity: 1;
}
.item-block-b-item a:hover img{
  opacity: 0.7;
}
.item-block-b-item .text{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  margin-top: 12px;
}
.item-block-b-item .price{
  font-size: 14px;
  line-height: 1;
  margin: 5px 0 2px;
  font-weight: bold;
}
.item-block-b-item .price::first-letter {
  font-size: 12px;
  font-weight: normal;
}
.item-block-b-item .star{
  color: #666666;
}
.item-block-b-item .star span{
  color: #af933f;
  font-size: 16px;
}
.item-block-b-item .star img{
  width: 90px;
}
.recmd_btn{
  margin-top: 15px;
  margin-bottom: 70px;
  overflow: hidden;
}
a.recmd_btn,
a.recmd_btn:link{
  background-color: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 15px auto 70px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  text-align: center;
  box-sizing: border-box;
  padding: 1.2em 40px;
  line-height: 1;
  min-height: 60px;
  height: auto;
  font-size: 18px;
  text-decoration: none;
}
