@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 common.css

+++++++++++++++++++++++++++++++ */
a {
    color:#333;/*#333*/
    text-decoration: none;
}
a.link {
    color:#0D62C1;
    text-decoration: underline;
}
a:hover,
button:hover {
    text-decoration: none;
}

/* reset */
table { border-collapse: collapse; }
#cboxLoadedContent
/* headline */
h1, h2, h3, h4, h5 {
    font-size: 14px;
}

.fc_red{ color:#F00;}
.fc_blue{ color:#0F0;}
.bold{ font-weight:bold;}

/* layout */
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font:13px/1.0 Montserrat,Rokkitt,Lato,"Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    color: #333;
    -webkit-text-size-adjust: 100%; /* Android対策 */
    /* background: URL('../images/common/xmas_mainbg.jpg') repeat-y center 130px; */
    line-height: 160%;
}


.guide ul{
	list-style:inherit;
}


/*ul*/
#header_notice,
h1, h2, h3, h4,
#product p,
.box_agree div,
.box_agree .rule,
.box_message,
.form p,
#inquiry p,
#guide p,
.button { max-height: 100%; } /* Android対策 */
#cboxLoadedContent


.fs10{font-size:10px;}
.fs12{font-size:12px;}
.fs14{font-size:14px;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}



/*CUSTOM*/
/*http://paletton.com/#uid=72V0H0k-0EwkuJjqgFVECsiGTm5*/
.fc_rd{ color:#FF2300;}
.fc_bl{ color:#0D62C1;}
.fc_yl{ color:#d6b32c;}
.fc_gr{ color:#2a8c48;}
.fc_pnk{color:#d54c58;}

.bg_rd{ background:#FF2300;}
.bg_pnk{background:#d54c58;	/*red*/}
.bg_bl{background:#0d62c1; /*blue*/}
.bg_gr{background:#2a8c48;	/*green*/}
.bg_yl{background:#d6b32c;	/*yellow*/}


.radius3{border-radius: 3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.radius4{border-radius: 4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.radius5{border-radius: 5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.radius8{border-radius: 8px; -webkit-border-radius:8px; -moz-border-radius:8px;}
.radius_circle{border-radius: 40px; -webkit-border-radius:40px; -moz-border-radius:40px;}





	



/*レイアウト
-----------------------------------*/
#main {
	float: right;
	width: 100%;
	font-size:13px;
	font-weight: normal;
}
#main > section {
    position: relative;
}
#side {
    float: left;
    width: 250px;
    font-size: 85%;
    line-height: 130%;
	}

#main p {
	font-size:1.1em!important;
}

#side section.inner {
	position:relative;
	
}

#container > section { margin-bottom: 80px; }



/*検索結果BOX*/
  #search_result{
	  width:250px;

  }


/* メッセージボックス */
.box_message {
    margin: 30px auto;
    padding: 20px 40px;
    border: 2px solid #dcdcdc;
    font-size: 16px;
}

.modal .box_message {/*CST*/
    font-size: 14px;
}




.modal.confirm {/*CST*/
    font-size: 14px;
	padding: 0 30px	;
	box-sizing:border-box;
}

.modal.confirm > ul{ list-style:none; display:block; margin:0 auto;}
.modal.confirm > ul li{
    display: inline-block;
    width: 46%;
    text-align: center;
    font-size: 16px;
    margin: 0 1%;	
	}
	
.modal.confirm > ul li a.button{ width:100%;}









.box_error {
    margin: 20px auto 30px;
    border-color: #f00;
    color: #f00;
}
.box_message + .box_error { margin-top: -10px; }

.box_message li { line-height:200%;}
.box_message p { margin: 0;}
.box_message p:not(:last-child) { margin-bottom: 10px; }
.box_message.box_thanks p { text-align: center; }

.box_message.message_setA p { margin: 0; text-align:center; font-weight:bold; }
.box_message.message_setA span { display:block; text-align:center; color:#990033; margin:0; padding:0; }


/* .image内の画像は基本100%サイズに拡縮 */
.image img {
/*    max-width: 100%;
    max-heigh: 100%;
*/
	width:100%;
	margin:0;
}


#purchase .image img {
/*    max-width: 100%;
    max-heigh: 100%;
*/
	width:13%;
	margin:0;
}

#purchase .cart_shop .image img {
	width:100%;
	margin:0;
}

.message_setA{line-height:200%;}


/*見出し
-----------------------------------*/
.headline01 {
    margin: 0 0 20px;
    padding: 10px 15px;
    background: #e6e6e6;
    font-size: 25px;
    font-weight: bold;
}
.heading01 {
    margin: 20px;
    font-size: 22px;
    font-weight: bold;
}

.proddetail-2 .heading01 {/*cst prod*/
    margin: 20px 0  0 0;
    font-size: 120%;
    font-weight: bold;
}

.heading01 span {
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}

.sub_head01 {
    margin: 0 0 20px;
    padding: 10px;
    background: #e6e6e6;
    font-size: 16px;
    font-weight: normal;
}

.cartflow .sub_head01 {
	margin: 0 0 15px;
	background:#597390;
	color:#FFF;
	padding:5px 13px;
	
}

/* サイドカラム */
.side_heading01 {
    margin: 0;
    padding: 5px 10px;
    background: #f2f2f2;
    font-size: 18px;
}

.side_sub_head01 {
    margin: 15px 0 10px;
    font-size: 16px;
    font-weight: normal;
	font-weight:bold;
	
}

/*カルーセル
-----------------------------------*/
.bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    box-shadow: none;
}

/*商品カルーセル
-----------------------------------*/
main .bx-wrapper { min-width: 852px; }
main .bx-wrapper .bx-prev {
    top: 65px;
    left: -30px;
    width: 16px;
    height: 30px;
    margin: 0;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u9234715/pc/frame/css/../images/common/ico_prev.png) no-repeat left top;
}
main .bx-wrapper .bx-next {
    top: 65px;
    right: -30px;
    width: 16px;
    height: 30px;
    margin: 0;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u9234715/pc/frame/css/../images/common/ico_next.png) no-repeat left top;
}

.list_slider {
    margin: 0;
    padding: 0;
    list-style: none;
}
#container .list_slider {
    width: 1060px;
    margin: 0 auto;
}
.list_slider li {
    float: left;
    width: 160px;
    margin-right: 13px;
	min-height:270px;
}
#container .list_slider li { margin-right: 20px; }

.list_slider .image { margin-bottom: 10px; }
.list_slider .name {
    margin: 0 0 10px;
    font-size: 90%;
    /*font-weight: bold;*/
}
.list_slider .price {
    margin: 0;
    font-size:90%;
	color:#FF282E;
	text-align:right;
}
.list_slider .price .tax {
    margin-left: 5px;
    font-size: 12px;
}

.list_slider a:hover .image {
    filter:alpha(opacity=60);
    opacity: 0.6;
}
.list_slider a:hover .name {
    color: #006cd9;
    text-decoration: underline;
}

/* ランキング */
.period {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
    font-size: 12px;
}
.list_slider .rank { position:absolute; margin: 0; top:0; left:0; }
.list_slider .rank img { margin: 0 auto; }
#main .period + .bx-wrapper .bx-prev,
#main .period + .bx-wrapper .bx-next { top: 85px; }

/*リスト
-----------------------------------*/
/* インデントつきリスト */
.list_indent {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list_indent li {
    padding-left: 1em;
    text-indent: -1em;
}
.list_indent li:not(:last-child) { margin-bottom: 5px; }

/*ボタン
-----------------------------------*/
.button, .buttonB {
	background:#444;/*basecolor*/
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 30px;
    border: none;
	box-shadow: 2px 3px 0 #DDD;
    color: #fff;
    text-align: center;
    line-height: 1.2;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;	
	font-size:16px;
}

.button.selected{
    padding: 10px 30px;
    width: 80%;
    margin: 5px 20px;
    font-size: 100%;
    background: #006699;
}

.button:hover,.buttonB:hover {
    filter:alpha(opacity=60);
    opacity: 0.6;
}

.buttonB{ display:none;}

.scrollfixed .buttonB{ display:inherit;}

/* 決定系ボタン */
.button_decision {
    background:#f28d00; /*#D54C58 orange*/
}

.button_decision2 {
    background:#41924f; /* orange*/
}

.button_undecision {
    background:#333;
}

/* サブボタン */
.button_sub {
    padding: 10px 30px 9px;
    background: #666;
    font-size: 16px;
}

/* 白ボタン */
.button_white {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
}

/* 次へボタン */
.button_next {
    box-sizing: border-box;
    padding-right: 40px;
}
.button_next:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 16px;
    height: 28px;
    margin-top: -14px;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u9234715/pc/frame/css/../images/common/ico_next_w.png) no-repeat left top;
    content: " ";
}
.button_small.button_next:after,
.button_sub.button_next:after {
    width: 10px;
    height: 20px;
    margin-top: -10px;
    background-size: 10px 20px;
}
/* 戻るボタン */
.button_prev {
    box-sizing: border-box;
    padding-left: 40px;
}
.button_prev:after {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 16px;
    height: 28px;
    margin-top: -10px;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u9234715/pc/frame/css/../images/common/ico_prev_w.png) no-repeat left top;
    content: " ";
}
.button_small.button_prev:after,
.button_sub.button_prev:after {
    width: 10px;
    height: 20px;
    background-size: 10px 20px;
}

/* 小さいボタン */
.button_small {
    box-sizing: content-box;
    padding: 10px 10px 9px;
    font-size: 14px;
}

/* 横並び */
.box_button .multiple { margin-top: 30px; }
.multiple  { text-align: center; }
.multiple .button {
    display: inline-block;
    margin: 0 10px;
}

/*
フォーム用フロー
-----------------------------------*/
#flow {
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
    list-style: none;
}
#flow li {/*cst*/
    position: relative;
    display: inline-block;
    width: 270px;
    margin: 0 2px;
    font-size: 14px;
}
#flow li:not(:last-child):after {/*cst*/
    position: absolute;
    top: 21px;
    left: 157px;
    display: block;
    width: 235px;
    height: 2px;
    background: #dcdcdc;
    content: " ";
}
#flow i {
    display: block;
    margin: 0 auto 10px;
    width: 40px;
    height: 39px;
    padding-top: 1px;
    border: 2px solid #dcdcdc;
    border-radius: 22px;
    background: #dcdcdc;
    font-size: 20px;
    font-style: normal;
    line-height: 39px;
    text-align: center;
}
#flow .current i {
    border-color: #cd3333;
    background: #fff;
    color: #cd3333;
}
#flow .current { color: #cd3333; }

