@charset "utf-8";

/************************************************
 ブロック用
************************************************ */
/*** 目次 ***

▼ブロック共通
リスト
タイトル
ヘッダー上、フッター下のブロックエリア

▼各機能ブロックの指定
-新着情報
-現在のカゴの中
-カテゴリ
-ガイドリンク
-ログイン（サイド用）
-検索
-カレンダー
-おすすめ商品
    *メインカラム用 1カラム時 [one_maincolumn]
    *メインカラム用 2カラム時 [two_maincolumn_left]
                              [two_maincolumn_right]
    *メインカラム用 3カラム時 [three_maincolumn]
    *サイドカラム用           [side_column]
    *商品詳細のオススメ商品   [whobought_area]
 */


/* ==============================================
ブロック共通
/* ============================================= */
#container .block_body {
    background-color: #fff;
}
.side_column {
    padding-top: 10px;
    overflow-x: hidden; /* IE6 表示乱れ防止 */
	-ms-overflow-style:none;

}
.side_column .block_outer {
	margin-bottom:20px;
	
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.5s ease 0s;
}
.side_column .block_body,
.main_column .block_body {
    border: solid 1px #ccc;
    border-top: none;
}
.side_column .block_body .box {
    border: solid 1px #ccc;
    width: 145px;
}
.main_column .block_outer {
    margin-bottom: 20px;
}


/* リスト
----------------------------------------------- */
/* ログイン 検索条件 */
#container .block_outer .block_body dl.formlist {
    margin-bottom: 8px;
}
#container .block_outer .block_body dl.formlist dd {
    margin-bottom: 5px;
}
#container .block_outer .block_body dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 0px;
    
    font-size: 90%;
}
#container .block_outer .block_body dl.formlist span {
    vertical-align: top;
}


/* タイトル
----------------------------------------------- */
/* タイトルの背景 白 */
#leftcolumn h2,

#search_area h2,
#calender_area h2

 {
	 height:40px;
	 line-height:40px;
    border-style: solid;
	text-align:center;
	background:#0058A7;
	color:#FFF;
	font-weight:bold;
	border-top:1px solid #FFF;
   
    font-size: 14px;
}
#cart h2 h2{
	
}
#category_area h2 {
	background:#000;
  
 
}


/* タイトルの背景 オレンジ */
.M_ordercontractTitle,
.main_column h2,h2,h2.title{
    padding: 0 0 0px 10px;
	color:#000;
	font-size:16px;
	line-height:20px;
	/*border-top:1px solid #FFF;*/
	/*box-shadow: 0px 0px 0px 3px #333;*/
	/*border-top: dashed 1px #fff;*/
	border-bottom: dashed 2px #cc0000;
	padding: 0.2em 1.3em;
	margin-bottom:1.5em;
	background: url("../img/common/H2icon.png") no-repeat;
	background-position: left;
    /*background: url('../img/bg.jpg')  ;*/
}
.M_ordercontractTitle {
	margin-bottom: 20px;
    font-weight: bold;
}

/* ==============================================
▼ヘッダー上、フッター下のブロックエリア
=============================================== */
div#topcolumn {
    margin: 0px;
    clear: both;
}
div#bottomcolumn {
    margin: 0px;
    clear: both;
}


/* ***********************************************
▼各機能ブロックの指定
/*********************************************** */

/* ===============================================
▼新着情報
=============================================== */
#news_area{
	width:430px;
	float:left;
	margin-right:20px;
	height:150x;
	margin-bottom:14px;
}

#news_area .news_contents {
    max-height: 257px;
    height: 257px !important; /* hack? */
    
    overflow: auto;
    overflow-y: scroll;
}
#news_area h2{
	margin-bottom:0px;
}
.minkara {
	margin-top:3px;
}
#news_area dl.newslist {
	padding:5px;
}
#news_area dl.newslist:last-child { /* IE9 未満では無効 (影響度合いが低いので黙殺) */
    background: none;
}
#news_area dl.newslist dt {
    
}
#news_area dl.newslist dd {
    
}
#news_area div.newslist td tr {
	display: block;
	padding: 5px;
}
#news_area div.newslist td td {
	display: block;
}

/* ===============================================
▼現在のカゴの中
=============================================== */
#cart_area h2.cart {
	text-align: center;
}
#cart_area .information p {
	float: none;
    margin-bottom: 10px;
	text-align: center;
}
#cart_area .postage {
    margin-top: 0px;
    padding-top: 0px;
    
}
#cart_area .postage .point_announce {
   
   
}
#cart_area .btn {
    padding: 10px 0;
    background: url("../img/background/line_dot_01.gif") repeat-x top #f7f7e6;
    text-align: center;
}


/* ===============================================
▼カテゴリ
=============================================== */
#category_area li.level1 {
	
	margin:0px 0;
    border-bottom: none;
	
	/*overflow:auto;
	max-height:300px;*/
	pointer-events:none;/*リンクを非リンクに変える*/
}

