﻿@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;
}

/*#request{

	margin: 10px 10px 0 10px;
	text-align: right;	
	
}*/

#history_overview {
	
	width: 740px;
	margin: 20px 0;
	
}

.word {
	
	width: 480px;
	margin: 10px 10px 20px 0;
	float: left;
	
}

.photo {
	
	width: 250px;
	margin: 10px auto;
	font-size: 12px;
	text-align: center;
	float: left;
	
}

h3 {
	position: relative;
	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;
}

p{	/* 各説明文 */

	margin: 0 10px 40px 10px;	
	
}

.red{

	color: red;	
	
}

.blue{

	color: blue;	
	
}


/* おすすめコンテンツ側 */
#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;
	
}

