@charset "UTF-8";

/* =================================================================
2.base
=================================================================*/

/*  padding/margin
-------------------------------------------------------------*/
.m0 {
	margin: 0;
}

.mT0 {
	margin-top: 0;
}

.mB0 {
	margin-bottom: 0;
}

.mR0 {
	margin-right: 0;
}

.mL0 {
	margin-left: 0;
}

.mT10 {
	margin-top: 10px;
}

.mB10 {
	margin-bottom: 10px;
}

.mR10 {
	margin-right: 10px;
}

.mL10 {
	margin-left: 10px;
}

.mT20 {
	margin-top: 20px;
}

.mB20 {
	margin-bottom: 20px;
}

.mR15 {
	margin-right: 15px;
}

.mR20 {
	margin-right: 20px;
}

.mL20 {
	margin-left: 20px;
}

.mT30 {
	margin-top: 30px;
}

.mB30 {
	margin-bottom: 30px;
}

.mR30 {
	margin-right: 30px;
}

.mL30 {
	margin-left: 30px;
}

.mT40 {
	margin-top: 40px;
}

.mB40 {
	margin-bottom: 40px;
}

.mR40 {
	margin-right: 40px;
}

.mL40 {
	margin-left: 40px;
}

.mT50 {
	margin-top: 50px;
}

.mB50 {
	margin-bottom: 50px;
}

.mR50 {
	margin-right: 50px;
}

.mL50 {
	margin-left: 50px;
}

/*------------------------------*/
.p0 {
	padding: 0;
}

.pT0 {
	padding-top: 0;
}

.pB0 {
	padding-bottom: 0;
}

.pR0 {
	padding-right: 0;
}

.pL0 {
	padding-left: 0;
}

.pT10 {
	padding-top: 10px;
}

.pB10 {
	padding-bottom: 10px;
}

.pR10 {
	padding-right: 10px;
}

.pL10 {
	padding-left: 10px;
}

.pT20 {
	padding-top: 20px;
}

.pB20 {
	padding-bottom: 20px;
}

.pR20 {
	padding-right: 20px;
}

.pL20 {
	padding-left: 20px;
}

.pT30 {
	padding-top: 30px;
}

.pB30 {
	padding-bottom: 30px;
}

.pR30 {
	padding-right: 30px;
}

.pL30 {
	padding-left: 30px;
}

.pT40 {
	padding-top: 40px;
}

.pB40 {
	padding-bottom: 40px;
}

.pR40 {
	padding-right: 40px;
}

.pL40 {
	padding-left: 40px;
}

.pT50 {
	padding-top: 50px;
}

.pB50 {
	padding-bottom: 50px;
}

.pR50 {
	padding-right: 50px;
}

.pL50 {
	padding-left: 50px;
}

/*  clear
-------------------------------------------------------------*/
.clear {
	clear: both;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*  左・右寄せ
-------------------------------------------------------------*/
.fL {
	float: left;
}

.fR {
	float: right;
}

.txC {
	text-align: center;
}

.txR {
	text-align: right;
}

/*  基本のlink color
-------------------------------------------------------------*/
/* a:link{color:#333;}
a:visited{color:#333;}
a:hover {text-decoration:none;}
a:active{ color:#333;}

a.hoveropacity:hover,
a.hoveropacity:hover img,
input.hoveropacity:hover {opacity:0.75; filter: alpha(opacity=75);} */


/* =================================================================
3.コンテナ・サイドバー・メインコンテンツ
使用ファイル：すべてのファイル
=================================================================*/

/* container - サイドバー・メインコンテンツを格納するコンテナ
-------------------------------------------------------------*/
#container {
	width: 100%;
	/* padding: 0 0 107px 0; */
	padding: 0;
	background: #fbfbfb url(/img/usr/freepage/itemimage/container_bg_t.gif) repeat-x;
	margin: auto;
	color: #333;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	word-wrap: break-word;
}

#containerInner {
	margin: 0 auto;
	width: 980px;
}

.pane-contents div.block-topic-path {
	margin: 0 0 0;
}

/*****20140307.maeda追加*****/

/* sidebar - コンテナ内サイドバー
-------------------------------------------------------------*/
#sidebar {
	position: relative;
	float: left;
	width: 220px;
	z-index: 100;
}

/* main - コンテナ内メインコンテンツ　20140307.maeda変更有
-------------------------------------------------------------*/
/* #main{ position:relative; float:right; width:720px; } */

#main {
	width: 720px;
	margin: 0 auto;
}

#main h2 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

#main p {
	font-size: 87.5%;
	line-height: 150%;
}

#main table {
	width: 700px;
	margin: 10px 0;
	font-size: 87.5%;
	border: 1px solid #CCC;
	line-height: 160%;
}

#main th {
	border: 1px solid #d9d8d8;
	border-right: none;
	background: #a4a6ab;
	vertical-align: top;
	font-weight: normal;
	color: #fff;
}

#main th.title {
	width: 160px;
	text-align: left;
}

#main th.address {
	width: 150px;
}

#main td {
	border: 1px solid #d9d8d8;
	border-left: none;
	vertical-align: middle;
	background: #f5f4f4;
}

#main .buttonarea {
	padding-top: 20px;
	text-align: center;
}

