@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;
}

/*strong {
	font-weight:normal;
}*/


/* --------------------------------------
 2_基本設定
-------------------------------------- */
body {
/*	font-family: "?l?r ?o?S?V?b?N", Osaka, "?q???M?m?p?S Pro W3"; */
	font-family: 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
	background: rgb(244, 242, 240);
	color: rgb(69, 69, 69);
	line-height: 1.5;
	font-size: 75%;
}

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


/* --------------------------------------
 3_リンク設定
-------------------------------------- */
a:link {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

a:visited {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

a:hover {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

a:active {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

a {
	overflow:hidden;
	outline:none;
}


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

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

/*	font-family: "MS PMincho", "?q???M?m???? Pro W3",serif; */
	font-family: 'MS PMincho', 'ヒラギノ角ゴ Pro W3',serif;
}

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

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

/*	font-family: "MS PMincho", "?q???M?m???? Pro W3",serif; */
	font-family: 'MS PMincho', 'ヒラギノ角ゴ Pro W3',serif;
}

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

h3 {
	font-size:100%; /* 14px */
	font-weight:bold;
	border:#CCC 1px solid;
	margin-bottom:12px;
	padding:8px 8px 6px;
	line-height:1.2;

/*	font-family: "MS PMincho", "?q???M?m???? Pro W3",serif; */
/*	font-family: 'MS PMincho', 'ヒラギノ角ゴ Pro W3',serif; */
}

.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 {
	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;

/*	font-family: "MS PMincho", "?q???M?m???? Pro W3",serif; */
/*	font-family: 'MS PMincho', 'ヒラギノ角ゴ Pro W3',serif; */
}

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

/*	font-family: "MS PMincho", "?q???M?m???? Pro W3",serif; */
/*	font-family: 'MS PMincho', 'ヒラギノ角ゴ Pro W3',serif; */
}

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

.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 {
	overflow: hidden;
  	margin: 0px auto;
	width: 1000px;

	background: url("../../../../../../../resources/sw_img0/irb_bg_02.png") repeat-y left;
}

#nav {
	float: right;
	margin: 0;
	width: 234px;
/*	margin-top: -46px; */
	margin-left: 26px;
	z-index: 99;
}

#wrapper-3 {
	float: left;
	margin: 0;
	width: 740px;

	background: url("../../../../../../../resources/sw_img0/irb_bg.png") no-repeat left top;
}

#promo {
	float: left;
	margin: 0;
	width: 200px;
}

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


/* footer */
#site-info {
	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: 740px;
}

.col-subcol #main {
	width: 740px;
}
.col-subcol #extras {
	width: 330px;
}

/* 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: 740px;
}

/* 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: 740px;
}

/* 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: 740px;
}
.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: 740px;
}
.col-float2-subcol #wrapper-3 {
	float: none;
}


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

.bodycol-subcol {
}

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

div#branding-box {
}

#logo {
	overflow: hidden;
	position: relative;
	height: 85px;
}
#logo span {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
	display: block;
	top: 0;
	left: 0;
	height: 51px;
	width: 202px;
}

/* used for CSS rollover effect, currently disabled to avoid confusion
#logo > a:hover span,
#logo > a:active span,
#logo > a:focus span {
	background-position: 0 -199px;
	width: 308px;
}
*/

#logo strong,
#logo em {
	overflow: hidden;
	position: relative;
	color: #000;
	font-size: 200%;
}
#logo em {
	position: absolute;
	z-index: 11;
	left: 80px;
	bottom: 0;
	width: 100%;
	height: 30px;
	color: #ec1549;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	white-space: nowrap;
}

#logo a {
	position: absolute;
	display: block;
	top: 28px;
	left: 0;
	width: 28em;
	height: 40px;
	padding: 10px;
	cursor: pointer;
}
#logo a:hover {
	text-decoration: none;
}
#logo a img {
	display: none;
}

#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;
}


/* ●ok●検索機能削除
#search-box {
}
*/

#nav-global {
	overflow: hidden;
	margin: 20px auto;
	width: 940px;
	min-height: 69px;
}

#nav-global ul {
	position: relative;
	z-index: 100;
	/*background: #1c1c1c url(../../img/bgs/nav-global-line.png) 0 95% repeat-x;*/
	float: left;
	width: 100%;
	margin: 0 0 24px 0;
	list-style: none;
}
#nav-global.plus-navsub ul {
	border-bottom: none;
}
#nav-global li {
	float: left;
	margin: 2px 10px 0 0;
	padding-bottom: 0.355em;
	font-size: 150%;
	font-weight: bold;
}
#nav-global li a,
#nav-global li a:visited,
#nav-global li strong {
	display: block;
	float: left;
	color: #072D74;
	text-decoration: none;
}
/* on + open */
#nav-global li.on,
#nav-global li.open {
	background: url(../../img/bgs/nav-global.png) 50% 100% no-repeat;
}
#nav-global li strong,
#nav-global li.open a,
#nav-global li.on a {
	background: rgb(235, 229, 223);
	border:#FFFFFF 1px solid;
}
#nav-global li strong span,
#nav-global li.open a span {
	padding-right: 10px;
}
#nav-global li span,
#nav-global li.open a span {
	float: left;
	margin-left: 5px;
	padding: .4em 10px .355em 5px;
}
/* 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 {
	background: #fff;
	margin: 0;
	float: left;
	line-height: 1.5;
	text-align: left;

	background: url("../../../../../../../resources/sw_img0/bread_bg.png") no-repeat left top;
	margin: 0 0 17px;
	padding: 0px 8px 0px 26px;
	width: 708px;
	height: 31px;
	font-size: 10px;
}

.bread-crumb a:link ,
.bread-crumb a:visited ,
.bread-crumb a:active {
	text-decoration: underline;
}
.bread-crumb a:hover {
	text-decoration: none;
}

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


div.bread-crumb h5 p {
	float: left;
	padding: 6px 0px 8px 0px;
}

div.bread-crumb h5 p a {
/*	margin-right: 10px; */
}

div.bread-crumb h5 p:after {
	content:"";
	background: url("../../../../../../../resources/sw_img0/irb_cepa.gif") no-repeat 0px;
	padding-right:11px;
}

div.bread-crumb ol {
	float: left;
}

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

div.bread-crumb ol li {
	float:left;
/*	margin-right:10px; */
	padding: 6px 0px 8px 0px;
}

div.bread-crumb ol li a:after {
	content:"";
	background: url("../../../../../../../resources/sw_img0/irb_cepa.gif") no-repeat 0px;
	padding-right: 11px;
}

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




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


/*--- SideNavi_area ---*/

div#nav {
}

div#nav div#promos1 {
}

div#nav div#promos1 div.promos {
	border: 4px solid rgb(66, 44, 31);
	border-bottom: none;
}

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

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

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

/* -- 第一階層 -- */
#nav-box ul.navLevel_1 {
	width: 232px;
	border: 1px solid rgb(66, 44, 31);
	padding-bottom: 3px;
}

/* --  -- */
#nav-box ul.navLevel_1 > li {
	border: 3px solid rgb(66, 44, 31);
	margin-bottom: -3px;
}

#nav-box ul.navLevel_1 > li.open {
/*	margin-bottom: 3px; */
	background-color: rgb(246, 239, 233) !important;
	margin-top:-4px;
}

/* --  -- */
#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a {
	padding: 13px 10px 12px;
/*	width: 214px; */
	color:#fff;
	font-weight: bold;
	text-decoration: none !important;
/*	margin-bottom: 3px; */
	display: block;
/*	background-color: rgb(228, 224, 218); */
}

#nav-box ul.navLevel_1 > li > a {
	background-color: #472D21;
	border-bottom:1px solid #fff;
}

#nav-box ul.navLevel_1 > li.open a {
	background-color: rgb(246, 239, 233) !important;
	color: rgb(71, 45, 33) !important;
}

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

#nav-box ul.navLevel_1 > li > strong {
	background-color: rgb(246, 239, 233);
	color: rgb(71, 45, 33) !important;
}

#nav-box ul.navLevel_1 > li > a:hover {
	background-color: rgb(246, 239, 233);
	color: rgb(71, 45, 33) !important;
}




/* -- 第二階層 -- */
#nav-box ul.navLevel_2 {
	padding-bottom: 1px;
}

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

/* --  -- */
#nav-box ul.navLevel_2 li>strong ,
#nav-box ul.navLevel_2 li>a {
	background: url("../../../../../../../resources/sw_img0/irb_nvbg01.jpg") no-repeat left;
	padding: 9px 10px 10px 16px;
	border: 1px solid rgb(228, 224, 218);
	border-image: none;
	width: 187px;
	margin: 3px 5px;
	display: block;
	text-decoration: none !important;
}

#nav-box ul.navLevel_2 li>strong {
	background: url("../../../../../../../resources/sw_img0/irb_nvbg01ov.jpg") no-repeat left;
}

#nav-box ul.navLevel_2 li> a:hover {
	background: url("../../../../../../../resources/sw_img0/irb_nvbg01ov.jpg") no-repeat left;
}


/* -- 第三階層 -- */
#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%;
/*	margin-bottom:45px; */
	padding-bottom:50px;
}


/* -- コンテンツ内H1レイアウト -- */
div#page-intro>h1 {
	font-weight: normal;

/*	background-color:#547DCB;
	color:#FFF;
	padding:15px 20px;
	margin-bottom:20px;
*/
	background: url("../../../../../../../resources/sw_img0/irb_h1.jpg") no-repeat left top; padding: 40px 250px 10px 18px; width: 472px;
	height: 58px;
	color: rgb(251, 253, 248);
	overflow: hidden;
	font-size: 32px;
	margin-bottom: 20px;
	float: left;
}

/* -- 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 {
	display: none;
}


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

div#page-intro .abstractImage img {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

div#page-intro .abstractImage img.large {
	float:none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:100%;
}

div#page-intro .abstractImage img.pos-2 {
	float: right;
	margin-right: 0;
	margin-left: 16px;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

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


/*--- ●ok●メインコンテンツ ---*/
div#sharewithmain {
	margin-left: 20px;
	margin-right: 20px;
}


/*-------------- ●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 {
}

div#site-info-box {
}

p#copyright {
}

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



/*------------------------------------- 
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: none;
}

body#special div#html1 {
}

body#special div#sharewithmain {
}

body#special div#html2 {
}

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




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


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

/* 緊急エリア */
.quoted-text {
	width:936px;
	margin:0 auto;
	padding:10px;
	border:#F00 2px solid;
}

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

.quoted-text blockquote p {
	color:#F00;
	font-weight:bold;
	margin-bottom:0;
}


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

div.highlight-quoted-text {
	border:#FFCC00 3px solid;
	background-color:#FFFFCC;
	padding:5%;
	width:88%;
}

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;
}

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

/* -- 副見出し -- */
div.text-section h2 {
/*	font-size: 100%; */
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.5;

	background: url("../../../../../../../resources/sw_img0/irb_h2_02.gif") no-repeat left bottom; padding: 13px 10px 6px; width: 700px; color: rgb(71, 45, 33); font-size: 165%; font-weight: bold; margin-bottom: 8px;
	margin-left: -10px;
}

