@charset "utf-8";

/************************************************
 各ページコンテンツ用
************************************************ */
/* ==============================================
▼TOP
=============================================== */
/* メインイメージ
----------------------------------------------- */
#main_image {
  margin-bottom: 10px;
  text-align: center;
}

/* ==============================================
▼下層
=============================================== */
/* ==============================================
▼ガイド
=============================================== */
/* ◎◎について
----------------------------------------------- */
div#undercolumn_aboutus {}

/* 特定商取引法
----------------------------------------------- */
div#undercolumn_order {}

/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {
  margin: 0 auto 80px;
  width: 100%;
	max-width: 960px;
}
div#undercolumn_contact form{
	padding:0 10px;
}
div#undercolumn_contact form img{
	width:auto;
}
div#undercolumn_contact p{
	padding: 30px 0;
}
.zipimg img {
  vertical-align: middle;
	width: auto;
}
div#undercolumn_contact .contact_form{
	width:100%;
}
div#undercolumn_contact .contact_form .list{
	clear: both;
  display: flex;
  padding: 2px 0;
	text-align: left;
}
div#undercolumn_contact .contact_form .list .ttl{
	width:30%;
	float:left;
	background-color:#e9e6f1;
  padding: 15px;
}
div#undercolumn_contact .contact_form .list .ttl span.attention{
	color:red;
}
div#undercolumn_contact .contact_form .list .txt{
	width:70%;
	float:left;
	background-color:#fcfcfe;
  padding: 15px;
}
div#undercolumn_contact .contact_form .list .txt p{
	padding:0 0 5px 0;;
}
div#undercolumn_contact .contact_form .list .txt select{
	padding:0 0 5px 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	div#undercolumn_contact form{
		padding:0 10px;
	}
	div#undercolumn_contact .contact_form .list {
	  clear: both;
		display: block;
	  width: 100%;
	}
	div#undercolumn_contact .contact_form .list .ttl {
	    width: 100%;
	    float: none;
	    background-color: #e9e6f1;
	    padding: 15px;
	}
	div#undercolumn_contact .contact_form .list .txt {
	    width: 100%;
	    float: none;
	    background-color: #fcfcfe;
	    padding: 15px;
	}
	div#undercolumn_contact .contact_form .list .txt input.box120{
	    width: 35%;
	}
	div#undercolumn_contact .contact_form .list .txt input.box60,
	div#undercolumn_contact .contact_form .list .txt input.box60{
	    width: 25%;
	}
	div#undercolumn_contact .contact_form .list .txt input.box380,
	div#undercolumn_contact .contact_form .list .txt input.box380{
	    width: 100%;
	}
	div#undercolumn_contact .contact_form .list .txt textarea{
	    width: 100%;
	}
	div#undercolumn_contact p {
	    padding: 30px 10px;
	    text-align: left;
	}
}
/* ==============================================
▼MYページ
=============================================== */
/* 共通設定
----------------------------------------------- */
div#mypagecolumn {
  width: 100%;
}

div#mynavi_area {
  width: 100%;
}

div#mycontents_area {
  width: 100%;
	max-width:1100px;
	margin:60px auto 0;
}
div#mycontents_area p{
}
div#mycontents_area p.attention{
  padding-top: 0;
}

div#mynavi_area .mynavi_list {
  margin-bottom: 20px;
  width: 100%;
}

div#mynavi_area .mynavi_list li {
  margin: 0 15px 5px 0;
  padding-left: 15px;
  float: left;
  background: url('../img/images/arrow.png') no-repeat left;
}

div#mynavi_area div.point_announce {
  margin-bottom: 30px;
  padding: 10px;
  border: solid 1px #ffcc62;
  background-color: #fffaf0;
}

div#mynavi_area div.point_announce p {
  padding-left: 20px;
  background: url('../img/images/icon/point.png') no-repeat left;
  text-indent: 15px;
}

div#mycontents_area p.inforamtion {
  margin-bottom: 20px;
}

div#mypagecolumn h4 {
  margin: 10px auto;
  border-bottom: 1px solid #999;
  text-align: left;
  font-size: 120%;
}
@media only screen and (max-width: 768px) {
	div#mycontents_area {
		margin:20px auto 0;
	}

}
/* 購入履歴一覧/詳細
----------------------------------------------- */
div#mycontents_area div.mycondition_area {
		margin: 10px auto 20px;
    padding: 10px;
    border: solid 1px #c1b9e2;
    width: 100%;
    background: #fff;
}
.btn_area img#change{
	width:120px;
}
div#mycontents_area div.mycondition_area p {
  float: left;
  text-align: left;
}

div#mycontents_area table {
}
div#mycontents_area div.mycondition_area form p.btn{
	float:right;
}
.add_address {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	div#mycontents_area div.mycondition_area {
	  width: 94%;
	}
	div#mycontents_area table {
	  width: 94%;
	  font-size: 10px;
	}

}
/* 会員登録内容変更/退会/カード情報/お届け先変更/退会
----------------------------------------------- */
div#mycontents_area .message_area {
  margin: 30px auto;
  padding: 30px;
  border: 1px solid #ccc;
  text-align: center;
}

div#mycontents_area .message_area p {
  margin-bottom: 20px;
}
div#mycontents_area table.delivname{
}
div#mycontents_area table.delivname th{
    padding: 20px 10px;
}
div#mycontents_area table.delivname td{
    padding: 20px 10px;
}
div#mycontents_area table.delivname td input{
    padding: 5px;
}
div#mycontents_area table.delivname td select{
    padding: 5px;
}
div#mycontents_area table.delivname td p.zipimg{
    padding:5px 0 0 20px;
}
div#mycontents_area div.btn_area button{
		padding: 10px 0;
    border: 1px solid #7a6caf;
    background-color: #7a6caf;
    color: #fff;
    width: 280px;
    cursor: pointer;
		transition: all 0.3s ease 0s;
		margin-bottom: 45px;
}
div#mycontents_area div.btn_area button:hover{
    border: 1px solid #7a6caf;
    background-color: #fff;
    color: #7a6caf;
}
div#mycontents_area div.btn_area button#complete{
		padding: 10px 0;
    border: 1px solid #7a6caf;
    background-color: #7a6caf;
    color: #fff;
    width: 160px;
    cursor: pointer;
		transition: all 0.3s ease 0s;
		margin-bottom: 45px;
}
div#mycontents_area div.btn_area button#complete:hover{
    border: 1px solid #7a6caf;
    background-color: #fff;
    color: #7a6caf;
}
div#mycontents_area div.btn_area .mypage_change_back{
    padding: 10px 20px;
    border: 1px solid #e4e4e4;
    background-color: #e4e4e4;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
}
div#mycontents_area div.btn_area .mypage_change_back:hover{
    border: 1px solid #7a6caf;
    background-color: #fff;
    color: #7a6caf;
}