#main .buttonarea a {
	padding: 0 10px;
}

#main .buttonareaFR {
	margin: 0 20px;
	float: right;
}

#main .buttonareaFR:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* clearfix */
#main .action {
	border-top: #96938a 1px dotted;
	border-bottom: #96938a 1px dotted;
	padding: 2px 0;
	text-align: center;
}

#main .action .inner {
	padding: 18px 0 11px;
	background: #f5f2e9;
}

#main .hissu {
	color: #ea5b7a;
}

/* form - フォーム
-------------------------------------------------------------*/
#main input[type="text"],
#main input[type="password"],
#main textarea {
	padding: 4px 3px;
	border: #c9c9c9 1px solid;
	border-radius: 2px;
	font-size: 13px;
}

#main select {
	font-size: 14px;
	-webkit-appearance: menulist-button;
}

/* no-sidebar - サイドバー無し
-------------------------------------------------------------*/
#main.no-sidebar {
	float: none !important;
	width: 980px !important;
}

#main.no-sidebar .island {
	border: #d9d8d8 1px solid;
	padding: 39px 39px;
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

#main.no-sidebar #cartIndex table,
#main.no-sidebar #cartFlow table,
#main.no-sidebar #itemList table {
	width: 900px !important;
}

#main.no-sidebar #cartIndex th,
#main.no-sidebar #cartFlow th,
#main.no-sidebar #itemList th {
	padding: 20px;
}

#main.no-sidebar #cartIndex th.title,
#main.no-sidebar #cartFlow th.title,
#main.no-sidebar #itemList th.title {
	width: 200px;
	vertical-align: middle;
}

#main.no-sidebar #cartIndex td,
#main.no-sidebar #cartFlow td,
#main.no-sidebar #itemList td {
	padding: 20px 30px;
}

/* sectionBox - セクションボックス
-------------------------------------------------------------*/
#main .sectionBox {
	border-top: #ea5b7a 4px solid;
	background: #fff;
}

#main .sectionBox>.inner {
	border: #d9d8d8 1px solid;
	border-top: none;
}

#main .sectionBox .head {
	border-bottom: #e4e4e4 1px solid;
}

/* breadcrumbs - パンくず
-------------------------------------------------------------*/
#breadcrumbs {
	padding: 24px 0 17px 260px;
	font-size: 62.5%;
}

/* displaynone - 非表示
-------------------------------------------------------------*/
.displaynone {
	display: none;
}


/* =================================================================
6.extファイル用
使用ファイル：ext/company.html
　　　　　　　ext/tokushou.html
　　　　　　　ext/guide.html
=================================================================*/

#ext h2 {
	display: block;
	height: 25px;
	padding: 3px 10px 3px 25px;
	background: url(/img/usr/freepage/itemimage/title_bg.gif) no-repeat;
	font-size: 85%;
}

#ext h3 {
	display: block;
	margin: 30px 20px 10px 10px;
	padding: 5px;
	border-bottom: #DDD 1px solid;
	border-left: #960 6px solid;
	font-size: 80%;
}

#ext th {
	text-align: left;
}

#ext ul {
	padding-bottom: 10px;
}

#ext li {
	list-style: disc;
	margin: 5px 40px;
	font-size: 80%;
}


/* =================================================================
11.商品詳細・一覧、プレゼント詳細・一覧
使用ファイル：item_list$detail.xhtml, item_list$image.xhtml
　　　　　　　item_list$simple.xhtml, item_detail.xhtml
　　　　　　　present_list.xhtml, present_detail.xhtml
=================================================================*/

/* categoryImg - カテゴリー毎のイメージ
-------------------------------------------------------------*/
#categoryImg {
	padding: 0 0 36px 0;
}

/* itemList - 商品一覧
-------------------------------------------------------------*/
#itemList {}

#itemList h2 {
	display: block;
	padding: 22px 10px 0 44px;
	background: url(/img/usr/freepage/itemimage/mkr_h2.gif) no-repeat 12px -4px;
	font-weight: bold;
	font-size: 21px;
	z-index: 2;
	margin-bottom: 22px;
	border-bottom: none;
}

#itemList .categoryInfo {
	padding: 0 30px 0 45px;
	font-size: 13px;
}

#itemList .backAllergy {
	padding: 10px 0 0 29px;
}

#itemList .backAllergy img {
	display: block;
}

#itemList .list {
	margin: 10px 0 0 0;
	border-top: #d9d8d8 1px solid;
	padding: 35px 29px 36px;
}

#itemList .list h3 {
	margin: 0 0 20px 0;
	border-bottom: #afafaf 1px solid;
	font-weight: normal;
	font-size: 18px;
}


#itemList .itemExist {
	border-top: #afafaf 1px dotted;
	border-bottom: #afafaf 1px dotted;
	padding: 3px 0;
}

#itemList .itemExist>.inner {
	padding: 15px 15px;
	background: #f5f2e9;
}

#itemList .itemExist .pageguide {
	float: left;
	padding: 3px 0 0 0;
	width: 320px;
	font-weight: bold;
	font-size: 12px;
}

#itemList .itemExist .rearrange {
	float: right;
	width: 310px;
	font-size: 12px;
	text-align: right;
}

