@charset "Shift_JIS";

@import url("reset.css");
@import url("module.css");

/* 以下移植 */
body {
	/*    font-family: "Helvetica-Light", "Helvetica Neue", "Helvetica, Arial", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";*/
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, sans-serif;
	font-size: 15px;
	font-size: 1.4em;
}

p {
	margin-bottom: 20px;
}

ol, ul {
	list-style: none;
}
/* 以上移植 */


body {
	color: #666;
	font-size: 86%;
	line-height: 1.6;
}

img {
	border: none;
	vertical-align: bottom;
}

/*---------------------------------------フォント・テキスト定義*/
.reg {
	font-size: 105%; /*body 86% of 100%*/
	line-height: 1.6;
}

.sml {
	font-size: 80% !important; /*body 86% of 80%*/
	line-height: 1.4;
}

.lrg {
	font-size: 120%; /*body 86% of 120%*/
	line-height: 1.4;
}

/*-----------------------ボールド*/
strong {
	font-weight: bold;
	font-style: normal;
}

/*-----------------------下線*/
.uLine {
	text-decoration: underline;
}

/*-----------------------約物「・」などを等幅で表示する*/
.mono {
	font-family: monospace;
}

/*-----------------------基本リンクスタイル*/
a {
	color: #666;
}

a:link,
a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#header a:link,
#footer a:link,
#sideNavi a:link,
#header a:visited,
#footer a:visited,
#sideNavi a:visited {
	text-decoration: none;
}

#header a:hover,
#footer a:hover,
#sideNavi a:hover {
	text-decoration: underline;
}

/* TBC link hover */
body.tbcBody .topicPath a:hover,
body.tbcBody #main a:hover {
	color: #897236;
}

/* Mens link hover */
body.mensBody .topicPath a:hover,
body.mensBody #main a:hover {
	color: #2e5ca8;
}

/* Total link hover */
body.totalBody .topicPath a:hover,
body.totalBody #main a:hover {
	color: #002f64;
}

/*-----------------------真ん中寄せ、右寄せ*/
.alCenter {
	text-align: center;
}

.alRight {
	text-align: right;
}

/*++++++++++++++++RollOver*/
.btn:hover {
	opacity: 0.70;
	-moz-opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}

/*IEバグあり・透過pngには使用しない*/

h1,
#wrapper {
	width: 1030px;
	margin: 0 auto;
}

#wrapper {
	padding: 20px 0 60px;
	box-sizing: border-box;
}

h1 {
	padding-top: 3px;
	font-size: 90%;
	font-weight: normal;
	color: #04275e;
	text-align: right;
}

.icon-win {
	margin-top: -.5em;
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
}

/*解析タグ隙間対策*/
script + img[width="0"] {
	display: none;
}

/*clearfix start*/
.clearfix:after {
	content: ".";
	height: 0;
	font-size: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

/*clearfix end*/

/*----------------------------------------------
  Structure: Header
----------------------------------------------*/

/* Global
----------------------------------*/

#header .content {
	margin: 0 auto;
	padding: 10px 0 12px;
	width: 1030px;
	position: relative;
	overflow: hidden;
	color: #003673;
}

#header .content a {
	color: #003673;
}

#gNavi {
	height: 45px;
	min-width: 1030px;
	background: #003674;
	position: relative;
	z-index: 0; /* IE8 */
}

#gNavi > div {
	margin: 0 auto;
	padding-right: 1px;
	width: 1030px;
	height: 100%;
	box-sizing: border-box;
	background: url(/common/images/header/bg_menu_01.png) 100% 50% no-repeat;
}

#gNavi > div ul {
	width: 100%;
	height: 100%;
	display: table;
}

#gNavi > div ul li {
	padding-left: 1px;
	height: 100%;
	display: table-cell;
	background: url(/common/images/header/bg_menu_01.png) 0 50% no-repeat;
	vertical-align: top;
}

#gNavi > div ul li a {
	padding: 0 30px;
	height: 45px; /* 100% glitch in IE11 */
	display: block;
	position: relative;
	text-align: center;
}

body.tbcBody #gNavi > div ul li#navBody a {
	padding: 0 20px;
}

body.tbcBody #gNavi > div ul li#navBody + li a,
body.tbcBody #gNavi > div ul li#navBody + li + li a {
	padding: 0 10px;
}

#gNavi > div ul li a img {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	z-index: -1; /* IE8 */
}

#gNavi > div ul li a:before {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#gNavi > div ul li.active a:after,
#gNavi > div ul li a:hover:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/common/images/header/bg_menu_02.png) 0 0 repeat;
}

#header .utility .support p {
	margin: 0;
}

/* Total
----------------------------------*/

#header.total {
	border-bottom: 1px solid #b9b9b9;
}

