@charset "utf-8";




/**************************
/* Pの設定
**************************/


.detailorder{
font-size: 17px;
text-align:center;
margin: 0px 0px 5px;
color:#C00;
}

.detailcont{
font-size: 16px;
text-align:center;
margin: 0px 0px 10px;
color:#333;
}

.detailsub{
font-size: 15px;
text-align:center;
margin: 0px 0px 30px;
color:#333;
}

.detailcontsmall{
font-size: 13px;
text-align:center;
margin: 10px 0px 40px;
color:#333;
}



section.prapoli{
	padding:25px 80px 30px;
	margin:0px 10% 40px;
	border:1px dotted #333;
	border-radius:6px;
	background:#fff;
	overflow:hidden;
	font-size:14px;
}

section.prapoli img{
	margin:0px auto 10px;
	display:block;
}


h3.privacy{
font-size:18px;
text-align:center;
margin: 10px 0px 20px;
}



/* モニター幅940px以下 */
@media only screen and (max-width:940px){
	section.prapoli{
	padding:25px 15px 30px;
	}

}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
section.prapoli{
	margin:0px 5% 40px;
}

	
}