@charset "utf-8";
/*------------------------------------- 
1_初期化
2_基本設定
3_リンク設定
4_フォント
5_アクセスビリティ
6_clear
7_グリットレイアウト（テンプレート枠）
8_ヘッダエリア
9_ぱんくず
10_サイドナビエリア
11_コンテンツエリア
12_フッターエリア
13_テンプレートID
14_パーツ（コンポーネント）
15_フォーム
16_テストサイト用オリジナル！！！削除の事！！！
-------------------------------------*/

/* --------------------------------------
 1_cssの初期化
-------------------------------------- */
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, /* -input, - */textarea,
p, blockquote,
/* -th, td,- */

img {
	margin: 0;
	padding: 0;
	border:none;
	vertical-align: top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

th,
td {
	vertical-align: top;
	text-align: left;
/*	word-break: break-all; */
}

ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}



/* --------------------------------------
 2_基本設定
-------------------------------------- */
body {
	color:#505050;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:2.2;
	background:#FFF;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


/* --------------------------------------
 3_リンク設定
-------------------------------------- */
a:link {
	color:#333399;
	text-decoration:none;
}

a:visited {
	color:#333399;
	text-decoration:none;
}

a:hover {
	color:#333399;
	text-decoration: underline;
}

a:active {
	color:#333399;
	text-decoration:none;
}

a {
	overflow:hidden;
	outline:none;
}

a:hover img {
	-ms-opacity: 0.6;
	opacity: 0.6;
}


/* --------------------------------------
 4_フォント
-------------------------------------- */
/* -- ★★！！要確認。とりあえずまとめて設定してますが。個別設定の方が良い？ -- */

h1 {
	font-size: 128.5%; /* 18px */
	font-weight:bold;
}

h1 em,
h1 em { /* kicker */
	display: block;
	font-size: 62.5%;
	font-style: normal;
}

h2 {
	font-size: 114%; /* 16px */
	line-height:1.2;
}

.teaser h2 em { /* kicker */
	display: block;
	font-size: 71.4%; /* 10px */
	font-style: normal;
}

h3 {
	font-size:100%; /* 14px */
	font-weight:bold;
	line-height:1.2;
}

.latest h3 em { /* kicker */
	display: block;
	font-style: normal;
	font-size: 71.4%; /* 10px */
}

/* ★★これ使ってる？ */
.link-list h3 { /* linklist in teaser */
	font-size: 130%;
	font-weight: bold;
}


.latest h3 {
	font-size: 160%;
}
h4 {
	font-size:100%; /* 14px */
	font-weight:bold;
	line-height:1.2;
}

h5 {
	font-size:100%; /* 14px */
	font-weight:bold;
	line-height:1.2;
}

/* ↓★★ここから下のフォントまだ見てない */

.teaser-group h5 {
	font-size: 160%;
}
.teaserlist li {
	font-size: 160%;
	font-weight: bold;
}



/* sidebar */
#extras h2,
#extras h3 {
	font-size: 160%;
	font-weight: bold;
}

#extras .latest h3 em,
#extras .rss-content h2 em { /* kicker */
	display: block;
	font-size: 68.75%; /* 11px */
	font-style: normal;
}


/*-------------- ページャー、続きを読む等★マグ --------------*/
em.more a {
	padding-left: 15px;
	background: transparent url(../../img/icons/sprites.png) no-repeat scroll 0 2px;
	font-style: normal;
}
em.more-comments a {
	font-style: normal;
	padding: 7px;
}
em.more-comments:before {
	content: "|";
}
p.back a {
	clear: both;
	display: block;
	background: url(../../img/icons/sprites.png) 0 -67px no-repeat;
	margin: 25px 0;
	border-top: 1px solid #B3B3B3;
	border-bottom: none !important;
	padding: 5px 0 0 17px;
	font-style: normal;
	font-weight: bold;
}
p.back a:hover,
p.back a:focus,
p.back a:active {
	text-decoration: underline !important;
}
.all a {
	clear: both;
	display: block;
	margin: 20px 0 0 0;
	border-top: 1px #b3b3b3 solid;
	padding: 5px 0 0 17px;
	background: transparent url(../../img/icons/sprites.png) no-repeat scroll 0 5px;
}


/* --------------------------------------
 5_アクセスビリティ（hidden & skip link）
-------------------------------------- */
#step-by-step li em,
.showbox h1.showbox-title,
.aural,
.skip a,
#search-box label,
#search-results .new-search label,
#search-box h6,
#nav-global span em,
#nav li strong em,
#nav-global li.on em,
#nav-box li.on em,
#nav-global h6,
#nav-box li h3 em,
#nav h6,
#extras h6,
em.more span,
#promos .more,
.pager li em,
.pager h3,
#search-results .form-wrapper label span,
#main .vcard div h3,
#extras .vcard div h3,
#glossary-index h3,
.day span,
form div label em,
#nav-content strong em,
p#copyright-magnolia span,
#event-pager h5,
div.superpromos .superpromo-section p.more a span {
	display: block;
    position: absolute;
    overflow: hidden;
	left: -9999px;
    width: 1px;
    height: 1px;
}

.skip a:active,
.skip a:focus {
    position: absolute;
	background: #fff;
	outline: none;
    z-index: 1000;
	left: 200px;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 5px 15px 10px 15px;
    font-weight: bold;
}

/* --------------------------------------
 6_clear
-------------------------------------- */
ul:after,
#step-by-step ol:after,
.opener:after,
.teaser:after,
.text-section:after,
.text-section dl:after,
#page-intro:after,
.form-wrapper div:after,
#stage div.teaser-wrapper:after,
.text-box-tabs .text-box-section:after,
#extras .toc-box .text-box-section:after,
#main .vcard:after,
.multiColumn1:after,
.multiColumn2:after,
.multiColumn3:after,
.multiColumn4:after,
.multiColumn5:after,
div.internal-link-area:after,
div.external-link-area:after,
div.download-link-area:after,
div.faq-list .faq-item:after,
div.event-list div#event-pager ul:after {
	content: " ";
    display: block;
    clear: both;
}

.clr:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}


/*------------------------------------- 
7_グリットレイアウト（テンプレート枠）
-------------------------------------*/

#stage {
	position: relative;
	overflow: hidden;
	margin: 0 auto 20px auto;
	width: 940px;
}

#html1 {
}

/*-------------- CONTENTS --------------*/
div#wrapper-2 {
/*	background: #fff; */
	overflow: hidden;
	margin: 0 auto;
	min-width:1100px;
}

#nav {
}

#wrapper-3 {
}

#promo {
}

#map {
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 700px;
}
#main {
	/*float: left;
	margin: 0 20px 0 0;*/
	width: 700px;
}
#wrapper-3 > #main {
	overflow: visible;
}
#extras {
	float: left;
	width: 220px;
}
.promos {
	clear: both;
	/*overflow: hidden;
	padding: 20px 0 20px 0;*/
}


/* footer */
#site-info {
	min-width:1100px;
	clear: both;
	width:100%;
	overflow:hidden;
}


/* 2 column layout: no nav vertical | main column | sidebar */
.col-subcol #wrapper-3 {
	width: 100%;
	clear:both;
}
.col-subcol #main {
	width: 700px;
}

.col-subcol #main {
	width: 700px;
}
.col-subcol #extras {
	width: 330px;
}
.col-subcol #nav {
	display: none;
}

/* 2 column layout: nav vertical | main column | no sidebar */
.nav-col #main {
	width: 100%;
}
#map {
	margin-top: 37px;
}

/* 2 column layout: two equal columns: main column | sidebar */
.col-subcol-equal #wrapper-3 {
	width: 100%;
}
.col-subcol-equal #main,
.col-subcol-equal #extras {
	width: 700px;
}

/* 2 column layout: nav vertical and big main column with 2 floating teasers: nav | main */
.nav-col-float2 #wrapper-3,
.nav-col-float2 #main {
	width: 700px;
}

/* 3 column layout: no nav vertical | main | sidebar | sidebar */
.col-subcol-subcol #wrapper-3 {
	width: 100%;
}
.col-subcol-subcol #main,
.col-subcol-subcol #extras {
	width: 700px;
}
.col-subcol-subcol #extras-1,
.col-subcol-subcol #extras-2 {
	width: 220px;
	float: left;
}
.col-subcol-subcol #extras-2 {
	float: right;
}

/* 3 column layout: 1 big column with 3 floating teasers | main */
/* 2 column layout: 1 big column with 2 floating teasers | main */
.col-float2 #wrapper-3,
.col-float2 #main {
	width: 100%;
}
.col-float3 #wrapper-3,
.col-float3 #main {
	width: 100%;
}

/* 3 column layout: no nav vertical, 1 big column with 2 floating teasers and a sidebar:  main column | sidebar  */
.col-float2-subcol #wrapper-3 {
	width: 100%;
}
.col-float2-subcol #main {
	width: 700px;
}
.col-float2-subcol #wrapper-3 {
	float: none;
}


/*------------------------------------- 
8_ヘッダエリア
-------------------------------------*/
/*--------------------------------------
 ●ok●ヘッダエリア編集の設定_画像とテキスト時のみ
テストサイト用に設定（通常不要） 
--------------------------------------*/

.bodycol-subcol {
}

#branding {
	position: relative;
	margin: 0 auto 20px auto;
	width: 940px;
}

div#branding-box {
}


#nav-meta {
	position: absolute;
	top: 10px;
	right: -10px;
}
#nav-meta ul li {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
	font-size: 110%;
}
#nav-meta ul li a {
	color: #ececee;
}
#nav-meta ul li a:hover,
#nav-meta ul li a:active,
#nav-meta ul li a:focus {
	color: #ff3062;
	text-decoration: underline;
}



#pagetop {
	height:89px;
}

body.in-editor #header{
	position: absolute;
}

#header{
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	box-shadow: 0 5px 8px rgba(0,0,0, 0.2);
	width:100%;
	min-width:1100px;
	z-index:100;
	height:89px;
}

#header #headwrap{
	position: relative;
	width:1120px;
	margin:20px auto 0;
	padding:0 0;
}
#headwrap:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#btn_sub{
	text-align:right;
	line-height:1;
}

[data-page-path^="/ja"] #btn_sub{
/*	padding-top: 6px; */
}

#btn_sub li{
	display:inline-block;
	border-left:solid 1px #555;
	padding:0 20px;
	vertical-align:middle;
	font-size:10px;
	line-height:1;
}

#btn_sub li:last-child{
	border-right:solid 1px #333;
}

#btn_sub li a{
	font-weight:normal;
	color:#555;
}

#btn_sub li a:hover{
	text-decoration:underline;
}

#logo{
	float: left;
	width: 240px;
	margin-top: -20px;
}

#logo img {
	max-width: 100%;
}

/* ja グロナビ */
[data-page-path^="/ja"] #header nav h2{
	display:none;
}

[data-page-path^="/ja"] #header nav{
	float:right;
	margin-top:12px;
}

[data-page-path^="/ja"] #header nav li{
	float:left;
}

[data-page-path^="/ja"] #header nav li a{
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height:32px;
}

[data-page-path^="/ja"] #header nav li a span{
	display: none;
}

[data-page-path^="/ja"] #header nav .nav1 a{
	width:125px;
	background-image:url(../../../../../sw_img/nav_ja/nav_company_off.png);
}

[data-page-path^="/ja"] #header nav .nav2 a{
	width:130px;
	background-image:url(../../../../../sw_img/nav_ja/nav_business_off.png);
}

[data-page-path^="/ja"] #header nav .nav3 a{
	width:178px;
	background-image:url(../../../../../sw_img/nav_ja/nav_sustainability_off.png);
}

[data-page-path^="/ja"] #header nav .nav4 a{
	width:100px;
	background-image:url(../../../../../sw_img/nav_ja/nav_ir_off.png);
}

[data-page-path^="/ja"] #header nav .nav5 a{
	width:122px;
	background-image:url(../../../../../sw_img/nav_ja/nav_recruit_off.png);
}

[data-page-path^="/ja"] #header nav .nav1 a:hover{
	background-image:url(../../../../../sw_img/nav_ja/nav_company_on.png);
}

[data-page-path^="/ja"] #header nav .nav2 a:hover{
	background-image:url(../../../../../sw_img/nav_ja/nav_business_on.png);
}

[data-page-path^="/ja"] #header nav .nav3 a:hover{
	background-image:url(../../../../../sw_img/nav_ja/nav_sustainability_on.png);
}

[data-page-path^="/ja"] #header nav .nav4 a:hover{
	background-image:url(../../../../../sw_img/nav_ja/nav_ir_on.png);
}

[data-page-path^="/ja"] #header nav .nav5 a:hover{
	background-image:url(../../../../../sw_img/nav_ja/nav_recruit_on.png);
}


