@charset "UTF-8";
/*////////////////////////////////////////////////////////////
/*brand.css*/


/*------------------------------------------------------------
	1. メインビジュアル
	2. テキストエリア
	3. 製品セクション
-------------------------------------------------------------*/
#content {
	background: url(../../../img/common/contents_bg_bottom.png) no-repeat left bottom;
}

#main .inner{
	background: url(../../../img/common/contents_bg.png) repeat-y left top;
	padding:20px 0 0 20px;
}





/*------------------------------------------------------------
	1. ビジュアルセクション
-------------------------------------------------------------*/
#visualSection {
	width: 960px;
	height: 320px;
	position: relative;
}

#visualSection h3.tit{
	padding: 25px 0 0 50px;
}

#visualSection h4.tit{
	padding: 10px 0 0 50px;
}

img.Visualpatrs {
	position: absolute;
	top: -9px;
	left: 99px;
}


/*------------------------------------------------------------
	2. テキストセクション
-------------------------------------------------------------*/
#textSection {
	width:860px;
	padding: 0px 40px 25px 40px;
	background: url(../../img/border.gif) no-repeat center bottom;
}

#textSection p.left{
	width: 420px;
	float: left;
	margin-top: 13px;
}

#textSection p.right{
	width: 420px;
	float: right;
	margin-top: 13px;
}


/*------------------------------------------------------------
	3. 製品セクション
-------------------------------------------------------------*/
#productsSection {
	width:860px;
	padding-left: 40px;
	padding-bottom: 30px;
	margin-top: 20px;
}

#productsSection .txt h5 {
	padding-bottom: 10px;
}

#productsSection .left{
	width: 410px;
	float: left;
	padding-right: 17px;
}

#productsSection .left .txt h5 {
	padding-top: 37px;
}

#productsSection .left .photo{
	float: left;
}

#productsSection .left .txt{
	float: left;
	width: 270px;
	padding-left: 7px;
	text-align: center;
}

#productsSection .right{
	width: 410px;
	float: left;
	padding-left: 20px;
}

#productsSection .right .txt h5 {
	padding-top: 52px;
}

#productsSection .right .photo{
	float: left;
}

#productsSection .right .txt{
	float: right;
	width: 246px;
	text-align: center;
}

#productsSection .txt h4.blod {
	font-weight: bold;
	font-size: 105%;
	color: #007e3a;
	line-height: 120%;
	height: 60px;
}

#productsSection .btn01 {
	margin: 15px 0 0 0;	
}

#productsSection .btn02 {
	margin: 5px 0 0 0;	
}

/*
#productsSection .txt img {
	padding-top: 10px;
}*/

.pagetop {
	text-align: right;
	padding: 0 0 10px 0;
	margin-right: -10px;
	_position: relative;
}