div#mycontents_area table.cust_change{
  box-sizing: border-box;
  border-collapse:collapse;

}
div#mycontents_area table.cust_change th,
div#mycontents_area table.cust_change td{
    padding: 20px 10px;
}
div#mycontents_area .btn_area{
	margin-bottom: 65px;
}
div#mycontents_area div.btn_area .cardbtn{
		padding: 10px 0;
    border: 1px solid #7a6caf;
    background-color: #7a6caf;
    color: #fff;
    width: 280px;
    cursor: pointer;
		transition: all 0.3s ease 0s;
		margin-bottom: 45px;
}
div#mycontents_area div.btn_area .cardbtn:hover{
    border: 1px solid #7a6caf;
    background-color: #fff;
    color: #7a6caf;
}
div#mycontents_area .non_card{
	margin: 45px 0;
}
div#mycontents_area .maypage_card_tb{
	margin-bottom: 45px;
}
div#mycontents_area .card_info{
	margin-bottom: 45px;
}
div#mycontents_area .add_address{
	padding: 30px 0;
}
div#mycontents_area .add_address a{
    padding: 10px 40px;
    border: 1px solid #7a6caf;
    background-color: #7a6caf;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin-bottom: 45px;
}
div#mycontents_area .add_address a:hover{
    border: 1px solid #7a6caf;
    background-color: #fff;
    color: #7a6caf;
}
div#mycontents_area .taikai .btn_area{
		margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	div#mycontents_area table.cust_change th{
	    padding: 10px 10px;
	    display: block;
	}
	div#mycontents_area table.cust_change td{
	    padding: 15px 10px;
	    display: block;
	}
	div#mycontents_area table.cust_change td img{
	    width:84px;
	}
	div#mycontents_area table.delivname td p.zipimg {
	    padding: 5px 0 0 0px;
	}
	div#mycontents_area p.mypage_det{
		text-align: left;
    width: 94%;
    margin: 0 auto;
	}
	div#mycontents_area .btn_area{
		margin-bottom: 0;
	}
	div#mycontents_area .taikai{
		width:94%;
		margin:0 auto;
	}

	div#mycontents_area .add_address img{
		width:auto;
	}

}

/* ==============================================
▼会員登録
=============================================== */
div#undercolumn_entry {
  width: 100%;
}
div#undercolumn_entry .kiyaku_message{
  width: 94%;
  margin: 50px auto;
}

div#undercolumn_entry .kiyaku_text {
  margin: 20px auto;
  padding: 30px;
  border: solid 1px #ccc;
  width: 76%;
  background: #fff;
}
div#undercolumn_entry .btn_area {
  margin-top: 30px;
  margin-bottom: 130px;
}
div#undercolumn_entry .btn_area .non{
    padding: 10px 40px;
    border: 1px solid #a5a5a5;
    background-color: #a5a5a5;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin-bottom: 45px;
}
div#undercolumn_entry .btn_area .non:hover{
    border: 1px solid #a5a5a5;
    background-color: #fff;
    color: #a5a5a5;

}
div#undercolumn_entry .btn_area .go{
    padding: 10px 40px;
    border: 1px solid #7a6caf;
    background-color: #7a6caf;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin-bottom: 45px;

}
div#undercolumn_entry .btn_area .go:hover{
    border: 1px solid #7a6caf;
    background-color: #fff;
    color: #7a6caf;
}
div#undercolumn_entry .undercolumn_inner{
	width:100%;
	max-width:1100px;
	margin:30px auto 80px;
}
div#undercolumn_entry .undercolumn_inner .title{
		width: 100%;
    padding: 10px;
    color: #fff;
    background-color: #7a6caf;
    margin-bottom: 20px;
}
div#undercolumn_entry .undercolumn_inner button{
    padding: 10px 40px;
    border: 1px solid #7a6caf;
    background-color: #7a6caf;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin-bottom: 45px;
}
div#undercolumn_entry .undercolumn_inner button:hover{
    border: 1px solid #7a6caf;
    background-color: #fff;
    color: #7a6caf;
}
div#undercolumn_entry .regist_inner .go_cart{
    padding: 10px 40px;
    border: 1px solid #7a6caf;
    background-color: #7a6caf;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin-bottom: 45px;

}
div#undercolumn_entry .regist_inner .go_cart:hover{
    border: 1px solid #7a6caf;
    background-color: #fff;
    color: #7a6caf;
}

div#undercolumn_entry .regist_inner{
	margin-top:80px;
}
div#undercolumn_entry .regist_inner .go_cart_area{
	margin:20px 0;
}
div#undercolumn_entry .regist_inner .buy_message{
		font-size: 30px;
    margin: 70px 0 25px;
		font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
div#undercolumn_entry .regist_inner .buy_btnarea{
	margin-top:30px;
	margin-bottom:45px;
  display: inline-flex;
}
div#undercolumn_entry .regist_inner .buy_btnarea p{
	margin:0 5px;
}
div#undercolumn_entry .regist_inner .buy_btnarea a{
    padding: 10px 40px;
    border: 1px solid #7a6caf;
    background-color: #7a6caf;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin-bottom: 45px;
}
div#undercolumn_entry .regist_inner .buy_btnarea a:hover{
    border: 1px solid #7a6caf;
    background-color: #fff;
    color: #7a6caf;
}
@media only screen and (max-width: 768px) {
	div#undercolumn_entry .kiyaku_message{
	  width: 94%;
	  margin: 20px auto 0;
    text-align: left;
	}
	div#undercolumn_entry .undercolumn_inner{
		width:94%;
	}
	div#undercolumn_entry .kiyaku_text {
  	width: 94%;
	  padding: 20px auto 0;
	}
	div#undercolumn_entry .btn_area li{
    display: flex;
	}
	div#undercolumn_entry .btn_area .go{
		margin:5px;
    padding: 10px 35px;
	}
	div#undercolumn_entry .btn_area .non{
		margin:5px;
    padding: 10px 35px;
	}
	div#undercolumn_entry .regist_inner .go_cart{
    display: block;
    margin: 0 auto;
    width: 92%;
	}
	div#undercolumn_entry .regist_inner{
		margin-top:45px;
	}
	div#undercolumn_entry .regist_inner .message{
		text-align:center;
	}
	div#undercolumn_entry .regist_inner .buy_message{
			font-size: 25px;
	    margin: 25px auto;
			text-align:center;
	}
	div#undercolumn_entry .regist_inner .buy_btnarea {
	    display: block;
	}
	div#undercolumn_entry .regist_inner .buy_btnarea p {
	    margin: 0 auto;
	}
	div#undercolumn_entry .regist_inner .buy_btnarea a {
    padding: 10px 0px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
	}
}
/* ==============================================
▼ログイン
=============================================== */
div#undercolumn_login {
    margin: 20px auto 65px;
    width: 100%;
    text-align: left;
    max-width: 1100px;
}
div#undercolumn_login .title {
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: #7a6caf;
    margin-bottom: 20px;
}
div#undercolumn_login .login_area {
  margin-bottom: 30px;
}

div#undercolumn_login .login_area .inputbox {
  margin: 15px auto 15px auto;
  padding: 25px 0 25px 0;
  background: url(../img/images/bg_dotline.png) repeat;
}

