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

ol,ul {
	list-style:none;
}

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

i {
	font-style:normal;
}

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


/* --------------------------------------
 2_基本設定
-------------------------------------- */

body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: auto; font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; color: #333; background-color: #fff; line-height:1; 	margin-bottom:-10px;}

html {
	font-size: 62.5%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


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

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

a:hover {
	color:#426bc5;
	text-decoration: none;
}

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

a {
overflow:hidden;
outline:none;
}


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

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

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

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

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

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

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

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


.latest h3 {
	font-size: 160%;
}
h4 {
	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;
}

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

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

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



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

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


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


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

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

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

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


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

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

#html1 {
	margin-left:220px;
	background:url(../../../../../sw_img/subpage-mv-ir.jpg) no-repeat center center #444;
	background-size: 100% auto;
/*	height: 200px; */
    aspect-ratio: 1300 / 200;
	position: relative;
}

#html1 h1 {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);

    display: none;
}

/*-------------- CONTENTS --------------*/
div#wrapper-2 {
	min-width: 1160px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#nav {
	position: fixed; top: 0; left: 0; width: 220px; height: 100%; box-sizing: border-box; border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#wrapper-3 {
	font-size:1.6rem;
	margin-left:220px;
}

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

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


/* footer */
#site-info {
	clear: both;
}


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

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

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

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

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

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

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

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


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

.bodycol-subcol {
}

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

div#branding-box {
}

#js-nav {
	display:none;
	position: fixed; top: 0; left: 0; width: 220px; height: 100%; box-sizing: border-box; border-right: 1px solid rgba(0, 0, 0, 0.1); }

/*.nav { position: fixed; top: 0; left: 0; width: 220px; height: 100%; box-sizing: border-box; border-right: 1px solid rgba(0, 0, 0, 0.1); }*/

.nav .nav-title { height: 133px; line-height: 133px; text-align: center; }

.nav .nav-title a { opacity: 1; -webkit-transition: opacity 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); transition: opacity 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); position: relative; top: 10px; }

.nav .nav-title a:hover { opacity: 0.8; }

.nav .nav-title a .icon-logo { display: inline-block; background-image: url(../../../../../sw_img/logo.png); background-repeat: no-repeat; width: 180px; height: 31px; background-size: contain;}