#category_area li.level1 p {
    /*background: url(../img/picture/arrow_category.gif) right bottom no-repeat #DFD6D0;*/
	
	
	
	
}
#category_area li.level1 p a {
	font-weight: bold;
	margin: 0px 0;
	display: block;
    padding: 9px 5px 9px 7px;
	color:#000;
	font-weight:bold;
	text-decoration: none;
}

#category_area li.level1 p a:hover{
	color: #f00;
	
}
#category_area li.level1 ul {
    
	 
}
#category_area li.level2 {
	margin-top: -1px;
	pointer-events:auto;

}
#category_area li.level2 p {
	
}
#category_area li.level2 p a {
	background: #fff;
	font-weight: bold;
	color: #0058A7;
    padding: 5px 5px;
	margin: 0;
	box-shadow: 0 1px 1px #fcfcf9 inset;
}
#category_area li.level2 p a:hover {
	color: #f00;
}

#category_area li.level2 ul {
    border-top: 0;
}

#category_area li.level2 img {
	margin-bottom:-5px;
	padding-right:3px;
}


#category_area li.level3 p {
	
}

#category_area li.level3 p a {
	background: #fff;
	font-weight: normal;
	color: #666;
    padding: ;
	margin: 0;
	padding: 2px 5px 2px 35px;
	box-shadow: 0 1px 1px #fcfcf9 inset;
}


/* ===============================================
▼ガイドリンク
=============================================== */
#guide_area {
    margin-top: 1em;
    border: none;
}
#guide_area li {
    margin-bottom: 5px;
    letter-spacing: -0.05em;
}
ul.button_like li {
    margin: 0;
    padding: 0 0 1px 0;
    background: url("../img/background/bg_btn_list.jpg") bottom repeat-x;
}
ul.button_like li a {
    margin: 0;
    padding: 10px 15px 10px 10px;
    border: 1px solid;
    border-bottom: none;
    border-color: #ccc;
    display: block;
    background: url("../img/icon/ico_arrow_02.gif") no-repeat right;
    text-decoration: none;
    outline: none;
}
/* ===============================================
▼サイドインフォメーション
=============================================== */
#sideinfo {
    margin-top: 1em;
    border: none;
	overflow:hidden;
	background:#FFF;
}

.sideinfonaka {
	padding:10px;
	background:#FFF;
}
/* ===============================================
▼みんから
=============================================== */　
#sidemin {
	background:#FFF;
}

#plugin_rssfeed dd {
	border-bottom:1px dotted #999999;
	padding-bottom:5px;
	margin-bottom:5px;
}
/* ===============================================
▼ログイン（サイド用）
※ヘッダー用はbloc_alpha.css内に記述
=============================================== */
#container div#login_area .block_body {
    padding: 10px;
}

#container div#login_area .block_body p {
    margin-bottom: 5px;
}

#container div#login_area .block_body .btn {
    text-align: center;
}
#container .login_area dl.formlist {
    margin-bottom: 8px;
    width: 420px;
}
#container .login_area dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    color: #333;
    background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
    width: 90px;
    float: left;
    font-size: 90%;
}
#container .login_area dl.formlist dd {
    margin-bottom: 5px;
    float: right;
    width: 300px;
    vertical-align: bottom;
    text-align: left;
}
#container div#login_area .block_body .mini {
    margin-top: 5px;
    letter-spacing: -0.01em;
}


/* ===============================================
▼検索
=============================================== */
div#search_area .block_body {
    padding: 10px;
}
div#search_area .block_body .btn {
    text-align: center;
}


/* ===============================================
▼カレンダー
=============================================== */
#calender_area {
    background-color: transparent;
    border: none;
}
#calender_area .block_body {
    padding: 10px 0;
    background-color: #fff;
}
#calender_area table {
    background: #fff;
    border: none;
    width: 150px;
    margin: 0 auto 5px;
    font-size: 90%;
}
#calender_area table td {
    padding: 1px 3px;
    border-top: 1px solid #ccc;
    border-right: none;
    text-align: center;
}
#calender_area th {
    padding: 1px 3px;
    background: #fff;
    border: none;
    text-align: center;
}
#calender_area table .month {
    margin-bottom: 5px;
    padding-left: 12px;
    background: url("../img/icon/ico_arrow_04.gif") no-repeat left;
    font-size: 120%;
}
#calender_area .off {
    color: #f00;
}
#calender_area .today {
    background-color: #FFF99D;
    font-weight: bold;
}
#calender_area .information {
    margin-left: 10px;
    font-size: 90%;
}
/* ===============================================
▼ログイン
=============================================== */
#login_area {
	
}
/* ===============================================
▼おすすめ商品
=============================================== */
/*
   tplファイルのマークアップが同じ項目
   メインカラム用 2カラム時 [two_maincolumn_left]
                            [two_maincolumn_right]
   メインカラム用 3カラム時 [three_maincolumn]
   サイドカラム用           [side_column]
   商品詳細のオススメ商品   [whobought_area]
=============================================== */
/* 共通
----------------------------------------------- */
#recommend_area .block_body,
#whobought_area .product_item {
    margin-bottom: 10px;
    padding: 10px 0 10px;
    border: none;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}