#itemList .pagelink {
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

#itemList .pagelink.last-child {
	border-top: #afafaf 1px dotted;
	padding-bottom: 35px;
}

#itemList .pagelink.last-child .backAllergy {
	float: left;
	padding: 0;
}

#itemList .pagelink.last-child .pagelink {
	float: right;
}

#itemListResult {
	width: 661px;
	overflow: hidden;
}

#itemListResult ul {
	position: relative;
	margin: -25px 0 -1px -23px;
}

#itemListResult ul li.box {
	float: left;
	padding: 40px 0 30px 23px;
	margin: 0 0 0 1px;
	width: 147px;
	border-bottom: #afafaf 1px dotted;
}

#itemListResult ul li.box .img img {
	display: block;
	border: #dbdce0 1px solid;
	width: 145px;
	height: 174px;
}

#itemListResult ul li.box .img a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#itemListResult ul li.box .itemname {
	padding: 5px 0 0 0;
	font-size: 12px;
}

/* featureList - 特集記事
-------------------------------------------------------------*/
#featureList {}

#featureList h3 {
	border-bottom: #afafaf 1px solid;
	font-size: 18px;
}

#featureList ul {}

#featureList ul li {
	border-right: #afafaf 1px dotted;
	padding: 0 11px 0 11px;
	width: 200px;
}

#featureList .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
}

#featureList .bx-wrapper .bx-controls-direction a {
	display: block;
	overflow: hidden;
	top: 0;
	margin: 0;
	padding: 74px 0 0 0;
	width: 14px;
	height: 0;
	z-index: 99;
}

#featureList .bx-wrapper .bx-prev {
	left: -15px;
	background: url(/img/usr/freepage/itemimage/feature_bx_btn_prev.gif) no-repeat;
}

#featureList .bx-wrapper .bx-next {
	right: -15px;
	background: url(/img/usr/freepage/itemimage/feature_bx_btn_next.gif) no-repeat;
}

/* campaignList - キャンペーン情報 ***mpc変更　2014.03.13
-------------------------------------------------------------*/
#campaignList {}

#campaignList h3 {
	padding: 15px 32px 10px;
	font-weight: normal;
	font-size: 16px;
}

#campaignList ul {
	padding: 29px 0 29px 20px;
}

#campaignList ul li {
	float: left;
	font-size: 0;
	line-height: 1;
	margin: 0 15px 20px 0;
	border: solid 1px #CCC;
}

#campaignList ul li a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}


/* category_html - カテゴリHTML
-------------------------------------------------------------*/
#category_html {
	margin-bottom: 20px;
}

#category_html img {
	display: block;
	margin-bottom: 10px;
}

/* itemListCategory - カテゴリ
-------------------------------------------------------------*/
#itemListCategory {
	margin-bottom: 20px;
}

#itemListCategory ul {
	display: block;
	zoom: 1;
	width: 748px;
	border: #CCC 1px solid;
	background: #F5F5F5;
}

#itemListCategory ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* clearfix */
#itemListCategory li {
	display: inline;
	float: left;
}

#itemListCategory .select {
	background: url("/img/usr/freepage/itemimage/marker_on.gif") 7px 10px no-repeat #C00;
	color: #FFF;
	text-decoration: none;
}

#itemListCategory li a {
	display: block;
	padding: 5px;
	background: url("/img/usr/freepage/itemimage/marker.gif") 7px 10px no-repeat;
	color: #333;
	font-size: 80%;
	text-decoration: none;
	text-indent: 15px;
	white-space: nowrap;
}

#itemListCategory li a:link {
	display: block;
}

#itemListCategory li a:hover {
	background: url("/img/usr/freepage/itemimage/marker.gif") 7px 10px no-repeat #CCC;
	color: #FFF;
	text-decoration: underline;
}

#itemListCategory #sub ul {
	display: block;
	width: 748px;
	border: #CCC 1px solid;
	border-top: none;
	background: #FFF;
}

#itemListCategory #sub ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* clearfix */
#itemListCategory #sub li {
	display: inline;
	float: left;
}

#itemListCategory #sub .select {
	background: url("/img/usr/freepage/itemimage/marker_on.gif") 7px 10px no-repeat #CCC;
	color: #FFF;
	text-decoration: none;
}

#itemListCategory #sub li a {
	display: block;
	padding: 5px;
	background: url("/img/usr/freepage/itemimage/marker.gif") 7px 10px no-repeat;
	color: #333;
	font-size: 80%;
	text-decoration: none;
	text-indent: 15px;
}

#itemListCategory #sub li a:link {
	display: block;
}

#itemListCategory #sub li a:hover {
	background: url("/img/usr/freepage/itemimage/marker.gif") 7px 10px no-repeat #CCC;
	color: #FFF;
	text-decoration: underline;
}

/* itemListDetail - 商品詳細一覧・プレゼント一覧
-------------------------------------------------------------*/
#itemListDetail {
	margin-bottom: 20px;
}

#itemListDetail .box {
	zoom: 1;
	margin-top: 10px;
	border: #CCC 1px solid;
}

#itemListDetail .box:hover {
	border: #8CC329 1px solid;
}

#itemListDetail .box:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* clearfix */
#itemListDetail .img {
	float: left;
	width: 120px;
	height: 120px;
	margin: 10px;
}

