@charset "UTF-8";
/*製品ページ共通*/
/*製品ページshortcut-link*/
.shortcut-link li{
	float: right;
	font-weight: bold;	
}
.shortcut-link li a{
	font-size: 12px;
	color:#FD757B;
	text-decoration: none;
	padding: 5px 15px 3px;
	margin-right:8px;
	display: block;
	background-color:#fff6f6;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top: 2px solid #fdc;
	border-right: 2px solid #fdc;
	border-left: 2px solid #fdc;
}

#exterior .shortcut-link li a{
	color:#68B141;
	background-color:#F2F8E5;
	border-color: #BBE26A;
}

/*四方枠線囲み*/
.boxed{
	padding: 5px;
	border: 1px solid #CCC;
	margin: 5px;
}
/*四方枠線囲み-問合せ連絡先*/
.contact-info{
	width: 95%;
	/*margin-right: auto;
	margin-left: auto;*/
}
.contact-info .boxed{
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 35px;
	border: 1px solid #67C2FC;
	text-align: left;
	text-indent: -1em;
}
.contact-info strong{
	font-size: 110%;
}
.test .boxed{
	font-size: 85%;
	line-height:1.3;
	padding:3px;
	background-color:#f7f7f7;
	border:none;
	margin: 5px 0px;
}
/*伸縮イメージ*/
.w40fr-img{
	display:block;
	width: 260px;
	height: auto;
	text-align: center;
	line-height: 125%;
}
.w48fr-img{
	float: right;
	width: 48%;
	height: auto;
	margin-left:1.4%;
	text-align: center;
	line-height: 125%;
}
.w48fr-img strong{
	display: block;
	font-size: 100%;
}
.faceimg{
	float: right;
	width: 28.5%;
	height: auto;
	margin-left:10px;	
}

/*＊マーク付き詳細*/
.detail dl{
	clear: both;
	margin-bottom: 30px;
}
.detail dt{
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	clear: both;
	margin-bottom: 5px;
}

.detail .half{
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 10px;
}
.detail .half.end{
	margin-right: 0px;
}
.detail .half img{
	margin-bottom: 5px;
}

#kenzai .detail dt{
	background-image: url(../images/dt-kenzai-cap.png);
}
#pet .detail dt{
	background-image: url(../images/dt-pet-cap.png);
}
#exterior .detail dt{
	background-image: url(../images/dt-exterior-cap.png);
}
.detail dd{
	margin-bottom: 25px;
}

/*図表+説明set flex505*/
.group dl{
	display:table;
	width:100%;
	margin-bottom: 5px;
}
.group dd{
	display: block;
	vertical-align:top;
	margin-bottom: 10px;
	margin-left: 0px;
}
.group dt.figure{
	display: block;
	width:290px;
	background-image: none;
	padding-left: 0px;
}

/*カラーサンプルtable*/
.color-sample th{
	padding: 3px 0px 0px 3px;
	line-height: 100%;
}
.color-sample td{
	padding: 5px;
	text-align: center;
}
.color-sample th small{
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
}

/*画像のみ並列伸縮table*/
.img-list td{
	padding-right: 1%;
	padding-left: 1%;
}
/*説明付*/
.img-list td.caption{
	padding: 0px 5px 5px 5px; 
}
.al-center th,.al-center td{
	padding: 5px;
}

/*比較table*/
.hikaku table{
	float: left;
	width: 320px;
}

/*設置できないケース*/
.teigi table{
	width: 98%;
	margin-bottom: 20px;
	margin-left: 10px;
}
.teigi th {
	vertical-align: top;
	font-weight: normal;
	width:58%;
	padding-top: 10px;
}
.teigi td {
	vertical-align: top;
	width:40%;
	padding-top: 8px;
}
.teigi th dl {
	margin-right:10px;
	text-align: left;
}
.teigi th dt {
	font-size: 16px;
	color: #DC7744;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	line-height:160%;
}
.teigi th dt strong {
	color: #333;
}
.teigi th dd {
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

/*table change505px段落ち*/
.layout table,.layout-flex table{
	border:none;
	margin: 2px 0px 15px 0px;
}
.layout th{
	text-align: left;
	padding: 3px 5px;
	vertical-align: top;
	white-space: nowrap;
}
.layout td{
	padding: 3px 0px 3px 10px;
}
/*SR施工例応用*/
#sr .layout tr{
	border-bottom:1px dotted #CCC;
}
#sr .layout td{
	padding-top: 10px;
}

