@charset "UTF-8";
/*---------- ページ全体の指定 ----------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333333;
	background-image: url(img/back.gif);
	background-repeat: repeat-x;
}
/* IE7 用 */

*:first-child+html * {
	font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}
/* IE6 用 */
* html * {
	font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}
a:link {
	color: #c53d43;
	font-size: 13px;
}
a:hover {
	color: #ec6d71;
	font-size: 13px;
}
a:visited {
	color: #c53d43;
	font-size: 13px;
}
a img {
	border-width: 0;
	transition: all .5s;
}
a img:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
p {
	margin: 18px 0 18px 0;
	line-height: 180%;
	letter-spacing: 1px;
}
hr {
	border-width: 1px 0 0 0;
	border-top: 1px dotted #ccc;
}
span[size="2"] {
	font-size: 12px
}
span[size="3"] {
	font-size: 14px
}

img[src*="credit-campaign"] {
	display: none;
}

.right {
	float:right;
	margin:0 0 10px 10px !important;
	padding:0 !important;
}

.left {
	float:left;
	margin:0 10px 10px 0 !important;
	padding:0 !important;
}

.center {
	text-align: center;
}

.clear { clear:both }

.kakomi {
	background:#ffeeee; 
	padding:10px; 
	border:1px solid #ff0000; 
	border-radius:5px;
}

.font-L {
	font-size: 2em !important;
}

.font-LL {
	font-size: 3em !important;
}

/*---------- メイン ----------*/

#main {
	width: 900px;
	margin: auto;
	padding: 0;
	text-align: center;
	border-right: solid 1px #f5b1aa;
	border-left: solid 1px #f5b1aa;
	background-color: #ffffff;
}
/*---------- ヘッダー ----------*/

#header {
	margin: 0 auto 0 auto;
	padding: 8px 0 4px 0;
	width: 900px;
	text-align: center;
	background-image: url(img/header.jpg);
	background-repeat: repeat-x;
	position: relative;
}
#header h1 {
	margin: 0;
	padding: 2px 0 0 5px;
	font-weight: normal;
	text-align: left;
	font-size: 10px;
	color: #FF6666;
	position: absolute;
	top: 3px;
	left: 6px;
}
#header h2 {
	margin: 0;
	padding: 15px 0 0 20px;
	text-align: left;
	font-size: 20px;
	color: #444444;
	letter-spacing: 1px;
}
#header p {
	margin: 0;
	padding: 4px 0 0 10px;
	text-align: left;
	font-size: 13px;
	color: #444444;
	letter-spacing: 1px;
}
#table-left {
	text-align: left;
	font-size: 13px;
	color: #444444;
	line-height: 150%;
	text-decoration: none;
}
#table-left a {
	font-size: 20px;
	color: #666666;
	text-decoration: none;
}
#table-left a:hover {
	font-size: 20px;
	color: #888888;
	text-decoration: none;
}
#table-right {
	text-align: right;
	margin: 0;
	padding: 0 12px 2px 0;
	font-size: 16px;
	color: #c9171e;
	line-height: 190%;
	text-decoration: none;
}
#table-right a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#table-right a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#header-menu {
	width: 900px;
	margin: 0;
	padding: 0;
	height: 45px;
	text-align: left;
	border-bottom: solid 2px #cccccc;
	background-image: url(img/head_menu_back_base.gif);
	background-repeat: repeat-x;
}
#header-menu ul {
	width: 900px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(img/head_menu_back_base.gif);
	background-repeat: repeat-x;
	display: flex;
}
#header-menu li {
	display: inline;
	list-style-type: none;
	float: left;
	color: #ffffff;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
#header-menu li a {
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	color: #715236;
	background-image: url(img/head_menu_back_abase.gif);
	text-align: center;
	display: block;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f5b1aa;
	text-decoration: none;
	padding: 16px 28px 17px 28px;
	text-shadow: 0 0 4px rgba(255,255,255,0.9);
}
#header-menu li a:hover {
	color: #fffffc;
	background-image: url(img/head_menu_back_hover.gif);
}
/*
#header-menu #home a {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #f5b1aa;
  padding: 14px 28px 11px 28px;
}
*/

#header-img {
	width: 100%;
	margin: 2px 0 0 0;
	text-align: center;
	background: url(img/head_img_bg.gif);
	background-repeat: repeat-x;
}
#header-img-slim {
	width: 100%;
	margin: 2px 0 0 0;
	text-align: center;
	background: url(img/head_img_bg.gif);
	background-repeat: repeat-x;
}
/*---------- コンテンツ ----------*/

#container {
	width: 885px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding: 7px 10px 6px 5px;
	background: #ffffff url(img/side_yback.jpg);
	background-repeat: repeat-y;
	clear:both;
}
/*---------- メインコンテンツ ----------*/