#itemListDetail .text {
	margin-left: 140px;
}

#itemListDetail h3 {
	display: block;
	margin: 10px 10px 0 0;
	font-size: 95%;
}

#itemListDetail .appeal {
	display: block;
	margin: 0;
	color: #F60;
	font-size: 70%;
}

#itemListDetail .price {
	display: block;
	margin: 0;
	color: #C00;
}

#itemListDetail .price .teika {
	font-weight: bold;
	font-size: 110%;
}

#itemListDetail .price .other {
	font-size: 90%;
}

#itemListDetail .explanation1 {
	display: block;
	margin: 5px 10px 0 0;
	padding: 5px 0;
	border-top: #CCC 1px solid;
	font-size: 80%;
	line-height: 120%;
}

#itemListDetail .button {
	display: block;
	margin: 5px 10px 5px 0;
	padding-top: 10px;
	border-top: #CCC 1px solid;
	text-align: right;
}

#itemListDetail .property {
	display: inline;
	margin: 0;
	color: #AAA;
	font-size: 75%;
}

/* itemListSimple - 商品簡易一覧
-------------------------------------------------------------*/
#itemListSimple {
	margin-bottom: 20px;
}

#itemListSimple .box {
	zoom: 1;
	margin-top: 10px;
	border: #CCC 1px solid;
}

#itemListSimple .box:hover {
	border: #8CC329 1px solid;
}

#itemListSimple .box:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* clearfix */
#itemListSimple h3 {
	display: block;
	margin: 10px 10px 0 10px;
	font-size: 95%;
}

#itemListSimple .appeal {
	display: block;
	margin: 0 0 0 10px;
	color: #F60;
	font-size: 70%;
}

#itemListSimple .price {
	display: block;
	margin: 0 0 0 10px;
	color: #C00;
}

#itemListSimple .price .teika {
	font-weight: bold;
	font-size: 110%;
}

#itemListSimple .price .other {
	font-size: 90%;
}

#itemListSimple .explanation1 {
	display: block;
	margin: 5px 10px 0;
	padding: 5px 0;
	border-top: #CCC 1px solid;
	font-size: 80%;
	line-height: 120%;
}

#itemListSimple .button {
	display: block;
	margin: 5px 10px;
	padding-top: 10px;
	border-top: #CCC 1px solid;
	text-align: right;
}

#itemListSimple .property {
	display: inline;
	margin: 0;
	color: #AAA;
	font-size: 75%;
}

/* itemListImage - 商品画像一覧
-------------------------------------------------------------*/
#itemListImage {
	margin-bottom: 20px;
}

#itemListImage:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* clearfix */
#itemListImage .box {
	float: left;
	margin-top: 10px;
	width: 235px;
	margin-right: 10px;
	border: #CCC 1px solid;
}

#itemListImage .box:hover {
	border: #8CC329 1px solid;
}

#itemListImage .text {
	float: left;
	width: 95px;
}

#itemListImage h3 {
	display: block;
	margin: 5px 10px 0 0;
	font-size: 14px;
	line-height: 120%;
}

#itemListImage .icon {
	display: block;
	margin: 10px 7px 0 0;
	line-height: 120%;
}

#itemListImage .button {
	display: block;
	clear: both;
	margin: 5px 0;
	text-align: center;
}

#itemListImage .img {
	display: inline;
	float: left;
	margin: 10px 6px 10px 10px;
}

/* itemDetail - 商品詳細・プレゼント詳細
-------------------------------------------------------------*/
#itemDetail {
	margin-bottom: 20px;
}

#itemDetail h2 {
	border-top: #ea5b7a 4px solid;
	background: #fff url(/img/usr/freepage/itemimage/mkr_h2.gif) no-repeat 12px -4px;
	z-index: 2;
}

#itemDetail h2 strong {
	display: block;
	border-right: #d9d8d8 1px solid;
	border-left: #d9d8d8 1px solid;
	padding: 22px 10px 19px 44px;
	font-weight: bold;
	font-size: 21px;
}

#itemDetail .box {
	border: #d9d8d8 1px solid;
	padding: 39px 0;
	background: #fff;
}

/* 商品画像 */
#itemDetail .box .iconarea {
	float: left;
	padding: 0 0 0 39px;
	width: 307px;
}

#itemDetail .box #itemImg {
	position: relative;
}

#itemDetail .box #itemImg span.ico {
	position: absolute;
	left: 215px;
	top: 26px;
	width: 64px;
}

#itemDetail .box #itemImg img {
	display: block;
}

#itemDetail .box #itemImg #itemImgBig img {
	border: #dbdce0 1px solid;
	width: 305px;
	height: 366px;
}

#itemDetail .box #itemImg #itemImgOther {
	padding: 10px 0 0 0;
}

#itemDetail .box #itemImg #itemImgOther li {
	float: left;
	width: 97px;
	cursor: pointer;
}

#itemDetail .box #itemImg #itemImgOther li+li {
	padding: 0 0 0 8px;
}

#itemDetail .box #itemImg #itemImgOther img {
	border: #dbdce0 1px solid;
	width: 95px;
	height: 114px;
}

