@charset "Shift_JIS";


 /***************************************
 * ALIGN
 **************************************/

.center { text-align: center;}
.right { text-align: right;}
.left { text-align: left;}


 /***************************************
 * TEXT
 **************************************/

.textS {
	font-size: 80%;
}

.d_cmt {
	color: #00a283;
}
.day {
	color: #999999;
	font-size: smaller;
}
.notes {
	color: #cccccc;
}

 /***************************************
 * MARGIN AND PADDING
 **************************************/

.ttl_scl {
	margin-bottom: 20px;
}

.attention {
	margin:30px 0 10px;
}
.brd {
	margin:25px 0;
}
.subTtl {
	margin-bottom: 20px;
}

.ttl_1 { margin-top: 80px;}
.ttl_2 { margin-top: 60px;}

.mg_t05{ margin-top:5px;}
.mg_t10{ margin-top:10px;}
.mg_t15{ margin-top:15px;}
.mg_t20{ margin-top:20px;}

.mg_b0 { margin-bottom:0px;}
.mg_b02{ margin-bottom:2px;}
.mg_b03{ margin-bottom:3px;}
.mg_b04{ margin-bottom:4px;}
.mg_b05{ margin-bottom:5px;}
.mg_b08{ margin-bottom:8px;}
.mg_b10{ margin-bottom:10px;}
.mg_b12{ margin-bottom:12px;}
.mg_b15{ margin-bottom:15px;}
.mg_b20{ margin-bottom:20px;}
.mg_b23{ margin-bottom:23px;}
.mg_b30{ margin-bottom:30px;}