#flow .entered i {
    border-color: #666;
    background: #666;
    color: #eee;
}
#flow .entered a { color: #666; }


/*フォームパーツ
-----------------------------------*/
/* テキスト入力 */
input[type=text],
input[type=password],
textarea {
    box-sizing: border-box;
    padding: 10px 10px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
	border-radius:3px; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 
}

input[type=text]:focus,input[type=password]:focus,
select:focus,textarea:focus{/*フォーカス時設定*/
	border:none;
	background:#f8f9c2;
	box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;		
	outline: 0;/*基本枠*/
    border: 1px solid #e77600;
}


textarea {
    width: 100%;
    height: 150px;
}
/* ラベル */
label {
    position: relative;
    display: block;
}

.table_form label{display: inline!important;}

.table_form input[type=checkbox]{/*チェックボックスサイズ*/
	vertical-align: inherit;
	-moz-transform:		scale(1.2);
	-webkit-transform:	scale(1.2);
	transform:		scale(1.2);
}


label:hover { cursor: pointer; }
label > input {
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
	top: 2px;
}

/* チェックボックス */
.type_check { padding-left: 25px; }
.type_check:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u9234715/pc/frame/css/../images/common/ico_check.png) no-repeat left top;
    content: " ";
}

.cartflow .type_check:after {/*cst*/
    top: 5px;
}