div#undercolumn_login .login_area .inputbox .btn_area {
  margin-top: 0;
}
div#undercolumn_login .inputbox button{
		padding: 10px 0;
    border: 1px solid #7a6caf;
    background-color: #7a6caf;
    color: #fff;
    width: 190px;
    cursor: pointer;
		transition: all 0.3s ease 0s;
		margin-top: 20px;
}
div#undercolumn_login .inputbox button:hover{
    border: 1px solid #7a6caf;
    background-color: #fff;
    color: #7a6caf;
}
div#undercolumn_login .inputbox .btn_area a{
    padding: 10px 40px;
    border: 1px solid #7a6caf;
    background-color: #7a6caf;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin-bottom: 45px;
}
div#undercolumn_login .inputbox .btn_area a:hover{
    border: 1px solid #7a6caf;
    background-color: #fff;
    color: #7a6caf;
}

@media only screen and (max-width: 768px) {
	div#undercolumn_login {
	    width: 94%;
	}
}
/* ===============================================
▼ログイン（サイド用）
※ヘッダー用はbloc_alpha.css内に記述
=============================================== */
#container div#login_area .block_body {
  padding: 10px;
}

#container div#login_area .block_body p {
  margin-bottom: 5px;
}

#container div#login_area .block_body .btn {
  text-align: center;
}

#container .login_area dl.formlist {
  display: block;
  margin: 0 auto 8px auto;
  width: 500px;
}

#container .login_area dl.formlist dt {
  margin-bottom: 3px;
  color: #333;
  background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
  width: 30%;
  float: left;
  text-indent: 20px;
  font-size: 14px;
  line-height: 32px;
}

#container .login_area dl.formlist dd {
  margin-bottom: 5px;
  float: right;
  vertical-align: bottom;
  text-align: right;
	width: 70%;
}
#container .login_area dl.formlist dd input[type="text"],
#container .login_area dl.formlist dd input[type="password"]{
	width:100%;
	padding:5px 10px;
}
#container .login_area dl.formlist dd .login_memory{
	margin-top:5px;
}
#container div#login_area .block_body .mini {
  margin-top: 5px;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 768px) {
 #undercolumn_entry tbody
 #undercolumn_entry tr,
 #undercolumn_entry th,
 #undercolumn_entry td {
   display: block;
 }
 #undercolumn_entry input[type='text'],
 #undercolumn_entry input[type='password'],
 #undercolumn_entry .select {
   height: 32px;
   border-radius: 5px;
 }
 #undercolumn_entry th {
   border: none;
   border-right: 1px solid #d5d4b6;
   background: none;
   padding: 8px 8px 0;
 }
 #undercolumn_entry .name td span,
 #undercolumn_entry .kana td span {
   display: block;
 }
 #undercolumn_entry .name td span + span,
 #undercolumn_entry .kana td span + span {
   margin-top: 10px;
 }
 #undercolumn_entry .box120 {
  width: 80%;
 }
 #undercolumn_entry .zipimg a {
   display: block;
   width: 84px;
 }
 #undercolumn_entry .box300 {
   width: 100%;
 }
	#container .login_area dl.formlist {
	    width: 100%;
	}
	#container .login_area dl.formlist dt {
	    width: 92%;
	    float: none;
	    margin: 0 auto;
	}
	#container .login_area dl.formlist dd {
	    width: 92%;
	    float: none;
	    margin: 0 auto;
	}
	#container .login_area dl.formlist dd .login_memory label{
	    font-size: 12px;
	}
}

/* ==============================================
▼エラー
=============================================== */
div#undercolumn_error .message_area {
  width: 80%;
  margin: 30px auto;
  padding: 30px;
  border: 1px solid #ccc;
  text-align: center;
}

div#undercolumn_error .message_area .error {
  padding: 120px 0;
}

/* ==============================================
▼商品一覧
=============================================== */
/* ページ送り
----------------------------------------------- */
.list_nav_head{
	background-color: #f2f2f5;
	padding:30px 20px;
  margin-bottom: 50px;
}
.list_nav_head .count_item{
  text-align: left;
  float: left;
}
.list_nav_head .pagenumber_area{
	margin:0;
	padding:0;
	position: relative;
}

.pagenumber_area {
  padding-bottom: 10px;
}

.pagecond_area {
  margin-bottom: 20px;
  padding: 10px;
}

.pagenumber_area {
  margin: 40px 0 20px;
}

.pagecond_area {
  border: 1px solid #ccc;
}

.pagenumber_area .navi {
  width: 100%;
  text-align: center;
	margin-top: 30px;
}

.pagenumber_area .navi li {
  display: inline;
}

.pagenumber_area .navi a {
  display: inline;
  border: solid 1px #ccc;
  padding: 5px 10px;
  margin-right: 2px;
	border-radius: 6px;
}

.pagenumber_area .navi strong {
  display: inline;
  border: solid 1px #ccc;
  background: #6e60ad;
  color: #fff;
  padding: 5px 10px;
  margin-right: 2px;
	border-radius: 6px;
}

.pagenumber_area .change {
  white-space: nowrap;
  display: flex;
}
.pagenumber_area .change p{
	padding: 5px 10px;
  margin: 0 10px;
  border: 1px solid #7a6caf;
  border-radius: 3px;
}
.pagenumber_area .change  select{
	border: solid 1px #ccc;
  padding-right: 30px;
  padding-left: 5px;
  border-radius: 5px;
  background-color: #fff;
	right: 0;
  position: absolute;
}
.pagenumber_area .cnt_change{
	float:right;
	margin-top:15px;
	padding: 0 10px;
}
@media only screen and (max-width: 768px) {
	.list_nav_head{
		padding:15px;
	  margin-bottom: 25px;
	}

	.list_nav_head .count_item{
	  font-size:12px;
	}
	.pagenumber_area .change  select{
	  font-size:12px;
		background: #fff;
	}
	.pagenumber_area .navi a {
		margin:0;
	}


}
/* レイアウト
----------------------------------------------- */
div.list_area {
  padding: 0 0 30px 0;
  width: 100%;
  /*overflow: auto;*/
	position: relative;
}
#temporaryBox{
    position: absolute;
    right: 0;
    top: 17px;
    margin-top: 25px;
    background-color: #f38e8e;
    color: #fff;
    border-radius: 5px;
    padding: 0px 10px;
}
div.listphoto {
	margin-bottom: 15px;
}

div.listphoto .picture {
  width: 80%;
}

/* メインカラム用 1カラム時*/
#one_maincolumn div.listrightbloc {
}

/* メインカラム用 2カラム時*/
#two_maincolumn_right div.listrightbloc,
#two_maincolumn_left div.listrightbloc {
  float: right;
  width: 80%;
}

/* メインカラム用 3カラム時*/
#three_maincolumn div.listrightbloc {
  float: right;
  width: 74%;
}