.nav .nav-list ul li { position: relative; display: block; height: 63px; background-color: #fff; -webkit-transition: all 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); transition: all 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); }

.nav .nav-list ul li a { display: block; height: 100%; }

.nav .nav-list ul li a span { font-size: 15px; font-size: 1.5rem; font-weight: bold; display: block; padding-top: 17px; margin-left: 25px; color: #333; -webkit-transition: color 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); transition: color 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); }

.nav .nav-list ul li a i { display: block; font-size: 10px; font-size: 1rem; color: #9d9d9d; margin-top: 4px; margin-left: 25px; -webkit-transition: color 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); transition: color 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); }

.nav .nav-list ul li.is-current, .nav .nav-list ul li:hover { background-color: #de1d3f; }

.nav .nav-list ul li.is-current a span, .nav .nav-list ul li:hover a span { color: #fff; }

.nav .nav-list ul li.is-current a i, .nav .nav-list ul li:hover a i { color: #fff; }

.nav .nav-sns { clear: both; margin-top: 32px; margin-left: 25px; }

.nav .nav-sns .nav-inner { display: inline-block; }

.nav .nav-sns .nav-inner > div { float: left; margin-right: 20px; }

.nav .nav-sns .nav-facebook a, .nav .nav-sns .nav-twitter a { opacity: 1; }

.nav .nav-sns .nav-facebook a:hover .icon:after, .nav .nav-sns .nav-twitter a:hover .icon:after { opacity: 1; }

.nav .nav-sns .nav-facebook a .icon { position: relative; z-index: 2; }

.nav .nav-sns .nav-facebook a .icon:after { content: ""; position: absolute; top: 0; left: 0; display: inline-block; background-image: url(../../../../../sw_img/icon.png); background-repeat: no-repeat; background-position: -76px -345px; width: 33px; height: 33px; background-size: 784px 378px; -webkit-transition: opacity 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); transition: opacity 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); opacity: 0; }

.nav .nav-sns .nav-twitter { margin-right: 0 !important; }

.nav .nav-sns .nav-twitter a .icon { position: relative; z-index: 2; }

.nav .nav-sns .nav-twitter a .icon:after { content: ""; position: absolute; top: 0; left: 0; display: inline-block; background-image: url(../../../../../sw_img/icon.png); background-repeat: no-repeat; background-position: 0px -345px; width: 33px; height: 33px; background-size: 784px 378px; -webkit-transition: opacity 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); transition: opacity 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); opacity: 0; }

.nav .nav-footer { margin-top: 44px; padding-left: 20px; }

.nav .nav-footer .nav-copy { font-size: 12px; font-size: 1.2rem; line-height: 2; }


.icon { display: inline-block; text-indent: 100%; white-space: nowrap; overflow: hidden; }

.icon.icon-fb-hover { display: inline-block; background-image: url(../../../../../sw_img/icon.png); background-repeat: no-repeat; background-position: -76px -345px; width: 33px; height: 33px; background-size: 784px 378px; }

.icon.icon-fb { display: inline-block; background-image: url(../../../../../sw_img/icon.png); background-repeat: no-repeat; background-position: -748px -135px; width: 33px; height: 33px; background-size: 784px 378px; }

.icon.icon-tw-hover { display: inline-block; background-image: url(../../../../../sw_img/icon.png); background-repeat: no-repeat; background-position: 0px -345px; width: 33px; height: 33px; background-size: 784px 378px; }

.icon.icon-tw { display: inline-block; background-image: url(../../../../../sw_img/icon.png); background-repeat: no-repeat; background-position: -38px -345px; width: 33px; height: 33px; background-size: 784px 378px; }

/*-------------- ●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箇所にあり_セック側設定） --------------*/

.breadcrumb { overflow: hidden; background-color: #eee; }

.breadcrumb ol { width: 880px; margin: 0 auto; padding: 14px 0; }

.breadcrumb ol li { display: inline-block; position: relative; padding-right: 17px; margin-right: 8px; }

.breadcrumb ol li:after { content: ""; position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: inline-block; background-image: url(../../../../../sw_img/icon.png); background-repeat: no-repeat; background-position: -771px -244px; width: 6px; height: 10px; background-size: 784px 378px; }

.breadcrumb ol li:last-child:after { width: 0; }

.breadcrumb ol li a, .breadcrumb ol li span { font-size: 12px; font-size: 1.2rem; }

.breadcrumb ol li a { color: #426bc5; }

.breadcrumb ol li a:hover { text-decoration: underline; }



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


/*--- SideNavi_area ---*/

div#nav {
}

div#nav div#promos1 p {
	display:none;
}

div#nav div#promos1 div.promos {
}

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

#nav-box {
}

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

/* -- 第一階層 -- */
#nav-box ul.navLevel_1 {
	border-bottom:1px solid #ccc;
}

/* --  -- */
#nav-box ul.navLevel_1 li {
	border-top:1px solid #ccc;
	font-size:1.2rem;
}

/* --  -- */
#nav-box ul.navLevel_1 li a {
	display:block;
	background:#f1f1f1;
	padding:6px 25px;
}

#nav-box ul.navLevel_1 li strong {
	display:block;
	background:#f1f1f1;
	padding:6px 25px;
	color:#de1d3f;
}


/* -- 第二階層 -- */
#nav-box ul.navLevel_2 {
	background:#f1f1f1;
}

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

/* --  -- */
#nav-box ul.navLevel_2 li a {
	margin-left:20px;
}

#nav-box ul.navLevel_2 li strong {
	margin-left:20px;
	color:#de1d3f;
}

/* -- 第三階層 -- */
#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:20px;
}