#recommend_area .block_body p,
#whobought_area .product_item p {
    margin: 0 0 5px 0;
}

#recommend_area .block_body img,
#whobought_area .product_item img {
    margin: 0 5px 0 0;
}

#recommend_area .block_body h3,
#whobought_area .product_item h3 {
    font-size: 100%;
    font-weight: normal;
}

/* サイドカラム用 */
.side_column #recommend_area .product_item {
    margin-bottom: 10px;
}


/* 画像
----------------------------------------------- */
/* メインカラム用 */
.main_column #recommend_area .block_body .productImage,
#whobought_area .product_item .productImage {
    margin-bottom: 10px;
    float: left;
    width: 90px;
}
/* サイドカラム用 */
.side_column #recommend_area .block_body .productImage {
    float: none;
    text-align: center;
    width: auto;
}


/* 左右の振り分け
----------------------------------------------- */
.main_column #recommend_area .product_item,
#whobought_area .product_item {
    float: left;
    width: 47.5%;
    padding-left: 1%;
    padding-right: 1%;
}


/* 商品説明テキスト
----------------------------------------------- */
/* メインカラム用 1カラム時*/
#one_maincolumn #recommend_area .block_body .productContents {
    float: right;
    width: 74%;
}

/* メインカラム用 2カラム時*/
#two_maincolumn_right #recommend_area .block_body .productContents,
#two_maincolumn_left #recommend_area .block_body .productContents,
#two_maincolumn_right #whobought_area .productContents,
#two_maincolumn_left #whobought_area .productContents {
    float: right;
    width: 74%;
}

/* メインカラム用 3カラム時*/
#three_maincolumn #recommend_area .block_body .productContents,
#three_maincolumn #whobought_area .productContents {
    float: right;
    width: 67%;
}

/* サイドカラム用 */
.side_column #recommend_area .block_body .productContents {
    clear: both;
}

/* アニメーションレビュー
----------------------------------------------- */
/* ===============================================
▼お客様の声
=============================================== */
#sidevoice {
	margin-bottom:20px;
	background: url("../img/side/voicebg.png") repeat ;
	
	
}
#sidevoice2 h2 {

	background:#0058A7;
	
	text-align:center;
	color:#FFF;
}
.sidevoicein {
	padding:10px 5px 5px 15px;
	
	background:#FFF;
}

#allreview .voicetitle {
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;

}

#allreview .voicedate {
    margin-bottom: 4px;

}

#allreview .recommend_level {
    color: #FF0000;
}

#allreview .voicecomment {
		  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
width:170px;

}
#allreview ul li {
	padding:10px 0;
	padding:10px 0px;
	
	

}
#allreview hr {
    border-top: 1px dashed #ccc;
	margin:10px 0;
	
}
/* ===============================================
▼インフォメーション
=============================================== */
#bnr {
	width:880px;
	margin-bottom:30px;
	margin-top:0px;
	height:auto;
	overflow:hidden;
}
#bnr ul li{
	width:285px;
	float:left;
	margin-right:12px;
	margin-bottom:20px;
}
#bnr ul li:nth-child(3n+3) {
    margin-right: 0;
}
.button {
	display: inline-block;
	width: 285px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-weight:bold;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}
.button span {
	display: block;
	position: absolute;
	width: 285px;
	height: 60px;
	border: 2px solid #0163B2;
	text-align: center;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
.button span:nth-child(1) {
	background-color: #0163B2;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
	
}
.button span:nth-child(2) {
	background-color: #fff;
	color: #0163B2;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.button:hover span:nth-child(2) {
	background-color: #0163B2;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}


.clear {
	clear:both;
}

/* ===============================================
▼特定商取引
=============================================== */
#M_ordercontract {
	background: #FFF;
}
#M_ordercontract>tbody>tr:nth-child(1) {
	display: none;
}
#M_ordercontract table[width="610"] {
	width: 100%;
}
#M_ordercontract>tbody>tr:nth-child(2) table[width="610"]>tbody>tr>td[width="10"] {
	display: none;
}
.M_ordercontractWrap {
	margin-left: 10px;
	margin-right: 10px;
}
.M_ordercontractWrap a,
.M_ordercontractWrap a span {
	color: #0058a7;
}

/* ===============================================
▼検索結果
=============================================== */
#r_searchInput>table {
	table-layout: fixed;
    width: 100%;
}
#r_searchInput #searchCategory #allcategory,
#r_searchInput #searchCategory #subcategory,
#r_searchInput #searchBrand [name="prize1"] {
	width: 90%;
}
#r_searchInput #searchCategory #subcategory {
	margin-top: 5px;
}
#r_searchInput #searchCategory #searchPrice {
	width: 40%;
}
