@charset "utf-8";

/* ======================
 * Module CSS
======================= */
/* Global Reset (html5doctor.com)
 * - Author: Richard Clark - http://richclarkdesign.com
=========================================*/
/*----- for HTML5 -----*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}

/* Costom Reset
=========================================*/
/*----- for HTML5 -----*/
main {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
hr, legend {
	display: none;
}
time {
	display: block;
}
sub, sup{ 
	position: relative;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	vertical-align: bottom;
}

/* For Reader
=========================================*/
/* voiceGuide */
.aural {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}


/* Base Setting
=========================================*/
/*----- for HTML5 -----*/
/* page */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	color: #333333;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	line-height: 1.61;
}


/* link */
a:link {
	color: #0066ff;
	text-decoration: underline;
}
a:visited {
	color: #6600FF;
	text-decoration: underline;
}
a:hover {
	color: #0066ff;
	text-decoration: none;
}
a:active {
	color: #0066ff;
	text-decoration: none;
}

/* imgover */
img.imgover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	zoom: 1;
}

/* fotm */
input,textarea {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	line-height: 1.61;
}



/* Page
=========================================*/
#page {
}

/* Header
=========================================*/
#header {
}
#header #headerWrap {
	width: 1000px;
	margin: 0 auto;
	padding: 29px 0 30px;
}
#header #headerIdentity {
	float: left;
	display: table;
	width: 912px;
}
#header #headerIdentity #headerLogo {
	display: table-cell;
	width: 120px;
}
#header #headerIdentity #tagline {
	display: table-cell;
	font-size: 11px;
	font-size: 1.1rem;
	color: #999999;
	width: auto;
	padding: 0 0 0 22px;
	vertical-align: middle;
	line-height: 1.1;
}
#header #enSiteBt {
	float: left;
	width: 88px;
}
#header #enSiteBt p a {
	display: block;
	width: 68px;
	padding: 9px 10px;
	background: #008bbc;
	color: #ffffff;
	text-align: center;
	line-height: 1.1;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#header #enSiteBt p a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}



/* Navigation
=========================================*/
#navGlobal {
	background: url(/common/images/header_bg01.gif) repeat-x 0 100%;
}
#navGlobal ul {
	width: 1000px;
	margin: 0 auto;
}
#navGlobal ul li {
	float: left;
	height: 40px;
	border-right: solid 1px #dddddd;
}
#navGlobal ul li:first-child {
	border-left: solid 1px #dddddd;
}
#navGlobal ul li a {
	display: block;
	height: 37px;
}
#navGlobal ul li.on a,
#navGlobal ul li a:hover {
	border-bottom: solid 3px #008bbc;
}



/* Contents
=========================================*/
#content {
	clear: both;
	width: 1000px;
	margin: 25px auto 0;
	padding-bottom: 45px;
}



/* Main
=========================================*/
/* main */
#main {
	float: left;
	width: 800px;
}
#top #main,
#recruit #main,
#inquire #main,
.asideoff #main {
	float: none;
	width: 1000px;
}
#mainContent {
}

/* breadcrumb */
#breadcrumb {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

#breadcrumb #breadcrumbList li {
	float: left;
	padding-top: 19px;
	line-height: 1.1;
}
#breadcrumb #breadcrumbList li:before {
	margin: 0 6px 0 4px;
	content: "＞";
}
#breadcrumb #breadcrumbList li:first-child:before {
	margin: 0;
	content: "";
}
#breadcrumb #breadcrumbList li:last-child a {
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}
#breadcrumb #breadcrumbList li:last-child a:hover {
	color: #333333;
	cursor: default;
	text-decoration: none;
}


/* Aside
=========================================*/
#aside {
	float: right;
	width: 167px;
}
#aside #menuArea {
	background: url(/common/images/aside_bg01.gif) repeat-y 0 0;
}
#aside #menuArea dl {
	margin-bottom: 1px;
	border: solid 1px #dddddd;
}
#aside #menuArea dt {
	line-height: 0;
}
#aside #menuArea dt a {
	display: block;
	padding: 13px 0 13px 12px;
}
#aside #menuArea dd {
	line-height: 1.2;
}
#aside #menuArea dd > ul > li {
	border-top: solid 1px #dddddd;
}
#aside #menuArea dd > ul > li > a {
	display: block;
	padding: 10px 10px 10px 25px;
	color: #333333;
	text-decoration: none;
}
#corporate #aside #menuArea dd > ul > li > a {
	background: url(/common/images/com_ic24.png) no-repeat 12px 50%;
}
#property #aside #menuArea dd > ul > li > a {
	background: url(/common/images/com_ic08.png) no-repeat 12px 50%;
}
#ir #aside #menuArea dd > ul > li > a {
	background: url(/common/images/com_ic16.png) no-repeat 12px 50%;
}
#news #aside #menuArea dd > ul > li > a {
	background: url(/common/images/com_ic10.png) no-repeat 12px 50%;
}
#aside #menuArea dd > ul > li a:hover {
	color: #333333;
	text-decoration: none;
}
#corporate #aside #menuArea dd > ul > li > a:hover,
#corporate #aside #menuArea dd>  ul > li.on > a {
	background: #fcf5fa url(/common/images/com_ic24.png) no-repeat 12px 50%;
}
#property #aside #menuArea dd > ul > li > a:hover,
#property #aside #menuArea dd > ul > li.on > a {
	background: #fef5f0 url(/common/images/com_ic08.png) no-repeat 12px 50%;
}
#ir #aside #menuArea dd > ul > li > a:hover,
#ir #aside #menuArea dd > ul > li.on > a {
	background: #fbf7ef url(/common/images/com_ic16.png) no-repeat 12px 50%;
}
#news #aside #menuArea dd > ul > li > a:hover,
#news #aside #menuArea dd > ul > li.on > a {
	background: #fffbed url(/common/images/com_ic10.png) no-repeat 12px 50%;
}

