@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;
		background-image:url(images/menu_line.png);
		background-repeat:no-repeat;
		background-size:100%;
		background-position:center bottom;
	}

	#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;
	}
	
	.content{
		margin-bottom:20px;
	}
	
	.content h2{
		padding:30px 0 15px;
		xbackground-image:url(images/title_line2.png);
		xbackground-repeat:repeat-x;
		xbackground-size:459px;
		xbackground-position:center bottom;
		font-size:2rem;
		font-weight:400;
		text-align:left;
		xmargin-bottom:30px;
	}
	
	.content h3{
		line-height:1.5em;
		font-weight:normal;
		margin-bottom:20px;
	}
	width:100%;
	}


}


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


}



@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:2.2rem;
	}

	#mainpage .mainpage{
		width:460px;
	}
	
	#mainpage .mainpage ul li{
		display:inline-block;
		font-size:1.6rem;
		border:#333333 dotted 2px;
		margin-bottom:10px;
		width:200px;
		margin-right:10px;
	}
	
	.content{
		margin-bottom:100px;
		overflow:hidden;
	}
	
	.content h2{
		font-size:2.2rem;
	}
	
	.content p{
		line-height:1.5em;
	}


	.image{
		width:400px;
		float:left;
		margin:20px 20px;
	}


}

