@charset "Shift_JIS";
/* CSS Document */


/*特定商取引ページ*/

.law {
}

.law h3#title_1 {
	height: 41px;
	width: 715px;
	border-bottom: solid 3px #b2b2b2;
	margin-bottom: 30px;
}

.law .box_1 {
	width: 100%;
	border-top:solid 1px #999;
}

.law .box_2 {
	width: 30%;
	border-bottom:solid 1px #999;
	padding:15px 0 15px 10px;
}

.law .box_3 {
	width: 70%;
	padding:15px 10px 15px 0;
	border-bottom:solid 1px #999;
}

.law .box_4 {
}

.law .box_3 ul li {/*リストタグの左揃え*/
	list-style:disc inside !important;
	text-indent:-1em;
	padding-left:1em;
 }


.law .box_3 a:link {
	text-decoration:underline;
	color: #1b95d4;
	font-weight: bold;
}
.law .box_3 a:visited	{
	text-decoration:underline;
	color: #1b95d4;
	font-weight: bold;
}
.law .box_3 a:hover		{
	text-decoration:none;
	color:#e60012;
	font-weight: bold;
}
.law .box_3 a:active	{
	text-decoration:none;
	color:#000;
	font-weight: bold;
}