#aside #menuArea dd > ul > li > ul {
	padding: 0 5px 10px 13px;
	border-top: solid 1px #dddddd;
}
#aside #menuArea dd > ul > li > ul > li {
	margin-top: 10px;
	padding-left: 12px;
}
#corporate #aside #menuArea dd > ul > li > ul > li {
	background: url(/common/images/aside_ic01.png) no-repeat 0 0.3em;
}
#aside #menuArea dd > ul > li > ul > li > a {
	color: #333333;
	text-decoration: none;
}
#aside #menuArea dd > ul > li > ul > li > a[target="_blank"] {
	padding-right: 24px;
	background: url(/common/images/com_ic01.png) no-repeat 100% 0.2em;
}
#aside #menuArea dd > ul > li > ul > li > a:hover {
	color: #333333;
	text-decoration: none;
}
#corporate #aside #menuArea dd > ul > li > ul > li.on > a,
#corporate #aside #menuArea dd > ul > li > ul > li > a:hover,
#corporate #aside #menuArea dd > ul > li > ul > li > ul > li > a:hover {
	color: #de7cba;
}
#corporate #aside #menuArea dd > ul > li > ul > li > ul > li {
	margin-top: 10px;
	padding-left: 12px;
	background: url(/common/images/aside_ic02.png) no-repeat 0 0.5em;
}
#corporate #aside #menuArea dd > ul > li > ul > li > ul > li > a {
	color: #333333;
	text-decoration: none;
}
#corporate #aside #menuArea dd > ul > li > ul > li > ul > li > a[target="_blank"] {
	padding-right: 24px;
	background: url(/common/images/com_ic01.png) no-repeat 100% 0.2em;
}







/* Footer
=========================================*/
#footer {
	clear: both;
}
#footer .footerWrap {
	width: 1000px;
	margin: 0 auto;
}
#footer #footer01 {
	clear: both;
	padding: 27px 0;
	background: #f5f5f5;
}
#footer #footer01 a {
	color: #333333;
	text-decoration: none;
}
#footer #footer01 a:hover {
	text-decoration: underline;
}
#footer #footer01 .footerLinkCol01 {
	float: left;
	width: 313px;
	padding-right: 10px;
}
#footer #footer01 .footerLinkCol02 {
	float: left;
	width: 340px;
	padding-right: 10px;
}
#footer #footer01 .footerLinkCol03 {
	float: left;
	width: 134px;
	padding-right: 10px;
}
#footer #footer01 .footerLinkCol04 {
	float: left;
	width: 173px;
	padding-right: 10px;
}
#footer #footer01 div > ul > li {
	margin-top: 9px;
}
#footer #footer01 div > ul > li:first-child {
	margin-top: 0;
}
#footer #footer01 div > ul > li > a {
	font-weight: bold;
}
#footer #footer01 div > ul > li > ul {
	padding-bottom: 6px;
}
#footer #footer01 div > ul > li > ul > li {
	float: left;
	width: 50%;
	margin-top: 8px;
	padding: 0 10px 0 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/common/images/footer_ic01.gif) no-repeat 0 50%;
}
#footer #footer01 .footerLinkCol03 > ul > li > ul > li {
	float: none;
	width: 100%;
}

#footer #footer02 {
	clear: both;
	padding: 15px 0;
	background: #008bbc;
	color: #ffffff;
	line-height: 1.1;
}
#footer #footer02 a {
	color: #ffffff;
	text-decoration: none;
}
#footer #footer02 a:hover {
	text-decoration: underline;
}
#footer #footer02 ul {
	float: left;
}
#footer #footer02 li {
	float: left;
}
#footer #footer02 li:first-child {
	margin-right: 15px;
	padding-right: 15px;
	border-right: solid 1px #4daed0;
}
#footer #footer02 #copyright {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}






/* ClearFix
=========================================*/
#header #headerWrap:after,
#header #headerIdentity:after,
#navGlobal ul:after,
#footer .footerWrap:after,
#footer #footer02 ul:after,
#footer #footer01 div > ul > li > ul:after,
#breadcrumb #breadcrumbList ol:after,
#content:after {
	content: "";
	display: block;
	clear: both;
}
#header #headerWrap,
#header #headerIdentity,
#navGlobal ul,
#footer .footerWrap,
#footer #footer02 ul,
#footer #footer01 div > ul > li > ul,
#breadcrumb #breadcrumbList ol,
#content {
	min-height: 1%;
	zoom: 1;
}
