@charset "utf-8";

/*--------------------------------------
標準エディタ
----------------------------------------*/

/* 文字サイズ */

.f10{font-size: 10px; font-size: 1rem;}
.f12{font-size: 12px; font-size: 1.2rem;}
.f14{font-size: 14px; font-size: 1.4rem;}
.f16{font-size: 16px; font-size: 1.6rem;}
.f22{font-size: 22px; font-size: 2.2rem;}
.f28{font-size: 28px; font-size: 2.8rem;}
.f34{font-size: 34px; font-size: 3.4rem;}
.f40{font-size: 40px; font-size: 4rem;}
.f46{font-size: 46px; font-size: 4.6rem;}
.f56{font-size: 56px; font-size: 5.6rem;}

/* 文字色 */

.black{color: #000;}
.red{color: #ff1111;}
.orange{color: #ff721d;}
.green{color: #659724;}
.blue{color: #1c92dc;}
.purple{color: #8d1dff;}
.white{color: #fff;}

/* 文字太 */
.bold{
	font-weight: bold;
}

/* 小見出し 

#editor_textarea h3{
	background: url("../images/editor_h3_bg.gif") left top repeat-x;
	border-bottom: 1px solid #2c90d6;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 3px;
	margin: 15px 0;
	font-size: 18px;
	font-size: 1.8rem;
	width: auto;
}

*/

/*--------------------------------------
レイアウト
----------------------------------------*/

/* テーブル */

table.colorLeft td:first-child{
	background: #e1e1e1;
}

table.colorTop tr:first-child td{
	background: #e1e1e1;
}

/* 画像 */

img.image{
	margin-bottom: 10px;
}


/* 画像テキスト */

.fl{
	float: left;
	margin-right: 15px;
	clear: both;
}

.fr{
	float: right;
	margin-left: 15px;
	clear: both;
}

.floatClear{
	clear: both;
}

/* 画像の下テキスト回り込み不可 */
.oh{
	overflow: hidden;
}


.tc{
	text-align: center;
}

.tr{
	text-align: right;
}

.tl{
	text-align: left;
}

/*--------------------------------------
アイコン
----------------------------------------*/
.icon{
	padding-right: 5px;
}