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

/* 写真ページ(photo/index.html)
------------------------------------------------------------ */

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

	#contents{
		padding:0 5%;
		line-height:1.5em;
	}

	/*#mainbodyIn div.bak{
		background-image:url(images/main_top_illust.png);
		background-repeat:no-repeat;
		background-position:left top;
	}*/

	#contents h1{
		margin-left:2%;
		margin-bottom:20px;
		padding:0px 0 15px;
		background-image:url(images/title_line2.png);
		background-repeat:repeat-x;
		background-position:left bottom;
		font-size:2.4rem;
		font-weight:400;
		text-align:left;
	}

	#contents .contents{
		padding:0 0 30px;
		xbackground-image:url(images/starline.png);
		xbackground-repeat:repeat-x;
		xbackground-position:center bottom;
	}


	#contents .contents ul:first-child{
		padding:0 2%;
	}

	#contents .contents ul li{
		margin-bottom:15px;
		border-bottom:3px dashed #bdbcc3;
		font-size:1.4rem;
	}

	#contents .contents ul a{
		display:block;
		padding-bottom:10px;
	}
	
	.gaiyou{
		margin-bottom:50px;
	}
	
	.gaiyou h2{
		font-weight:normal;
		font-size:2rem;
		border:#aada90 4px solid;
		background-color:#80c15c;
		padding:10px;
		border-radius:10px;
		color:#fff;
		margin-bottom:30px;
	}
	
	#koara h3{
		font-weight:normal;
		font-size:2rem;
		margin-bottom:20px;
	}
	
	#koara h4,#event h5{
		font-weight:normal;
		font-size:1.4rem;
		margin-bottom:20px;
	}
	
	.mb{
		margin-bottom:20px;
	}
	
	.entrybtn p a:link,
	.entrybtn p a:visited{
		display:block;
		padding:15px 10px;
		width:90%;
		background-color:#F60;
		color:#fff;
		text-align:center;
		border-radius:10px;
		margin-bottom:50px;
	}
	
	.thanks{
		margin-bottom:50px;
	}
	
	.sentence{
		line-height:1.5em;
		margin-bottom:20px;
	}
	
	.sentence2{
		line-height:1.5em;
		margin:20px 0 30px;
	}

	.entryinfo p{
		margin-bottom:20px;
	}
	
	.entrydate{
		border:dashed #70d344 3px;
		padding:15px;
		text-align:center;
		font-weight:bold;
		font-size:16px;
	}


}



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


	#contents h1{
		padding:0 0 25px;
		font-size:3.2rem;
	}
	
	.mind h3 img{
		width:360px;
	}
	
	.entrydate{
		border:dashed #70d344 3px;
		padding:15px;
		text-align:center;
		font-weight:bold;
		font-size:1.5em;
	}

}



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



}


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


}


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


}


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

	#mainbodyIn div.bak{
		background-image:url(images/main_top_illust.png),url(images/main_top_bg.png);
		background-repeat:no-repeat;
		background-position:left top,right top;
		background-size:375px,520px;
	}
	
	#contents{
		padding:0 38px;
	}

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

	#contents .contents{
		padding-bottom:72px;
	}

	#contents .contents ul{
		width:460px;
	}

	#contents .contents:after{
		display:none;
		content:"";
		background-image:none;
	}


	#contents .menu{
		float:left;
		padding-left:0;
	}
	


	#contents .menu div{
		float:left;
		margin-right:95px;
	}

	#contents .menu div:last-child{
		margin-right:0;
	}
	
	.entrybtn p a:link,
	.entrybtn p a:visited{
		display:block;
		padding:15px 10px;
		width:97%;
		background-color:#F60;
		color:#fff;
		text-align:center;
		border-radius:10px;
		margin-bottom:50px;
	}




}