/* -- ckエディタの機能を損なうから制御は不可 -- */
div.text-section p {
}

/* -- ckエディタのリスト表示用 -- */
div.text-section ol {
	padding-left:2em;
}

div.text-section ol li {
	list-style:decimal;
}

/* -- ckエディタのリスト表示用 -- */
div.text-section ul {
	padding-left:2em;
}

div.text-section ul li {
	list-style:disc;
}
/* -- ckエディタのリスト表示用 -- */
div.text-section p em {
	font-style:italic;
}

/*---------- 画像のレイアウト ----------*/
/* -- 画像_右 -- */
div.text-section .pos-2 {
	float: right;
	margin-right: 0;
	margin-left: 16px;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/* -- 画像_左 ★★要確認！-- */

.text-section img {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}


/* -- 画像_上 -- */
div.text-section .large {
	float:none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:100%;
}

/*---------- 画像の付属を選択した場合_左 ----------*/

div.text-section dl {
	width:40%;
	margin-right:16px;
	float:left;
}

div.text-section dl.photo dt {
	text-align:center;
}

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

div.text-section dl.photo dd {

}



/*---------- 画像の付属を選択した場合_上 ----------*/

div.text-section dl.large {
	float:none!important;
	margin-top:0;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto!important;
	width:auto!important;
	max-width:100%!important;
}

div.text-section dl.large dt {
	text-align:center;
}

div.text-section dl.large dt img {
	float:none!important;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

div.text-section dl.large dd {

}

/*---------- 画像の付属を選択した場合_右 ----------*/

div.text-section dl.pos-2 {
	width:40%;
	margin-right:0!important;
	float:right!important;
}

div.text-section dl.pos-2 dt {
	text-align:center;
}

div.text-section dl.pos-2 dt img {
	float:none!important;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

div.text-section dl.pos-2 dd {

}



/* -- 虫眼鏡画像●●移行企業は不要●● -- */
div.text-section .zoom {
		/*float: right;*/
		display:none;
}

div.text-section .zoom a {
	display: block;
	background:url(../../../../../../../resources/sw_img0/zoom.png) left top no-repeat;
	width: 24px;
	height:24px;
	overflow: hidden;
	text-indent: -999px;
		margin:0 auto;
}

/* -- 画像のキャプション -- */
div.text-section .caption {
	text-align:center;

}

/* -- コピーライト -- */
div.text-section .copyright {
	text-align:center;

}

/* -- 画像の説明 -- */
div.text-section .longdesc {
	text-align:center;
}

/*---------- 共通かも ★内部・外部<div class="teaser no-img highlight" id="teaser-3"> ----------*/
.no-img {
}


/*-------------- 内部・外部・ダウンロードページバナー★★ハイライトチェック要確認 --------------*/
div.highlight {
}

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

div.teaser {
	width:100%;
}

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

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

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

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




/* -- 続きを読む★★要確認！この機能おそらく削除 -- */

/*<div class="teaser highlight" id="teaser-1">*/
em.more {
}



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

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

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

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

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



/*-------------- ダウンロードページバナー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%;
}



/*-------------- 小見出し07_903 --------------*/
/*小見出しだけ特殊に設定したい時のみ*/
/* -- 見出しh2レベル -- */
div.title2 h2 {
	font-size: 100%;
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.5;

	background: url("../../../../../../../resources/sw_img0/irb_h2_02.gif") no-repeat left bottom; padding: 13px 10px 6px; width: 700px; color: rgb(71, 45, 33); font-size: 165%; font-weight: bold; margin-bottom: 8px;

	margin-left: -10px;
	margin-right: 10px;
}

/* -- 見出しh2レベル★★要確認！不具合解消で削除されてるはず -- */
div.title2 h2 p {
}


/* -- 見出しh3レベル -- */
div.title3 h3 {
	font-size: 100%;
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.5;

	background: url("../../../../../../../resources/sw_img0/irb_arrrig02.gif") no-repeat right rgb(66, 44, 31); padding: 8px 10px; border: 1px solid rgb(234, 228, 222); border-image: none; width: 308px; color: rgb(255, 255, 255) !important; font-family: "?l?r ?o?S?V?b?N", Osaka, "?q???M?m?p?S Pro W3",sans-serif; font-weight: bold; margin-bottom: 10px; display: block;

	margin-left: -10px;
	margin-right: 10px;
}

/* -- 見出しh3レベル★★要確認！不具合解消で削除されてるはず -- */
div.title3 h3 p {
}


/* -- 見出しh4レベル -- */
div.title4 h4 {
	margin-left: -10px;
	margin-right: 10px;
}

/* -- 見出しh4レベル★★要確認！不具合解消で削除されてるはず -- */
div.title4 h4 p {
}


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

div.anchor-link {
/*	text-indent:-18px;
	margin-left:18px;
	margin-bottom:20px;
*/
	float: left;
	margin-top: 8px;
	margin-bottom: 2px;
	margin-right: 20px;
}

div.anchor-link a {
	background: url("../../../../../../../resources/sw_img0/irb_arrbot.gif") no-repeat left 0.2em; padding-left: 16px;
	padding-left:18px;
	line-height:1.3;
}


/*-------------- リンクリスト07_401★★要確認！不具合解消で削除されてるはず -- */
/*-------------- リンクリストURL事前確認07_402　個別に設定が必要な際は分割して設定 --------------*/

div.link-list,
div.link-list-url {
}

/* -- 副見出し -- */
div.link-list h2,
div.link-list-url h2 {
	font-size: 100%;
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.5;

	background: url("../../../../../../../resources/sw_img0/irb_h2_02.gif") no-repeat left bottom; padding: 13px 10px 6px; width: 700px; color: rgb(71, 45, 33); font-size: 165%; font-weight: bold; margin-bottom: 8px;
	margin-left: -10px;
}


div.link-list ul,
div.link-list-url ul {
	margin-bottom:20px!important;
}

div.link-list ul li,
div.link-list-url ul li {
	margin-bottom:5px;
}

div.link-list em,
div.link-list-url em {
	font-size: 85.7%; /* 12px */
	font-style:normal;
}


/* -- 内部リンク07_404 -- */
div.link-list .internal-link-text,
div.link-list-url .internal-link-text {
	background:url(../../img/defaulticon/common/link01.png) 6px 0.4em no-repeat;
	padding-left:24px;
}

/* -- 外部リンク07_406 -- */
div.link-list .external-link-text,
div.link-list-url .external-link-text {
	background:url(../../img/defaulticon/common/link02.png) 3px 0.2em no-repeat;
	padding-left:24px;
}

/* -- ダウンロードリンク07_408　07_409 -- */
div.link-list .download-link-text,
div.link-list-url .download-link-url {
}

div.link-list .download-link-text img,
div.link-list-url .download-link-url img {
	vertical-align:middle;
}

/* -- ダウンロードリンク容量表示 -- */
div.link-list .download-link-text em,
div.link-list-url .download-link-url em {

}






/*-------------- このサイトについて07_005 --------------*/
.footer-about {
	padding: 20px 0;
	margin: auto;
}

.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: block;
	width: auto;
	margin: 0px auto;
}

.footer-about img {
}

.footer-about p {
	letter-spacing: 0.05em;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}

/*-------------- FAQ07_701 --------------*/
div.faq-list {
}

div.faq-list ul {
}

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

div.faq-list h3 {
/*	font-size: 87.5%; */
	font-weight: normal;
	border: none;
	margin: 0px;
	padding: 0px;
	line-height:1.6;

	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat left 0.5em; padding-left: 15px;
	margin: 0px 0px 10px 15px;
}

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

div.faq-list .faq-item {
	margin: 0px 0px 30px 25px;
}

div.faq-list .faq-item img {
}

/* -- 画像_右 -- */
div.faq-list .faq-item .pos-2 {
	float: right;
	margin-right: 0;
	margin-left: 16px;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/* -- 画像_左 ★★要確認！-- */

div.faq-list .faq-item img {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}


/* -- 画像_上 -- */
div.faq-list .faq-item .large {
	float:none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:100%;
}


/*---------- 画像の付属を選択した場合_上 ----------*/

div.faq-list .faq-item dl.large {
	float:none!important;
	margin-top:0;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto!important;
	width:auto;
	max-width:100%;
}

div.faq-list .faq-item dl.large dt {
	text-align:center;
}

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

div.faq-list .faq-item dl.large dd {

}

/*---------- 画像の付属を選択した場合_右 ----------*/

div.faq-list .faq-item dl.pos-2 {
	width:40%;
	margin-right:0!important;
	float:right!important;
}

div.faq-list .faq-item dl.pos-2 dt {
	text-align:center;
}

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

div.faq-list .faq-item dl.pos-2 dd {

}

/*---------- 画像の付属を選択した場合_左 ----------*/

div.faq-list .faq-item dl.photo {
	width:40%;
	margin-right:16px;
	float:left;
}

div.faq-list .faq-item dl.photo dt {
	text-align:center;
}

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

div.faq-list .faq-item dl.photo dd {

}


/* -- 虫眼鏡画像 -- */
div.faq-list .faq-item .zoom {
		/*float: right;*/
}

div.faq-list .faq-item .zoom a {
	display: block;
	background:url(../../../../../../../resources/sw_img0/zoom.png) left top no-repeat;
	width: 24px;
	height:24px;
	overflow: hidden;
	text-indent: -999px;
		margin:0 auto;
}

/* -- 画像のキャプション -- */
div.faq-list .faq-item .caption {
	text-align:center;

}

/* -- コピーライト -- */
div.faq-list .faq-item .copyright {
	text-align:center;

}

/* -- 画像の説明 -- */
div.faq-list .faq-item .longdesc {
	text-align:center;
}




/*------------------------------------- 
 マルチ３
-------------------------------------*/
/*----------- リストがない場合 -----------*/
.basic-list2 > ul:not(.tabItems) ,
.basic-list2 > ul:not(.tabItems) > p {
	display: block;
}

.basic-list2 > ul:not(.tabItems) > p {
	padding: 10px 0;
}

.basic-list2.no-list .yearTabs ,
.basic-list2.no-list .tabs ,
.basic-list2.no-list .infoPanel {
	display: none !important;
}

.basic-list2.no-active-category .tabs ,
.basic-list2.no-active-category .clearTab {
	display: none !important;
}

/*----------- サムネイルなし -----------*/
.basic-list2:not(.thumnail) {
	margin-bottom: 40px;
}

.basic-list2:not(.thumnail) .tabItems {
	padding-top: 1px;
}

/*-- リリース1件分 --*/
.basic-list2:not(.thumnail) .tabItems > li {
	position: relative;

	margin-top: 8px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #472d21;
}

/* 偶数件目の背景色 */
.basic-list2:not(.thumnail) .tabItems > li:nth-child(even) {
/*	background-color: #f7f7f7; */
}

.basic-list2:not(.thumnail) .item {
	position: relative;
	display: block; 
	padding-top: 2em;
	padding-left: 0;
}

.basic-list2:not(.thumnail) .item::after {
	content: "";
	display: block;
	clear: both;
}

.basic-list2:not(.thumnail) .item > a ,
.basic-list2:not(.thumnail) .item > span {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

/* リリースのテキスト */
.basic-list2:not(.thumnail) .item .news_tx {
}

.basic-list2:not(.thumnail) .item > a .news_tx {
	color: inherit;
}

.basic-list2:not(.thumnail) .item > a:hover .news_tx {
	text-decoration: underline;
}

/* 日付 */
.basic-list2:not(.thumnail) .item .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* カテゴリアイコン */
.basic-list2:not(.thumnail) .item .c_icon {
	text-decoration: none;
	display: block;

	margin-top: -2em;
	min-height: 2em;
	padding-left: 8.8em;
}

/* ファイルアイコン */
.basic-list2:not(.thumnail) .item .d_icon {
	vertical-align: baseline;
	margin-left: 0.5em;
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list2:not(.thumnail) .item .n_icon {
	margin: 0 0.5em;
}
.basic-list2:not(.thumnail) .item .n_icon::before {
	content: "NEW!";
	display: inline-block;
	vertical-align: middle;
	color: #ff3333;
	font-size: 12px;
	font-weight: bold;
	font-style: italic
}

/* もっと読む・詳細（ニュース概要） */
.basic-list2:not(.thumnail) .item .det_tx {
	display: none;
}

/* 説明文 */
.basic-list2:not(.thumnail) .item .explanation > li {
}

/* ファイル */
.basic-list2:not(.thumnail) .item .link-info {
}

/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2:not(.thumnail) .item .c_icon span[category-level="1"] {
	display: none;
}

.basic-list2:not(.thumnail) .item .c_icon span {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	min-width: 65px;
	height: 14px;
	line-height: 1;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.08em;
	text-align: center;
	padding: 2px 2px 0;

	color: #fff;;
	background: #999;
	border-radius: 4px;
}

/* カテゴリアイコン個別に背景色等を設定する */

.basic-list2:not(.thumnail) .item .c_icon span[data-category-group="renkei"] {
	background: #996464;
}

.basic-list2:not(.thumnail) .item .c_icon span.result {
	background: #4f9eb6;
}
.basic-list2:not(.thumnail) .item .c_icon span.gyouseki {
	background: #0082C8;
}
.basic-list2:not(.thumnail) .item .c_icon span.tekiji {
	background: #52baa5;
}
.basic-list2:not(.thumnail) .item .c_icon span.pr {
	background: #BE7846;
}
.basic-list2:not(.thumnail) .item .c_icon span.ir {
	background: #f46a6a;
}
.basic-list2:not(.thumnail) .item .c_icon span.governance {
	background: #50BE50;
}
.basic-list2:not(.thumnail) .item .c_icon span.meeting {
	background: #F064A0;
}
.basic-list2:not(.thumnail) .item .c_icon span.yuho {
	background: #4e70d6;
}


.basic-list2:not(.thumnail) .item .c_icon span.legal_ja {
	background: #4e70d6;
}
.basic-list2:not(.thumnail) .item .c_icon span.media_ja {
	background: #7b5c41;
}
.basic-list2:not(.thumnail) .item .c_icon span.information_ja {
	background: #9db1b9;
}
.basic-list2:not(.thumnail) .item .c_icon span.renewal_ja {
	background: #3b9584;
	letter-spacing: -0.04em;
}
.basic-list2:not(.thumnail) .item .c_icon span.group_ja {
	background: #6d9842;
}
.basic-list2:not(.thumnail) .item .c_icon span.branch_ja {
	background: #d55af4;
}
.basic-list2:not(.thumnail) .item .c_icon span.award_ja {
	background: #7cd04c;
}
.basic-list2:not(.thumnail) .item .c_icon span.ir_en {
	background: #00498f;
}



@media print, screen and (min-width: 768px) {
	/*== 日付～本文を横並びにする ==*/
	/* １カラム時。２カラム以上はSPと同じ表示 */
	.lx_multi3_style_col1 .basic-list2:not(.thumnail) .item ,
	.multiColumn1 .basic-list2:not(.thumnail) .item {
		padding-top: 0px;
		padding-left: calc(10.7em + 24px);
		background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat left 11.3em top 0.3em;
	}

	.lx_multi3_style_col1 .basic-list2:not(.thumnail) .item .c_icon ,
	.multiColumn1 .basic-list2:not(.thumnail) .item .c_icon {
		width: auto;
		float: none;
		margin: 0;
		padding: 0;

		display: inline-block;
		vertical-align: top;
		margin-bottom: -5px;
		padding-top: 0.2em;

	/* 縦並び */
		width: 90px;
		float: left;
		margin-left: -90px;

	/* 横並び */
	/*
		min-width: 120px;
		margin-left: -120px;
	*/
	}
}

/*== カテゴリアイコン無し ==*/
#sharewithmain .lx_multi3_no_c_icon {
}

.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item .c_icon ,
.lx_multi3_no_c_icon .basic-list2.thumnail .item .c_icon {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.lx_multi3_style_col1.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item ,
	.multiColumn1.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item {
		padding-left: 8.8em;
	}
}


/*----------- サムネイルあり -----------*/
.basic-list2.thumnail {
	overflow: hidden;
	margin-bottom: 20px;
}

.basic-list2.thumnail .tabItems {
	font-size: 0;
	text-align: left;
	margin-right: -18px;
}

/*-- リリース1件分 --*/
/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list2.thumnail .tabItems > li {
	cursor: inherit;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(99.9999% / 3 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

.basic-list2.thumnail .item {
	overflow: hidden;
	padding-bottom: 40px;
	font-size: 14px;
}

.basic-list2.thumnail .item > span ,
.basic-list2.thumnail .item > a {
}

.basic-list2.thumnail li.lazy .item::before ,
.basic-list2.thumnail li.no-img .item::before ,
.basic-list2.thumnail .item .n_img {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 60%;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.basic-list2.thumnail li.no-img .item::before {
	content: "";
	background: url(../../../../../../../resources/sw_img/image/img_news_default.png) no-repeat center center;
	background-size: contain;
}

.basic-list2.thumnail .item .n_img {
}

.basic-list2.thumnail .item .n_img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	margin: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	font-family: "object-fit: contain;";
}

.basic-list2.thumnail .item > a ,
.basic-list2.thumnail .item > span {
	color: inherit;
	text-decoration: none;
}

.basic-list2.thumnail .item > a:hover {
	-ms-opacity: 0.7;
	opacity: 0.7;
}

/* リリースのテキスト */
.basic-list2.thumnail .item .news_tx {
	display: inline;
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list2.thumnail .item .n_icon {
	position: absolute;
	top: 0;
	right: 0;
}
.basic-list2.thumnail .item .n_icon::before {
	content: "NEW";
	display: block;
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
	background: #ff3333;
}

/* 概要テキスト */
.basic-list2.thumnail .item .det_tx {
	display: block;
}

/* 説明文 */
.basic-list2.thumnail .item .explanation > li {
}

/* ファイル */
.basic-list2.thumnail .item .link-info {
}


/* 日付 */
.basic-list2.thumnail .item .date {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* カテゴリアイコン */
.basic-list2.thumnail .item .c_icon {
	position: absolute;
	bottom: -5px;
	right: 0;
}

/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2.thumnail .item .c_icon span[category-level="1"] {
	display: none;
}

.basic-list2.thumnail .item .c_icon span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	min-width: 100px;
	height: 20px;
	line-height: 1.25;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 3px 5px 0;

	color: #000;
	background: #fff;
	border: 1px solid #999;
}

/* カテゴリアイコン個別に背景色等を設定する */
/*
.basic-list2.thumnail .item .c_icon span[data-category-group="renkei"] {
	background: #996464;
}

.basic-list2.thumnail .item .c_icon span.result {
	background: #FF5358;
}
.basic-list2.thumnail .item .c_icon span.gyouseki {
	background: #0082C8;
}
.basic-list2.thumnail .item .c_icon span.tekiji {
	background: #7C1A7C;
}
.basic-list2.thumnail .item .c_icon span.pr {
	background: #BE7846;
}
.basic-list2.thumnail .item .c_icon span.ir {
	background: #000;
}
.basic-list2.thumnail .item .c_icon span.governance {
	background: #50BE50;
}
.basic-list2.thumnail .item .c_icon span.meeting {
	background: #F064A0;
}
.basic-list2.thumnail .item .c_icon span.yuho {
	background: #FF7800;
}
*/


@media screen and (max-width: 767px) {
	.basic-list2.thumnail .tabItems > li {
		width: calc(100% / 2 - 18px);
	}

	.basic-list2.thumnail .item {
		padding-bottom: 70px;
	}

	.basic-list2.thumnail .item .date {
		bottom: 32px;
	}

	.basic-list2.thumnail .item .c_icon {
		right: auto;
		left: 0;
	}
}


/*----------- ページャー-----------*/
.basic-list2 .pager {
    display: none;
    margin: 20px auto;
    text-align: center;
    font-size: 0;
}

/*-- moreボタン --*/
.basic-list2 .pager .moreBtn {
/*    display: inline-block; */
}

.basic-list2 .pager .moreBtn > span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	padding: 5px 20px;
	font-size: 14px;
	background: #eee;
	cursor: pointer;
}


.basic-list2 .pager .moreBtn > span:hover {
	background: #ccc;
}

/*-- pageボタン --*/
.basic-list2 .pager .pageBtn {
    display: inline-block;
}

.basic-list2 .pager .pageBtn > span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	padding: 5px 20px;
	font-size: 14px;
	background: #eee;
	cursor: pointer;
}

.basic-list2 .pager .pageBtn > span[active] ,
.basic-list2 .pager .pageBtn > span:hover {
	background: #ccc;
}




/*----------- 情報パネル -----------*/
.basic-list2 .infoPanel {
	position: relative;
	margin-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid #dedede;
}

@media screen and (max-width: 767px) {
	.basic-list2 .infoPanel {
		margin-top: 20px;
		padding-bottom: 40px;
	}
}


.basic-list2 .clearTab {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.basic-list2 .clearTab span {
	display: inline-block;
	cursor: pointer;
	padding: 1px 0px;
	text-align: center;
	font-size: 13px;
	color: #666;
	border-bottom: 1px solid #666;
}

.basic-list2 .countTab {
	text-align: center;
	font-size: 14px;
	color: #000;
}

.basic-list2 .countTab .total ,
.basic-list2 .countTab .view {
	font-size: 24px;
	font-weight: bold;
	color: #0066cc;
	letter-spacing: 0.025em;
}


/*----------- タブ(絞込み) -----------*/
.basic-list2 .yearTabs {
	margin-bottom: 10px;
}

.basic-list2 .tabs {
	margin-bottom: 10px;
}

.basic-list2 .tabs > ul > li {
	display: block;
	margin-bottom: 10px;
}

.basic-list2 .yearTabs span ,
.basic-list2 .tabs span {
	position: relative;
	display: inline-block;
	vertical-align: top;

	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat left 0.5em;
	padding-left: 12px;
	text-decoration: underline;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 12px;
}

.basic-list2 .yearTabs span[active] ,
.basic-list2 .tabs span[active] {
	font-weight: bold;
	background-color: rgb(221, 221, 221);
}

.basic-list2 .yearTabs span:hover ,
.basic-list2 .tabs span:hover {
	font-weight: bold;
	background-color: rgb(221, 221, 221);
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2 .tabs ul.categoryLv_1 > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list2 .tabs li.allall {
	display: none;
}



/* 年・カテゴリ見出しを表示する場合 */
/*
.basic-list2 .yearTabs::before {
	content: "掲載年";
}

.basic-list2 .tabs > ul.categoryLv_1  > li {
	position: relative;
}

.basic-list2 .tabs > ul.categoryLv_1  > li.allall ,
.basic-list2 .tabs > ul.categoryLv_1  > li.pickup {
	display: none;
}

.basic-list2 .tabs > ul.categoryLv_1  > li > span {
	padding: 0;
	margin: 0;
	min-width: auto;
	height: auto;
	line-height: inherit;
	font-size: 1rem;
	color: inherit;
	background: none;
	border: none;
}

.basic-list2 .yearTabs::before ,
.basic-list2 .tabs > ul.categoryLv_1  > li > span {
	display: inline-block;
	text-align: left;
	width: 105px;
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	pointer-events: none;
}

@media print, screen and (min-width: 768px) {
	.basic-list2 .yearTabs ,
	.basic-list2 .tabs > ul.categoryLv_1  > li {
		padding-left: 105px;
	}

	.basic-list2 .yearTabs::before ,
	.basic-list2 .tabs > ul.categoryLv_1 > li > span {
		margin-left: -105px;
	}
}

@media screen and (max-width: 767px) {
	.basic-list2 .yearTabs::before ,
	.basic-list2 .tabs > ul.categoryLv_1 > li > span {
		display: block;
		margin-top: -10px;
	}
}
*/


/*== マルチ３一覧 カテゴリをフラット選択に ==*/
.ux_multi3_flat_category .basic-list2 .tabs li.allall {
	display: inline;
}

.ux_multi3_flat_category .basic-list2 .tabs span.allall {
	display: inline-block;
}

.ux_multi3_flat_category .basic-list2 .tabs li.all {
	display: none;
}

.ux_multi3_flat_category .basic-list2 .tabs > ul > li {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

.ux_multi3_flat_category .basic-list2 .tabs {
	padding: 0 0 5px;
	border-bottom: 1px solid #ddd;
}


/*== IR統合アイコン ==*/
#sharewithmain .lx_multi3_combine_ir {
}

.lx_multi3_combine_ir .basic-list2 .tabs li.renkei > span {
	display: inline-block;
}

.lx_multi3_combine_ir .basic-list2 .tabs li.renkei ul {
	display: none;
}


.lx_multi3_combine_ir .basic-list2 .item .c_icon span[data-category-group="renkei"] {
	display: none;
}
.lx_multi3_combine_ir .basic-list2 .item .c_icon span.renkei {
	display: inline-block;
}


/*== jsで選択エフェクト ==*/
#html1 .ux_effect_multi3_select .basic-list2:not(.thumnail) .tabItems li.hidden ,
#wrapper-2 .ux_effect_multi3_select .basic-list2:not(.thumnail) .tabItems li.hidden ,
#site-info .ux_effect_multi3_select .basic-list2:not(.thumnail) .tabItems li.hidden {
	display: block;
}

#html1 .ux_effect_multi3_select .basic-list2.thumnail .tabItems li.hidden ,
#wrapper-2 .ux_effect_multi3_select .basic-list2.thumnail .tabItems li.hidden ,
#site-info .ux_effect_multi3_select .basic-list2.thumnail .tabItems li.hidden {
	display: inline-block;
}


/*==== マルチ３一覧をリスト風に ====*/
#sharewithmain .lx_multi3_list_style {
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .note_tx ,
.lx_multi3_list_style .basic-list2:not(.thumnail) .item .date ,
.lx_multi3_list_style .basic-list2:not(.thumnail) .item .c_icon {
	display: none !important;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) {
	margin-bottom: 0;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems li {
	margin: 0;
	padding: 0;
	border: none;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .item {
	margin: 0;
	padding: 0;

	padding-top: 5px;
	margin-bottom: 5px;
	padding-left: 30px;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .item::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.5em / 2 - 12px / 2);
	left: 2px;
	display: inline-block;
	width: 7px;
	height: 11px;
	background: url("../../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}



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

div.footer-link-list {
}

div.footer-link-list h4 {
}

div.footer-link-list ul {
}

div.footer-link-list ul li {
}


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

div.footer-link-list ul li.footer-link-internal {
	background:url(../../img/defaulticon/common/link01.png) 6px 0.4em no-repeat;
	padding-left:18px;
}


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

/* -- _同時出現 -- */
div.footer-link-list ul li.footer-link-external {
		background:url(../../img/defaulticon/common/link02.png) left 0.2em no-repeat;
	padding-left:18px;
}

div.footer-link-list ul li.external {
}





/*-------------- 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 {
}




/*-------------- 音声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 {
}




/*-------------- 内部ページリンク（エリアリンク）07_411 internal --------------*/
/*-------------- 外部ページリンク（エリアリンク）07_412 external --------------*/
/*-------------- ダウンロードリンク（エリアリンク）07_413 download --------------*/

div.internal-link-area,
div.external-link-area,
div.download-link-area {
	clear:both;
}

div.internal-link-area a,
div.external-link-area a,
div.download-link-area a {
}

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

}

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


/* -- 画像_右 -- */
div.internal-link-area .pos-2,
div.external-link-area .pos-2,
div.download-link-area .pos-2 {
	float: right;
	margin-right: 0;
	margin-left: 16px;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/* -- 画像_左 ★★要確認！-- */
div.internal-link-area img,
div.external-link-area img,
div.download-link-area img {/* media もしくは photoだけど、全ての位置に現れる */
	float: left;
	margin-right: 16px;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/* -- 画像_上 -- */
/* -- 画像_下 --  ★★largeは上と下の際出るけど、もともと書き出される位置が違うので設定不要？-- */
div.internal-link-area .large,
div.external-link-area .large,
div.download-link-area .large {
	float:none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:100%;
}


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

div.sitemap h2 {
	font-size: 100%;
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.5;

	background: url("../../../../../../../resources/sw_img0/irb_h2_02.gif") no-repeat left bottom; padding: 13px 10px 6px; width: 700px; color: rgb(71, 45, 33); font-size: 165%; font-weight: bold; margin-bottom: 8px;
}


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

div.sitemap ul li {
	margin-bottom:10px;
	background:url(../../img/defaulticon/common/link01.png) left 0.4em no-repeat;
	padding-left:12px;
	}


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

div.sitemap ul li ul li {
	margin-bottom:10px;
}

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

/*-------------- GoogleMap（エリアリンク）07_908 --------------*/
div.map {
}


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


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

div.disp-external-page iframe {
}


/*-------------- ◎表組縦は固定での利用のみ可◎ --------------*/
/*-------------- 表組縦（thが左にタイプ） --------------*/
.vertical-table {
}


.vtable-item {
}

.vtable-item table {
	border:rgb(235, 229, 223) 1px solid;
}

/* -- テーブル項目タイトル -- */
/* -- ★★td→thへの変更要望中 -- */
.vtable-item table .vtable-head {
	background-color:rgb(66, 44, 31);
	padding:2px 5px;
	text-align:center;
	border:rgb(235, 229, 223) 1px solid;
	color: rgb(255, 255, 255);
}

.vtable-item table td {
	padding:2px 5px;
	border:rgb(235, 229, 223) 1px solid;
}


/* -- 画像_右 -- */
.vtable-item .pos-2 {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom:8px;
	width:auto;
	max-width:40%;

}


/* -- 画像_左 ★★要確認！-- */
.vtable-item img {
	float: left;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/* -- 画像_上 -- */
.vtable-item .large {
	float:none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:100%;
}




/*-------------- 表組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 {
}

/* -- カラム -- */
div.shwTable .htCore td {
	color: #454545 !important;
	border-color: #422C1F !important;
	padding: 3px 3px !important;
	word-break: normal !important;
}

/* -- 一行目・一列目を見出し設定に -- */
td.tableColumnHead,
td.tableRowHead {
	color: rgb(255, 255, 255) !important;
    background-color: #E9DBCE !important;
}

td.tableColumnHead {
	text-align: left;
}

td.tableRowHead {
	text-align: center;
	vertical-align: middle !important;
	font-weight: normal !important;
}


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

.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; 
} 


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


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

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

.multiColumn1:after,
.multiColumn2:after,
.multiColumn3:after,
.multiColumn4:after,
.multiColumn5:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}


.multiColumn1 .column1 img {
	text-align:center;
}

.multiColumn1 .column1 img.large {
	display: block;
	width:auto;
	max-width:100%;
	margin-left: auto; margin-right: auto;
}


.multiColumn2 .column1{
	width:49%;
	float:left;
	margin-right:2%;
}

.multiColumn2 .column2 {
	width:49%;
	float:left;
}

.multiColumn3 .column1,
.multiColumn3 .column2{
	width:30%;
	margin-right:5%;
	float:left;
}

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

.multiColumn4 .column1,
.multiColumn4 .column2,
.multiColumn4 .column3{
	width:22%;
	margin-right:4%;
	float:left;
}

.multiColumn4 .column4{
	width:22%;
	float:left;
}


.multiColumn5 .column1,
.multiColumn5 .column2,
.multiColumn5 .column3{
	width:17%;
	margin-right:4%;
	float:left;
}

.multiColumn5 .column4{
	width:17%;
	margin-right:3%;
	float:left;
}

.multiColumn5 .column5{
	width:17%;
	float:left;
}

/* -- ★★NIR -- */

/*-------------- ◎IRカレンダーは固定での利用のみ可◎ --------------*/
/*-------------- IRカレンダー07_102 --------------*/
div.ircalendar {
}


div.ircalendar div.tableContents {      /* -- ←普段は必要ないけど何かに使えるかも -- */
} 


/*-------------- IRカレンダー項目（タイトル）07_103 --------------*/

div.ircalendar div.ircalendar-title {
	table-layout:auto;
	width:100%;
}

div.ircalendar div.ircalendar-title table {



}

div.ircalendar div.ircalendar-title table th {
/*	background-color:rgb(66, 44, 31); */
/*	border:rgb(235, 229, 223) 1px solid; */

	background-color: #E9DBCE;
	border: #422C1F 1px solid;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

div.ircalendar div.ircalendar-title table th,
div.ircalendar div.ircalendar-item table td {
/*	width:auto;
	max-width:100%;*/
}

/*---------- 画像のレイアウト ----------*/
/* -- 画像_右 -- */
div.ircalendar div.ircalendar-title table .pos-2,
div.ircalendar div.ircalendar-item table .pos-2 {
	float: right;
	margin-right: 0;
	margin-left: 16px;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/* -- 画像_左 ★★要確認！-- */
div.ircalendar div.ircalendar-title table img,
div.ircalendar div.ircalendar-item table img {
		float: left;
	margin-right: 16px;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/* -- 画像_上 -- */
div.ircalendar div.ircalendar-title table .large,
div.ircalendar div.ircalendar-item table .large {
	float:none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:100%;
}


/*-------------- IRカレンダー項目07_104 --------------*/

div.ircalendar-item div.ircalendar-title {
}

div.ircalendar div.ircalendar-item table {

}

div.ircalendar div.ircalendar-item table td {
/*	border:rgb(235, 229, 223) 1px solid; */
	border: #422C1F 1px solid;
	border-top:none!important;
	vertical-align: middle;
}


/*---------- 画像のレイアウト ----------*/
/* -- 画像_右 -- */
div.ircalendar div.ircalendar-item table th .pos-2 {
	float: right;
	margin-right: 0;
	margin-left: 16px;
	margin-bottom:8px;
	width:40%

}

/* -- 画像_左 ★★要確認！-- */
div.ircalendar div.ircalendar-item table th img { /*mediaまたはphoto？*/
}

/* -- 画像_上 -- */
div.ircalendar div.ircalendar-item table th .large {
	float:none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom:8px;
	width:100%;
}





/*-------------- 配当（グラフ）07_218★★！！名前相違確認中 --------------*/
div.haitou-graph {
	margin-bottom:40px;
}


/*-------------- 配当（表）07_219★★！！名前相違確認中 --------------*/
div.haitou-table {
}

div.haitou-table table {
	margin:0 auto;
	border:rgb(235, 229, 223) 1px solid;
}

div.haitou-table table th {
	border:rgb(235, 229, 223) 1px solid;
	background-color:rgb(66, 44, 31);
	padding:3px 10px;
	text-align:center;
}

div.haitou-table table td {
	border:rgb(235, 229, 223) 1px solid;
	padding:3px 10px;
	text-align:right;
}

/* -- 配当グラフ左の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 {
	text-align:left;
}


/*-------------- 有価証券報告書一覧07_209 --------------*/

div.news-yuho {
}

div.news-yuho dl {
	width: auto;
	margin-bottom:20px;
}

div.news-yuho dl dt {		 /*h2相当*/
/*	font-family: "MS PMincho", "?q???M?m???? Pro W3",serif; */
	font-family: 'MS PMincho', 'ヒラギノ角ゴ Pro W3',serif;
	text-align: left;

	background: url("../../../../../../../resources/sw_img0/irb_h2_02.gif") no-repeat left bottom; padding: 13px 10px 6px; width: 700px; color: rgb(71, 45, 33); font-size: 165%; font-weight: bold; margin-bottom: 8px;
	margin-left: -10px;
	line-height: 1.5;
}

div.news-yuho dl dd {
	margin-bottom:5px;
}


div.news-yuho dl dt.group_section {
}


div.news-yuho dl dd.news_result_member {
}

div.news-yuho dl dd.news_result_member a {
}

/* -- ？？？ -- */
div.news-yuho dl dd.news_result_member span.d_icon { /*←何のタグ？★★！！要確認*/
}

/* -- 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;
}


/*-------------- 別エリア表示07_912★★！！最新ニュース画像有り無し時要確認 --------------*/

div.reuse-main-area {
}

/* ---- （別エリア）直近イベント一覧 ---- */
/* -- _同時出現 -- */
div.reuse-main-area .event-list {
}
div.reuse-main-area .teaser {
}

/* -- ハイライト表示にチェックを入れた場合 -- */
div.reuse-main-area .highlight {
}




/* ---- （別エリア）最新ニュース一覧_標準 ---- */
/* --  -- */
div.reuse-main-area .news-latest {
}



/* ---- （別エリア）最新ニュース一覧_タブ切替 ---- */
/* -- _同時出現 -- */
div.reuse-main-area .news-latest-tabbed {
}
div.reuse-main-area .tabbox {
}


/*-------------- 別コンポーネント表示07_912★★！！要確認（中身呼んだら中はどうなる） --------------*/

div.reuse-component {
}



/*-------------- イベント一覧07_301 --------------*/

/* -- _同時出現 -- */
div.event-list {
}

div.teaser {
}

/* -- 副見出し -- */
div.event-list h2 {
}

/* -- 右上に表示される月単位のページャー -- */
div.event-list div#event-pager {

}

/* -- ページャーの見出し -- */
div.event-list div#event-pager h5 { /* -- ←★★マグノリア上非表示設定にしてある -- */
}

/* -- ページャーの見出し -- */
div.event-list div#event-pager ul {
	float:right;
}


/* --  -- */
div.event-list div#event-pager ul { 
}

div.event-list div#event-pager ul li { 
	float: left;
	width: auto;
	background: none;
	margin: 0 0 0 10px;
}

/* -- 前月へ -- */
div.event-list div#event-pager ul li.prev a {
		background: url(../../img/icons/sprites.png) 0 -71px no-repeat;
	padding-left: 16px;
}

/* -- 次月へ -- */
div.event-list div#event-pager ul li.next a {
		background: url(../../img/icons/sprites.png) 125% 3px no-repeat;
	padding-right: 18px;
}


/* -- 上下に表示されるページ送りのページャー -- */
div.event-list div.pager {
}

div.event-list div.pager h3 { /* -- ←★★マグノリア上非表示設定にしてある -- */
}

/* --  -- */
div.event-list div.pager ul {
}


div.event-list div.pager ul li {
}

/* -- 前ページへ -- */
div.event-list div.pager ul li.previous {
}

/* -- 次ページへ -- */
div.event-list div.pager ul li.next {
}

/* -- 現在地 -- */
div.event-list div.pager ul li em { /* -- ←★★マグノリア上非表示設定にしてある -- */
}

/* -- 現在地 -- */
div.event-list div.pager ul li strong {
}


/* -- イベント概要表示 -- */
div.event-list ul {
}

/* -- 一つのイベント -- */
div.event-list ul li {
}

/* -- 一つのイベント_見出し -- */
div.event-list ul li h3 {
}

/* -- 一つのイベント_概要 -- */
div.event-list ul li ul.event-data {
}

div.event-list ul li ul.event-data li.organizer {
}

/* 日付 */
div.event-list div.date {
}

div.event-list div.date span.month {
}

div.event-list div.date span.day {
}

div.event ul.event-data {
}

div.event ul.event-data li.time {
}

div.event ul.event-data li.organizer {
}



/*-------------- 財務ハイライト（科目別）07_215★★css名変更かも。要確認!!0729統合と合わせたけど。。。 --------------*/

div.highlights {
}

/* -- グラフ -- */
div.highlights div.highlights-graph {
	margin-bottom:10px;
	transform:scale(0.8);
	-moz-transform:scale(0.8);
	-webkit-transform:scale(0.8);
}

/* -- 表組 -- */
div.highlights div.table {
}

div.highlights div.table table {
}

div.highlights div.table table th {
}

div.highlights div.table table td {
}



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

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


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

div.highlights-alltable div.table {/*←もしかして変わるかも。（科目別のCSSにあわせて）*/
}

div.highlights-alltable div.table table,
div.highlights-table table {/*←もしかして変わるかも。（科目別のCSSにあわせて）*/
border:rgb(235, 229, 223) 1px solid;
}

div.highlights-alltable div.table table th,
div.highlights-table table th {/*←もしかして変わるかも。（科目別のCSSにあわせて）*/
background-color:rgb(66, 44, 31);
padding:3px 10px;
border:rgb(235, 229, 223) 1px solid;
text-align:center;
}

div.highlights-alltable div.table table td,
div.highlights-table table td {/*←もしかして変わるかも。（科目別のCSSにあわせて）*/
padding:3px 10px;
border:rgb(235, 229, 223) 1px solid;

}

/* -- 数値部分 -- */
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 {
	text-align:right;
	width:6em; /* -- ★←一時的な見栄え用 -- */
}

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 {
	text-align:right;
	width:6em; /* -- ★←一時的な見栄え用 -- */
}





/*-------------- 直近イベント一覧07_302★★css名変更かも。要確認!! --------------*/

/*-- イベント一覧と同じクラス名になっています --*/



/*-------------- ニュース一覧07_201（標準） --------------*/

/* -- _同時出現 -- */
div.news-list {
	margin-left: -10px;
}

div.tabbox {
}

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

p.yearTabs a {
	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat left 0.5em;
	padding-left: 12px;
	text-decoration: underline;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
	display: inline;
}

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

/* -- 1つのリリース -- */

div.news-list ul.tabItems {
}

div.news-list ul.tabItems li {
	clear: both;
	position: relative;
	margin-left: 10px;
	padding: 8px 0 9px;
	background: url(../../../../../../../resources/sw_img0/irb_dot01.gif) left bottom repeat-x;
	width: 700px;
}

div.news-list ul.tabItems li.no-img {
}

div.news-list ul.tabItems li.deactivated {
}

div.news-list ul.tabItems li.titleOnly {
}

div.news-list ul.tabItems li.normal {
}

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

/* -- リリースのタイトル -- */
div.news-list ul.tabItems li h3 {
	border:none!important;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height: 1.6;

	display: block; 
	padding: 0px 0px 0px 100px;
	margin-left: 12.7em;
	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat 12px 0.3em;
	padding-left: 27px;
}

/* -- 日付 -- */
div.news-list ul.tabItems li span.date {
	position: absolute;
	left: 0px;
}

/* -- カテゴリアイコン -- */
div.news-list ul.tabItems li span.date + img {
/*	display: none; */
	position: absolute;
	left: 7.8em;
	margin-top: 0.2em;

}

/* -- 非公開表示 -- */
ul.tabItems li p {
	background-color:#FCC;
	font-size: 85.7%; /* 12px */

/*	display: none;  ★debug用 */
}

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



/*-------------- 最新ニュース一覧（標準）07_202 --------------*/

div.news-latest {
/*	margin-left: 20px; */
}

div.news-latest ul {
}

div.news-latest ul li {
	position: relative;

	margin-left: 10px;
	padding: 8px 0 9px;
	background: url(../../../../../../../resources/sw_img0/irb_dot01.gif) left bottom repeat-x;
	width: 700px;
}

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

div.news-latest ul li.deactivated {
}

div.news-latest ul li.normal {
}

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

/*	display: none;  ★debug用 */
}

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


div.news-latest ul li h3 {
	border:none!important;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height: 1.6;

	display: block; 
	padding: 0px 0px 0px 100px;
	margin-left: 12.7em;
	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat 12px 0.3em;
	padding-left: 27px;
}

/* -- 日付 -- */
div.news-latest ul li span.date {
	position: absolute;
	left: 0px;
}

/* -- カテゴリアイコン -- */
div.news-latest ul li span.date + img {
/*	display: none; */
	position: absolute;
	left: 7.8em;
	margin-top: 0.2em;
}



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


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

/* -- _リリースタブ切り替え -- */
p.tabs{
/*	margin-bottom:20px; */
}
p.tabs:after {
	content: "";
	display: block;
	clear: both;
}

p.tabs a {
	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat left 0.5em;
	padding-left: 12px;
	text-decoration: underline;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
	display: inline;
}
/* -- ★★色々種類あり↑↑クラス名違う確認中 -- */



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

/* -- _同時出現 -- */
div.news-latest-tabbed {
}

div.tabbox {
}


/*div.news-latest-tabbed*/ ul.tabItems {
}

/*div.news-latest-tabbed*/ ul.tabItems li {
	clear: both;
	position: relative;
/*	margin-left: 10px; */
	padding: 8px 0 9px;
	background: url(../../../../../../../resources/sw_img0/irb_dot01.gif) left bottom repeat-x;
	width: 700px;
}

/*div.news-latest-tabbed*/ ul.tabItems li.no-img {
}

/*div.news-latest-tabbed*/ ul.tabItems li.deactivated {
}

/*div.news-latest-tabbed*/ ul.tabItems li.normal {
}

/*div.news-latest-tabbed*/ ul.tabItems li.prElm {
}

/*div.news-latest-tabbed*/ ul.tabItems li p {
}

/*div.news-latest-tabbed*/ ul.tabItems li h3 {
	border:none!important;
	padding: 0px;
	margin: 0px;
	font-weight:normal;
	line-height: 1.6;

	display: block; 
	padding: 0px 0px 0px 27px;
	margin-left: 12.7em;
	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat 12px 0.3em;
}

/* -- 続きを読む★★一時消し -- */
/*div.news-latest-tabbed*/ ul.tabItems li em.more {
	display:none;
}

/* -- 日付★★ -- */
/*div.news-latest-tabbed*/ ul.tabItems li span.date {
	position: absolute;
	left: 0px;
}

/* -- カテゴリアイコン -- */
/*div.news-latest-tabbed*/ ul.tabItems li span.date + img {
/*	display: none; */
	position: absolute;
	left: 7.8em;
	margin-top: 0.2em;
}

/* -- 全てのニュース -- */
div.news-latest-tabbed p.all {
}

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



/*-------------- 決算短信一覧（リスト）07_206 --------------*/

div.news-result {
}

div.news-result dl {
	width: auto;
	margin-bottom: 20px;
}

div.news-result dl dt {		 /*h2相当*/
/*	font-family: "MS PMincho", "?q???M?m???? Pro W3",serif; */
	font-family: 'MS PMincho', 'ヒラギノ角ゴ Pro W3',serif;
	text-align: left;

	background: url("../../../../../../../resources/sw_img0/irb_h2_02.gif") no-repeat left bottom; padding: 13px 10px 6px; width: 700px; color: rgb(71, 45, 33); font-size: 165%; font-weight: bold; margin-bottom: 8px;
	margin-left: -10px;
	line-height: 1.5;
}

div.news-result dl dd {
	margin-bottom:5px;
}

div.news-result span.filesize {
	font-size: 85.7%; /* 12px */
	font-style:normal;
}


/*-------------- カレンダー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-wrapper {
	clear: both;
	width:95%;
	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 p.required span,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: bold;
}
.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 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;
}
.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 {
	/*display: block;*/
	padding: 5px 0 0 0;
	color: #555;
	font-size: 100%;
}
.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:#F60;
	right: auto;
	width: auto;
	margin:5px;
	padding: 12px 70px;
	/*color: #fff;*/
	cursor: pointer;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7f7f7', endColorstr = '#dedede');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7f7f7', endColorstr = '#dedede')";
background-image: -moz-linear-gradient(top, #f7f7f7, #dedede);
background-image: -ms-linear-gradient(top, #f7f7f7, #dedede);
background-image: -o-linear-gradient(top, #f7f7f7, #dedede);
background-image: -webkit-gradient(linear, center top, center bottom, from(#f7f7f7), to(#dedede));
background-image: -webkit-linear-gradient(top, #f7f7f7, #dedede);
background-image: linear-gradient(top, #f7f7f7, #dedede);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}

/* -- 確認ページ -- */
.form-summary {
}

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

.form-summary table td {
	border:#CCCCCC 1px solid;
	padding:5px 10px;
}

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

.form-edit {

}


.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 {
	background: #B9B9B9;
	/*color: #fff;*/
	border: 1px solid #111;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
/* 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;
}
#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;
}


/* 緊急エリア */
.quoted-text {
	width:936px;
	margin:0 auto;
	padding:10px;
	border:#F00 2px solid;
}

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

.quoted-text blockquote p {
	color:#F00;
	font-weight:bold;
	margin-bottom:0;
}


/* -- ニュース一覧のサイドナビに削除ページが出るのを抑止 -- */
/* -- ニュースページは削除されている為プレビュー不可 -- */
body.newsOverview #nav-box strong + ul {
    display: none;
}


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

/* -- rss -- */
.rss-content {
	margin-left: 10px;
	font-style: normal;
/*	float: right; */
}

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


/* -- ヘッダー -- */

div.irbHead {
	width: 100%;
	background: #FFF;
	margin-bottom: 17px;
}
div.irbHeader {
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 100px; line-height: 0 !important; position: relative;
}
#header .id {
	position: absolute;
	left: 0px;
	top: 34px;
}
#header.ja .id {
	top: 25px;
}
#header .gnav {
	left: 111px;
	top: 39px;
	position: absolute;
}
#header.ja .gnav {
	left: 125px;
}
#header .tagline {
	left: 255px;
	top: 41px;
	position: absolute;
}
#header.ja .tagline {
	left: 270px;
}
#header .code {
	position: absolute;
	left: 123px;
	top: 70px;

	font-size: 12px;
	font-weight: bold;
	font-family: 'メイリオ','meiryo';
	line-height: 1em;
	color: rgb(83, 33, 7);
}
#header .inquiry {
	top: 40px;
	right: 0px;
	position: absolute;
}
#header .privacy {
	top: 40px;
	right: 162px;
	position: absolute;
}
#header .sitemap {
	top: 40px;
	right: 81px;
	position: absolute;
}
#header .engir {
	top: 10px; width: 60px; height: 21px; right: 0px; line-height: 0; font-size: 0px; text-indent: -9999px; position: absolute;
}
#header .engir a {
	background: url("../../../../../../../resources/sw_img0/btn_eng.png") no-repeat left top; width: 60px; height: 21px; text-indent: -9999px; display: block;
}
#header .engir a:hover {
	background: url("../../../../../../../resources/sw_img0/btn_eng_ov.png") no-repeat left top;
}
#header .search {
	padding: 0px; top: 10px; height: 22px; right: 72px; position: absolute;
}
#header .search_box {
	border: 1px solid rgb(178, 162, 162) !important; border-image: none !important; width: 148px !important;
}
#header .entbt {
	vertical-align: top;
}
#header .hd_print {
	width: 64px; height: 22px; right: 150px; bottom: 8px; line-height: 0; text-indent: -9999px; font-size: 0px; position: absolute;
}
#header .hd_print a {
	background: url("../../../../../../../resources/sw_img0/irb_print.gif") no-repeat left top; width: 64px; height: 22px; text-indent: -9999px; display: block;
}
#header .hd_print a:hover {
	background: url("../../../../../../../resources/sw_img0/irb_print_ov.gif") no-repeat left top;
}
#header .hd_size {
	margin: 0px; padding: 0px; left: 870px; bottom: 8px; line-height: 0 !important; font-size: 0px; position: absolute;
}
#header .hd_size span {
	float: left;
}
#header .hd_size span.text {
	padding-top: 6px;

	font-size: 11px;
	font-weight: bold;
	font-family: 'メイリオ','meiryo';
	line-height: 1em;
	color: rgb(31, 36, 66);
}
#header .hd_size span a {
	width: 31px; height: 22px; text-indent: -9999px; display: block;
}
#header .hd_size span.normal a {
	background: url("../../../../../../../resources/sw_img0/irb_small_ov.gif") no-repeat left top; width: 31px; height: 22px; margin-right: 5px; margin-left: 5px; display: block;
}
#header .hd_size span.normal a:hover {
	background: url("../../../../../../../resources/sw_img0/irb_small_ov.gif") no-repeat left top;
}
#header .hd_size span.normal a:active {
	background: url("../../../../../../../resources/sw_img0/irb_small_ov.gif") no-repeat left top;
}
#header .hd_size span.normal a:visited {
	background: url("../../../../../../../resources/sw_img0/irb_small_ov.gif") no-repeat left top;
}
#header .hd_size span.large a {
	background: url("../../../../../../../resources/sw_img0/irb_large_def.gif") no-repeat left top; width: 31px; height: 22px; display: block;
}
#header .hd_size span.large a:hover {
	background: url("../../../../../../../resources/sw_img0/irb_large_ov.gif") no-repeat left top;
}
#header .hd_size span.large a:active {
	background: url("../../../../../../../resources/sw_img0/irb_large_ov.gif") no-repeat left top;
}
#header .hd_size span.large a:visited {
	background: url("../../../../../../../resources/sw_img0/irb_large_ov.gif") no-repeat left top;
}
.pr_header {
	display: none;
}
#header_e {
	height: 100px; line-height: 0 !important; position: relative;
}
#header_e .id {
	left: 0px; top: 34px; position: absolute;
}
#header_e .gnav {
	left: 125px; top: 46px; position: absolute;
}
#header_e .tagline {
	left: 248px; top: 37px; position: absolute;
	display: none;
}
#header_e .inquiry {
	top: 40px; right: 0px; position: absolute;
}
#header_e .japanese {
	top: 15px; width: 60px; height: 21px; right: 0px; line-height: 0; font-size: 0px; text-indent: -9999px; position: absolute;
}
#header_e .japanese a {
	background: url("../../../../../../../resources/sw_img0/head_japan02.png") no-repeat left top; width: 60px; height: 21px; text-indent: -9999px; display: block;
}
#header_e .japanese a:hover {
	background: url("../../../../../../../resources/sw_img0/head_japan02_ov.png") no-repeat left top;
}
#header_e .hd_print {
	width: 64px; height: 22px; right: 150px; bottom: 8px; line-height: 0; text-indent: -9999px; font-size: 0px; position: absolute;
}
#header_e .hd_print a {
	background: url("../../../../../../../resources/sw_img0/irb_print_en.png") no-repeat left top; width: 64px; height: 22px; text-indent: -9999px; display: block;
}
#header_e .hd_print a:hover {
	background: url("../../../../../../../resources/sw_img0/irb_print_en_ov.png") no-repeat left top;
}
#header_e .hd_size {
	margin: 0px;
	padding: 0px;
	right: 0px;
	bottom: 8px;
	line-height: 0 !important;
	font-size: 0px;
	position: absolute;
}
#header_e .hd_size span.text {
	padding-top: 6px;

	font-size: 11px;
	font-weight: bold;
	font-family: 'メイリオ','meiryo';
	line-height: 1em;
	color: rgb(31, 36, 66);
}

