

main { margin-top: 0 !important; }

main .side_T span { font-size: 65%; }

.tab_nav .tab_list { 
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
	
.tab_nav .tab_list li {
	float: left;
	width: 13.4%;
	margin-left: 0.5%;
	color: #292929;
	font-weight: bold;
	line-height: 2.6;
	border: solid #d0d0d0;
	border-width: 1px 1px 0;
	text-align: center;
	border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	background: rgb(247,246,243); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(247,246,243) 1%, rgb(232,229,229) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(247,246,243) 1%,rgb(232,229,229) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(247,246,243) 1%,rgb(232,229,229) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

.tab_nav .tab_list li a {
    text-decoration: none;
    font-size: 14px;
}
	
.tab_nav .tab_list li:hover {
	background: rgb(252,217,121); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(252,217,121) 0%, rgb(255,232,170) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(252,217,121) 0%,rgb(255,232,170) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(252,217,121) 0%,rgb(255,232,170) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: solid #eab20a;
	border-width: 1px 1px 0;
	}

.tab_nav .tab_list li.active {
	width: 14.5%;
	background: rgb(255,203,48); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,203,48) 0%, rgb(255,217,102) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(255,203,48) 0%,rgb(255,217,102) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(255,203,48) 0%,rgb(255,217,102) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: solid #eab20a;
	border-width: 1px 1px 0;
	}

.tab_nav .tab_list li:first-child {margin-left: 5.5px;}
	
.tab_nav .tab_list li a {
	display: block;
	color: #292929;
}
	
.tab_nav li a:hover {
	color: #006698;
	text-decoration: none;
}
	
/*　tab inner　タブメニュー内容　*/
.tab_nav .tab_inner {
	width: 99.3%;
    max-width: 1194px;
    margin: 0 auto 2%;
	border: 3px solid #ffd966;
	}
	
.tab_nav .tab_inner li {
    float: left;
    width: 16.5%;
    padding: .6em 0 .2em;
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    border-right: 1px solid #fbcf4f;
    border-bottom: 1px solid #fbcf4f;
	}
	
.tab_nav .tab_inner li:nth-child(n+7):nth-child(-n+12){
    border-bottom: none;
}

.tab_nav .tab_inner li:nth-child(6n) {
	border-right: none;
	width: 16.8%;
	}

	
.tab_nav .tab_inner li:hover,
.cnt_box_wrap .list2-5 .boxlink:hover {
	background-color: #fefde0;
	}

.tab_nav .tab_inner li a { 
    text-decoration: none;
    color: #29017E;
    font-size: 13px;
}

.tab_nav .tab_inner li a:hover { 
    text-decoration: none;
    color: #006699;
}

.tab_nav .tab_inner li span {
	display: block;
	text-align: center;
	line-height: 2;
}
	
.tab_nav .tab_inner li img {
	width: 90%;
	max-width: 180px;
}


/* 2.3.4カラム */
main .youto_list,
main #container .col2_list,
main #container .col3_list,
main #container .col4_list	{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	padding: 0;
	margin-top: 1.6%;
}

	
/* 2カラム */
main #container .col2_list li {
	display: inline-block;
	width: 49.1%;
	margin: 1.5% 1.5% 0.7% 0;
	padding: 1.5%;
	vertical-align: top;
}
	main #container .col2_list li:nth-child(2n){
		margin-right: 0;
	}
	
main #container .col2_list li {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	box-sizing:border-box;
	overflow: hidden;
	text-decoration: none;
}
		
/* 3カラム */	
main #container .col3_list li {
	display: inline-block;
	width: 31.7%;
	margin: 0 0.8% 15px;
	vertical-align: top;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	box-sizing:border-box;
	overflow: hidden;
	text-decoration: none;
    padding: 10px;
}
	

	
/* 4カラム */
main #container .col4_list li {
	display: inline-block;
	width: 23.6%;
	margin: 1.5% 1.8% 0 0;
	padding: 8px;
	vertical-align: top;
}
	main .container .col4_list li:nth-child(4n){
		margin-right: 0;
	}
	
main #container .col4_list li {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	box-sizing:border-box;
	overflow: hidden;
	text-decoration: none;
}




/* 6カラムの場合 */
.tab_nav .li_6clum li {
	border-bottom: none;
	}
	
