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

/* 
------------------------------------------------- */

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

	#mainbody #rightbody #maincontents{
		padding:5%;
		text-align:center;
	}

	#mainbody #rightbody #maincontents img{
		max-width:100%;
		width:auto;
		height:auto;
	}

	#mainbody #rightbody #maincontents h1,
	#mainbody #rightbody #maincontents p{
		text-align:left;
	}

	#mainbody #rightbody #maincontents h1{
		margin-bottom:24px;
		position: relative;
		background: #ffe4df;
		box-shadow: 0px 0px 0px 5px #ffe4df;
		border: dashed 2px white;
		padding: 0.2em 0.9em;
		color: #454545;
	}
	
	#mainbody #rightbody #maincontents h1:after{
		position: absolute;
		content: '';
		left: -7px;
		top: -7px;
		border-width: 0 0 15px 15px;
		border-style: solid;
		border-color: #fff #fff #ffb6a8;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	}

	#mainbody #rightbody #maincontents p{
		margin-bottom:0px;
		color:#000;
	}
	
	.voice{
		text-align:center;
	}
	
	.voice li{
		margin-bottom:50px;
		border:dotted 2px #CCCCCC;
		padding:20px 0;
	}
	
	.txt{
		margin-bottom:50px;
	}
	


}



@media only screen and (min-width: 480px){
	
	
	h3{
		margin:50px 0 50px;
		font-size:1.2em;
		text-align:center;
	}
	


}



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


	#mainbody #rightbody #maincontents{
		padding:0;
	}

	#mainbody #rightbody #maincontents img{
		margin:0 0 0px;
	}


}


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

	
	/* font */
	
	h2{
		font-size:100%;
	}
	
	.txt span{
		display:block;
	}
	
	.voice li{
		margin-bottom:20px;
		border:dotted 2px #CCCCCC;
	}

	
}

