@charset "utf-8";

/* temporary */
#header .gn_search {
	display: none !important;
}

html {
}

body {
}

#header .headerInner,
#content .contentInner,
#footer .footerInner {
	width: 980px;
	margin: 0 auto;
}

/*-----------------------------------------

		#header

-----------------------------------------*/

#header .headerInner {
	padding: 10px 0 0;
}

#header .link {
	float: right;
}

#header .link li {
	margin-left: 15px;
	float: left;
	font-size: 12px;
	margin-top: 8px;
}

#header li.screenguide {
	font-weight: bold;
	text-decoration: underline;
}

#header .link li a {
	padding-left: 15px;
	background-image: url(../img/icon_link01.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#header .identity {
	float: left;
	margin-bottom: 20px;
}

#header .logo {
	margin-bottom: 20px;
	float: left;
}

#header .info {
	display: none;
}
.index #header .info {
	display: block;
}

#header .sub_item {
	background: #000;
	margin-top: 0!important;
}
#header .sub_item a {
	padding-left: 0 !important;
	background-image: none !important;
}

/* global navigation
	------	------	------ */
#gnav {
	clear: both;
	background: #000;
}
#gnav ul {
	position: relative;
	margin: 0 auto;
	width: 980px;
	border-left: solid 1px #333;
}
#gnav li {
	float: left;
	border-right: solid 1px #333;
}
#gnav li.sub_item02 {
	float: left;
	border-right: none;
}
#gnav li.sub_item02 a:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}
#gnav li a {
	display: block;
	background-color: #000;
	transition-duration: 0.5s;
}
#gnav li a:hover {
	background-color: #333;
}
#gnav li.str {
	position: relative;
}
/*#gnav li.str a {
	background-color: #d30011;
}
#gnav li.str a:hover {
	background-color: #990000;
}*/

#gnav li.na img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}
#gnav li.na a:hover {
	background-color: #000;
}
#gnav .sub_item,
#gnav .sub_item02 {
	position: absolute;
	top: -60px;
}
.index #gnav .sub_item,
.index #gnav .sub_item02 {
	position: absolute;
	top: -110px;
}
#gnav .sub_item02.gn08 {
	right: 85px;
}
#gnav .sub_item02.gn09 {
	right: 223px;
}

#gnav .sub_menu {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 163px;
	border: 0;
	border-top: solid 1px #f8bebe;
	z-index: 100;
}
#gnav .sub_menu li {
	float: none;
	width: 163px;
	border: 0 !important;
}
#gnav .sub_menu li a {
	background: #f07c7c;
}
#gnav .sub_menu li a:hover {
	background: #d30011;
}

#gnav .sub_menu .subsub {
	/display: none;
	position: absolute;
	top: -1px;
	left: 163px;
    border: none;
}

#gnav .sub_menu .subsub li a {
    background-position: 5px center;
    background-repeat: no-repeat;
    background-image: url(/common/img/icon_link04.png);
}
#gnav .sub_menu .subsub a {
	line-height: 30px;
	padding-left: 20px;
	color: #fff;
	background: #d30011;
}
#gnav .sub_menu .subsub a:hover {
}

#gnav .sub_menu .subsubalr {
	/display: none;
	position: absolute;
	top: 122px;
	left: 0px;
    border: none;
}

#cateNavi {
	border-bottom: 1px solid #e2e2e2;
}

#cateNavi .cateNaviInner {
	padding: 15px 0 14px;
	width: 980px;
	margin: 0 auto;
}

#cateNavi ul.volNews { padding-left: 0; }
#cateNavi ul.volAbout { padding-left: 290px; font-size: 13px; }
#cateNavi ul.volSearch { padding-left: 392px; }
#cateNavi ul.volDesign { padding-left: 588px; }
#cateNavi ul.volService { padding-left: 784px; }

#cateNavi li {
	margin-right: 30px;
	display: inline;
}
#cateNavi li.end {
	margin-right: 0;
	display: inline;
}

#cateNavi li a {
	padding-left: 15px;
	background-image: url(../img/icon_link02.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
}

#cateNavi li.cur a,
#cateNavi li a:hover {
	background-image: url(../img/icon_link03.png);
	color: #d30011;
}


/*-----------------------------------------

		#content

-----------------------------------------*/


#content {
}

#content .contentInner {
	padding: 15px 0 30px;
}

#topicPath {
	margin-bottom: 15px;
}

#topicPath li {
	margin-right: 0.5em;
	float: left;
}

#topicPath li a {
	margin-right: 0.5em;
	display: inline-block;
	color: #999;
}

#topicPath li a:hover {
	color: #d30011;
}

#main {
	padding: 60px 0 0px;
	font-size: 14px;
	line-height: 1.6;
}

#main h1 {
	width: 980px;
	margin-bottom: 60px;
	font-size: 34px;
	font-weight: bold;
	line-height: 50px;
}