#header.total #logo {
	margin: 0;
	padding-bottom: 2px;
	position: absolute;
	bottom: 15px;
}

#header.total .utility {
	float: right;
}

#header.total .utility .menu {
	margin-bottom: 7px;
	overflow: hidden;
}

#header.total .utility .menu ul {
	float: right;
}

#header.total .utility .menu ul > li {
	margin-left: 15px;
	float: left;
}

#header.total .utility .menu ul > li a {
	padding-left: 11px;
	background: url(/common/images/bullet/bullet_arrow_02.png) 0 50% no-repeat;
	font-size: 90%;
}

#header.total .utility .switchPanel {
	position: absolute;
	left: 211px;
	bottom: 13px;
}

#header.total .utility .switchPanel li:first-child {
	margin-top: 0;
}

#header.total .utility .switchPanel li {
	margin-top: 2px;
	width: 121px;
}

#header.total .utility .switchPanel li a {
	padding: 8px 16px 8px 15px;
	display: block;
	box-sizing: border-box;
	background: url(/common/images/bullet/bullet_arrow_01.png) 96% 50% no-repeat;
	font-size: 75%;
	line-height: 1;
}

#header.total .utility .switchPanel .female {
	background: #fff0ab;
}

#header.total .utility .switchPanel .male {
	background: #e3e8ef;
}

/* TBC
----------------------------------*/

#header.tbc #logo {
	margin: 0;
	padding-bottom: 2px;
	position: absolute;
	bottom: 14px;
}

#header.tbc .utility {
	float: right;
}

#header.tbc .utility .menu {
	margin-bottom: 7px;
	overflow: hidden;
}

#header.tbc .utility .menu ul {
	float: right;
}

#header.tbc .utility .menu ul > li {
	margin-left: 15px;
	float: left;
}

#header.tbc .utility .menu ul > li a {
	padding-left: 11px;
	background: url(/common/images/bullet/bullet_arrow_02.png) 0 50% no-repeat;
	font-size: 90%;
}

#header.tbc .utility .switchPanel {
	display: inline-block;
	overflow: hidden;
}

#header.tbc .utility .switchPanel li:first-child {
	margin-top: 0;
}

#header.tbc .utility .switchPanel li {
	margin-left: 8px;
	width: 145px;
	float: left;
}

#header.tbc .utility .switchPanel li a {
	display: block;
}

#header.tbc .utility .support {
	margin-left: 8px;
	display: inline-block;
}

/* Mens
----------------------------------*/

#header.mens #logo {
	margin: 0;
	padding-bottom: 2px;
	position: absolute;
	bottom: 12px;
}

#header.mens .utility {
	float: right;
}

#header.mens .utility .menu {
	margin-bottom: 7px;
	overflow: hidden;
}

#header.mens .utility .menu ul {
	float: right;
}

#header.mens .utility .menu ul > li {
	margin-left: 15px;
	float: left;
}

#header.mens .utility .menu ul > li a {
	padding-left: 11px;
	background: url(/common/images/bullet/bullet_arrow_02.png) 0 50% no-repeat;
	font-size: 90%;
}

#header.mens .utility .switchPanel {
	display: inline-block;
	overflow: hidden;
}

#header.mens.utility .switchPanel li:first-child {
	margin-top: 0;
}

#header.mens .utility .switchPanel li {
	margin-left: 8px;
	width: 145px;
	float: left;
}

#header.mens .utility .switchPanel li a {
	display: block;
}

#header.mens .utility .support {
	margin-left: 8px;
	display: inline-block;
}

/*----------------------------------------------
  Structure: TopicPath
----------------------------------------------*/

.topicPath {
	padding-top: 18px;
	width: 1030px;
	margin: 0 auto;
}

.topicPath ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: table;
}

.topicPath li {
	display: table-cell;
	font-size: 90%;
	letter-spacing: 1.25px;
	line-height: 1;
	vertical-align: top;
}

.topicPath li:not(:last-child) {
	white-space: nowrap;
}

.topicPath li span {
	display: block;
	padding-left: 2.7em;
	position: relative;
}

.topicPath li span:before {
	content: ">";
	position: absolute;
	left: 1em;
	top: -.1em;
	color: #ccc;
}

.topicPath li:first-child span {
	padding-left: 0;
}

.topicPath li:first-child span:before {
	padding: 0;
	content: "";
}

.topicPath li a {
	border-bottom: 2px solid #e0e0e0;
	text-decoration: none;
}

.topicPath li a:hover {
	border-bottom: none;
	text-decoration: none;
}

/*----------------------------------------------
  Structure: Contents
----------------------------------------------*/

#main:before,
#main:after {
	content: " ";
	display: table;
}

#main:after {
	clear: both;
}

#main #contents > :last-child,
#main #sideNavi > :last-child {
	margin-bottom: 0 !important;
}