/*伸縮table layout*/
.layout-flex th{
	text-align: left;
	padding: 3px 5px;
	vertical-align: top;
	/*white-space: nowrap;*/
	display: block;
	width: 98%;
	background-color: #f4f4f4;
}
.layout-flex td{
	display: block;
	width: 98%;
	padding: 3px 0px 3px 10px;
}

/*種類注釈付き枠（画像伸縮無し）*/
.sorts{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	/*font-weight: bold;*/
	text-align: center;
}

/*確認点1408追加*/
.confirmation{
	margin-left:10px;
	margin-bottom:25px;
}
.confirmation h4{
	font-size:16px;
	margin: 5px 0px 10px;
	display: inline-block;
}

/*価格表*/
#pricelist{
  margin-bottom: 15px;	
}
#pricelist h4{
	font-size: 16px;
	background-image: url(../images/news-dot.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	clear: both;
	margin: 5px 0px;
}
#kenzai #pricelist h4{
	background-position: left -36px;
}
#pet #pricelist h4{
	background-position: left -76px;
}
#exterior #pricelist h4{
	background-position: left -116px;
}

#pricelist table,.size-list table{
	width:100%;
	margin-bottom: 10px;
	border: 1px solid #999;
}
#pricelist th,.size-list th{
	border: 1px solid #999;
	padding:3px 5px;
	background-color: #F9F9F6;	
}
#pricelist th{
	background-color: #FEF5F2;
	line-height: 120%;
}
#pricelist th small,.size-list th small{
	font-size: 90%;
	font-weight: normal;
	line-height: 110%;
}
#pricelist td,.size-list td{
  border: 1px solid #999;
	padding:3px 5px;
}
#pricelist th.sale{
	background-color: #FB969E;
	color: #FFF;
}
#pricelist td.sale{
	color: #FB767D;
	font-weight: bold;
}

/*#pricelist内cart*/
.cart-inner, .cart-inner2{
	margin-bottom: 20px;
	border: #e4e4e4 solid 2px;
	padding: 5px 8px;
	margin-right:5px;
}
.cart-inner .product-name, .cart-inner2 .product-name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	padding: 2px 5px;
}
.cart-inner dt, .cart-inner2 dt{
	font-weight: normal;
	margin: 0px 5px 2px 5px;
	float: left;
}
.cart-inner dd, .cart-inner2 dd{
	float: none;
	margin-left: 95px;
	margin-bottom: 2px;
}
.cart-inner dd.putin, .cart-inner2 dd.putin{
	margin-left: 8px;
	text-align: right;
}

/*form-parts*/
.cart-inner input,.cart-inner select,.cart-inner2 input,.cart-inner2 select{
	padding: 2px;
	font-size: 13px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.cart-inner select, .cart-inner2 select{
	padding: 2px 5px;
}
.cart-inner dd.putin input, .cart-inner2 dd.putin input{
	font-weight: bold;
	color: #FFF;
	background-color: #FD757B;
	border-radius: 3px;
	border: none;
	padding: 2px 15px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
  box-shadow: 0px 1px 3px rgba(0,0,0,.3);
}

/*下部共通レンジリンク*/
#btm-rangelink ul{
	margin-bottom: 15px;
	list-style-type: none;
	line-height: 100%;
	overflow: hidden;
	color: #1EB5FC;
}
#btm-rangelink li{
	float: left;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-bottom: 5px;
	margin-right: 12px;
}
#btm-rangelink li.range{
	float: left;
	margin-bottom: 5px;
	border: none;
}
#btm-rangelink li.range a{
	font-weight: bold;
	color: #666;
}
#btm-rangelink li a:hover{
	color: #43A9FF;
}

/*----------------------------*/
/* 施工例 */
/*pager*/
.page-operation{
	font-size: 12px;
	margin: 10px 0px 20px 10px;
}
.page-operation a{
	color: #37A6FC;
}
.page-operation .hits{
	margin-right: 0px;
	float: left;
}
.page-operation .pager-navi{
	width: 280px;
  float: left;
	margin-left: 10px;
	list-style: none;
	background-color: #fff;
}
.page-operation .pager-navi .page-numbers{
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #e6f5ff;
	margin-left: 6px;
}
.page-operation .pager-navi .current{
	color: #1eb5fc;
	font-weight: bold;
	border: 1px solid #1eb5fc;
}
.page-operation .pager-navi .prev,.page-operation .pager-navi .next {
	background-color: #fff;
}

#exterior .page-operation a{
	color: #68AE1F;
}
#exterior .page-operation .pager-navi .page-numbers{
	background-color: #F2F8E5;
}
#exterior .page-operation .pager-navi .current{
	color: #68AE1F;
	border: 1px solid #68AE1F;
}