.cnt_box_wrap { width: 100%; }
	
	
.cnt_box_wrap .list2-5 {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
	
.cnt_box_wrap .list2-5:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
	
.cnt_box_wrap .list2-5 .boxlink {
	float: left;
	width: 23.4%;
	margin: 0 1.6% 14px 0;
	padding: 0 0 8px;
	border: 1px solid #d0d0d0;
}
		
.cnt_box_wrap .list2-5 .boxlink:nth-child(4n) { margin-right: 0; }
.cnt_box_wrap .list2-5 .boxlink:nth-child(n5) { margin-bottom: 0; }
	
.sekou_wrap .list2-5 .boxlink p {
	margin: 5px 0 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #006698;
	}
	
.cnt_box_wrap .list2-5 .boxlink span {
	display: block;
	padding: 0 5%;
	font-size: 11px;
	}


main #container .bg_none li, main #container .bg_none li:hover { background-color: #fff !important; }

main #container .bold {
    display: block;
    font-size: 1rem;
    margin: 10px 0 0;
    padding-bottom: 10px;
}

main #container .use_note {
    font-size: 1rem;
    line-height: 1.75; 
}

	
/* カテゴリーサムネイル */
.cate_tmb_wrap li {	text-align: center; }
	
.cate_tmb_wrap li a { text-decoration: none; }
	
.cate_tmb_wrap li a .cate_name {
	color: #292929;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 1%;
	margin: 4% 0 -4%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
	
.cate_tmb_wrap li a .cate_more {
	color: #fff;
	background-color: #006698;
	border-radius: 3px;
	margin-bottom: 1.5%;
	padding: 3% 15%;
	letter-spacing: 0;
	font-size: 85%;
	font-weight: bold;
	}
	
	
	
/* タブ */
.tab-content input[type="radio"] { display: none; }

.tab-content label {
	display: inline-block;
	width: 13.6%;
	padding: 1.5% 1%;
	font-weight: bold;
	font-size: 14px;
	color: #292929;
	cursor: pointer;
	box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.3);
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	text-align: center;
	background: rgb(247,246,243); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(247,246,243) 1%, rgb(232,229,229) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(247,246,243) 1%,rgb(232,229,229) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(247,246,243) 1%,rgb(232,229,229) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
  color: #292929;
	padding: 1.5% 1%;
	background: rgb(255,203,48); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,203,48) 0%, rgb(255,217,102) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(255,203,48) 0%,rgb(255,217,102) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(255,203,48) 0%,rgb(255,217,102) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: solid #eab20a;
	border-width: 1px 1px 0;
}


.tab-content .tab-box {
	width: 100%;
	height: auto;
	margin: -0.2% auto 0;
	border-top: 3px solid #ffd866;
	box-sizing: border-box;
}

.tab-content > .tab-box > div { display: none; }

#tab1:checked ~ .tab-box > #tabView1,
#tab2:checked ~ .tab-box > #tabView2,
#tab3:checked ~ .tab-box > #tabView3,
#tab4:checked ~ .tab-box > #tabView4,
#tab5:checked ~ .tab-box > #tabView5,
#tab6:checked ~ .tab-box > #tabView6,
#tab7:checked ~ .tab-box > #tabView7 {
  display: block;
	padding: 2% 0 0;
}

.tab-content {
	width: 100%;
	margin: 0 auto;
	}
	
/* タブランキング */

.tab-content .tabrank { position: relative;	}
.tab-content .tabrank a { text-decoration: none; }
	
.tab-content .tabrank .rank01, .tabrank .rank02, .tabrank .rank03, .tabrank .rank04 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 3%;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 0 0 3px 0;
	text-decoration: none;
}
	
