@charset "euc-jp";
/*@charset "UTF-8";		/* 2008/7/11 upd */
body{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans",sans-serif;
	margin:5px 0;
	margin:0px 0;
	padding:0px 0;

	/*背景バナー*/
	/*
 background-image: url("../img/bg_bnr.png"),url("../img/bg_bnr.png");
 background-repeat: repeat-y;
 background-position: left, right;
 */
}
header {
	min-width: 1100px;
	overflow: hidden;
	border-bottom:3px solid #9fb7d4;
	border-bottom:3px solid #FF99FF;
	border-bottom:1px solid #CCC;
	webkit-box-shadow:  0 3px 0 3px rgba(0, 0, 0, 0.04);
	box-shadow: 0 3px 0 3px rgba(0, 0, 0, 0.04);
margin-bottom: 10px;

	webkit-box-shadow:  0 3px 0 3px rgba(239, 239, 239);
	box-shadow: 0 3px 0 3px rgb(239, 239, 239);


	margin-bottom:20px;
	
	background-color:#FFFFFF;
	margin-bottom:5px;
	
			min-height:80px;
}

	header h1 {
		/*width: 1100px;*/
		min-width: 160px;
		min-width: 300px;
		max-width:380px;
		margin: 0 auto;
		padding: 0px 10px 0 10px;
		padding: 10px 10px 0 10px;
	}
	header h2 {
		width: 1100px;
		margin: 0 auto;
		padding: 0 10px 10px 10px;
	}
	
	#wrapper{
		/*
		background-image: url("../img/bg_bnr.png"),url("../img/bg_bnr.png");
		background-repeat: repeat-y;
		background-position: left, right;
		*/
	}
	
	#contents_parent{
		background-image: url("../img/bg_bnr.png"),url("../img/bg_bnr.png");
		background-repeat: repeat-y;
		background-repeat:round;
		background-position: left, right;
	}
	

/*常にくっついてくる用リンク*/
#bgtop_r {
    /*bottom: 5%;*/
	top:8%;
	top:15%;
    position: fixed;
    right: 0%;
	z-index:0;
	
	/*position:absolute;*/
	
}
#bgtop_l {
    /*bottom: 5%;*/
	top:8%;
	top:15%;
    position: fixed;
    left: 0%;
	z-index:0;
	
	/*position:absolute;*/

}


.shop_img{
	padding:0px;
	margin-top:0px;
	text-align:center;
}
.shop_img img{
border:#CCCCCC solid 1px;
width:100%;
height:auto;
}


#a_link {
float:left;
 background-image: url("https://s.yimg.jp/images/shp_edit/cms/fair/kaimono/2016/bnr/170_1024_046.png"),url("https://s.yimg.jp/images/shp_edit/cms/fair/kaimono/2016/bnr/170_1024_046.png");
 background-repeat: repeat-y;
 background-position: left, right;
/*
width : 30px;
height : 30px;
*/
display:block;
}

#a_link span {
/*display : none;*/
visibility: hidden;
}

	
	#hwrapper3 {
		width: 100%;
		
		padding-top:5px;
	}
	
	#hwrapper3 .left {
		float: left;
		width: 160px;
		width:300px;
		width:400px;
		padding-bottom:5px;
	}
		#hwrapper3 .left img {
			width:380px; height:auto;
			max-width: 380px;
			/*max-height: 35px;*/
		}
	#hwrapper3 .right {
		float: right;
		width: 500px;
		text-align:right;
		/*background-color:#FF0000;*/
	}
	
	#hwrapper3 .headcenter {
		overflow: hidden;
		background-color:#FF99FF;
		border-radius: 5px;      /* 角丸の指定 */
		/*min-height:70px;*/
		margin-top: 10px;
	}
	
		#hwrapper3 .mleft {
			overflow: hidden;
			background-color:#FF99FF;
			border-radius: 5px;      /* 角丸の指定 */
		}
		
		#hwrapper3 .mright {
			float: right;
			width: 35px;
			/*border:solid #FF99FF 2px;*/
			background-color:#FF99FF;
			border-radius: 5px;      /* 角丸の指定 */
			padding:2px 4px 3px 0px;
		}
		
		#hwrapper3 .mcenter {
			float: right;
			width: 105px;
			padding-bottom:5px;
			background:#FF99FF;
		}
	
	
#hwrapper3 .mcenter select {
	/*line-height: 23px;*/
	color:#666666;
	width:100px;
	position:absolute;

	padding: 8px 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #FF99FF;
	
	margin: 3px 2px 3px 2px;
	/*
	background: #eee;
	background: -webkit-linear-gradient(top, #FFD3FF 0%,#FFD3FF 100%);
	background: linear-gradient(to bottom, #FFD3FF 0%,#FFD3FF 100%);
	*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcecfc+0,fba6e1+31,fcabe1+54,ffa8e4+73,ffe2f6+100 */
background: #fcecfc; /* Old browsers */
background: -moz-linear-gradient(top,  #fcecfc 0%, #fba6e1 31%, #fcabe1 54%, #ffa8e4 73%, #ffe2f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fcecfc 0%,#fba6e1 31%,#fcabe1 54%,#ffa8e4 73%,#ffe2f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fcecfc 0%,#fba6e1 31%,#fcabe1 54%,#ffa8e4 73%,#ffe2f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ffe2f6',GradientType=0 ); /* IE6-9 */
}
#hwrapper3 .mcenter select::-ms-expand {
    display: none;
}
/* Firefoxの点線非表示 */
#hwrapper3 .mcenter select::-moz-focus-inner {
    border: 0;
}


#hwrapper3 .mcenter option{
	background:#FFD3FF;
}
.find_btn{
width:50px;
height:34px;
position:absolute;
background: url(./img/serch_btn_img.jpg) no-repeat 0 0;
}
.serch_btn_img{
border:#FFFFFF solid 1px;
border-radius: 5px;
width:100%;
height:50%;
background: url(./img/serch_btn_img_nl.png) no-repeat 0 0;
height: 37px;
background: url(./img/serch_btn_img_nl.png) no-repeat 0 0;
background-size: 99% 100%;
}
	
.searchInput{
	/*position: absolute;*/
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	
	border: #FF99FF solid 1px;
	padding: 5px 5px 5px 5px;
	margin: 3px 2px 3px 2px;
	line-height: 22px;
	font-size: 16px;
}	


/*ヘッダ部アイコンボタン*/
ul.foo {
  width: 500px;
  /*border:1px solid red;*/
  padding:0;
  font-size:0px;
  display : table ;
}

ul.foo li {
	display:inline-block;
	
	/*width:24%;*/
	width:122px;
	height:40px;
	
	height:70px;
	
	border:1px solid #FFEAFF;
	display: table-cell ;
	vertical-align:middle;
	text-align: center;
	font-size:18px;
	/*font-weight:bold;*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans",sans-serif;
	color:#FF99FF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	color:#606060;
	}
/*
ul.foo li:first-child {
  height:40px;
}
*/

/*商品詳細ページ各種アイコンボタン*/
ul.foo2 {
  width: 98%;
  /*border:1px solid red;*/
  padding:0;
  font-size:0px;
  display : table ;
}

ul.foo2 li {
	display:inline-block;
	
	width:24%;
	width:48%;
	width:220px;
	/*width:122px;*/
	height:40px;
	
	height:70px;
	
	border:1px solid #FFEAFF;
	display: table-cell ;
	vertical-align:middle;
	text-align: center;
	font-size:18px;
	font-size:14px;
	/*font-weight:bold;*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans",sans-serif;
	color:#FF99FF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	color:#606060;
	}


li.head_r_li1{
	/*list-style-image: url('../../demo/css/img/icon_cart.png');*/
	background-image:url("../css/img/icon_cart.png");
	background-repeat:no-repeat;
	background-position:left 3px center;
	background-position:center;
	background-size:30%;
	background-size:40%;
}
li.head_r_li2{
	height:40px;
	/*list-style-image: url('../../demo/css/img/icon_cart.png');*/
	background-image:url("../css/img/icon_mypage_head_base.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:30%;
	background-size:40%;
}
li.head_r_li3{
	height:40px;
	/*list-style-image: url('../../demo/css/img/icon_cart.png');*/
	background-image:url("../css/img/icon_pay_nl.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:30%;
	background-size:40%;
}
li.head_r_li4{
	height:40px;
	/*list-style-image: url('../../demo/css/img/icon_cart.png');*/
	background-image:url("../css/img/icon_store.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:30%;
	background-size:40%;
}
li.head_r_li_login{
	height:40px;
	/*list-style-image: url('../../demo/css/img/icon_cart.png');*/
	background-image:url("../css/img/icon_login.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:30%;
	background-size:40%;
}
li.head_r_li_logout{
	height:40px;
	/*list-style-image: url('../../demo/css/img/icon_cart.png');*/
	background-image:url("../css/img/icon_logout.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:30%;
	background-size:40%;
}


li.head_r_li_tmp{
	/*list-style-image: url('../../demo/css/img/icon_cart.png');*/
	background-image:url("../../demo/img/icon_store_tmpfile_btn.png");
	background-image:url("../tonya/top_img/icon_store_tmpfile_btn.png");
	background-repeat:no-repeat;
	background-position:left 3px center;
	background-position:center;
	background-size:30%;
	background-size:40%;
	background-size:25%;
}
li.head_r_li_maker{
	height:40px;
	/*list-style-image: url('../../demo/css/img/icon_cart.png');*/
	background-image:url("../../demo/img/icon_maker_sbtn.png");
	background-image:url("../tonya/top_img/icon_maker_sbtn.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:30%;
	background-size:40%;
	background-size:25%;
}
li.head_r_li_deliv{
	height:40px;
	/*list-style-image: url('../../demo/css/img/icon_cart.png');*/
	background-image:url("../../demo/img/icon_store_deliv_btn.png");
	background-image:url("../tonya/top_img/icon_store_deliv_btn.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:30%;
	background-size:40%;
	background-size:25%;
}
li.head_r_li_cart{
	height:40px;
	/*list-style-image: url('../../demo/css/img/icon_cart.png');*/
	background-image:url("../../demo/img/icon_store_cartchk_btn.png");
	background-image:url("../tonya/top_img/icon_store_cartchk_btn.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:30%;
	background-size:40%;
	background-size:25%;
}




ul.foo li a {
  display: block;
  text-decoration:none;
}

ul.foo2 li a {
  display: block;
  text-decoration:none;
}


#contents {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	
	/*overflow:visible;*/
	
	background-color:#FFFFFF;
	padding-bottom:20px;
	padding-top:20px;
	
	z-index:1;
	
}
#contents nav {
	float: left;
	width: 200px;
	/*margin: 0 auto;*/
	overflow: hidden;
	/*background: #ddd;*/

	overflow: visible;
	background-color:#FFFFFF;

}

	#contents nav h2 {
		background: #FFFFFF;
		border-bottom:#FF99FF solid 2px;
		padding: 0px 9px 0px 9px;
		color: #FF99FF;
		font-weight: 400;
		font-size: 14px;
		font-size: 1rem;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
		margin:0;
	}

	#contents nav ul {
		padding: 0px;
		list-style: none;
	/*
		padding: 10px;
		overflow: hidden;
	*/
	
		margin:0;
	}
	#contents nav ul li {
	/*
		float: none;
		margin-right: 0;
	*/
	}
#contents #main {
	float: left;
	width: 750px;
	overflow: hidden;

	/*background: #9fb7d4;*/
}


	#contents #main article {
		overflow: hidden;
		/*padding: 10px;*/
		padding: 0px 15px;
		position: relative;
	}
	

#contents #main_2culumn {
	float: left;
	width: 1000px;
	overflow: hidden;

	/*background: #9fb7d4;*/
}
	#contents #main_2culumn article {
		overflow: hidden;
		/*padding: 10px;*/
		padding: 0px 15px;
		position: relative;
	}
	