#pet .page-operation a{
	color: #FF9200;
}
#pet .page-operation .pager-navi .page-numbers{
	background-color: #FFF2E0;
}
#pet .page-operation .pager-navi .current{
	color: #FF9200;
	border: 1px solid #FF9200;
}

#sekou-list dt h3{
	margin-bottom: 0px;
}
#sekou-list dd{
	padding-left:15px;
	margin-left: 0px;
	padding-bottom:15px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}
#sekou-list dd h4{
	margin-bottom: 5px;
	padding-top: 1px;
	font-size: 15px;
	float: left;
}
#sekou-list .date{
	font-size: 13px;
	margin-right: 10px;
	text-align: right;
}
#sekou-list .range a{
	font-size: 12px;
	float: left;
	margin-right: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #FD757B;
	padding: 1px 8px;
}
#sekou-list p{
	/*clear: both;*/
	margin-bottom: 12px;
}
#sekou-list img{
	margin-right: 0px;
	margin-bottom: 10px;
}
#sekou-list .comment{
	margin-bottom: 15px;
	clear: both;
	background-image: url(../images/comment_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
}

/*--stove--*/
#concord table {
	border:#ccc 1px solid;
	margin-bottom: 15px;
	sp
}
#concord table th {
	background-color: #ddd;
	padding-top: 5px;
	padding-left: 5px;
	border-right:#ccc 1px solid;
}
#concord td {
	padding: 5px;
	border-right:#ccc 1px solid;
}
.bsa dl {
	text-align: center;
	float: left;
	width: 220px;
	margin: 0 10px 10px 0;
}
.bsa dt{
	font-weight: bold;
	padding: 2px;
}
.bsa dt h4 {
	text-align: center;
}
.bsa dt h4 small {
	font-size: 12px;
}
.bsa dd{
	padding: 3px;
	margin: 0px;
	text-align: left;
	font-size: 95%;
	line-height: 140%;
}
.bsa .kochira-link a{
	float: right;
	margin-right: 10px;
}

/*--glass--*/
.textbox{
	font-weight: bold;
	color: #FFF;
	background-color: #054FA3;
	padding: 5px 10px;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 2px;
}

.spacia-lineup table{
	padding: 5px;
	border: 1px solid #CCC;
	width: 100%;
}
.spacia-lineup strong a{
	font-size: 15px;
	color: #3366CC;
}
.spacia-lineup th{
	padding: 8px;
	border-right: 1px solid #ccc;
}
.spacia-lineup td{
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.spacia-lineup td.plus{
	font-size: 14px;
	color: #FF9999;
	font-weight: bold;
}

/*---lineup---*/
#lineup h2,#main h2{
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	line-height: 100%;
	color: #fff;
	padding: 7px 9px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-position: left 5px;
	padding-left:20px;
	background-repeat: no-repeat;
	background-position: left 5px;
	background-color: #44ADFC;
	border-bottom: 3px solid #CEF0FF;	
	background-image: url(../images/halfcircle-common.png);
}
#kenzai #lineup h2,#kenzai #main h2{
	background-color: #3BC3FF;	
	border-bottom: 3px solid #CEF0FF;	
	background-image: url(../images/halfcircle-kenzai.png);
}
#pet #lineup h2,#pet #main h2{
	background-color: #faae00;
	border-bottom: 3px solid #ffefd9;
	background-image: url(../images/halfcircle-pet.png);
}
#exterior #lineup h2,#exterior #main h2{
	background-color: #91C822;	
	border-bottom: 3px solid #DEEFBD;
	background-image: url(../images/halfcircle-reform.png);
}

#lineup h3,#main h3{
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 4px 0px 6px 10px;
	background-image: url(../images/oval_head_bg.png);
	background-position: left -180px;
	background-repeat: no-repeat;
	color: #333;
	font-size: 18px;
}
#lineup h3 img{
	margin-left:5px;
}
#lineup h3 a, #main h3 a{
	text-decoration: none;
	color: #444;
}
#kenzai #lineup h3{
	background-position: left 0px;
}
#pet #lineup h3,#pet h3{
	background-position: left -60px;
}
#exterior #lineup h3,#exterior h3{
	background-position: left -120px;
}
#main h3.img-none{
	background-image: none;
	padding-left:0px;
}

