@charset "utf-8";
/* ===================================================================
CSS information
file name  :common.css
style info :共通
=================================================================== */
/*-----------------------------------------------
body
----------------------------------------------- */
body {
    background:#ffffff;
    font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';
    line-height: 1.5;
    font-size: 12px;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0.50);
}


body.modal-open{
    overflow: hidden;
}

/*-----------------------------------------------
リンク指定
----------------------------------------------- */
a:link {
    color: #4265AE;
    font-weight: bold;
    text-decoration:underline;
}
a:visited {
    color: #603E7D;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}

/*右矢印リンクテキスト*/
.arrowRtxt {
    display: inline;
    clear: both;
    margin: 5px auto;
    padding-right: 15px;
    background: url(../img/common/ico_arrowR.png) right center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .arrowRtxt {
        background: url(../img/common/ico_arrowR2.png) right center no-repeat;
        -webkit-background-size: 10px 15px;
        background-size: 10px 15px;
    }
}
div,
li,cart
p {
-webkit-tap-highlight-color: rgba(0,0,0,0.50);}
/*-----------------------------------------------
clearfix
----------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
dl:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*-----------------------------------------------
汎用
----------------------------------------------- */
.photoL {
    float: left;
    clear: left;
}
.photoR {
    float: right;
    clear: right;
}
.clear {
    clear: both;
}
.inner {
    padding: 10px;
}


.inner02 {
    padding-left:10px;
	padding-right:10px;
}

.intro {
    padding: 5px 10px 10px;
    font-weight: bold;
}
.intro p {
    line-height: 1.3;
}
.hidden {
    display: none;
}
.end {
    border-bottom: none!important;
}
.top {
    margin-bottom: 8px!important;
}
.bg_head {
    background: #EEE;
}
.pb {
    padding-bottom: 0!important;
}
/*-----------------------------------------------
font
----------------------------------------------- */
h2 {
    font-size: 20px;
	color:#000;
}
h3{
	fontsize:16px;
}
h4,
h5 {
    font-size: 100%;
    font-weight: bold;
}
em {
    font-weight: bold;
}
.attention {
color: #CC0000; }
.mini {
    font-size: 11px;
font-weight:normal; }
.fb {
    font-size: 15px;
    font-weight: bold;
}
.fn {
    font-weight: normal;
}
.price {
    color: #CC0000;
    font-weight: bold;
}
.attentionSt {
    color: #ff411c;
    font-weight: bold;
}

.attentionSt_big{
    color: #ff411c;
    font-weight: bold;
	font-size: 15px;
}

.underline{
	text-decoration: underline;
}

.qa_txt{
	font-weight: bold;
	font-size:15px;
	color:#009;
}

/*-------------------------------------------------
レイアウト
----------------------------------------------- */
.frame_outer {
    overflow: hidden;
    width: 100%;
    background: #FFF;
}

/*-----------------------------------------------
タイトル
----------------------------------------------- */
h2.title {
    color:#000;
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    margin: 0px;
    padding: 0 10px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: both;
	border-bottom:#000 1px dotted;
}
/*ボタンで展開するタイトルバー*/
.title_box {
    color: #FFF;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
    line-height: 45px;
    padding: 0 10px;
    margin: 0 0 15px 0;
    background: #494e57;
    background: -moz-linear-gradient(center top, #6D7481 10%,#505765 80%,#494e57 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #6D7481),color-stop(0.8, #505765),color-stop(1, #494e57));
    border-top: #74828B solid 1px;
    border-bottom: #74828B solid 1px;
    vertical-align: middle;
    clear: both;
}
.title_box h2 {
    font-size: 20px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
    width: 85%;
    float: left;
    clear: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 45px;
    vertical-align: middle;
}
.title_box h3 {
    width: 85%;
    float: left;
    clear: left;
    font-size: 18px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    vertical-align: middle;
}
/*サブタイトル*/
h3.subtitle {
    font-size: 18px;
    color: #FFF;
    line-height: 30px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
    padding: 0 10px;
    margin: 0 0 10px 0;
    background: #84949F;
    background: -moz-linear-gradient(center top, #96A4AF 0%,#84949F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #96A4AF),color-stop(1, #84949F));
    border-top: #74828B solid 1px;
    border-bottom: #74828B solid 1px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: both;
    -webkit-box-shadow: 1px 0px 1px #FFF;
    -moz-box-shadow: 1px 0px 1px #FFF;
    position: relative;
}
/*ボタンで展開するサブタイトルバー*/
.title_box_sub {
    color: #FFF;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 0 20px 0;
    background: #84949F;
    background: -moz-linear-gradient(center top, #96A4AF 0%,#84949F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #96A4AF),color-stop(1, #84949F));
    border-top: #74828B solid 1px;
    border-bottom: #74828B solid 1px;
    vertical-align: middle;
    clear: both;
    position: relative;
}
.title_box_sub h2,
.title_box_sub h3 {
    font-size: 18px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
    width: 85%;
    float: left;
    clear: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    vertical-align: middle;
}

#review_title{
	font-size: 18px;
　　color:#FFF;
}

.title_box_sub .b_expand {
    width: 22px;
    height: 21px;
    float: right;
    clear: right;
    position: absolute;
    top: -6px;
    right: 15px;
    z-index: 2;
    padding: 2px;
}
/*----------------------------------------------------
input/select
----------------------------------------------------*/
input {
    margin: 0;
    padding: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
input[type="text"] {
    margin: 5px 0;
}
input[type="number"] {
    padding: 5px 0;
    text-indent: 0;
}
input[type="number"]:first-child {
    margin-right: -2px;
}
input[type="radio"],
input[type="check"] {
    padding: 5px;
    line-height: 1.5;
    margin-right: 0.5em;
}
.text,
.textarea,
.dropdown {
    padding: 0.5em;
    margin: 0;
    border: #4C4C4C solid 1px;
    background: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.textarea {
    width: 97%;
    padding: 0.5em;
    margin: 0 0 10px 0;
}
.cartin_quantity,
.box_point {
    width: 2.5em;
}
.boxLong {
    width: 95%;
}
.boxMedium {
    width: 35%;
}
.boxShort {
    width: 22%;
}
.boxHarf {
    width: 42%;
}
select.boxLong {
    width: 100%;
}
select.boxMedium {
    width: 40%;
}
select.boxShort {
    width: 25%;
}
select.boxHarf {
    width: 46%;
}
/*----------------------------------------------------
header
----------------------------------------------------*/

/* ヘッダーロゴ　ヘッダーに追加・削除を行う場合はここ
コンテツを下にずらす位置の設定もここ
------------------------------------------------ */

header {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 10px 0;
    clear: both;
    min-height: 65px;
}
header #logo_area {
    width: 47%;
    height: 25px;
    float: left;
    clear: left;
    margin: 2px 0 0 5px;
    padding: 0;
    max-width: 150px;
    position: relative;
}
header #logo_area a {
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
}
header #logo_area img {
    width: 150px;
    height: 25px;
    margin: -5px 0 0 0;
    padding: 0;
    vertical-align: middle;
}


/* ヘッダーナビ（追記）
------------------------------------------------ */
#header_navi{
	position: fixed;
    top: 0;
    left:0;
    background:#000;
    z-index: 1;
}

#header_navi ul {
  display: -webkit-box;
  display: -moz-box;
  width: 100%;
  line-height: 0px;
   margin: 0px;
   padding: 0px;
}
 
#header_navi li {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
}

