@charset "UTF-8";


/*右寄せ左寄せ
--------------------------------------*/
.floatRight {
	float: right;
}
.floatleft {
	float: left;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}



/*フォントサイズ
--------------------------------------*/
.bold {
	font-weight: bold;
}

.font_50 {
	font-size: 0.5em;
	font-weight: normal;
}
.font_60 {
	font-size: 0.6em;
	font-weight: normal;
}
.font_70 {
	font-size: 0.7em;
	font-weight: normal;
}
.font_80 {
	font-size: 0.8em;
	font-weight: normal;
}
.font_b80 {
	font-size: 0.8em;
	font-weight: bold;
}
.font_90 {
	font-size: 0.9em;
	font-weight: normal;
}
.font_b90 {
	font-size: 0.9em;
	font-weight: bold;
}
.font_110 {
	font-size: 1.1em;
	font-weight: normal;
}
.font_b110 {
	font-size: 1.1em;
	font-weight: bold;
}
.font_120 {
	font-size: 1.2em;
	font-weight: normal;
}
.font_b120 {
	font-size: 1.2em;
	font-weight: bold;
}
.font_130 {
	font-size: 1.3em;
	font-weight: normal;
}
.font_b130 {
	font-size: 1.3em;
	font-weight: bold;
}
.font_140 {
	font-size: 1.4em;
	font-weight: normal;
}
.font_b140 {
	font-size: 1.4em;
	font-weight: bold;
}
.font_150 {
	font-size: 1.5em;
	font-weight: normal;
}
.font_b150 {
	font-size: 1.5em;
	font-weight: bold;
}
.font_160 {
	font-size: 1.6em;
	font-weight: normal;
}
.font_b160 {
	font-size: 1.6em;
	font-weight: bold;
}
.font_170 {
	font-size: 1.7em;
	font-weight: normal;
}
.font_b170 {
	font-size: 1.7em;
	font-weight: bold;
}
.font_180 {
	font-size: 1.8em;
	font-weight: normal;
}
.font_b180 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4em;
}
.font_200 {
	font-size: 2.0em;
	font-weight: normal;
}
.font_b200 {
	font-size: 2.0em;
	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 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.6em;
	letter-spacing: 0.1em;
}
.font_min200 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.0em;
	letter-spacing: 0.1em;
}


/*カラー
--------------------------------------*/

.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: #999;
}



/*スペース
--------------------------------------*/

.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;
}
.bottom60 {
	margin-bottom: 60px;
}
.bottom70 {
	margin-bottom: 70px;
}
.bottom80 {
	margin-bottom: 80px;
}
.bottom90 {
	margin-bottom: 90px;
}
.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;
}
.clear_top10 {
	clear: both;
	margin-top: 10px;
}
.clear_top20 {
	clear: both;
	margin-top: 20px;
}
.clear_top30 {
	clear: both;
	margin-top: 30px;
}