#contents {
	float: right;
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 13px;
	width: 640px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 180%;
}
#contents #pannavi {
	margin: 0 0 5px 0;
	padding: 0 0 8px 0;
	font-size: 12px;
}
#contents #twitter-widget-0 {
	margin: 0 auto;
	width: 100% !important;
}
#contents h2 {
	margin: 0 0 7px 0;
	padding: 11px 0 11px 13px;
	font-size: 14px;
	color: #514236;
	/*
		height: 31px;
background-image: url(img/titlebar.gif);
	background-repeat: no-repeat;
	*/
	border-radius:3px;
	
	box-shadow: rgba(90, 90, 90, 0.1) 0px 0px 3px 1px;
	-webkit-box-shadow: rgba(90, 90, 90, 0.1) 0px 0px 3px 1px;
	-moz-box-shadow: rgba(90, 90, 90, 0.1) 0px 0px 3px 1px;
	
	background: #ffe6e5; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe6e5 0%, #fff6f4 46%, #fcdbdb 93%, #f02f17 97%, #f02f17 99%, #e73827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe6e5), color-stop(46%, #fff6f4), color-stop(93%, #fcdbdb), color-stop(97%, #f02f17), color-stop(99%, #f02f17), color-stop(100%, #e73827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffe6e5 0%, #fff6f4 46%, #fcdbdb 93%, #f02f17 97%, #f02f17 99%, #e73827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffe6e5 0%, #fff6f4 46%, #fcdbdb 93%, #f02f17 97%, #f02f17 99%, #e73827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffe6e5 0%, #fff6f4 46%, #fcdbdb 93%, #f02f17 97%, #f02f17 99%, #e73827 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffe6e5 0%, #fff6f4 46%, #fcdbdb 93%, #f02f17 97%, #f02f17 99%, #e73827 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e5', endColorstr='#e73827', GradientType=0 ); /* IE6-9 */
}
#contents h2.page_title {
	height: 31px;
	margin: 0 0 7px 0;
	padding: 9px 0 0 34px;
	font-size: 14px;
	color: #716246;
	background-image: url(img/h3midashi.gif);
	background-repeat: no-repeat;
}
#contents h3 {
	margin: 0 0 7px 0;
	padding: 9px 0 9px 10px;
	font-size: 14px;
	color: #716246;
	color: #fff9f9;
	border-radius: 5px;
	/*
		height: 31px;
background-image: url(img/h3midashi.gif);
	background-repeat: no-repeat;
	*/

	box-shadow: rgba(90, 90, 90, 0.1) 0px 0px 3px 1px;
	-webkit-box-shadow: rgba(90, 90, 90, 0.1) 0px 0px 3px 1px;
	-moz-box-shadow: rgba(90, 90, 90, 0.1) 0px 0px 3px 1px;
	
	background: #f85032; /* Old browsers */
	background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 ); /* IE6-9 */
}
#contents h4 {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	/*
	background-color: #999999;
	background: url(img/h4.png);
	background-repeat: no-repeat;
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 7px 25px;
	*/
	padding: 7px 0 7px 12px;
	border-radius: 5px;
	
	box-shadow: rgba(90, 90, 90, 0.05) 0px 0px 6px 1px;
	-webkit-box-shadow: rgba(90, 90, 90, 0.05) 0px 0px 6px 1px;
	-moz-box-shadow: rgba(90, 90, 90, 0.05) 0px 0px 6px 1px;
	
	background: #e0f3fa; /* Old browsers */
	background: -moz-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #dbeefc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0f3fa), color-stop(50%, #d8f0fc), color-stop(51%, #b8e2f6), color-stop(100%, #dbeefc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #dbeefc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #dbeefc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #dbeefc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #dbeefc 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#dbeefc', GradientType=0 ); /* IE6-9 */
}
#contents p {
	margin: 18px 0 18px 0;
	padding: 0 3px 0 3px;
	line-height: 190%;
	font-size: 13px;
}
#contents a {
	color: #c53d43;
	font-size: 13px;
}
#contents a:hover {
	color: #ec6d71;
	font-size: 13px;
}
#contents .gray_bg {
	margin: 18px 2px 18px 2px;
	padding: 2px 8px 2px 18px;
	line-height: 180%;
	letter-spacing: 1px;
	font-size: 13px;
	border-top: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	background-color: #eeeeee;
}
.red {
	color: #e60033;
}
#contents span.red_b {
	color: #e60033;
	font-weight: bold;
}
#contents span.blue {
	color: #ec6d71;
}
#contents span.pink {
	color: #c53d43;
}
#contents span.brown {
	color: #993300;
}
#contents span.brown_b {
	color: #993300;
	font-weight: bold;
}
#contents span.green {
	color: #00ae4f;
}
#contents img.head_photo {
	margin: 0 0 10px 0;
}
#contents img.photo {
	float: left;
	margin: 10px 20px 0 0;
}
#contents img.picture {
	margin: 0 10px 10px 0;
	float: left;
}
#contents img.picture_r {
	margin: 0 5px 10px 10px;
	float: right;
}
#contents p.photo {
	margin: 0 0 20px 0;
	padding: 0;
}
#contents p.back {
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
}
/* new 更新情報
-----------------------------------------------------*/