#header_e .hd_size span a {
	width: 31px; height: 22px; text-indent: -9999px; display: block;
}
#header_e .hd_size span {
	float: left;
}
#header_e .hd_size span.normal a {
	background: url("../../../../../../../resources/sw_img0/irb_small_en_ov.png") no-repeat left top; width: 31px; height: 22px; margin-right: 5px; display: block;
}
#header_e .hd_size span.normal a:hover {
	background: url("../../../../../../../resources/sw_img0/irb_small_en_ov.png") no-repeat left top;
}
#header_e .hd_size span.normal a:active {
	background: url("../../../../../../../resources/sw_img0/irb_small_en_ov.png") no-repeat left top;
}
#header_e .hd_size span.normal a:visited {
	background: url("../../../../../../../resources/sw_img0/irb_small_en_ov.png") no-repeat left top;
}
#header_e .hd_size span.large a {
	background: url("../../../../../../../resources/sw_img0/irb_large_en_def.png") no-repeat left top; width: 31px; height: 22px; display: block;
}
#header_e .hd_size span.large a:hover {
	background: url("../../../../../../../resources/sw_img0/irb_large_en_ov.png") no-repeat left top;
}
#header_e .hd_size span.large a:active {
	background: url("../../../../../../../resources/sw_img0/irb_large_en_ov.png") no-repeat left top;
}
#header_e .hd_size span.large a:visited {
	background: url("../../../../../../../resources/sw_img0/irb_large_en_ov.png") no-repeat left top;
}