/* en グロナビ */
[data-page-path^="/en"] #header nav h2{
	display:none;
}

[data-page-path^="/en"] #header nav{
	float:right;
	margin-top:12px;
}

[data-page-path^="/en"] #header nav li{
	float:left;
}

[data-page-path^="/en"] #header nav li a{
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height:32px;
}

[data-page-path^="/en"] #header nav li a span{
	display: none;
}

[data-page-path^="/en"] #header nav .nav1 a{
	width:130px;
	background-image:url(../../../../../sw_img/nav_en2/nav_company_off.png);
}

[data-page-path^="/en"] #header nav .nav2 a{
	width:135px;
	background-image:url(../../../../../sw_img/nav_en2/nav_business_off.png);
}

[data-page-path^="/en"] #header nav .nav3 a{
	width:183px;
	background-image:url(../../../../../sw_img/nav_en2/nav_sustainability_off.png);
}

[data-page-path^="/en"] #header nav .nav4 a{
	width:115px;
	background-image:url(../../../../../sw_img/nav_en2/nav_ir_off.png);
}

[data-page-path^="/en"] #header nav .nav1 a:hover{
	background-image:url(../../../../../sw_img/nav_en2/nav_company_on.png);
}

[data-page-path^="/en"] #header nav .nav2 a:hover{
	background-image:url(../../../../../sw_img/nav_en2/nav_business_on.png);
}

[data-page-path^="/en"] #header nav .nav3 a:hover{
	background-image:url(../../../../../sw_img/nav_en2/nav_sustainability_on.png);
}

[data-page-path^="/en"] #header nav .nav4 a:hover{
	background-image:url(../../../../../sw_img/nav_en2/nav_ir_on.png);
}



/* */
#nav-global {
	display:none;
	overflow: hidden;
	margin: 0 auto 16px auto;
	width: 1100px;
}

#nav-global ul {
	position: relative;
	z-index: 100;
	/*background: #1c1c1c url(../../img/bgs/nav-global-line.png) 0 95% repeat-x;*/
}
#nav-global.plus-navsub ul {
	border-bottom: none;
}
#nav-global li {
	float: left;
	margin:15px 0 0 0;
}
#nav-global li#nav-sec-news,
#nav-global li#nav-sec-inquiry,
#nav-global li#nav-sec-privacy,
#nav-global li#nav-sec-terms,
#nav-global li#nav-sec-sitemap {
	display:none;
}
#nav-global li a,
#nav-global li a:visited,
#nav-global li strong {
	text-decoration: none;
	font-weight:normal;
}

#nav-global li a:hover{
	-ms-opacity:0.6;
	opacity:0.6;
}
#nav-global li a span:hover{
	-ms-opacity:1.5;
	opacity:1.5;
}

#nav-sec-home a,
#nav-sec-home strong{
	text-indent:-9999px;
	display:block;
	background:url(../../../../../sw_img/logo.png) no-repeat;
	width:194px;
	height:49px;
	margin-right:139px;
	margin-top:-15px;
}
#nav-sec-index a,
#nav-sec-index strong{
	display:block;
	background:url(../../../../../sw_img/gnav_home.png) no-repeat center top;
	width:136px;
	height:54px;
	border-left:1px solid #cfcfcf;
	padding:0 25px;
	box-sizing:border-box;
}
#nav-sec-company a,
#nav-sec-company strong{
	display:block;
	background:url(../../../../../sw_img/gnav_company.png) no-repeat center top;
	width:180px;
	height:54px;
	border-left:1px solid #cfcfcf;
	padding:0 29px;
	box-sizing:border-box;
}
#nav-sec-business a,
#nav-sec-business strong{
	display:block;
	background:url(../../../../../sw_img/gnav_business.png) no-repeat center top;
	width:160px;
	height:54px;
	border-left:1px solid #cfcfcf;
	padding:0 24px;
	box-sizing:border-box;
}
#nav-sec-vision a,
#nav-sec-vision strong{
	display:block;
	background:url(../../../../../sw_img/gnav_vision.png) no-repeat center top;
	width:139px;
	height:54px;
	border-left:1px solid #cfcfcf;
	padding:0 25px;
	box-sizing:border-box;
}
#nav-sec-recruit a,
#nav-sec-recruit strong{
	display:block;
	background:url(../../../../../sw_img/gnav_recruit.png) no-repeat center top;
	width:152px;
	height:54px;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	padding:0 23px;
	box-sizing:border-box;
}

/* on + open */
#nav-global li.on,
#nav-global li.open {
}
#nav-global li strong,
#nav-global li.open a,
#nav-global li.on a {
}
#nav-global li strong span,
#nav-global li.open a span {
}
#nav-global li span,
#nav-global li.open a span {
	display:block;
	text-align:center;
	font-size:10px;
	line-height:1;
	color:#727272;
	padding-top:42px;
}
/* hover */
#nav-global li a:hover,
#nav-global li a:active,
#nav-global li a:focus {
	/*background: #ec1549;
	border-radius: 5px; NIR*/
}
/* 2nd level horizontal subnav */
#nav-global ul ul {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 2.4em;
	width: 940px;
}
#nav-global li li,
#nav-global li li.on {
	background: none;
	font-size: 100%;
}
#nav-global li.open li span,
#nav-global li.open li a,
#nav-global li.open li strong{
	background: none;
	font-weight: normal;
}
#nav-global li.open a {
	text-decoration: none;
}
#nav-global li.open li.on a span,
#nav-global li.open li strong span {
	font-weight: bold;
	color: #ff3062;
}
#nav-global li li a:hover,
#nav-global li li a:active,
#nav-global li li a:focus,
#nav-global li li a:hover span,
#nav-global li li a:active span,
#nav-global li li a:focus span {
	background: none;
	color: #ff3062;
}

div#nav-global-box{
}

div#nav-global-box .open {
}

div#nav-global-box .on {
}

#nav-global.plus-navsub {
	min-height: 6.8em;
	border-bottom: 1px solid #4a4a4a;
}

/*-------------- ●ok●↑未使用ヘッダーここまで↑↑ --------------*/


/*-------------- ●ok●公開日時表示 --------------*/
#pub-date {
text-align: right;  
}

#pub-date p {
}


/*-------------- ●ok●SECTION-HEADER（総合・スペシャル以外） --------------*/
/* -- gnv直下のエリア（何かの時使用。通常未使用。） -- */
#section-header {
	margin: 30px auto 20px auto;
	width: 940px;
	background: #0d8ccc;
	border-radius: 5px;
	overflow: hidden;
}

#section-header h5 {
}

#section-header p {

}



/*------------------------------------- 
9_ぱんくず
-------------------------------------*/

/*-------------- ●ok●ぱんくず（4箇所にあり_セック側設定） --------------*/

.bread-crumb {
	width:100%;
	min-width:1100px;
	color:#444;
	background:#f6f6f6;
	padding:23px 0px 26px;
	text-align: left;
	font-size:12px;
	line-height:1;
	margin-bottom:45px;
}
body.col-subcol .bread-crumb {
	margin-bottom:0;
}
.bread-crumb a {
	color: inherit;
}

.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}
body#news .bread-crumb{
	margin-bottom:0;
}

/* -- パンくずタイトル -- */
div.bread-crumb h5 {
	float: left;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1.6;
	display: inline;
	font-size: inherit;

	margin-right: 4px;
}

div.bread-crumb h5 p {
	display: inline;
}

div.bread-crumb h5:after {
}

div.bread-crumb ol {
	width:1017px;
	margin:0 auto;
}

div.bread-crumb ol:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.bread-crumb ol li {
	float: left;
	margin-right: 4px;
}

div.bread-crumb ol li:after {
	padding-left: 4px;
	content:">";
}

div.bread-crumb ol li:last-child:after {
	content:"";
}
div.bread-crumb ol li a {
}

/* -- 現在位置表示 -- */
div.bread-crumb ol li strong {
	font-weight: normal;
}




/*------------------------------------- 
10_サイドナビエリア
-------------------------------------*/


/*--- SideNavi_area ---*/

div#nav {
}

div#nav div#promos1 {
}

div#nav div#promos1 div.promos {
}

/*-------------- ローカルナビ --------------*/

#nav-box {
	margin-bottom:40px;
}

/* -- ローカルナビタイトル -- */
#nav-box h6 {
}

/* -- 第一階層 -- */
#nav-box ul.navLevel_1 {
}

/* --  -- */
#nav-box ul.navLevel_1 li {
}

/* --  -- */
#nav-box ul.navLevel_1 li a {
}

/* -- 第二階層 -- */
#nav-box ul.navLevel_2 {
}

/* --  -- */
#nav-box ul.navLevel_2 li {
}

/* --  -- */
#nav-box ul.navLevel_2 li a {
}

/* -- 第三階層 -- */
#nav-box ul.navLevel_3 {
}

/* --  -- */
#nav-box ul.navLevel_3 li {
}

/* --  -- */
#nav-box ul.navLevel_3 li a {
}


/* -- ☆階層が増えるごとに、連番で追加 -- */

div#promos2 {
}

div#promos2 div.promos {
}


/*--- Main_area ---*/

div#wrapper-3 {
}



/*------------------------------------- 
11_コンテンツエリア
-------------------------------------*/
/*-------------- ●ok●概要エリア --------------*/

div#page-intro {
	width:100%;
	min-width: 700px;
}

/* -- コンテンツ内H1レイアウト -- */
div#page-intro>h1 {
	background-color:#0d3482;
	color:#fff;
	padding:27px;
	font-size:32px;
	line-height:1;
	text-align:center;
	font-weight:normal;
	margin-bottom: 50px;
}
/*
#news div#page-intro h1,
#newsOverview div#page-intro h1,
#siteMap div#page-intro h1,
#kaijiListEnglish  div#page-intro h1{
	margin-bottom:50px;
}
*/
body#news #page-intro > h1 {
		padding-right:80px;
		padding-left:80px;
		line-height:1.2;
}
/* -- H1画像登録時レイアウト -- */

div#page-intro .titleImage {
	margin-bottom:20px;
}

div#page-intro .titleImage h1 {
	width:auto;
	line-height:0;
	max-width:100%;
	padding:0;
	font-size:0;
}

div#page-intro .titleImage h1 img {
	width:auto;
	max-width:100%;
}

/* -- 概要に日付入れた際使用（イベント・汎用） -- */
div#page-intro div.text-meta ul.text-data {
}

div#page-intro div.text-meta ul.text-data li.date {
}


/*--- 概要説明文の画像 ---*/
div#page-intro .abstractImage {
	text-align: center;
	margin: 0 auto;
/*	margin-bottom: 10px; */
}

div#page-intro .abstractImage p {
	width:100%;
}


/*--- ●ok●メインコンテンツ ---*/
div#sharewithmain {
/*	width:822px;
	margin:50px auto 0 auto;*/
}


/*-------------- ●ok●プロモス3エリア --------------*/
#promos3 {
	display:none;/* -- 2カラムレイアウト時cssで非表示に -- */
}

div#promos3 div.promos3 {
}



/*------------------------------------- 
12_フッターエリア
-------------------------------------*/

/*-------------- FOOTER --------------*/


div#section-site-info {
}

div#section-site-info-box {
}

div#site-info {
	position: relative;
	color: #fff;
	background:#0d3482;
/*	border-top:90px solid #5ec3f3; */
	padding:60px 0 30px 0;
	min-height:8em;
	box-sizing:border-box;
}
#site-info:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div#site-info-box {
	width: 1100px;
	margin: 0 auto;
	min-width:1100px;
}
#site-info-box:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div#site-info-box a {
	color:inherit;
}

body:not(.loaded) div#site-info-box a {
	display: none !important;
}


div#site-info-box p.pagetop{
	width: 1200px;
	margin: 0 auto;
	text-align:right;
}

div#site-info-box #foot{
	clear:both;
	width: 1200px;
	margin: 0 auto;
}
div#site-info-box #foot ul{
	float:left;
	width:50%;
}


div#site-info-box #foot ul li{
	float:left;
	font-size:12px;
	line-height:1;
	background:none;
	padding:0 0 0 1em;
	margin-right:1em;
	border-left:1px solid #2f2f2f;
}
div#site-info-box #foot ul li:last-child{
	border-right:1px solid #2f2f2f;
	padding-right:1em;
}

div#site-info-box #foot address{
	float:right;
	font-size:12px;
	line-height:1;
	font-style:normal;
	text-align:right;
}

div#site-info-box .footer-link-list{
	clear:both;