#contents aside {
	float: left;
	width: 250px;
	overflow: hidden;
	/*background: #ccc;*/
}
	#contents aside p {
		padding: 10px;
	}

#main section{
}	
	
#main h3{
	background:#FF99FF;
	background:#FFDF80;
	background:#F0CF6E;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc116+0,ffdf80+0,ffe19e+100 */
background: #ffc116; /* Old browsers */
background: -moz-linear-gradient(top, #ffc116 0%, #ffdf80 0%, #ffe19e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffc116 0%,#ffdf80 0%,#ffe19e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffc116 0%,#ffdf80 0%,#ffe19e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc116', endColorstr='#ffe19e',GradientType=0 ); /* IE6-9 */
	
	
	
	padding: 9px 5px 5px 9px;
	color:#FFFFFF;
	margin-top:0px;
	font-size:22px;
	font-weight:100;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71);
	text-align:center;
	letter-spacing:3px;
}

#main .tokka{
background: #de52a5;
background: -moz-linear-gradient(top, #de52a5 0%, #dd5da8 50%, #db7fb4 100%);
background: -webkit-linear-gradient(top, #de52a5 0%,#dd5da8 50%,#db7fb4 100%);
background: linear-gradient(to bottom, #de52a5 0%,#dd5da8 50%,#db7fb4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de52a5', endColorstr='#db7fb4',GradientType=0 );
margin-top:30px;
}
	
/*フッター-----------------------------*/
footer {
	margin-top:20px;
	min-width: 1200px;
	overflow: hidden;
	/*border-top: 2px solid #9fb7d4;*/

	border-top:1px solid #CCC;
	webkit-box-shadow:  3px 0px 3px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.04);
margin-top: 10px;
	margin-top:20px;
	
	background-color:#FFFFFF;
	margin-top:0px;

}
	footer #copyright {
		width: 1200px;
		margin: 0 auto;
		padding: 10px;
	}

#main_2culumn h3{
	background:#FF99FF;
	background:#FFDF80;
	background:#F0CF6E;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc116+0,ffdf80+0,ffe19e+100 */
background: #ffc116; /* Old browsers */
background: -moz-linear-gradient(top, #ffc116 0%, #ffdf80 0%, #ffe19e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffc116 0%,#ffdf80 0%,#ffe19e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffc116 0%,#ffdf80 0%,#ffe19e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc116', endColorstr='#ffe19e',GradientType=0 ); /* IE6-9 */
	
background: #de52a5;
background: -moz-linear-gradient(top, #de52a5 0%, #dd5da8 50%, #db7fb4 100%);
background: -webkit-linear-gradient(top, #de52a5 0%,#dd5da8 50%,#db7fb4 100%);
background: linear-gradient(to bottom, #de52a5 0%,#dd5da8 50%,#db7fb4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de52a5', endColorstr='#db7fb4',GradientType=0 );
	
	
	padding: 9px 5px 5px 9px;
	color:#FFFFFF;
	margin-top:0px;
	font-size:22px;
	font-weight:100;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71);
	text-align:center;
	letter-spacing:3px;
}








/*ＴＯＰ左カラム-----------------------------*/
ul.pulldown_menu_2 ul {
display: none; /* 通常は表示しない */
}
ul.pulldown_menu_2 li:hover > ul {
display: block; /* マウスが乗ったら表示する */
}


ul.pulldown_menu_3 {
list-style: none; /* 先頭記号を消す */
}
ul.pulldown_menu_3 li {
position: relative; /* 2段目の位置を指定するため */
width: 200px; /* リスト項目の幅 */
}
ul.pulldown_menu_3 a {
color:#666666; /* 文字色 */
display: block; /* ブロックレベルに */
text-align: left; /* 文字を中央合わせに */
/*padding: 5px; /* 内部の余白 */
/*border: 1px #9999FF solid; /* 枠線 */
border-bottom:#CCCCCC solid 1px;
text-decoration: none; /* 下線を消す */
outline: none; /* 選択時の点線枠線を消す */
height: 30px; /* 高さの調整 */
font-size:13px;
}
ul.pulldown_menu_3 a:hover {/* マウスカーソルが乗っている状態 */
color:#FF00FF; /* 文字色 */
background:#FFF2FF;
}
ul.pulldown_menu_3 a:active {/* マウスがクリックされている状態 */
color: red; /* 文字色 */
color:#FF00FF; /* 文字色 */
background:#FFF2FF;
}

ul.pulldown_menu_3 ul {
position: absolute; /* 2段目の位置を絶対位置で指定 */
left: 200px; /* 1段目の幅の分を右へ */
left:165px;
top: -20px; /* 1段目の上下方向は同じ位置 */
list-style: none; /* 2段目の先頭記号を消す */
padding-left: 0px; /* 2段目の左位置を1段目に揃える */

background:#FFF2FF;
border:#FFF2FF solid 2px;
border:#CCC solid 2px;

-webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.4);
box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.4);
z-index:50;
}

ul.pulldown_menu_3 ul li {
background-color:#00FFFF;
width:500px;
}
ul.pulldown_menu_3 ul li a {
float:left;
border:none;
color:#333333;
height: 20px;
padding:5px;
}
ul.pulldown_menu_3 ul li a:hover {/* マウスカーソルが乗っている状態 */
color:#FF00FF; /* 文字色 */
}
ul.pulldown_menu_3 ul li a:active {/* マウスがクリックされている状態 */
color: red; /* 文字色 */
}



.pulldown_menu_3_inul_div{
background:#FFF2FF;
/*border:#FFF2FF solid 1px;*/
float:left;
overflow:visible;
color:#FF00FF;
width:500px;
text-align:center;
text-shadow: -1px 1px 0 rgba(255,255,255,0.2);
}

.firstcate {
height:30px;
padding: 5px 5px 5px 5px;
margin-left:-5px;
}
.firstcate a {
height:30px;
padding: 5px;
}

.firstcate img{
vertical-align:middle;
margin-right:5px;

}

/*ご利用にあたって*/
.kiyaku {
height:30px;
padding: 5px 5px 5px 5px;
margin-left:-5px;
}
.kiyaku a {
height:30px;
padding: 5px;
padding: 0px 5px 0px 0px;
}

.kiyaku img{
vertical-align:middle;
margin-right:5px;

}

/*左バナー*/
.left_4{
padding:10px 5px 5px 5px;
}
.left_4 a{
padding:10px 5px 5px 5px;
font-size:12px; line-height:13px;
color:#333333;
}

/*右バナー*/
.right_5 {
	padding:10px 5px 30px 5px;
	padding:10px 5px 5px 5px;
    /*margin: 2px 0px 2px 0px;*/
    border: 1px solid #FFFFFF;
    position: static;
}
.right_5 img{
    border: 1px solid #FFFFFF;
	width:95%;
}


/*商品スライド*/
* {
 /*box-sizing: border-box;*/
}

.slider {
	width: 90%;
	margin: 100px auto;
	margin:0px auto;
	position:relative;
}
.slider p {
	padding:0;
	margin:0;
	text-align: center;
	text-align: -moz-center;
}

.slick-slide {
  margin: 0px 10px;
  margin: 0px 1px;
}

.slick-slide img {
  /*width: 100%;*/
	max-height: 100%;
	max-width: 100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*1*/
#arrows .slick-prev:before,
#arrows .slick-next:before {
	color:#333333;
}