@media only screen and (max-width: 768px) {
	div.list_area {
    padding: 0 0 15px 0;
    width: 96%;
    margin: 0 auto 25px;
    overflow: auto;
    border-bottom: 1px solid #ddd;
	}
	div.listphoto {
		width: 35%;
    float: left;
	}
	div.listphoto .picture {
	  width: 100%;
	}
	#one_maincolumn div.listrightbloc {
    width: 65%;
    float: right;
		padding-right: 15px;
	}
	#temporaryBox{
		top: 33px;
	}


}
/* 商品情報 各種設定
----------------------------------------------- */
/* 商品ステータス */
div.listrightbloc ul.status_icon {
  margin-bottom: 10px;
  width: 100%;
	height: 22px;
}

div.listrightbloc ul.status_icon li {
  margin-right: 5px;
  float: left;
}

/* 商品名 */
div.listrightbloc h3 {
  font-weight: bold;
  font-size: 120%;
	height: 60px;
}

/* コメント */
div.listrightbloc .listcomment {
  margin: 0 0 10px 0;
  text-align: left;
	height: 65px;
  overflow: hidden;
}

/* 商品詳細を見る */
div.listrightbloc .detail_btn {
  margin-bottom: 20px;
}

/* 価格 */
div.listrightbloc .pricebox {
	margin: 0;
  text-align: right;
	font-size: 16px;
  font-family: Quicksand;
	clear: both;
  padding-top: 15px;
}
div.listrightbloc .price {
  font-size: 20px;
}
div.listrightbloc .price span{
  font-size: 23px;
}
/* 買い物かご */
div.list_area .cart_area {
  padding: 25px 0px;
  width: 100%;
}

/* 規格 */
div.listrightbloc .classlist {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url("../img/background/line_dot_02.gif") repeat-x bottom;
}

div.listrightbloc dl {
  width: 100%;
}

div.listrightbloc dt {
  display: inline-block;
  vertical-align: top;
}

div.listrightbloc dd {
  padding-bottom: 10px;
  display: inline-block;
}

div.listrightbloc dd p.attention {
  margin-top: 5px;
}

/* カゴに入れる */
div.list_area .cartin {
  margin: 0;
	width: 100%;
}

div.list_area .cartin .quantity {
  padding: 0 10px 0 0;
  width: 45%;
  float: left;
  text-align: right;
	font-size: 12px;
}

div.list_area .cartin .quantity .box {
  width: 70px;
  text-align: right;
	padding:5px 10px 5px 5px;
  font-size: 15px;
}

div.list_area .cartin_btn {
  width: 55%;
  float: left;
}
div.list_area .cartin_btn .cartin_btn_area{
  width: 100%;
  background-color: #6e60ad;
  border: 1px solid #6e60ad;
	color:#fff;
  cursor: pointer;
	padding: 5px;
  font-size: 15px;
	transition: .3s;
}
div.list_area .cartin_btn .cartin_btn_area:hover{
  background-color: #fff;
  border: 1px solid #6e60ad;
	color:#6e60ad;
}
@media only screen and (max-width: 768px) {
	/* 商品名 */
	div.listrightbloc h3 {
		height: auto;
    margin-bottom: 10px;
	}
	/* コメント */
	div.listrightbloc .listcomment {
		height: auto;
    overflow: initial;
    margin-bottom: 10px;
    display: block;
	}
	/* 買い物かご */
	div.list_area .cart_area {
	  padding: 15px 0px;
		clear: both;
	}


}
/* ==============================================
▼商品詳細
=============================================== */
/* レイアウト

    tplファイルのマークアップが同じ項目
    *1カラム時 [one_maincolumn]
    *2カラム時 [two_maincolumn_left]
               [two_maincolumn_right]
    *3カラム時 [three_maincolumn]

----------------------------------------------- */
#detailarea,
.sub_area {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
@media only screen and (max-width: 700px) {
	#detailarea,
	.sub_area {
	}
}
/* レイアウト
----------------------------------------------- */
/* 1カラム用 */
#one_maincolumn div#detailphotobloc {
    width: 37%;
    float: left;
}
#one_maincolumn #detailrightbloc {
    width: 60%;
    float: right;
    position: relative;
}
#one_maincolumn div.subtext {
    margin-bottom: 20px;
    float: left;
    width: 69%;
}
#one_maincolumn div.subphotoimg {
    float: left;
    width: 60px;
}
#one_maincolumn p.subtext {
    margin-bottom: 20px;
}
#one_maincolumn div#detailphotobloc .picbig{
	margin-bottom:10px;
}
#one_maincolumn div#detailphotobloc .picbig .expansion{
		background-color: #efefef;
    padding: 3px 10px;
    border-radius: 5px;
}
#one_maincolumn div#detailphotobloc .picbig .expansion img{
		vertical-align: middle;
}
div#detailphotobloc .subimagearea {
	margin-top:40px;
}

.detailtitlearea {
  display: table;
  table-layout: auto;
  width: 100%;
  margin: 0px auto 20px;
  max-width: 1080px;
}

#detailrightbloc .brandlogo {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
#detailrightbloc .brandlogo img{
  width: 140px;
}

#detailrightbloc h2 {
  display: table-cell;
  width: auto;
  font-size: 24px;
  /* height: 30px;  line-height: 30px; */
  /* padding-left: 20px; */
  vertical-align: middle;
}
.detailtitlearea .ttl_pankuzu {
	text-align:left;
	padding-bottom:35px;
	font-size:12px;
}
#one_maincolumn #detailphotobloc .subimagearea .cell {
    /*float: left;*/
		display: inline-table;
    /*display: block;*/
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    border: solid 1px #cacaca;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#one_maincolumn #detailphotobloc .subimagearea .cell a {
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
}

#one_maincolumn #detailphotobloc .subimagearea .cell img {
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
/* 2カラム用 */
#two_maincolumn_left #detailphotobloc .photo {
  margin-bottom: 10px;
}

#two_maincolumn_left #detailphotobloc .photo a img {
    width: 100%;
}

#two_maincolumn_left div#detailphotobloc {
  float: left;
  width: 48.6%;
  overflow: hidden;
}
#two_maincolumn_left div#detailphotobloc a img {
  width: auto;
}

#two_maincolumn_left #detailphotobloc .subimagearea {
  display: block;
  overflow: hidden;
  width: 330px;
  height: 60px;
  margin-top: 10px;
}

#two_maincolumn_left #detailphotobloc .subimagearea .cell {
  float: left;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  border: solid 1px #cacaca;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#two_maincolumn_left #detailphotobloc .subimagearea .cell a {
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
}

#two_maincolumn_left #detailphotobloc .subimagearea .cell img {
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
}

/* 商品ステータス */
#detailphotobloc ul.status_icon {
  margin-bottom: 10px;
  width: 100%;
}

#detailphotobloc ul.status_icon li {
  margin-right: 2px;
  margin-bottom: 3px;
  float: left;
}

#two_maincolumn_left #detailrightbloc {
  float: right;
  width: 47%;
  text-align: left;
}

#two_maincolumn_left #detailrightbloc .photo .picture {
  width: 345px;
  height: 345px;
}

.cpnbnr {
  width: 290px;
  height: 80px;
}