/* ヘッダーナビ（元々のやつ）
------------------------------------------------ */
.header_utility {
    width: 47%;
    padding: 0 5px;
    float: right;
}
.header_navi {
    font-size: 11px;
    float: right;
    display: inline;
    text-align: right;
    line-height: 1.2;
    margin-top: 5px;
}
.header_navi ul {
    display: inline;
    float: right;
}
.header_navi li {
    float: left;
    margin: 0;
    padding: 8px 5px;
    border: #A9ABAD solid 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #FDFDfD;
    background: -moz-linear-gradient(center top, #FDFDFD 0%,#D7DDE3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #D7DDE3));
}
.header_navi li:first-child {
    margin-right: 1em;
}
.header_navi p {
    line-height: 1.3;
}
.header_navi p.guest {
    margin-top: 5px !important;
}
.popup_mypage {
    font-size: small;
    width: auto;
    min-width: 100px;
    padding: 10px;
    display: none;
    position: absolute;
    line-height: 1.2;
    top: 52px;
    z-index: 1;
    background: #FFF;
    background: -moz-linear-gradient(center top, #FDFDFD 0%,#E5E5E5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #E5E5E5));
    border: #CCC solid 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.popup_mypage p:first-child {
    line-height: 1.3;
    margin-bottom: 0.5em;
}
.popup_cart {
    font-size: small;
    width: auto;
    min-width: 90px;
    padding: 10px;
    display: none;
    position: absolute;
    top: 52px;
    margin-right: 5px;
    z-index: 1;
    background: #FFF;
    background: -moz-linear-gradient(center top, #FDFDFD 0%,#E5E5E5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #E5E5E5));
    border: #CCC solid 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.popup_cart .product_type {
    margin-bottom: 5px;
}
.popup_cart div:last-child {
    margin-bottom: 0;
}
.popup_mypage a,
.popup_cart a {
    text-decoration: underline;
}

.popup_mypage h2,
.popup_cart h2 {
    font-size: 1.2em;
}
.quantity,
.money {
    font-size: 14px;
    font-weight: bold;
}
.popup_cart hr.dashed:last-child {
    display: none;
}
hr.dashed {
    display: block;
    height: 1px;
    border: 0;
    border-top: #CCC dashed 1px;
    margin: 0.2em 0;
    padding: 0;
}
.free_money_area {
    font-size: 11px;
}
.dl_item {
    margin-top: 5px;
}

/*index ランキング/追記*/
#index_rank{
	margin-top:30px;
	border-bottom:#666 1px solid;
	border-top:#666 1px solid;
}

/*index menu/追記*/

#top_img{
	margin-top:0px;
	margin-bottom: 10px;
}

/*index menu/トップページヘッダー3列ボタン*/
.top_menu {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 5px 5px #ccc;
    -moz-box-shadow: 1px 5px 5px #ccc;
    background: #494E57;
    background: -moz-linear-gradient(center top, #6D7481 10%,#505765 80%,#494E57 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6D7481),color-stop(0.8, #505765),color-stop(1, #494E57));
}
.top_menu ul {
    width: auto;
    margin: 0 auto;
    clear: both;
}
.top_menu ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    border-left: #747B83 solid 1px;
    border-right: #3D3D3D solid 1px;
    border-bottom: #141517 solid 1px;
    border-top: #A1A7AF solid 2px;
    box-sizing: border-box;
}
.top_menu ul li img {
    margin: 0 auto;
    display: block;
    clear: both;
}
.top_menu ul li a:link,
.top_menu ul li a:visited {
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
    padding: 9px 0 8px 0;
    display: block;
    background: #494E57;
    background: -moz-linear-gradient(center top, #6D7481 10%,#505765 80%,#494E57 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6D7481),color-stop(0.8, #505765),color-stop(1, #494E57));
    -webkit-transition: background-color 0.5s ease-in;
    -moz-transition: background-color 0.5s ease-in;
}
.top_menu ul li a:hover {
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    background: #5393C5;
    background: -moz-linear-gradient(center top, #5393C5 10%,#80B6E2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5393C5),color-stop(1, #80B6E2));
    text-decoration: none;
}
.top_menu li:first-child {
    border-left: none;
}
.top_menu li:last-child {
    border-right: none;
}
/*-------------------------------------------------
footer
----------------------------------------------- */
footer.global_footer {
    padding: 0 0 10px 0;
    text-align: center;
	background:#FFF;
}
.footer_utility {
    background: #E6E6E6;
}
/*フッター4列ボタン*/
.footer_navi {
    width: 100%;
    display: block;
    clear: both;
    padding: 0.5em 0;
    -webkit-box-shadow: 1px 1px 1px #FFF;
    -moz-box-shadow: 1px 1px 1px #FFF;
    background: #272a2b;
    background: -moz-linear-gradient(center top, #808080 0%,#272a2b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #808080),color-stop(1, #272a2b));
}
.footer_navi ul {
    width: 100%;
    display: block;
}
.footer_navi:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
}
.footer_navi li {
    width: 23%;
    height: 49px;
    display: block;
    margin: 0 1%;
    padding: 0;
    float: left;
    background: #202223;
    background: -moz-linear-gradient(center top, #282A2A 0%,#202223 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #282A2A),color-stop(1, #202223));
    text-align: center;
    color: #FFF;
    font-size: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2) inset,-3px -3px 3px 3px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2) inset,-3px -3px 3px 3px rgba(0,0,0,0.2) inset;
}
.footer_status_area {
    margin: 0;
    padding: 20px 10px 10px;
    text-align: center;
    border-bottom: #a9aaaa solid 1px;
}
.footer_status_area p:last-child {
    margin: 10px auto;
}
.guide_area {
    clear: both;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
	border-top:#000 solid 1px;
}
.guide_area p {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.4;
}
.guide_area a {
    padding: 0.5em 0.3em;
    margin: 0.5em 0.1em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .guide_area p {
        font-size: 12px;
    }
}
footer.global_footer p.copyright {
    margin: 0;
    text-align: center;
    padding: 10px 0;
}
/*-------------------------------------------------
検索バー
----------------------------------------------- */
#search_area {
    padding: 10px;
    background: #E7E8E9;
    clear: both;
    text-align: center;
}
/*jqm追記*/
#search_area .ui-input-search {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: #CCC solid 1px;
}
.ui-input-text {
    width: 100% !important;
}