/*lineup詳細説明*/
#inner p.preface{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#lineup .pic img,.faceimg img,ul.sekou-img img{
	border: 1px solid #999;
}
#lineup section{
	border-bottom: 2px solid #e4e4e4;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#lineup section.end{
	border-bottom: none;
}
#lineup .inner p{
	margin-bottom:10px;
}
#lineup .inner p a,#recommend .inner p a{
	text-decoration: underline;
}
#lineup .btn,#sekourei .btn{
	margin: 0px 0px 5px;
	display: inline-block;
  float: right;
	padding-left:30px;
	background-image: url(../images/arrow_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border:none;
}
#kenzai #lineup .btn,#kenzai #sekourei .btn{
	background-position: 10px 5px;
}
#pet #lineup .btn,#pet #sekourei .btn{
	background-position: 10px -53px;
}
#exterior #lineup .btn,#exterior  #sekourei .btn{
	background-position: 10px -114px;
}
/*新製品new表示*/
.new-item{
	font-size:70%;
	background-color:#F26A6C;
	color :#fff;
	padding:3px 5px;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

/*lineup施工例＆施工例ページh2*/
#main #sekourei h2,#lineup #sekourei h2,#main #sekou-list h2{
	color: #ff9200;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	padding: 6px 0px 6px 35px;
	background-color: #fff;	
	background-image: url(../images/camera_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-bottom: 3px solid #FAAE00;
	border-radius: 0px;
}
#kenzai #sekourei h2,#kenzai #sekou-list h2{
	color: #00AEFF;
	background-position: 0px 2px;
	border-bottom: 3px solid #00AEFF;
}
#pet #sekourei h2,#pet #sekou-list h2{
	color: #ff9200;
	background-position: 0px -50px;
	border-bottom: 3px solid #FAAE00;
}
#exterior #sekourei h2,#exterior #sekou-list h2{
	color: #66B000;
	background-position: 0px -106px;
	border-bottom: 3px solid #66B000;
}
ul.sekou-img li{
	float: left;
	width: 18.5%;
	margin-right: 10px;
	list-style-type: none;
	margin-right: 1.4%;
	margin-bottom: 10px;
}

/*kenzai-caterory-link*/
.point-link{
	background-color: #CEF0FF;
	border-radius: 5px;
	margin: 5px 0 15px 0;
	padding:6px 0 0px;
}
.point-link li{
	float: left;
	margin:0 0 3px 1.42%;
	/*width:32%;*/
}

/*relative-link*/
.go-pagelink li{
	float: left;
	font-weight: bold;
	list-style-type: none;
}
.go-pagelink li a{
	width: 120px;
	font-size: 13px;
	text-decoration: none;
	padding: 9px 5px 5px 15px;
	margin:0px 10px 7px 0px;
	display: block;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 0px -43px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
  box-shadow: 0px 1px 3px rgba(0,0,0,.3);
}
.go-pagelink li:last-child {
	margin-right: 0px;
}
#kenzai .go-pagelink li a{
	color: #00AEFF;
	background-color: #DCF4FF;
	background-image: url(../images/halfcircle-kenzai.png);
}
#pet .go-pagelink li a{
	color: #ff9200;
	background-color: #FFF2E0;
	background-image: url(../images/halfcircle-pet.png);
}
#exterior .go-pagelink li a {
	color: #64B100;
	background-color: #EEF7DE;
	background-image: url(../images/halfcircle-reform.png);
}

/*---home---*/
.home a{
	text-decoration: none;
}
.home #main {
	width: 95.744%;
	margin-top: 0px;
	margin-right: 2.128%;
	margin-bottom: 15px;
	margin-left: 2.128%;
}
#home-image {
	width: 100%;
}
#home-image .img01 {
	float: left;
	width: 100%;
	height: auto;
}
#home-image .img02 {
	display: none;
}
#contents h2.catch{
	padding: 10px 0px 0px  0px;
	margin: 0px;
	font-size: 0px;
	border: none;
	background-color: #fff;
}
#contents h2.catch img{
	width: 100%;
}
#recommend h2{
	background-color: #2ea4ff;
	padding: 0px 15px;
	margin: 35px 0px 20px 0px;
	border:none;
	background-image: none;
}
#recommend h2 span{
	padding: 2px 8px;
	background-color: #fff;
	display: inline-block;
	color: #2ea4ff;
	font-size: 18px;
	line-height: 100%;
	border:none;
}
#recommend .pic{
  width:300px;
  height: auto;
	margin-right: 10px;
}
#recommend .pic img{
  border: 1px solid #999;
}
#recommend h3{
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 0px 4px 10px;
	background-image: url(../images/oval_head_bg.png);
	background-position: left 0px;
	background-repeat: no-repeat;
}
#recommend h3 a{
	text-decoration: none;
	color: #444;
}
#recommend h3.m01{
	background-position: left 0px;
}
#recommend h3.m02{
	background-position: left -60px;
}
#recommend h3.m03{
	background-position: left -120px;
}