/*
.slick_container {
    width:360px; *//* 任意の値 */
/*
    margin:0 auto; *//* 任意の値 */
/*
    position:relative;
}
*/

#arrows .slick-prev, #arrows .slick-next {
    width:30px; /* 画像幅 */
    height:34px /* 画像高さ */
	/*background:#000099;*/
}
#arrows .slick-prev:before, #arrows .slick-next:before {
    content:"";
	color:#333333;

}
#arrows button.slick-prev, #arrows button.slick-next {
    /*z-index:80;*/
	z-index:90;
	z-index:45;
}
#arrows .slick-prev{
left:20px; /* 任意の値 */
left:10px; /* 任意の値 */
padding-top: 60px;
}
#arrows .slick-next{
right:10px; /* 任意の値 */
right:0px; /* 任意の値 */
padding-top: 60px;
}

#arrows .slick-arrow{
z-index:20;/* 値は適当に */

}

/*2*/
#arrows2 .slick-prev:before,
#arrows2 .slick-next:before {
	color:#333333;
}

#arrows2 .slick-prev, #arrows2 .slick-next {
    width:30px; /* 画像幅 */
    height:34px /* 画像高さ */
	/*background:#000099;*/
}
#arrows2 .slick-prev:before, #arrows2 .slick-next:before {
    content:"";
	color:#333333;

}
#arrows2 button.slick-prev, #arrows2 button.slick-next {
    /*z-index:80;*/
	z-index:90;
	z-index:45;
}
#arrows2 .slick-prev{
left:20px; /* 任意の値 */
left:10px; /* 任意の値 */
padding-top: 60px;
padding-top:200px
}
#arrows2 .slick-next{
right:10px; /* 任意の値 */
right:0px; /* 任意の値 */
padding-top: 60px;
padding-top:200px
}

#arrows2 .slick-arrow{
z-index:20;/* 値は適当に */

}

#arrows{
position:relative;
top:40px;
top:100px;
}
#arrows2{
position:relative;
top:110px;
top:230px;
}

/*新着商品*/
.new_pro{
max-height:300px;
min-height:250px;
min-height:280px;
overflow:hidden;
background-color:#FFFFFF;
background-color:#F3F3F3;
background-color:#E9E9E9;
background-color:#FFF6E2;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}
.np_img{
	height:122px;
	height:122px;
}
.np_name{
	width:100%;
	font-size:14px;
}
.np_name a{
	color:#FF9900;
	color:#C97C0A;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
	letter-spacing:-1px;
}
.np_price{
	width:100%;
	font-size:14px;
	text-align:right;
	color:#2A3FAA;
	font-weight:bold;
}
.np_storename{
	padding-top:10px;
	width:100%;
	font-size:10px;
	letter-spacing:-1px;
	line-height:11px;
}
.np_storename a{
	color:#0000FF;
}
.np_storename img{
	margin-top:10px;
}

/*特価商品*/
.tk_pro{
max-height:350px;
min-height:310px;
max-height:350px;
min-height:320px;
overflow:hidden;
background-color:#FFFFFF;
background-color:#FFDEFF;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}
.tk_img{
	height:122px;
	max-height:200px;
	text-align:center;
	text-align:-moz-center;
}
.tk_img img{
	/*width:100%;
	height:100%;*/
	/*max-width:100%;
	/*max-width:120px;*/
	display:inline-flex;
	display:inline-block;
}

.tk_name{
	width:100%;
	font-size:16px;

	/*height: 90px;*/
	max-height: 100px;

	overflow: hidden;
}
.tk_name a{
	color:#DD54A5;
	color:#333333;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.47);
	letter-spacing:-1.5px;
}
.tk_price{
	width:100%;
	font-size:15px;
	text-align:right;
	color:#2A3FAA;
	color:#DD54A5;
	color:#7F1F55;
	font-weight:bold;
}
.tk_storename{
	padding-top:10px;
	width:100%;
	font-size:10px;
	letter-spacing:-1px;
	line-height:11px;
}
.tk_storename a{
	color:#0000FF;
}
.tk_storename img{
	margin-top:10px;
}

/*ランキング*/
.ranking1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.ranking1 ul {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 10px;
}
.ranking1 ul li {
    margin-top: -1px;
    border: 1px solid #dfdfdf;
    border: 1px solid #E9BA01;
    font-size: 12px;
	list-style: none;
	padding: 5px 10px;
}
.ranknum{
   float: left;
   font-size:40px;
   font-weight:bold;
   margin-right:10px;
   color:#e9ba01;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71);
}
.ranknum span{
font-size:50%;
}

.rankimg {
margin-right:10px;
   float: left;
}
.ranknotice{
    margin: 5px 0 0 66px;
}
.ranknotice span{
    background-color: #ff3333;
	background-color:#ffa633;
	
display: inline-block;
border-radius: 3px;
font-size: 13px;
padding: 4px 10px;
line-height: 1;
color: #fff;
}
.ranktitle{
word-wrap: normal;
word-break: normal;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

margin: 5px 0 0 66px;
}
.rankinfo{
margin: 0 0 0 56px;
}
.rankinfo p{
margin: 5px 0 0 10px;
display: inline-block;
}
.rank_price{
font-weight: bold;
color: #c00;
}

/*ページTOP(上部)へスクロール移動用*/
#page-top {
    bottom: 20px;
    position: fixed;
    right: 20px;
	
	z-index:100;
	
	box-shadow: 0px 0px 3px 6px rgba(0, 0, 0, 0.28);
bottom: 20px;
position: fixed;
right: 20px;
z-index: 100;
box-shadow: 0px 0px 3px 6px rgba(0, 0, 0, 0.28);
background-color: rgba(0, 0, 0, 0.28);
border-radius: 25px;}

/*フローティング用右下カートボタン*/
#cart_go {
    bottom: 85px;
    position: fixed;
    right: 20px;
	background-color:#F470AC;
	padding:5px;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	border-radius: 5px;	
	
	z-index:100;
	
	box-shadow: 0px 0px 3px 6px rgba(0, 0, 0, 0.28);
	
}
#cart_go img {
	vertical-align:middle;
	width:25px;
	height:25px;
}
#cart_go a {
	text-decoration:none;	
	color:#FFFFFF;
}

/*フローティングヘッダ用 ********************************************** */
#floating_head{
top:0px;
left:0px;
	min-width: 1100px;
	
	overflow: hidden;
	border-bottom:3px solid #9fb7d4;
	border-bottom:3px solid #FF99FF;
	border-bottom:1px solid #CCC;
	webkit-box-shadow:  0 3px 0 3px rgba(0, 0, 0, 0.04);
	box-shadow: 0 3px 0 3px rgba(0, 0, 0, 0.04);
margin-bottom: 10px;

	webkit-box-shadow:  0 3px 0 3px rgba(239, 239, 239);
	box-shadow: 0 3px 0 3px rgb(239, 239, 239);


	margin-bottom:20px;
	
	position:fixed;
	min-width:100%;
	z-index:120;	
	
	
	background-color:#FFFFFF;
	margin-bottom:5px;
}
	#hwrapper4 {
		width: 100%;
		
		padding-top:5px;
	}
	
	#hwrapper4 .left {
		float: left;
		width: 160px;
		width:300px;
		width:400px;
		padding-bottom:5px;
	}
		#hwrapper4 .left img {
			width:380px; height:auto;
		}
	
	#hwrapper4 .right {
		float: right;
		width: 500px;
		text-align:right;
		/*background-color:#FF0000;*/
	}
	
	#hwrapper4 .headcenter {
		overflow: hidden;
		background-color:#FF99FF;
		border-radius: 5px;      /* 角丸の指定 */
		/*height:40px;*/
		margin-top:10px;
	}
	
		#hwrapper4 .mleft {
			overflow: hidden;
			background-color:#FF99FF;
			border-radius: 5px;      /* 角丸の指定 */
			/*height:40px;*/
		}
		
		#hwrapper4 .mright {
			float: right;
			width: 35px;
			/*border:solid #FF99FF 2px;*/
			background-color:#FF99FF;
			border-radius: 5px;      /* 角丸の指定 */
			padding:2px 4px 3px 0px;
		}
		
		#hwrapper4 .mcenter {
			float: right;
			width: 105px;
			padding-bottom:5px;
			background:#FF99FF;
		}
	
	
#hwrapper4 .mcenter select {
	/*line-height: 23px;*/
	color:#666666;
	width:100px;
	position:absolute;

	padding: 8px 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #FF99FF;
	
	margin: 3px 2px 3px 2px;
	/*
	background: #eee;
	background: -webkit-linear-gradient(top, #FFD3FF 0%,#FFD3FF 100%);
	background: linear-gradient(to bottom, #FFD3FF 0%,#FFD3FF 100%);
	*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcecfc+0,fba6e1+31,fcabe1+54,ffa8e4+73,ffe2f6+100 */
background: #fcecfc; /* Old browsers */
background: -moz-linear-gradient(top,  #fcecfc 0%, #fba6e1 31%, #fcabe1 54%, #ffa8e4 73%, #ffe2f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fcecfc 0%,#fba6e1 31%,#fcabe1 54%,#ffa8e4 73%,#ffe2f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fcecfc 0%,#fba6e1 31%,#fcabe1 54%,#ffa8e4 73%,#ffe2f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ffe2f6',GradientType=0 ); /* IE6-9 */
}
#hwrapper4 .mcenter option{
	background:#FFD3FF;
}
/*フローティングヘッダ用 end ********************************************** */