.type_check.checked:after { background-position: -16px top; }

/* ラジオ */
.type_radio { padding-left: 25px; }
.type_radio:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u9234715/pc/frame/css/../images/common/ico_radio.png) no-repeat left top;
    content: " ";
}
.type_radio.checked:after { background-position: -16px top; }

/* インライン */
.list_inline {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list_inline li {
    display: inline-block;
    margin-right: 5px;
}
.list_inline label {
    display: inline-block;
    min-width: 110px;
    padding: 8px 10px 7px 35px;
    background: #e6e6e6;
}
.list_inline .checked { background: #f7ba67;}
.list_inline label:after {
    top: 50%;
    left: 10px;
    margin-top: -8px;
}

/* ブロック */
.list_block{
    margin: 0;
    padding: 0;
    list-style: none;
}

#purchase.cartflow .list_block{
	width:100%;
}

.list_block li:not(:last-child) {
    margin-bottom: 10px;
}
.list_block label {
    display: block;
    padding: 15px 10px 14px 35px;
    background: #e6e6e6;
    font-size: 16px;
}

.list_block .checked { background: #f7ba67;}
.list_block label:after {
    top: 50%;
    left: 10px;
    margin-top: -8px;
}
.list_block label span { font-size: 14px; }




/*cst 注文確認画面用*/

.confirm .list_block{
    margin: 0;
    padding: 0;
    list-style: none;
	font-size:100%;
}


.confirm .list_block li:not(:last-child) {
    margin-bottom: 10px;
}
.confirm .list_block label {
    display: block;
    padding:0 0 0 30px;
    background: none;
    /*font-size:100%;*/
}
.confirm .list_block .checked { background:none;}
.confirm .list_block label:after {
    top: 50%;
    left: 3px;
    margin-top: -8px;
}
.confirm .list_block label span { font-size: 14px; }

/*cst 注文確認画面用*/









/* フォームボックス */
.form > section,
.form > div {
    width: 920px;
    margin: 0 auto 40px; /*margin: 0 auto 80px*/
	box-sizing: border-box;
}

.marg-b0{margin-bottom:0;}


/* フォーム内メッセージ */
.form .box_message {
    margin: 20px auto;
}
.form .box_error {
    margin: 20px auto ;
}
.form .box_message + .box_error { margin-top: -10px; }


/* 必須項目 */
.ico_require {
    display: inline-block;
    /*width: 45px;*/
    margin:0 5px;
    padding: 4px 5px 3px;
    background: #cd3333;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-indent: 0;
}
/*input.require,*/
textarea.require { background: #fcf2f2; }

/* フォームテーブル */
.table_form {
    width: 100%; /*注文履歴テーブル値*/
	margin:0 auto;
    border: 1px solid #dcdcdc;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;	
	box-shadow: 2px 3px 6px #EEE;
	/*display:block;*/

}


.confirm .list_block .table_form {/*cst*/
	width:100%;
    border:none;
	padding:0;
	margin:0!important;
}


.table_form th:first-child{
	border-top-left-radius:4px;	
	-webkit-border-top-left-radius:4px;	
	-moz-border-radius-topleft:4px;	
	}
	
.table_form th:last-child{
	border-bottom-left-radius:4px;	
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;	
}


section > ul.remarks{width:85%; list-style:none; margin:20px auto; border:3px #CCC dotted; padding:15px; box-sizing:border-box;}
section > ul.remarks li{ margin:5px 0 10px; line-height:160%;}
section > ul.remarks li:before{ margin:0 5px 0 0 ; color:#FF0000;}


.confirm .list_block .table_form th,
.confirm .list_block .table_form td {width:inherit; padding:0;}/*cst*/

.passcheck{margin:20px;}

#purchase.cartflow .table_form  {/*cst*/
	width:100%;/*お届け先画面で100％へ設定*/
}

#purchase.cartflow .acc .table_form  {/*cst*/
	width:100%;
}

.table_form th,
.table_form td {
    padding: 15px 20px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
	line-height:160%;
}
.table_form th {
    /*width:170px;*//*cst 140px*/
    background: #f2f2f2;
    font-weight: normal;
    text-align: left;
}

.form .table_form.wl th {width:250px;}/*CST*/
.form .table_form.ws th {width:140px;}/*CST*/

.form .table_form a.foregetemail{
	color:#0066CC;
	width:300px;
	text-align:right;
	display:block;
	font-size:80%;
	text-decoration:underline;
	margin-top:5px;
	}
.form .table_form a.foregetemail:hover{text-decoration:none;}

#purchase .table_form th {
	width:80px;
}
.table_form .primary { width: 90px; }
.table_form .secondary { width: 80px; }
.table_form .icon {
    width: 45px;
    padding-left: 0;
    background: #f2f2f2;
}
.table_form .icon .ico_require { margin: 0; }

.table_form td p:first-child { margin: 0 0 10px; }

.table_form td .supplement {
    margin: 10px 0 0;
    font-size: 14px;
}

.table_form td select {
padding: 6px 10px;
margin: 0 5px;
}

fieldset input{background:#CCC;}/*cst*/

.table_form input[type=text],
.table_form input[type=password] { width: 340px; }

.table_form.cartflow input[type=text].name{ width: 180px; }/*cst*/
.table_form.cartflow input[type=text].adressno{ width:430px; }/*cst*/

/*placeholder color*/
.table_form input::-webkit-input-placeholder {
    color: #BBB;
    font-weight: normal;
}
.table_form input:-ms-input-placeholder {
    color: #BBB;
    font-weight: normal;
}
.table_form input::-moz-placeholder {
    color: #BBB;
    font-weight: normal;
}



.table_form input.require{width:300px;}
.table_form input.name{	width:400px!important;}
.table_form input.zip1 { width: 80px; }
.table_form input.zip2 { width: 100px; }
.table_form input.zip,
.table_form input.tel { width: 150px; }
.table_form input.year { width: 100px; }
.table_form input.tel{	width:200px!important;}


.table_form fieldset{border:none; padding:0; margin:0;}


.table_form .prefecture { width: 160px!important; }

.table_form .type_check:after { top: 3px; } 

.table_form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.table_form ul:not(.list_inline) li:not(:last-child) { margin-bottom: 10px; }



/* 入力レギュレーション */
.reg {
    display: inline-block;
    margin-left: 5px;
    padding: 5px 10px 4px;
    background: #dcdcdc;
    font-size: 14px;
    vertical-align: 2px;
}

/* エラー系 */
.error_message {
    margin: 10px 0 0;
    padding: 3px 10px 2px;
    background: #ffcccc;
    color: #cd3333;
    font-size: 14px;
}
input.error {
    padding: 4px 9px;
    border: 2px solid #f00;
}
/*
モーダル共通
-----------------------------------*/
#cboxLoadedContent {
	border: none;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

#cboxClose {
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u9234715/pc/frame/css/../images/common/ico_close.png) no-repeat left top;
}
#cboxClose:hover {
    filter:alpha(opacity=60);
    opacity: 0.6;
}
.modal .box_button {
    margin: 30px 0 0;
    text-align: center;
}
.modal .box_button .button {
    width: 300px;
    margin: 0 10px;
}