/* テキストエリア */
#itemDetail .box .text {
	float: right;
	padding: 0 39px 0 0;
	width: 305px;
}

#itemDetail .box .text .appeal {
	padding: 0 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.37;
}

#itemDetail .box .text .cartcontent {
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
	background: #f5f2e9;
}

#itemDetail .box .text .cartcontent h3 {
	margin: 0 0 7px 0;
	padding: 8px 0 6px 0;
	background: #828282;
	color: #fff;
	font-weight: normal;
	font-size: 81.25%;
	text-align: center;
}

#itemDetail .box .text .cartcontent dl {
	display: table;
	margin: 0 auto;
	padding: 15px 0;
	border-bottom: #96938a 1px dotted;
	width: 263px;
}

#itemDetail .box .text .cartcontent dl dt {
	display: table-cell;
	padding: 0 0 0 4px;
	font-size: 75%;
	vertical-align: middle;
}

#itemDetail .box .text .cartcontent dl dt span.radio {
	display: block;
	float: left;
	width: 15px;
}

#itemDetail .box .text .cartcontent dl dt span.txt {
	display: block;
	float: left;
	width: 140px;
}

#itemDetail .box .text .cartcontent dl dd {
	display: table-cell;
	padding: 0 4px 0 0;
	font-weight: bold;
	font-size: 87.5%;
	line-height: 1;
	text-align: right;
	vertical-align: middle;
}

#itemDetail .box .text .cartcontent dl dd span.discount {
	color: #cd0000;
}

#itemDetail .box .text .cartcontent dl dd span.discount span.regular {
	color: #333;
	font-weight: normal;
	font-size: 75%;
}

#itemDetail .box .text .cartcontent dl.lot {
	border-bottom: none;
}

#itemDetail .box .text .cartcontent dl.lot dt {
	padding-left: 23px;
}

#itemDetail .box .text .cartcontent dl.lot dd {}

#itemDetail .box .text .cartcontent .btn {
	padding: 8px 0 0 0;
	text-align: center;
}

#itemDetail .box .text .cartcontent .btn input,
#itemDetail .box .text .cartcontent .btn img {
	display: block;
	margin: 0 auto;
}

#itemDetail .box .text .aside {
	margin: 1px 0 0 0;
	padding: 0 0 20px 0;
	background: #f8f8f8;
}

#itemDetail .box .text .aside ul {
	margin: 0 auto;
	padding: 14px 0 0 0;
	width: 255px;
}

#itemDetail .box .text .aside ul li {
	padding: 1px 0 0 0;
	font-size: 0;
	line-height: 1;
}

#itemDetail .box .text .aside ul li img {
	display: block;
}

#itemDetail .box .text .aside .return {
	padding: 10px 25px 0;
}

#itemDetail .box .text .aside .return a {
	padding: 0 0 0 10px;
	background: url(/img/usr/freepage/itemimage/arw_r_01.gif) no-repeat 0 50%;
	font-size: 75%;
}

#itemDetail .box .text .aside .return span {
	display: block;
	font-size: 62.5%;
	line-height: 1.4;
}

/* 商品詳細（テーブル） */
#itemDetail .box .itemInfo {
	clear: both;
	padding: 20px 0 0 0;
}

#itemDetail .box .itemInfo table {
	margin: 0 auto;
	width: 640px;
	font-size: 75%;
}

#itemDetail .box .itemInfo table tr {}

#itemDetail .box .itemInfo table tr th {
	border: none;
	border-bottom: #b4b4b4 1px dotted;
	padding: 20px 20px;
	width: 95px;
	background: #828282;
	text-align: left;
	vertical-align: middle;
}

#itemDetail .box .itemInfo table tr td {
	border: none;
	border-bottom: #b4b4b4 1px dotted;
	border-top: #b4b4b4 1px dotted;
	padding: 20px 15px;
}

/* 商品詳細（アコーディオン） */
.accordionContent {
	margin: 40px auto 0;
	width: 660px;
	border-top: #ea5b7a 3px solid;
}

.accordionContent>.inner {
	border: #e195a6 1px solid;
	border-top: none;
	padding: 2px 2px 1px 2px;
}

.accordionContent h3 {
	display: block;
	margin: 0 0 1px 0;
	padding: 10px 0 10px 0;
	background: #fff0f3;
	color: #ea5b7a;
	font-size: 80%;
	text-align: center;
	cursor: pointer;
}

.accordionContent h3 span {
	padding: 2px 0 2px 25px;
	background: url(/img/usr/freepage/itemimage/btn_accordion_open.gif) no-repeat;
}

.accordionContent h3.js-opened span {
	background-image: url(/img/usr/freepage/itemimage/btn_accordion_close.gif);
}

.accordionContent .accordionContentBody {
	display: none;
	border-bottom: #fff 1px solid;
	background: #f8f8f8;
	font-size: 86%;
}

.accordionContent .accordionContentBody #error table td {
	background: none !important;
}

#itemDetail #itemMoreInfo .accordionContentBody {
	padding: 20px 20px;
}

/* accordionContentBody_tama - アコーディオンしない
-------------------------------------------------------------*/
/* 商品詳細（アコーディオン） */
.accordionContent_tama {
	margin: 40px auto 0;
	width: 660px;
	border-top: #ea5b7a 3px solid;
}