/*	width:70%; */
}
div#site-info-box .footer-link-list li{
	display:inline;
	font-size:12px;
	line-height:1;
	background:none;
	padding:0 0 0 1em;
	margin-right:0.6em;
	border-left:1px solid #fff;
	vertical-align:baseline;
}
div#site-info-box .footer-link-list li:last-child{
	border-right:1px solid #fff;
	padding-right:1em;
}
div#site-info-box .html-paragraph address{
	margin-top: 20px;
	margin-left: auto;
	width:30%;
	text-align:right;
}
div#site-info-box .html-paragraph address{
	font-size:12px;
	line-height:1;
	font-style:normal;
	vertical-align:baseline;
}
div#site-info-box .ircalendar{
	width:100% !important;
}
div#site-info-box div.ircalendar-title > table > tbody > tr > th.ircalendar-title1, div.ircalendar-item > table > tbody > tr > td.ircalendar-item1 {
	width:auto;
}
div#site-info-box div.ircalendar-title > table > tbody > tr > th {
	background:none;
	border:none;
	padding:0;
}
div#site-info-box div.ircalendar-title > table > tbody > tr > th p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 20px;
}
div#site-info-box div.ircalendar-title > table > tbody > tr > th p u{
	text-decoration:none;
}
div#site-info-box div.ircalendar-item > table > tbody > tr > td {
	border:none;
	padding:0;
}
div#site-info-box div.ircalendar-item > table > tbody > tr > td p{
	font-size:12px;
	line-height:1.2;
	margin-bottom:20px;
}
div#site-info-box div.ircalendar-item > table > tbody > tr > td p u {
    text-decoration: none;
}
div#site-info-box div.ircalendar-item > table > tbody > tr > td p u a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
}

p#copyright {
}

/* -- マグノリアのロゴが入ってる★★！！要確認_タグごと削除予定 -- */
p#copyright-magnolia {
	display:none;
}

p.toPagetop {
    bottom: 80px;
    position: fixed;
    right: 33px;
    z-index: 100;
}
p.toPagetop a {
	background:url("../../../../../sw_img/ft_pagetop.png") no-repeat 0 0;
	background-size: contain;
	display: block;
	text-indent:-9999px;
	height: 0 !important;
	overflow: hidden;
	padding-top: 48px;
	width: 48px;
}


/*------------------------------------- 
13_テンプレートID
-------------------------------------*/

/*---- FAQのテンプレートF04 ----*/
body#faq {
}


/*---- イベント一覧のテンプレートS03 ----*/

body#eventOverview {
}


/*---- サイトマップのテンプレートF05 ----*/

body#siteMap {
}


/*---- ニュース一覧のテンプレートS02 ----*/

body#newsOverview {
}


/*---- 汎用のテンプレートF01 ----*/

body#multi {
}


/*---- 総合トップH01 ----*/

body#generaltop {
}


/*---- 英文資料一覧のテンプレートC04 ----*/

body#kaijiListEnglish {
}


/*---- 電子公告のテンプレートF06 ----*/

body#denshi {
}


/*---- ＩＲトップのテンプレートS01 ----*/
body#irtop {

}



/*---- イベントのテンプレートC02 ----*/

body#event {
}


/*---- ニュースのテンプレートC01 ----*/

body#news {
}


/*---- 有価証券報告書一覧のテンプレートC05 ----*/

body#yuho{
}


/*---- 決算短信一覧のテンプレートC03 ----*/

body#kaijiResult {
}


/*---- 財務ハイライトのテンプレートC06 ----*/

body#tdnetzaimu {
}


/*---- 配当金のテンプレートC07 ----*/

body#tdnethaitou {
}


/*---- ●ok●スペシャルコンテンツのテンプレートF08 ----*/

body#special {
	background: #FFF;
}

body#special div#html1 {
}

body#special div#sharewithmain {
}

body#special div#html2 {
}

body#special .multiColumn1:last-child,
body#special .multiColumn2:last-child,
body#special .multiColumn3:last-child,
body#special .multiColumn4:last-child,
body#special .multiColumn5:last-child {
	margin-bottom: 0px;
}




/*------------------------------------- 
14_パーツ（コンポーネント）
-------------------------------------*/

/*------- CKエディタ ----------*/

/* -- ckエディタの機能を損なうから制御は不可 -- */
div#page-intro .abstractImage ,
div.quoted-text blockquote ,
div.highlight-quoted-text ,
div.text-section ,
div.internal-link-area ,
div.external-link-area ,
div.download-link-area ,
div.faq-list .faq-item ,
div.vertical-table div.vtable-item > table > tbody > tr > th ,
div.vertical-table div.vtable-item > table > tbody > tr > td ,
div.ircalendar div.ircalendar-title > table > tbody > tr > th ,
div.ircalendar div.ircalendar-item > table > tbody > tr > td {
	text-align: center;
}

div#page-intro .abstractImage > * ,
div.quoted-text blockquote > * ,
div.highlight-quoted-text > * ,
div.text-section > * ,
div.internal-link-area > * ,
div.external-link-area > * ,
div.download-link-area > * ,
div.faq-list .faq-item > * ,
div.vertical-table div.vtable-item > table > tbody > tr > th > * ,
div.vertical-table div.vtable-item > table > tbody > tr > td > * ,
div.ircalendar div.ircalendar-title > table > tbody > tr > th > * ,
div.ircalendar div.ircalendar-item > table > tbody > tr > td > * {
	text-align: left;
}

div#page-intro .abstractImage p ,
div.quoted-text blockquote p ,
div.highlight-quoted-text p ,
div.text-section p ,
div.internal-link-area p ,
div.external-link-area p ,
div.download-link-area p ,
div.faq-list .faq-item p ,
div.vertical-table div.vtable-item p ,
div.ircalendar div.ircalendar-title p ,
div.ircalendar div.ircalendar-item p {
	display: block;
}

/* -- ckエディタのリスト表示用 -- */
div#page-intro .abstractImage ol ,
div.quoted-text blockquote ol ,
div.highlight-quoted-text ol ,
div.text-section ol ,
div.internal-link-area ol ,
div.external-link-area ol ,
div.download-link-area ol ,
div.faq-list .faq-item ol ,
div.vertical-table div.vtable-item ol ,
div.ircalendar div.ircalendar-title ol ,
div.ircalendar div.ircalendar-item ol {
	padding-left:2em;
	list-style:decimal;
}

div#page-intro .abstractImage ol li ,
div.quoted-text blockquote ol li ,
div.highlight-quoted-text ol li ,
div.text-section ol li ,
div.internal-link-area ol li ,
div.external-link-area ol li ,
div.download-link-area ol li ,
div.faq-list .faq-item ol li ,
div.vertical-table div.vtable-item ol li ,
div.ircalendar div.ircalendar-title ol li ,
div.ircalendar div.ircalendar-item ol li {
}

/* -- ckエディタのリスト表示用 -- */
div#page-intro .abstractImage ul ,
div.quoted-text blockquote ul ,
div.highlight-quoted-text ul ,
div.text-section ul ,
div.internal-link-area ul ,
div.external-link-area ul ,
div.download-link-area ul ,
div.faq-list .faq-item ul ,
div.vertical-table div.vtable-item ul ,
div.ircalendar div.ircalendar-title ul ,
div.ircalendar div.ircalendar-item ul {
	padding-left:2em;
	list-style:disc;
}

div#page-intro .abstractImage ul li ,
div.quoted-text blockquote ul li ,
div.highlight-quoted-text ul li ,
div.text-section ul li ,
div.internal-link-area ul li ,
div.external-link-area ul li ,
div.download-link-area ul li ,
div.faq-list .faq-item ul li ,
div.vertical-table div.vtable-item ul li ,
div.ircalendar div.ircalendar-title ul li ,
div.ircalendar div.ircalendar-item ul li {
}

div#page-intro .abstractImage em ,
div.quoted-text blockquote em ,
div.highlight-quoted-text em ,
div.text-section em ,
div.internal-link-area em ,
div.external-link-area em ,
div.download-link-area em ,
div.faq-list .faq-item em ,
div.vertical-table div.vtable-item em ,
div.ircalendar div.ircalendar-title em ,
div.ircalendar div.ircalendar-item em {
	/* メイリオにはイタリック体が無い為 */
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic','メイリオ',Meiryo,sans-serif;
	font-style:italic;
}

/* -----------------------------
画像レイアウト
--------------------------------- */