/* Contents
----------------------------------*/

#main #contents {
	width: 750px;
	float: right;
	font-size: 110%;
}

/* SideNavi
----------------------------------*/

#main #sideNavi {
	width: 240px;
	float: left;
}

/*----------------------------------------------
  Structure: Footer
----------------------------------------------*/
.containerFooter {
	width: 1030px;
	margin: 0 auto;
}

#footer {
	min-width: 1030px;
	position: relative;
}

#footer #info {
	background: url(/common/images/foot_bg.jpg) no-repeat center top;
	background-color: #215085;
	height: 315px;
	padding-top: 25px;
}

#footer #info dl {
	float: left;
}

#info dl#link {
	width: 496px;
	padding-left: 14px;
	font-size: 0;
	line-height: 0;
}

#info dl#link dt {
	padding-bottom: 6px;
}

#info dl#link dd {
	float: left;
	padding-bottom: 5px;
}

.footer_total #info dl#link dd:nth-child(odd) {
	padding-left: 9px;
}

.footer_tbc #info dl#link dd:nth-child(even),
.footer_mens #info dl#link dd:nth-child(even) {
	padding-left: 9px;
}

.footer_tbc #info dl#link dt + dd:nth-child(even),
.footer_mens #info dl#link dt + dd:nth-child(even) {
	padding-left: 0;
}

#info dl#support {
	width: 471px;
	padding-left: 49px;
}

#info dl#support dt {
	padding-bottom: 18px;
}

#info dl#support dd {
	position: relative;
}

#info dl#support dd a {
	position: absolute;
	top: 30px;
	left: 14px;
}

#footer ul#linkmenu {
	background-image: url(/common/images/foot_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #003673;
	text-align: center;
	padding: 18px 0;
}

.footer_total#footer ul#linkmenu {
	background-image: none;
}

#footer ul#linkmenu li {
	display: inline;
}

#footer #search {
	background: url(/common/images/foot_line2.png) no-repeat center bottom;
	background-color: #215085;
	min-height: 360px;
}

.footer_total#footer #search {
	min-height: 320px;
}

.footer_total#footer #search dl {
	background: url(/common/images/foot_line2.png) no-repeat center top;
}

#footer #search dl {
	width: 1016px;
	margin: 0 auto;
	padding: 0 0 20px 14px;
}

#footer #search dl dt {
	padding-top: 36px;
}

#footer #search dl dd {
	float: left;
}

.footer_total#footer #search dl dd {
	float: none;
}

.footer_tbc#footer #search dl dt,
.footer_mens#footer #search dl dt {
	margin-bottom: 18px;
}

.footer_tbc#footer #search dl dd,
.footer_mens#footer #search dl dd {
	width: 92px;
}

.footer_tbc#footer #search dl dd.wide,
.footer_mens#footer #search dl dd.wide {
	width: 130px;
}

.footer_tbc#footer #search dl dd.wide2,
.footer_mens#footer #search dl dd.wide2 {
	width: 140px;
	padding-right: 15px;
}

#footer #search dl dd img {
	display: block;
	margin: 18px 0 10px 0;
}

.footer_total#footer #search dl dt + dd {
	margin-bottom: 26px;
}

.footer_total#footer #search dl ul {
	position: relative;
	left: -7px;
}

#footer #search dl ul li {
	line-height: 1;
	margin-bottom: 10px;
}

.footer_total#footer #search dl ul li {
	float: left;
	padding: 0 7px;
	border-right: 1px solid #022b5a;
}

#footer #search dl ul li a {
	color: #fff;
	font-size: 90%;
}

.footer_tbc#footer #search dl ul li:first-child a,
.footer_mens#footer #search dl ul li:first-child a {
	background: url(/common/images/bullet/bullet_arrow_05.png) no-repeat 0 2px;
}

.footer_tbc#footer #search dl ul li a,
.footer_mens#footer #search dl ul li a {
	padding-left: 10px;
}

.footer_tbc#footer #search dl ul li a span,
.footer_mens#footer #search dl ul li a span {
	display: block;
	font-size: 80%;
	padding-left: 20px;
	line-height: 1.4;
}

#footer #copy {
	background-color: #003673;
	text-align: center;
	padding: 15px 0 0 0;
	height: 52px;
}

#footer #copy p {
	margin-bottom: 15px;
}

#footer #floatingPageTop {
	width: 66px;
	height: 33px;
	position: absolute;
	top: -33px;
	right: 0;
	display: none;
}

#footer #floatingPageTop.fixed-bottom {
	position: fixed;
	right: 0;
	top: auto; /* overwrite top:-33px */
	bottom: 0;
}

.fixed-bottom a {
	opacity: 0.70;
	-moz-opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}

.fixed-bottom a:hover {
	opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
}

.ceo_name {
	letter-spacing: 5px;
}