.modal .box_button .button.size_s {
	width:185px;
	font-size:14px;
}

/*side
-----------------------------------*/
#side ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#side > section { margin-bottom: 30px; }


/* カテゴリリスト */
#side .list_category li {
    border-bottom: 1px solid #dcdcdc;
}
#side .list_category a {
    display: block;
    padding: 15px 10px;
    font-size: 16px
}
#side .list_category a:hover {
    filter:alpha(opacity=60);
    opacity: 0.6;
}


#side .list_category .secondary { margin-top: -10px; }
#side .list_category .secondary li { border: none; }
#side .list_category .secondary a {
    padding: 10px 10px 10px 25px;
    font-size: 14px;
}

#side .list_category .current { font-weight: bold; }

/* 検索条件 */
.refine_condition { padding: 0 10px; }
.refine_condition/*:not(:last-child)*/ {
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.refine_condition .inner:first-child {
    margin-bottom: 15px;
    padding-bottom: 15px;
    /*border-bottom: 1px dotted #dcdcdc;*/
}
.list_condition li { margin: 10px; }
.list_condition li:last-child { margin-bottom: 0; }

.list_color li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 10px 10px 0 0;
}
.list_color li:nth-child(-n+6) { margin-top: 0; }
.list_color li:nth-child(6n) { margin-right: 0; }
.list_color label {
    display: block;
    width: 30px;
    height: 30px;
}

