@charset "utf-8";

/**** Clearfix ****/
#main:after, #main2:after, #apply:after{content:""; display:table;clear:both;}
#main, #main2, #apply{zoom:1;}
@charset "utf-8";

.deck_finished:after{content:""; display:table;clear:both;}
.deck_finished{zoom:1;}

#apply img {
max-width:98%;
height:auto;
}
#apply a {
text-decoration:underline;
}

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

.warning {
clear:both;
font-size:14px;
font-size:1.4rem;
padding:10px 10px 10px 45px;
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;
}
.warning a{
font-size:14px;
font-size:1.4rem;
color:#000066;
text-decoration:underline;
}

/* 商品写真
------------------------------------------------------------*/
#main {
width:80%;
margin:0 auto;
}
#main .grid{
width:50%;
padding:20px;
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 .grid{
width:33%;
padding:20px 10px;
float:left;
}
#main2 .grid .grid_content{
border:1px solid #ccc;
}
#main2 .grid .grid_content .text{
font-size:14px;
font-size:1.4rem;
background-color:#eee;
color:#000066;
line-height:1.2;
padding:5px;
}
#main2 .grid .grid_content img{
width:100%;
height:auto;
border-bottom:1px solid #ccc;
vertical-align:bottom;
}


/* 他のデッキプレート対応の商品
------------------------------------------------------------*/
.other {
padding:5px 10px;
background: url('https://www.iifas.jp/img/bg18.png') 0px 0px repeat-x;
color:#333;
border-radius:8px;
border:1px dashed #006600;
margin:20px 20px 30px;
}
.other p{
margin:0.5em 0;
padding:0;
line-height:1.2;
}
.other p.other_title{
color:#000066;
padding:0 0 0 20px;
background: url('https://www.iifas.jp/img/yaz3.gif') no-repeat 2px 3px;
}
.other p.other_title a{
color:#000066;
text-decoration:underline;
}


.deck_finished {
width:90%;
background:url("../img/bg19.png") 0 0 repeat-x;
padding:5px 15px 10px;
border:2px solid #900;
border-radius:8px;
margin:0 auto 30px;
}
.deck_finished p {
margin:0.5em 0;
padding:0;
/*line-height:1.2;*/
}
.deck_finished img {
border:1px solid #ccc;
margin:0 10px 10px 0;
}

/* 幅960px以下から
------------------------------------------------------------*/
@media only screen and (max-width:960px){
	#main {
	width:100%;
	}
}

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

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

	#main2 .grid{
	width:50%;
	padding:10px;
	}

}