/* --フッター  -- */

table.irbBLTable {
	margin: 0px auto; width: 1000px;
}

.irbFooterTableD {
	background: url("../../../../../../../resources/sw_img0/irb_ftbg.gif") no-repeat left top;
}
.irbFooter {
	clear: both; margin-top: 20px;
}
table.footer {
	width: 100%; text-align: center; clear: both; border-top-color: rgb(31, 36, 66); border-top-width: 2px; border-top-style: solid;
}
table.footer div {
	text-align: center;
}
table.footer img {
	margin: 20px;
}
table.footer02 {
	display: none;
}

div.toTop {
	width: 720px; height: 10px; text-align: right; margin-bottom: 10px;
}
div.toTop img {
	display: none;
}
ul.pageTop {
	width: 740px; text-align: right; letter-spacing: 0.1em; font-size: 80%; margin-bottom: 26px;
}
ul.pageTop li {
	background: none; padding-left: 0px;
}
ul.pageTop li a {
	background: url("../../../../../../../resources/sw_img0/icon_bullet053.gif") no-repeat left 0.1em; padding-left: 15px;
}


/* -- プロモス1 -- */

div.irbUpperMenuPicture {
		border-bottom:1px solid rgb(246, 239, 233);
/*	padding-bottom: 3px; */
}