/* -- コンテンツ内H1レイアウト -- */
div#page-intro h1 {
	font-size:3.2rem;
	font-weight:bold;
	width:880px;
	margin:0 auto 33px auto;
	padding:60px 0 0 0;
}

/* -- H1画像登録時レイアウト -- */

div#page-intro .titleImage {
}

div#page-intro .titleImage h1 {
}

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

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

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


/*--- 概要説明文の画像 ---*/
div#page-intro .abstractImage {
	text-align:center;
	margin:0 auto 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 {
	max-width: 880px; margin: 0 auto; padding-bottom: 80px;
	line-height:2;
}

.list-header { margin-bottom: 15px; position:relative; }

.list-title { }

.list-tosub { position: absolute; right: 0; top: 0;  }

.list-tosub:hover { opacity: 0.6; }

.list-tosub i { margin-right: 10px; vertical-align: middle; }

.list-tosub span { font-size: 15px; font-size: 1.5rem; color: font-weight: bold; vertical-align: middle; }

.icon.icon-newstitle { display: inline-block; background-image: url(../../../../../sw_img/icon.png); background-repeat: no-repeat; background-position: -471px -282px; width: 110px; height: 20px; }

.icon.icon-all { display: inline-block; background-image: url(../../../../../sw_img/icon.png); background-repeat: no-repeat; background-position: -589px -282px; width: 14px; height: 13px; }

.list-tosub i { margin-right: 10px; vertical-align: middle; }


/*-------------- ●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 {
	margin-left:220px;
}

div#site-info-box {
}

p#copyright {
}

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

.l-footer .subnav { width: 100%; background-color: #eee; text-align: center; padding: 30px 0; }

.l-footer .subnav ul { width: 688px; display: inline-block; overflow: hidden; }

.l-footer .subnav ul li { position: relative; padding: 0 22px 0 23px; display: block; float: left; text-align: center; }

.l-footer .subnav ul li:before { content: ""; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background-color: #c6c6c6; }

.l-footer .subnav ul li:last-child:after { content: ""; position: absolute; top: 0; right: 0; width: 1px; height: 100%; background-color: #c6c6c6; }

.l-footer .subnav ul li a { color: #333; font-size: 13px; font-size: 1.3rem; -webkit-transition: color 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); transition: color 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); }

.l-footer .subnav ul li a:hover { color: #426bc5; }

.l-footer .pagetop { width: 100%; height: 50px; background-color: #444; }

.l-footer .pagetop a { display: block; text-align: center; -webkit-transition: opacity 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); transition: opacity 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975);
padding-top:16px; }

.l-footer .pagetop a:hover { opacity: 0.8; }

.icon.icon-pagetop { display: inline-block; background-image: url(../../../../../sw_img/icon.png); background-repeat: no-repeat; background-position: -311px -286px; width: 114px; height: 15px; background-size: 784px 378px; }

.footer-sns,
.footer-copy{
	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 {
}

body#special div#html1 {
}

body#special div#sharewithmain {
}

body#special div#html2 {
}



/*------------------------------------- 
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 {
	border-top: 1px solid #c6c6c6; font-size: 2.4rem; font-weight: bold; padding: 15px 10px 16px 0; border-bottom: 1px solid #c6c6c6; position: relative; margin-bottom:30px;
}

div.text-section h2 span {
	padding: 3px 0 3px 14px; border-left: 5px solid #333;
}

/* -- 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(../../../../../sw_img/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%;
}

#irtop div.teaser a ,
#irtop .external-teaser a{
	display:block;
	font-size:1.4rem;
	font-weight:bold;
	background:#eee url(../../../../../sw_img/ar_01.png) 10px center no-repeat;
	padding:30px 20px 30px 37px;
	border-radius:3px;
}

div.teaser a:hover {
	color:#426bc5;
}

/* -- 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 {
	border-top: 1px solid #c6c6c6;font-size: 24px; font-size: 2.4rem; font-weight: bold; padding: 15px 10px 16px 0; border-bottom: 1px solid #c6c6c6; position: relative; margin-bottom:30px;
}

div.title2 h2 span {
	padding: 3px 0 3px 14px; border-left: 5px solid #333;
}

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


/* -- 見出しh3レベル -- */
div.title3 h3 {
}

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