/*-- 画像_左 --*/
div#page-intro .abstractImage img ,
div.text-section img ,
div.internal-link-area img ,
div.external-link-area img ,
div.download-link-area img ,
div.faq-list .faq-item img ,
div.vertical-table img ,
div.ircalendar div.ircalendar-title table img,
div.ircalendar div.ircalendar-item table img {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/*-- 画像_右 --*/
div#page-intro .abstractImage img.pos-2 ,
div.text-section img.pos-2 ,
div.internal-link-area .pos-2 ,
div.external-link-area .pos-2 ,
div.download-link-area .pos-2 ,
div.faq-list .faq-item img.pos-2 ,
div.vertical-table img.pos-2 ,
div.ircalendar div.ircalendar-title table img.pos-2,
div.ircalendar div.ircalendar-item table img.pos-2 {
	float: right;
	margin-right: 0;
	margin-left: 16px;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/*-- 画像_上 --*/
div#page-intro .abstractImage img.large ,
div.text-section img.large ,
div.internal-link-area img.large ,
div.external-link-area img.large ,
div.download-link-area img.large ,
div.faq-list .faq-item img.large ,
div.vertical-table img.large ,
div.ircalendar div.ircalendar-title table img.large,
div.ircalendar div.ircalendar-item table img.large {
	float:none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:8px;
	width:auto;
	max-width:100%;
}


/*-- キャプション付き画像の場合_左 --*/
div.text-section dl.photo ,
div.faq-list .faq-item dl.photo {
	width:40%;
	margin-right:16px;
	float:left;
}

div.text-section dl.photo dt ,
div.faq-list .faq-item dl.photo dt {
	text-align:center;
	margin-bottom: 8px;
}

div.text-section dl.photo dt img ,
div.faq-list .faq-item dl.photo dt img {
	float:none!important;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

div.text-section dl.photo dd ,
div.faq-list .faq-item dl.photo dd {
	text-align: center;
}
div.text-section dl.photo dd {
	display:none;
}

/*-- キャプション付き画像の場合_右 --*/
div.text-section dl.pos-2 ,
div.faq-list .faq-item dl.pos-2 {
	width:40%;
	margin-right:0;
	float:right;
}

div.text-section dl.pos-2 dt img ,
div.faq-list .faq-item dl.pos-2 dt img {
	float:none;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

/*-- キャプション付き画像の場合_上 --*/
div.text-section dl.large ,
div.faq-list .faq-item dl.large {
	float:none;
	margin-top:0;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	max-width:100%;
}

div.text-section dl.large dt img ,
div.faq-list .faq-item dl.large dt img {
	float:none;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

/* -- キャプション -- */
/*-- 画像のタイトル --*/
div.text-section .caption ,
div.faq-list .faq-item .caption {
}

/*-- コピーライト --*/
div.text-section .copyright ,
div.faq-list .faq-item .copyright {
}

/*-- 画像の説明 --*/
div.text-section .longdesc ,
div.faq-list .faq-item .longdesc {
	display: none;
}

/*-- 虫眼鏡(現状、非表示) --*/
div.text-section .zoom ,
div.faq-list .faq-item .zoom {
	float: right;
	display:none;
}
div.text-section .zoom a ,
div.faq-list .faq-item .zoom a {
	display: block;
	background: url(../../img/icons/sprites.png) 0 -508px no-repeat;
	width: 24px;
	height:24px;
	overflow: hidden;
	text-indent: -9999px;
	margin:0 auto;
}


/*-------------- 中見出し(共通) ------------*/

div.title2 h2,
div.link-list h2,
div.link-list-url h2,
/*div.sitemap h2,*/
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt {
	text-align:center;
	background:#eee;
	padding:20px;
	font-size:28px;
	font-weight:normal;
	margin-bottom:50px;
}



/*-------------- 小見出し07_903 --------------*/
/* -- 見出しh2レベル -- */
div.title2 h2 {
	clear:both;
}

/* -- 見出しh3レベル -- */
div.title3 h3,
div.text-section h2 {
	font-size:18px;
	color:#1e1e1e;
	font-weight:bold;
	line-height:1.2;
}

/* -- 見出しh4レベル -- */
div.title4 h4 {
	margin-bottom:8px;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
	border-left:#999 3px solid;
	padding-top:1px;
	padding-left:8px;
}


/*-------------- 引用符07_001 --------------*/

/* 緊急エリア */
div.quoted-text {
	padding:10px;
	border:#F00 2px solid;
}

div.quoted-text blockquote {
	background:none;
	padding:0;
}

div.quoted-text blockquote p {
	color:#F00;
	font-weight:bold;
	margin-bottom:0;
/*	text-align: center; */
}


/*-------------- ハイライト引用符07_002 --------------*/

div.highlight-quoted-text {
	border:#ccc 3px solid;
	background-color:#fff;
	padding:3%;
	box-sizing:border-box;
}

div.highlight-quoted-text cite {
    background: transparent url(../../img/bgs/dash.png) no-repeat scroll 0px 8px;
    padding-left: 10px;
	font-size: 85.7%; /* 12px */
	font-style:italic;
	overflow-wrap: break-word;
}

/*-------------- テキストと画像コンポーネント07_003 --------------*/
div.text-section {
	margin-bottom:20px !important;
}

/* -- 副見出し -- */
div.text-section h2 {
	clear:both;
}


/*-------------- 内部ページバナー07_414 --------------*/

div.teaser {
	width:100%;
	text-align: center;
	margin-bottom: 20px;
}

/* -- title -- */
div.teaser h2 {
	margin-bottom:5px;
}

/* -- テキスト -- */
div.teaser p {
	margin-bottom:10px;
}

/* -- 内部リンクだけ表示される（続きを）読むを削除 -- */
div.teaser em.more {
	display:none;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.teaser img {
	max-width:100%;
}


/*--- 内部ページバナー ハイライト表示 ---*/
div.teaser.highlight {
}

/*--- 内部ページバナー テキストのみ ---*/
div.teaser.no-img {
	text-align: left;
	margin-bottom: 20px;
}




/*-------------- 外部ページバナー07_416 --------------*/

div.external-teaser {
	width:100%;
	text-align: center;
	margin-bottom: 20px;
}

/* -- title -- */
div.external-teaser h2 {
	margin-bottom:5px;
}

/* -- テキスト -- */
div.external-teaser p {
	margin-bottom:10px;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.external-teaser img {
	max-width:100%;
}

/*--- 外部ページバナー、テキストのみ ---*/
div.external-teaser.no-img {
	text-align: left;
	margin-bottom: 20px;
}

/*--- 外部ページバナー ハイライト表示 ---*/
div.external-teaser.highlight {
}


/*-------------- ダウンロードページバナー07_418 ------*/

div.download-teaser {
	width:100%;
}

/* -- title -- */
div.download-teaser h2 {
	margin-bottom:5px;
}

/* -- iconファイル用★★要確認！ -- */
div.download-teaser h2 em {
}

/* -- テキスト -- */
div.download-teaser p {
	margin-bottom:10px;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.download-teaser img {
	max-width:100%;
}

/*--- ダウンロードバナー テキストのみ ---*/
div.download-teaser.no-img {
}

/*--- ダウンロードページバナー ハイライト表示 ---*/
div.download-teaser.highlight {
}


/* ----- 内部・外部バナー（テキストのみ）　スタイルB・C ----- */
/* ----- ダウンロードバナー（テキストのみ）　スタイルB・C ----- */
.teaser.no-img.style2 ,
.external-teaser.no-img.style2 ,
.download-teaser.no-img.style2 ,
.teaser.no-img.style3 ,
.external-teaser.no-img.style3 ,
.download-teaser.no-img.style3 {
	max-width: 100%;
}

@media print, screen and (min-width: 768px) {
	.teaser.no-img.style2 ,
	.external-teaser.no-img.style2 ,
	.download-teaser.no-img.style2 ,
	.teaser.no-img.style3 ,
	.external-teaser.no-img.style3 ,
	.download-teaser.no-img.style3 {
		max-width: calc((1000px - 20px) / 2);
	}
}

.teaser.no-img.style2 h2 ,
.external-teaser.no-img.style2 h2 ,
.download-teaser.no-img.style2 h2 ,
.teaser.no-img.style3 h2 ,
.external-teaser.no-img.style3 h2 ,
.download-teaser.no-img.style3 h2 {
	margin: 0;
}

.teaser.no-img.style2 h2 a ,
.external-teaser.no-img.style2 h2 a ,
.download-teaser.no-img.style2 h2 a ,
.teaser.no-img.style3 h2 a ,
.external-teaser.no-img.style3 h2 a ,
.download-teaser.no-img.style3 h2 a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 4px 25px;
	padding-left: 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: 1.2;
	background: #0d3482;
	border: 1px solid #0d3482;
	text-decoration: none;
	border-radius: 4px;
	transition: 0.2s;
}

.teaser.no-img.style3 h2 a ,
.external-teaser.no-img.style3 h2 a ,
.download-teaser.no-img.style3 h2 a {
	color: #0d3482;
	background: #fff;
}

.teaser.no-img.style2 h2 a::before ,
.external-teaser.no-img.style2 h2 a::before ,
.download-teaser.no-img.style2 h2 a::before ,
.teaser.no-img.style3 h2 a::before ,
.external-teaser.no-img.style3 h2 a::before ,
.download-teaser.no-img.style3 h2 a::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -7px;
	display: inline-block;
	vertical-align: middle;
	width:10px;
	height:10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.teaser.no-img.style3 h2 a::before ,
.external-teaser.no-img.style3 h2 a::before ,
.download-teaser.no-img.style3 h2 a::before {
	border-color: #0d3482;
}

.teaser.no-img.style2 h2 a[target="_blank"]::before ,
.external-teaser.no-img.style2 h2 a[target="_blank"]::before ,
.teaser.no-img.style3 h2 a[target="_blank"]::before ,
.external-teaser.no-img.style3 h2 a[target="_blank"]::before {
	content: none;
}

.teaser.no-img.style2 h2 a[target="_blank"]::after ,
.external-teaser.no-img.style2 h2 a[target="_blank"]::after ,
.teaser.no-img.style3 h2 a[target="_blank"]::after ,
.external-teaser.no-img.style3 h2 a[target="_blank"]::after {
	content: "";
	flex-shrink: 0;
	position: absolute;
	top: calc(50% - 9px);
	right: 12px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 18px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.download-teaser.no-img.style2 h2 a[href*=".pdf"]::before ,
.download-teaser.no-img.style2 h2 a[href*=".xls"]::before ,
.download-teaser.no-img.style2 h2 a[href*=".zip"]::before ,
.download-teaser.no-img.style3 h2 a[href*=".pdf"]::before ,
.download-teaser.no-img.style3 h2 a[href*=".xls"]::before ,
.download-teaser.no-img.style3 h2 a[href*=".zip"]::before {
	content: none;
}

.download-teaser.no-img.style2 h2 a[href*=".pdf"]::after ,
.download-teaser.no-img.style2 h2 a[href*=".xls"]::after ,
.download-teaser.no-img.style2 h2 a[href*=".zip"]::after ,
.download-teaser.no-img.style3 h2 a[href*=".pdf"]::after ,
.download-teaser.no-img.style3 h2 a[href*=".xls"]::after ,
.download-teaser.no-img.style3 h2 a[href*=".zip"]::after {
	content: "";
	flex-shrink: 0;
	position: absolute;
	top: calc(50% - 10px);
	right: 12px;
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.download-teaser.no-img.style2 h2 a[href*=".xls"]::after ,
.download-teaser.no-img.style3 h2 a[href*=".xls"]::after {
	width: 20px;
	height: 20px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

.download-teaser.no-img.style2 h2 a[href*=".zip"]::after ,
.download-teaser.no-img.style3 h2 a[href*=".zip"]::after {
	width: 20px;
	height: 20px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}

.teaser.no-img.style2 p ,
.external-teaser.no-img.style2 p ,
.download-teaser.no-img.style2 p ,
.teaser.no-img.style3 p ,
.external-teaser.no-img.style3 p ,
.download-teaser.no-img.style3 p {
	margin-top: 10px;
	font-size: 14px;
}

.teaser.no-img.style2 h2 a:hover ,
.external-teaser.no-img.style2 h2 a:hover ,
.download-teaser.no-img.style2 h2 a:hover ,
.teaser.no-img.style3 h2 a:hover ,
.external-teaser.no-img.style3 h2 a:hover ,
.download-teaser.no-img.style3 h2 a:hover {
	border-radius: 32px;
}

.teaser.no-img.style2 h2 a:hover::before ,
.external-teaser.no-img.style2 h2 a:hover::before ,
.download-teaser.no-img.style2 h2 a:hover::before ,
.teaser.no-img.style3 h2 a:hover::before ,
.external-teaser.no-img.style3 h2 a:hover::before ,
.download-teaser.no-img.style3 h2 a:hover::before {
}


/*-------------- ページ内リンク07_410 --------------*/

div.anchor-link {
	text-indent:-18px;
	margin-left:18px;
	margin-bottom:20px;
}

div.anchor-link a {
  display: inine-block;
  color: #505050;
  background: url("../../../../../sw_img/ar_04.png") no-repeat left center;
  padding-left: 25px;
}


/* 共通設定 決算短信・有報・最新決算・説明会資料（自動連携）、リンクリスト（手動） */

.link-list [aria-hidden="true"] ~ li:not([class]) {
	display: none;
}


/* -- PDFアイコン -- */
.link-list .download-link-text a.d_icon ,
.link-list-url .download-link-url a.d_icon {
	text-decoration: none;
}

.link-list .download-link-text a.d_icon img ,
.link-list-url .download-link-url a.d_icon img ,
.news-result span.d_icon img ,
.news-yuho span.d_icon img ,
.news-presentation span.d_icon img ,
.news-material span.d_icon img {
	display: inline-block;
	vertical-align:middle;
}

/* -- ファイル容量 -- */
.link-list em ,
.link-list-url em ,
.news-result span.filesize ,
.news-yuho span.filesize ,
.news-presentation span.filesize ,
.news-material span.filesize {
	font-size: 85.7%;
	font-style: normal;
}

/*--- 決算短信・有報・最新決算資料・説明会資料の自動・手動マージ設定用 ---*/
/* マルチカラム2に設定するclass名： "edit-only" */
/* （初期状態非表示、公開・プレビュー：処理後表示、編集画面：そのまま表示） */
.processed ,
.edit-only:not(.visible) {
	display: none !important;
}

/* class名が設定されてjsが設定されていない場合の編集画面救済措置 */
.mgnlEditor ~* .edit-only:not(.visible):not(.processed) {
	display: block !important;
}



/* 共通設定 決算短信・有報・最新決算・説明会資料（自動連携）、リンクリスト（手動） */

.link-list:not(.highlight) ul ,
.link-list-url ul ,
.news-result dl ,
.news-yuho dl ,
.news-presentation dl ,
.news-material dl {
	margin-bottom: 20px;
}

.news-material h2 {
	display: none;
}

.news-material .prefix-quarter ,
.news-material .postfix-quarter {
	display: none;
}

/*-- 副見だし --*/
.link-list:not(.highlight) h2 ,
.link-list-url h2 ,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt {
}

.link-list:not(.highlight) ul li[class] ,
.link-list-url ul li[class] ,
.news-result dl dd ,
.news-yuho dl dd ,
.news-presentation dl dd ,
.news-material dl dd {
	position: relative;
	margin-bottom: 5px;
}


/* ダウンロードにリンクアイコンをつけない場合 */
.link-list:not(.highlight) .internal-link-text:not(.highlight) ,
.link-list:not(.highlight) .external-link-text:not(.highlight) ,
.link-list-url .internal-link-text:not(.highlight) ,
.link-list-url .external-link-text:not(.highlight) ,
.news-result dl dd.no-download:not(.highlight) ,
.news-yuho dl dd.no-download:not(.highlight) ,
.news-presentation dl dd.no-download:not(.highlight) ,
.news-material dl dd.no-download:not(.highlight) {
	padding-left:18px;
}

.link-list:not(.highlight) .internal-link-text:not(.highlight):before ,
.link-list:not(.highlight) .external-link-text:not(.highlight):before ,
.link-list-url .internal-link-text:not(.highlight):before ,
.link-list-url .external-link-text:not(.highlight):before ,
.news-result dl dd.no-download:not(.highlight):before ,
.news-yuho dl dd.no-download:not(.highlight):before ,
.news-presentation dl dd.no-download:not(.highlight):before ,
.news-material dl dd.no-download:not(.highlight):before {
	content: "";
	position: absolute;
	top: calc(0px + 1.6em / 2 - 16px / 2);
	left: 0px;
	display: inline-block;
/*
	width: 21px;
	height: 14px;
	background:url(../../../../../sw_img/ar_02.png) no-repeat left center;
	background-size: contain;
*/
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	margin-right: 4px;
	border-top: 2px solid #888;
	border-right: 2px solid #888;
	transform: rotate(45deg);
}

/* リンクなしテキストは、リンクアイコン無しで、パディングだけつける */
.link-list:not(.highlight) li.text-without-link:not(.highlight):before ,
.news-result dl dd.no-link:not(.highlight):before ,
.news-yuho dl dd.no-link:not(.highlight):before ,
.news-presentation dl dd.no-link:not(.highlight):before ,
.news-material dl dd.no-link:not(.highlight):before {
	content: none;
}

/* 外窓アイコン（ダウンロード以外） */
.link-list:not(.highlight) .internal-link-text a[target="_blank"]:after ,
.link-list:not(.highlight) .external-link-text a[target="_blank"]:after ,
.link-list-url .internal-link-text a[target="_blank"]:after ,
.link-list-url .external-link-text a[target="_blank"]:after ,
.news-result dl dd.no-download a[target="_blank"]:after ,
.news-yuho dl dd.no-download a[target="_blank"]:after ,
.news-presentation dl dd.no-download a[target="_blank"]:after ,
.news-material dl dd.no-download a[target="_blank"]:after {
	content: "";
	vertical-align: middle;
	background:url(../../img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 20px;
	height: 18px;
	margin-left: 3px;
}


/* ハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) li[class].highlight ,
.link-list-url li.highlight ,
.news-result dl dd.highlight ,
.news-yuho dl dd.highlight ,
.news-presentation dl dd.highlight ,
.news-material dl dd.highlight {
	padding-top: 0px;
	padding-left: 30px;
}

/* ハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) li[class].highlight:before ,
.link-list-url li.highlight:before ,
.news-result dl dd.highlight:before ,
.news-yuho dl dd.highlight:before ,
.news-presentation dl dd.highlight:before ,
.news-material dl dd.highlight:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 10px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* リンクテキスト */
.link-list:not(.highlight) .internal-link-text a ,
.link-list:not(.highlight) .external-link-text a ,
.link-list:not(.highlight) .download-link-text a:not(.d_icon) ,
.link-list:not(.highlight) .text-without-link span ,
.link-list-url .internal-link-text a ,
.link-list-url .external-link-text a ,
.link-list-url .download-link-url a:not(.d_icon) ,
.news-result dl dd a:not(.d_icon) ,
.news-yuho dl dd a:not(.d_icon) ,
.news-presentation dl dd a:not(.d_icon) ,
.news-material dl dd a:not(.d_icon) {
}


/*-------------- このサイトについて07_005 --------------*/
.footer-about {
}

.footer-about h4 {
	margin-bottom:8px;
	font-size:100%; /* 14px */
	font-weight:bold;
	line-height:1.2;
	border-left:#999 3px solid;
	padding-top:1px;
	padding-left:8px;
}

.footer-about .media {
	display: inline-block;
	width:auto;
}

.footer-about img {
}

.footer-about p {
}

/*-------------- FAQ07_701 --------------*/
div.faq-list {
	width:822px;
	margin:0 auto;
}

div.faq-list > ul {
}

div.faq-list > ul > li {
	clear:both;
	margin-bottom:30px;
}

div.faq-list h3 {
	font-size: 100%;
	font-weight: bold;
	line-height:inherit;
}
div.faq-list h3:before {
	content: "Q";
	font-size: 120%;
	font-weight: bold;
	color: #EB2E00;
	margin-right: 5px;
	vertical-align:middle;
}

div.faq-list h3 a {
	cursor: pointer;
}

div.faq-list .faq-item:before {
	content: "A";
	font-size: 120%;
	font-weight: bold;
	color: #5EEB00;
	float: left;
	margin-right: 0.5em;
}

div.faq-list .faq-item {
}



/*-------------- フッタリンク07_403 --------------*/

div.footer-link-list {
}

div.footer-link-list h4 {
}

div.footer-link-list ul {
}

div.footer-link-list ul li {
}


/*-------------- 内部フッタリンク07_405 --------------*/
/*-------------- 外部フッタリンク07_407 --------------*/

div.footer-link-list ul li.footer-link-internal ,
div.footer-link-list ul li.footer-link-external {
	background:url(../../../../../sw_img/ar_02.png) no-repeat left center;
	padding-left:27px;
}
div.footer-link-list ul li.footer-link-internal a ,
div.footer-link-list ul li.footer-link-external a {
}

/* -- 別窓アイコン -- */
div.footer-link-list .internal-link-text a[target="_blank"] ,
div.footer-link-list .external-link-text a[target="_blank"] {
	background:url(../../img/defaulticon/common/link02.png) right center no-repeat;
	display: inline-block;
	min-height: 18px;
	padding-right:24px;
}


/*-------------- flashアニメーション07_007 --------------*/

.flash-animation {
	margin:0 auto;
	text-align:center;
}


/*-------------- 動画07_008 --------------*/
/* -- dlにclass名ついていますが、そちらは使いません。 -- */
div.video {
	margin-bottom:10px;
}

div.video dl {
	width:100%;
}


div.video dl dt {
	text-align:center;
	margin-bottom:5px;
}

div.video dl dt video {
	width:auto;
	max-width:100%;
}

div.video dl dd {
}

/* -- 動画キャプション -- */
div.video dl dd.caption {
}

/* -- 動画コピーライト -- */
div.video dl dd.copyright {
}

/* -- 動画ディスクリプション -- */
div.video dl dd.longdesc {
	display: none;
}




/*-------------- 音声07_010 --------------*/
/* -- dlにclass名ついていますが、そちらは使いません。 -- */
div.audio {
	margin-bottom:10px;
}

div.audio dl {
	width:80%;
	margin:0 auto;
}


div.audio dl dt {
	margin-bottom:5px;
}

div.audio dl dt audio {
	width:100%;
}

div.audio dl dd {
}


/* -- 音声キャプション -- */
div.audio dl dd.caption {
}

/* -- 音声コピーライト -- */
div.audio dl dd.copyright {
}

/* -- 音声ディスクリプション -- */
div.audio dl dd.longdesc {
	display: none;
}




/*-------------- 内部ページリンク（エリアリンク）07_411 internal --------------*/
/*-------------- 外部ページリンク（エリアリンク）07_412 external --------------*/

div.internal-link-area ,
div.external-link-area {
/*	clear:both; */
	text-align: center;
}

div.internal-link-area a ,
div.external-link-area a {
	display: block;
	color: #333;
	text-decoration: none;
}

div.internal-link-area a:hover ,
div.external-link-area a:hover {
	color: #999;
	text-decoration: none;
}

div.internal-link-area a img ,
div.external-link-area a img {
	margin-bottom:5px;

}

div.internal-link-area a p ,
div.external-link-area a p {
/*	display: inline; */
}


/* -- 別窓アイコン -- */
/*
div.internal-link-area  a[target="_blank"]:after ,
div.external-link-area  a[target="_blank"]:after {
	content: "";
	background:url(../../img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-left: 3px;
	margin-top: 0.4em;
}
*/

/*-------------- ダウンロードリンク（エリアリンク）07_413 download --------------*/

div.download-link-area {
/*	clear:both; */
}

div.download-link-area a {
}

div.download-link-area a img {
	margin-bottom:5px;
}

div.download-link-area a p {
	display: inline;
}

/* -- pdfアイコン -- */
div.download-link-area a[href$=".pdf"]:before {
	content: "";
	background:url(../../img/defaulticon/common/pdf.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 23px;
	vertical-align: bottom;
}


/*-------------- サイトマップ　07_906 --------------*/
div.sitemap {
	margin-bottom:20px;
	/*
	width: 50%;
	float: left;
	*/
}

div.sitemap h2 {
	line-height: inherit;
	font-size: inherit;
	margin-top: 10px;
}

div.sitemap h2 a {
	display:inline-block;
	background:url(../../../../../sw_img/ar_02.png) no-repeat left center;
	padding-left:27px;
}

/* -- 第二階層 -- */
div.sitemap ul {
	margin-top: 10px;
	margin-left: 25px;
}

div.sitemap ul li {
	margin-top:10px;
	background:url(../../../../../sw_img/ar_03.png) no-repeat left 0.6em;
	padding-left:16px;
}


/* -- 第三階層 -- */
div.sitemap ul li ul {
	margin-top: 10px;
	margin-left: 0px;
}
div.sitemap ul li ul li {
	margin-top:10px;
}

/* -- サイトマップは階層が増えるごとに追加の事！ -- */

/*-------------- GoogleMap（地図埋め込み）07_908 --------------*/
div.map {
	position: relative;
	width: 100%;
}

div.map:before {
	content: "";
	display: block;
	padding-top: 56.25%;	/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

div.map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*-------------- ●ok●HTMLパラグラフ（エリアリンク）07_904 --------------*/
div.html-paragraph {
}


/*-------------- GoogleMap（エリアリンク）07_909 --------------*/
div.disp-external-page {
}

div.disp-external-page iframe {
}


/*-------------- テーブル縦（左側にタイトルがあるタイプ） --------------*/
/*-- ◎テーブル縦は横幅％の指定の仕方に注意◎ --*/
/*-- ◎全体の合計が100%以下に収まる様にする --*/
/*-- ◎タイトル項目.vtable-head を基準としてカラムを設定 --*/
div.vertical-table {
}

/* -- テーブル縦 テーブル項目  -- */
div.vertical-table .vtable-item {
}

div.vertical-table .vtable-item > table {
	width: 100%;
	margin-bottom: -1px;
}

/* -- テーブル縦 テーブル項目 カラム -- */
div.vertical-table .vtable-item > table > tbody > tr > td {
	width: 25%;
	padding:15px;
	border:#d1d1d1 1px solid;
	text-align: center;
}

/* -- テーブル縦 テーブル項目 タイトル項目 -- */
/* -- 現状thタグ -- */
div.vertical-table .vtable-item .vtable-head {
	width: 12.5%;
	padding:15px;
/*	text-weight: normal; */
	text-align:center;
	background-color:#f2f2f2;
	border:1px solid #d1d1d1;
}

/* -- 別窓アイコン -- */
div.vertical-table .vtable-item a[target="_blank"] {
	background:url(../../img/defaulticon/common/link02.png) right center no-repeat;
	display: inline-block;
	min-height: 18px;
	padding-right:24px;
}

/* -- table in vtable -- */

div.vertical-table td table {
/*	枠線を重ねたい場合は、*/
/*	・padding+1pxのカウンターマージンを設定 */
/*	・widthをマージン分拡大 */
/*	margin: -6px -16px;
	width: 104.4%;
	width: calc(100% + 22px);
	border: 1px solid #d1d1d1;
*/
}

div.vertical-table td table th ,
div.vertical-table td table td {
    width: 20%;
}

/*-------------- 表組07_101 --------------*/

div.table {
}

/* -- 表タイトル -- */
div.table div.shwTableTitle {
}

div.table div.shwTableTitle h2 {
	border: none;
}


/* -- 表 -- */
div.table div.shwTable {
	margin-bottom:10px;
}

/* -- IE幅指定用 -- */
div.table div.shwTable table {
	width:100%;
}

/* -- 単位（表組の外） -- */
div.table div.shwTable td.shw-table-row {
}


/* -- 一行目・一列目を見出し設定に -- */
td.tableColumnHead,
td.tableRowHead ,
td.tbRowHead ,
td.tbColumnHead {
    background-color:#f2f2f2!important;
}

td.tableColumnHead ,
td.tbColumnHead {
	text-align: left;
}

td.tableRowHead ,
td.tbRowHead {
	text-align: center;
}

div.shwTable .tbCore td {
	border: 1px solid #d1d1d1;
	line-height: 1.5;
}

div.shwTable .htCore td ,
div.shwTable .tbCore td {
	color: #333;
	padding:15px !important;
	border-color:#d1d1d1 !important;
	word-break: break-all;
	white-space: pre;
	white-space: pre-line;
}


/* -- 表_幅指定 -- */

.htCore { 
    width: 100% !important; 
    height:  100% !important; 
} 

.wtSpreader { 
    width: 100% !important; 
    height:  100% !important; 
} 

.wtHider { 
    width: 100% !important; 
    height:  100% !important; 
} 

.wtHolder { 
    width: 100% !important; 
    height:  100% !important; 
} 

.ht_clone_left /*handsontable*/ { 
    width: 100% !important; 
    height:  100% !important; 
} 


/* 縦・横揃え */
.shwTable .htCore .htLeft ,
.shwTable .tbLeft {
  text-align: left;
}
.shwTable .htCore .htCenter ,
.shwTable .tbCenter {
  text-align: center;
}
.shwTable .htCore .htRight ,
.shwTable .tbRight {
  text-align: right;
}
.shwTable .htCore .htJustify ,
.shwTable .tbJustify {
  text-align: justify;
}

.shwTable .htCore .htTop ,
.shwTable .tbTop {
  vertical-align: top;
}
.shwTable .htCore .htMiddle ,
.shwTable .tbMiddle {
  vertical-align: middle;
}
.shwTable .htCore .htBottom ,
.shwTable .tbBottom {
  vertical-align: bottom;
}

/*-------------- グラフ07_105 --------------*/
div.graph {
}

/* -- グラフ メニューボタン -- */
.highcharts-button {
	display: none;
}


/*-------------- カラム選択07_901 --------------*/
/* -- NIR基本全社共通 -- */

/* -- ★★NIR -- */
.multiColumn1,
.multiColumn2,
.multiColumn3,
.multiColumn4,
.multiColumn5 {
    width: 100%;
	clear:both;
	margin-bottom:50px;
}

.multiColumn2 .column1 ,
.multiColumn2 .column2 {
	width:47%;
	float:left;
}

.multiColumn2 .column1 {
	margin-right:6%;
}

.multiColumn3 .column1 ,
.multiColumn3 .column2 ,
.multiColumn3 .column3 {
	width:30%;
	float:left;
}

.multiColumn3 .column1 ,
.multiColumn3 .column2 {
	margin-right:5%;
}

.multiColumn4 .column1 ,
.multiColumn4 .column2 ,
.multiColumn4 .column3 ,
.multiColumn4 .column4 {
	width:22%;
	float:left;
}

.multiColumn4 .column1 ,
.multiColumn4 .column2 ,
.multiColumn4 .column3 {
	margin-right:4%;
}

.multiColumn5 .column1 ,
.multiColumn5 .column2 ,
.multiColumn5 .column3 ,
.multiColumn5 .column4 ,
.multiColumn5 .column5 {
	width:17%;
	float:left;
}

.multiColumn5 .column1 ,
.multiColumn5 .column2 ,
.multiColumn5 .column3 ,
.multiColumn5 .column4 {
	margin-right:3.75%;
}


/* -- ★★NIR -- */


.lx_inner_mcol1200 > .inner {
	width:1200px;
	margin: 0 auto;
}

.lx_mcol_w1100pc ,
.lx_inner_mcol1100 > .inner {
	width:1100px;
	margin: 0 auto;
}

.lx_mcol_w1000pc {
	width:1000px;
	margin: 0 auto;
}

.lx_mcol_w824pc ,
.lx_inner_mcol824 > .inner {
	width:824px;
	margin: 0 auto;
}

.lx_inner_mcol650 > .inner {
	width:650px;
	margin: 0 auto;
}

.lx_inner_mcol480 > .inner {
	width:480px;
	margin: 0 auto;
}

.lx_inner_mcol1200 > .inner::after ,
.lx_inner_mcol1100 > .inner::after ,
.lx_inner_mcol824 > .inner::after ,
.lx_inner_mcol650 > .inner::after ,
.lx_inner_mcol480 > .inner::after {
	content: "";
	display: block;
	clear: both;
}


/*-------------- ◎IRカレンダー、改め、テーブル横◎ --------------*/
/*-------------- テーブル横07_102 --------------*/
div.ircalendar {
}

/* -- タイトル項目・項目共通 -- */
div.ircalendar-title > table ,
div.ircalendar-item > table {
	width: 100%;
	margin-bottom: -1px;
}

div.ircalendar-title > table > tbody > tr > th,
div.ircalendar-item > table > tbody >tr > td {
	text-align: center;
	width: 25%;
}
div.ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
div.ircalendar-item > table > tbody > tr > td.ircalendar-item1  {
	width: 12.5%;
}

/* -- 別窓アイコン -- */
div.ircalendar-title a[target="_blank"]:after ,
div.ircalendar-item a[target="_blank"]:after {
	content: "";
	background:url(../../img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-left: 3px;
	margin-top: 0.4em;
}

/*-------------- テーブル横 タイトル項目07_103 --------------*/
div.ircalendar-title {
}

div.ircalendar-title > table {
}

div.ircalendar-title > table > tbody > tr >  th {
	padding: 15px;
	border:#d1d1d1 1px solid;
	background-color:#f2f2f2;
}

/*-------------- テーブル横 項目07_104 --------------*/

div.ircalendar-item {
}

div.ircalendar-item > table {
}

div.ircalendar-item > table > tbody > tr > td {
	padding: 15px;
	border:#d1d1d1 1px solid;
}



/*-------------- 配当（グラフ）07_218 --------------*/
div.haitou-graph ,
div.haitou-graph-2nd {
	margin-bottom:40px;
}

/* 直書されているstyleを上書きする */
div.haitou-graph-2nd .graph {
	min-width: auto !important;
	max-width: none !important;
	height: 400px !important;
}


/*-------------- 配当（表）07_219 --------------*/
div.haitou-table ,
div.haitou-table-2nd {
	width:822px;
	margin:0 auto;
}

div.haitou-table table ,
div.haitou-table-2nd table {
	margin:0 auto;
	border:#d4d4d4 1px solid;
	width: 100%;
}

div.haitou-table table th ,
div.haitou-table-2nd table th {
	padding: 5px 10px;
	text-align: center;
	border:#d4d4d4 1px solid;
	background-color:#f2f2f2;
	font-weight: bold;
	white-space: nowrap;
}

div.haitou-table table td ,
div.haitou-table-2nd table td {
	padding: 5px 10px;
	border: #d4d4d4 1px solid;
	text-align: right;
	white-space: nowrap;
}

/* -- 配当グラフ左のthに該当する部分 -- */
div.haitou-table table td.t1,
div.haitou-table table td.t2,
div.haitou-table table td.t3,
div.haitou-table table td.t4,
div.haitou-table table td.t12 ,
div.haitou-table-2nd table td.t1,
div.haitou-table-2nd table td.t2,
div.haitou-table-2nd table td.t3,
div.haitou-table-2nd table td.t4,
div.haitou-table-2nd table td.t12 {
	text-align:left;
	background-color:#f2f2f2;
	font-weight: bold;
	white-space: normal;
}


/*-------------- 財務ハイライト（科目別）07_215 --------------*/
/*-------------- 財務ハイライト（統合表示）07_216 --------------*/
div.highlights {
}


/* -- グラフ -- */
div.highlights-graph {
	margin-bottom:10px;
	max-width:100%;
}


/* -- 表組 -- */
div.highlights-table ,
div.highlights-alltable ,
div.highlights-alltable-2nd {
	width:822px;
	margin:0 auto;
}

div.highlights-alltable div.table ,
div.highlights-alltable-2nd div.table {
}

div.highlights-table table ,
div.highlights-alltable div.table table ,
div.highlights-alltable-2nd div.table table {
	width: 100%;
	margin: 0 auto;
}

div.highlights-table table th ,
div.highlights-table table td ,
div.highlights-alltable div.table table th ,
div.highlights-alltable div.table table td ,
div.highlights-alltable-2nd div.table table th ,
div.highlights-alltable-2nd div.table table td {
	padding: 5px 10px;
	border:#d4d4d4 1px solid;
}

div.highlights-table table th ,
div.highlights-alltable div.table table th ,
div.highlights-alltable-2nd div.table table th {
	background-color:#f2f2f2;
	text-align:center;
	line-height:1.4;
}

div.highlights-table table td:first-child ,
div.highlights-alltable div.table table td:first-child ,
div.highlights-alltable-2nd div.table table td:first-child {
	background-color: #f2f2f2;
}

/* -- 数値部分 -- */
div.highlights-table table td.c0,
div.highlights-table table td.c1,
div.highlights-table table td.c2,
div.highlights-table table td.c3,
div.highlights-table table td.c4 ,
div.highlights-table table td.c5 ,
div.highlights-alltable div.table table td.c0 ,
div.highlights-alltable div.table table td.c1 ,
div.highlights-alltable div.table table td.c2 ,
div.highlights-alltable div.table table td.c3 ,
div.highlights-alltable div.table table td.c4 ,
div.highlights-alltable div.table table td.c5 ,
div.highlights-alltable-2nd div.table table td.c0,
div.highlights-alltable-2nd div.table table td.c1,
div.highlights-alltable-2nd div.table table td.c2,
div.highlights-alltable-2nd div.table table td.c3,
div.highlights-alltable-2nd div.table table td.c4 ,
div.highlights-alltable-2nd div.table table td.c5 {
	text-align:right;
}




/* -- 財務ハイライト ver2 -- */

div.highlights-2nd {
	margin-bottom: 40px;
}

div.highlights-2nd > div {
	height: auto !important;
	margin-bottom: 40px;
}

div.highlights-2nd .highlights-table {
}

div.highlights-2nd .highlights-graph {
	width: 100% !important;
	min-width: auto !important;
	max-width: none !important;
	height: 320px !important;
}

/* -- 凡例 -- */
div.highlights-2nd .legend {
	margin: 0 auto !important;
	width: auto !important;
	min-width: auto !important;
	max-width: none !important;
	text-align: center;
}

div.highlights-2nd .legend-item-box {
	float: none !important;
	display: inline-block !important;
	margin-left: -5px;
}



/*-------------- ニュース一覧（標準）07_201 --------------*/
/*-------------- ニュース一覧（タブ切替）07_203 --------------*/

div.news-list ,
div.news-list-tabbed {
}

/* -- 1つのリリース -- */
div.news-list ul ,
div.news-list-tabbed ul {
}

div.news-list ul li ,
div.news-list-2nd ul li ,
div.news-list-tabbed ul li {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: inherit;
	margin: 18px 0px 0px;
	padding-left: 15.5em;
	padding-bottom: 15px;
	border-bottom:#CCCCCC 1px dotted;
}
div.news-english-2nd ul li {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: inherit;
	margin: 18px 0px 0px;
	padding-left: 18em;
	padding-bottom: 15px;
	border-bottom:#CCCCCC 1px dotted;
}
div.news-english-2nd ul li .det_tx{
	display:none;
}

div.news-list ul li.no-img ,
div.news-list-tabbed ul li.no-img {
}

div.news-list ul li.deactivated ,
div.news-list-tabbed ul li.deactivated {
}

div.news-list ul li.titleOnly ,
div.news-list-tabbed ul li.titleOnly {
}

div.news-list ul li.normal ,
div.news-list-tabbed ul li.normal {
}

/* -- リリースのテキスト -- */
div.news-list ul li p ,
div.news-list-tabbed ul li p {
}

/* -- リリースのタイトル -- */
div.news-list ul li h3 ,
div.news-list-2nd ul li h3 ,
div.news-list-tabbed ul li h3,
div.news-english-2nd ul li h3 {
	font-weight:normal;
	line-height: inherit;

	display: block; 
	padding-left: 0px;
	padding-top: 0px;
/*	margin-left: 7.2em; */
}

/* -- 日付 -- */
div.news-list ul li span.date ,
div.news-list-2nd ul li span.date ,
div.news-list-tabbed ul li span.date,
div.news-english-2nd ul li span.date {
	font-size:12px;
	position: absolute;
	top: 0.5em;
	left: 0px;
	line-height: 1;
}


/* -- カテゴリアイコン -- */
div.news-list ul li span.c_icon ,
div.news-list-2nd ul li span.c_icon ,
div.news-list-tabbed ul li span.c_icon,
div.news-list ul li span.date + img ,
div.news-list-2nd ul li span.date + img ,
div.news-list-tabbed ul li span.date + img {
/*	display: none; */
	position: absolute;
	top: 0.5em;
	left:8em;
}
div.news-english-2nd ul li span.c_icon{
	position: absolute;
	top: 0.4em;
	left: 11em;
}


/* -- ファイルアイコン -- */
div.news-list ul li span.d_icon ,
div.news-list-tabbed ul li span.d_icon {
}

/* -- NEWアイコン -- */
div.news-list ul li span.n_icon ,
div.news-list-tabbed ul li span.n_icon {
}

/* -- 非公開表示 -- */
div.news-list ul li .note_tx ,
div.news-list-2nd ul li .note_tx ,
div.news-list-tabbed ul li .note_tx ,
div.news-list ul li > p ,
div.news-list-2nd ul li > p ,
div.news-list-tabbed ul li > p {
	background-color:#FCC;
	font-size: 85.7%; /* 12px */

/*	display: none;  ★公開前設定用 */
}

/* -- 【続きを読む】【全てのニュース】削除分 -- */
div.news-list ul li p em.more,
div.news-list-2nd ul li p em.more,
div.news-list-tabbed ul li p em.more,
div.news-list .all ,
div.news-list-tabbed .all {
	display:none;
}

/*-------------- ↑↑↑↑★★もっとclass名タイプあり★★ --------------*/



/*-------------- 最新ニュース一覧（標準）07_202 --------------*/
/*-------------- 最新ニュース一覧（タブ切替）07_204 --------------*/

div.news-latest ,
div.news-latest-tabbed {
}

div.news-latest ul ,
div.news-latest-tabbed ul {
}

div.news-latest ul li ,
div.news-latest-tabbed ul li {
	float:left;
	width:31%;
	margin:0 1%;
	background:#e6e6e6;
}

div.news-latest ul li.no-img ,
div.news-latest-tabbed ul li.no-img {
}

div.news-latest ul li.deactivated ,
div.news-latest-tabbed ul li.deactivated {
}

div.news-latest ul li.normal ,
div.news-latest-tabbed ul li.normal {
}


div.news-latest ul li h3 ,
div.news-latest-tabbed ul li h3 {
	font-weight:normal;
	line-height: inherit;
	display: block; 
	padding-left: 0px;
	padding-top: 0px;
	position:relative;
	min-height:180px;
	padding:24px;
	box-sizing:border-box;
	font-size:14px;
	line-height:1.8;
	cursor:pointer;
/*	margin-left: 7.2em; */
}

div.news-latest ul li h3 a ,
div.news-latest-tabbed ul li h3 a {
	color:#363636;
}

div.news-latest ul li h3 a:hover ,
div.news-latest-tabbed ul li h3 a:hover {
	text-decoration:none;
}

/* -- 日付 -- */
div.news-latest ul li span.date ,
div.news-latest-tabbed ul li span.date {
	position:absolute;
	bottom:28px;
	left:27px;
	font-size:14px;
	font-weight:bold;
}

/* -- カテゴリアイコン -- */
div.news-latest ul li span.c_icon ,
div.news-latest-tabbed ul li span.c_icon ,
div.news-latest ul li span.date + img ,
div.news-latest-tabbed ul li span.date + img {
	position:absolute;
	bottom:10px;
	right:10px;
}

/* -- ファイルアイコン -- */
div.news-latest ul li span.d_icon ,
div.news-latest-tabbed ul li span.d_icon {
}

/* -- NEWアイコン -- */
div.news-latest ul li span.n_icon ,
div.news-latest-tabbed ul li span.n_icon {
}


/* -- 非公開表示 -- */
div.news-latest ul li .note_tx ,
div.news-latest-tabbed ul li > .note_tx ,
div.news-latest ul li > p ,
div.news-latest-tabbed ul li > p {
	background-color:#FCC;
	font-size: 85.7%; /* 12px */

/*	display: none;  ★公開前設定用 */
}

/* -- 【続きを読む】【全てのニュース】削除分 -- */
div.news-latest ul li p em.more,
div.news-latest .all ,
div.news-latest-tabbed ul li p em.more,
div.news-latest-tabbed .all {
	display:none;
}


/* -- 英語ニュース -- */

div.news-english {
}
div.news-english-tabbed {
}




/*-------------- ニュース タブ --------------*/


/* -- 年度タブ -- */
p.yearTabs {
	margin-bottom:20px;
}
p.yearTabs:after {
	content: "";
    display: block;
    clear: both;
}

p.yearTabs a {
	display:inline-block;
	border:#CCCCCC 1px solid;
	padding:10px 20px;
	width:auto;
	margin-right:5px;
	font-weight:bold;

/*
	float: left;
	display: inline;
	background:url(../../img/defaulticon/common/link01.png) 4px 0.4em no-repeat;
	padding-left:14px;
	margin: 3px 10px 10px 10px;
	width: 4em;
*/
}

p.yearTabs a.active {
	font-weight: bold;
	background-color: rgb(221, 221, 221);
}



/* -- カテゴリタブ -- */
p.tabs{
	margin-bottom:20px;
}
p.tabs:after {
	content: "";
	display: block;
	clear: both;
}

p.tabs a {
	display:inline-block;
	width:auto;
	border:#CCCCCC 1px solid;
	margin-right:5px;
	padding:5px 10px; 

/*
	float: left;
	display: inline;
	background:url(../../img/defaulticon/common/link01.png) 4px 0.4em no-repeat;
	padding-left:14px;
	margin: 3px 10px 10px 10px;
*/
}

p.tabs a.active {
	font-weight: bold;
	background-color: rgb(221, 221, 221);
}

p.tabs a.active.allTab {
}
p.tabs a.active.tekijiTab {
}
p.tabs a.active.resultTab {
}
p.tabs a.active.gyousekiTab {
}
p.tabs a.active.prTab {
}
p.tabs a.active.irTab {
}
p.tabs a.active.governanceTab {
}
p.tabs a.active.yuhoTab {
}
p.tabs a.active.syosyuTab {
}
p.tabs a.active.noneTab {
}




/*-------------- 決算短信一覧（リスト）07_206 --------------*/
/*-------------- 有価証券報告書一覧07_209 --------------*/

.news-result dl ,
.news-yuho dl ,
.news-presentation dl ,
.news-material dl {
	margin-bottom: 50px;
}

.news-result dl dd ,
.news-yuho dl dd ,
.news-presentation dl dd ,
.news-material dl dd {
	box-sizing: border-box;
	width: 822px;
	margin: 0 auto 5px;
}






/* -- PDFアイコン -- */
div.news-yuho dl dd.news_result_member span.pdf_rear {
}

/* -- ファイル容量 -- */
div.news-yuho span.filesize {
	font-size: 85.7%; /* 12px */
	font-style:normal;
}


/* ---- （別エリア）リダイレクト(リダイレクトされない) ---- */
div.reuse-main-area .redirect {
	display: none;
}


/* ---- リダイレクト ---- */
div.redirect {
	margin-bottom: 20px;
}


/*-------------- カレンダー07_910 --------------*/

div.calendar {
}

div.calendar h2 {
}

div.calendar table {
}

div.calendar table th {
}

/* -- 土曜日 -- */
div.calendar table th.sat {
}

/* -- 日曜日 -- */
div.calendar table th.sun {
}

div.calendar table td {
}

/* -- 土曜日 -- */
div.calendar table td.sat {
}

/* -- 日曜日 -- */
div.calendar table td.sun {
}

/* -- アクティブ -- */
div.calendar table td.on {
}




/* PHOTO GALLERY
--------------------- */

.photo-index .media {
	float: none;
	width: 210px;
	border:  2px solid lime;
	padding: 8px 8px 16px 8px;
	background: #fff;
	border:  1px solid #B3B3B3;
	box-shadow: -2px 2px 4px rgba(135, 139, 144, 0.4);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
* + html .photo-index .media { /* IE7 */
	display: inline;
}
.no-csstransforms .photo-index .media {
	margin-right: 5px;
}
.photo-index .media:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	border:  1px solid #888;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	position: relative;
	z-index:  100;
}
.photo-index dl {
	margin-right: 0px;
}
.photo-index .media dt {
	min-height: 125px;
	height: auto;
	margin: 0 0 10px 0;
}
.photo-index .media dt img {
	width: 210px;
}
.photo-index .media dd {
	background:  transparent;
}

/* lightbox*/
.mask {
	background-color: #000;
	width: 100%;
	z-index: 110;
}
.loading-mask {
	background: #000 url(../../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox {
	position: absolute;
	overflow: hidden;
	z-index: 120;
	top: 0;
	left: 0;
	margin: 40px 0 0;
	padding: 0 0 20px 0;
	width: 995px;
	background-color: #b3b3b3;
}
.showbox .overlay-control {
	display: none;
}
.showbox-head {
	overflow: hidden;
	height: 1%;
	margin: 0 0 30px;
	padding: 5px;
	font-size: 120%;
	text-align: center;
	background-color: #555;
	color: #fff;
}
.showbox-toolbar {
	float: left;
	clear: both;
}

.showbox-head a {
	color: #fff;
	margin-right: 10px;
	cursor: pointer;
}
.showbox-head a.ui-disabled {
	cursor: default;
	color: #aaa;
	text-decoration: none;
}
.showbox-toolbar .prev {
	background: url(../../img/icons/sprites.png) 0 -73px no-repeat;
	padding-left: 17px;
}
.showbox-toolbar .next {
	background: url(../../img/icons/sprites.png) 190% 1px no-repeat;
	padding-right: 17px;
}

.showbox .close-button {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0 5px 0 17px;
	cursor: pointer;
	color: #fff;
	font-size: 120%;
	background: url(../../img/icons/sprites.png) 0 -218px no-repeat;
}
.showbox .content-box {
	background-color: #999;
	margin: 0 auto;
}
.showbox.loading {
	background: #999 url(../../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox .multimedia-box {
	overflow: hidden;
}
.showbox .text-content {
	background: #ececee;
	padding: 5px;
}
.showbox h2 {
	margin: 5px 0;
	font-size: 130%;
}
.showbox p {
	margin-bottom: 10px;
	font-size: 120%;
}
.showbox ul {
	margin: 10px 0 10px 0;
}
.showbox li {
	list-style: none;
	color: #555;
	font-size: 110%;
}


/* --------------------------------------
15_フォーム
-------------------------------------- */

/* FORMS
-------------------- */
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input,
textarea,
select {
	box-shadow: none;
}
.validity-alert {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}
textarea {
	font-family: arial, helvetica, sans-serif;
}
.form-box {
	width: 100%;
	margin: 0 auto;
}
.form-wrapper {
	clear: both;
	width:100%;
	margin:0 auto;
}
#step-by-step {
	margin: 20px 0;
	padding: 4px 10px;
	border-radius: 5px;
	background: #0d8ccc;
}
#step-by-step ol {
	zoom: 1;
	list-style-position: inside;
	color: #fff;
}
#step-by-step li  {
	float: left;
	margin: 0 20px 0 0;
	padding: 4px;
	border-radius: 5px;
	list-style-position: inside;
}
#step-by-step li.do  {
	background: #EC1549;
}
div#step-by-step li.do button {
	color: #fff;
}
#step-by-step li button {
	display: inline-block;
	padding: 3px;
	background: transparent;
	border: none;
	-webkit-appearance: none;
	color: #fff;
	font-family: arial,helvetica,sans-serif;
	cursor: pointer;
}
#step-by-step li button:hover,
#step-by-step li button:focus,
#step-by-step li button:active {
	text-decoration: underline;
}
#step-by-step li button[disabled] {
	cursor: default;
	color: #ccc;
	text-decoration: none;
}

.form-wrapper fieldset {
	border: none;
	margin: 5px 0 30px 0;
}
.form-wrapper fieldset > h2 {
	margin-bottom:10px;
	padding: 5px 10px;
	color: #333;
	background-color:#CCCCCC;
}
.form-wrapper p.required {
	text-align: right;
}
/*.form-wrapper*/ #Check p.required {
	display: none;
}
.form-wrapper p.required span,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: bold;
	font-style:normal;
}
.form-wrapper div span {
	/*display: block;*/
	padding: 5px 0 0 0;
	color: #555;
	font-size: 100%;
}
.form-wrapper div.form-edit span ,
.form-wrapper div.form-selection span {
}
.form-row {
	clear: both;
	zoom: 1;
	border-bottom: 1px dotted #b3b3b3;
	padding: 10px 0 15px 0;
}
.form-row div {
	width: auto;
	border-bottom: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.form-row .form-item {
	margin: 0;
	clear: none;
}
.form-wrapper label {
	position: relative;
	display: block;
}
.form-wrapper label[for="text"] {
}
.form-wrapper label span {
}
.form-wrapper fieldset .multiple-labels fieldset input,
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
	display: block;
	background: #ffffff;
	width: 100%;
	margin: 3px 0 0 0;
	border: 1px solid #c2c2c2;
	padding: 10px 3px 10px 3px;
}
.form-wrapper input[type="submit"] {
	display: inline;
	border: 1px solid #c2c2c2;
}
.step-controls {
	position: relative;
	top: 2px;
}
.input-datetime-local .step-controls {
	top: auto;
}
.form-item-hidden,
.form-wrapper input[type=hidden] {
   display: none;
}
.form-wrapper .multiple-labels fieldset input.a11y-focus,
.form-wrapper .multiple-labels fieldset input:focus,
.form-wrapper input:focus,
.form-wrapper textarea:focus,
.form-wrapper input.a11y-focus,
.form-wrapper textarea.a11y-focus {
	border: 1px solid #000;
	background: #FFFFFF;
}
.form-wrapper input[type=radio].a11y-focus,
.form-wrapper input[type=checkbox].a11y-focus {
	background: transparent;
	border: none;
}
.form-wrapper textarea {
	height: 100px;
	width: 100%;
}
.form-wrapper select {
	display: block;
	width: 310px;
	margin: 5px 0 0 0;
}
.form-wrapper div span.input-datetime-local {
	font-size: 100%;
}
.form-wrapper h4 {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 130%;
	font-weight: bold;
}
.form-wrapper div.multiple-labels label span {
	color: #555;
	font-size: 110%;
	font-weight: normal;
}
.form-row label span {
	display: inline;
}
.form-row label.m span {
	clear: both;
	padding: 0 0 5px 0;
}
.form-row span.help a {
	background: url(../../img/icons/sprites.png) 0 -651px no-repeat;
	padding-left: 15px;
}

/* multiple inputs in one row */
.form-row .form-item-s,
.form-row .form-item-m,
.form-row .form-item-l {
	float: left;
	margin: 0;
	clear: none;
	width: 92px;
}
.form-row .form-item-m {
	width: 161px;
	padding: 0;
}
.form-row .form-item-l {
	width: 363px;
}
.form-row .form-item-s input {
	width: 70px;
}
.form-wrapper .form-row .form-item-m input {
	width: 139px;
}
.form-row .form-item-l input {
	width: 209px;
}

/* checkboxes & radiobuttons */
.form-wrapper fieldset fieldset {
	margin: 0;
	padding: 0;
}
.form-wrapper fieldset fieldset .form-item {
	float: none;
	display: block;
	clear: both;
}
.form-wrapper fieldset fieldset input {
	width: auto;
	display: inline;
	background: transparent;
	border: none;
}
#main .form-wrapper fieldset fieldset legend {
	text-indent: -9999px;
	font-size: 0;
}
.form-wrapper  fieldset fieldset div.form-item label {
	display: inline;
}

/* mod for short elements */
.form-wrapper fieldset fieldset.mod .form-item {
	float: left;
	clear: none;
	margin-right: 10px;
	width: auto;
}
.form-wrapper fieldset fieldset.mod .form-item label {
	display: inline;
}

/* table date-picker */
.input-date-datepicker-control td:hover {
    background-color: #BBEEFF;
    border: none;
    box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
}
.input-date-datepicker-control td.ui-datepicker-today {
	border: none;
	background: #EC1549;
}
.input-date-datepicker-control td.ui-datepicker-today a {
	color: #fff;
}
.input-date-datepicker-control td.ui-datepicker-current-day {
	border: none;
	background: #999;
}

/* Submit */
.form-wrapper div.button-wrapper {
	width:100%;
	position: relative;
	border: none;
	padding: 10px 0 5px 0;
	text-align:center;
}
.form-wrapper fieldset div.button-wrapper em {
	float: right;
	margin-top: -24px;
	font-size: 140%;
}
.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
	background:url(../../../../../sw_img/ar_01.png) no-repeat 16px center #88b9fe;
	right: auto;
	width: auto;
	margin:5px;
	padding:14px 20px 14px 42px;
	/*color: #fff;*/
	cursor: pointer;
	font-size:22px;
	line-height:1;
	font-weight: bold;
	box-sizing:border-box;
	color:#fff;
	border:none;
}

/* -- 確認ページ -- */
.form-summary {
	margin: 0 auto;
}

.form-summary table {
		border:#CCCCCC 1px solid;
}

.form-summary table td {
	border:#CCCCCC 1px solid;
	padding:5px 10px;
	white-space: pre;
	white-space: pre-line;
	word-break: break-all;
}

.form-summary table td:first-child {
	text-align: left;
	width: 40%;
}

.form-field span {
	margin-bottom:0!important;
	line-height:1.4;
}

.form-edit ,
.form-selection {
	margin-bottom: 10px;
}


.new-search .button {  /* button outside button-wrapper */
	padding-top: 3px;
	padding-bottom: 4px;
}
.new-search .button:hover,
.new-search .button:active,
.new-search .button:focus,
.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
	opacity:0.8:
}
/* link-Button */
a.button {
	background: #b90834 url(../../img/bgs/submit.png) 0 0 repeat-x;
	min-width: 60px;
	width: auto;
	border: 1px solid #f19eb2;
	border-right: 1px solid #920728;
	border-bottom: 1px solid #920728;
	padding: 3px 20px 2px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
a.button span {
	position: absolute;
}
a.button:hover,
a.button:active,
a.button:focus {
	color: #fac4d1;
}
/* New Search */
#search-results .form-wrapper div {
	background: #f2f2bf;
	float: left;
	width: 100%;
	padding: 10px 0;
}
#search-results .form-wrapper input {
	float: left;
	margin: 3px 0 0 10px;
}
#search-results .form-wrapper input.submit {
	width: auto;
	background: #cc0;
	padding: 2px 10px;
	cursor: pointer;
}

