@charset "utf-8";

/**** Clearfix ****/
#main:after, #main2:after, #main3:after, #apply:after{content:""; display:table;clear:both;}
#main, #main2, #main3, #apply{zoom:1;}

#spec img {
max-width:98%;
height:auto;
}

#caution img {
max-width:98%;
height:auto;
}

.que_flipbolt {
clear:both;
padding:10px;
background:#f6f6f6 url("https://www.iifas.jp/img/warning2.gif") no-repeat 5px 5px;
color:#000066;
border-radius:8px;
border: 1px solid #bbd3de;
margin:10px 0;
}
.que_flipbolt p{
margin: 0 0 10px 40px !important;
}
.que_flipbolt .que_flipbolt_link{
width:350px;
text-align:center;
padding:0 5px;
margin:0 auto;
border:1px solid #999;
border-radius:5px;
background:#EEE;
background:-moz-linear-gradient(top,#fff 0%,#eee);
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
cursor:pointer;
}
.que_flipbolt .que_flipbolt_link a{
color:#000080;
text-decoration:none !important;
font-weight:normal;
font-size:16px;
font-size:1.6rem;
line-height:1;
}
.que_flipbolt .que_flipbolt_link a:hover{
color:#800000;
text-decoration:underline;
}


/* 商品写真
------------------------------------------------------------*/
#main .grid{
width:50%;
padding:20px 30px 10px;
float:left;
}
#main2 .grid{
width:50%;
padding:20px 30px 10px;
float:left;
}

#main .grid .grid_content{
border:1px solid #ccc;
text-align:center;
}
#main2 .grid .grid_content{
text-align:center;
}
#main .grid .grid_content .text, #main2 .grid .grid_content .text{
font-size:14px;
font-size:1.4rem;
background-color:#eee;
color:#000066;
line-height:1.2;
padding:5px;
}

#main .grid .grid_content img, #main2 .grid .grid_content img{
max-width:100%;
height:auto;
border-bottom:1px solid #ccc;
vertical-align:bottom;
}

#main3{
width:100%;
margin-bottom:10px;
}


/* 施工方法
------------------------------------------------------------*/
#apply dl{
width:25%;
/*height:300px;*/
border:1px solid #000066;
background-color:#F5F5DC;
margin:0;
padding:10px;
float:left;
}

#apply dd {
color:#800000;
line-height:1.3;
}

#apply dt img{
border:1px solid #999;
width:96%;
height:auto;
margin:10px auto 20px;
display:block;
}

#apply .apply_tab {
border:1px solid #666;
border-top-left-radius:5px;
border-top-right-radius:5px;
color:#fff;
text-align:center;
padding:5px;
background-color:#000066;
width:100px;
}

#apply .apply_content {
float:left;
margin:0 0 20px 10px;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:961px){
}

/* 幅960px以下（iPadサイズ）から
------------------------------------------------------------*/
@media only screen and (max-width:960px){
}

/* 幅640px以下から
------------------------------------------------------------*/
@media only screen and (max-width:640px){

	#main .grid{
	padding:20px 10px 10px;
	}
	#main2 .grid{
	padding:20px 10px 10px;
	}

}

/* 幅480px以下から
------------------------------------------------------------*/
@media only screen and (max-width:480px){

	#main .grid, #main2 .grid{
	width:100%;
	padding:10px;
	}

	#apply dl{
	width:50%;
	}

	.que_flipbolt .que_flipbolt_link{
	width:100%;
	}
}