.list_color label.checked:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    content: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u9234715/pc/frame/css/../images/common/bg_checked.png);
}
.list_color label input {
    display: block;
    width: 30px;
    height: 30px;
}

.refine_condition .inner > input {
    display: block;
    width: 210px;
}
.refine_condition .inner select { margin: 10px 0 0; }
.refine_condition .range + .range { margin-top: 10px; }
.refine_condition .range input {
    width: 130px;
    margin-right: 5px;
}

/* サイドボタン */
#side .button {
    display: block;
    width: 200px;
    margin: 20px auto 10px;
    padding: 10px 0;
    font-size: 16px;
}

#side .buttonB {
    width: 250px;
    margin: 10px auto;
    padding: 10px 0;
    font-size: 16px;
}

/* 広告 */
#side .pr {
    margin: 30px 0;
    text-align: center;
}
#side .pr:first-child { margin-top: 0; }




/* clearfix */
header:after,
footer:after,
main:after,
section:after,
div:after,
ul:after,
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    color: transparent;
}


/* タブレット、スマホ用 */
@media screen and (max-width: 1300px) {
#page_top {
    left: 610px;
}
}







/********************************************************************************************/

/*ご利用案内*/

.forsp,.shoppingflowsp{ display:none;}


/*INCLUDE SETTING*/
.inc_dcost1,.inc_dcost2,.inc_cod,
.inc_wrapcost,.inc_pps{
    font-weight: bold;
    color: #0c2890;
    font-size: 1.0em;
    }