/* error messages */
.error {
	color: #ec1549;
	font-weight: bold;
}

.error a ,
.error a:hover {
	color: #333;
	text-decoration: none;
	cursor: default;
}

#main .error h1 {
	background: url(../../img/bgs/error.png) 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #ec1549;
}
#main div.error {
	margin: 20px 0;
	font-weight: bold;
}
#main div.error ul {
	margin: 0 0 0 45px;
}
#main div.error li {
	color: #ec1549;
}
#main div.error li a,
#main div.error label span {
	color: #ec1549;
}
#main .form-wrapper div.error {
	margin: 0;
}
.form-ui-invalid {
	border-color: #ec1549;
}
.form-wrapper div.error input,
.form-wrapper div.error select,
.form-wrapper div.error textarea,
.form-wrapper div input.form-ui-invalid,
.form-wrapper div textarea.form-ui-invalid,
.form-wrapper div select.form-ui-invalid {
	border: 1px solid #ec1549;
}

#mgnlhp {
    display: none;
}

/* success messages */
#main .success {
	margin: 10px 0;
}
#main .success h1 {
	background: url(../../img/bgs/confirmed.png) 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #afaf00;
}




/* -- rss -- */
.rss-content {
	font-style: normal;
	float: right;
}

.rss-content a {
	text-decoration: none;
}