/* -- プロモス２ -- */

ul#sub_nv {
	width: 200px; margin-top: 9px; margin-bottom: 26px; margin-left: 10px;
}
ul#sub_nv li {
	padding-bottom: 2px;
}
ul#sub_nv li a {
	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat left 0.1em; color: rgb(71, 45, 33) !important; padding-left: 15px; text-decoration: none;
}
ul#sub_nv li a:hover {
	text-decoration: underline;
}
ul#sub_bnn {
	margin-top: 6px;
}
ul#sub_bnn li {
	margin-bottom: 10px;
}
ul#sub_bnn li a:hover img {
	opacity: 0.7; -moz-opacity: 0.7;
}

/* -- IRトップ トップメッセージ -- */

div.kabuka a:hover img {
	opacity: 0.7; -moz-opacity: 0.7;
}

.irbIRTop {
	margin: -20px 0px 10px -10px;
/*	padding-top: 30px; */
	padding-left: 10px;
	clear: both;
}


/* -- IRトップ わかる -- */

div.indwakaru {
	background: url("../../../../../../../resources/sw_img0/irb_meswaka01.png") no-repeat left top; width: 700px; height: 170px; position: relative;
	margin-bottom: 10px;
}
div.indwakaru p.linktx {
	left: 16px;
	top: 14px;
/*	width: 218px; */
/*	height: 23px; */
	position: absolute;
}
div.indwakaru div.read {
	margin: 0px;
	padding: 0px;
	left: 54px;
	top: 38px;
/*	width: 197px; */
/*	height: 26px; */
	position: absolute;
}
div.indwakaru p.cap {
	left: 488px; top: 150px; width: 202px; height: 15px; font-size: 10px; position: absolute;
}
div.indwakaru ul {
	left: 29px; top: 60px; width: 445px; height: 95px; position: absolute;
}
div.indwakaru ul li {
	width: 212px; height: 26px; text-indent: -9999px; margin-right: 10px; margin-bottom: 5px; float: left;
}
div.indwakaru ul li a {
	width: 212px; height: 26px; display: block;
}
div.indwakaru ul li a:hover {
	background: none !important;
}
div.indwakaru ul li.point01 {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru03ov.png") no-repeat left top;
}
div.indwakaru ul li.point01 a {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru03.png") no-repeat left top;
}
div.indwakaru ul li.point02 {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru04ov.png") no-repeat left top;
}
div.indwakaru ul li.point02 a {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru04.png") no-repeat left top;
}
div.indwakaru ul li.point03 {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru05ov.png") no-repeat left top;
}
div.indwakaru ul li.point03 a {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru05.png") no-repeat left top;
}
div.indwakaru ul li.point04 {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru10ov.png") no-repeat left top;
}
div.indwakaru ul li.point04 a {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru10.png") no-repeat left top;
}
div.indwakaru ul li.point05 {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru11ov.png") no-repeat left top;
}
div.indwakaru ul li.point05 a {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru11.png") no-repeat left top;
}
div.indwakaru ul li.point06 {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru12ov.png") no-repeat left top;
}
div.indwakaru ul li.point06 a {
	background: url("../../../../../../../resources/sw_img0/irb_wakaru12.png") no-repeat left top;
}
div.indwakaru div.movie {
	top: 16px; width: 202px; height: 132px; right: 10px; position: absolute;
}


