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

.red { color: red; }
.blue { color: blue; }
.markeryellow { background: yellow; }
.underline { text-decoration: underline; }
.big { font-size: x-large; }
.small { font-size: 12px; }
.center { text-align: center; }



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

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


/* ■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: left; margin-right: 15px; margin-bottom: 10px; }

#pr {
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.prtxt {
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	top: 6px;
	right: 10px;
	height: 10px;
	color: #999999 !important; 
}