.accordionContent_tama>.inner {
	border: #e195a6 1px solid;
	border-top: none;
	padding: 2px 2px 1px 2px;
}

.accordionContent_tama h3 {
	display: block;
	margin: 0 0 1px 0;
	padding: 10px 0 10px 0;
	background: #fff0f3;
	color: #ea5b7a;
	font-size: 80%;
	text-align: center;
}

.accordionContent_tama h3 span {
	padding: 2px 0 2px 25px;
	background: url(/img/usr/freepage/itemimage/btn_accordion_open.gif) no-repeat;
}

.accordionContent_tama h3.js-opened span {
	background-image: url(/img/usr/freepage/itemimage/btn_accordion_close.gif);
}

.accordionContent_tama .accordionContentBody_tama {
	border-bottom: #fff 1px solid;
	background: #f8f8f8;
	font-size: 86%;
}

.accordionContent_tama .accordionContentBody_tama #error table td {
	background: none !important;
}

#itemDetail #itemMoreInfo .accordionContentBody_tama {
	padding: 20px 20px;
}

/* itemListRecommend - おすすめ商品
-------------------------------------------------------------*/
#itemListRecommend {}

#itemListRecommend .inner {
	padding: 0 0 25px 0;
}

#itemListRecommend .head h2 {
	background: url(/img/usr/freepage/itemimage/ico_recommend.gif) no-repeat 32px 48%;
	padding: 14px 32px 15px 65px;
}

#itemListRecommend .box {
	float: left;
	padding: 31px 0 0 20px;
	width: 147px;
}

#itemListRecommend .box .img {
	border: #dbdce0 1px solid;
	width: 145px;
	height: 174px;
}

#itemListRecommend .box .img img {
	display: block;
	vertical-align: bottom;
}

#itemListRecommend .box a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#itemListRecommend .box .text h3 {
	font-weight: normal;
	font-size: 75%;
}

#itemListRecommend .box .text h3 a {
	line-height: 1.416;
}

/* itemListRecommend_tama - 関連商品
-------------------------------------------------------------*/
#itemListRecommend_tama {}

#itemListRecommend_tama .inner {
	padding: 0 0 25px 0;
}

#itemListRecommend_tama .head h2 {
	background: url(/img/usr/freepage/itemimage/ico_recommend_tama.gif) no-repeat 32px 48%;
	padding: 14px 32px 15px 30px;
	margin: 0;
	border-bottom: inherit;
}

#itemListRecommend_tama .box {
	float: left;
	padding: 31px 0 0 20px;
	width: 147px;
	height: 260px;
}

#itemListRecommend_tama .box .img {
	border: #dbdce0 1px solid;
	width: 145px;
	height: 174px;
}

#itemListRecommend_tama .box .img img {
	display: block;
	vertical-align: bottom;
}

#itemListRecommend_tama .box a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#itemListRecommend_tama .box .text h3 {
	font-weight: normal;
	font-size: 75%;
	border-bottom: none;
}

#itemListRecommend_tama .box .text h3 a {
	line-height: 1.416;
}

/* itemListAccesslog - 最近チェックした商品
-------------------------------------------------------------*/
#itemListAccesslog {}

#itemListAccesslog .head {
	padding: 14px 0 15px 0;
}

#itemListAccesslog .head h2 {
	float: left;
	padding: 2px 0 0 65px;
	height: 23px;
	background: url(/img/usr/freepage/itemimage/ico_check.gif) no-repeat 32px 48%;
}

#itemListAccesslog .head p {
	float: right;
	padding: 5px 29px 0 0;
	width: 122px;
}

#itemListAccesslog .head p img {
	display: block;
}

#itemListAccesslog .box {
	position: relative;
	float: left;
	margin: 29px 0 0 28px;
	padding: 0 0 30px 0;
	width: 87px;
}

#itemListAccesslog .box img.img {
	display: block;
	border: #dbdce0 1px solid;
	width: 85px;
	height: 102px;
	z-index: 1;
}

#itemListAccesslog .box .tooltip {
	display: none;
	position: absolute;
	left: 0;
	top: 113px;
	padding: 10px 12px;
	background: #ea5b7a;
	width: 150px;
	border-radius: 3px;
	z-index: 2;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

#itemListAccesslog .box .tooltip:before {
	content: "";
	display: block;
	position: absolute;
	top: -14px;
	padding: 0 0 0 13px;
	height: 14px;
	background: url(/img/usr/freepage/itemimage/mkr_tooltip_log.png) no-repeat;
	font-size: 0;
	line-height: 1;
}

#itemListAccesslog .box .tooltip p {
	padding: 3px 0 0 0;
	color: #fff;
	font-size: 11px;
}


/* =================================================================
18.静的ページテンプレート
使用ファイル：ext/template.xhtml
=================================================================*/

#article {
	padding: 40px 40px;
	background: url(/img/usr/freepage/itemimage/article_bg.gif);
}

#article>.inner {
	border: #e5e5e5 1px solid;
	padding: 59px 59px;
	background: #fff;
}

#article h2 {
	border: none;
}

#article h2 img {
	display: block;
}

#article .section {
	border-bottom: #ddd 1px solid;
	padding: 0 0 30px 0;
}