/*Myページ*/
#menu {
  width:100%;
  padding:0;
  margin:0;
  list-style-type: none;
}
#menu li {
  width:33%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
  border-top:#FFAFF6 solid 2px;
  border-left:#E9E9E9 solid 1px;
  border-right:#E9E9E9 solid 1px;
}
#menu li a {
  width:auto;
  color:#666;
  font-size:12px;
  font-weight:bold;
  padding:10px 0;
  text-decoration:none;
  display:block;
  background:#D8D2D2;
  font-size:13px;
}
#menu li a:hover {
  background:#CCC;
  color:#666;
  
}

/*注文履歴*/
.chumon_hist{

}

.chumon_hist_tbl{
width:99.5%;
margin-top: 5px;
border-collapse: collapse;
border-spacing: 0;
font-size: small;
}

.chumon_hist_tbl .chumon_hist_date {
    width: 130px;
    text-align: center;
}
.chumon_hist_tbl th {
    padding: 8px 10px;
    color: #555;
    text-align: center;
    background: #efefef;
    font-weight: normal;
	
	border: 1px solid #ccc;
}
.chumon_hist_tbl td.chumon_hist_date {
    color: #555;
}
.chumon_hist_tbl td {
    padding: 14px;
    border: 1px solid #ccc;
}
.chumon_hist_tbl .chumon_hist_content dl {
    margin-top: 5px;
}
.chumon_hist_tbl .chumon_hist_content dt {
    float: left;
    width: 85px;
}
.chumon_hist_tbl .chumon_hist_content dd {
    margin-left: 91px;
}
.histcontent{
    color: #555;
    font-size: 14px;
    font-weight: normal;
	background:#FFFFFF;
}
.chumon_hist_tbl .chumon_hist_content dd ul {
    margin-top: 5px;
    color: #555;
}
.chumon_hist_tbl .chumon_hist_status {
    width: 110px;
    text-align: center;
}
.chumon_hist_tbl td.chumon_hist_status {
    padding: 14px 19px;
}
.chumon_hist_tbl .chumon_hist_detail {
    width: 23%;
    white-space: nowrap;
    text-align: center;
	line-height:30px;
}
.chumon_hist_tbl .chumon_hist_detail span:first-child {
    margin-top: 0px;
}
.chumon_hist_tbl .chumon_hist_detail span {
    display: block;
    margin-top: 5px;
}

.chumon_hist_storename{
	padding-top:10px;
	width:85%;
	font-size:10px;
	letter-spacing:-1px;
	line-height:11px;
	background:#E6E6E6;
	padding:5px;
}
.chumon_hist_storename a{
	color:#0000FF;
}
.chumon_hist_storename img{
	width:100%;
	height:auto;
}
.rechumon{
font-size:17px;
padding:5px 8px;
background:#DC64AA;
color:#FFFFFF;
text-decoration:none;
border-radius: 5px;

}
.mente_btn{
margin-top:3px;
padding:5px 5px;
background:#CCC;
color:#333333;
text-decoration:none;
border-radius: 5px;

}

#menu .mpnowli{
	border-top: #DC64AA solid 2px;
}

#menu .mpnowli a {
  background:#CCC;
  color:#666;
  background:#8A8A8A;
  color:#F0F0F0;;
}

#menu .mpnowli a:hover{
  background:#CCC;
  color:#666;
  background:#8A8A8A;
  color:#F0F0F0;;
}


/*注文履歴詳細*/
#oDrSpecCenterColumn {
    width: 99.5%;
    /*border-top: 1px solid #cecece;*/
	padding-top:20px;
    border-bottom: 1px solid #cecece;
}
.oDrSpecShopInfo {
    border-bottom: 1px solid #cecece;
    padding: 10px;
}
.oDrSpecShopInfo .infoCont, .oDrSpecShopInfo .shopContact .shopContactCont {
    width: 100%;
}
.oDrSpecShopInfo .shopLogo {
    width: 100%;
	vertical-align:middle;
}
.oDrSpecShopInfo .shopLogo img {
    width: 50%;
	vertical-align:bottom;
}
.oDrSpecShopInfo .shopContact {
    text-align: left;
    font-weight: bold;
}
.oDrSpecShopInfo .shopContact .shopName {
    font-weight: bold;
    margin-bottom: 8px;
}
.oDrSpecShopInfo .changeOrder {
    text-align: right;
    width: 360px;
}
.oDrSpecShopInfo .noticeTxt {
    color: #bf0000;
    padding-top: 10px;
}
.specTable {
    width: 100%;
    word-break: break-all;
    zoom: 1;
}
#oDrMedicineMessageWrap td.ttlL, .oDrSpecOrderInfo td.ttlL {
    width: 10%;
    border-top: 1px dotted #cecece;
}
.orderDate{
    width: 25%;
}
.specTable td.dg {
    font-weight: bold;
    color: #666666;
    background: #f6f6f6;
}
.specTable td {
    padding: 8px 10px 8px;
}
.noBd {
    border: none !important;
}
.oDrSpecOrderInfo td.ttlR {
    width: 10%;
}
.oDrSpecOrderInfo .statusInfo {
    width: 55%;
}
.oDrSpecOrderInfo .statusInfo li {
    padding-bottom: 10px;
}
.oDrSpecPurchaseInfo {
    margin-bottom: 30px;
}
.BrdTp {
    border-top: 1px solid #cecece;
}

.prodInfoTxt{
	width:95%;
}

.oDrSpecPurchaseInfo td.widthSendTo {
    width: 23%;
    padding-right: 6px;
    padding-left: 6px;
}
.dotRt {
    border-right: 1px dotted #cecece;
}
.taCenter {
    text-align: center !important;
	width:50%;
}
.oDrSpecPurchaseInfo td.widthPrice, .oDrSpecPurchaseInfo td.widthSubTot, .oDrSpecPurchaseInfo td.widthPoint {
    width: 11%;
    padding-right: 6px;
    padding-left: 6px;
}
.oDrSpecPurchaseInfo td.widthQuantity, .oDrSpecPurchaseInfo td.widthShip {
    width: 5%;
    padding-right: 6px;
    padding-left: 6px;
}
.oDrSpecPurchaseInfo td.widthTax {
    width: 5%;
    padding-right: 6px;
    padding-left: 6px;
}
.oDrSpecPurchaseInfo .prodInfo .prodImg {
    width: 128px;
    height: 128px;
}
.taRight {
    text-align: right !important;
}
.oDrSpecPurchaseInfo .priceCalc {
    width: 100%;
}
.dotTp {
    border-top: 1px dotted #cecece;
}
.oDrSpecPurchaseInfo .prodInfo .prodImg img {
    max-width: 128px;
    max-height: 128px;
}
.oDrSpecPurchaseInfo .priceCalc td {
    border: 0;
    padding: 0;
}
.oDrSpecPurchaseInfo .priceCalc .ttl table, .oDrSpecPurchaseInfo .priceCalc .terms table, .oDrSpecPurchaseInfo .priceCalc .value table {
    text-align: right;
    width: 100%;
}
.oDrSpecPurchaseInfo .priceCalc .ttl table td, .oDrSpecPurchaseInfo .priceCalc .terms table td, .oDrSpecPurchaseInfo .priceCalc .value table td {
    padding-bottom: 6px;
}
.oDrSpecPurchaseInfo .priceCalc .terms, .oDrSpecPurchaseInfo .priceCalc .value {
    width: 20%;
}
.oDrSpecPurchaseInfo .priceCalc .ttl table, .oDrSpecPurchaseInfo .priceCalc .terms table, .oDrSpecPurchaseInfo .priceCalc .value table {
    text-align: right;
    width: 100%;
}
.oDrSpecPurchaseInfo .priceCalc .value table td {
    padding-bottom: 6px;
}
.oDrSpecPurchaseInfo .priceCalc .value .netTot {
    font-weight: bold;
    color: #bf0000;
	color:#FF0000;
}

.oDrSpecTtl {
    border-bottom: solid 1px #dbdbdb;
    clear: both;
    overflow: hidden;
    _zoom: 1;
}
.oDrSpecTtl h4 {
    font-weight: bold;
    background:none;
    color: #FF66FF;
    font-size: 125%;
    padding: 0 0 0 25px;
    padding: 0 0 0 0px;
    margin-bottom: 5px;
    display: inline;
    float: left;
	border-bottom:#FF66FF solid 2px;
	width:100%;
}
.oDrSpecPaymentShippingInfo table {
    width: 100%;
}
.oDrSpecPaymentShippingInfo td.dg {
    font-weight: bold;
    color: #666666;
    background: #f6f6f6;
    width: 23%;
}
.oDrSpecPaymentShippingInfo td {
    padding: 10px;
}
.oDrSpecPaymentShippingInfo .paymentType, .oDrSpecPaymentShippingInfo .shippingType {
    padding: 0;
    margin: 0;
    border: 0;
}
.oDrSpecPaymentShippingInfo .paymentType td, .oDrSpecPaymentShippingInfo .shippingType td {
    border: 0;
    padding: 0;
}
.oDrSpecPaymentShippingInfo .paymentType .ttl, .oDrSpecPaymentShippingInfo .shippingType .ttl {
    font-size: 100%;
    padding-bottom: 5px;
}
.oDrSpecShopperInfo table {
    width: 100%;
    word-break: break-all;
}
.oDrSpecShopperInfo td.dg {
    font-weight: bold;
    color: #666666;
    background: #f6f6f6;
    width: 23%;
}
.oDrSpecShopperInfo td {
    padding: 10px;
}
.dotBt {
    border-bottom: 1px dotted #cecece;
}