/* -- IRトップ コンボバナー  -- */

h2.toptxt {
	background: url("../../../../../../../resources/sw_img0/irb_h2_02.gif") no-repeat left bottom; width: 700px; color: rgb(71, 45, 33); padding-bottom: 6px; font-size: 165%; font-weight: bold; margin-bottom: 8px; position: relative;
}
span.tolist {
	width: 147px; height: 16px; right: 10px; bottom: 13px; position: absolute;
}
span.tolist img {
	margin-left: 20px;
}
span.tolist a + a img {
	margin-top: 3px;
}

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

div.newstab {
	background: url("../../../../../../../resources/sw_img0/irb_h2_02.gif") no-repeat left 25px;
	width: 720px;
	height: 70px;
	margin-left: -10px;
	position: relative;
}
div.newstab div.tab01 {
	background: url("../../../../../../../resources/sw_img0/indtab01.png") no-repeat left top; left: 15px; top: 0px; width: 130px; height: 30px; text-indent: -9999px; position: absolute;
}
div.newstab div.tab02 {
	background: url("../../../../../../../resources/sw_img0/indtab02.png") no-repeat left top; left: 150px; top: 0px; width: 130px; height: 30px; text-indent: -9999px; position: absolute;
}
div.newstab div.tab01 a {
	width: 130px; height: 30px; display: block;
}
div.newstab div.tab02 a {
	width: 130px; height: 30px; display: block;
}
div.newstab div.tab01 a.active {
	background: url("../../../../../../../resources/sw_img0/indtab01act.png") no-repeat left top;
}
div.newstab div.tab02 a.active {
	background: url("../../../../../../../resources/sw_img0/indtab02act.png") no-repeat left top;
}
div.newstab div.mainnews {
	left: 10px; top: 40px; width: 700px; height: 30px; position: absolute;
}
div.newstab div.mainpub {
	left: 10px; top: 40px; width: 700px; height: 30px; position: absolute;
}
div.newstab div.mainnews div.newsrss {
	top: 0px; width: 200px; text-align: right; right: 10px; position: absolute;
}
div.newstab div.mainpub div.newsrss {
	top: 0px; width: 200px; text-align: right; right: 10px; position: absolute;
}
div.newstab div.mainnews div.newsrss img {
	margin-left: 20px;
}
div.newstab div.mainpub div.newsrss img {
	margin-left: 20px;
}