/*topics&news*/
#news{
	position: relative;
}

#news h2{
	margin: 10px 0px 0px 0px;
	font-size: 20px;
	color: #fff;
	background-color: #2ea4ff;
	padding: 7px 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-image:none;
}
#news .go-archive a{
	position: absolute;
	top: 8px;
	right: 15px;
	font-size: 12px;
	padding-left: 20px;
	background-image: url(../images/arrow_icon.png);
	background-repeat: no-repeat;
	background-position: left -180px;
	color: #FFF;
}
#topics {
	border: 5px solid #eee;
	border-top-width: 0px;
	background-color: #f9f9f9;
}
#topics ul {
	margin-bottom: 5px;
	padding: 5px;
	list-style-type: none;
}
#topics li {
	float: left;
	margin-right: 10px;
	font-size: 12px;
	display: block;
}

#news dl {
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	clear: both;
	background-color: #fff;
}
#news dt{
	font-weight: bold;
	padding-left: 5px;
	background-position: left 3px;
	background-repeat: no-repeat;
	background-size: 14px 172px;
}
#news dt.dot-info{
	background-position: left 4px;
}
#news dt.dot-kenzai{
	background-position: left -36px;
}
#news dt.dot-pet{
	background-position: left -76px;
}
#news dt.dot-reform{
	background-position: left -117px;
}
#news dt.dot-other{
	background-position: left -157px;
}
#news dd {
	font-size: 12px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 2px solid #F6F6F6;
}	
#news dd:last-child {
	border-bottom: none;
}	
#news dd.date {
	margin-bottom: 2px;
	padding-bottom: 0px;
	color: #666;
	border: none;
}
#news iframe{
	width:100%;
	height:420px;
}

/*sns&blog*/
#our-link{
	margin-top: 25px;
}
#our-link h4{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin: 0px;
	color: #2EA4FF;
	border-left: 1px solid #B1d0FF;
	border-right: 1px solid #B1d0FF;
	border-top: 1px solid #B1d0FF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*4/25修正*/
#our-link ul{
	background-color: #E6F0FF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 1px solid #B1d0FF;
	border-right: 1px solid #B1d0FF;
	border-bottom: 1px solid #B1d0FF;
	padding: 5px;
	  padding-left: 14%;
}


/*4/25修正*/
#our-link li{
	list-style-type: none;
	float: left;
	margin-right:5%;
	margin-top: 5px;
	margin-bottom: 5px;
	width:17.5%;
}

#our-link li img{
	float: left;
	border: 1px solid #999;
}
.home .btn {
	margin: 0px 0px 10px;
	display: inline-block;
  float: right;
	padding-left:32px;
	background-image: url(../images/arrow_icon.png);
	background-repeat: no-repeat;
	background-size: 18px 250px;
	border: 2px #DAE9FF solid;
}

.btn-kenzai,.btn-kenzai:hover{
	background-position: 10px 6px;
}
.btn-pet,.btn-pet:hover{
	background-position: 10px -55px;
}
.btn-exterior,.btn-exterior:hover{
	background-position: 10px -114px;
}

/*hikido*/
 #hikido .group dl .clearfix a{
	margin-top: 10px;
	color: #37A6FC;
}

/*---Qamp;A---*/
.qa dl{
	margin-left: 10px;
}
.qa dt{
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 6px;
	padding: 3px 0px 3px 32px;
	background-image: url(../images/hisashi/quest.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	border-bottom: 1px dotted #44C4FC;
}
.qa dd{
	padding-left: 20px;
	padding-bottom: 12px;
}

/*---profile---*/
.faceimg img, #gaiyou img,#page-image img{
	max-width: 100%;
	height: auto;
}
#gaiyou table{
	margin:0 10px 25px 10px;
	border:none;
}
#gaiyou th{
	text-align: left;
	width: 18%;
	padding: 5px 10px;
	border-bottom: 2px solid #CCC;
	color: #205088;
	vertical-align: top;
}
#gaiyou td{
	padding: 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
}
#map_canvas{
	height: 398px;
	width: 99.8%;
	border: 1px solid #999;
	margin-bottom: 20px;
}
#map_canvas small{
	line-height: 125%;
}
.philosophy{
	margin: 0 0 25px 10px;
}
.philosophy dt{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding: 0px;
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
.philosophy dd{
	margin-left: 0px;
}
/*tokusyohou*/
#tokusyou dt {
	float: left;
	font-weight: bold;
	width: 145px;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 4px;
}
#tokusyou dd {
	margin-bottom: 3px;
	margin-left: 150px;
}
#tokusyou dl,#tokusyou ul{
	margin-left: 15px;
	margin-bottom: 18px;
}

