@charset "utf-8";



/* メインページ(index.html)
------------------------------------------------------------ */

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

	#mainpage{
		padding:0 5%;
	}

	#mainpage h1{
		margin-bottom:20px;
		padding:85px 0 15px;
		background-image:url(images/main_top_illust.png),url(images/title_line2.png);
		background-repeat:no-repeat,repeat-x;
		background-size:100%,459px;
		background-position:left top,center bottom;
		font-size:2rem;
		font-weight:400;
		text-align:center;
	}

	#mainpage .mainpage ul{
		margin-bottom:15px;
		padding-bottom:15px;
	}

	#mainpage .mainpage ul li{
		font-size:1.6rem;
		border:#333333 dotted 2px;
		margin-bottom:10px;
		width:100%;
		text-align:center;
	}

	#mainpage .mainpage ul a{
		display:block;
		background-color:#FFF;
		padding:13px 15px;
	}
	
	#mainpage .mainpage ul li a{
		background-image:url(images/subm_bg.png),url(images/subm_bg2.png);;
		background-repeat:no-repeat;
		background-position:left top,right bottom;
	}
	
	.message,.content{
		line-height:1.5em;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
	
	.content{
		margin-bottom:50px;
	}
	
	.content h2{
		padding:30px 0 15px;
		background-image:url(images/title_line3.png);
		background-repeat:repeat-x;
		background-size:459px;
		background-position:center bottom;
		font-size:2rem;
		font-weight:400;
		text-align:center;
		margin-bottom:20px;
	}
	
	.content h2 span{
		display:block;
		line-height:1.5em;
	}
	
	.content h3{
		font-weight:normal;
		margin-bottom:20px;
	}
	
	.howto dl{
		margin-bottom:20px;
	}
	
	.howto dt{
		text-align:center;
		margin-bottom:20px;
	}
	
	.message p{
		margin-bottom:20px;
	}
	
	.image{
		width:100%;
		margin:0px 0px 20px;
	}



}


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

}



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

	#mainpage h1{
		padding:28% 0 25px;
	}

	#mainpage .mainpage ul{
		padding-bottom:20px;
	}




}



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

	#mainbody div.bg2{
		background-image:url(images/main_top_illust.png),url(images/main_top_bg.png);
		background-repeat:no-repeat;
		background-size:100%;
		background-position:left top,right top;
		background-size:360px,520px;
	}

	#mainpage{
		padding:0 38px;
	}

	#mainpage h1{
		width:460px;
		margin-bottom:10px;
		padding:12% 0 25px;
		background-image:none,url(images/title_line2.png);
		font-size:1.8rem;
	}

	#mainpage .mainpage{
		width:460px;
	}
	
	#mainpage .mainpage ul li{
		display:inline-block;
		font-size:1.6rem;
		border:#333333 dotted 2px;
		margin-bottom:10px;
		xwidth:200px;
		xmargin-right:10px;
	}
	
	.content{
		margin-bottom:30px;
	}
	
	.content h2{
		xwidth:460px;
		font-size:2.2rem;
	}
	
	.content h2 span{
		display:inline-block;
	}
	
	.howto{
		overflow:hidden;
	}
	
	.howto dl{
		float:left;
		margin:0 20px 50px 30px;
		width:27%;
	}
	
	.howto a{
		text-decoration:underline;
	}
	
	.message{
		clear:both;
	}
	
	.image{
		width:750px;
		height:auto;
		margin:0px 20px 20px 50px;
	}


}