.tab-content .tabrank .rank01 { background: #d1a436; }
.tab-content .tabrank .rank02 { background: #7f8386; }
.tab-content .tabrank .rank03 { background: #c06e3d; }
.tab-content .tabrank .rank04 { background: #292929; }
	
.tab-content .tabrank a .i_name {
	text-decoration: none;
	color: #006698;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	}
	
.tab-content .tabrank a .rank_price {
	color: #e70012;
	float: right;
	font-size: 12px;
	margin: 0;
}
	
.tab-content .tabrank span {
	color: #292929;
	margin: -2%;
	padding: 0;
	font-size: 11px;
	line-height: 1.6;
text-align: justify;	
}

/* 特殊機能 */
.tab-content .tabrank .kinou_gray, .tab-content .tabrank .kinou_red, .tab-content .tabrank .kinou_orange,
.tab-content .tabrank .kinou_gray.blue, .tab-content .tabrank .kinou_green, .tab-content .tabrank .kinou_purple, .tab-content .tabrank .kinou_brown {
	margin: 1% 4% 6%;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

.tab-content .tabrank .kinou_gray { background-color:#929292; }
.tab-content .tabrank .kinou_red { background-color:#ea0d21; }
.tab-content .tabrank .kinou_orange { background-color:#ea750d; }
.tab-content .tabrank .kinou_blue { background-color:#006698; }
.tab-content .tabrank .kinou_green { background-color:#006835; }
.tab-content .tabrank .kinou_purple { background-color:#8d3a87; }
.tab-content .tabrank .kinou_brown { background-color:#784416; }


/* FAX・施工図から・メールから */
.mitumori_wrap {
	width: auto;
	border: 3px solid #e0e0e0;
}
	
.mitumori_wrap .products {
	border-right: 1px dotted #e0e0e0;
	margin-bottom: 0;
}
	
.mitumori_wrap .products:last-child {
	border: none;
	}

.mitumori_wrap .products a:hover {
    transition: 0.3s;
}

.mitumori_wrap .products a img:hover {
    opacity: 0.9;
}
	
.mitumori_wrap .balloon {
position: relative;
display: inline-block;
margin: 1.5em 0 0;
padding: 7px 10px;
min-width: 120px;
max-width: 100%;
color: #fff;
font-size: 16px;
letter-spacing: 1px;
font-weight: bold;
background: #006698;
border-radius: 3px;
}
	
.balloon:before{
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -8px;
border: 8px solid transparent;
border-top: 8px solid #006698
}

.balloon p {
margin: 0;
padding: 0;
} 

/* 施工例 */
.wbox {
width: 96%;
padding: 1.5%;
border: 1px solid #e6e6e6;
border-radius: 3px;
margin-bottom: 3px;
}

.wbox_img {
width: 49%;
float: left;
}

.wbox_txt {
width: 49%;
padding-left: 2%;
float: left;
}

.ul_point_wrap { width: 100%;}

.ul_point_wrap li {
display: inline-block;
width: 46%;
margin: 0;
padding: 1.1%;
vertical-align: top;
border: 1px solid #e6e6e6;
border-radius: 3px;
}	

.ul_point_wrap li:nth-child(even) { margin-left: 1%; }

span.sale {
	padding: 0 0.5em;
	font-size: 11px;
	color: #fff;
	background: #db4e86;
	border-radius: 2px;
	letter-spacing: normal;
	display: inline-block;
	margin: .2em .4em .2em 0;
}
	
	
/* 751〜1015px
---------------------------------------------------------------------------*/

@media (min-width:751px) and (max-width:1015px){
	
.tb_none { display: none; }	
	
.tab_nav .tab_list li { width: 13.4%; font-size: 12px; }
	
/* メイン画像したメニュー　tab inner　 */

.tab_nav .tab_inner {
	margin: 0 auto 30px;
	border: 3px solid #fbcf4f;
	}
	
.tab_nav .tab_inner li {
	float: left;
	width: 24.7%;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	border: solid #fbcf4f;
	border-width: 0 1px 1px 0;
	}
    
.tab_nav .tab_list li a {
    font-size: 11px;
}
    
.tab_nav .tab_list li:first-child {margin-left: 0;}
	
.tab_nav .tab_inner li:nth-child(n+7):nth-child(-n+12){
    border-bottom: 1px solid #fbcf4f;
}

.tab_nav .tab_inner li:nth-child(6n) {
    border-right: 1px solid #fbcf4f;
	width: 16.8%;
	}

.tab_nav .tab_inner li:nth-child(4),
.tab_nav .tab_inner li:nth-child(8) {
	width: 24.7%;
	border-width: 0 0 1px 0;
}
		
.tab_nav .tab_inner li:nth-child(6),
.tab_nav .tab_inner li:nth-child(7) {
	width: 24.7%;
	border-width: 0 1px 1px 0;
}
	
.tab_nav .tab_inner li:nth-child(8) {
	width: 24.7%;
	border-width: 0 0 1px 0;
}
	
.tab_nav .tab_inner li:nth-child(9) {
	width: 24.7%;
	border-width: 0 1px 0 0;
}
	
.tab_nav .tab_inner li:nth-child(12) {
	width: 24.7%;
	border-width: 0;
}

	
.tab_nav .tab_inner li:hover,
.cnt_box_wrap .list2-5 .boxlink:hover {
	background-color: #fefde0;
	}
	
.tab_nav .tab_inner li span {
	display: block;
	text-align: center;
	line-height: 2;
}
	
.tab_nav .tab_inner li img {
	width: 90%;
	max-width: 180px;
}
	
/* ランキングタブ */
.tab-content label {
	width: 13%;
	padding: 1.5% 0.5%;
	font-size: 85%;
}
	
}
	
	
	
/* 〜750px
---------------------------------------------------------------------------*/
	
@media (max-width:750px) {	
	
main .side_T { font-size: 120%; }
    
.tab_nav .tab_list li { 
    width: 13.3%;
    line-height: 0;
    padding: 1% 0;
    }
    
.tab_nav .tab_list li img { width: 96%; }
	
/* メイン画像したメニュー　tab inner　 */

.tab_nav .tab_inner {
	margin: 0 auto 15px;
	border: 3px solid #fbcf4f;
    width: 98.4%;
	}
	
.tab_nav .tab_inner li {
	float: left;
	width: 24.7%;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
    padding: 1.2% 0 .6%;
	}
    
.tab_nav .tab_list li:first-child {margin-left: 0;}
    
.tab_nav .tab_list li.active {
    width: 13.3%;
}
    
.tab_nav .tab_inner li:nth-child(n+1):nth-child(-n+8){
    border-bottom: 1px solid #fbcf4f;
}
    
.tab_nav .tab_inner li:nth-child(n+9):nth-child(-n+12){
    border-bottom: none;
}

.tab_nav .tab_inner li:nth-child(6n) {
    border-right: 1px solid #fbcf4f;
	width: 16.8%;
	}

.tab_nav .tab_inner li:nth-child(4),
.tab_nav .tab_inner li:nth-child(8) {
	width: 24.7%;
	border-width: 0 0 1px 0;
}
		
.tab_nav .tab_inner li:nth-child(6),
.tab_nav .tab_inner li:nth-child(7) {
	width: 24.7%;
	border-width: 0 1px 1px 0;
}
	
.tab_nav .tab_inner li:nth-child(8) {
	width: 24.7%;
	border-width: 0 0 1px 0;
}
	
.tab_nav .tab_inner li:nth-child(9) {
	width: 24.7%;
	border-width: 0 1px 0 0;
}
	
.tab_nav .tab_inner li:nth-child(12) {
	width: 24.7%;
	border-width: 0;
}

	
.tab_nav .tab_inner li:hover,
.cnt_box_wrap .list2-5 .boxlink:hover {
	background-color: #fefde0;
	}
	
.tab_nav .tab_inner li span {
	display: block;
	text-align: center;
	line-height: 1.8;
    font-size: 11px;
}
	
.tab_nav .tab_inner li img {
	width: 90%;
	max-width: 180px;
}
	
	
	
/* 2カラム */
.cnt_box_wrap .list2-5 .boxlink {
	float: left;
	width: 47.8%;
	margin: 0 1.6% 14px 0;
	padding: 0 0 8px;
	border: 1px solid #d0d0d0;
}
	
.cnt_box_wrap .list2-5 .boxlink:nth-child(4n) { margin-right: 0; }
.cnt_box_wrap .list2-5 .boxlink:nth-child(n5) { margin-bottom: 0; }
	
.sekou_wrap .list2-5 .boxlink p {
	margin: 5px 0 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #006698;
	}
	
/* ランキングタブ */
.tab-content label {
	width: 13%;
	padding: 1.5% 0.5%;
	font-size: 90%;
}

.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
	padding: 1.5% 0.5%;
	border: solid #eab20a;
	border-width: 1px 1px 0;
}
	
/* FAX・施工図から・メールから */
.mitumori_wrap .products {
	border-bottom: 1px dotted #e0e0e0;
	border-right: none;
	margin-bottom: 0;
	margin-left: 2.2%;
}

.mitumori_wrap .products:last-child { border: none; }
	
/* 吹き出し */	
.mitumori_wrap .balloon {
position: relative;
display: inline-block;
margin: 1em 0 0;
padding: 7px 10px;
min-width: 120px;
max-width: 100%;
color: #fff;
font-size: 16px;
letter-spacing: 1px;
font-weight: bold;
background: #006698;
border-radius: 3px;
}
	
.balloon:before{
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -8px;
border: 8px solid transparent;
border-top: 8px solid #006698
}

.balloon p {
margin: 0;
padding: 0;
}
    
/* 施工例 */
.wbox_img, .wbox_txt { width: 100%; padding-left: 0; }
.wbox_img { margin-bottom: 1.5%;}
    
.ul_point_wrap li {
display: inline-block;
width: 95%;
margin: 0;
padding: 1.1%;
vertical-align: top;
border: 1px solid #e6e6e6;
border-radius: 3px;
}
    
.ul_point_wrap li:nth-child(even) { margin-left: 0; }

span.sale {
	padding: 0 0.5em;
	font-size: 10px;
	color: #fff;
	background: #db4e86;
	border-radius: 2px;
	letter-spacing: normal;
	display: inline-block;
	margin: .2em .4em .2em 0;
}
		
}
