@charset "utf-8";

/* 特定商取引法に基づく表示
------------------------------------------ */
#container{
	margin-top: 60px;
}
#side h1.pageTitle{
	font-size: 16px;
	font-weight: 400;
}
#contents table{
	font-size:13px;
	width:100%;
}
#contents table tr td{
    padding: 15px 18px 12px 18px;
    vertical-align: top;
    line-height: 1.7;
	 border:1px solid #d9d9d9;
}
#contents table tr td:first-child {
    width: 30%;
	 background:#f7f7f7;
}
#contents table .attention {
    color: #ff0000;
}

@media screen and (max-width: 480px) {

#container{
	margin-top: 0;
}
#side{
	float: none;
	display: block;
	width: 100%;
	padding: 0px 15px 0px 15px;
}
#side h1.pageTitle{
	margin-top: 26px;
	margin-bottom: 21px;
}
#contents {
	margin-top: 21px;
}
#contents table tr td{
	display:block;
	border:none;
}
#contents table tr td:first-child{
	width:100%;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
#contents table tr td br{
	display:none;
}
	
}