/*--sitemap--*/
#sitemap {
	margin-top: 10px;
	margin-bottom: 20px;
}
#sitemap a{
	color: #333;
}
#sitemap a:hover{
	color: #44ADFC;
}
#sitemap dt {
	font-size: 14px;
	font-weight: bold;
	padding-left: 17px;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 10px;
	background-image: url(../images/sidebar_icon_x2.png);
	background-size: 17px 190px;
	background-position: 0px -129px;
	background-repeat: no-repeat;
	background-position: left top;
}
#sitemap dd {
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left:13px;
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #666;
	font-size: 95%;
}
#sitemap dd.kenzai-child {
	margin-left: 30px;
}
#sitemap dd ul {
	margin-left: 0px;
	padding-left: 13px;
}
#sitemap dd li {
	margin-bottom: 5px;
}
#sitemap dd a{
	font-size: 105%;	
}

/*form*/
#basicform{
	width: 95%;
	padding: 20px 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#basicform form{
  margin: 0px;
  padding: 0px;
}
#basicform table{
	margin: 0;
	padding: 0;
	width: 100%;
}
#basicform em{
	color: #EB6666;
	font-style: normal;
}
label em{
  font-size: 12px;
}
#basicform .underline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7E2F1;
}
#basicform th{
  width: 30%；
  border-style: none;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  margin: 0px;
  padding: 8px 0px;
}
#basicform td{
  border-style: none;
  font-size: 12px;
  margin: 0px;
  padding: 8px 0px;
}
#basicform td.necessary{
  padding: 0 0 5px 15px;
  font-size: 12px;
}
#basicform .worning{
  font-size: 12px;
  line-height: 120%;
  margin-top: 3px;
}
#basicform label{
  margin-left: 10px;
}
#basicform input{
  margin-right: 10px;
  padding: 2px;
}
#basicform input:focus, #basicform input.error:focus, textarea:focus {
		background-color: #FFFFDF;
}
#basicform input,#basicform select,#basicform textarea{
  font-size: 14px;
  padding: 2px;
  border: 1px solid #ccc;
}
#basicform textarea{
	margin-bottom:5px;
	width: 96%;
}
#basicform .tenpu input{
	border:none;
	font-size: 12px;
	margin-bottom:5px;
}
#basicform td.merge{
  padding-bottom:15px;
  text-align: center;
}
#basicform form button {
	margin-right:20px;
	width:120px;
	text-align:center;
	line-height:200%;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background-color: #44ADFC;
}

/*プラメイクEII/遮光網戸*/
h1.point-head {
	font-size:24px;
	margin: 10px 0px 15px;
	line-height:28px;
}
.point-color{
	background-color: #D5BE00;
}
.point-color1{
	background-color: #FA2C2C;
}
.point-color2{
	background-color: #4FA300;
}
.point-color3{
	background-color: #0090E7;
}
.point-color4{
	background-color: #7702D0;
}
.point-color5{
	background-color: #E5A239;
}
.point-head .count {
	margin: 0px 8px 0 0;
	display: inline-block;
	border-radius: 15px;
	/*background-color: #E94545;*/
	padding: 0px 12px 2px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.point-boxed .head{
		padding:3px 30px;
		margin-bottom: 10px;
		display:block;
		background-color:#9D7D4A;
		color:#fff;
	}
#main h3.point-sub{
	color: #9D7D4A;
	background-image: none;
	border-left: 5px solid #7DAF03;
	padding: 0 0 0px 8px;
	margin-bottom:10px;
	/*padding-left: 0;*/
}
.point-boxed{
	padding:10px 15px;
	border:solid 1px #9D7D4A;
	margin-bottom: 10px;
}
#main h4.small{
	font-size:16px;
}
.point-boxed table{
	border: 1px solid #9D7D4A;
}
.point-boxed th{
	border: 1px solid #E97D00;
	padding: 3px 10px;
	font-size: 21px;
	text-align: center;
	color: #E97D00;
}
.point-boxed td{
	border: 1px solid #E97D00;
	padding:3px 5px 3px 20px;
	font-size:12px;
}
.point-boxed td ul{
	
	list-style-type:disc;
}
.point-boxed td li{
	padding-left:-25px;
	list-style-type:disc;
}

/*遮熱クールネット*/
ul.cool-menu{
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	clear:both;
}
ul.cool-menu li{
	float:left;
	width: 25%;
	margin:0;
}