#article .section h3 {
	padding: 50px 0 0 0;
	border-bottom: #ea5b7a 1px solid;
	color: #ea5b7a;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
}

#article .section h3 span {
	display: inline-block;
	position: relative;
	top: -3px;
	margin: 0 5px 0 0;
	padding: 5px 14px 0 10px;
	height: auto;
	background: #ea5b7a url(/img/usr/freepage/itemimage/article_sect_h_bg.gif) no-repeat right top;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
}

#article .section .txt {
	padding: 30px 0 0 0;
	font-size: 13px;
	line-height: 1.923;
}

#article .section .img {
	padding: 30px 0 1em 0;
}

#article .section .img.right {
	float: right;
	padding-left: 30px;
}

#article .section .img.left {
	float: left;
	padding-right: 30px;
}

#article .section h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
}

#article .section h5 {
	padding: 0 0 0 10px;
	margin: 20px 20px 20px 0;
	border-left: #ea5b7a 8px solid;
	color: #ea5b7a;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
}

#article .item {
	padding: 50px 50px;
	background: #f5f6f8;
}

#article .itemDetail {
	margin-top: 50px;
}

#article .itemDetail .lead {
	color: #ea5b7a;
	font-weight: bold;
	font-size: 20px;
}

#article .itemDetail .txtArea {
	float: right;
	padding: 32px 0 0 0;
	width: 374px;
}

#article .itemDetail .txtArea h4 {
	font-weight: bold;
	font-size: 20px;
}

#article .itemDetail .txtArea .txt {
	padding: 15px 0 0 0;
	font-size: 13px;
	line-height: 1.769;
}

#article .itemDetail .txtArea .btn {
	padding: 20px 0 0 0;
}

#article .itemDetail .txtArea .btn img {
	display: block;
}

#article .itemDetail .imgArea {
	float: left;
	padding: 15px 0 0 0;
	width: 277px;
}

#article .itemDetail .imgArea img {
	border: #dbdada 1px solid;
	width: 275px;
	height: 330px;
}

#article .itemRelation {
	margin-top: 60px;
}

#article .itemRelation h4 {
	border-bottom: #c4c5c6 1px solid;
	font-size: 16px;
}



#article .item3 ul {
	padding: 29px 0 0 0;
}

#article .item3 ul li {
	float: left;
	width: 207px;
}

#article .item3 ul li+li {
	padding: 0 0 0 29px;
}

#article .item3 ul li img,
#article .item3 ul li span {
	display: block;
}

#article .item3 ul li .img img {
	border: #dcdddf 1px solid;
	width: 205px;
	height: 246px;
}

#article .item3 ul li .txt {
	padding: 7px 0 0 0;
	font-size: 13px;
	line-height: 1.53;
}

#article .item3 ul li .btn {
	padding: 15px 0 0 0;
}

#article .item4 ul {
	padding: 24px 0 0 0;
}

#article .item4 ul li {
	float: left;
	width: 148px;
}

#article .item4 ul li+li {
	padding: 0 0 0 29px;
}

#article .item4 ul li img,
#article .item4 ul li span {
	display: block;
}

#article .item4 ul li .img img {
	border: #dcdddf 1px solid;
	width: 145px;
	height: 174px;
}

#article .item4 ul li .txt {
	padding: 7px 0 0 0;
	font-size: 12px;
	line-height: 1.58;
}

#article .item4 ul li .btn {
	padding: 10px 0 0 0;
}

#article .feature {
	margin-top: 50px;
}

#article .feature h3 {
	padding: 2px 0 0 26px;
	height: 23px;
	background: url(/img/usr/freepage/itemimage/ico_check.gif) no-repeat 0 48%;
	color: #ea5b7a;
	font-weight: bold;
	font-size: 16px;
}

#article .feature ul {
	position: relative;
	margin: -3px 0 0 -23px;
}

#article .feature ul li {
	float: left;
	padding: 19px 0 0 22px;
	width: 245px;
}

#article .feature ul li a {
	display: block;
	padding: 0 0 0 17px;
	background: url(/img/usr/freepage/itemimage/feature_list_arw.gif) no-repeat;
}

#article .feature ul li a span {
	display: block;
	padding: 10px 10px 10px 17px;
	border: #dbdce0 1px solid;
	border-left: none;
}

#article .feature ul li img {
	display: block;
}

#article .merit {
	margin-top: 60px;
	padding: 8px 8px;
	background: url(/img/usr/freepage/itemimage/article_merit_bg.gif) no-repeat;
}

#article .merit li {
	float: left;
	font-size: 0;
	line-height: 1;
}

.nav_info {
	background: #eda33d;
	padding: 3px;
	color: #FFF;
	font-size: 10px;
	margin: 0 3px 0 0;
}

/*SNS*/
.fb_iframe_widget>span {
	vertical-align: baseline !important;
}

.snsb {
	overflow: hidden;
	width: 235px;
	margin: 0 auto;
}

.snsb li {
	float: left;
	margin-right: 10px;
}

.snsb iframe {
	margin: 0 !important;
}


/*どうして猫ってかわいいのmaeda追記*/
#logo_lovecat {
	position: absolute;
	left: 15px;
	top: 0;
	width: 190px;
}