/* -- スマホ -- */
.sp_navi {
	display:none;
}


/* --------------------------------------
16_個別設定
-------------------------------------- */


/* -- ローカルナビエリア -- */

/*共通*/
#nav-box {
/*	font-size:80%; */
}

#nav-box ul {
	text-align:center;
	font-weight: normal;
	color: #505050; 
}

#nav-box ul li {
	display:inline-block;
	font-size:12px;
	line-height:1.2;
	border-left:1px solid #adadad;
	padding-left:1em;
	padding-right:0.5em;
	white-space:nowrap;
}
#nav-box ul li:last-child {
	border-right:1px solid #adadad;
	padding-right:1em;
}

#nav-box ul li strong {
	font-weight: normal;
	color: #505050;
	text-decoration:underline;
}

#nav-box ul li a:link {
	text-decoration: none;
	color: #505050; 
}

#nav-box ul li a:hover {
	text-decoration: underline;
}

/*1階層*/
#nav-box ul.navLevel_1 {
	text-align:center;
/*	width:756px; */
	margin:0 auto;
}

#nav-box ul.navLevel_1>li {
}
#nav-box ul.navLevel_1>li:last-child {
}

#nav-box ul.navLevel_1>li.open {
	border-bottom: none;
}

#nav-box ul.navLevel_1>li>strong,
#nav-box ul.navLevel_1>li>a {
	color:#505050;
}