#contents .new {
	height: 180px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
}
#contents .new li {
	border-bottom: #CCCCCC dotted 2px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 10px 0px;
}
table#t01 {
	border: solid 1px #cccccc;
	border-collapse: collapse;
}
td#t01 {
	border: solid 1px #cccccc;
	border-collapse: collapse;
}
td#head {
	padding: 9px 6px 6px 15px;
	border: solid 1px #cccccc;
	border-collapse: collapse;
	background-image: url(img/main_block_bg.gif);
}
table.table_line {
	border-collapse: collapse;
	border: solid 1px #999999;
}
td.table_line {
	border-collapse: collapse;
	border: solid 1px #999999;
	padding : 8px 14px 8px 14px;
}
/*---------- メニュー ----------*/

#menu {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 220px;
	text-align: left;
	letter-spacing: 1px;
}
#menu #cart {
	margin: 5px 0;
	padding: 5px;
	border: 2px solid #F00;
	background: #fff;
	font-size: 9px;
	text-align: center;
}
#menu #cart form {
	font-size: 12px;
}
#menu #cart .cart_title {
	background: #f00;
	padding: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#menu #cart .cart_item {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#menu #cart .cart_item .price {
	color: #000;
	font-weight: bold;
}
#menu #cart .total {
	color: #F00;
	font-weight: bold;
	font-size: 12px;
}
.menulist {
	margin: 0 0 24px 0;
	padding: 5px 2px 0px 5px;
	width: 210px;
	text-align: left;
}
.menulist h2 {
	height: 23px;
	margin: 0;
	padding: 9px 0 4px 14px;
	font-size: 13px;
	color: #fffffc;
	background-image: url(img/sidebar.gif);
	background-repeat: no-repeat;
	text-shadow: 0 0px 3px #781D1F;
}
.menulist a {
	color: #c53d43;
	display: block;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	padding: 8px 4px 3px 30px;
	font-size: 13px;
	line-height: 190%;
	text-decoration: none;
	background:#fff url(/img/bg_sidemenu.png) left center no-repeat;
	letter-spacing: -0.02em;
}
.menulist a:hover {
	color: #ec6d71;
	background-image: url(/img/bg_sidemenu_hover.png);
	background-repeat: no-repeat;
	color: #F00;
}

.menulist a[href='reduce.php'] {
	display:none;
}
.menu_free {
	margin: 0 0 20px 5px;
	padding: 0;
	width: 210px;
	text-align: left;
	background-image: url(img/menu_back.gif);
}
.menu_free #mobileURL {
	background : #f0ffff;
	padding : 10px;
	/* border-radius */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/* box-shadow */
	box-shadow: rgba(113, 135, 164, 0.4) 0px 0px 6px 3px;
	-webkit-box-shadow: rgba(113, 135, 164, 0.4) 0px 0px 6px 3px;
	-moz-box-shadow: rgba(113, 135, 164, 0.4) 0px 0px 6px 3px;
}
.menu_free h2 {
	height: 23px;
	margin: 0;
	padding: 9px 0 4px 14px;
	font-size: 13px;
	color: #fffffc;
	background-image: url(img/sidebar.gif);
	background-repeat: no-repeat;
	text-shadow: 0 0px 3px #781D1F;
}
.menu_free a {
	color: #c53d43;
	width: 198px;
	padding: 6px 0 5px 0;
	font-size: 13px;
}
.menu_free a:hover {
	color: #ec6d71;
}
.menu_free p {
	margin: 0;
	padding: 8px 8px 14px 8px;
	font-size: 13px;
	line-height: 180%;
}
.menu_free span.brown_b {
	color: #993300;
	font-weight: bold;
}

.menu_free img[src*=kureka1] {
	display: none;
}



/* ======== 商品枠 ======== */
.prd_to_cart {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #EB84DE;
	background: #FFFcFc;
	line-height: 140%;
	position: relative;
	border-radius: 5px;
	text-align: left;
}
.prd_to_cart .prd_to_cart_title {
	color: #DA2528;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #D99FA0;
}
.prd_to_cart .btn_to_cart {
	display: block;
	position: absolute;
	right: 10px;
	top: 80px;
}
.prd_to_cart .disp_price {
	font-size: 9px;
}
.prd_to_cart .prd_to_cart_price {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.prd_to_cart .prd_to_cart_text {
}
.prd_to_cart div.prd_to_cart_q {
	position: absolute;
	right: 10px;
	top: 50px;
}
/*---------- フッター ----------*/

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 22px 0 19px 0;
	text-align: center;
	font-size: 12px;
	color: #333333;
	line-height: 180%;
	border-top: solid 3px;
	border-top-color: #f5b1aa;
	background-image: url(img/footer_back.gif);
}
#footer a {
	color: #c53d43;
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover {
	color: #ec6d71;
	text-decoration: none;
}
