@charset "shift_jis";
/*=========================================*/





/*-------------------------------------------*/
/* テーブル関係                              */
/*-------------------------------------------*/

/* 価格表  md-price
-------------------------------------------*/
.table.md-price .el-maker-price, .table.md-price .el-before-price {
	font-size: 12px;
}
.table.md-price .el-price {
	font-size: 14px;
	font-weight:bold;
}
.table.md-price td.bg01 {
	background:#FFA;
	color:#F00;
	font-weight:bold;
}
.table.md-price .el-blank {
	border: 1px solid #fff;
	background-color: #fff;
}
.table.md-price .el-tani {
	padding-left: 20px;
	color: #666;
	font-weight: normal;
}


/* セット内容  md-set
-------------------------------------------*/
.table.md-set { border: none; }
.table.md-set td { border: none; }
.table.md-set .el-heading {
	margin-top: 2px;
	font-weight: bold;
}
.table.md-set .el-txt {
	margin-bottom: 10px;
	color: #666;
}


/* 仕様  md-spec
-------------------------------------------*/
.table.md-spec {}
.table.md-spec th {
	width: 120px;
}
.table.md-spec td {
	width: 120px;
	text-align: center;
}

.md_harf{
	width: 320px;
	display: inline-block;
	vertical-align: top;
}
.pc_right{
	margin-right: 30px;
}

.other_spec{
	margin-top: 10px;
}

.other_spec ul{
	border-top:  1px solid #bbb;
	margin-bottom: 3px;
}

.other_spec li{
	border-bottom: 1px solid #bbb;
	padding: 4px;
}

.other_spec span {
	font-family:"メイリオ", Meiryo, Osaka, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:14px;
}

/*-------------------------------------------*/
/* 補足説明等                                */
/*-------------------------------------------*/

/* 注意事項
-------------------------------------------*/
.aside.caution {
	margin: 0;
	padding: 0;
	border: 1px solid #ff5d5d;
}
.aside.caution .el-heading {
	padding: 4px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #ff5d5d;
}
.aside.caution .el-heading .title {
	padding-left: 10px;
}
.aside.caution .el-txt {
	margin: 10px;
}
.aside.caution .el-txt .notes {
	color: #333;
	font-size: 16px;
}

.somfy_icon ul {
	font-size: 0;
}

.somfy_icon li{
	display: inline-block;
	padding: 0px 5px;
	width: 57px;
	height: auto;
	margin-bottom: 10px;
}

.somfy_icon img{
	width: 100%;
	height: auto;
}

.kino_read{text-align: left;}
.kino_read span{
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.kino_read p{
	padding: 10px 0;
}

.kino_line{
	border-bottom: 1px solid;
	padding-bottom: 10px;
}
.kino_read img{
	vertical-align: middle;
}

.remote_box {	
	text-align: center;
	display: inline-block;
	width: 150px;
	margin-bottom: 10px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_on { display: block !important; }
.sp_on { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

@media screen and (max-width: 480px) {

.pc_on { display: none !important; }
.sp_on { display: block !important; }

.somfy_icon li{
	width: 43px;
}
.pc_right{
	margin-right: 0px;
}

}/*レスポンシブend*/