@charset "utf-8";

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


.osaka {
width:90%;
font-size:14px;
font-size:1.4rem;
padding:10px 10px 10px 60px;
background:#f6f6f6 url("https://www.iifas.jp/img/osaka.jpg") no-repeat 5px 5px;
color:#000066;
border-radius:8px;
border: 1px solid #bbd3de;
margin:20px auto 10px;
line-height:1.3;
}
.osaka a{
color:#800000;
text-decoration:underline;
}

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


.que_sig_sec {
clear:both;
padding:10px;
background:#f6f6f6 url("../img/warning2.gif") no-repeat 5px 5px;
color:#000066;
border-radius:8px;
border: 1px solid #bbd3de;
margin:10px 0 30px;
}
.que_sig_sec p{
margin: 0 0 10px 40px !important;
}
.que_sig_sec .que_sig_sec_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_sig_sec .que_sig_sec_link a{
color:#000080;
text-decoration:none !important;
font-weight:normal;
font-size:16px;
font-size:1.6rem;
line-height:1;
}
.que_sig_sec .que_sig_sec_link a:hover{
color:#800000;
text-decoration:underline;
}


/* 商品写真
------------------------------------------------------------*/
#main{
width:100%;
margin:0 auto;
}
#main .grid{
width:33%;
padding:20px 30px 10px;
float:left;
}
#main .grid .grid_content{
border:1px solid #ccc;
}
#main .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{
width:100%;
height:auto;
border-bottom:1px solid #ccc;
vertical-align:bottom;
}

#main2{
width:600px;
margin:10px auto 20px;
}
#main2 .grid_content{
border:1px solid #ccc;
margin-bottom:20px;
}
#main2 .grid_content .text{
font-size:14px;
font-size:1.4rem;
background-color:#eee;
color:#000066;
line-height:1.2;
padding:5px;
}

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


/* 施工方法
------------------------------------------------------------*/
#apply img {
max-width:98%;
height:auto;
}

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

#apply dd {
color:#800000;
}

#apply dt img{
border:1px solid #999;
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:240px;
}

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


/* 取り外し試験結果
------------------------------------------------------------*/
#remove {
border:2px solid #000080;
border-radius:5px;
padding:15px;
}

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

#remove .rem_photo {
float:left;
margin:0 10px 10px 0;
}
#remove .rem_photo img{
border:1px solid #ccc;
}

/* ご注文
------------------------------------------------------------*/
.register {
border:2px solid #900;
border-radius:5px;
padding:15px;
margin:30px 0;
background:url("../img/bg18.png") 0 0 repeat-x;
}
.register p.register_title{
background:url("../img/warning2.gif") no-repeat 5px 0;
padding-left:44px;
margin-bottom:10px;
font-size:20px;
font-size:2.0rem;
font-weight:bold;
color:#990000;
line-height:1.3;
min-height:32px;
}

/* 幅980px以下から
------------------------------------------------------------*/
@media only screen and (max-width:980px){
	.osaka .osaka_link{
	display:none;
	}
}

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

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

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

	#main .grid{
	width:100%;
	padding:10px;
	}
	#apply dl{
	width:50%;
	}
	#remove .rem_photo{
	width:48%;
	margin:0 2% 10px 0;
	}

	.que_sec_link{
	width:100%;
	}
}

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

	.que_sig_sec .que_sig_sec_link{
	width:96%;
	}

}