.udl{ text-decoration:underline;}
.udlb{ text-decoration:underline; font-weight:bold;}

.guide img{
	height:auto;
	width:80%:
	}

.guide div.imgbox{
	margin:20px auto;
	text-align:left;
	}

.guide img.jdebit2{
	width: 80%;
}

#frame_main img#happinet50th{
	display:none;
}


#welcome{ font-size:35px; line-height:135%; text-align:center; margin:30px 0 0 0;}
#welcome>span{ font-size:15px; display:block; color:#926f1f;} 

#welcome+p{
    margin: 10px auto;
    text-align: center;
}

.guide #side ul{
	font-size:13px;	
	line-height:190%;
	margin-bottom:20px;
	}

.guide > #side ul li > span{
	font-weight:bold;
	}

.guide a{	color:#0066CC;}
.guide a:hover{ text-decoration:underline;}

/*DD直下spanタイトル*/
.spanttl{
	margin: 20px 0 10px 0;
    display: block;
    font-size: 110%;
    background: #f1ede0;
    padding: 8px 0 8px 15px;
    border-left: 8px #dc5f99 solid;
    font-weight: bold;
	}

/*メインカラム*/

/*トップメニュー*/
#guide_topmenu{margin-bottom:50px;}
#guide_topmenu h2{ 
    background: #99a583;
    padding: 10px;
    margin: 35px 0 15px 0;
    font-size: 15px;
    font-weight: bold;
    width: 740px;
    color: #FFF;
	}
