﻿@charset "utf-8";
/* CSS Document */

/**全体設定**/

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

input[type="text"], 
input[type="password"], 
textarea, 
select {
    outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

.bold{font-weight: bold!important;}
.mt1{margin-top: 1px!important;}
.mt2{margin-top: 2px!important;}
.mt3{margin-top: 3px!important;}
.mt4{margin-top: 4px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.txt11{font-size: 11px!important;}
.txt12{font-size: 12px!important;}
.txt13{font-size: 13px!important;}
.txt14{font-size: 14px!important;}
.txt15{font-size: 15px!important;}
.txt20{font-size: 20px!important;}

/**レフト**/

#left {
	display: block;
	width: 150px;
	height: auto;
	min-height: 2400px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.award_box {
	height: auto;
	box-sizing: border-box;
	margin: 10px 0 10px;
	text-align: center;
}

/* 2017SOY.award_box {
	display: block;
	width: 150px;
	height: auto;
	box-sizing: border-box;
	padding: 10px 0 10px 0;
	margin: 10px 0;
	text-align: center;
	background-color: #cc0000;
	border-radius: 5px;
}*/

.award_box img{
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0 0 5px 0;
	-moz-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.3));
	-ms-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.3));
	-o-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.3));
}

/* 2017SOY
.award_box img{
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 40px 0 40px;
	margin: 0 0 5px 0;
	-moz-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.3));
	-ms-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.3));
	-o-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.3));
	-webkit-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.3));
}*/

.award_text {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	padding: 0 10px 0 10px;
	color: #ffffff;
}

.award_box.seventh {
	background-color: #e3bb1b;
}

/*.award_box.seventh img {
	padding: 0 10px;
	margin: 0 0 5px 0;
}*/

.award_box.month {
	display: block;
	width: 150px;
	height: auto;
	box-sizing: border-box;
	padding: 10px 0 10px 0;
	margin: 10px 0 30px 0;
	text-align: center;
	background-color: #e3bb1b;
	border-radius: 5px;
}

.award_box.month img {
	padding: 0 10px;
	margin: 0 0 5px 0;
}
.award_box.week {
    display: block;
    width: 150px;
    height: auto;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
    margin: 10px 0 10px 0;
    text-align: center;
    background-color: #f78545;
    border-radius: 5px;
}
.award_box.week img {
    padding: 0 10px;
}

.left_index {
	display: block;
	width: 150px;
	height: 20px;
	box-sizing: border-box;
	background-color: #000000;
	vertical-align: bottom;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 0 0;
	border-radius: 0 0 5px 0;
	margin: 0;
	clear: both;
}

.item_list {
	display: block;
	width: 150px;
	height: auto;
	min-height: 80px;
	margin: 0 0 30px 0;
	padding: 0;
}

.item_list li {
	display: block;
	width: 150px;
	height: 80px;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	border-bottom: 1px dashed #000000;
	padding: 0 0 10px 0;
}

.item_list li a {
	display: block;
	width: 150px;
	height: 80px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: absolute;
}

.item_img,.itemimg {
	width: 70px;
	height: 70px;
	float: left;
}

.item_cate,.itemcate {
	float: right;
	font-size: 10px;
	text-align: right;
	letter-spacing: -0.1em !important;
	margin: 0;
}

.item_name,.itemname {
	width: 80px;
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	line-height: 1.1em !important;
	margin: 10px 0 0 0;
	padding: 0;
}

.price,.item_price,.itemprice {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	text-align: right;
	position: absolute;
	bottom: 7px;
	right: 0;
}

.item_list li a:hover > .item_img {
	opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    zoom: 1;
}

.item_list li a:hover > .item_name、,.item_list li a:hover > .itemname {
	text-decoration: underline;
}

/**検索フォーム**/

form {
	display: block;
	width: 150px;
	height: 45px;
	margin: 10px 0 30px 0; 
	padding: 0;
}

#select_box {
	display: block;
	width: 150px;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 11px;
	float: left;
}

#text_box {
	display: block;
	width: 110px;
	height: 18px;
	margin: 0 10px 0 0; 
	padding: 2px 0 0 1px;
	box-sizing: border-box;
	font-size: 11px;
	float: left;
}

#search_btn {
	display: block;
	width: 30px;
	height: 18px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 10px;
	float: left;
}

/**カテゴリー**/

.cate_list {
	display: block;
	width: 150px;
	height: auto;
	min-height: 680px;
	margin: 0 0 30px 0;
	padding: 0;
}

.cate_list li {
	list-style-type: none;
	padding: 10px 0 0 0;
}

.cate_list li:first-child {
	padding: 0;
}

.cate_list li a {
	display: block;
	width: 150px;
	height: auto;
	min-height: 10px;
	padding: 0;
	margin: 8px 0 0 0;
	text-align: left;
	font-size: 10px; 
	font-weight: normal;
	letter-spacing: -0.1em !important;
	line-height: 1em !important;
}

.cate_list li a:first-child {
	display: block;
	width: 150px;
	height: auto;
	min-height: 20px;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 12px; 
	font-weight: bold;
	line-height: 1em !important;
	border-bottom: 1px dashed #000000;
	vertical-align: bottom;
}

.cate_name {
	position: relative;
	top: 9px;
	letter-spacing: -0.1em !important;
}