#logo_lovecat a {
	display: block;
	overflow: hidden;
	padding: 0 0 0 0;
	height: 0;
}


#logo_lovecat {
	position: absolute;
	left: 15px;
	top: 0;
	width: 190px;
}

#logo_lovecat a {
	display: block;
	overflow: hidden;
	padding: 120px 0 0 0;
	height: 0;
	background: url(/img/usr/freepage/itemimage/header_title.png) no-repeat;
}

.h1_lovecat {
	float: right;
	padding: 15px 0 0 0;
	font-weight: bold;
	font-size: 75%;
	width: 400px !important;
	position: relative !important;
}

.cat4 ul {
	padding: 30px 0 0 0;
}

.cat4 ul li {
	float: left;
	width: 170px;
}

.cat4 ul li+li {
	padding: 0 0 0 20px;
}

.cat4 ul li img,
.cat4 ul li span {
	display: block;
}

.cat4 ul li .img img {
	border: #dcdddf 1px solid;
	width: 170px;
	height: 170px;
}

.cat4 ul li .txt {
	padding: 7px 0 0 0;
	font-size: 12px;
	line-height: 1.58;
}

.cat4 ul li .btn {
	padding: 10px 0 0 0;
}

.lovecat_top {
	font-size: 12px;
}

/************ゴロ研で使用**************************/
#article_no {
	padding: 0;
}

#article_no .colum_menu .food {
	background: #e68a0c;
	padding: 3px;
	color: #FFF;
	margin: 0 5px 0 0;
}

#article_no .colum_menu .life {
	background: #c078c9;
	padding: 3px;
	color: #FFF;
	margin: 0 5px 0 0;
}

#article_no .colum_menu .health {
	background: #82ac4e;
	padding: 3px;
	color: #FFF;
	margin: 0 5px 0 0;
}

#article_no .colum_menu ul {
	padding: 0px 0 0 0;
	margin: 30px 0 0 0;
}

#article_no .colum_menu ul li {
	float: left;
	width: 340px;
	padding: 0 0 0 13px;
	height: 300px;
}

#article_no .colum_menu ul li+li {}

#article_no .colum_menu ul li img,
#article_no .colum_menu ul li .img img {
	border: #dcdddf 1px solid;
	width: 338px;
	height: 148px;
	margin: 5px 0 0 0;
}

#article_no .colum_menu ul li .txt {
	padding: 7px 0 0 0;
	font-size: 12px;
	line-height: 1.58;
}

#article_no h1 {
	border-top: #ea5b7a 4px solid;
	background: #fff url(/img/usr/freepage/itemimage/mkr_h2.gif) no-repeat 12px -4px;
	z-index: 2;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

#article_no h1 span {
	display: block;
	border-right: #d9d8d8 1px solid;
	border-left: #d9d8d8 1px solid;
	padding: 22px 10px 19px 44px;
	font-weight: bold;
	font-size: 21px;
}

.blue {
	color: #4886c6;
}

.momo {
	color: #ea5b7a !important;
}

.orange {
	color: #f48a18 !important;
}

.green {
	color: #82ac4e;
}

.yellow {
	color: #c8b21c;
}

.colum_comment01 {
	background: url(/img/usr/freepage/itemimage/hukidasi01.gif) no-repeat;
	background-position: 593px top;
	padding: 0px 30px 0 0;
	margin-top: 20px;
	line-height: 1.923;
}

.colum_comment02 {
	background: url(/img/usr/freepage/itemimage/hukidasi02.gif) no-repeat;
	background-position: 105px top;
	padding: 0px 0 0 30px;
	margin-top: 20px;
	line-height: 1.923;
}

#article_no .section .colum_right {
	float: right;
	padding: 20px 0 0 30px;
}

#article_no .section .colum_left {
	float: left;
	padding: 20px 30px 0 0;
}

.colum_h4 {
	font-weight: bold;
	font-size: 20px !important;
	line-height: 1.5;
	border-left: 5px #ea5b7a solid !important;
	border-bottom: none !important;
	padding: 0 0 0 8px !important;
	margin: 50px 0 0 0 !important;
}

.f16 {
	font-size: 16px !important;
	line-height: 1.8 !important;
}

#article_no h2 {}

#article_no h2 img {
	display: block;
	width: 100%;
}

#article_no .section {
	border-bottom: #ddd 1px solid;
	padding: 0 0 30px 0;
}

#article_no .section h3 {
	padding: 50px 0 0 0;
	border-bottom: #ea5b7a 1px solid;
	color: #ea5b7a;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
}

#article_no .section h3 span {
	display: inline-block;
	position: relative;
	top: -3px;
	margin: 0 5px 0 0;
	padding: 5px 14px 0 10px;
	height: 20px;
	background: #ea5b7a url(/img/usr/freepage/itemimage/article_sect_h_bg.gif) no-repeat right top;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
}

#article_no .section .txt {
	padding: 30px 0 0 0;
	font-size: 13px;
	line-height: 1.923;
}

#article_no .section .img {
	padding: 30px 0 1em 0;
}

#article_no .section .img.right {
	float: right;
	padding-left: 30px;
}

#article_no .section .img.left {
	float: left;
	padding-right: 30px;
}