#guide_topmenu ul{margin:0; padding:0!important;}
#guide_topmenu ul li{ display:block; margin:8px 0;}

#guide_topmenu ul ul{
	width: 32%!important;
    margin: 10px 4px 0;
    display: inline-block;
    vertical-align: top;
}

#guide_topmenu ul ul li:first-child h3{
margin-bottom: 19px;
    font-size: 1.15em;
    color: #ffffff;
    background: #83ad1d;
    border-radius: 2px;
    border-left: 4px #acce5b solid;
    padding: 6px;
}

#guide_topmenu ul a{
	white-space: nowrap;
	border-left: 4px #d6d6d6 solid;
	border-bottom: 1px #dfe2e6	 dotted;
	display: block;
	color: #00F!important;
	font-size: 1.0em;
	margin: 10px 0;
	padding: 10px 0;
	background-color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0 3px 3px 0;
	text-decoration: none;
	}

#guide_topmenu ul a:hover{
background: #7fa5a5;
color: #FFF!important;
    }


/*GUIDE 営業日カレンダー*/
.guide #left_underopt {/*#left_underoptは2019/9/1以降不要*/
    width: 80%;
    margin: 30px auto 0;
    font-size: 1.1em;
}

.guide #left_underopt h3 {
    font-weight: bold;
    padding: 5px 20px;
}

.guide #left_underopt h3+a {
    text-align: center;
    font-size: 1.3em;
    margin: 15px auto;
    background:#125d9c;
    width: 40%;
    padding: 10px;
    border-radius: 4px;
    color: #FFF;
    box-shadow: #CCC 3px 3px 3px;
}

.guide #left_underopt #wrapping,
.guide #left_underopt #wrapping {
    display: none;
}

.wrapcolor {
	color: #f00;
	font-weight: 800;
}

#left_underopt .calenders table td,
#left_underopt .calenders table th {
    font-size: 0.9em!important;
}

#left_underopt .calenders table td br,
#left_underopt .calenders table th br {
    display:none;
}

#left_underopt .calenders table th span{
	display: inline-block;
	padding-left: 8px;
}


#left_underopt .calenders table+ul li {
    font-size: 1.2em;
}

.guide #left_underopt .calenders ul li{
	font-size: 1.0em!important;
	/*font-weight:bold!important;*/
	text-align: left;
}	
/*GUIDE 営業日カレンダー*/


span.ordertiming {
    font-size: 1.3em;
    background: #83ad1d;
    color: #FFF;
    padding: 10px 9px;
    width: 97%;
    display: block;
    border-radius: 2px;
}

/*セクション*/
.guide section {
	}

.guide section h2 {
	background: #EDEDED;
	padding:10px;
	margin-top:50px;
	/* font-weight: bold; */
	font-size: 15px;
	width:740px;
	}

.guide section dl {
	margin:20px auto;
	width:98%;
	}

.guide section dt {
    font-size: 1.2em;
    color: #192e54;
    margin: 0 0 10px 10px!important;
    display: block;
    background: #EEE;
    font-weight: bold;
    padding: 10px 0 10px 10px!important;
    border-left: 8px #548888 solid;
	}


.guide section dd {
	margin: 10px 0 20px 15px;
    padding: 0 10px 10px 0;
	}

.guide section dd p {padding:10px 15px; line-height:180%;}

.guide section dd ul.on{
	list-style: inside;
    width: 98%;
    margin: 0 15px 15px;
    padding: 0 5px;
    line-height: 175%;
    list-style-position: outside;
	}

.guide section dd ul.on li{
    margin: 0 15px;
    border-bottom: 1px #CCC dashed;
    padding: 12px 0;
    font-size: 1.1rem;
	}


.guide section table { margin:20px auto; width:98%;}