.cpnbnr img {
  width: 290px;
  height: 80px;
}

.socialarea {
  background: #efefef;
  border: dotted 1px #fc33f0;
  color: #fc33f0;
  padding: 4px;
  font-size: x-small;
  margin: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 700px) {
  .detailtitlearea {
    display: table;
    table-layout: auto;
    width: 100%;
    height: 30px;
    margin: 20px 0;
  }

  .detailtitlearea .brandlogo {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: solid 1px #ccc;
  }

  .detailtitlearea h2 {
    display: table-cell;
    width: auto;
    font-size: larger;
    /* height: 30px;  line-height: 30px; */
    /* padding-left: 20px; */
    vertical-align: middle;
  }

  /* 2カラム用 */
  #two_maincolumn_left #detailphotobloc .photo {
    margin-bottom: 10px;
  }

  #two_maincolumn_left #detailphotobloc .photo a img {
      width: 100%;
  }

  #two_maincolumn_left div#detailphotobloc {
    float: none;
    width: 100%;
    overflow: hidden;
    /* display: none; */
  }
  #two_maincolumn_left div#detailphotobloc a img {
    width: auto;
  }

  #two_maincolumn_left #detailphotobloc .subimagearea {
    display: block;
    overflow: hidden;
    width: 330px;
    height: 60px;
    margin-top: 10px;
  }

  #two_maincolumn_left #detailphotobloc .subimagearea .cell {
    float: left;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    border: solid 1px #cacaca;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  #two_maincolumn_left #detailphotobloc .subimagearea .cell a {
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
  }

  #two_maincolumn_left #detailphotobloc .subimagearea .cell img {
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
  }

  /* 商品ステータス */
  #detailphotobloc ul.status_icon {
    margin-bottom: 10px;
    width: 100%;
  }

  #detailphotobloc ul.status_icon li {
    margin-right: 2px;
    margin-bottom: 3px;
    float: left;
  }

  #two_maincolumn_left #detailrightbloc {
    float: none;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  #two_maincolumn_left #detailrightbloc .photo .picture {
    width: 345px;
    height: 345px;
  }

  .cpnbnr {
    width: 290px;
    height: 80px;
  }

  .cpnbnr img {
    width: 290px;
    height: 80px;
  }

  .socialarea {
    background: #efefef;
    border: dotted 1px #fc33f0;
    color: #fc33f0;
    padding: 4px;
    font-size: x-small;
    margin: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
	.detailtitlearea .ttl_pankuzu {
		font-size:10px;
	}
	.detailtitlearea .ttl_pankuzu a{
		font-size:10px;
	}
	#one_maincolumn #detailphotobloc .subimagearea .cell {
	    width: 18%;
	    height: auto;
	    margin-right: 0;
	}
	#one_maincolumn div#detailphotobloc {
	    width: 100%;
	    float: none;
			margin-bottom: 30px;
	}
	#one_maincolumn #detailrightbloc {
	    width: 100%;
	    float: none;
	    position: relative;
	}
	#detailrightbloc .brandlogo img {
	    width: 70px;
	}
	#one_maincolumn div#detailphotobloc .photo img{
		max-width:300px;
	}
	#one_maincolumn #detailrightbloc .subimagearea{
		margin-top: 30px;
	}
	#detailrightbloc .sale_price p.bugaihin_tag span {
	    padding: 4px 5px;
	    font-size: 10px;
	}
	#detailrightbloc .sale_price div.price_area {
	    font-size: 10px;
	}
	#one_maincolumn #detailphotobloc .subimagearea .cell img {
	    width: 100%;
	    height: auto;
	}

}

/* 3カラム用
#three_maincolumn div#detailphotobloc {
    float: left;
    width: 49%;
}
#three_maincolumn #detailrightbloc {
    float: right;
    width: 50%;
}
#three_maincolumn div.subtext {
    margin-bottom: 20px;
    float: left;
    width: 63%;
}
#three_maincolumn p.subtext {
    margin-bottom: 20px;
}
#three_maincolumn div.subphotoimg {
    float: right;
    width: 35%;
    text-align: right;
} */
/* 商品情報 各種設定
----------------------------------------------- */
#detailrightbloc h2 {
  margin: 0 0 10px 0;
	padding-right: 45px;
  color: #666;
  /* background: url("../img/background/line_dot_01.gif") repeat-x bottom; */
  font-weight: bold;
  font-size: 160%;
	text-align: left;
}
#detailrightbloc .subttl {
    padding-top: 25px;
    text-align: left;
}
#detailrightbloc .point,
#detailrightbloc .relative_cat {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}

.detailmain_comment {
  margin: 40px 10px;
  text-align: left;
	line-height: 28px;
}

.detailmain_comment h3 {
  font-size: 20px;
  margin-bottom: 30px;
	text-align:center;
}

/* 商品番号 */
#detailrightbloc .product_code dt,
#detailrightbloc .product_code dd {
  display: inline;
}

/* 通常価格 */
#detailrightbloc .normal_price dt,
#detailrightbloc .normal_price dd {
  display: inline;
}

/* 販売価格 */
#detailrightbloc .sale_price {
  display: block;
  padding: 35px 0;
  margin: 30px 0 20px;
  border-top: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
  color: #666;
  display: table;
  width: 100%;
}
#detailrightbloc .sale_price p.bugaihin_tag{
		margin-bottom: 25px;
    margin-top: 10px;
    display: table-cell;
    vertical-align: middle;
}
#detailrightbloc .sale_price div.price_area{
    display: table-cell;
		text-align: right;
  font-family: Quicksand;
}
#detailrightbloc .sale_price p.bugaihin_tag span{
		padding: 4px 5px;
    border-radius: 12px;
    background-color: #6e6e6e;
    font-size: 10px;
    color: #fff;
	  margin-right: 10px;
}
#detailrightbloc .sale_price #price {
  padding: 0 10px 0 15px;
  color: #000;
  font-size: 26px;
}

/* ポイント */
#detailrightbloc .point dt,
#detailrightbloc .point dd {
  display: inline;
}

/* 規格 */
#detailrightbloc div.classlist {
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  background: url("../img/background/line_dot_02.gif") repeat-x bottom;
}

#detailrightbloc .classlist {
  margin-bottom: 5px;
}

#detailrightbloc ul {
  margin-bottom: 10px;
  width: 100%;
}

#detailrightbloc ul li {
  vertical-align: top;
  float: left;
}

/* メーカー */
#detailrightbloc .maker dt,
#detailrightbloc .maker dd {
  display: inline;
}

/* メーカーURL */
#detailrightbloc .comment1 dt,
#detailrightbloc .comment1 dd {
  display: inline;
}

/* 関連カテゴリ */
#detailrightbloc .relative_cat dd {
  margin-left: 1em;
}

/* 買い物かご */
#detailrightbloc .cart_area {
  margin: 20px 0;
}

#detailrightbloc .cart_area .right {
  width: 100%;
}