/*2階層*/
#nav-box ul.navLevel_2 {
	border-top:#94A6D6 1px dotted;
}

#nav-box ul.navLevel_2>li {
	border-bottom:#94A6D6 1px dotted;
	padding-left:20px;
}

#nav-box ul.navLevel_2>li.open {
	border-bottom: none;
}

#nav-box ul.navLevel_2>li>strong,
#nav-box ul.navLevel_2>li>a {
	display: block;
/*	width: 198px; */
	padding: 8px 10px 8px 20px;
	background:url(../../img/defaulticon/common/link01.png) 6px center no-repeat;
}

/*3階層*/
#nav-box ul.navLevel_3 {
	border-top:#94A6D6 1px dotted;
}

#nav-box ul.navLevel_3>li {
	border-bottom:#94A6D6 1px dotted;
	padding-left:20px;
}

#nav-box ul.navLevel_3>li.open {
	border-bottom: none;
}
#nav-box ul.navLevel_3>li>strong,
#nav-box ul.navLevel_3>li>a {
	display:block;
/*	width: 178px; */
	padding: 8px 10px 8px 20px;
	background:url(../../img/defaulticon/common/link01.png) 6px center no-repeat;
}



/* -- ヘッダー内ロゴ -- */

#header .logo a:hover img {
	-ms-opacity: 1.0;
	opacity: 1.0;
}


