@charset "UTF-8";


/*右寄せ左寄せ
--------------------------------------*/
.floatRight {
	float: right;
}
.floatleft {
	float: left;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}



/*サイズ
--------------------------------------*/
.bold {
	font-weight: bold;
}

.font_65 {
	font-size: 65%;
}
.font_70 {
	font-size: 70%;
}
.font_80 {
	font-size: 80%;
}
.font_b80 {
	font-size: 80%;
	font-weight: bold;
}
.font_90 {
	font-size: 90%;
}
.font_110 {
	font-size: 110%;
}
.font_b110 {
	font-size: 110%;
	font-weight: bold;
}
.font_120 {
	font-size: 120%;
}
.font_b120 {
	font-size: 120%;
	font-weight: bold;
}
.font_130 {
	font-size: 130%;
}
.font_b130 {
	font-size: 130%;
	font-weight: bold;
}
.font_140 {
	font-size: 140%;
}
.font_b140 {
	font-size: 140%;
	font-weight: bold;
}
.font_150 {
	font-size: 150%;
}
.font_b150 {
	font-size: 150%;
	font-weight: bold;
}
.font_160 {
	font-size: 160%;
}
.font_b160 {
	font-size: 160%;
	font-weight: bold;
}
.font_170 {
	font-size: 170%;
}
.font_b170 {
	font-size: 170%;
	font-weight: bold;
}
.font_180 {
	font-size: 180%;
}
.font_b180 {
	font-size: 180%;
	font-weight: bold;
}
.font_200 {
	font-size: 200%;
}
.font_b200 {
	font-size: 200%;
	font-weight: bold;
}


/*明朝体バリエーション
--------------------------------------*/
.font_min {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.font_min_b {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
.font_min110 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.1em;
}
.font_min120 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.2em;
}
.font_min130 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.3em;
}
.font_min160_center {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.6em;
	text-align: center;
	letter-spacing: 0.1em;
}
.font_min_center {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}


/*カラー
--------------------------------------*/

.color_red {
	color: #FF0000;
}
.color_blue {
	color: #0066CC;
}
.color_green {
	color: #090;
}
.color_or {
	color: #D86029;
}
.color_move{
	color: #330066;
}
.color_pink{
	color: #F36;
}
.color_w{
	color: #FFF;
}
.color_gl{
	color: #666;
}



/*スペース
--------------------------------------*/

.top10 {
	margin-top: 10px;
}
.top20 {
	margin-top: 20px;
}
.top30 {
	margin-top: 30px;
}
.top40 {
	margin-top: 40px;
}
.top50 {
	margin-top: 50px;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom20 {
	margin-bottom: 20px;
}
.bottom30 {
	margin-bottom: 30px;
}
.bottom40 {
	margin-bottom: 40px;
}
.bottom50 {
	margin-bottom: 50px;
}
.bottom100 {
	margin-bottom: 100px;
}
.bottom200 {
	margin-bottom: 200px;
}
.bottom300 {
	margin-bottom: 300px;
}



/*クリアとスペース
--------------------------------------*/

.clear_bottom {
	clear: both;
	margin-bottom: 0px;
}
.clear_bottom10 {
	clear: both;
	margin-bottom: 10px;
}
.clear_bottom20 {
	clear: both;
	margin-bottom: 20px;
}
.clear_bottom30 {
	clear: both;
	margin-bottom: 30px;
}