/* --  -- */

div.en_topbox {
	width: 700px; height: 174px;
}
div.en_topbox div.en_topbox_s {
	width: 345px; height: 174px; float: left; position: relative;
}
div.en_topbox div.en_topbox_s ul.keys {
	left: 21px; top: 71px; width: 302px; height: 93px; position: absolute;
}
div.en_topbox div.en_topbox_s ul.keys li {
	width: 302px; height: 26px; text-indent: -9999px; margin-bottom: 5px;
}
div.en_topbox div.en_topbox_s ul.keys li.bt01 {
	background: url("../../../../../../../resources/sw_img0/irb_und_bt01ov.png") no-repeat left top;
}
div.en_topbox div.en_topbox_s ul.keys li.bt02 {
	background: url("../../../../../../../resources/sw_img0/irb_und_bt02ov.png") no-repeat left top;
}
div.en_topbox div.en_topbox_s ul.keys li.bt03 {
	background: url("../../../../../../../resources/sw_img0/irb_und_bt03ov.png") no-repeat left top;
}
div.en_topbox div.en_topbox_s ul.keys li.bt01 a {
	background: url("../../../../../../../resources/sw_img0/irb_und_bt01.png") no-repeat left top; width: 302px; height: 26px; display: block;
}
div.en_topbox div.en_topbox_s ul.keys li.bt02 a {
	background: url("../../../../../../../resources/sw_img0/irb_und_bt02.png") no-repeat left top; width: 302px; height: 26px; display: block;
}
div.en_topbox div.en_topbox_s ul.keys li.bt03 a {
	background: url("../../../../../../../resources/sw_img0/irb_und_bt03.png") no-repeat left top; width: 302px; height: 26px; display: block;
}
div.en_topbox div.en_topbox_s ul.keys li a:hover {
	background: none;
}


/* --  -- */


div.linkcol {
	background: url("../../../../../../../resources/sw_img0/irb_bg02.gif") no-repeat left top; width: 700px;
}
div.linkcol_bt {
	background: url("../../../../../../../resources/sw_img0/irb_bg01.gif") no-repeat left bottom; width: 700px; height: 10px; line-height: 0; font-size: 0px; margin-bottom: 10px;
}
div.col_01 {
	padding: 8px 8px 0px; width: 330px; float: left;
}
div.mr8 {
	margin-right: 8px;
}

