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

.red { color: red; }
.blue { color: blue; }
.markeryellow { background: yellow; }
.underline { text-decoration: underline; }
.center { text-align: center; }



div.main-conts .font-small { 
    font-size: 12px;
	line-height: 18px;
}

div.main-conts table.chigaitbl {
	margin: auto;
	font-size: 16px;
	line-height: 20px;
}
div.main-conts table.chigaitbl th {
	text-align: left;
	font-weight: normal;
	line-height: 1em;
}
div.main-conts table.chigaitbl th.thue {
	text-align: center;
}


div.main-conts table.chigaitbl td {
	text-align: center;
}

div.point {
	border: 2px dotted #CCC;
	padding: 1px 10px;
	margin: 20px;
}


/* ■SPと別スタイル■ */

.sponly { display: none; }

div.main-conts img.img-res-right { float: right; margin-left: 15px; margin-bottom: 10px; }
div.main-conts img.img-res-left { float: right; margin-left: 15px; margin-bottom: 10px; }