.font_red_b {
    color: #FF0000;
    font-weight: bold;
    font-weight: bolder;
}
.inp_text10_g {
    font-size: 10px;
    color: #999999;
}

#main_2culumn .product_name{
	background: #f0fff0;
background: -moz-linear-gradient(top, #f0fff0 0%, #f0fff0 17%, #f0fff0 49%, #f7fff7 50%, #f0fff0 100%);
background: -webkit-linear-gradient(top, #f0fff0 0%,#f0fff0 17%,#f0fff0 49%,#f7fff7 50%,#f0fff0 100%);
background: linear-gradient(to bottom, #f0fff0 0%,#f0fff0 17%,#f0fff0 49%,#f7fff7 50%,#f0fff0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0fff0', endColorstr='#f0fff0',GradientType=0 );
color:#0066FF;
}

.product_main{

padding-top:20px;
color:#333333;
}

#chumon_area{
	width:48%;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	
	
	/*background:#FFFF00;*/
}

#chumon_area h4{
	margin:0px;
	padding:5px;
	width:90%;
	/*background:#CCCCCC;*/
	color:#333333;
	font-size:110%;
	text-align:left;
}
#chumon_area .price{
color:#666666;
color:#2A3FAA;
color:#7F1F55;
font-size:100%;
font-weight:bold;
padding-left:20px;
}
#chumon_area .kikaku{
font-size:100%;
font-weight:nomal;
padding-left:20px;
margin:0;
}

#chumon_area .price span{
/*color:#666666;*/
font-size:80%;
/*font-weight:normal;*/
}
#chumon_area .price_list{
float: left;
color: #993399;
font-weight: 700;
padding-left: 20px;
width: 96%;
font-size: 90%;
height: 20px;
height: auto;
padding-left: 10px;
padding-top: 1px;
margin-bottom: 1px;
padding-bottom: 1px;
margin-bottom: 1px;
margin-right: 1px;
border: #FFEBE1 solid 1px;
border: #FFCAFF solid 1px;
background-color: #FFF3EE;
margin: 1px 0px;
}

#chumon_area .size{
margin-top: 20px;
text-align: left;
padding-left: 20px;
float: left;

}
#chumon_area .CartBtn{
width:90%;
padding: 15px 40px;
font-size: 25px;
background-color: #FF99FF;
color: #fff;
border-style: none;
border-radius:5px;
font-weight:normal;
text-shadow: 1px 1px 1px #CCC;

background-image:url(../img/icon_store_cart_btn.png);
background-repeat:no-repeat;
background-position:0px 0px;
background-position: 90px 7px;
-moz-background-size:contain;
background-size:contain;
background-size: 45px auto; 
}
#chumon_area .product_makerBtn{
width:60%;
padding: 5px 10px;
font-size: 16px;
background-color:#ECECEC;
color:#666;
/*border-style: none;*/
border:#C8C8C8  solid 1px;
border-radius:5px;
font-weight:bold;
text-shadow: 1px 1px 1px #CCC;

background-image:url(../img/icon_maker_sbtn.png);
background-repeat:no-repeat;
background-position:0px 0px;
background-position: 65px 3px;
-moz-background-size:contain;
background-size:contain;
background-size: 25px auto; 
}
#chumon_area .product_makerBtn_link{
width:80%;
padding: 5px 10px;
font-size: 16px;
background-color:#ECECEC;
color:#666;
/*border-style: none;*/
border:#C8C8C8  solid 1px;
border-radius:5px;
font-weight:bold;
text-shadow: 1px 1px 1px #CCC;
text-decoration: none;
}
#chumon_area .product_makerBtn_link img{
width:25px;
height:auto;
vertical-align:middle;
margin-right:10px;
}


/*注文エリア外*/
#sizelist_area{
	width:100%;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	
	
	/*background:#FFFF00;*/
}

#sizelist_area h4{
	margin:0px;
	padding:5px;
	width:90%;
	/*background:#CCCCCC;*/
	color:#333333;
	font-size:110%;
	text-align:left;
}
#sizelist_area .price{
color:#666666;
font-size:100%;
font-weight:bold;
padding-left:20px;
}
#sizelist_area .kikaku{
font-size:100%;
font-weight:nomal;
padding-left:20px;
margin:0;
}

#sizelist_area .price span{
color:#666666;
font-size:80%;
font-weight:normal;
}
#sizelist_area .price_list{
float: left;
color: #993399;
font-weight: 700;
padding-left: 20px;
width: 96%;
font-size: 90%;
height: 20px;
height: auto;
padding-left: 10px;
padding-top: 1px;
margin-bottom: 1px;
padding-bottom: 1px;
margin-bottom: 1px;
margin-right: 1px;
border: #FFEBE1 solid 1px;
border: #FFCAFF solid 1px;
background-color: #FFF3EE;
margin: 1px 0px;
}

#sizelist_area .size{
margin-top: 20px;
text-align: left;
padding-left: 20px;
float: left;

}
#sizelist_area .CartBtn{
width:90%;
padding: 15px 40px;
font-size: 25px;
background-color: #FF99FF;
color: #fff;
border-style: none;
border-radius:5px;
font-weight:normal;
text-shadow: 1px 1px 1px #CCC;

background-image:url(../img/icon_store_cart_btn.png);
background-repeat:no-repeat;
background-position:0px 0px;
background-position: 90px 7px;
-moz-background-size:contain;
background-size:contain;
background-size: 45px auto; 
}
#sizelist_area .product_makerBtn{
width:60%;
padding: 5px 10px;
font-size: 16px;
background-color:#ECECEC;
color:#666;
/*border-style: none;*/
border:#C8C8C8  solid 1px;
border-radius:5px;
font-weight:bold;
text-shadow: 1px 1px 1px #CCC;

background-image:url(../img/icon_maker_sbtn.png);
background-repeat:no-repeat;
background-position:0px 0px;
background-position: 65px 3px;
-moz-background-size:contain;
background-size:contain;
background-size: 25px auto; 
}
#sizelist_area .product_makerBtn_link{
width:80%;
padding: 5px 10px;
font-size: 16px;
background-color:#ECECEC;
color:#666;
/*border-style: none;*/
border:#C8C8C8  solid 1px;
border-radius:5px;
font-weight:bold;
text-shadow: 1px 1px 1px #CCC;
text-decoration: none;
}
#sizelist_area .product_makerBtn_link img{
width:25px;
height:auto;
vertical-align:middle;
margin-right:10px;
}
#sizelist_area span{
font-size:80%;
}
/*注文エリア外 End*/


/*
.cart_in{
float:left;
}
*/


#gallery{
	float:left;
	width:48%;
	padding-right:20px;
}
#gallery2{
	float:left;
	width:48%;
padding-right:20px;
}
#small_str{
	float:left;
	width:48%;
	width:98%;
	/*padding-right:20px;*/
}
#youtube_area{
	width:48%;
	width:98%;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	
	
	/*background:#FFFF00;*/
}
#youtube_area iframe{
  width: 100%;
}
#make_html_area{
	width:98%;
	margin-top: 30px;
	margin-bottom: 30px;

}
#make_html_area h3 {
    color: unset;
    font-size: unset;
    font-weight: unset;
    text-shadow: unset;
    text-align: unset;
    letter-spacing: unset;

	background:unset;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc116+0,ffdf80+0,ffe19e+100 */
filter: unset; /* IE6-9 */
	
	
	padding: unset;
	color:unset;
	margin-top:unset;
	font-size:unset;
	font-weight:unset;
	text-shadow: unset;
	text-align:unset;
	letter-spacing:unset;
	
}
/*IEのみのスタイル*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#make_html_area h3 {
	background:inherit;
    color: inherit;
    font-size: inherit;
}
}


div.left_4lf {
    width: 190px;
    float: inherit;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
	margin:30px 0px 30px 0px;
    height: auto;
    border: 1px solid #CCC;
    position: static;
    background: transparent;
    background-color: #FFFFFF;
    text-align: left;
    font-weight: normal;
    font-size: 80%;
    z-index: 3;
}
div.left_4 {
    width: 190px;
    float: inherit;
    vertical-align: middle;
    margin: 3px 0px 3px 0px;
    height: auto;
    border: 1px solid #FFFFFF;
    position: static;
    background: transparent;
    background-color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    font-size: 80%;
    z-index: 3;
}

/*モールページインフォメーション*//*店舗ページ特定商取引法インフォメーション*/
#mall_info_fuide {
	float: left;
	width: 708px;
	overflow: hidden;
	padding:0px 0px 20px 0px;
	margin:0px 5px;

	/*background: #9fb7d4;*/
}
/*モールページインフォメーション*//*店舗ページ特定商取引法インフォメーション*/
#mall_info_fuide h3{
	float: left;
	width: 98%;
	overflow: hidden;
padding: 9px 5px 5px 9px;
font-size:22px;
color:#FFFFFF;
font-weight: 100;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71);
text-align: center;
letter-spacing: 3px;

