@charset "utf-8";

/*========================================*

*　■style_pages ページ独自css読み込み

*========================================*/



@import "style_pages/business.css";
@import "style_pages/company.css";
@import "style_pages/contact.css";
@import "style_pages/disclaimer.css";
@import "style_pages/csr.css";
@import "style_pages/link.css";
@import "style_pages/privacy.css";
@import "style_pages/recruit.css";
@import "style_pages/sitemap.css";
@import "style_pages/news.css";





/*------------------------------

■各ページ共通スタイル

------------------------------*/

#main h2 {

	margin-bottom: 30px;

}

#main h3 {

	margin-bottom: 15px;

}

#main h4 {

	margin-bottom: 10px;

	background: url(../img/common/bg_tit_gray_line.gif) no-repeat left top;

	height: 17px;

	font-size: 12px;

	font-weight: bold;

	color: #e6001d;

	padding-top: 5px;

	padding-left: 12px;

}

* html #main h4 {

	height: 22px;

}
#main h4 a {
	color: #e6001d;
}

#main h5 {

	margin-bottom: 8px;

	background: url(../img/common/arrow_red_01.gif) no-repeat left center;

	font-weight: bold;

	padding-left: 12px;

}

* html #main h5 {

	padding-top: 3px;

}



#main p {

	line-height: 1.4;

}



#main div.wrap1 {

	margin-bottom: 30px;

}

#main div.inner1 {

	margin-right: 20px;

	margin-left: 20px;

	margin-bottom: 20px;

}

#main div.inner2 {

	margin-right: 40px;

	margin-left: 40px;

	margin-bottom: 20px;

}



/*------------------------------

■カテゴリートップナビ

------------------------------*/



#category-top-navi {

}

#category-top-navi div.ctn-wrap {

	width: 184px;

	margin-left: 20px;

	margin-bottom: 20px;

	float: left;	

}

#category-top-navi div.ctn-wrap.firstChild {
	width: 184px;
	margin-left: 0px;
}