/*-------------------------------------------------
トップページ用
----------------------------------------------- */

#announce{
	width:290px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	padding:7px;
	border-color:#F00;
	border-style:solid;
	background:#FFF;
	text-align:center;
	color:#F00;
	font-weight:bold;
}

.index_top_bnr{
	margin-top:7px;
	margin-bottom:7px;
}

.index_bnr{
padding: 3px;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: block;
font-size: 10px;
background: #ffffff;
}

.index_bold{
font-weight: bold;
font-size: 12px;
}

img.series_icon{
	margin-top: 2px;
	margin-bottom: 2px;
}

.topix_bnr{
padding-left: 5px;
margin-bottom: 5px;
}

/* サムネイルつき矢印リスト */
.thumbs_list ul{
 border-bottom: 1px solid #ccc;
 }
 .thumbs_list ul li{
 background:#FFF;
 border-top: 1px solid #ccc;
 font-size:10px;
 height: 100px;
 margin: 0px;
 }
 .thumbs_list ul li a{
 background: url(list_mark1.png) no-repeat 100% 50%;
 color: #666;
 display: block;
 height: 100px;
 margin: 0;
 padding: 0 20px 0 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 }
 
  .thumbs_list ul li a:visited {/*訪問後のリンク*/
  color: #666;
}
 
 .thumbs_list ul li img{
 float: left;
 width: 125px;
 height: 100px;
 border-right:1px solid #ccc;
 margin-right: 10px;
 }
 .thumbs_list ul li a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding-top: 17px;
 }
 