background: #FFC2FF;
background: -moz-linear-gradient(top, #FFC2FF 0%, #FF99FF 100%);
background: -webkit-linear-gradient(top, #FFC2FF 0%,#FF99FF  100%);
background: linear-gradient(to bottom, #FFC2FF  0%,#FF99FF  100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC2FF', endColorstr='#FF99FF',GradientType=0 );
margin-bottom:5px;
}
#mall_info_fuide div{
	float: left;
	width: 690px;
	margin:0px 1px;
	padding:5px;
	height:auto;
	border:#FF99FF solid 1px;
}
#mall_info_fuide div h5{
float: left;
	width: 681px;
	margin: 0px;
	height: auto;
	border: #FF99FF solid 1px;
	padding: 3px;
color:#FFFFFF;
font-weight: 100;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71);
background: #FFC2FF;
background: -moz-linear-gradient(top, #FFC2FF 0%, #FF99FF 100%);
background: -webkit-linear-gradient(top, #FFC2FF 0%,#FF99FF  100%);
background: linear-gradient(to bottom, #FFC2FF  0%,#FF99FF  100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC2FF', endColorstr='#FF99FF',GradientType=0 );
	font-size:18px;
}
#mall_info_fuide div p{
float: left;
	width: 685px;
	margin: 0px;
	padding:3px 0px 15px 0px;
	height: auto;
	font-size:14px;
	color:#333333;
}
#mall_info_fuide div p table{
	width: 95%;
}
#mall_info_fuide .right{
	text-align:right;
	width: 70%;
	padding:3px 3px;
	height: auto;
	font-size:12px;
	border:#FF99FF  solid 1px;
}
#mall_info_fuide .left{
	width: 30%;
	padding:3px 3px;
	height: auto;
	font-size:12px;
	border:#FF99FF  solid 1px;
}

/*モールページインフォメーション*//*店舗ページ特定商取引法インフォメーション*/
#mall_beginer_guide {
	float: left;
	width: 708px;
	overflow: hidden;
	padding:0px 0px 20px 0px;
	margin:0px 5px;

	/*background: #9fb7d4;*/
}
/*モール初めての方インフォメーション*/
#mall_beginer_guide li{
    list-style-type:upper-latin;
	margin-left:17px;
	margin-left:0px;
	padding-right:0px;
	font-size:105%;
	font-weight:bold;
	line-height: 100%;
}

#mall_beginer_guide span{
font-size:85%;
font-weight:normal;
font-size: 14px;
color: #333333;
}
#mall_beginer_guide h3{
	float: left;
	width: 98%;
	overflow: hidden;
padding: 9px 5px 5px 9px;
font-size:22px;
color:#FFFFFF;
font-weight: 100;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71);
text-align: center;
letter-spacing: 3px;

background: #FFC2FF;
background: -moz-linear-gradient(top, #AEE93E 0%, #3FDD47 100%);
background: -webkit-linear-gradient(top, #AEE93E 0%,#3FDD47  100%);
background: linear-gradient(to bottom, #AEE93E 0%,#3FDD47 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AEE93E', endColorstr='#3FDD47',GradientType=0 );
margin-bottom:5px;
}
#mall_beginer_guide div{
	float: left;
	width: 690px;
	margin:0px 1px;
	padding:5px;
	height:auto;
	border:#AEE93E solid 1px;
}
#mall_beginer_guide div h5{
float: left;
	width: 681px;
	margin: 0px;
	height: auto;
	border: #AEE93E solid 1px;
	padding: 3px;
color:#FFFFFF;
font-weight: 100;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71);
background: #AEE93E;
background: -moz-linear-gradient(top, #AEE93E 0%, #3FDD47 100%);
background: -webkit-linear-gradient(top, #AEE93E 0%,#3FDD47  100%);
background: linear-gradient(to bottom, #AEE93E  0%,#3FDD47  100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AEE93E', endColorstr='#3FDD47',GradientType=0 );
	font-size:18px;
}
#mall_beginer_guide div p{
float: left;
	width: 685px;
	margin: 0px;
	padding:3px 0px 15px 0px;
	height: auto;
	font-size:14px;
	color:#333333;
}
#mall_beginer_guide div p table{
	width: 95%;
}
#mall_beginer_guide .right{
	text-align:right;
	width: 70%;
	padding:3px 3px;
	height: auto;
	font-size:12px;
	border:#AEE93E  solid 1px;
}
#mall_beginer_guide .left{
	width: 30%;
	padding:3px 3px;
	height: auto;
	font-size:12px;
	border:#AEE93E  solid 1px;
}


/*店舗ページインフォメーション*/
#contents #shop_info {
	float: left;
	width: 1200px;
	overflow: hidden;
	padding:10px；

	background: #9fb7d4;
}
/*店舗ページインフォメーション*/
#shop_info h3{
	float: left;
	width: 100%;
	overflow: hidden;
padding: 9px 5px 5px 9px;
font-size:22px;
color:#FFFFFF;
font-weight: 100;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71);
text-align: center;
letter-spacing: 3px;

background: #d2ff52;
background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%);
background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%);
background: linear-gradient(to bottom, #bde745 0%,#84de32 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );
margin-bottom:5px;
}
#shop_info div{
	float: left;
	width: 384px;
	margin:0px 1px;
	padding:5px;
	height:auto;
	border:#84de32  solid 1px;
}
#shop_info div h5{
float: left;
	width: 377px;
	margin: 0px;
	height: auto;
	border: #84de32 solid 1px;
	padding: 3px;
color:#FFFFFF;
font-weight: 100;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71);
background: #d2ff52;
background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%);
background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%);
background: linear-gradient(to bottom, #bde745 0%,#84de32 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );
	font-size:18px;
}
#shop_info div p{
float: left;
	width: 377px;
	margin: 0px;
	padding:3px 0px 15px 0px;
	height: auto;
	font-size:14px;
	color:#333333;
}
#shop_info div p table{
	width: 95%;
}
#shop_info .right{
	text-align:right;
	width: 70%;
	padding:3px 3px;
	height: auto;
	font-size:12px;
	border:#84de32  solid 1px;
}
#shop_info .left{
	width: 30%;
	padding:3px 3px;
	height: auto;
	font-size:12px;
	border:#84de32  solid 1px;
}

/*店舗ページ特定商取引法インフォメーション*/
#shop_infotok {
	float: left;
	width: 960px;
	overflow: hidden;
	padding:0px 0px 20px 0px;
	margin:0px 5px;

	/*background: #9fb7d4;*/
}
/*店舗ページ特定商取引法インフォメーション*/
#shop_infotok h3{
	float: left;
	width: 100%;
	overflow: hidden;
padding: 9px 5px 5px 9px;
font-size:22px;
color:#FFFFFF;
font-weight: 100;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71);
text-align: center;
letter-spacing: 3px;

background: #d2ff52;
background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%);
background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%);
background: linear-gradient(to bottom, #bde745 0%,#84de32 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );
margin-bottom:5px;
}
#shop_infotok div{
	float: left;
	width: 305px;
	margin:0px 1px;
	padding:5px;
	height:auto;
	border:#84de32  solid 1px;
}
#shop_infotok div h5{
float: left;
	width: 297px;
	margin: 0px;
	height: auto;
	border: #84de32 solid 1px;
	padding: 3px;
color:#FFFFFF;
font-weight: 100;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71);
background: #d2ff52;
background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%);
background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%);
background: linear-gradient(to bottom, #bde745 0%,#84de32 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );
	font-size:18px;
}
#shop_infotok div p{
float: left;
	width: 304px;
	margin: 0px;
	padding:3px 0px 15px 0px;
	height: auto;
	font-size:14px;
	color:#333333;
}
#shop_infotok div p table{
	width: 95%;
}
#shop_infotok .right{
	text-align:right;
	width: 70%;
	padding:3px 3px;
	height: auto;
	font-size:12px;
	border:#84de32  solid 1px;
}
#shop_infotok .left{
	width: 30%;
	padding:3px 3px;
	height: auto;
	font-size:12px;
	border:#84de32  solid 1px;
}


/*店舗ページ特定商取引法インフォメーション*/
#shop_delivinfo {
	float: left;
	width: 960px;
	overflow: hidden;
	padding:0px 0px 20px 0px;
	margin:0px 5px;

	/*background: #9fb7d4;*/
}
/*店舗ページ特定商取引法インフォメーション*/
#shop_delivinfo h3{
	float: left;
	width: 100%;
	overflow: hidden;
padding: 9px 5px 5px 9px;
font-size:22px;
color:#FFFFFF;
font-weight: 100;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71);
text-align: center;
letter-spacing: 3px;

background: #d2ff52;
background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%);
background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%);
background: linear-gradient(to bottom, #bde745 0%,#84de32 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );
margin-bottom:5px;
}
#shop_delivinfo div{
	float: left;
	width: 305px;
	margin:0px 1px;
	padding:5px;
	height:auto;
	border:#84de32  solid 1px;
}
#shop_delivinfo div h5{
float: left;
	width: 297px;
	margin: 0px;
	height: auto;
	border: #84de32 solid 1px;
	padding: 3px;
color:#FFFFFF;
font-weight: 100;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71);
background: #d2ff52;
background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%);
background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%);
background: linear-gradient(to bottom, #bde745 0%,#84de32 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );
	font-size:18px;
}
#shop_delivinfo div p{
float: left;
	width: 304px;
	margin: 0px;
	padding:3px 0px 15px 0px;
	height: auto;
	font-size:14px;
	color:#333333;
}
#shop_delivinfo div p table{
	width: 95%;
}
#shop_delivinfo .right{
	text-align:right;
	width: 70%;
	padding:3px 3px;
	height: auto;
	font-size:12px;
	border:#84de32  solid 1px;
}
#shop_delivinfo .left{
	width: 30%;
	padding:3px 3px;
	height: auto;
	font-size:12px;
	border:#84de32  solid 1px;
}



/*関連商品*/
.related {
    width: 22%;
    height: auto;
    margin: 10px 5px 0 5px;
    float: left;
}
.related img {
    width: 95%;
    height: auto;
	width:auto;
	height:150px;
    margin: 10px 5px 0 5px;
    /*float: left;*/
}
.shop_product_all_link{
width:86%;
padding: 5px 10px;
font-size: 16px;
background-color:#ECECEC;
color:#666;
/*border-style: none;*/
border:#C8C8C8  solid 1px;
border-radius:5px;
font-weight:bold;
text-shadow: 1px 1px 1px #CCC;
text-decoration: none;
float:left;
margin-bottom:20px

}
.shop_product_all_link img{
width:25px;
height:auto;
vertical-align:middle;
margin-right:10px;
}


