/* =Dafault
-------------------------------------------------- */
/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
header, footer, article, section, aside, nav, figure, figcaption { /* html5 */
	margin: 0;
	padding: 0;
}


/* =Structure
-------------------------------------------------------------- */
/* Body */
body {
	width: auto;
	height: auto;
	background: #ffffff url("../images/nav_bar.png") 50% 105px repeat-x;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	text-align: center;
	color: #000000;
}
h1, h2, h3, h4 {
	line-height: 1.2em;
}
img {
	border: none;
	vertical-align: bottom;
}
a {
	text-decoration: underline;
	word-wrap: break-word;
	color: #0c6ccc;
}
a:hover {
	color: #00b8cc;
}

/* Form */
input {
	margin: 3px 0;
	vertical-align: middle;
}
label {
	margin: 0 12px 0 10px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

/* Clear Fix */
div:after { content: "."; display: block; height: 0; line-height:0; clear: both; visibility: hidden;}
div { display: inline-block;}
/* MacIE begin \*/
*+html div { height: 1%;}
* html div { height: 1%;}
div { display: block;}
/* Mac IE end */

ul:after { content: "."; display: block; height: 0; line-height:0; clear: both; visibility: hidden;}
ul { display: inline-block;}
/* MacIE begin \*/
*+html ul { height: 1%;}
* html ul { height: 1%;}
ul { display: block;}
/* Mac IE end */


/* =Layout
-------------------------------------------------------------- */
div.container {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

div.header {
	width: 940px;
	height: 148px;
	margin-bottom: 20px;
}

div.wrapper {
	margin-bottom: 50px;
}

div.content {
	float: left;
	width: 690px;
}

div.side {
	float: right;
	width: 230px;
}

div.footer {
	padding-top: 20px;
	background: transparent url(../images/footer_bar.png) 0 0 repeat-x;
}


/* =Common
-------------------------------------------------------------- */
/* Text */
.prominent {
	color: #0099cc;
}

/* Link */
a.internal-link {
	clear: both;
	display: block;
	float: right;
	padding-left: 12px;
	background: url(../images/marker_link.png) 0 4px no-repeat;
}

/* Image */
.img-left {
	float: left;
	display: inline;
}
.img-right {
	float: right;
	display: inline;
}

/* Read Text */
.assistive-text,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
*:first-child+html .assistive-text { display: none;}
*:first-child+html .screen-reader-text { display: none;}
* html .assistive-text { display: none;}
* html .screen-reader-text { display: none;}

/* Margin */
.margin-none {
	margin: 0 !important;
}


/* =Header
-------------------------------------------------------------- */
div.header {
	position: relative;
}

div.header h1 {
	position: absolute;
	top: 18px;
	left: 38px;
	font-weight: normal;
	font-size: 12px;
}

p.header-logo {
	position: absolute;
	top: 40px;
	left: 14px;
}

p.phone-number {
	position: absolute;
	top: 25px;
	right: 5px;
}

ul.nav-header {
	padding: 5px 0 4px 10px;
	position: absolute;
	top: 57px;
	right: 0;
	background-color: #00b9cc;
}
ul.nav-header li {
	float: left;
	list-style-type: none;
	font-size: 10px;
}
ul.nav-header li a {
	display: block;
	margin-right: 10px;
	padding-left: 12px;
	background: url(../images/arrow_link.png) 0 3px no-repeat;
	text-decoration: none;
	color: #ffffff;
}
ul.nav-header li a:hover {
	text-decoration: underline;
}

ul.nav-grobal {
	width: 100%;
	background: url(../images/nav_grobal_back.png) 0 0 no-repeat;
	padding-left: 1px;
	position: absolute;
	top: 105px;
	left: 0;
}
ul.nav-grobal li {
	float: left;
	list-style-type: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
ul.nav-grobal li a {
	display: block;
	width: 156px;
	height: 29px;
	padding-top: 13px;
	background: url(../images/nav_grobal.png) 0 0 no-repeat;
	text-decoration: none;
	color: #ffffff;
}
ul.nav-grobal li a:hover,
ul.nav-grobal li a.active {
	background: url(../images/nav_grobal.png) 0 -42px no-repeat;
}


/* =Content
-------------------------------------------------------------- */
/* Breadcrumbs */
ul.nav-breadcrumbs {
	margin-bottom: 25px;
}
ul.nav-breadcrumbs li {
	float: left;
	list-style-type: none;
}
ul.nav-breadcrumbs li a {
	margin-right: 10px;
	padding-right: 17px;
	background: url(../images/arrow_breadcrumbs.png) 100% 3px no-repeat;
}

/* Article */
.main {
	font-size: 13px;
}

/* Heading */
.key-visual {
	margin-bottom: 10px;
}

.title-banner {
	margin-bottom: 30px;
}

.article-title {
	clear: both;
	height: 60px;
	margin-bottom: 20px;
	padding-left: 15px;
	background: url(../images/title_article.png) 0 0  no-repeat;
	line-height: 1em;
	font-size: 22px;
	color: #1366b7;
}
.article-title span {
	display: block;
	font-size: 14px;
	color: #0099cc;
}

.section-title {
	clear: both;
	height: 22px;
	margin-bottom: 20px;
	padding: 6px 15px 0;
	background: url(../images/title_section.png) 0 0 no-repeat;
	font-size: 16px;
	letter-spacing: -1px;
	color: #ffffff;
}

.section-content-title {
	height: 25px;
	margin-bottom: 10px;
	padding: 10px 14px 0;
	background: url(../images/title_lineup.png) 0 0 no-repeat;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #0099cc;
}

/* Content */
div.lead-content {
	margin-bottom: 30px;
}
div.lead-image {
	margin-bottom: 10px !important;
}
p.lead-sentence {
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-size: 1.15em;
	color: #0066cc;
}
div.lead-content ul {
	margin-bottom: 1.5em;
}
div.lead-content li {
	margin-left: 1.5em;
	line-height: 1.5em;
	font-size: 1.15em;
	color: #0066cc;
}

div.lead-content  .address {
	float: left;
	margin-left: 15px;
	padding: 20px 25px;
	background-color: #e7eff8;
	line-height: 1.5em;
	font-size: 1.15em;
	color: #0066cc;
}

/* Section */
div.section-content {
	margin-bottom: 30px;
}
div.section-content p {
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-size: 1.15em;
}

div.section-content li {
	margin-left: 1.5em;
	line-height: 1.5em;
	font-size: 1.15em;
	color: #000000;
	padding-bottom: 1.5em;
}

div.content .img-right {
	margin-left: 25px;
}

div.section-left {
	float: left;
	width: 336px;
}
div.section-right {
	float: right;
	width: 336px;
}

/* Table */
table.general {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
	line-height: 1.5em;
	font-size: 1.2em;
}
table.general th {
	width: 150px;
	padding: 10px 15px;
	border-top: #cccccc solid 1px;
	border-left: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	background-color: #f2f2f2;
	color: #0099cc;
}
table.general th span {
    font-size: 0.8em;
    color: #C00;
    margin-left: 5px;
}
table.general td {
	padding: 10px 15px;
	border-top: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	vertical-align: top;
}
table.general tr.odd {
	background-color: #e5f5fa;
}

/* Home */
div.content-intro {
	margin-bottom: 17px;
	padding: 7px 0 14px;
	border: #cdcdcd solid 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(ie-css3.htc);
}

div.content-intro h2 {
	height: 22px;
	margin-bottom: 10px;
	padding: 6px 15px 0;
	background: url(../images/title_section.png) 0 0 no-repeat;
	font-size: 16px;
	letter-spacing: -1px;
	color: #ffffff;
}

div.content-intro p {
	margin: 0 14px;
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 20px;
}

div.content-intro p span{
	margin: 0 14px;
	text-align: center;
	font-size: 20px;
	color: #00A4CC;
}

div.content-intro p.link {
	margin: 0 14px;
	text-align: right;
	font-size: 14px;
	line-height: 1em;
}

/* LineUp */
div.lineup,
div.lineup-home {
	float: left;
	width: 336px;
	margin-bottom: 30px;
}

div.left-column {
	margin-right: 18px;
}

div.lineup h3 {
	height: 25px;
	margin-bottom: 10px;
	padding: 10px 14px 0;
	background: url(../images/title_lineup.png) 0 0 no-repeat;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #0099cc;
}
div.lineup-home h3 {
	height: 37px;
	margin-bottom: 10px;
	padding: 10px 20px 0;
	background: url(../images/title_lineup_home.png) 0 0 no-repeat;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1px;
}

div.lineup p,
div.lineup-home p {
	margin-bottom: 10px;
}
div.lineup .img-left {
	margin-left: 8px;
	margin-right: 10px;
}
div.lineup-home .img-left {
	margin-right: 10px;
}


/* Service */
table.catalog {
	border-collapse: collapse;
}
table.catalog th,
table.catalog td {
	padding: 10px;
	border: #cccccc solid 1px;
	vertical-align: top;
}
table.catalog th {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
table .catalog-name,
table .catalog-web {
	width: 170px;
	background-color: #0099cc;
}
table .catalog-summary {
	background-color: #00b8cc;
}
table.catalog tr.odd {
	background-color: #e5f5fa;
}

table.catalog img {
	float: left;
	margin-right: 10px;
	margin-bottom: 24px;
}


div.features{
	border:1px #CCC solid;
	width:690px;
	background-color: #FDFED1;
}

div.features h3{
	margin: 10px 0px;
	font-size:18px;
	color: #00BBDB;
}

ul.service-features li{
	background-image:url(../images/service/icon_features.png);
	background-position:0 6px;
	background-repeat:no-repeat;
	padding-left:29px;
	list-style:none;
	line-height:25px;
	color:#000;
	margin-bottom:10px;
	margin-left:10px;
	font-weight:bold;
	font-size:18px;
}



/* Company */
table.company-history {
	border-collapse: collapse;
}
table.company-history th,
table.company-history td {
	padding: 10px;
	border: #cccccc solid 1px;
	vertical-align: top;
}
table.company-history th {
	text-align: center;
	font-weight: bold;
	background-color: #0099cc;
	color: #ffffff;
}
table.company-history tr.odd {
	background-color: #e5f5fa;
}

th.year,
th.era {
	width: 80px;
	background-color: #00b8cc;
}
td.year,
td.era {
	text-align: center;
}


div.section-access {
	margin-bottom: 30px;
	width:380px;
	float:left;
	padding-right:10px;
}
div.section-access p {
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-size: 1.15em;
}

div.section-access-map {
	margin-bottom: 30px;
	width:300px;
	float:left;
}

div.section-access h3 {
	height: 25px;
	margin-bottom: 10px;
	padding: 10px 14px 0;
	background: url(../images/title_lineup.png) 0 0 no-repeat;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #0099cc;
}
div.section-access dl.adress{
	margin-bottom:15px;
	font-size:1.15em;
}
div.section-access dl.adress dt {
  clear: left;
  float: left;
  width: 50px;
  color: #000;
  margin-bottom:5px;
}

div.section-access dl.adress dd {
  margin-bottom:5px;
}

div.section-access ul.adress_list li{
	list-style:disc;
	color:#000;
	margin-bottom:5px;
}



/* Recruit */
div.application {
	padding: 15px 30px;
	border: #0066cc solid 2px;
}
p.application-title {
	display: inline;
	float: left;
	margin: 0 !important;
}
p.application-button {
	display: inline;
	float: right;
	margin: 3px 62px 0 0 !important;
}

div.guidebook {
	padding: 15px 30px;
	border: #0066cc solid 2px;
}
p.guidebook-title {
	display: inline;
	float: left;
	margin: 24px 0 0 !important;
}
p.guidebook-button {
	display: inline;
	float: right;
	margin: 0 62px 0 0 !important;
}
p.guidebook-button img {
	margin: 3px 0;
}

div.senior-voice {
	margin-bottom: 20px;
}
p.senior-photo {
	float: left;
}
div.senior-name {
	float: left;
	width: 516px;
	margin-bottom: 10px;
	padding: 0 12px 10px;
	border-bottom: #cccccc solid 2px;
	position: relative;
}
div.senior-name h3 {
	float: left;
	margin-bottom: 0;
	padding-top: 3px;
	font-size: 15px;
	color: #0066cc;
}
div.senior-name p {
	margin-bottom: 0;
}
p.department {
	width: 120px;
	padding-left:  15px;
	position: absolute;
	left: 205px;
	border: #0099cc solid 1px;
	font-size: 12px;
	color: #0099cc;
}
p.continued {
	width: 100px;
	padding-left:  15px;
	position: absolute;
	left: 345px;
	border: #0099cc solid 1px;
	font-size: 12px;
	color: #0066cc;
}

dl.senior-faq {
	float: left;
	margin-left: 12px;
	font-size: 1.2em;
}
dl.senior-faq dt {
	height: 16px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-left: 30px;
	background: url(../images/marker_q.png) 0 0 no-repeat;
	font-weight: bold;
	color: #0099cc;
}
dl.senior-faq dd {
	height: 60px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-left: 40px;
	background: url(../images/marker_a.png) 0 0 no-repeat;
}

ul.csr_index li{
	background-image:url(../images/csr/icon_src_li.png);
	background-position:0 6px;
	background-repeat:no-repeat;
	line-height:25px;
	padding-left:29px;
	list-style:none;
	color:#000;
	margin-bottom:10px;
}

ul.csr_index p{
	border:1px #CCC solid;
	padding:5px;
	width:300px;
	margin-left:50px;
}



/* Form */
.form p {
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #000;
}
.error p {
	font-weight: bold;
}
.error ul {
	margin-left: 1.5em;
	margin-bottom: 1em;
	list-style-type: disc;
	font-size: 1.2em;
	color: #ff0000;
}
.error em {
	color: #ff0000;
}
.submit-button {
	text-align: center;
}
.submit-button form {
	display: inline-block;
}

ul.link li a {
display: block;
padding: 5px 8px 5px 20px;
background: transparent url(../images/marker_link.png) 7px 9px no-repeat;
}

ul.sitemap li{
	background-image:url(../images/arrow_sitemap.png);
	background-repeat:no-repeat;
	background-position:0 7px;
	margin-bottom:5px;
	padding-left:10px;
	list-style:none;
}

/* =Side
-------------------------------------------------------------- */
div.side-menu {
	margin-bottom: 17px;
	padding: 10px 10px 0;
	border: #cdcdcd solid 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(ie-css3.htc);
	background-color: #ffffff;
}

div.side-menu h1 {
	width: 194px;
	height: 22px;
	margin-bottom: 4px;
	padding: 7px 8px 0;
	background: url(../images/side_h1.png) 0 0 no-repeat;
	position: relative;
	font-size: 14px;
	color: #ffffff;
}
div.side-menu h1 span {
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: 11px;
	font-weight: normal;
}

div.side-menu h1 a.side-menu-title {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

div.side-menu ul {}
div.side-menu ul li {
	list-style-type: none;
}

div.side-menu .sub-title {
	display: block;
	width: 194px;
	height: 20px;
	padding: 6px 8px 0;
	background: url(../images/side_sub_title.png) 0 0 no-repeat;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #0099cc;
}
div.side-menu .title-en {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

li.main-business .sub-title {
	background: url(../images/side_main_title.png) 0 0 no-repeat;
	color: #ffffff;
}
li.main-business .title-en {
	color: #ffffff;
}

div.side-menu ul li ul  {
	margin-bottom: 10px;
}
div.side-menu ul li ul li  {
	padding: 2px 0px 3px 3px;
	background: url(../images/line_side_nav.png) center bottom no-repeat;
	font-size: 13px;
}
div.side-menu ul li ul li a  {
	display: block;
	padding: 5px 8px 5px 20px;
	background: transparent url(../images/marker_link.png) 7px 9px no-repeat;
}

div.side-menu ul li ul li a.active,
div.side-menu ul li ul li a:hover  {
	background-color: #e7f0f8;
	text-decoration: underline;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(ie-css3.htc);
	color: #0c6ccc;
}

div.side-menu ul li ul li.last-child {
	background-image: none;
}

ul.banner li {
	margin-bottom: 10px;
	list-style-type: none;
}


/* =Footer
-------------------------------------------------------------- */
div.container-footer {
	width: 940px;
	margin: 0 auto 20px;
	overflow: hidden;
	text-align: left;
}

ul.nav-footer li {
	list-style-type: none;
}

ul.nav-footer a {
	clear: both;
	display: block;
	float: left;
	padding: 5px 40px 4px 20px;
	border: #0099cc solid 1px;
	background: url(../images/marker_link.png) 10px 8px no-repeat;
	text-decoration: none;
	color: #000000;
}
ul.nav-footer a:hover {
	padding: 4px 39px 3px 19px;
	border-width: 2px;
	background-position: 9px 7px;
}

address.copyright {
	text-align: right;
	font-style: normal;
	font-size: 12px;
	color: #000000;
}