.index_top_title{
width:100%;
color:#fff;
background:#fcb1ba;
font-size:11px;
margin-bottom:4px;
margin-top:10px;
padding-top:4px;
padding-bottom:4px;
}

.index_top_title_red{
width:100%;
color:#FFF;
background:#F00;
font-weight:bold;
font-size:12px;
margin-bottom:5px;
margin-top:8px;
}

.index_bnr_txt{
	padding:0 12px 15px;
	color:#666;
	font-size:11px;
}

/*--------------------------------------f-----------
トップページ用　横並び
----------------------------------------------- */
.area_dooonut {
		/* boxレイアウトの指定 */
		display: box;
		display: -webkit-box;
		display: -moz-box;

		/* 配置したボックスを左右中央寄せにする */
		box-pack: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
	}
	
.item_dooonut {
		width: 80px;
		height: 110px;
		font-size: 13px;
		text-align: center;
		color: #444;
		margin: 0px;
	}



.area_first {
		/* boxレイアウトの指定 */
		display: box;
		display: -webkit-box;
		display: -moz-box;

		/* 配置したボックスを左右中央寄せにする */
		box-pack: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
	}
	.item_first {
		width: 140px;
		height: 95px;
		font-size: 13px;
		text-align: center;
		color: #444;
		margin: 7px;
	}
	
.area_brand {
		/* boxレイアウトの指定 */
		display: box;
		display: -webkit-box;
		display: -moz-box;

		/* 配置したボックスを左右中央寄せにする */
		box-pack: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
	}
	.item_brand {
		width: 120px;
		height: 40px;
		font-size: 13px;
		text-align: center;
		color: #444;
		margin: 7px;
	}
	

.area_topix {
		/* boxレイアウトの指定 */
		display: box;
		display: -webkit-box;
		display: -moz-box;

		/* 配置したボックスを左右中央寄せにする */
		box-pack: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
	}
	.item_topix {
		width: 140px;
		height: 140px;
		font-size: 13px;
		text-align: center;
		color: #444;
		margin: 7px;
	}
	

.area_color {
		/* boxレイアウトの指定 */
		display: box;
		display: -webkit-box;
		display: -moz-box;

		/* 配置したボックスを左右中央寄せにする */
		box-pack: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
	}
	.item_color {
		width: 45px;
		height: 45px;
		font-size: 13px;
		text-align: center;
		color: #444;
		margin:0px 5px 5px 5px;
	}
	/* ボックスに色をつける時はここをいじる
	.item:nth-child(1) {background-color: #ffff77;}
	.item:nth-child(2) {background-color: #ff77ff;}
	.item:nth-child(3) {background-color: #77ffff;}
	.item:nth-child(4) {background-color: #77ffff;} */
	