/*カートページ*/
.cart_title {
    width: 99%;
	width:100%;
    padding: 0;
    margin: 0;
    text-align: center;
    border-top: #FFAFF6 solid 2px;
    border-left: #E9E9E9 solid 1px;
    border-right: #E9E9E9 solid 1px;

color: #666;
font-weight: bold;
padding: 10px 0;
text-decoration: none;
display: block;
background: #D8D2D2;

}
#chumon_area_cart {
    width: auto;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#chumon_area_cart .CartBtn {
    width: 50%;
    padding: 15px 40px;
    font-size: 25px;
    background-color: #FF99FF;
    color: #fff;
    border-style: none;
    border-radius: 5px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #CCC;
    background-image: url(../img/icon_store_cart_btn.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-position: 90px 7px;
    -moz-background-size: contain;
    background-size: contain;
    background-size: 45px auto;
	margin-bottom:5px;
}

/*ログインフォーム*/
.login_form {
    /*margin-top: 70px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;*/
    width: 100%;
	width:350px;
    padding: 5px 0px;
    background-color: #F9F9F9;
    border: #CCC solid 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
div .cart_subtotal {
    /*padding-bottom: 10px;
    overflow: auto;*/
}
.login_pu_title {
    width: 100%;
    clear: both;
    padding: 5px;
    padding-bottom: 0px;
    line-height: normal;
}
.marginbtm10 {
    margin-bottom: 10px;
}
.login_pu_input {
    width: 100%;
    clear: both;
    /*padding: 5px;*/
    line-height: normal;
}
.login_pu_input input {
    width: 95%;
    border: #CCC solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 5px 5px 5px;
    line-height: 22px;
    font-size: 14px;
}
.width100par {
    width: 100%;
}
.width100par {
    width: 100%;
}
.pink_b_menu100 {
    clear: both;
    width: 90%;
    padding: 10px 30px;
    font-size: 25px;
    font-weight: normal;
    -moz-background-size: contain;
    background-size: contain;
    background-size: 45px auto;
    margin-bottom: 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff99ff), color-stop(1, #ff99ff));
    background: -moz-linear-gradient(top, #ff99ff 5%, #ff99ff 100%);
    background: -webkit-linear-gradient(top, #ff99ff 5%, #ff99ff 100%);
    background: -o-linear-gradient(top, #ff99ff 5%, #ff99ff 100%);
    background: -ms-linear-gradient(top, #ff99ff 5%, #ff99ff 100%);
    background: linear-gradient(to bottom, #ff99ff 5%, #ff99ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff99ff', endColorstr='#ff99ff',GradientType=0);
    background-color: #ff99ff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 5px;
    border: 1px solid #fab4fa;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #CCC;
}
.login_msg {
    line-height: 21px;
}

/*ipad用 レスポシブ*/
@media screen and ( max-width:1024px )
{

header {
	min-width: 938px;
			min-height:80px;
}

	header h1 {
		/*width: 1100px;*/
		min-width: 160px;
		min-width: 256px;
		max-width:324px;
	}
	header h2 {
		width: 938px;
	}
	
	#wrapper{
	}
	
	#contents_parent{
	}
	

/*常にくっついてくる用リンク*/
#bgtop_r {
}
#bgtop_l {
}


.shop_img{
}
.shop_img img{
width:100%;
}


#a_link {
}

#a_link span {
/*display : none;*/
visibility: hidden;
}

	
	#hwrapper3 {
		width: 100%;
	}
	
	#hwrapper3 .left {
		width: 160px;
		width:300px;
		width:341px;
	}
		#hwrapper3 .left img {
			width:324px; height:auto;
			max-width: 324px;
		}
	#hwrapper3 .right {
		width: 426px;
	}
	
	#hwrapper3 .headcenter {
	}
	
		#hwrapper3 .mleft {
		}
		
		#hwrapper3 .mright {
			width: 29px;
		}
		
		#hwrapper3 .mcenter {
			width: 89px;
		}
	
	
#hwrapper3 .mcenter select {
	width:85px;
}
#hwrapper3 .mcenter option{
}
.find_btn{
width:42px;
height:29px;
}
.serch_btn_img{
width:100%;
height:50%;
width:29px;
height:30px;
}
	
.searchInput{
	width: 100%;
}	


/*ヘッダ部アイコンボタン*/
ul.foo {
  width: 426px;
}

ul.foo li {
	width:104px;
	height:40px;
	    display: inline-block;
		padding-top:10px;
	}
/*
ul.foo li:first-child {
  height:40px;
}
*/

/*商品詳細ページ各種アイコンボタン*/
ul.foo2 {
  width: 98%;
}

ul.foo2 li {
	width:24%;
	width:48%;
	width:169px;
	}






#contents {
	width: 1024px;
}
#contents nav {
	width: 170px;
}

	#contents nav h2 {
	}

	#contents nav ul {
	}
	#contents nav ul li {
	}
#contents #main {
	width: 640px;
}


	#contents #main article {
	}
	

#contents #main_2culumn {
	width: 853px;
}
	#contents #main_2culumn article {
	}
	


#contents aside {
	width: 213px;
}
	#contents aside p {
	}

#main section{
}	
	
#main h3{
}
/*フッター-----------------------------*/
footer {
	min-width: 1024px;
}
	footer #copyright {
		width: 1024px;
		margin: 0 auto;
		padding: 10px;
	}
/*フローティングヘッダ用 ********************************************** */
#floating_head{
	/*min-width: 938px;*/
}
	#hwrapper4 {
		width: 100%;
		
		padding-top:5px;
	}
	
	#hwrapper4 .left {
		width:341px;
	}
		#hwrapper4 .left img {
			width:324px; height:auto;
		}
	
	#hwrapper4 .right {
		width: 426px;
	}
	
	#hwrapper4 .headcenter {
	}
	
		#hwrapper4 .mleft {
		}
		
		#hwrapper4 .mright {
			width: 35px;
		}
		
		#hwrapper4 .mcenter {
			width: 89px;
		}
	
	
#hwrapper4 .mcenter select {
	width:85px;
}
#hwrapper4 .mcenter option{
	background:#FFD3FF;
}
/*フローティングヘッダ用 end ********************************************** */



/*店舗ページインフォメーション*/
#contents #shop_info {
	width: 1024px;
}
/*店舗ページインフォメーション*/
#shop_info h3{
	width: 100%;
}
#shop_info div{
	width: 327px;
}
#shop_info div h5{
	width: 321px;
}
#shop_info div p{
float: left;
	width: 321px;
}
#shop_info div p table{
	width: 95%;
}
#shop_info .right{
	width: 70%;
}
#shop_info .left{
	width: 30%;
}

/*店舗ページ特定商取引法インフォメーション*/
#shop_infotok {
	width: 819px;
}
/*店舗ページ特定商取引法インフォメーション*/
#shop_infotok h3{
	width: 100%;
	font-size:18px;
}
#shop_infotok div{
	width: 259px;
}
#shop_infotok div h5{
	width: 253px;
}
#shop_infotok div p{
	width: 259px;
}
#shop_infotok div p table{
	width: 95%;
}
#shop_infotok .right{
	width: 70%;
}
#shop_infotok .left{
	width: 30%;
}


/*店舗ページ特定商取引法インフォメーション*/
#shop_delivinfo {
	width: 819px;
}
/*店舗ページ特定商取引法インフォメーション*/
#shop_delivinfo h3{
	width: 100%;
}
#shop_delivinfo div{
	width: 260px;
}
#shop_delivinfo div h5{
	width: 253px;
}
#shop_delivinfo div p{
	width: 259px;
}
#shop_delivinfo div p table{
	width: 95%;
}
#shop_delivinfo .right{
	width: 70%;
}
#shop_delivinfo .left{
	width: 30%;
}



/*モールページインフォメーション*//*店舗ページ特定商取引法インフォメーション*/
#mall_beginer_guide {
	width: 604px;
}
/*モール初めての方インフォメーション*/
#mall_beginer_guide li{
	margin-left:14px;
	margin-left:0px;
}

#mall_beginer_guide h3{
	width: 98%;
}
#mall_beginer_guide div{
	float: left;
	width: 588px;
	margin:0px 1px;
	padding:5px;
	height:auto;
	border:#AEE93E solid 1px;
}
#mall_beginer_guide div h5{
	width: 581px;
}
#mall_beginer_guide div p{
	width: 584px;
}
#mall_beginer_guide div p table{
	width: 95%;
}
#mall_beginer_guide .right{
	width: 70%;
}
#mall_beginer_guide .left{
	width: 30%;
}






/*モールページインフォメーション*//*店舗ページ特定商取引法インフォメーション*/
#mall_info_fuide {
	width: 604px;
}
#mall_info_fuide div{
	width: 588px;
}
#mall_info_fuide div h5{
	width: 581px;
}
#mall_info_fuide div p{
float: left;
	width: 584px;
}
#mall_info_fuide div p table{
	width: 95%;
}
#mall_info_fuide .right{
	width: 70%;
}
#mall_info_fuide .left{
	width: 30%;
}

ul.pulldown_menu_3 li {
    position: relative;
    width: 170px;
}
div.left_4 {
    width: 162px;
}
div.left_4lf {
    width: 162px;
}



#chumon_area{
	width:46%;
	padding-left:5px;
}

