@charset "utf-8";
/* CSS Document */

a{
	text-decoration:none;
	color:#CCC;
}	

/*ポイント時のリンク*/
a:hover{
	text-decoration:underline;
	color:#FCF;
}

h4{
	font-size:14px;
	display:inline;
	font-weight:800;
}

h5{
	font-size:12px;
	font-weight:300;
	padding:5px 0 0 20px;
}

h6{
	font-size:12px;
	color:#660099;
	display:inline;
}

@media screen and (min-width: 481px) {

#main{
	width: 1000px;
	height:100vh;
	min-height: 100vh;
	background-color:#FFC;
	position: relative;
	background-image:url(../img/show/show_back.gif);
	background-repeat:repeat-y;
	background-color:#000;
	overflow:auto;
}


#title{
	width: 200px;
	height:50px;
	padding:20px 0 0 20px;
}

#kirie{
	width:400px;
	height:400px;
	margin:60px 30px 0 50px;
	float:left;
}

#mailform{
	width:400px;
	height:500px;
	margin:20px 0 0 30px;
	float:left;
}

#mailform_pc{
}

#mailform_iphone{
	display:none;
}

#main img#letter{
	position: absolute;
	top: 50px;
	left: 250px;
}

#main img#kitte{
	position: absolute;
	top: 10px;
	right: 20px;
}

#main img#denwa{
	position: absolute;
	top: 280px;
	right: 130px;
}

#main img#stamp{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

}
/*480px以下で表示*/
@media screen and (max-width: 480px) {

#main{
	width: 100%;
	height:auto;
	min-height: auto;
	background-color:#FFC;
	position: relative;
	background-image:url(../img/show/show_back.gif);
	background-repeat:repeat-y;
	overflow:auto;
}

#title{
	width: 90%;
	height:auto;
	margin:20px 0 0 20px;
}

#title img{
	width:50%;
	height:auto;
}

#kirie{
	width:100%;
	height:auto;
	margin:0 auto;
	float:none;
	text-align:center;
	padding-top:20px;
}

#kirie img{
	width:70%;
	height:auto;
}

#mailform{
	width:80%;
	height:auto;
	margin:20px 20px 50px 20px;
	float:none;	
}

#mailform_pc{
	display:none;
}

#mailform_iphone{
	width:100%;
	height:auto;
	margin:0px 0 0 0px;
	float:none;
}

#main img#letter{
	display:none;
}

#main img#kitte{
	display:none;
}

#main img#denwa{
	display:none;
}

#main img#stamp{
	display:none;
}

}