@charset "UTF-8";
/*反転させっぱなし*/
#concept_index a#link2{
	background-position: -160px -71px;
}
/*サブメイン内の箱のwh下の余白とフォントの設定*/
#concept_box {
	width: 690px;
	font-family: "小塚ゴシック Pro M";
	font-size: 14px;
	line-height: 25px;
	color: #333;
	margin-top: 0px;
}
/*見出しの高さと幅設定*/
#title_box1 {
	height: 70px;
	width: 690px;
}
/*一番上の見出し２の設定*/
.conc_title{
	height: 50px;
	width: 150px;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
}
/*一番上の見出し２横のライン設定*/
.dot_line {
	background-image: url(../images/concept_img/2rine.gif);
	background-repeat: repeat;
	width: 530px;
	height: 14px;
	float: left;
	background-position: 0px 0px;
	display: block;
	margin-top: 25px;
	margin-bottom: 20px;
}
.img_bunner {
	clear: both;
	height: 350px;
	width: 690px;
	margin-bottom: 40px;
}
.dot_box {
	clear: both;
	height: 21px;
	width: 690px;
	margin-bottom: 10px;
	background-image: url(../images/concept_img/3dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: block;
	margin-top: 25px;
	margin-bottom: 20px;
}
/*ボタンの外箱*/
.sectionblock {
	clear: both;
	margin-top: 0;
	margin-bottom: 40px;
	width: 610px;
	padding-right: 40px;
	height: 960px;
	padding-left: 40px;
	overflow: hidden;
}
.title_box {
	clear: both;
	height: 25px;
	width: 690px;
	margin-top: 20px;
	margin-bottom: 15px;
}
p.right {
	clear: both;
	float: right;
}