#detailrightbloc .cart_area .right .cell {
  float: right;
	width: 200px;
}
#detailrightbloc .cart_area .right .cell img{
	width:100%;
}
#detailrightbloc .cart_area .right .cell input[type='text']{
	text-align: center;
	height: 50px;
}
#detailrightbloc .cart_area .left {
  width: 100%;
}

#detailrightbloc .quantity dt,
#detailrightbloc .quantity dd {
  display: inline;
}

#detailrightbloc .cartin {
  text-align: center;
}

#detailrightbloc .cartin_btn {
  text-align: center;
}
#detail_product{
	max-width:1100px;
	width:100%;
	margin:0 auto;
}
.btnrightArea {
  clear: both;
  display: block;
  text-align: right;
	position: absolute;
  right: 0;
	width:35px;
}

#detailrightbloc .btnrightArea img {
  position: relative;
  top: 0px;
  right: 0px;
  padding-top: 10px;
	width:100%;
}
.product_info {
    text-align: left;
    margin: 50px 0;
    padding: 20px;
    width: 45%;
    float: left;
    border: 20px solid #7a6caf;
}
.product_comment{
	width:100%;
  margin-top: 80px;
}
.product_comment .product_lung{
	text-align:right;
	margin-bottom: 30px;
}
.product_info h3 {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 10px;
	text-align: center;
}
.product_info dl {
  display: table;
  width: 100%;
  /*border-top: 1px solid #ccc;*/
}
.product_info dl:last-child {
  /*border-bottom: 1px solid #ccc;*/
}
.product_info dd,
.product_info dt {
  display: table-cell;
  padding: 10px;
}
.product_info dt {
  width: 230px;

}
.product_info dd {

}

@media only screen and (max-width: 768px) {
	.product_info {
		width: 100%;
    float: none;
    margin: 0;
    padding: 10px;
    border: 15px solid #7a6caf;
	}
	#detailrightbloc .sale_price div.price_area{
		font-size:11px;
	}

}
@media only screen and (max-width: 700px) {
  #detailrightbloc h2 {
    margin: 0 0 5px 0;
    font-size: 110%;
  }
  #detailrightbloc h2 + p{
    font-size: 10px;
    line-height: 1.5;
  }

  #detailrightbloc .point,
  #detailrightbloc .relative_cat {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom;
  }

  .detailmain_comment {
    margin: 10px 0px 30px;
  }

  .detailmain_comment h3 {
    font-size: larger;
    margin-bottom: 10px;
		text-align: left;
  }

  /* 商品番号 */
  #detailrightbloc .product_code dt,
  #detailrightbloc .product_code dd {
    display: inline;
  }

  /* 通常価格 */
  #detailrightbloc .normal_price dt,
  #detailrightbloc .normal_price dd {
    display: inline;
  }

  /* 販売価格 */
  #detailrightbloc .sale_price {
    display: block;
    padding: 20px 0;
    margin: 20px 0;
    border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
    color: #666;
  }

  #detailrightbloc .sale_price #price {
    padding: 0 10px;
    color: #000;
    font-size: 15px;
  }

  /* ポイント */
  #detailrightbloc .point dt,
  #detailrightbloc .point dd {
    display: inline;
  }

  /* 規格 */
  #detailrightbloc div.classlist {
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    background: url("../img/background/line_dot_02.gif") repeat-x bottom;
  }

  #detailrightbloc .classlist {
    margin-bottom: 5px;
  }

  #detailrightbloc ul {
    margin-bottom: 10px;
    width: 100%;
  }

  #detailrightbloc ul li {
    vertical-align: top;
    float: left;
  }

  /* メーカー */
  #detailrightbloc .maker dt,
  #detailrightbloc .maker dd {
    display: inline;
  }

  /* メーカーURL */
  #detailrightbloc .comment1 dt,
  #detailrightbloc .comment1 dd {
    display: inline;
  }

  /* 関連カテゴリ */
  #detailrightbloc .relative_cat dd {
    margin-left: 1em;
  }

  /* 買い物かご */
  #detailrightbloc .cart_area {
    margin: 20px 0;
  }

  #detailrightbloc .cart_area .right {
    width: 100%;
  }

  #detailrightbloc .cart_area .right .cell {
    float: right;
    width: 50%;
  }

  #detailrightbloc .cart_area .left {
    width: 100%;
  }

  #detailrightbloc .quantity dt,
  #detailrightbloc .quantity dd {
    display: inline;
  }

  #detailrightbloc .cartin {
    text-align: center;
  }

  #detailrightbloc .cartin_btn {
    text-align: center;
  }

  .btnrightArea {
    clear: both;
    display: block;
    text-align: right;
		width:25px;
  }

  #detailrightbloc .btnrightArea img {
    position: relative;
    top: 0px;
    right: 0px;
    padding-top: 10px;
  }
  .product_info {
		margin: 0 auto;
    width: 100%;
    float: none;
		padding: 15px;
		border: 15px solid #7a6caf;
  }

  .product_info h3 {
    font-size: larger;
    margin-bottom: 10px;
  }
  .product_info dd,
  .product_info dt {
    padding: 10px 5px;
  }
  .product_info dt {
    width: 110px;
  }
	#detailrightbloc .cart_area .right .cell input[type='text'] {
	    height: 45px;
	}
	.product_comment {
    width: 96%;
    margin: 30px auto 0;
	}
	.product_comment .product_lung {
	}

}

/* お客様の声
----------------------------------------------- */
div#customervoice_area {
  clear: both;
  padding: 35px 0 0 0;
}

div#customervoice_area h2 {
  margin-bottom: 20px;
  padding: 6px 0 8px 10px;
  border-top: solid 1px #f90;
  background: url('../img/background/bg_tit_sub_01.jpg') repeat-x left bottom;
}

div#customervoice_area .review_bloc {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f6f6f6;
}

div#customervoice_area .review_bloc p {
  padding-top: 3px;
  margin-right: 10px;
  float: left;
}

div#customervoice_area review_bloc .review_btn {
  float: right;
  width: 160px;
}

div#customervoice_area ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}

div#customervoice_area .voicetitle {
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
}

div#customervoice_area .voicedate {
  margin-bottom: 10px;
}

/* 関連商品（商品部分はbloc.cssのおすすめ商品と共通）
----------------------------------------------- */
div#whobought_area {
  clear: both;
  padding: 35px 0 0 0;
}

div#whobought_area h2 {
  border-top: solid 1px #f90;
  background: url('../img/background/bg_tit_sub_01.jpg') repeat-x left bottom;
  padding: 5px 0 8px 10px;
  font-size: 14px;
}

/* ***********************************************
▼カートの中
/*********************************************** */
/* 現在のカゴの中
----------------------------------------------- */
div#undercolumn_cart {
}
div#undercolumn_cart .point_announce {
  padding: 20px;
  margin-bottom: 40px;
  border: solid 1px #ffcc62;
  background: #fffaf0;
  font-size: 120%;
  text-align: center;
  line-height: 140%;
}

div#undercolumn_cart .totalmoney_area {
  margin-bottom: 20px;
}

div#undercolumn_cart p {
  margin: 10px 5px;
}

