@charset "shift_jis";

/* テキスト
-------------------------------------------*/
.font_space{
	letter-spacing: 0.03em;
}



/* 見出し
-------------------------------------------*/
.heading.md-top{
	background: #53a0c5;
}

.summary_title {
	border-bottom: 2px solid #0281CE;
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	text-align: center;
	color:#008bd5;
}

.summary_title02 {
	background: #53a0c5;
	font-size: 19px;
	text-align: center;
	color:#fff;
	border-radius: 3px;
	margin: 0 0 10px;
	padding: 9px 0 7px 0;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
	letter-spacing: .03em;
}

.heading.md-catalog-top {
	border-left: 10px solid #68a9cf;
}

.heading.md-mitu-title {
	font-weight:bold;
	color:#CB4138;
	padding:10px 0 5px 10px;
	margin:0;
	font-size:24px;
	background-color: #F5D2D0;
}



/* 商品一覧
-------------------------------------------*/
.kahun-items .item .el-thumb {
	position: relative;
	margin-bottom: 5px;
}

.kahun-items .item .el-thumb .labels {
	position: absolute;
	bottom: 3px;
	left: 5px;
}

.more:link{
	display: block;
	margin: 10px auto 0;
	padding: 6px 3px 4px 3px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	background: #009eba;
	border:2px solid #009eba;
	border-radius: 5px;
	width:230px;
}

.more:visited{
	color: #fff;
}

.more:hover{
	color: #fff;
	background: #009eba;
	text-decoration: none;
}



/* Q＆A
-------------------------------------------*/
.qa_area dt{
	padding: 6px 0 10px 35px;
	font-size: 13.5px;
	background: url(img/icon_q.gif) no-repeat 0 0px;
}

.qa_area dd{
	padding: 5px 0 0 35px;
	font-size: 13.5px;
	line-height: 20px;
	background: url(img/icon_a.gif) no-repeat 0 0px;
	margin:5px 0 0 0;
}



/* 機能性アイコン
-------------------------------------------*/
ul.h-list li {
	margin-left: 4px !important;
}
ul.h-list li:first-child {
	margin-left: 0px !important;
}



/* シャドウオフについて
-------------------------------------------*/
.go_box_rank {
	display:block;
	width:210px;
	padding:3px 0;
	text-align:center;
	border:1px #cccccc solid;
	border-radius:3px;
	background-color:#eee;
}
.shadowoff {
	width:43px;
	padding: 2px 3px 0px 3px;
	border: 1px solid #a4a4a4;
	border-radius: 2px;
	font-size:10.5px;
	background: #fff;
	color: #000;
	position: absolute;
	bottom: 5px;
	left: 5px;
}



/* 製品情報テーブル
---------------------------------------*/
.table.item-info th {
	color: #666;
}
.table.item-info td {
	padding-top: 5px;
	padding-bottom: 5px;
}



/* 参考価格
---------------------------------------*/
.price-area .title {
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

.price-area .price {
	color: #CF0609;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}



/* 価格表
---------------------------------------*/
.table.md-price .el-price {
	font-size: 14px;
}



/* 防炎ラベル
---------------------------------------*/
.bouen_label {
	margin: 0 10px;
	padding: 15px;
	border: 1px dotted #FF6666;
	border-radius: 6px;
	background-color: #fff9f9;
}