ul.cool-menu li img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}

.test .point-boxed{
	border-color: #89B4DD;
}
#main .test h4.headding{
}
#main .test h4.small{
	font-size: 16px;
	padding: 3px 10px;
	margin-bottom: 10px;
	background-color: #CCE4FA;
	color: #4392DD;
}

.list-table{
	width:100%;
}
.list-table th{
	display: list-item;
	list-style:none;
	text-align:left;
	font-size:16px;
}
.list-table td{
	display: list-item;
	list-style:none;
	text-align:center;
}

/*media Queries*/

/*tableblock505以下*/
@media (max-width: 505px) {
  #gaiyou th,#gaiyou td{
	  display: block;
		width: 98%;
  }
	#gaiyou th,#basicform th{
	  background-color: #E2F3FF;
	  border:none;
  }
	.layout th,.layout td{
	  display: block;
		width: 99%;
  }
	.layout th{
	background-color: #f4f4f4;
  }
	table{
	font-size: 90%;
	}
	td.drop{
		display: block;
		width: 99%;
	}
	#sr .layout tr{
		border-bottom:none;
	}
	#basicform th,#basicform td{
		display: block;
		width: 97%;
		padding: 5px 0px;
	}
	#basicform .underline{
		border:none;
	}
　.teigi th dl {
	margin-right:0px;
	}
	.teigi th dt {
	font-size: 14px;
	}
}

@media (max-width: 850px) {
  .video-player iframe {
	  width: 100%;
  }
}

/*----------------------------------------------------*/
@media print, screen and (max-width: 768px) {	
  /*home*/
	#our-link ul{
	  padding-left: 5%;
	}
	#our-link li{
	list-style-type: none;
	float: left;
	margin-right:5%;
	margin-top: 5px;
	margin-bottom: 5px;
	width:20%;
	}
}

/*----------------------------------------------------*/
@media print, screen and (max-width: 600px) {	
  /*home*/
	#our-link ul{
	  padding-left: 7%;
	}
	#our-link li{
	list-style-type: none;
	float: left;
	margin-right:5%;
	margin-top: 5px;
	margin-bottom: 5px;
	width:45%;
	}
}

	
	
/*----------------------------------------------------*/
@media print, screen and (min-width: 450px) {	
  /*home*/
	#home-image {
	  width: 100%;
	}
	#home-image .img01 {
	  float: left;
	  width: 65%;
	  height: auto;
	}
  #home-image .img02 {
	  float: left;
	  width: 35%;
	  height: auto;
		display: block !important;
	}
	.go-pagelink li a{
		width:135px;
	  font-size: 14px;
		padding: 8px 5px 5px 15px;
 }
 .ng p{
	  margin-left: 30px;
	}	
  .page-operation .pager-navi{
	　width: 420px;
	}
	#sekou-list img{
	　margin-right: 10px;
 }
 .w40fr-img{
	float: right;
	width: 40%;
	height: auto;
	margin-left:1.4%;
	text-align: center;
	line-height: 125%;
  }
  .point-boxed .head{
		display:inline-block;
  }
  /*plamake2*/
  .trouble-bg{
	background-image:url(../images/glass/plamake2_listbg.gif);
	background-repeat:no-repeat;
	background-position: right center;
	background-size:70%;
  }
}

@media print, screen and (min-width: 505px) {	
/*lineup*/
  #lineup h2,#main h2{
	  font-size: 21px;
		background-position: left 7px;	
  }
  .color-sample small{
	font-size: 8px;
  }
  #sekou-list dd h4{
	  font-size: 16px;
  }
}
@media print, screen and (min-width: 600px) {
/*plamake2*/
  .trouble-bg{
	background-size:auto;
  }
}