#chumon_area h4{
	margin:0px;
	padding:5px;
	width:90%;
}
#chumon_area .price{
padding-left:20px;
}
#chumon_area .kikaku{
padding-left:10px;
}

#chumon_area .price span{
font-size:80%;
/*font-weight:normal;*/
}
#chumon_area .price_list{
padding-left: 20px;
width: 96%;
font-size: 90%;
height: 20px;
height: auto;
padding-left: 10px;
}

#chumon_area .size{
margin-top: 20px;
padding-left: 20px;
float: left;

}
#chumon_area .CartBtn{
width:90%;
padding: 7px 20px;
font-size: 25px;
background-image:url(../img/icon_store_cart_btn.png);
background-repeat:no-repeat;
background-position:0px 0px;
background-position: 90px 7px;
-moz-background-size:contain;
background-size:contain;
background-size: 20px auto; 
}
#chumon_area .product_makerBtn{
width:60%;
padding: 5px 10px;
font-size: 16px;
background-image:url(../img/icon_maker_sbtn.png);
background-repeat:no-repeat;
background-position:0px 0px;
background-position: 65px 3px;
-moz-background-size:contain;
background-size:contain;
background-size: 25px auto; 
}
#chumon_area .product_makerBtn_link{
width:80%;
padding: 5px 10px;
font-size: 16px;
}
#chumon_area .product_makerBtn_link img{
width:25px;
height:auto;
margin-right:10px;
}


.shop_product_all_link{
width:86%;
padding: 5px 5px;
font-size:14px;

}


}
/*商品価格*/
div.product_price_2017list{
	float:left;
	color:#993399;
	font-weight:700;
/*	padding-left:20px;*/
	width:100%;
	font-size:80%;
/*	height:20px;*/
/* 2010.4.14 枠線追加 ここから*/
	height:auto;
	padding-left:10px;
	padding-top:1px;
	margin-bottom:1px;
	margin-right:1px;
	border:#FFEBE1 solid 1px;
	background-color:#FFF3EE;
/* ここまで */
}



/*ipad用 レスポシブ*/
@media screen and ( max-width:768px )
{

header {
	min-width: 704px;
	min-height: 55px;
}

	header h1 {
		/*width: 1100px;*/
		min-width: 160px;
		min-width: 192px;
		max-width:243px;
	}
	header h2 {
		width: 704px;
	}
	
	#wrapper{
	}
	
	#contents_parent{
	}
	

/*常にくっついてくる用リンク*/
#bgtop_r {
}
#bgtop_l {
}


.shop_img{
}
.shop_img img{
width:100%;
}


#a_link {
}

#a_link span {
/*display : none;*/
visibility: hidden;
}

	
	#hwrapper3 {
		width: 100%;
	}
	
	#hwrapper3 .left {
		width: 160px;
		width:300px;
		width:256px;
	}
		#hwrapper3 .left img {
			width:243px; height:auto;
			max-width: 243px;
		}
	#hwrapper3 .right {
		width: 320px;
	}
	
	#hwrapper3 .headcenter {
	margin-top:0px;
	}
	
		#hwrapper3 .mleft {
		}
		
		#hwrapper3 .mright {
			width: 21px;
		}
		
		#hwrapper3 .mcenter {
			width: 64px;
		}
	
	
#hwrapper3 .mcenter select {
	width:64px;
}
#hwrapper3 .mcenter option{
}
.find_btn{
width:32px;
height:21px;
}
.serch_btn_img{
width:100%;
height:50%;
width:22px;
height:20px;
}
	
.searchInput{
	width: 100%;
}	


/*ヘッダ部アイコンボタン*/
ul.foo {
  width: 320px;
}

ul.foo li {
	width:78px;
	height:40px;
	font-size:14px;
	
	
	    display: inline-block;
	}
/*
ul.foo li:first-child {
  height:40px;
}
*/

/*商品詳細ページ各種アイコンボタン*/
ul.foo2 {
  width: 98%;
}

ul.foo2 li {
	width:24%;
	width:48%;
	width:135px;
	font-size:10px;
	    height: 35px;
	}






#contents {
	width: 768px;
}
#contents nav {
	width: 128px;
}

	#contents nav h2 {
	}

	#contents nav ul {
	}
	#contents nav ul li {
	}
#contents #main {
	width: 480px;
}


	#contents #main article {
	}
	#contents #main_2culumn article {
		padding: 0px 5px;
	}	

#contents #main_2culumn {
	width: 623px;
}
	#contents #main_2culumn article {
	}
	


#contents aside {
	width: 160px;
}
	#contents aside p {
	}

#main section{
}	
	
#main h3{
}
/*フッター-----------------------------*/
footer {
	min-width: 751px;
}
	footer #copyright {
		width: 95%;
		margin: 0 auto;
		padding: 10px;
	}
/*フローティングヘッダ用 ********************************************** */
#floating_head{
	/*min-width: 938px;*/
}
	#hwrapper4 {
		width: 100%;
		
		padding-top:5px;
	}
	
	#hwrapper4 .left {
		width:256px;
	}
		#hwrapper4 .left img {
			width:243px; height:auto;
		}
	
	#hwrapper4 .right {
		width: 320px;
	}
	
	#hwrapper4 .headcenter {
		margin-top:0px;
	}
	
		#hwrapper4 .mleft {
		}
		
		#hwrapper4 .mright {
			width: 22px;
		}
		
		#hwrapper4 .mcenter {
			width: 67px;
		}
	
	
#hwrapper4 .mcenter select {
	width:64px;
}
#hwrapper4 .mcenter option{
	background:#FFD3FF;
}
/*フローティングヘッダ用 end ********************************************** */



/*店舗ページインフォメーション*/
#contents #shop_info {
	width: 767px;
}
/*店舗ページインフォメーション*/
#shop_info h3{
	width: 100%;
}
#shop_info div{
	width: 240px;
}
#shop_info div h5{
	width: 236px;
}
#shop_info div p{
float: left;
	width: 236px;
}
#shop_info div p table{
	width: 95%;
}
#shop_info .right{
	width: 70%;
}
#shop_info .left{
	width: 30%;
}

/*店舗ページ特定商取引法インフォメーション*/
#shop_infotok {
	width: 614px;
}
/*店舗ページ特定商取引法インフォメーション*/
#shop_infotok h3{
	width: 100%;
}
#shop_infotok div{
	width: 189px;
}
#shop_infotok div h5{
	width: 181px;
	font-size:14px;
}
#shop_infotok div p{
	width: 181px;
}
#shop_infotok div p table{
	width: 95%;
}
#shop_infotok .right{
	width: 70%;
}
#shop_infotok .left{
	width: 30%;
}


/*店舗ページ特定商取引法インフォメーション*/
#shop_delivinfo {
	width: 614px;
}
/*店舗ページ特定商取引法インフォメーション*/
#shop_delivinfo h3{
	width: 100%;
	font-size:16px;
}
#shop_delivinfo div{
	width: 189px;
}
#shop_delivinfo div h5{
	width: 181px;
	font-size:14px;
}
#shop_delivinfo div p{
	width: 181px;
}
#shop_delivinfo div p table{
	width: 95%;
}
#shop_delivinfo .right{
	width: 70%;
}
#shop_delivinfo .left{
	width: 30%;
}



/*モールページインフォメーション*//*店舗ページ特定商取引法インフォメーション*/
#mall_beginer_guide {
	width: 453px;
}
/*モール初めての方インフォメーション*/
#mall_beginer_guide li{
	margin-left:14px;
	margin-left:0px;
}

#mall_beginer_guide h3{
	width: 98%;
}
#mall_beginer_guide div{
	float: left;
	width: 439px;
	margin:0px 1px;
	padding:5px;
	height:auto;
	border:#AEE93E solid 1px;
}
#mall_beginer_guide div h5{
	width: 433px;
}
#mall_beginer_guide div p{
	width: 438px;
}
#mall_beginer_guide div p table{
	width: 95%;
}
#mall_beginer_guide .right{
	width: 70%;
}
#mall_beginer_guide .left{
	width: 30%;
}






/*モールページインフォメーション*//*店舗ページ特定商取引法インフォメーション*/
#mall_info_fuide {
	width: 453px;
}
#mall_info_fuide div{
	width: 441px;
}
#mall_info_fuide div h5{
	width: 435px;
}
#mall_info_fuide div p{
float: left;
	width: 438px;
}
#mall_info_fuide div p table{
	width: 95%;
}
#mall_info_fuide .right{
	width: 70%;
}
#mall_info_fuide .left{
	width: 30%;
}

ul.pulldown_menu_3 li {
    position: relative;
    width: 128px;
}
div.left_4 {
    width: 121px;
}
div.left_4lf {
    width: 121px;
}

div.left_4lf {
    width: 117px;
    font-size: 80%;
}
div.left_4 {
    width: 117px;
    font-size: 80%;
	overflow:scroll;
}

div.left_4 td {
width:20%;
font-size:10px;
}


.shop_product_all_link{
width:86%;
padding: 5px 5px;
font-size:12px;

}
.shop_product_all_link img {
    width:15px;
    height: auto;
    vertical-align: middle;
    margin-right: 7px;
}
ul.pulldown_menu_3 a {
	height: 20px;
	max-heght:40px;
	font-size: 11px;
	line-height: 13px;
	border:none;
}
ul.pulldown_menu_3 ul {
    left: 134px;
    top: -20px;
}


.firstcate {
    height: 30px;
    padding: 2px;
    margin-left: -5px;
	border-bottom: #CCCCCC solid 1px;
}
.firstcate a {
    padding: 2px;
}

}
