/**********
 style-policy.css
**********/

#topCom{
	padding-bottom:30px;
}

.policy{
	padding-bottom:40px;
	font-size:0.9em;
}

.policy h3{
	font-size:19px;
	font-weight:100;
	color:#875839;
	padding:0 0 6px 0;
	margin-bottom:20px;
	text-align:left;
	border-bottom:1px solid #875839;
	line-height:1.3;
}

.policy ul{
	padding:15px 0;
	list-style:disc inside;
}

.policy ul:last-child{
	padding-bottom:0;
}

.policy ul li{
	padding-bottom:5px;
	line-height:1.4;
}

.policy ul li:last-child{
	padding-bottom:0;
}


/** policyContact **/
#policyContact{
	background:#ededed;
	background: rgba(220,220,220,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#44dadcdc', endColorstr='#44dadcdc');
	padding:15px;
}

#policyContact h3{
	font-weight:normal;
	font-size:16px;
	border-bottom:1px solid #604c3f;
	color:#604c3f;
	margin-bottom:15px;
}




/* PC・大型タブレット：769px〜1050px */
@media only screen and (min-width: 769px) and (max-width: 1050px) {




}

/* PC向け：1050px以上で固定 */
@media only screen and (min-width: 1051px) {



}


@media print{
	


}