.guide section table th{width:31%; font-weight:bold; background:#F0F0F0; text-align:left;}

/*CAUTION TH*/
.guide section table tr:nth-child(3) th.caution{
	background:#ffdfdf!important;
	}
	
.cautionimg{
	width:18px;
	height:auto;
	vertical-align:middle;
	margin-right:8px;
	}

.guide section table.cerocst{width:100%; float:left;}
.guide section table.cerocst:last-child{margin-left:1%;}
.guide section table.cerocst th{width:20%!important; text-align:center;}
.cerocst th,.cerocst td{padding:0 10px!important;}
.cerocst th{ width:34%!important;}
.cerocst p{ padding:0!important;}


.cerocode{ width:100%;}
.cerocode ul{ width:20%; float:left; padding:0; list-style:none;}
.cerocode ul li{ background:#FFF; border:1px #F2F2F2 solid; text-align:center;}
.cerocode ul li img{ margin:0 auto;}
.cerocode ul li:last-child{ height:200px; color:#000;}


.cerocode ul.ceroA li:first-child{background-color:#000000!important; color:#FFF!important; padding:5px 0;}
.cerocode ul.ceroB li:first-child{background-color:#339966!important; color:#FFF!important; padding:5px 0;}
.cerocode ul.ceroC li:first-child{background-color:#000066!important; color:#FFF!important; padding:5px 0;}
.cerocode ul.ceroD li:first-child{background-color:#dc6a31!important; color:#FFF!important; padding:5px 0;}
.cerocode ul.ceroZ li:first-child{background-color:#CC0033!important; color:#FFF!important; padding:5px 0;}
.cerocode ul.cero99 li:first-child{background-color:#555!important; color:#FFF!important; padding:5px 0;}


.guide section table.narrow th{width:24%!important;}
.guide section table.narrow td:nth-child(n+3){ width:20%!important;}

.guide section table td,.guide section table th {
	border:1px #D2D2D2 solid;
	padding:10px 15px;
	font-size:0.9em;
	line-height:180%;
}

.guide section table td.bnone,.guide section table th.bnone { border:none;}

.guide section table td ul{
　　margin:10px 0;
　　padding:0 0 0 20px;
　　}

.guide section table td ul>li {
    margin: 7px 0;
    padding: 0px;
	}


/*BORDERなしテーブル*/
.guide section table.noborder{ width:inherit!important; margin:0 auto!important;}
.guide section table.nomargin{ margin:0 auto; }
.guide section table.noborder td,.guide section table.noborder th { border:none; padding:10px 10px 0 10px;}




/*見出し前見出し*/
section dt span{
	display: block;
    font-size: 16px;
    line-height: 38px;	
}



.delivdate{
	width:98%;
	margin:25px auto;
	padding:0;
	list-style: none!important;
	}
	
.delivdate>li{
	border:1px #CCC solid;
	border-bottom:none;
	}
	
.delivdate>li:last-child{
	border-bottom:1px #CCC solid;
	}
	
.delivdate ul{
	padding:0;
	margin:0;
	overflow: hidden;
	}

.delivdate ul li{ 
	width:35%;
	vertical-align: top;
	float:left;
	background: #f0f0f0;
	min-height: 200px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	}

.delivdate ul li:nth-child(2){
	background:#FFF;
	width:65%;
	vertical-align: top;
	}


.prod_delivinfo {
    background: none!important;
    font-size: 16px;
}


/*納期差異注意文言*/
.delivcaution {
    width: 100%;
    margin: 20px auto;
    padding: 15px 0;
    font-size: 1.1em;
    color: #FFF;
    font-weight: bold;
}

.delivcaution li {
    margin: 10px 0;
    background: #c31f1f;
    padding: 7px 15px;
    border-left: 8px #ffaeae solid;
    border-radius: 3px;
}

/*xmasdeliv*/
	.ano .for_sp {
	    display:none;
	}

.ano{width: 950px;margin: 10px auto;display: block;}

.ano img {
    width: 100%;
}