div#undercolumn ul#quantity_level li {
  padding: 0 3px;
  display: inline;
  vertical-align: middle;
}

div#undercolumn .empty {
  text-align: left;
}

div.form_area {
  margin-bottom: 30px;
}
div#undercolumn .cartpage_area{
	max-width:1100px;
	width:100%;
	margin:40px auto 80px;
}
div#undercolumn .cartpage_area .cart_table{
	width: 100%;
	margin-top: 30px;
  margin-bottom: 40px;
  display: inline-block;
}
div#undercolumn .cartpage_area .cart_table .leftcart{
	width:68%;
	margin-right:5%;
	float:left;
}
div#undercolumn .cartpage_area .cart_table .leftcart .leftcart_innter:first-child{
	border-top:1px solid #bbb;
}
div#undercolumn .cartpage_area .cart_table .leftcart .leftcart_innter{
	padding-top:25px;
	padding-bottom:25px;
  display: inline-block;
	border-bottom:1px solid #bbb;
  position: relative;
	width: 100%;
}
div#undercolumn .cartpage_area .cart_table .leftcart .itempic{
	width:100px;
	float:left;
}
div#undercolumn .cartpage_area .cart_table .leftcart .itempic p{
	margin-top:15px;
}
div#undercolumn .cartpage_area .cart_table .leftcart .itemdet{
	float:left;
	text-align:left;
}
div#undercolumn .cartpage_area .cart_table .leftcart .itemprice{
	float:right;
	text-align:right;
  bottom: 25px;
  position: absolute;
  right: 0;
}
div#undercolumn .cartpage_area .cart_table .rightcart{
	width:27%;
	float:right;
	padding: 25px 0;
  background-color: #f6f3ff;
}
div#undercolumn .cartpage_area .cart_table .rightcart ul{
    display: inline-flex;
    width: 80%;
}
div#undercolumn .cartpage_area .cart_table .rightcart ul li:first-child{
		width: 60%;
    text-align: left;
}
div#undercolumn .cartpage_area .cart_table .rightcart ul li:nth-child(2){
		width: 40%;
    text-align: right;
}
div#undercolumn .cartpage_area .cart_table .rightcart ul.price{
	padding: 15px 0;
  font-size: 20px;
  margin-top: 15px;
  border-top: 1px dashed #bbb;
}
div#undercolumn .cartpage_area .form_area .cprice{
	color:red;
}

div#undercolumn .cartpage_area .form_area .rightcart .price{
	color:#4726c3;
}
div#undercolumn .cartpage_area .form_area .btn_area a.non{
    padding: 10px 20px;
    border: 1px solid #e4e4e4;
    background-color: #e4e4e4;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
}
div#undercolumn .cartpage_area .form_area .btn_area .non:hover{
    border: 1px solid #7a6caf;
    background-color: #fff;
    color: #7a6caf;
}
div#undercolumn .cartpage_area .form_area .btn_area .bt2click{
		padding: 10px 20px;
    border: 1px solid #7a6caf;
    background-color: #7a6caf;
    color: #fff;
    cursor: pointer;
		transition: all 0.3s ease 0s;
}
div#undercolumn .cartpage_area .form_area .btn_area .bt2click:hover{
    border: 1px solid #7a6caf;
    background-color: #fff;
    color: #7a6caf;
}
div#undercolumn .cartpage_area .form_area .btn_area button{
		padding: 10px 20px;
    border: 1px solid #a092cb;
    background-color: #a092cb;
    color: #fff;
    cursor: pointer;
		transition: all 0.3s ease 0s;

}
div#undercolumn .cartpage_area .form_area .btn_area button:hover{
    border: 1px solid #7a6caf;
    background-color: #fff;
    color: #7a6caf;
}
@media only screen and (max-width: 768px) {
	div#undercolumn .cartpage_area{
		width:94%;
		margin:20px auto 40px;
	}
	div#undercolumn_cart .point_announce {
	    padding: 10px;
	    font-size: 14px;
	    text-align: left;
	    line-height: 140%;
	}
	div#undercolumn .cartpage_area .cart_table{
    width: 100%;
    overflow: scroll;
	}
	div#undercolumn .cartpage_area .cart_table img{
		width:auto;
	}
	div#undercolumn .cartpage_area .cart_table .leftcart{
		float:none;
		margin-bottom:20px;
		width:100%;
	}
	div#undercolumn .cartpage_area .cart_table .leftcart .itempic {
	    width: 30%;
	    float: left;
	}
	div#undercolumn .cartpage_area .cart_table .leftcart .itemprice {
			float: none;
	    position: relative;
	    width: 100%;
	    display: inline-block;
	    bottom: 0;
	}
	div#undercolumn .cartpage_area .cart_table .leftcart .itemdet {
	    float: left;
	    text-align: left;
	    width: 70%;
	}
	div#undercolumn .cartpage_area .cart_table .rightcart{
		float:none;
		width:100%;
    padding: 15px 0;
	}

	div#undercolumn .cartpage_area .form_area .btn_area a.non{
    font-size: 12px;
    padding: 10px 15px;
	}
	div#undercolumn .cartpage_area .form_area .btn_area .bt2click{
    font-size: 12px;
    padding: 10px 15px;
	}
	div#undercolumn .cartpage_area .form_area .btn_area button{
    font-size: 12px;
    padding: 10px 15px;
	}
	div#undercolumn .cartpage_area .cart_table .rightcart ul {
	    display: inline-flex;
	    width: 88%;
	}
	div#undercolumn .cartpage_area .cart_table .rightcart ul.price {
	    padding: 15px 0 5px;
	    font-size: 18px;
	}
}
/* お客様情報入力
----------------------------------------------- */
div#undercolumn_customer {}

.flow_area {
  margin: 40px auto;
	max-width:370px;
}
.flow_area img{
  width:100%;
}

div#undercolumn_customer th em {
  color: #000;
  font-weight: bold;
}

/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
div#undercolumn_shopping .pay_area {
  margin: 0 auto 30px;
  width: 100%;
}

div#undercolumn_shopping .pay_area02 {
  margin: 40px auto 30px auto;
}

div#undercolumn_shopping .pay_area02 .txtarea {
  margin: 5px 0 0 0;
  padding: 2px;
  border: 1px solid #ccc;
  width: 99%;
  height: 150px;
}

div#undercolumn_shopping .pay_area02 .select-msg {
  margin-bottom: 10px;
}

div#undercolumn_shopping .point_area {
  margin: 40px auto 0 auto;
}

div#undercolumn_shopping .point_area .point_announce {
  padding: 20px;
  border: 1px solid #ccc;
}

div#undercolumn_shopping .point_area p {
  margin-bottom: 20px;
}

div#undercolumn_shopping .point_area .point_announce li {
  margin-bottom: 5px;
}

/* お届け先の指定
----------------------------------------------- */
#address_area {
  margin-bottom: 10px;
  width: 100%;
}

#address_area .information {
  /*width: 65%;
    float: left;*/
}

