@charset "utf-8";

/****************************************************/
/* 「品質・環境・社会貢献への取り組み」ページ用CSS  */
/****************************************************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");



/***** 「品質・環境・社会貢献への取り組み」ページ用CSS *****/
/*** 「ISO取得・CSR活動」のページに使用 ***/
/* 品質方針・環境方針　リスト */
.houshin_box{
	width:550px;
	padding:9px;
	margin-top:10px;
	border:1px solid #CCCCCC;
}
.houshin_box ol{
	padding-left:30px;
}
/* スローガン　署名 */
.shomei{
	padding-left:15px;
}
/* バナー */
.area_bnnr{
	padding-bottom:10px;
}


/* 遊心亭 */
h3#yushin_title{
	width:570px;
	height:75px;
	margin-top:20px;
}
.txt_right{
	text-align:right;
}
#gallery{
	width:570px;
}
	#gallery ul li{
		width:186px;
		text-align:center;
		padding:1px 2px;
		float:left;
		list-style:none;
	}
#yushin_table{
	width:570px;
}
	#yushin_table td.td01{
		padding:8px 3px;
	}
	#yushin_table td.td03{
		padding:8px 10px;
	}
	td.td01, td.td02, td.td03{
		border-bottom:1px solid #CCCCCC;
	}
.yushin_txt{
	padding:8px 0px 8px;
}

/* Googlemap */
#gmap01{
	width:280px;
	height:191px;
	float:left;
}
/* yushin_img02 */
#yushin_img02{
	float:right;
}