#main h1:first-child span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #d30011;
	line-height: 20px;
}

#main h1 span.manual_anchor_btn {
	position: relative;
	top: -60px;
	float: right;
	width: 220px;
	height: 50px;
	background-image: url("../../brand/common/img/local_topnav_btn.png");
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#main h1 span.manual_anchor_btn2 {
	position: relative;
	top: -35px;
	float: right;
	width: 220px;
	height: 50px;
	background-image: url("../../brand/common/img/local_topnav_btn.png");
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#main h1 span.manual_anchor_btn:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

h2.commonTit {
	margin-bottom: 35px;
	padding-left: 15px;
	border-left: 6px solid #d30011;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}
h2.commonTit02 {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: bold;
	line-height: 25px;
}
#main h3.commonHed {
	margin-bottom: 10px;
	font-size: 17px;
	color: #d30011;
}
#main h3.grayHead {
    background-color: #eeeeee;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 12px 18px;
}
#main h3.subtitle {
	margin-bottom: 25px;
	font-size: 32px;
}
#main h3.color_red {
	color: #D8030F;
}
#main h3.subtitle span {
	display: block;
	color: #262626;
	font-size: 24px;
}

#bnrList li {
	margin: 0 10px 10px 0;
	float: left;
}

#bnrList li a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.70;
}

#main a.mouseOver:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.70;
}

#main .btnStyle01 a {
	display: inline-block;
	padding: 7px 25px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

#main .btnStyle01 a:hover {
	background-color: #999;
}

/* localnav */
.local-nav {
	margin-bottom: 40px;
}
.local-nav li {
	float: left;
  margin: 0 0 20px 25px;
	width: 310px;
	height: 50px;
	background-image: url("../../brand/common/img/local_nav_btn.png");
	background-repeat: no-repeat;
}
.local-nav li a {
	display: block;
	font-size: 15px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.local-nav li:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.local-nav li.lf {
	margin-left: 0;
}

/* button */
#main .bot-btn {
	margin-bottom: 80px;
    text-align: center;
}
#main .bot-btn a {
    background-color: #000;
    background-image: url("/brand/common/img/mark_right.png");
    background-position: 94% center;
    background-repeat: no-repeat;
    color: #eeeeee;
    display: inline-block;
    font-size: 16px;
    padding: 16px 85px;
    text-decoration: none;
}
#main .bot-btn a:hover {
    background-color: #999;
}


/*-----------------------------------------

		.bottom-menu

-----------------------------------------*/
.brand_nav {
	margin: 0 auto;
	padding-top: 60px;
	width: 980px;
	border-top: solid 1px #d3d3d3;
}
.bot-menu {
	margin: 0 auto;
	width: 980px;
	overflow: auto;
}
.bot-menu ul {
	width: 1020px;
}
.bot-menu li {
	float: left;
	margin: 0 25px 25px 0;
	width: 176px;
}
.bot-menu li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.bot-menu li img {
	vertical-align: middle;
}


/*-----------------------------------------

		#footer

-----------------------------------------*/

#footer {
	background-color: #000;
	color: #fff;
}

#footer .footerInner {
	padding: 30px 0 20px;
}

#footer .location {
	float: left;
	padding-top: 10px;
	width: 490px;
}
#footer .location figure {
	float: left;
	margin-right: 17px;
}
#footer .location address {
	margin: 10px 0;
	font-size: 11px;
}
#footer .location .btn_map a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

#footer .footer_nav {
	float: right;
	margin-bottom: 40px;
	width: 480px;
}
#footer .footer_nav ul {
	float: left;
	width: 225px;
}
#footer .footer_nav ul:first-child {
	margin-right: 20px;
}
#footer .footer_nav li {
	font-size: 13px;
	line-height: 28px;
}
#footer .footer_nav li a {
	display: block;
	padding-left: 10px;
	color: #ccc;
	text-decoration: none;
	transition-duration: 0.5s;
}
#footer .footer_nav li a:hover {
	color: #fff;
	background-color: #d30011;
}
#footer .copyright {
	clear: both;
	padding: 20px 0;
	text-align: center;
	font-size: 11px;
	border-top: solid 1px #333333;
}
/* パソコン・スマホ共通のCSS */
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: -10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #00bfff; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 5%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #87cefa; /*マウスオーバー時の背景色*/
}

/* パソコンで表示する場合のCSS */
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 12px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 80px; /*ボタンの幅*/
    height: 30px; /*ボタンの高さ*/
    padding: 15px 0; /*文字の配置場所の調整*/
}
}

/* スマホで表示する場合のCSS */
@media (max-width: 767px) {
#PageTopBtn {
    font-size: 10px;
}
#PageTopBtn a {
    width: 70px;
    height: 30px;
    padding: 17px 0;
}