/*-- テーブル横　設定例 --*/
/* ※幅の合計が36%～100%の範囲に収まる様にする事 */
div.ircalendar div.ircalendar-title table th.ircalendar-title1 ,
div.ircalendar div.ircalendar-item table td.ircalendar-item1  {
/*	width: 12.5%; */ /* 基準12.5%：変更しない */
}
div.ircalendar div.ircalendar-title table th.ircalendar-title2 ,
div.ircalendar div.ircalendar-item table td.ircalendar-item2  {
/*	width: 25%; */ /* デフォルト(25%)のまま */
}
div.ircalendar div.ircalendar-title table th.ircalendar-title3 ,
div.ircalendar div.ircalendar-item table td.ircalendar-item3  {
	width: 17.5%;
}
div.ircalendar div.ircalendar-title table th.ircalendar-title4 ,
div.ircalendar div.ircalendar-item table td.ircalendar-item4  {
	width: 20%;
}
/*-- ２カラムなら、12.5:25で、33%・66%と等価 --*/
/*-- ３カラムなら、12.5:25:17.5で、22.7%・45.5%・31.8%と等価 --*/
/*-- ４カラムなら、12.5:25:17.5:20で、16.7%・33.3%・23.3%・26.7%と等価 --*/
/*-- ５カラムなら、12.5:25:17.5:20:25で、12.5%・25%・17.5%・20%・25%。 --*/



/*-- テーブル縦　設定例 --*/
/* ※幅の合計が36%～100%の範囲に収まる様にする事 */
div.vertical-table .vtable-item table th.vtable-head {
/*	width: 12.5%; */ /* 基準12.5%：変更しない */
}
div.vertical-table .vtable-item table td.vtable-item1 {
	width: 12.5%;
}
div.vertical-table .vtable-item table td.vtable-item2 {
/*	width: 25%; */ /* 指定しないとデフォルト(25%)のまま */
}
/*-- ２カラムなら、12.5:12.5で、50%・50%と等価 --*/
/*-- ３カラムなら、12.5:12.5:25で、25%・25%・50%と等価 --*/




/*-- フッターリンク集 -- */

.footer-about {
	width:18%;
	float: left;
	font-size: 11px;
	margin-right:2.5%;
	margin-bottom:20px;
	display:none;
}
#footer-about-1{
	margin-left:0;
}
#footer-about-5{
	margin-right:0;
}

.footer-about p {
	font-size:12px;
	line-height:1.2;
	margin-bottom:20px;
}

.footer-about p > u {
	text-decoration: none;
}

.footer-about p > u > a {
	display: block;
	font-weight:bold;
	font-size:15px;
	line-height:1.2;
}






/*-- 装飾用 --*/
div.text-section {
	position: relative;
}


#sharewithmain .text-section,
#sharewithmain .vertical-table,
#sharewithmain .map,
#sharewithmain .external-teaser,
#sharewithmain .link-list{
	/*width:822px;*/
	margin:0 auto;
}


.external-teaser.highlight a{
	display:block;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	line-height:1;
	color:#fff;
	background:url(../../../../../sw_img/ar_01.png) no-repeat 16px center #88b9fe;
	padding:14px 10px 14px 10px;
	box-sizing:border-box;
}
.external-teaser.highlight a:hover{
	text-decoration:none;
	opacity:0.8;
}

body#news #nav{
	display:none;
}


body#staff .multiColumn3{
	width:822px;
	margin:0 auto 40px auto;
}
body#staff .multiColumn3 .text-section p{
	line-height:1.6;
	color:#182f61;
}
body#staff .multiColumn3 .text-section.highlight{
	border-top:1px #ccc solid;
	padding-top:20px;
	margin-top:20px;
}
body#staff .multiColumn3 .text-section p strong{
	display:block;
	font-size:160%;
	margin-top:30px;
}
body#staff .multiColumn3 .text-section p u{
	display:block;
	font-size:120%;

	text-decoration:none;
}
body#staff .multiColumn3 .text-section img{
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    width:193px;
}




/*-- お問い合わせ --*/
body#contact #page-intro {
	margin-bottom: 67px;
}

body#contact #sharewithmain{
	padding-bottom:60px;
}

.layoux_mcol_w850 {
	width: 850px;
	margin: 0 auto;
}

.layoux_mcol_w822 {
	width: 822px;
	margin: 0 auto;
}

.layoux_mcol_w541 {
	width: 541px;
	margin: 0 auto;
}


/*-- ロードスターキャピタルの挑戦 --*/
.lx_challenge_title4 .title4 h4 {
	border: none;
	padding-left: 0;
	color: #0d3482;
}


.lx_challenge_table_photo img {
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	object-fit: cover;
}

