@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;
	}
	
	.voice h2{
		background-image:url(images/aicon.png);
		background-repeat:no-repeat;
		background-position:left bottom;
		padding:25px 0 0 50px;
		margin-bottom:20px;
		font-size:2rem;
		height:35px;
		font-weight:normal;
	}
	
	.voice p{
		border:5px dashed #b5dd7c;
		margin-bottom:30px;
	}
	
	.voice p img{
		width:100%;
	}


	
	

}



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


	#contents h1{
		padding:0 0 25px;
		font-size:3.2rem;
	}

}



@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;
		xbackground-size:100%;
		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:90px;
	}

	#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;
	}
	
	.voice{
		overflow:hidden;
		margin-bottom:50px;
	}
	
	.voice p{
		border:5px dashed #b5dd7c;
		margin:0 10px 30px;
		width:400px;
		float:left;
	}
	
	.voice p:nth-child(even){
		clear:both;
	}




}


