@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;
}


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

.sponly { display: none; }

div.main-conts img.img-res-right {  }
div.main-conts img.img-res-left {  }


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

