﻿@charset "utf-8";
/* CSS Document */

/* --------------- 分類で探す --------------- */

/* メインコンテンツ */

#main_body{

	width: 1000px;
	margin: 0px auto;

}

#main_l{

	width: 750px;
	/*height: 500px;*/
	margin-top: 20px;
	/*background-color: #00dd00;*/
	float: left;
}

table, th, td{
	
	border: #808080 solid thin;
	/*font-size: 90%;*/
	
}

#massage_note {
	
	width: 520px;
	margin: 0 0 40px 0;
	float: left;
	
}

#massage_photo {
	
	width: 200px;
	/*height: 300px;*/
	margin: 0 0 40px 0;
	text-align: center;
	float: left;
	/*background-color: pink;*/
	
}

#idea_body {
	
	width: 740px;
	margin: 0 0 40px 0;
	
}

#idea_note{	/* 企業理念 */
		
	width: 700px;
	/*height: 260px;*/
	margin: 0 0 40px 0;
	padding: 20px;
	
	border-width: thin;
	border-color: #c0c0c0;
	border-style: solid;
	background-color: #ffffff;
	
	border-radius: 3px;        /* 角丸 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */


}

.idea_notebox {
	
	width: 679px;
	margin: 0 0 0 30px;
	
}

#environment_note{	/* 環境方針 */
		
	width: 700px;
	/*height: 260px;*/
	margin: 0 0 40px 0;
	padding: 20px;
	
	border-width: thin;
	border-color: #c0c0c0;
	border-style: solid;
	background-color: #ffffff;
	
	border-radius: 3px;        /* 角丸 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */


}

.environment_notebox {
	
	width: 679px;
	margin: 0 0 0 30px;
	
}

#harassment_note{	/* ハラスメント */
		
	width: 700px;
	/*height: 260px;*/
	margin: 0 0 40px 0;
	padding: 20px;
	
	border-width: thin;
	border-color: #c0c0c0;
	border-style: solid;
	background-color: #ffffff;
	
	border-radius: 3px;        /* 角丸 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */


}

.harassment_notebox {
	
	width: 679px;
	margin: 0 0 0 30px;
	
}

h3 {
	position: relative;
	margin-top : 20px;
	padding-bottom: .5em;
	border-bottom: 3px solid #ccc;
}
h3::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #4d91d6;
}

hr.environment {
	
	border-color: #4d91d6;
	
}

h2 { /* ドッグイヤー */
	position: relative;
	padding: 1em;
	background-color: #f5deb3;
}
h2::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #deb887 #deb887;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

#right {
	
	text-align: right;
	
}


/* おすすめコンテンツ側 */
#main_r{

	width: 250px;
	/*height: 500px;*/
	/*background-color: #00aa00;*/
	float: left;

}

#div_image1{

	position: absolute;
	width: 250px;
	text-align:center;
	z-index: 1;
	
}

#div_image2{

	position: absolute;
	width: 250px;
	height: 150px;
	z-index: 2;
	
}

/* カタログ・資料請求 */
#catalog{
	
	width: 250px;
	padding-top: 50px;
	text-align: center;
	
}











