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


body {
	padding:3%;
	font-size:90%;
	letter-spacing:0.05em;
}

h1 {
	font-size:150%;
	line-height:110%;
}
h2 {
	font-size:130%;
	line-height:110%;
	padding-top:30px;
	border-bottom:#CCC 2px solid;
	margin-bottom:5px;
}

a:link {
	color: #00F;
	text-decoration:underline;
}
ul.jouho,
ul.jouho li {
	list-style:none;
	line-height:100%;
}
ul.jouho {
	padding-left:20px;
	padding-bottom:10px;
}
ul.jouho li {
	width:160px;
	float:left;
	padding-left:7px;
	border-left:#999 3px solid;
	margin-top:10px;
	font-weight:bold;
}
.cautiontable td {
	vertical-align:top;
	border-bottom: #666 1px dotted;
	padding-bottom:5px;
	padding-left:5px;
}
.cautiontable {
	margin-top:15px;
}
.cautiontable .koumoku {
	width:160px;
}
.cautiontable .koumoku,
.cautiontable .setsumei {
	color: #666;
}

/* スマホ用 */

.mb .cautiontable .koumoku {
	width:30%;
}
.mb .cautiontable td {
	padding-left:0;
}

