@charset "UTF-8";

/* float解除（一消し）
*/
.crear{
	clear: both;
}


/* seo用
	strongで囲った文字のをノーマル表示に変更
*/

strong.yagou_txt{
	font-weight: normal;
}

address{
	font-style:normal;
}

/* =================
	
本文中のテキスト関係。

================= */


/* top 見出し*/
.font_top_midashi_1{
	font-size: 118%;
	color: #097c25;
}
/*　3R運動　*/
.color_3r_1{
	color: #d93f8d;
	font-weight: bold;
}
.color_3r_2{
	color: #4378e4;
	font-weight: bold;
}
.color_3r_3{
	color: #007130;
	font-weight: bold;
}



/*　テキスト強調　*/
.font_kyoutyou_1{
	padding-top: 10px;
	color: #ff4a00;
	font-size: 118%;
	font-weight: bold;
}
.font_kyoutyou_2{
	color: #ff4a00;
	font-size: 118%;
	font-weight: bold;
}



/* テキスト内の電話番号に */
.font_tel_txt_1{
	/*　オレンジよりの色　*/
	color: #ff4a00;
	font-weight: bold;
	white-space: nowrap;
}
.font_tel_txt_2{
	/*　赤よりの色　*/
	color: #e60012;
	font-weight: bold;
	white-space: nowrap;
}

/* テキストカラー */
.font_color_1{
	color: #ff4a00;
	font-weight: bold;
}

.font_color_2{
	color: #ff4a00;
}
.font_color_3{
	color: #804e07;
	font-weight: bold;
}

.font_color_4{
	color: #804e07;
}

.font_color_5{
	color: #ac6a00;
}
.font_color_6{
	color: #f10c4d;
	font-size: 80%;
}
.font_color_7{
	color: #ff9008;
	font-weight: bold;
}

/* 会社概要　地名　テキストカラー */
.font_color_8{
	color: #33a2dc;
	font-weight: bold;
}
.font_color_9{
	color: #e96393;
	font-weight: bold;
}
.font_color_10{
	color: #f39800;
	font-weight: bold;
}


	
/* テキスト内の電話番号に */
.font_box_1{
	padding: 6px 20px;
	color: #fff;
	background: #07b1ff;
	line-height: 2;
}
.font_box_2{
	padding: 0 0 8px;
	background: #07b1ff;
	line-height: 1.5;
	color: #ff4a00;
	font-weight: bold;
	background: url(../img/underline_namisen.gif) repeat-x left bottom;
}

 /* before after txt*/
 
.before_after_1{
	padding: 2px 0 2px 10px;
	color: #d2a854;
	border-left: 3px solid #d2a854;
	font-weight: bold;
}