/*メニュー表示*/
@media print, screen and (min-width: 620px) {	
  /*profile*/
  .philosophy dd{
	  margin-left: 15px;
  }
	/*lineup*/
  #lineup .pic img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
  }
	#lineup .half .pic img{
	float: none;
	margin-bottom: 0px;
  }
	/*2列分*/
  #lineup section.half{
	  width:48%;
	  margin-right:2.8%;
	  float: left;
	  border:none;
		margin-bottom: 0px;
  }
  #lineup section.col2{
	  margin-right:0%;
	}
	.section-line{
	  clear: both;
	  border-bottom: 2px solid #e4e4e4;
		margin-bottom: 15px;
	}
	/*home*/
	#recommend h2 span{
	  padding: 2px 8px;
	  font-size: 21px;
	}
	#main h3{
	padding-top: 3px;
	font-size: 18px;
	}
	#topics ul {
	  float: right;
	}
  /*recommend w-620*/
  #recommend .pic {
    overflow: hidden;
    float: left;
    width: 40%;
		height: auto;
		margin-right: 10px;
  }
  #recommend .pic img {
		width: 100%;
		height: auto;
  }
  #recommend p {
    margin-left: 230px;
  }
  #recommend .more {
	clear: right;
	margin: 10px 0px;
  }
	.detail dt{
	  font-size: 17px;
	}
 .cart-inner,  .cart-inner2{
	  width: 40%;
		float: right;
		margin-bottom: 20px;
		margin-right:0px;
	}
	.color-sample th{
	  white-space: nowrap;
	  padding-right: 5px;
	  padding-left: 5px;
	}
	.group dd{
	  display: table-cell;
	  vertical-align:top;
		margin-left: 10px;
	}
	.group dt.figure{
	  width: 325px;
	}
	#sekou-list .date{
	  float: right;
	}
	#sekou-list dt h3{
	margin-bottom: 3px;
  }
	#sekou-list dd h4{
	  font-size: 17px;
	}
	.textbox{
	  font-size: 14px;
	}
	#sitemap {
	  margin-left: 20px;
	}
	#sitemap dt {
	  font-size: 14px;
	  margin-left: 40px;
	}
	#sitemap dt.kenzai-parent {
	  margin-left: 12px;
	}
	#sitemap dd {
	margin-left: 60px;
	}
	#sitemap dd.kenzai-child {
	  margin-left: 75px;
	}
	.list-table th{
	display: block;
	text-align:left;
  }
  .list-table td{
	display:table-cell;
  }
}

/*utility表示*/
@media print, screen and (min-width: 760px) {	
  #lineup h2{
	  font-size: 23px;
  }
  #recommend h2 span{
	  padding: 2px 8px;
	  font-size: 23px;
	}
  #recommend section {
	  float: left;
	  width: 32%;
	  margin-right: 2%;
	margin-bottom: 20px;
  }
  #recommend .pic {
    overflow:visible;
    float: none;
    width: auto;
		margin-right: 0px;
  }
  #recommend p {
    margin-left: 0;
  }
	#recommend section:last-child {
    margin-right: 0;
  }
	#recommend section.cate03 {
		margin-right: 0px;
	}
	.home .btn {
	  margin: 0px 0px 10px;
	  display: block;
    float: none;
  }
	#main #recommend .m03 {
	font-size: 17px;
	}
}


@media print, screen and (min-width: 850px) {	
 	#lineup h2{
	  background-position: left 8px;	
  }
	#pricelist .bikou{
	float: left;
	width: 360px;
	margin-bottom: 15px;
	}
 .cart-inner{
	  width: 230px;
	}
 .cart-inner2{
	  width: 330px;
	}
	#main #recommend .m03 {
	font-size: 18px;
	}
}

@media (max-width: 958px) {
	.bsa .line{
	display: none;
	clear: none;
	}
}

@media print, screen and (min-width: 980px){
	#home-image {
	  width: 940px;
	}
	.go-pagelink li a{
		width:145px;
 }
 #pricelist .bikou{
	  float: left;
	  width: 430px;
 }
 #our-link li img{
	　width:160px;
	  height:48px;
	}

 #pricelist .bikou2{
	  float: left;
	  width: 330px;
 }
}

/*--home-index-menu--*/
/*slide movie
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  width: 100%; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  heght: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }
*/
/*スライダー*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  /*content: "\0020";*/
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 10px 0 50px;
  background: #ffffff;
  border: 1px solid #fff;
  border: none;
  position: relative;
  zoom: 1;
  max-width:938px;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 60%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  /*font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}*/
/*.flex-direction-nav a.flex-next:before {
  content: '\f002';*/
}
.flex-direction-nav .flex-prev {
  left: -20px;
 /* background-image:url(../images/slide_prev.png);*/
  text-indent:-9999px; 
}
.flex-direction-nav .flex-next {
  right: -20px;
 /* text-align: right;*/
/*  background-image:url(../images/slide_next.png);*/
  text-indent:-9999px; 
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
/*
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
/*.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}*/
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #cbe3fb;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(111,178,244,0.30);
	-moz-box-shadow: inset 0 0 3px (111,178,244,0.30);
	-o-box-shadow: inset 0 0 3px (111,178,244,0.30);
	box-shadow: inset 0 0 3px rgba(111,178,244,0.30);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #6FB2F4;  
}
.flex-control-paging li a.flex-active {
	background: #6FB2F4;
	cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