/* -- 見出しh4レベル -- */
div.title4 h4 {
}

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


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

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

div.anchor-link a {
	background:url(../../../../../sw_img/arr_bt.png) left 0.2em no-repeat;
	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 {
	border-top: 1px solid #c6c6c6; font-size: 2.4rem; font-weight: bold; padding: 15px 10px 16px 0; border-bottom: 1px solid #c6c6c6; position: relative; margin-bottom:30px;
}

div.link-list h2 span,
div.link-list-url h2 span {
	padding: 3px 0 3px 14px; border-left: 5px solid #333;
}


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(../../../../../sw_img/link01.png) 6px 0.4em no-repeat;
	padding-left:18px;
}

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

/* -- ダウンロードリンク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 {
}

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

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

.footer-about img {
}

.footer-about p {
}

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

div.faq-list ul {
}

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

div.faq-list h3 {width: 100%; background-color: #eee; font-size: 14px; font-size: 1.4rem; font-weight: bold; text-align: left; box-sizing: border-box; padding: 8px 16px; border-radius: 3px; display: block; cursor:pointer; background-image: url(../../../../../sw_img/icon_q.png); background-repeat: no-repeat; background-position: 16px 8px; min-height:54px;}

div.faq-list h3 a { display:block;  padding:8px 0 0 55px; min-height:30px; }

div.faq-list .faq-item {
background-image: url(../../../../../sw_img/icon_a.png); background-repeat: no-repeat; background-position: 16px 8px; min-height:38px; padding:8px 16px 8px 71px; font-size:1.2rem;
}

div.faq-list .faq-item p {
	padding-top:4px;
}

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(../../../../../sw_img/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;
}


/*-------------- フッタリンク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(../../../../../sw_img/link01.png) 6px 0.4em no-repeat;
	padding-left:18px;
}


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

/* -- _同時出現 -- */
div.footer-link-list ul li.footer-link-external {
		background:url(../../../../../sw_img/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名ついていますが、そちらは使いません。 -- */
.video {
	margin-bottom:10px;
}

.video dl {
	width:100%;
}


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

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

.video dl dd {
}

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

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

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




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


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


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

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

.audio dl dd {
}


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

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

/* -- 音声ディスクリプション -- */
.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 img,
div.external-link-area a img,
div.download-link-area a img {
	margin-bottom:5px;
	border-radius:3px;
}

div.internal-link-area a p,
div.external-link-area a p,
div.download-link-area a p {
	font-size:1.4rem;
	font-weight:bold;
	background:url(../../../../../sw_img/ar_01.png) no-repeat 0 0.5em;
	padding-left:27px;
	min-height:18px;
}

div.internal-link-area a p:hover,
div.external-link-area a p:hover,
div.download-link-area a p:hover {
	color: #426bc5;
}

div.internal-link-area a p.topLink {
	font-size: 17px; font-size: 1.7rem; font-weight: bold; color: #333; vertical-align: middle; -webkit-transition: color 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975); transition: color 0.3s cubic-bezier(0.18, 0.9, 0.66, 0.975);
}

/* -- 画像_右 -- */
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 {
		margin-bottom:15px;
	padding-bottom:4px;
	padding-left:8px;
	padding-top:5px;
	color:#072D74;
	font-weight:bold;
	border-bottom:#CCC 1px solid;
	border-left:#072D74 3px solid;
}


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

div.sitemap ul li {
	margin-bottom:10px;
	background:url(../../../../../sw_img/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が左にタイプ） --------------*/
.vtable-item {
}

.vtable-item table {
	width:100%;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	margin-bottom: -1px;
}

/* -- テーブル項目タイトル -- */
/* -- ★★td→thへの変更要望中 -- */
.vtable-item table .vtable-head {
	padding:17px 25px;
	width:30%;
	font-weight:bold;
	background:#eee;
}

.vtable-item table td {
	padding:19px 20px 19px 27px;
}


/* -- 画像_右 -- */
.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 {
	font-weight:bold;
}


/* -- 表 -- */
div.table div.shwTable {
	width:100%;
}

/* -- IE幅指定用 -- */
div.table div.shwTable table {
	width:100%;
}
div.table div.shwTable table td td {
	padding: 19px 20px 19px 27px;
	color:#333333;
}

/* -- 単位（表組の外） -- */
div.table div.shwTable td.shw-table-row {
	padding-bottom:15px;
}


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


td.tableRowHead {
	text-align:center;
}



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

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


/* -- 表組(mobileモード) -- */
div.shwTable table.tbCore {
	width: 100%;
}

/* -- セル -- */
div.shwTable .tbDimmed ,
div.shwTable .tbRowHead ,
div.shwTable .tbColumnHead {
	padding: 19px 20px 19px 27px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

/* -- 一行目・一列目を見出し設定に -- */
div.shwTable .tbColumnHead ,
div.shwTable .tbRowHead {
    background-color:#eee;
    font-weight: bold;
}

div.shwTable .tbColumnHead {
	text-align: left;
}

div.shwTable .tbRowHead {
	text-align: center;
}


/* 縦・横揃え */
div.shwTable .tbLeft {
  text-align: left;
}
div.shwTable .tbCenter {
  text-align: center;
}
div.shwTable .tbRight {
  text-align: right;
}
div.shwTable .tbJustify {
  text-align: justify;
}

div.shwTable .tbTop {
  vertical-align: top;
}
div.shwTable .tbMiddle {
  vertical-align: middle;
}
div.shwTable .tbBottom {
  vertical-align: bottom;
}


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


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

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

#irtop .multiColumn3 {
		margin-bottom:40px;
}

.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:47%;
	float:left;
	margin-right:6%;
}

.multiColumn2 .column2 {
	width:47%;
	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-item table {
	border-collapse:collapse;
	width:100%;
}

div.ircalendar div.ircalendar-title table th {
	background-color:#eeeeee;
	border:#c6c6c6 1px solid;
}

div.ircalendar div.ircalendar-title table th,
div.ircalendar div.ircalendar-item table td {
/*	width:auto;
	max-width:100%;*/
	padding:6px;	
}
div.ircalendar div.ircalendar-title table th.ircalendar-title1{
	width:10em;
}
div.ircalendar div.ircalendar-title table th.ircalendar-title2{
}
div.ircalendar div.ircalendar-title table th.ircalendar-title3{
	width:20%;
}

div.ircalendar div.ircalendar-item table td.ircalendar-item1{
	width:10em;
}
div.ircalendar div.ircalendar-item table td.ircalendar-item2{
}
div.ircalendar div.ircalendar-item table td.ircalendar-item3{
	width:20%;
}


/*---------- 画像のレイアウト ----------*/
/* -- 画像_右 -- */
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:#c6c6c6 1px solid;
	border-top:none!important;
}


/*---------- 画像のレイアウト ----------*/
/* -- 画像_右 -- */
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:#7F9BDA 1px solid;
}

div.haitou-table table th {
	border:#7F9BDA 1px solid;
	background-color:#DcE5F4;
	padding:3px 10px;
	text-align:center;
}

div.haitou-table table td {
	border:#7F9BDA 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 {
	margin-bottom:40px;
}


div.news-yuho dl dt {
	border-top: 1px solid #c6c6c6; font-size: 2.4rem; font-weight: bold; padding: 15px 10px 16px 0; border-bottom: 1px solid #c6c6c6; position: relative; margin-bottom:30px;
}

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


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 dl dd.news_result_member span.filesize {
}


/*-------------- 別エリア表示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:#7F9BDA 1px solid;
}

div.highlights-alltable div.table table th,
div.highlights-table table th {/*←もしかして変わるかも。（科目別のCSSにあわせて）*/
background-color:#DCE5F4;
padding:3px 10px;
border:#7F9BDA 1px solid;
text-align:center;
}

div.highlights-alltable div.table table td,
div.highlights-table table td {/*←もしかして変わるかも。（科目別のCSSにあわせて）*/
padding:3px 10px;
border:#7F9BDA 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 {
}

div.tabbox {
}

/* -- 年度タブ -- */
p.yearTabs {
	margin-bottom:20px;
}


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


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

div.news-list ul.tabItems {
}

div.news-list ul.tabItems li {
	border-bottom: 1px solid #c6c6c6;
	padding: 10px 18px 12px 13px;
	position:relative;
}

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 {

}

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



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

div.news-latest {
}

div.news-latest ul {
	border-top: 1px solid #c6c6c6;
}

div.news-latest ul li {
	border-bottom: 1px solid #c6c6c6;
	padding: 10px 18px 10px 13px;
	position:relative;
}

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

div.news-latest ul li.deactivated {
}

div.news-latest ul li.normal {
}

div.news-list ul.tabItems li p ,
div.news-latest ul li p {
	background-color:#FFCCCC;
	font-size: 85.7%; /* 12px */
}

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


div.news-list ul.tabItems li h3 ,
div.news-latest ul li h3 {
	border:none!important;
	padding:0;
	margin-left:220px;
	line-height:1.5;
}

div.news-list ul.tabItems li h3 a ,
div.news-latest ul li h3 a {
	text-decoration:underline;
}

div.news-list ul.tabItems li h3 span.d_icon ,
div.news-latest ul li h3 span.d_icon {
	margin-left:5px;
}

div.news-list ul.tabItems li h3 span.d_icon img ,
div.news-latest ul li h3 span.d_icon img {
	vertical-align:middle;
}

/* -- 日付 -- */
div.news-list ul.tabItems li span.date ,
div.news-latest ul li span.date {
	padding-right:10px;
	position:absolute;
	left:20px;
	font-weight:normal;
}

div.news-list ul.tabItems li span.date + img ,
div.news-latest ul li span.date + img {
	width:88px;
	padding-right:10px;
	position:absolute;
	left:130px;
	margin-top:4px;
}

div.news-list ul.tabItems li span.n_icon img ,
div.news-latest ul li span.n_icon img {
	margin-top:4px;
}




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


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

/* -- _リリースタブ切り替え -- */
p.tabs{
	margin-bottom:20px;
}

p.tabs a {
	display:inline-block;
	width:auto;
	border:#CCCCCC 1px solid;
	margin-right:5px;
	padding:5px 10px; 
}
/* -- ★★色々種類あり↑↑クラス名違う確認中 -- */



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

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

div.tabbox {
}


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

/*div.news-latest-tabbed*/ ul.tabItems li {
	border-bottom:#CCCCCC 1px dotted;
}

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

/*div.news-latest-tabbed*/ ul.tabItems li h3 a {
	text-decoration:underline;
}


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

/* -- 日付★★ -- */
/*div.news-latest-tabbed*/ ul.tabItems li span.date {
}

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

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



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

div.news-result,
div.news-yuho {
}

div.news-result dl,
div.news-yuho dl {
	width:100%;
	margin-bottom:40px;
}

div.news-result dl dt,
div.news-yuho dl dt {
	border-top: 1px solid #c6c6c6; font-size: 2.4rem; font-weight: bold; padding: 4px 10px 8px 22px; border-bottom: 1px solid #c6c6c6; position: relative; margin-bottom:30px;
	text-align:left;
	background:url(../../../../../sw_img/h2_bg.png) left top no-repeat;
}

div.news-result dl dd,
div.news-yuho dl dd {
	margin-left:10px;
	margin-bottom:10px;
}



/*-------------- カレンダー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: 0 0 1px 0;
	border-top: 4px solid #cccc00;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 0;
	color: #333;
}
.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;
}

#irtop p.to-news{
	display:none;
}



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