h3.linktit {
	font-size: 100%;
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
h3.linktit a {
	background: url("../../../../../../../resources/sw_img0/irb_arrrig02.gif") no-repeat right rgb(66, 44, 31);
	padding: 8px 10px;
	border: 1px solid rgb(234, 228, 222);
	border-image: none;
	width: 308px;
	color: rgb(255, 255, 255) !important;
/*	font-family: "?l?r ?o?S?V?b?N", Osaka, "?q???M?m?p?S Pro W3",sans-serif; */
	font-family: 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3',sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
h3.linktit a:hover {
	text-decoration: none; background-color: rgb(96, 64, 45);
}
p.col_read {
	clear: left; margin-bottom: 8px; margin-left: 5px;
}
div.colimg {
	padding-right: 5px; margin-left: 10px; float: right;
}
div.col_01 ul {
	margin: 0px 10px;
}
div.col_01 ul li {
	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat left 0.3em; padding-bottom: 5px; padding-left: 15px;
}
div.linkcol01 {
	background: url("../../../../../../../resources/sw_img0/irb_bg02.gif") no-repeat -354px top; width: 700px;
}
div.linkcol01_bt {
	background: url("../../../../../../../resources/sw_img0/irb_bg01.gif") no-repeat -354px bottom; width: 700px; height: 10px; line-height: 0; font-size: 0px; margin-bottom: 10px;
}


/* --  -- */

.irbText {
}

a.link {
	background: url("../../../../../../../resources/sw_img0/irb_arrrig.gif") no-repeat left 0.2em; padding-left: 15px;
}

/* --  -- */

div.kojinlink {
	width: 700px;
/*	height: 100px; */
	position: relative;

	margin-top: -15px;
}
div.kojinlink h3 {
	font-size: 100%;
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.5;

	background: url("../../../../../../../resources/sw_img0/indkojin01_2.png") no-repeat left top; width: 700px; height: 120px; text-indent: -9999px;
}
div.kojinlink ul {
	left: 21px; top: 43px; width: 662px; height: 66px; position: absolute;
}
div.kojinlink ul li {
	width: 109px; height: 66px; margin-right: 1px; float: left;
}
div.kojinlink ul li a {
	width: 109px; height: 66px; text-indent: -9999px; display: block;
}
div.kojinlink ul li a.bt01 {
	background: url("../../../../../../../resources/sw_img0/indkojin02.png") no-repeat left top;
}
div.kojinlink ul li a.bt01act {
	background: url("../../../../../../../resources/sw_img0/indkojin02act.png") no-repeat left top;
}
div.kojinlink ul li a.bt01:hover {
	background: url("../../../../../../../resources/sw_img0/indkojin02ov.png") no-repeat left top;
}
div.kojinlink ul li a.bt02 {
	background: url("../../../../../../../resources/sw_img0/indkojin03.png") no-repeat left top;
}
div.kojinlink ul li a.bt02act {
	background: url("../../../../../../../resources/sw_img0/indkojin03act.png") no-repeat left top;
}
div.kojinlink ul li a.bt02:hover {
	background: url("../../../../../../../resources/sw_img0/indkojin03ov.png") no-repeat left top;
}
div.kojinlink ul li a.bt03 {
	background: url("../../../../../../../resources/sw_img0/indkojin04.png") no-repeat left top;
}
div.kojinlink ul li a.bt03act {
	background: url("../../../../../../../resources/sw_img0/indkojin04act.png") no-repeat left top;
}
div.kojinlink ul li a.bt03:hover {
	background: url("../../../../../../../resources/sw_img0/indkojin04ov.png") no-repeat left top;
}
div.kojinlink ul li a.bt04 {
	background: url("../../../../../../../resources/sw_img0/indkojin08.png") no-repeat left top;
}
div.kojinlink ul li a.bt04act {
	background: url("../../../../../../../resources/sw_img0/indkojin08act.png") no-repeat left top;
}
div.kojinlink ul li a.bt04:hover {
	background: url("../../../../../../../resources/sw_img0/indkojin08ov.png") no-repeat left top;
}
div.kojinlink ul li a.bt05 {
	background: url("../../../../../../../resources/sw_img0/indkojin09.png") no-repeat left top;
}
div.kojinlink ul li a.bt05act {
	background: url("../../../../../../../resources/sw_img0/indkojin09act.png") no-repeat left top;
}
div.kojinlink ul li a.bt05:hover {
	background: url("../../../../../../../resources/sw_img0/indkojin09ov.png") no-repeat left top;
}
div.kojinlink ul li a.bt06 {
	background: url("../../../../../../../resources/sw_img0/indkojin10.png") no-repeat left top;
}
div.kojinlink ul li a.bt06act {
	background: url("../../../../../../../resources/sw_img0/indkojin10act.png") no-repeat left top;
}
div.kojinlink ul li a.bt06:hover {
	background: url("../../../../../../../resources/sw_img0/indkojin10ov.png") no-repeat left top;
}
div.kojinlink02 {
	margin: 35px 0px 10px;
}


/* --  -- */

div.awd {
	padding: 10px 20px 15px; border: 1px solid rgb(210, 205, 202); border-image: none; width: 658px; font-size: 115%;
}
.awdtit {
	color: rgb(71, 45, 33); font-size: 120%; font-weight: bold;
}
.awd_fl {
	width: 120px; line-height: 1.2; margin-right: 20px; float: left;
}
.awd_fl img {
	margin-bottom: 8px;
}
.awd_fr {
	width: 510px; float: left;
}
.awd_line {
	background: url("http://www.ikk-grp.jp/irb_cmn/aw_dot.png") repeat-x left 21px; padding: 20px 0px; width: 100%; line-height: 0; font-size: 0px;
}
.awd02 {
	padding: 0px 11px; width: 678px; font-size: 115%;
}
.awd_line02 {
	background: url("http://www.ikk-grp.jp/irb_cmn/aw_dot.png") repeat-x left 6px; padding: 5px 0px 15px; width: 100%; line-height: 0; font-size: 0px;
}
.zin01 {
	background: url("http://www.ikk-grp.jp/irb_cmn/zinzai01.png") no-repeat right; width: 100%;
}
div.jinzbox {
/*	padding: 18px 20px;
	border: 1px solid rgb(255, 204, 153);
	border-image: none; 
	width: 658px;
*/
	font-size: 115%;
}


/* --  -- */

table.rank {
	border: 1px solid rgb(204, 204, 204); border-image: none; margin-bottom: 3px;
}
table.rank th {
	margin: 0px; padding: 5px 16px; color: rgb(255, 255, 255); border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(66, 44, 31);
}
table.rank td {
	margin: 0px; padding: 5px 16px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
.rigborder {
	border-right-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid;
}
table.rank td.st {
	font-weight: bold; background-color: rgb(244, 242, 240);
}
table.rank02 {
	border: 1px solid rgb(204, 204, 204);
	border-image: none;
	margin-bottom: 13px;

	width: 100%;
}
table.rank02 th {
	margin: 0px; padding: 5px 5px; border: 1px solid rgb(204, 204, 204); border-image: none; text-align: center; color: rgb(255, 255, 255); background-color: rgb(66, 44, 31);
}
table.rank02 td {
	margin: 0px; padding: 5px 5px; border: 1px solid rgb(204, 204, 204); border-image: none; text-align: center;
}
table.rank02 td.st {
	font-weight: bold; background-color: rgb(244, 242, 240);
}


/* --  -- */

div.benebox {
	background: url("../../../../../../../resources/sw_img0/benebg01_1.png") no-repeat left top; margin: 0px auto; width: 645px; height: auto !important; position: relative; min-height: 107px;
}
div.benebox2 {
	background: url("../../../../../../../resources/sw_img0/benebg01_2.png") no-repeat left top; margin: 0px auto; width: 645px; height: auto !important; position: relative; min-height: 107px;
}
div.benebox02 {
	margin: 0px auto 10px; width: 645px;
}
div.benebox div.btn {
	right: 15px; bottom: 7px; position: absolute;
}
div.benebox2 div.btn {
	right: 15px; bottom: 7px; position: absolute;
}
div.benebox p.tit {
	padding-top: 15px; margin-left: 87px;
}
div.benebox2 p.tit {
	padding-top: 15px; margin-left: 87px;
}
div.benebox p.setsu {
	width: 400px; font-size: 140%; margin-top: 10px; margin-left: 87px;
}
div.benebox2 p.setsu {
	width: 400px; font-size: 140%; margin-top: 10px; margin-left: 87px;
}

/* --  -- */

table.hosyu {
	border: 1px solid rgb(66, 44, 31); border-image: none; width: 100%;
}
table.hosyu th {
	padding: 6px; border: 1px solid rgb(66, 44, 31); border-image: none; background-color: rgb(233, 219, 206);
	vertical-align: middle;
	text-align: center;
}
table.hosyu td {
	padding: 6px; border: 1px solid rgb(66, 44, 31); border-image: none; text-align: right; background-color: rgb(255, 255, 255);
	vertical-align: middle;
}
table.hosyu td.kubun {
	text-align: left;
}


/* --  -- */

table.stock01 {
	width: 350px;
	margin-right: 50px;
	float: right;
}

table.stock01 tr:last-child th {
	border: rgb(235, 229, 223) 1px solid;
	background: rgb(66, 44, 31);
	color: #FFF;
	font-weight: normal;
	padding: 6px;
}

table.stock01 tr:last-child td {
	border: rgb(235, 229, 223) 1px solid;
	padding: 6px;
}

/* --  -- */
table.attentionbox th ,
table.attentionbox td {
	border: 1px solid #ccc;
	padding: 5px;
}

/* --  -- */

div.irbFileDownloadTitle {
	margin: 30px 26px 10px 32px; padding-bottom: 5px; padding-left: 5px; font-weight: bold; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}


/* --  -- */


/* -- テーブル幅訂正 -- */


div.ircalendar div.ircalendar-title table th.ircalendar-title1 ,
div.ircalendar div.ircalendar-item table td.ircalendar-item1  {
	width: 232px;
	padding: 6px;
}

div.ircalendar div.ircalendar-title table th.ircalendar-title2 ,
div.ircalendar div.ircalendar-item table td.ircalendar-item2  {
	width: 337px;
	padding: 6px;
}

div.ircalendar div.ircalendar-title table th.ircalendar-title3 ,
div.ircalendar div.ircalendar-item table td.ircalendar-item3  {
	width: 91px;
	padding: 6px;
}




.vtable-item table {
	margin-bottom: -1px;
}

.vtable-item table th.vtable-head {
	width: 198px;
	padding: 6px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle !important;
}

.vtable-item table td.vtable-item1 {
	width: 477px;
	padding: 6px;
/*	vertical-align: middle !important; */
}



/* --  -- */

div.download-teaser.no-img.highlight h2 {
	font-size: 100%;
}

div.download-teaser.no-img.highlight h2 a {
	display: block;
	padding: 8px;
	margin-left: 10px;
	margin-right: 10px;
	background: rgb(246, 239, 233);
	color: #472D21;
	font-weight: bold;
}
div.download-teaser.no-img.highlight h2 a:hover {
	text-decoration: none;
	opacity: 0.6;
}

div.download-teaser.no-img.highlight h2 a[href$=".pdf"]:before {
	content: "PDF";
	display: inline-block;
	border-radius: 10px;
	background: #472D21;
	color: rgb(246, 239, 233);
	padding: 3px 5px;
	margin-right: 6px;
}

div.download-teaser.no-img.highlight h2 a[href$=".zip"] {
	background: #472D21;
	color: #FFF;
}
div.download-teaser.no-img.highlight h2 a[href$=".zip"]:before {
	content: "ZIP";
	display: inline-block;
	border-radius: 10px;
	background: rgb(246, 239, 233);
	color: #472D21;
	padding: 3px 5px;
	margin-right: 8px;
}


#topcontrol {
	display: none;
}


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