#undercolumn_shopping .information {
  margin-bottom: 15px;
}
#undercolumn_shopping .information p{
  margin-bottom: 10px;
}

#address_area .add_multiple {
  padding: 15px 10px;
  border: 1px solid #ffcc62;
  width: 30%;
  color: #555;
  background: #fffaf0;
  text-align: center;
  font-weight: bold;
  margin: 20px auto;
}

#address_area .add_multiple p {
  margin-bottom: 10px;
}

#address_area p.addbtn {
  font-weight: bold;
  font-size: 10px;
}
.pointarea{
	margin: 0 10px;
  display: inline-block;
	width:130px;
	padding:0 16px;
	padding-top:15px;
}
.pointarea .pointttl{
    font-weight: bold;
    font-size: 12px;
}
div#undercolumn_shopping .pay_area02 p{
    margin-bottom: 10px;
}
.form_area .delivdate{
	line-height: 32px;
}
@media only screen and (max-width: 768px) {
	#address_area .add_multiple {
	  width: 96%;
	}
	#address_area .add_multiple img{
	  width: 160px;
	}
	.addbtn img{
	  width: 160px;
	}
	.form_area .carttable td{
		font-size:12px;
	}
	h2.carttitle {
		font-size: 22px;
    margin-bottom: 20px;
	}
	.flow_area img {
	    width: 80%;
	}
	#undercolumn_shopping .information p {
	    margin-bottom: 10px;
	    font-size: 12px;
	    text-align: left;
	}
	#undercolumn_shopping .information p.attention{
	    text-align: center;
	}
	div#undercolumn_shopping .pay_area02 .select-msg {
	    text-align: left;
	}
	div#undercolumn_shopping .point_area p {
	    text-align: left;
	}
	div#undercolumn_shopping .point_area .point_announce {
	    line-height: 26px;
	}
	.pointarea {
	    margin: 0 2%;
	    display: inline-block;
	    width: 44%;
	    padding: 0 1%;
	    padding-top: 15px;
	}
}
/* ==============================================
▼検索結果
=============================================== */
p.condition_area {
  margin: 0 auto;
  padding: 5px;
  border: solid 1px #333;
  width: 566px;
}

/* ==============================================
▼アンケート
=============================================== */
.enq .header {
  margin: 10px 0 20px 0;
}

.enq .main {
  width: 860px;
  margin: 10px auto;
  text-align: left;
}

.enq .main .attention {
  border: solid 2px #ff9f6f;
  margin-bottom: 20px;
  padding: 20px;
  color: #666;
}

.enq .main .attention .head {
  font-weight: bold;
  color: #f00;
}

.enq .main .text {
  border: solid 2px #cacaca;
  margin-bottom: 20px;
  padding: 20px;
  background: #fbf8e7;
  color: #666;
}

.enq .main .text .head {
  font-weight: bold;
  color: #666;
}

.enq .main table tr:nth-child(odd) {
  background: #fdfbf1;
}

.enq .main .q {
  font-weight: bold;
  color: #666;
  padding-bottom: 5px;
  border-bottom: dotted 1px #cacaca;
  margin-bottom: 10px;
}

.enq .main .star {
  color: #8888d7;
}

.enq .thankyou {
  margin: 50px auto 150px auto;
  text-align: center;
}

/* ==============================================
▼キャンペーンテンプレート
=============================================== */
.cpntplArea {
  display: block;
  overflow: hidden;
  width: 700px;
  margin: 40px 0 40px 0;
}

.cpntplArea .areaCell {
  display: block;
  width: 750px;
  height: 550px
}

.cpntplArea .areaCell .bCell:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.cpntplArea .areaCell .bCell {
  float: left;
  width: 200px;
  margin: 10px 48px 10px 0px;
  display: block;
  min-height: 450px
}

.cpntplArea .areaCell .bCell .bnr {
  border: solid 1px #999;
}

.cpntplArea .areaCell .bCell .imgarea a img {
  height: auto;
}

.cpntplArea .areaCell .bCell p a img {
  padding-top: 10px;
}

.cpntplArea .areaCell .bCell p a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.cpntplArea .areaCell .cbCell {
  float: left;
  width: 200px;
  display: block;
  font-size: 12px;
  margin: 10px 48px 10px 0px;
  border-bottom: 1px dashed;
}

.cpntplArea .areaCell .cbCell h2 {
  font-size: 16px;
  font-weight: bold;
  min-height: 50px;
  border-bottom: 1px dashed;
}

.cpntplArea .areaCell .cbCell .listImg {
  width: 150px;
  height: 150px;
  opacity: 1;
  margin: 10px 19px;
  border: 1px solid;
}

.cpntplArea .areaCell .cbCell .mainComment {
  /*max-height: 100px;*/
  margin-bottom: 5px;
}

.cpntplArea .areaCell .cbCell h3 {
  font-weight: bold;
  margin-bottom: 5px;
  height: 60px;
}

.cpntplArea .areaCell .cbCell .cartDiv {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cpntplArea .areaCell .cbCell .fix1 span {
  font-size: 16px;
  font-weight: bold;
}

.cpntplArea .areaCell .cbCell .fix1 {
  border-bottom: solid 5px #BFC0DB;
}

.cpntplArea .areaCell .cbCell .p2h2 {
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  border: none;
}

.cpntplArea .areaCell .cbCell .fix21 {
  border-top: 1px dashed;
  padding-top: 5px;
}

.cpntplArea .areaCell .cbCell .fix22 {
  border-bottom: 5px solid #CDC5B6;
  color: red;
}

.cpntplArea .areaCell .cbCell .fix22 span {
  font-size: 16px;
  font-weight: bold;
}

.cpntplArea .soloCell:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.cpntplArea .soloCell {
  width: 700px;
  font-size: 12px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed;
}

.cpntplArea .soloCell .imgarea {
  display: block;
  float: left;
  padding-top: 4px;
  margin: 0px 10px 10px 10px;
}

.cpntplArea .soloCell .imgarea a img {
  width: 150px;
  height: 150px;
}

.cpntplArea .soloCell .imgarea .bnr {
  border: solid 1px #999;
}

.cpntplArea .soloCell .txtarea {
  display: block;
  float: left;
  width: 360px;
  margin-left: 10px;
}

.cpntplArea .soloCell .txtarea h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cpntplArea .soloCell .txtarea h3 {
  font-weight: bold;
  border-bottom: solid 5px #BFC0DB;
  margin-top: 10px;
}

.cpntplArea .soloCell .txtarea .pricePara {
  width: 200px;
  border-bottom: solid 10px #BFC0DB;
}

.cpntplArea .soloCell .txtarea .pricePara span {
  font-size: 16px;
  font-weight: bold;
}

.cpntplArea .soloCell .cartDiv {
  float: right;
  display: table;
  min-height: 156px;
}

.cpntplArea .soloCell .cartDiv a {
  margin-left: 10px;
  vertical-align: bottom;
  height: 33px;
  display: table-cell;
}
/* おすすめ商品一覧
----------------------------------------------- */


@media only screen and (max-width: 768px) {

}