.area_snsbnr {
		/* boxレイアウトの指定 */
		display: box;
		display: -webkit-box;
		display: -moz-box;

		/* 配置したボックスを左右中央寄せにする */
		box-pack: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
	}
	.item_snsbnr {
		width: 150px;
		height: 60px;
		font-size: 13px;
		text-align: center;
		color: #444;
		margin: 5px;
	}	
	
	
.area_dia {
		/* boxレイアウトの指定 */
		display: box;
		display: -webkit-box;
		display: -moz-box;

		/* 配置したボックスを左右中央寄せにする */
		box-pack: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
	}
	.item_dia {
		width: 50px;
		height: 50px;
		font-size: 13px;
		text-align: center;
		color: #444;
		margin: 7px;
	}
	

.item_price{
	font-size: 16px;
  text-decoration:none;
  font-weight:lighter;
}

.item_price a{
  font-size: 16px;
  text-decoration:lighter;
}
	

/*-------------------------------------------------
アコーディオン用
----------------------------------------------- */
.acordion{
 background:#fff;
 margin-left: 10px;
 margin-right: 10px;
}
 
.trigger{
    padding:10px 10px 10px 15px;
    background:#000;
    color:#ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
 
.trigger.active{
    border-bottom:1px solid #cfcfcf;
}
 
.acordion_tree{
    padding:15px;
	border:#000 solid 1px;
}
 
.open-close {
    float:right;
    text-indent:-9999px;
    display:block;
    margin-top:3px;
    height:11px;
    width:20px;
    background:url(../images/open.png) no-repeat;
    -webkit-background-size:20px 11px;
}
 
.trigger.active .open-close{
    background:url(../images/close.png) no-repeat;
    -webkit-background-size:20px 11px;
}

/*-------------------------------------------------
送料無料表記
----------------------------------------------- */

.ship_free_obi{
width:100%;
color:#FFF;
font-size:12px;
background:#fcb1ba;
padding-bottom:4px;
padding-top:4px;
text-align:center;
}


/*-------------------------------------------------
カテゴリーページ
----------------------------------------------- */

#product_list .title{
font-weight: normal;
letter-spacing:2px;
font-size:14px;
}

.lp_txt{
width:95%;
font-size:10px;
padding-top:10px;
padding-top:15px;
margin:0 auto;
}


/*-------------------------------------------------
フリーページ　見出し用
----------------------------------------------- */

.freepagettl{
padding: 0.5em;/*文字周りの余白*/
font-weight: bold;
  color: #494949;/*文字色*/
  background: #f4f5f7;/*背景色*/
  border-left: solid 5px #364185;/*左線（実線 太さ 色）*/
  margin-bottom: 7px;
}

/*-------------------------------------------------
フリーページ　ピックアップ用
----------------------------------------------- */

/* タブ　タイトル枠　2 */
.kakomi-tab2 {
 position: relative;
 margin: 3em auto;
 padding: 1.2em 1em 1em;
 width: 90%;
 background-color: #fff; /*BOX背景色 */
 border: 2px solid #8d93c8; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 2px #ccc; /* 影の色 */
}
.title-tab2 {
 position: absolute;
 display: inline-block;
 top: -28px; /*タブ調整 */
 left: -2px; /*タブ調整 */
 padding: 1px 10px;
 height: 26px;
 font-weight: bold;
 color: #fff; /* タイトル色 */
 background-color: #8d93c8; /* タイトル背景色 */
 border-radius: 8px 8px 0 0;
}

/*-------------------------------------------------
検索窓用
----------------------------------------------- */
#hotword{
width: 100%;
text-align: left;
}

#hotword p{
margin-top:3px;
  }

.search_word,
a.search_word {
color: #ff4500;
font-weight: normal;
font-size:9px;
border:solid 1px #ff4500;
padding:2px;
text-decoration:none;
}

a:link.search_word {
  color: #ff4500;
  text-decoration:none;
  }

a:visited.search_word {
color: #ff4500;
text-decoration:none;
}

a:hover.search_word {
  color:#fff;
  background:#ff4500;
  text-decoration:none;
  }

a.btn--radius {
   border-radius: 100vh;
}

.payinfo{
font-size: x-small;
padding: 0.5em 1em;
margin: 1em 0;
border: double 5px #f3787a;
}

.payinfo p{
margin: 0; 
padding: 0;
}