@charset "UTF-8";
/* CSS Document */


#wrapper {
	/*background-image: url(../img/top/img01.jpg);*/
	background: url(../img/common/layer_background.png) repeat-x;
	/*background-repeat: no-repeat ;*/
}

/* #banner_area1 はバナーを一つ設置 */

#banner_area1 {
	clear: both;
	margin: 40px 0 30px 0;
	float: right;
	width: 200px;
	overflow: hidden;
	height: 170px;
}

#banner_area1 ul li {
	height: 80px;
}

#banner_area1 ul {
	height: 170px;
}

#banner_area1 li:first-child{
	margin: 0 0 10px 0;
}

/* オバジローテーション用 */

#banner_area_obagi {
	clear: both;
	margin: 15px 0 20px 0;
	/*float: right;*/
	/*width: 200px;*/
	/*overflow: hidden;*/
	height: 300px;
	/*background:url(../img/top/main_obagi.jpg) top left no-repeat;*/
}

#banner_area_obagi ul li {
	height: 80px;
}

#banner_area_obagi ul {
	height: 170px;
}

#banner_area_obagi li:first-child{
	margin: 0 0 10px 0;
}

/* #banner_area2 はバナーを二つ設置 */

#banner_area2 {
	clear: both;
	margin: 40px 0 30px 0;
	float: right;
	width: 408px;
	height: 170px;
}

#banner_area2 ul li {
	float: left;
	height: 170px;
}

#banner_area2 li:first-child{
	margin: 0 6px 10px 0;
}

/* #banner_area1_newyear はバナーを一つ設置+新年の挨拶バナー */

#banner_area1_newyear {
	clear: both;
}

#banner_area1_newyear div {
	float: left;
	margin: 150px 0 0 360px;
}

#banner_area1_newyear ul {
	float: right;
	margin: 40px 0 30px 0;
	width: 200px;
	overflow: hidden;
	height: 170px;
}

#banner_area1_newyear ul li {
	height: 80px;
}



.news {
	float: left;
	width: 534px;
	margin-bottom: 30px;
}

.news h2 {
	margin: 0 0 10px 0;
}

.news table {
	border-collapse: collapse;
	width: 534px;
	font-size: 90%;
}

.news table th {
	font-weight: normal;
	vertical-align: top;
	border-bottom: dotted 1px #cacaca;
	width: 80px;
	text-align: left;
	padding: 4px 0 4px 4px;
}

.news table td.td01 {
	vertical-align: top;
	width: 70px;
	border-bottom: dotted 1px #cacaca;
	padding: 4px 0;
}

.news table td.td02 {
	vertical-align: top;
	padding: 4px 2px;
	border-bottom: dotted 1px #cacaca;
}

.news table td img {
	vertical-align: middle;
	margin-top: 2px;
}

.banner_area2 {
	float: right;
	width: 412px;
	margin-bottom: 30px;
}

.banner_area2 ul li {
	height: 60px;
	float: left;
	padding: 0 0 4px 4px;
}

/* twitter 追加用に修正　jmec速石　2011/11/02 */
#top_twitter {
	float: right;
	width: 190px;
	margin: 30px 0 0 0;
}

#top_under {
	float: left;
	width: 748px;
	margin: 240px 0 0 0;
}

#top_under .news {
	float: left;
	width: 548px;
	margin-bottom: 30px;
}

#top_under .banner_area2 {
	float: left;
	width: 200px;
	margin-bottom:15px;
}

#top_under .banner_area2 ul li {
	height: 60px;
	float: left;
	padding: 0 0 4px 0;
}

.top_recruit {
	padding: 0 0 7px 340px;
}

.banner_middle {
	margin-bottom: 20px;
	text-align: center;
	padding: 0 4px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
}

.banner_middle a {
}

.banner_middle img {
	vertical-align: bottom;
	display: block;
}