#sofa_icon {
	width: 40px;
	float: right;
	margin: 0;
}

#chair_icon {
	height: 28px;
	float: right;
	position: relative;
	bottom: 8px;
}

#tvboard_icon {
	width: 40px;
	float: right;
	position: relative;
	bottom: 2px;
}

#table_icon {
	width: 40px;
	float: right;
	position: relative;
	bottom: 0;
}

#rug_icon {
	width: 40px;
	float: right;
	position: relative;
	bottom: 0;
}

#mat_icon {
	height: 20px;
	float: right;
	position: relative;
	top: 1px;
}

#bed_icon {
	height: 28px;
	float: right;
	position: relative;
	bottom: 8px;
}

#sleep_icon {
	width: 29px;
	float: right;
	position: relative;
	top: 2px;
}

#light_icon {
	height: 20px;
	float: right;
	position: relative;
	top: 0;
}

#zaisu_icon {
	height: 20px;
	float: right;
	position: relative;
	top: 1px;
}


#rank_icon {
	height: 20px;
	float: right;
	position: relative;
	top: 0;
}

#appliance_icon {
	height: 24px;
	float: right;
	position: relative;
	bottom: 3px;
}

#storage_icon {
    height: 24px;
    float: right;
    position: relative;
    bottom: 3px;
}
/**特集**/

.feature_list {
	display: block;
	width: 150px;
	height: auto;
	box-sizing: border-box;
	margin: 10px 0 30px 0;
	padding: 0;
	clear: both;
}

.feature_list li {
	list-style-type: none;
	display: block;
	width: 150px;
	height: auto;
	box-sizing: border-box;
	padding: 0 0 8px 0;
	border-bottom: 1px #000000 dashed;
	margin: 0 0 10px 0;
}

.feature_list li a {
	display: block;
	width: 150px;
	height: auto;
	box-sizing: border-box;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.1em;
	text-align: justify;
	margin: 0;
	padding: 0;
}

.feature_list li a img {
	width: 150px;
	margin: 0 0 8px 0;
}

.feature_list li a:hover > img {
	opacity: 0.5 !important;
    filter: alpha(opacity=50)!important;
    -ms-filter: "alpha(opacity=50)"!important;
    zoom: 1!important;
}

/**インフォメーション**/

.info_link {
	display: block;
	width: 150px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #000000;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	padding: 12px 0 0 10px;
	vertical-align: bottom;
	margin: 10px 0 0 0;
	letter-spacing: -0.1em !important;
}

#info_box {
	display: block;
	width: 150px;
	height: auto;
	min-height: 250px;
	box-sizing: border-box;
	border: 1px solid #000000;
	padding: 20px 20px 16px 20px;
	margin: 10px 0 30px 0;
	text-align: center;
}

#logo_square_icon {
	width: 100%;
	margin: 0 0 11px 0;
}

.info_line {
	width: 100%;
	height: 1px;
	border: none;
	border-top: 1px solid #000000;
	margin: 0;
}

.info_icon {
	width: 20px;
	margin: 15px 0 0 0;
}

#mail {
	display: block;
	width: 100%;
	height: auto;
	min-height: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1em!important;
	margin: 5px 0 13px 0;
}

#schedule {
	display: block;
	width: 100%;
	height: auto;
	min-height: 8px;
	font-size: 10px;
	margin: 3px 0 -1px 0;
	padding: 0;
}

#tel {
	display: block;
	width: 100%;
	height: auto;
	min-height: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	padding: 0;
	margin: 0;
}

/**カレンダー**/

#calender {
	display: table;
	width: 150px;
	height: auto;
	box-sizing: border-box;
	border-collapse: collapse;
	border: 1px solid #000000;
	padding: 0;
	margin: 10px 0 10px 0;
	clear: both;
}

#calender tr {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#calender tr th {
	border-collapse: collapse;
	padding: 4px 0 2px 0;
	margin: 0;
	text-align: center !important;
	font-size: 11px;
	font-weight: bold;
}

#calender tr td {
	border-collapse: collapse;
	padding: 4px 0 4px 0;
	margin: 0;
	text-align: center !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 1em;
	margin: 13px 0 0 0;
	float:left;
}

#month {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 1em;
	margin: 6px 0 5px 0;
	float: right;
}

.holiday {
	background-color: #dddddd;
}

.holiday2 {
	background-color: #FFC6C6;
}

#square {
	display: block;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	float: left;
	background-color: #dddddd;
}

#square2 {
	display: block;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	float: left;
	background-color: #FFC6C6;
}

#note_name {
	font-size: 10px;
	font-weight: normal !important;
	line-height: 1em;
	color: #000000;
	margin: 0 0 3px 3px;
	float: left;
}

#note2_name {
	font-size: 10px;
	font-weight: normal !important;
	line-height: 1em;
	color: #000000;
	margin: 0 0 3px 3px;
	float: left;
}

#note {
	font-size: 10px;
	font-weight: normal !important;
	line-height: 1em;
	color: #000000;
	margin-bottom: 5px;
	clear: both;
}

#note2 {
	font-size: 10px;
	font-weight: normal !important;
	line-height: 1em;
	color: #000000;
	margin: 0;
	clear: both;
}
