@charset "utf-8";
/* --------------------------------------
 cssの初期化
-------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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;
}

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;
}*/

body {
	color:#333333;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:16px;
	line-height:1.4;
	background:#FFF;
}

/* hidden & skip link  */
.aural,
#logo strong,
#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,
.vcard .type {      
	display: block;  
    position: absolute;
    overflow: hidden;
	left: -9999px;
    width: 1px;
    height: 1px;
}
/* display: none */
.a11y-wrapper,
#promos1, 
#promos2 /*, 
#promos3 */ {
	display: none;	
}




/* Links */
a {
	color: rgb(63,101,130);
	text-decoration: none;
}
a img {
	border: 0;
}
em.more {
	display: block;
	background: url(../img/icons/mobile-sprites.png) 0 5px no-repeat;
	padding: 0 0 0 14px;
	font-style: normal;
	font-weight: bold;
}
.teaser em.more {
	display:none;
}

/* Global Boxes */
/*#nav-global, */
/*#nav,*/
#section-header,
.opener,
.teaser,
.tagcloud,
#page-intro,
.box,
.text,
#stage,
.promo,
.rack-teaser,
.text-box-section,
.toc-box-section,
.superpromo-section,
#comments li,
fieldset,
.media-index dl,
.pager li,
.super-list li,
#glossary-index li,
.glossary-box,
#sitemap .links,
.photo-index .photo,
.vcard,
.text dl.media,
.text-box-toc li a,
.toc-box-toc li a,
.superpromos-toc li a,
.text-box-tabs  {
	/*background: #fff;
	margin: 10px 5px;
	border: 1px solid #d9d9d9;
	padding: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
}

.box,
#promos {
	clear: both;
}

#section-header {
	background: #555;
	border: 1px solid #333;
	color: #fff;
}

/* outside boxes */
.teaser-group h5,
.box-group h5,
.text-box-tabs h2,
#comments h2,
#comments-not-yet h3,
#your-comment h2,
.new-search h2 {
	margin: 20px 0 0 10px;
}

#your-comment h2 {
	margin: 20px 0;	
}


/* Images */
#stage img,
.promo img,
img.media,
.media img,
.teaser img {
	max-width: 100%;	
	height: auto;
	display:block;
	margin:0 auto 10px;
}


/* Headings */
h1, 
h2,
h3 {
	margin: 10px 0;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3, 
h4,
h5 {
	font-size: 16px;
}
h1 em, 
h2 em,
h3 em {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}


p.skip {
	position: absolute;
	top: 15px;
	right: 13px;
	margin: 0;
	padding: 0;
}
.skip a {
	display: block;
	font-size: 14px;

}

/* -- copyright -- */
.footer-about {
	clear:both;
	padding:5px 0;
	font-size:10px;
}

/* Branding */
#branding {
	background-color:#CCC;
}

#branding {
	padding-top: 61px;
}

#logo img {
	display: none;
}

#logo span {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
	display: block;
	top: 10px;
	left: 10px;
	height: 51px;
	width: 202px;
}

#logo strong {
	display: block;
}

#logo em {
	display: block;
	font-size: 14px;
}

#logo a {
	color: #fff;
}


/* Search */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

#search-box {
	position: relative;
	margin: 10px 0 10px 0;
}

#search-box,
#search-box div {
	background: #000;
}

#search-box input {
	width: 100%;
	background: #fff;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	padding: 8px 90px 10px 10px;
	border: none;
	min-height: 36px;
}

#search-box input.button {
	width: auto;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0 10px;
	background: #ccc;
	font-size: 14px;
	min-height: 0;
	border: 1px solid #999;
}


/* Navigation */
	/*#nav-global li,
#nav li {
	max-width:100%;
	list-style: none;
	border-bottom: 1px solid #d9d9d9;
margin: 0 -8px;
	padding: 8px;
}

#nav-global li:first-child,
#nav li:first-child{
	padding-top: 0;
}

#nav-global li:last-child,
#nav li:last-child {
	border: none;
	padding-bottom: 0;
}

#nav-global li a,
#nav li a {
	display: block;
}

#nav li ul {
	margin: 8px -8px 0 -8px;
	border-top: 1px solid #d9d9d9;
	padding-top: 8px;
}
#nav li li {
	margin: 0;
}
#nav li li a,
#nav li li strong {
	padding-left: 20px;
}
#nav li li li a,
#nav li li li strong {
	padding-left: 40px;
}*/


/* -- -- */
#nav-box {
}

/* -- ローカルナビ -- */
#nav-box ul.navLevel_1 ,
#nav-box ul.navLevel_2 {
	border-top: 1px solid #FFF;
}

#nav-box ul.navLevel_1 > li ,
#nav-box ul.navLevel_2 > li {
	width:100%;
	font-size: 14px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a ,
#nav-box ul.navLevel_2 > li > strong ,
#nav-box ul.navLevel_2 > li > a {
	display: block;
	position: relative;
	padding: 14px 22px 10px 10px;
	color: #666;
	background-color:#EDEDDA;
	text-decoration: none;
}

#nav-box ul.navLevel_1 > li > strong:after ,
#nav-box ul.navLevel_1 > li > a:after ,
#nav-box ul.navLevel_2 > li > strong:after ,
#nav-box ul.navLevel_2 > li > a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#nav-box ul.navLevel_1 li.open ul.navLevel_2 ,
#nav-box ul.navLevel_2 li.open ul.navLevel_3 {
	padding-left: 7px;
	padding-right: 12px;
	background-color:#EDEDDA;
}

ul.navLevel_2 li:last-child {
border-bottom: none!important;
}


/* -- 第3階層以下非表示 -- */
ul.navLevel_3,
ul.navLevel_4 {
	display:none;
}



/* Meta Navigation */

#nav-meta {
	display: none;
}

#nav-meta ul {
	overflow: hidden;
}
#nav-meta li {
	float: right;
	list-style: none;
	margin: 5px 0 5px 5px;
	padding: 2px 5px;
}
#nav-meta li a {
	color: #fff;
	font-size: 16px;
}
/* Teasers and other Content Elements */
.teaser img,
.opener img,
.superpromo-section img {
	width: 100%;
	height: auto;
}
.vcard div {
	margin: 0 0 10px 0;
	clear:both;	
}

.vcard div dt {
	width:5em;
	float:left;
	font-weight:bold;
}


.vcard .org{
	width:70%;
	clear:none;
	float:right;
	padding-left:10px;
	margin-bottom:10px;
	
}

.vcard .organization-name {
	font-weight:bold;
	font-size: 110%;
	line-height:1em;
	  
}

.vcard .photo {
	float:left;
	max-width:30%;
	margin-bottom:10px;
}

.vcard .photo img {
	max-width:100%;
}

.vcard .media.photo dd{
width:100%;
}




/* Linkslists */
.links h3 {
	margin-top: 10px;	
}
#toc ul,
.links ul {
	margin: 0;	
}
#toc li,
.links li,
.latest-comments li {
	list-style: none;
	margin: 0 -8px;
	border-top: 1px solid #d9d9d9;
	padding: 8px;	
}
#toc li:last-child,
.links li:last-child,
.latest-comments li:last-child {
	border-bottom: 1px solid #d9d9d9;	
}



.links li a,
.latest-comments li a {
	display: block;
	background: url(../img/icons/mobile-sprites.png) 1px 4px no-repeat;
	padding-left: 15px;
}
.links .download a  {
	background-position: 0 -142px;
}
.links .external a  {
	background-position: 1px -294px;
}
.links .download em {
	display: block;
	margin-top: -5px;
	font-style: normal;
	font-size: 13px;
	color: #999;
}
.latest-comments li em {
	display: block;
	font-style: normal;
	font-weight: bold;
}
#comments h2 em {
	display: inline;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}
.comment-count {
	display: none;	
}
/* Latest */
.latest li {
	list-style: none;
	margin: 0 -8px;
	border-bottom: 1px solid #9f9f9f;
	padding: 8px;
}
p.all {
	margin: 10px 0 0 0;
}
/* Event List */
.event-list li {
	margin: 0 -8px;
	border-bottom: 1px solid #9f9f9f;
	padding: 8px;
	list-style: none;
}
.event-list li h3 {
	margin: 5px 0;
}
.event-data li {
	list-style: disc inside;
	border-bottom: none;
	padding: 2px 8px;
	font-size: 16px;
	line-height: 16px;
}


/* Glossary */
#glossary-index li {	
	float: left;
	list-style: none;
	width:1.9em;
	text-align:center;
}
.glossary-box {	
	clear: both;
	display: block;
}
.glossary-box ul {	
	padding-left: 20px;
}


/* tagcloud */
.tagcloud ul {
	overflow: hidden;
	text-align: center;
}
.tagcloud li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}
.tagcloud li.level-1 a {
	font-size: 15px;
}
.tagcloud li.level-2 a {
	font-size: 17px;
	font-weight: bold;
}
.tagcloud li.level-3 a {
	font-size: 20px;
}
.tagcloud li.level-4 a {
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
}
.tagcloud li.level-5 a {
	font-size: 23px;
	font-weight: bold;
}


/* Text */

.text-meta {
	margin: 12px 0 0 0;
/*	border-top: 1px solid #d9d9d9; */
	padding: 8px 0 0 0;
	font-size: 14px;
}
.text-meta:after{
	content: "";
	clear: both;
	display: block;
}
.text-data li {
	list-style: none;	
}
.text-data li {
	float: left;
	margin: 0 10px 0 0;
}
#text-features,
.media dd.zoom {
	display: none;	
}
.text-meta dt {
	display: none;
}
.text-meta li,
.text-meta dd {
	float: left;
	display: block;
	margin: 0 10px 5px 0;
	padding: 2px 0;
}
.text-meta dd {
	margin-right: 5px;
}
/* tags &  comments */
.text-meta dd a,
.text-meta li.text-comments {
	float: left;
	display: block;
	padding: 2px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	border-radius: 8px;	
	border: 1px solid #d9d9d9;	
	color: #555;
}
.text-comments {
	background: #f1d500;
}
.text-meta + p {
	clear: both;
}

.text p,
.text .links,
#.text #toc {
	margin: 10px 0 10px 0;
}



/* lists in article and also list of search results */
.text ul {
	padding: 0 0 10px 18px;	
}
.text ol {
	padding: 0 0 10px 25px;	
}
.text ul ul,
.text ol ol {
	padding-bottom: 0;
}
ul.text-data,
ul#text-features,
.text .links ul {
	padding: 0;	
}
.text .media {
	margin: 10px 0;	
}
.compact dt {
	font-weight: bold;	
}
.compact dd {
	padding-left: 20px;
}
#toc ul {
	padding: 0 0 10px 0;	
}
#toc li {
	list-style: none;
}
#toc a {
	background: url(../img/icons/mobile-sprites.png) 0 -143px no-repeat;
	padding-left: 15px;
}
.photo .caption,
.photo .copyright,
.photo .longdesc {
	font-size: 14px;
	line-height: 1.2em;	
}
.text-box-compact dt {
	margin: 10px 0 0 0;
	font-weight: bold;	
}

.text-box-compact dd {
	background-color:#FFF;
	padding:5px;	
}

.text-box-compact{
background-color:#F0F0F0;
margin-bottom:20px;
padding:5px;
}

.video dl dd.longdesc ,
.audio dl dd.longdesc {
	display: none;
}

div.audio dl dt audio ,
div.video dl dt video {
	max-width:100%;
}



/*table {
	border-collapse: collapse;	
	border-spacing: 0;
	overflow: auto;
}
td {
	border: 1px solid #d9d9d9;
	padding: 5px;
	vertical-align: top;
}


tr:nth-child(2n+1) td {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #E5E5E5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}


th {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #D9D940;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #B3B3B3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-right: 10px;
    padding-left:5px;
}

thead th {
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
}
*/




/* Footer */
#site-info-box {
}

#site-info {
	overflow:hidden;
}

#site-info ul {
/*	margin: 10px 0;
	background-color: #2b2b2b;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;*/
}
#site-info ul li {
	list-style: none;
	border-bottom: 1px solid #242424;
	padding: 8px;
}
#site-info ul li a {
	display: block;
}
#site-info div #about .media {
	float: left;
    height: auto;
    margin: 3px 10px 0 0;
    width: 65px;
}


/* -- フッターリンクの機能を使用の場合 -- */
.footer-link-list {
		background-color: #2b2b2b;
}

.footer-link-list ul {
}

.footer-link-list ul:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.footer-link-list ul li {
	float:left;
	width:50%;
	padding:16px 0px!important;
	font-size:13px;
	border-bottom:#999 1px solid!important;
}

.footer-link-list ul li a {
	color:#ccc;
}

.footer-link-list ul li:nth-child(odd){
	border-right:#999 1px solid;
}


/* Promos */
#promos {
	overflow: hidden;
	padding: 0 8px;
}
.promo {
	float: left;
	overflow: hidden;
	width: 48%;
	margin: 0 0 10px 0;
}
.promo:nth-child(2n) {
	float: right;
}


/* Paging */
.pager {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.pager li {
	float: left;
	margin: 0 5px 5px 0;
	list-style: none;
}


/* Forms */
.form-wrapper input,
.form-wrapper textarea {
	padding: 5px;
	width: 100%;	
}
.form-wrapper textarea {
	border: 1px solid #aaa;
}
.form-wrapper input[type="submit"] {
	width: auto;
	font-size: 18px;
}
.form-wrapper fieldset fieldset {
	border: none;
	padding: 0;
}
.form-wrapper div {
	margin: 0 0 10px 0;	
}
.form-wrapper label {
	display: block;
}
.form-wrapper .form-item {
	display: block;
	clear: both;
}
.form-wrapper .form-item label {
	display: inline;
	float: left;
	width: 300px;
}
.form-wrapper .form-item input {
	float: left;
	padding: 0 3px 0 0;
}
.form-wrapper div span {
/*	display: block; */
}

.form-wrapper p.required {
	margin: 10px 5px;
	display: none;
}
.form-wrapper p.required span {
	display: inline;
}
.form-wrapper p.required span,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: bold;
}

.form-wrapper label[for="code"] + input + span ,
.form-wrapper label[for="tel"] + input + span ,
.form-wrapper label[for="fax"] + input + span {
	color: #ec1549;
	font-weight: bold;
	text-shadow: 0 1px 2px #FFF;
}

.form-summary table {
		border:#CCCCCC 1px solid;
}

.form-summary table tr {
	display: block;
	margin-top: 10px;
	border: 1px solid #CCC;
	padding: 5px;
}

.form-summary table td {
	display: block;
	padding: 5px 0;
	white-space: pre;
	white-space: pre-line;
	word-break: break-all;
}
.form-summary table td:first-child {
	border-bottom: 1px dashed #CCC;
}



/* JavaScript Modules */
/* Tabs */
.text-box-tabs .text-box-section h2,
.toc-box .toc-box-section h2 {
	margin: 5px 0;
}

/* Caroussels */
.teaser-wrapper {
	margin: 0 auto 20px auto;
	position: relative;
	border: 0;
	clear: both;
	height: auto;
	padding: 0 5px;
	width: 100%;
}
.touch div.teaser-wrapper  .pager,
.teaser-wrapper .pager {
	display: none;
	width: auto;
	margin: 0;
}
.js .teaser-wrapper .pager {
	display: block;
	padding: 0;
}
.teaser-wrapper .next,
.teaser-wrapper .prev {
	position: absolute;
	top: 35px;
	right: 0;
	width: 19px;
	height: 113px;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 43%, #f1f1f1 50%, #EAEAEA 51%, #f6f6f6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(43%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#EAEAEA), color-stop(100%,#f6f6f6)); /* webkit */	
	border: 1px solid #9F9F9F;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	list-style: none;
	-webkit-box-shadow: 0px 2px 1px #999;
	-moz-box-shadow: 0px 2px 1px #999;
	-shadow: 0px 2px 1px #999;
}
.teaser-wrapper .prev {
	left: 0;
	right: auto;
}
.teaser-wrapper .pager span {
	display: block;
	width: 19px;
	height: 113px;
	opacity: 0.3;
	background-image: url(../img/icons/arrow-mobile.png);
	background-position: 5px 50%;
	background-repeat: no-repeat; 
}
.teaser-wrapper .prev span {
	background-image: url(../img/icons/arrow-mobile2.png);
	background-position: 3px 50%;
}
.teaser-wrapper span.show {
	opacity: 1;
	cursor: pointer;
}
.teaser-wrapper .rack {
	width: auto;
	margin: 0;
	padding-left: 0;
} 
.js .teaser-wrapper .rack {
	overflow: hidden;
	height: auto;
	margin-left: 19px;
	margin-right: 19px;
	padding-left: 0;
}
.touch .teaser-wrapper .rack {
	margin-left: 0;
	margin-right: 0;
}
.js .tw-paging .rack {
	margin-right: 0;
	margin-left: 0;
}
.teaser-wrapper .rack-teaser {
	overflow: hidden;
	float: left;
	width: 310px;
	height: auto;
	margin: 0 15px 0 0;
	padding: 10px;
}
#stage .teaser-wrapper .rack-teaser {
	width: 280px;
}
.teaser-wrapper .rack-teaser:last-child {
	margin-right: 0;
}
@media only screen and (min-width : 470px) { /* Landscape */
.teaser-wrapper .rack-teaser {
	width: 470px;
}
#stage .teaser-wrapper .rack-teaser {
	width: 442px;
}
}
.teaser-wrapper .rack-teaser img {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	border: none;
}
.teaser-wrapper .rack-teaser p {
	font-size: 16px;
	line-height: 18px;
}
.teaser-wrapper .rack-teaser p em.more {
	margin-top: 5px;
}
/* TW-Images */

.js .tw-images .rack {
	height: 113px;
}
.tw-images .rack-teaser {
	width: auto;
	height: 113px;
	margin: 0;
	padding: 0;
}
.tw-images .rack-teaser img {
	width: auto;
	height: 112px;
	margin: 0;
}

/*aufheben*/
@media only screen and (min-width : 321px) { /* Landscape */

}
/* TW-Slider */
.tw-slider span.prev,
.tw-slider span.next,
.slider {
	display: none;	
}



/* pagination for all sliders */

.viewport-pagination {
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin: 10px 0;
}

.viewport-pagination ul {
	display: block;
	text-align: center;
	list-style: none;
}
.viewport-pagination li {
	display: inline;
	list-style: none;
	cursor: pointer;
}
.viewport-pagination li.on {
	cursor: default;
}
.viewport-pagination button {
	margin: 0 5px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #999;
	border-radius: 50%;
	text-indent: -9999px;
	-webkit-appearance: none;
	cursor: pointer;
	background: #ccc;
	
	
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
}
.viewport-pagination .on button {
	cursor: default;
	background: #fff;
}
.viewport-pagination button span {
	display: block;
	margin: 1px;
	width: 6px;
	height: 6px;
	text-indent: -9999px;
	border-radius: 50%;
	
}

/* SEARCH RESULTS 
----------------- */

#search-results h1 em {
	display: inline;
	font-size: inherit;
	font-weight: bold;
}

#search-results .text ol {
	padding: 0;
	list-style: none;	
}
#search-results .text ol li {
	margin-top: 30px;
	margin-bottom: 30px;
}
#search-results .text ol li li {
	margin-top: 0;
	margin-bottom: 0;
}
.pager {
	margin: 10px 5px;
}


#main .super-list li h3 a {
	display: block;
	background: transparent url(../img/icons/mobile-sprites.png) no-repeat scroll 5px 10px;
	padding: 5px 0 2px 25px;
	font-weight: bold;
	cursor: pointer;
}

#main .super-list li h3 a.js-selected {
	background-color: #f2f2bf;
	background-position: 4px -136px;
}



.photo-index .photo img {
	width:100%;

}

.all a {
	display: block;
	background: transparent url(../img/icons/mobile-sprites.png) no-repeat scroll 5px 7px;
	padding: 2px 0 5px 25px;
}






#main .text p {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.vevent dt{
	margin: 10px 0 0 0;
	font-weight: bold;	
}

.vevent dd {
	background-color:#FFF;
	padding:5px;	
}

.vevent {
	background-color:#F0F0F0;
	padding:5px;
}

div.date {
    background-attachment: scroll;
    background-clip: border-box;
    
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 1.5em;
    width:auto;
    
}

.date .till {
	display: block;
	height: 100%;
	width:12px;
	text-indent: -9999px;
	background: url('../img/bgs/till_horizontal.gif') 50% 50% no-repeat;
}

.date span {
	float:left;
	color: #fff;
	height:100%;
	padding: 3px 5px 5px 3px;
	background-color: #AFAF00;
}

.date .d-end {
	background: #d9d940;
	height:100%;
}

.date abbr {
	border-bottom-style: none;
}

.dtstart ,
.dtend {
	display:none;
}

dl.media ,
dl.photo{
/*	background-color: #ECECEC; */
	margin-bottom:8px;
	padding:5px;

}

.text dl.media img {
	width:100%;
}





/* Tabkrams */

.text-box-section{
}

.text-box-tabs{
	background-color:#F0F0F0;
	padding:0px;
	margin:10px 0px 10px 0px;
}

.text-box-toc li{
	width:100%;
	list-style-type:none;
}

.text-box-toc li a{
	display:block;
	margin:0px;
}

.text-box-section-group .text-box-section{
}

ol.text-box-toc{
	padding:0px;
}

.text-box-toc li a.js-selected ,
.text-box-toc li a.a11y-focus ,
.text-box-toc li a:active ,
.text-box-toc li a:focus {
	color: #000000;
}


#sitemap .links li li a {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../img/icons/mobile-sprites.png");
	background-origin: padding-box;
	background-position: 30px 7px;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding-left: 45px;
}

#sitemap .links li li li a {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../img/icons/mobile-sprites.png");
	background-origin: padding-box;
	background-position: 60px 7px;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding-left: 75px;
}



#sitemap .links li {
	background-image: url("../img/bgs/dotted-line.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	background-origin: padding-box;
	border-style:none;
	margin:0px;
	padding:0px;
}

/*-------------- サイトマップ　07_906 --------------*/
div.sitemap {
	margin-bottom:20px;
}

div.sitemap h2 {
	line-height: inherit;
	font-size: inherit;
	margin-top: 10px;
}

div.sitemap h2 a {
	color: #333;
	padding-left: 25px;
	background: url(../../../../../../resources/sw_img/arr03.png) no-repeat left center;
}


/* -- 第二階層 -- */
div.sitemap ul {
	margin-top: 10px;
	margin-left: 25px;
}

div.sitemap ul li {
	margin-top:10px;
	background:url(../../../../../../resources/sw_img/arr01.png) left 0.4em no-repeat;
	padding-left:15px;
}


/* -- 第三階層 -- */
div.sitemap ul li ul {
	margin-top: 10px;
	margin-left: 0px;
}

div.sitemap ul li ul li {
	margin-top:10px;
}

/* -----------------------------
0727NIRテスト
--------------------------------- */

/* -- トグル初期非表示 -- */ 
#nav-global {
	display:none;
}

#nav-global ul:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#nav-global div > ul > li {
}

#nav-global div > ul > li > a ,
#nav-global div > ul > li > strong {
	float:left;
	width:50%;
	padding:16px 0px!important;
	font-size:13px;
	border-bottom:#999 1px solid!important;
	background-color: #2b2b2b;

	color:#ccc;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#nav-global div > ul > li:nth-child(odd) > a ,
#nav-global div > ul > li:nth-child(odd) > strong {
	border-right:#999 1px solid;
}



.bread-crumb {
	font-size:12px;
	/*display:none;*/
	margin: 5px 5px;
}

.bread-crumb h5 {
	font-size:12px;
}

.bread-crumb h5,
.bread-crumb ol,
.bread-crumb ol li {
	float:left;
}

.bread-crumb ol li {
	margin-left:5px;
	padding-left:5px;
	border-left:#CCC 1px dotted;
}

div.bread-crumb ol li:first-child {
	display: none;
}

#sharewithmain {
	padding:8px;
	padding-right: 4px;
}

/* -- マグノリアコピーライト削除 -- */
#copyright-magnolia {
	display:none;
}

/* -- ナビ表示位置順 -- */
#wrapper-2 {
	width: 100%;
	/*display:-webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display:flex;
	flex-direction:column-reverse;*/
	overflow:hidden;
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-flex-direction:column-reverse;/*--- safari（PC）用 ---*/
	flex-direction:column-reverse;
}

#wrapper-2 #wrapper-3 {
	width: 100%;
	/* -webkit-box-ordinal-group:1;
	-moz-box-ordinal-group:1;
	box-ordinal-group:1;*/
	overflow:hidden;
}

#wrapper-2 #nav {
	width: 100%;
	/*-webkit-box-ordinal-group:2;
	-moz-box-ordinal-group:2;
	box-ordinal-group:2;*/
	overflow:hidden;
}

/* ---- カラム分け1～5 ---- */
.multiColumn1 ,
.multiColumn2 ,
.multiColumn3 ,
.multiColumn4 ,
.multiColumn5 {
	clear:both;
	margin-bottom:30px;
	font-size: 0;
}


/* ---- 小カラム ---- */
div.column1 ,
div.column2 ,
div.column3 ,
div.column4 ,
div.column5 {
	margin-bottom:20px;
	font-size: 16px;
}


/*-- カラム clearfix --*/
.multiColumn2:after ,
.multiColumn4:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}


/* -- 1カラム -- */
.multiColumn1 div.column1 {
	width: 100%;
}

/* -- 2カラム -- */
.multiColumn2 div.column1 ,
.multiColumn2 div.column2 {
	width: 100%;
}


/* -- 3～5は2カラムに -- */

/* -- 3カラム -- */
/*
.multiColumn3 div.column1 ,
.multiColumn3 div.column2 ,
.multiColumn3 div.column3 {
	width: 48%;
	float: left;
}

.multiColumn3 div.column1 {
	margin-right:2%;
}

.multiColumn3 div.column3 {
	clear:both;
}
*/

/* -- 3カラム(詰め直し)  -- */
.multiColumn3 {
    display: inline;
	clear: none;
}

.multiColumn3 div.column1 ,
.multiColumn3 div.column2 ,
.multiColumn3 div.column3 {
	display: inline-block;
	clear: none;
	width: 48%;
	vertical-align: top;
	margin-right:2%;
}


/* -- 4カラム -- */
/*
.multiColumn4 div.column1,
.multiColumn4 div.column3 {
	width:48%;
	margin-right:2%;
	float:left;
}

.multiColumn4 div.column2,
.multiColumn4 div.column4 {
	width:48%;
	float:left;
}
*/

.multiColumn4 div.column3 {
	clear:both;
}


.multiColumn4 div.column1,
.multiColumn4 div.column2,
.multiColumn4 div.column3,
.multiColumn4 div.column4 {
	width:48%;
	margin-right:2%;
	float:left;
}

/* -- 5カラム -- */
/*
.multiColumn5 div.column1 ,
.multiColumn5 div.column2 ,
.multiColumn5 div.column3 ,
.multiColumn5 div.column4 ,
.multiColumn5 div.column5 {
	width: 48%;
	float: left;
}

.multiColumn5 div.column1 ,
.multiColumn5 div.column3 {
	margin-right:2%;
}

.multiColumn5 div.column5 {
	clear:both;
}
*/

/* -- 5カラム(詰め直し)  -- */
.multiColumn5 {
    display: inline;
	clear: none;
}

.multiColumn5 div.column1 ,
.multiColumn5 div.column2 ,
.multiColumn5 div.column3 ,
.multiColumn5 div.column4 ,
.multiColumn5 div.column5 {
	display: inline-block;
	clear: none;
	width: 48%;
	vertical-align: top;
	margin-right:2%;
}


/* 3カラムと5カラムが混ざらない様に */
.multiColumn3 + .multiColumn5:before ,
.multiColumn5 + .multiColumn3:before {
	content: "";
	display: block;
	clear: both;
}


/* -----------------------------
見出しスタイル：装飾のみ
--------------------------------- */

#wrapper-3 h1 {
	font-size: 230%;
	padding-bottom: 5px;
	margin-bottom:20px;
	margin-left: 10px;
	margin-right: 10px;
}

#wrapper-3 h1 img {
	max-width: 100%;
}

div.text-section h2 ,
div.title2 h2,
div.link-list h2,
div.link-list-url h2,
/*div.sitemap h2,*/
div.news-yuho dl dt,
div.news-result dl dt  {
	clear:both;
	position: relative;
	overflow: hidden;
	background: #333;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
	padding: 9px 18px;
	margin-bottom:20px;
}
div.text-section h2:before ,
div.title2 h2:before ,
div.link-list h2:before ,
div.link-list-url h2:before ,
/*div.sitemap h2:before ,*/
div.news-yuho dl dt:before ,
div.news-result dl dt:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgb(220,32,44);
	width: 75px;
	padding-top: 20px;
	margin-left: -37px;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

div.title3 h3 {
	margin: 0;
	padding: 0;
	background: rgb(226, 226, 226);
	color: #333;
	font-weight: bold;
	font-size: 114%;
	padding: 8px 12px;
	border-bottom:#333 2px solid;
	margin-bottom:15px;
}


div.title4 h4 {
	color: #333;
	font-weight: bold;
	font-size: 100%;
	padding: 8px 0px;
	border-bottom:#333 2px solid;
	margin-bottom:15px;
}

#wrapper-3 h5 {
}


/* -----------------------------
その他スタイル
--------------------------------- */
/*-------------- ハイライト引用符07_002 --------------*/

div.highlight-quoted-text {
	border:#F0F0F0 3px solid;
	background-color:#FFFFFF;
	padding: 15px;
}

div.highlight-quoted-text cite {
	background: transparent url(../../img/bgs/dash.png) no-repeat scroll 0px 8px;
	padding-left: 10px;
	font-size: 12px;
	font-style: italic;
}

/*-------------- テキストと画像コンポーネント07_003 --------------*/
div.text-section {
	position: relative;
	margin-bottom:20px;
}

/* -- 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: auto;
	margin-left: auto;
	margin-bottom:8px;
	width:auto;
	max-width:100%;
}

/*---------- 画像の付属を選択した場合_左 ----------*/

div.text-section dl {
	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 {
	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(http://www.nir2.ne.jp/irbridge_css/sw/zoom.png) left top no-repeat;
	width: 24px;
	height:24px;
	overflow: hidden;
	text-indent: -9999px;
	margin:0 auto;
}

/* -- 画像のキャプション -- */
div.text-section .caption {
	text-align:center;
	padding: 5px;
}

/* -- コピーライト -- */
div.text-section .copyright {
	text-align:center;
}

/* -- 画像の説明 -- */
div.text-section .longdesc {
	text-align:center;
}


/* -- _同時出現 -- */
div.news-latest-tabbed {
}

div.tabbox {
}


/*div.news-latest-tabbed*/ ul.tabItems,
.news-latest ul {
}

/*div.news-latest-tabbed*/ ul.tabItems li,
.news-latest ul li {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: inherit;

	margin: 18px 0px 0px;
/*	padding-top: 24px; */
/*	padding-left: 9.2em; */
	padding-bottom: 14px;
}

/*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,
.news-latest ul li h3 {
	border:none!important;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height: inherit;

	display: block; 
	font-size: 14px;
	background: none;
	padding-left: 0px;
	padding-top: 0px;
}

/*div.news-latest-tabbed*/ ul.tabItems li h3 a,
.news-latest ul li h3 a {
	display:block;
}

/* -- 続きを読む★★一時消し -- */
/*div.news-latest-tabbed*/ ul.tabItems li em.more,
.news-latest ul li em.more {
	display:none;
}

/* -- 日付★★ -- */
/*div.news-latest-tabbed*/ ul.tabItems li span.date,
.news-latest ul li span.date {
/*	position: absolute;
	top: 0px;
	left: 0px;
*/
}

/* -- カテゴリアイコン -- */
/*div.news-latest-tabbed*/ ul.tabItems li span.date + img ,
div.news-latest ul.tabItems li span.date + img {
/*	position: absolute;
	top: 0.2em;
	left: 9.2em;
*/
	padding-left: 10px;
/*	display: none; */
}

/* -- _リリースタブ切り替え -- */

p.yearTabs a {
	display:inline-block;
	border:#CCCCCC 1px solid;
	padding:10px 10px;
	margin-right:5px;
	margin-bottom:5px;
	font-weight:bold;
	width: 5.5em;
	text-align: center;
}

p.yearTabs a.active {
	font-weight: bold;
	background-color: #F5F5F5;
}

p.yearTabs:after {
	content: "";
    display: block;
    clear: both;
}

p.tabs{
	margin-bottom:20px;
}

p.tabs a {
	display:inline-block;
	width:auto;
	border:#CCCCCC 1px solid;
/*	margin-right:5px; */
	margin-bottom:5px;
	padding:5px 10px; 
	font-size: 15px;
}

p.tabs a.active {
	font-weight: bold;
	background-color: #F5F5F5;
	color: #333;
}

p.tabs a.active.allTab {
}
p.tabs a.active.tekijiTab {
}
p.tabs a.active.resultTab {
}
p.tabs a.active.gyousekiTab {
}
p.tabs a.active.prTab {
}
p.tabs a.active.irTab {
}
p.tabs a.active.governanceTab {
}
p.tabs a.active.yuhoTab {
}
p.tabs a.active.syosyuTab {
}
p.tabs a.active.noneTab {
}
p.tabs a.active.otherTab {

}

p.tabs:after {
	content: " ";
    display: block;
    clear: both;
}


/* -- 【続きを読む】【全てのニュース】削除分 -- */
div.news-latest ul li p em.more,
div.news-latest .all {
	display:none;
}




/*-------------- 有価証券報告書一覧07_209 --------------*/
/*-------------- 決算短信一覧（リスト）07_206 --------------*/

div.news-result ,
div.news-yuho {
}

div.news-result dl ,
div.news-yuho dl {
}

div.news-result dl dt ,		 /*h2相当*/
div.news-yuho dl dt {		 /*h2相当*/
}

div.news-result dl dd ,
div.news-yuho dl dd {
	margin-bottom: 15px;
}

div.news-result dl dd img,
div.news-yuho dl dd img {
	vertical-align: bottom;
}

div.news-result span.filesize ,
div.news-yuho span.filesize {
}


/*-------------- 別エリア表示07_912 --------------*/
div.reuse-main-area .redirect {
	display: none;
}



/*-------------- 財務ハイライト（科目別）07_215 --------------*/
/*-------------- 財務ハイライト（統合表示）07_216 --------------*/
div.highlights {
}


/* -- グラフ -- */
div.highlights-graph {
	margin-bottom:10px;
	max-width:100%;
}


/* -- 表組 -- */
div.highlights-table ,
div.highlights-alltable ,
div.highlights-alltable-2nd {
	overflow-x: auto;
	position: relative;
}

div.highlights-alltable div.table ,
div.highlights-alltable-2nd div.table {
}

div.highlights-table table ,
div.highlights-alltable div.table table ,
div.highlights-alltable-2nd div.table table {
	margin: 0 auto;
	border:#CDCDCD 1px solid;
}

div.highlights-table table th ,
div.highlights-alltable div.table table th ,
div.highlights-alltable-2nd div.table table th {
	background-color: rgb(102, 130, 147);
	color: #FFF;
	font-weight: bold;
	padding:10px 8px;
	text-align:center;
	border:#CDCDCD 1px solid;
	border-top-color: rgb(102, 130, 147) !important;
	border-bottom-color: rgb(102, 130, 147) !important;
	word-break: keep-all;
}

div.highlights-table table th:first-child ,
div.highlights-alltable div.table table th:first-child ,
div.highlights-alltable-2nd div.table table th:first-child {
	border-left-color: rgb(102, 130, 147);
}
div.highlights-table table th:last-child ,
div.highlights-alltable div.table table th:last-child ,
div.highlights-alltable-2nd div.table table th:last-child {
	border-right-color: rgb(102, 130, 147);
}

div.highlights-table table td ,
div.highlights-alltable div.table table td ,
div.highlights-alltable-2nd div.table table td {
	padding: 10px 8px;
	border:#CDCDCD 1px solid;
	word-break: keep-all;
}
div.highlights-table table td:first-child ,
div.highlights-alltable div.table table td:first-child ,
div.highlights-alltable-2nd div.table table td:first-child {
	background-color: #E0E0E0;
}
/* -- 数値部分 -- */
/* -- ★一時的な見栄え用 -- */
div.highlights-alltable div.table table td.c0 ,
div.highlights-alltable div.table table td.c1 ,
div.highlights-alltable div.table table td.c2 ,
div.highlights-alltable div.table table td.c3 ,
div.highlights-alltable div.table table td.c4 ,
div.highlights-alltable div.table table td.c5 ,
div.highlights-alltable-2nd div.table table td.c0,
div.highlights-alltable-2nd div.table table td.c1,
div.highlights-alltable-2nd div.table table td.c2,
div.highlights-alltable-2nd div.table table td.c3,
div.highlights-alltable-2nd div.table table td.c4 ,
div.highlights-alltable-2nd div.table table td.c5 {
	text-align:right;
}

div.highlights-table table td.c0 ,
div.highlights-table table td.c1 ,
div.highlights-table table td.c2 ,
div.highlights-table table td.c3 ,
div.highlights-table table td.c4 ,
div.highlights-table table td.c5 {
	text-align:right;
}

div.highlights-alltable div.table table th br,
div.highlights-table table th br {
	display: none;
}


/* -- 財務ハイライト ver2 -- */

div.highlights-2nd {
	margin-bottom: 40px;
}

div.highlights-2nd > div {
	height: auto !important;
	margin-bottom: 40px;
}

div.highlights-2nd .highlights-table {
	margin-top: 40px;
}

div.highlights-2nd .highlights-graph {
	width: 100% !important;
	min-width: auto !important;
	max-width: none !important;
	height: 320px !important;
}

/* -- 凡例 -- */
div.highlights-2nd .legend {
	margin: 0 auto !important;
	width: auto !important;
	min-width: auto !important;
	max-width: none !important;
	text-align: center;
}

div.highlights-2nd .legend-item-box {
	float: none !important;
	display: inline-block !important;
	margin-left: -5px;
}



/* -- 表タイトル -- */
div.table div.shwTableTitle {
	margin-bottom:15px;
}

/* -- 表組タイトル -- */
div.table div.shwTableTitle h2 {
	font-weight:bold;
	background-color:#FFFFFF;
}


/*-------------- 配当（グラフ）07_218 --------------*/
div.haitou-graph ,
div.haitou-graph-2nd {
	margin-bottom:40px;
}

/* 直書されているstyleを上書きする */
div.haitou-graph-2nd .graph {
}

/*-------------- 配当（表）07_219★★！！名前相違確認中 --------------*/
div.haitou-table {
	overflow-x: auto;
}

div.haitou-table table {
	margin:0 auto;
	border:#CDCDCD 1px solid;
}

div.haitou-table table th {
	border:#CDCDCD 1px solid;
	background-color: rgb(102, 130, 147);
	color: #FFF;
	padding:3px 10px;
	text-align:center;
	word-break: keep-all;
}

div.haitou-table table td {
	border:#CDCDCD 1px solid;
	padding:3px 10px;
	text-align:right;
	word-break: keep-all;
}

/* -- 配当グラフ左の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;
	background-color: #E0E0E0;
}




/* -- 0208グラフ(横幅指定なし版) -- */

.multiColumn1 div.graph ,
.multiColumn1 .highlights {
    margin-left:0!important;
    text-align:left;
	margin-bottom:10px;
}

.multiColumn2 div.graph ,
.multiColumn2 .highlights {
    margin-left:0!important;
    text-align:left;
	margin-bottom:10px;
}

/* -- グラフ メニューボタン非表示 -- */
.highcharts-button {
	display: none;
}

/* -- データラベル フル表示 -- */
.highcharts-data-labels > g {
	opacity: 1;
}

/* -- グラフ データラベル 文字影設定 -- */
/* -- (IEではこの設定は効ない。グラフテーマの設定が優先される) -- */
.highcharts-data-labels text {
	text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF !important;
}



/* ---- gnv_btn ---- */

div.sp_navi {
	position:relative;
	width:100%;
	text-align:right;
}

div.sp_navi:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.sp_navi h1 {
	position:absolute;
	top:15px;
	left:15px;
	margin:0;
}


/* -- ハンバーガーアイコン -- */


#panel-btn:hover{
  background: #fafafa;
}

/* -- x1.0サイズ -- */

/*
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 24px;
  height: 3px;
  margin: -2px 0 0 -12px;
  background: #DD202C;
  transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 3px;
  background: #DD202C;
  transition: .3s;
}

#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 6px;
}


#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#panel-btn{
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 5px 10px 10px 0;
  border-radius: 10%;
  background: #fff;
}
*/


/* -- x1.5サイズ -- */

#panel-btn-icon{
  display: block;
  position: absolute;
  top: 28px;
  left: 12px;
  width: 36px;
  height: 4px;
  margin: 0;
  background: #DD202C;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 4px;
  background: #DD202C;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -8px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}

#panel-btn{
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 5px 10px 10px 0;
  border-radius: 10%;
  background: #fff;
}


/* -- open時 -- */

#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}



/* -- バナーリンクの空h2表示防止 -- */
.teaser h2,
div.external-teaser h2,
div.download-teaser h2 {
	border-left:none;
	border-bottom:none;
}


/* -- テーブルスタイル -- */
.tableContents th {
	padding-right:20px;
	border-right:#CCCCCC 1px dotted;
	width:25%;
	word-wrap:break-word;
	word-break:break-word;
}

.tableContents .vtable-item {
	border-bottom:#CCCCCC 1px solid;
	padding:10px 0;
}

.tableContents .vtable-item table {
	width:100%;
}

.tableContents td.vtable-item1 {
	padding-left:20px;
}

.tableContents td {
	width:65%; /*※幅を指定する必要あり */
	word-wrap:break-word;
	word-break:break-word;
}

.vtable-item p {
}

.vtable-item ol {
	padding-left:2em;
}
.vtable-item ol li {
	list-style:decimal;
}

.vtable-item ul {
	padding-left: 1em;
}

.vtable-item ul li:before {
	content: "・";
	margin-left: -1em;
}
.vtable-item ul li {
}
/* -- ckエディタのリスト表示用 -- */
.vtable-item p em {
	font-style:italic;
}



.tableContents .vtable-item table table ,
.tableContents .vtable-item table table > tbody ,
.tableContents .vtable-item table table > tbody > tr ,
.tableContents .vtable-item table table > tbody > tr > td {
	display: block;
}

.tableContents .vtable-item table table > tbody > tr {
	margin-bottom: 15px;
}
.tableContents .vtable-item table table > tbody > tr > td {
	width: auto !important;
}




/* -- 表 -- */
div.table div.shwTable {
/*	font-size:12px; */
	overflow-x: auto;
}

div.table div.shwTable table{
	width:100%;
}

.shwTable .wtHider{
/*	height:auto !important; */
}


/**/
.tableContents .ircalendar-title table,
.tableContents .ircalendar-item table {
	width:100%;
}

.tableContents .ircalendar-title table th {
	border-right:none;
}

.tableContents .ircalendar-item .ircalendar-item1,
.tableContents .ircalendar-title th.ircalendar-title1 {
	width:25%;
	min-width: 5em;
}

.tableContents .ircalendar-item .ircalendar-item2,
.tableContents .ircalendar-title th.ircalendar-title2 {
	width:75%;
}

.tableContents .ircalendar-item {
	border-bottom:#CCCCCC 1px solid;
	padding:10px 0;
}


div.shwTable .htCore {
	position: relative;
}

div.shwTable .htCore td {
	color: #333;
	padding: 15px !important;
	border-color:#CCCCCC !important;
}

/* -- 一行目・一列目を見出し設定に -- */
div.shwTable .htCore td.tableColumnHead {
	background-color: #E0E0E0 !important;
	color: #333 !important;
}

div.shwTable .htCore td.tableRowHead {
	background-color: rgb(102, 130, 147) !important;
	color: #FFF !important;
	font-weight: bold;
	border-top-color: rgb(102, 130, 147) !important;
	border-bottom-color: rgb(102, 130, 147) !important;
}
div.shwTable .htCore td.tableRowHead:first-child {
	border-left-color: rgb(102, 130, 147) !important;
}
div.shwTable .htCore td.tableRowHead:last-child {
	border-right-color: rgb(102, 130, 147) !important;
}

td.tableColumnHead {
	text-align: left;
}

td.tableRowHead {
	text-align: center;
}


/* -- 表組(mobileモード) -- */
div.shwTable table.tbCore {
	width: auto;
}

/* -- セル -- */
div.shwTable .tbDimmed ,
div.shwTable .tbRowHead ,
div.shwTable .tbColumnHead {
	padding: 15px 15px;
	color: #333;
	border: 1px solid #CDCDCD;
	vertical-align: middle;
	white-space: nowrap;
}

/* -- 一行目・一列目を見出し設定に -- */
div.shwTable .tbColumnHead ,
div.shwTable .tbRowHead {
}

div.shwTable .tbColumnHead {
	text-align: left;
    background-color:#E0E0E0;
}

div.shwTable .tbRowHead {
	text-align: center;
	background-color: rgb(102, 130, 147);
	color: #FFF;
	font-weight: bold;
	border-top-color: rgb(102, 130, 147);
	border-bottom-color: rgb(102, 130, 147);
}

div.shwTable .tbRowHead:first-child {
	border-left-color: rgb(102, 130, 147) !important;
}
div.shwTable .tbRowHead:last-child {
	border-right-color: rgb(102, 130, 147) !important;
}


/* 縦・横揃え */
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;
}


/*-- スワイプアイコン --*/
div.shwTable ,
div.highlights-table ,
div.highlights-alltable-2nd ,
div.haitou-table ,
div.haitou-table-2nd ,
.icon-swip {
	position: relative;
}

div.shwTable:before ,
div.highlights-table:before ,
div.highlights-alltable-2nd:before ,
div.haitou-table:before ,
div.haitou-table-2nd:before ,
.icon-swipe {
	content: '';
	z-index:50;
	position: absolute;
	top: 30%;
	left: 50%;
	width: 110px;
	height: 110px;
	margin-left: -55px;
	background-image:url(../../../../../sw_img/icon_swip.png);
	background-position: 0 0;
	background-size: 110px auto;
	opacity: 0.3;
}

@media all and (orientation: landscape) { 
	.icon-swipe {
		display:none;
	} 
}





div.link-list ul {
	margin-bottom: 20px;
}

div.link-list ul:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* -- 内部リンク07_404 -- */
div.link-list .internal-link-text,
div.link-list-url .internal-link-text {
	background:url(../../../../../../resources/sw_img/arr01.png) left 0.4em no-repeat;
	padding-left:15px;
}

/* -- 外部リンク07_406 -- */
div.link-list .external-link-text,
div.link-list-url .external-link-text {
	background:url(../../../../../../resources/sw_img/arr01.png) left 0.4em no-repeat;
	padding-left:15px;
}

/* -- 別窓アイコン -- */
div.link-list .internal-link-text a[target="_blank"]:after ,
div.link-list-url .internal-link-text a[target="_blank"]:after ,
div.link-list .external-link-text a[target="_blank"]:after ,
div.link-list-url .external-link-text a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/sw_img/arr00.png) 6px 0.2em no-repeat;
	padding-left:24px;
}


/* -- ダウンロードリンク07_408　07_409 -- */
div.link-list .download-link-text,
div.link-list-url .download-link-url {
	margin-bottom: 15px;
}

div.link-list .download-link-text img,
div.link-list-url .download-link-url img {
	vertical-align:middle;
}

div.link-list .download-link-text a,
div.link-list-url .download-link-url a {
/*	display: block; */
}

/* -- ダウンロードリンク容量表示 -- */
div.link-list .download-link-text em,
div.link-list-url .download-link-url em {
	display: inline-block;
	vertical-align: top;
}

div.link-list em,
div.link-list-url em {
	font-size: 85.7%; /* 12px */
	font-style:normal;
}

/*-------------- FAQ07_701 --------------*/
div.faq-list {
}

div.faq-list > ul {
}

div.faq-list > ul > li {
	clear:both;
	margin-bottom: 15px;
}

div.faq-list h3:before {
	content: "Q";
	font-size: 18px;
	font-weight: bold;
	color: #DD202C;
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 1;
}

div.faq-list h3 {
	font-size: 15px;
	font-weight: bold;
	border: none;
	margin: 0px;
	padding: 10px;
	line-height:1.35;
	background: #eee;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}


div.faq-list .faq-item:before {
	content: "A";
	font-size: 18px;
	font-weight: bold;
	color: #DD202C;
	position: absolute;
	top: 0;
	left: 10px;
}

div.faq-list .faq-item {
	position: relative;
	padding-left: 40px;
}


/*-------------- 内部ページリンク（エリアリンク）07_411 internal --------------*/
/*-------------- 外部ページリンク（エリアリンク）07_412 external --------------*/
/*-------------- ダウンロードリンク（エリアリンク）07_413 download --------------*/

div.internal-link-area,
div.external-link-area,
div.download-link-area {
	clear:both;
	position: relative;
}

div.internal-link-area a,
div.external-link-area a {
	color: #333;
	display: block;
}
div.download-link-area a {
}

div.internal-link-area a:hover ,
div.external-link-area a:hover {
	color: #999;
	text-decoration: none;
}

div.internal-link-area a img,
div.external-link-area a img,
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%;
}

/* -- 別窓アイコン -- */
/*
div.internal-link-area  a[target="_blank"]:after ,
div.external-link-area  a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/sw_img/arr00.png) 3px center no-repeat;
	padding-left:20px;
}
*/

/* -- pdfアイコン -- */
div.download-link-area a[href$=".pdf"]:before {
	content: "";
	background:url(../../img/defaulticon/common/pdf.png) left top no-repeat;
	padding-left:18px;
	display: inline-block;
	min-height: 23px;
	vertical-align: bottom;
}

/* -----------------------------
	個別設定
--------------------------------- */

#head_frame {
/*	display: none; */
}

#header .logo2 ,
#header .headnav ,
#header .search {
	display: none;
}

/*
ul#headnav:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
*/


/* -- 言語リンク -- */
#header .headlang {
	display: none;
	background-color: #EEE;
	padding: 10px 0;
}

#header .headlang:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#header .headlang li {
	float: left;
	width: 25%;
}

#header .headlang li a {
	display: block;
	font-size:11px;
	text-align: center;
	color:#333;
	border-left:#aaa 1px solid;
}

#header .headlang li:first-child a {
	border-left: none;
}


#header .search {
/*	position: absolute; */
	top: 15px;
	right: 0px;
/*	width: 290px; */
	height: 27px;
	padding: 6px 8px;
	box-sizing: content-box;
}


/* 検索 */
#header .search .cse .gsc-control-cse ,
#header .search .gsc-control-cse {
	padding: 0;
	border: none;
}
#header .search form.gsc-search-box {
	margin: 0;
}
#header .search table.gsc-search-box {
	margin: 0;
	line-height: 0.7;
}
#header .search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0;
	vertical-align: top;
	line-height: 1;
/*	background-image: none !important; */
}
#header .search input.gsc-input,
#header .search .gsc-input-box,
#header .search .gsc-input-box-hover,
#header .search .gsc-input-box-focus {
/*	border: none; */
	box-sizing: content-box;
}
#header .search .gsc-input-box {
	box-shadow: inset 0 1px 2px rgba(0,0,0, 0.7);
}
#header .search .cse .gsc-search-button input.gsc-search-button-v2 ,
#header .search input.gsc-search-button-v2 {
	margin: 0;
	border: none;
	border-radius: 0;
	padding: 7px 8px;
	background-color: rgb(231, 99, 108);
	border-left: 1px solid rgb(221, 32, 44);
	box-sizing: content-box;
}
#header .search .gsst_a {
	padding-top: 8px;
}

/* -- スライダー -- */
.hdbg {
	border-top: 1px solid #FFF;
	margin-bottom: 20px;
}
.hdbg a {
	opacity: 1;
}
.hdbg a:hover {
	opacity: 0.6;
}


.hdbg .hdbg-img {
	width: 100%;
/*	height: auto; */
/*	background: #FFF url(../../../../../../resources/sw_img/hdbg01.jpg) no-repeat center top; */
	opacity: inherit;
}

.hdbg .hdbg-img > div {
/*	width: 976px;
	height: 400px;
	margin: 0 auto;
*/
	position: relative;
	overflow: hidden;
}

.hdbg .hdbg-img > div img {
/*	clip: rect( 0px, 1176px, 400px, 200px); */
/*	position: absolute; */
/*	left: -200px; */
	width: 100%;
	height: auto;
	width: 120%;
	margin-left: -10%;

}

.hdbg #hdbg01 {
/*	background: #FFF url(../../../../../../resources/sw_img/hdbg01.jpg) no-repeat center top; */
}
.hdbg #hdbg02 {
/*	background: #FFF url(../../../../../../resources/sw_img/hdbg02.jpg) no-repeat center top; */
	visibility: hidden;
}

.hdbg p.lead_title {
	position: absolute;
	top: 20%;
	left: 58%;
	font-size: 12px;
	color: #333;
}
.hdbg p.lead_title:after {
	content: ">>>";
	font-size: 11px;
	color: #DD202C;
	vertical-align: middle;
	margin-left: 12px;
}
.hdbg p.lead_text {
	position: absolute;
	width: 40%;
	top: 40%;
	left: 58%;
	line-height: 1;
	font-size: 10px;
	color: #333;
	font-weight: bold;
}
.hdbg p.lead_text br {
	display: none;
}


/* -- フッター -- */
.footer_frame {
	position: absolute;
/*	top: 0; */
	left: 0;
	width: 100%;
	background: #FFF;
}


.toTop {
	display: none;
}

/*
.toTop {
	width: 976px;
	height: 55px;
	margin: 0 auto;
}
*/
.toTop a {
	display: block;
	float: right;
	width: 44px;
	height: 44px;
}


.footer_padding {
	display: block;
	width: 100%;
	clear: both;
}



#footer_copyright {
	color: #000;
	font-size: 13px;
/*	width: 976px; */
/*	height: 40px; */
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}


/*-- フッターリンク -- */

.footer-about {
/*	width: 19%; */
/*	float: left; */
	padding: 1px 0;
	padding-left: 1%;
	font-size: 13px;
/*	padding-top: 20px; */
/*	padding-bottom: 40px; */
	background: #333;
/*	margin-top: 65px; */

	padding: 0;
	clear: none;
}

#site-info-box {
	width: calc(100% + 1px);
}

.footer-about p > u {
	text-decoration: none;
}

.footer-about p > u > a {
	display: block;
/*
	background:url(../../../../../../resources/sw_img/arr06.png) left 0.3em no-repeat;
	padding-left:10px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: 10%;
	border-bottom: #777 solid 1px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
*/

	float:left;
	width:50%;
	padding:16px 0px!important;
	font-size:13px;
	border-bottom:#999 1px solid!important;
	color:#ccc;
	font-weight: bold;
	background: #333;
	text-align: center;
}
.footer-about p > a {
/*	display: block;
	padding-left:10px;
	background:url(../../../../../../resources/sw_img/arr05.png) left 0.5em no-repeat;
	margin-bottom: 8px;
	color: #CCC;
*/
	display: none;
}
/* -- 別窓アイコン -- */
/*.footer-about p > a[target="_blank"]:after , */
.footer-about p > u > a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/sw_img/arr00black.png) 6px 0.2em no-repeat;
	padding-left:24px;
}

/*.footer-link-list ul li:nth-child(odd){ */
.footer-about p > u > a {
	border-right:#999 1px solid;
}



/* -- プロモス1 -- */
#promos1 .promos .teaser.no-img {
	position: relative;
	box-sizing: border-box;
	background: url(../../../../../../resources/sw_img/tbg01.png) repeat;
	color: rgb(221, 32, 44);
	border: #D6D6D6 1px solid;
	margin: 0px;
	margin-bottom: -1px;
}

#promos1 .promos .teaser.no-img h2 {
	padding:0;
	margin:0;
}

#promos1 .promos .teaser.no-img h2 a {
	position: relative;
	display: block;
	color: rgb(221, 32, 44);
	margin: 0px;
	padding: 15px 5px;
	font-size: 125.4%;
	font-weight: bold;
	text-align: center;
}

#promos1 .promos .teaser.no-img h2 a:before ,
#promos1 .promos .teaser.no-img h2 a:after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	box-sizing: border-box;
	border: none;

	transition: width 0.4s, height 0.4s;
}

#promos1 .promos .teaser.no-img h2 a:before {
	top: 0px;
	left: 0px;
}
#promos1 .promos .teaser.no-img h2 a:after {
	bottom: 0px;
	right: 0px;
}
#promos1 .promos .teaser.no-img h2 a:hover {
	text-decoration: none;
}
#promos1 .promos .teaser.no-img h2 a:hover:before{
	content: "";
	width: 100%;
	height: 100%;

	border-top: 5px solid rgba(221, 32, 44, 0.5);
	border-left: 5px solid rgba(221, 32, 44, 0.5);
}

#promos1 .promos .teaser.no-img h2 a:hover:after{
	content: "";
	width: 100%;
	height: 100%;

	border-right: 5px solid rgba(221, 32, 44, 0.5);
	border-bottom: 5px solid rgba(221, 32, 44, 0.5);
}


/* -- プロモス2 -- */

#promos2 .promos  .teaser h2 {
	padding-left: 25px;
	background: url(../../../../../../resources/sw_img/arr01.png) no-repeat 5px center;
}

/* -- カテゴリトップ -- */

.multiColumn2 .teaser h2 {
	padding-left: 25px;
	background: url(../../../../../../resources/sw_img/arr03.png) no-repeat left center;
}

.multiColumn3 .teaser h2 {
	padding-left: 22px;
	background: url(../../../../../../resources/sw_img/arr04.png) no-repeat left center;
}

.multiColumn4 .teaser h2 {
	padding-left: 25px;
	background: url(../../../../../../resources/sw_img/arr03.png) no-repeat left center;
}

/* -- 別窓アイコン -- */
.multiColumn3 .teaser h2 a[target="_blank"]:after ,
.multiColumn4 .teaser h2 a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/sw_img/arr00.png) 3px 0.2em no-repeat;
	padding-left:20px;
}


/* -- html1 -- */

#html1 .sublogo {
	width: 100%;
/*	height: 195px; */
	font-size: 93%;
	clear: both;
	padding-top: 20px;
}

#html1 .sublogo > div {
/*	width: 976px; */
/*	height: 195px; */
/*	margin: 0 auto; */
}
#html1 .sublogo img {
	display: block;
	clear: both;
	margin: 0 auto;
	max-width: 100%;
}

#html1 .sublogo p {
	display: block;
	margin: 0 auto;
	text-align:center;
	color: #333;
}

#html1 .sublogo p.super {
	font-size: 115%;
	font-weight: bold;
	letter-spacing: -0.1em;
	margin-bottom: 5px;
}

#html1 .sublogo span.hairline {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 1px;
	border-top: 1px solid #333;
	margin: 10px;
}

/*
#html1 .sublogo p.title {
	font-size: 45px;
	font-weight: bold;
	line-height: 1;

	font-family: 'sans-serif','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic';
}
*/

#html1 .sublogo p.abstoract {
	color: #777;
	max-width: 80%;
}

#html1 .sublogo p.redline {
	width: 15%;
	border-top: 1px solid #DD202C;
	margin-top: 15px;
	margin-bottom: 15px;
}

#html1 .sublogo .lt-005 {
	letter-spacing: -0.05em;
}
#html1 .sublogo .lt-007 {
	letter-spacing: -0.07em;
}
#html1 .sublogo .lt-01 {
	letter-spacing: -0.1em;
}
#html1 .sublogo .lt01 {
	letter-spacing: 0.1em;
}
#html1 .sublogo .lt02 {
	letter-spacing: 0.2em;
}
#html1 .sublogo .lt05 {
	letter-spacing: 0.5em;
}
#html1 .sublogo .pad10 {
	padding-top: 10px;
}
#html1 .sublogo .pad20 {
	padding-top: 20px;
}


/* -- 装飾 -- */

a.link_newslist {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	text-align: center;
	padding: 9px 0px;
	color: #FFF;
	font-size: 18px;
	line-height: 1.4em;
	background: #777 url(../../../../../../resources/sw_img/h2bg02.png) repeat;
}

a.link_newslist:hover {
	text-decoration: none;
	background: #777 url(../../../../../../resources/sw_img/h2bg03.png) repeat;
}


a.arrlink {
	background:url(../../../../../../resources/sw_img/arr01.png) left 0.4em no-repeat;
	padding-left:15px;
}
a[target="_blank"].arrlink:after {	/* -- 別窓アイコン -- */
	content: "";
	background:url(../../../../../../resources/sw_img/arr00.png) 6px 0.2em no-repeat;
	padding-left:24px;
}



table.wrapbox ,
table.wrapbox > tbody ,
table.wrapbox > tbody > tr ,
table.wrapbox > tbody > tr > td {
	display: inline;
}


table.contact_btn {
	width: 100%;
	background: #eee;
	border: 2px solid #DD202C;
	border-radius: 3px;
}

table.contact_btn th {
	font-weight:bold;
	font-size: 123.1%;
/*	padding: 15px 15px; */
	display: inline;
}

table.contact_btn td {
/*	padding: 15px 15px; */
/*	vertical-align: middle; */
	display: inline;
}

table.contact_btn td:last-child {
	width: 45%;
	text-align:right;
	vertical-align:bottom;
}

table.contact_btn p {
	margin: 5px 15px;
}

table.contact_btn a {
	display: block;
	text-align:center;
	background: #333;
	border: 1px solid #333;
	border-radius: 8px;
	color: #FFF;
	padding: 10px 50px;

	transition: color 0.2s, background-color 0.2s;
}

table.contact_btn a:hover {
	text-decoration: none;
	background: #FFF;
	color: #333;

	transition: color 0.2s, background-color 0.2s;
}



/* -- 東京鉄鋼とは -- */

a:hover table.aboutbox_back {
	opacity: 0.6;
}
table.aboutbox_back {
	display: block;
/*	position:absolute; */
	top: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 180px;
}
table.aboutbox_back:before {
	content: "";
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 30px 30px;
	border-color: rgb(198, 10, 15) rgb(221, 32, 44) rgb(221, 32, 44) rgb(198, 10, 15);
}
table.aboutbox_back:after {
	content: "";
	display: block;
	position:absolute;
	top: 59px;
	left: 22px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 7px 9px 7px;
	border-color: rgb(221, 32, 44) transparent transparent transparent;
}

table.aboutbox_step {
	position:absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
}
table.aboutbox_step td {
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	font-weight: bold;
	font-family: sans-serif, meiryo;
}
table.aboutbox_step td p:nth-child(1) {
	font-size: 11px;
	letter-spacing: 2px;
}
table.aboutbox_step td p:nth-child(2) {
	font-size: 30px;
	padding-left: 2px;
	margin-top: -3px;
}

table.aboutbox_sub {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
}
table.aboutbox_sub td {
	color: #FFF;
	padding-left: 20px;
	padding-top: 80px;
	font-size: 11px;
	font-weight: bold;
}
table.aboutbox_sub td p {
	position: relative;
	display: inline;
	letter-spacing: 2px;
}
table.aboutbox_sub td p:before {
	content: "「";
	color: red;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: -5px;
	left: -20px;
}
table.aboutbox_sub td p:after {
	content: "」";
	color: red;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	bottom: -5px;
	right: -20px;
}

table.aboutbox_title {
	position:absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 90px;
}
table.aboutbox_title td {
	color: #FFF;
/*	font-weight: bold; */
	font-size: 21px;
	padding: 0 10px;
	vertical-align: middle;
}


/* -- 東京鉄鋼とは index -- */

a:hover table.aboutidx_back {
	opacity: 0.6;
}
table.aboutidx_back {
	display: block;
/*	position:absolute; */
	top: 0;
	left: 0;
	background: #525252;
	width: 100%;
	height: 200px;
}
table.aboutidx_back td {
	display: block;
/*	position:absolute; */
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	padding: 0;
	border-style: solid;
	border-width: 0px 0px 100px 100px;
	border-color: #343434 #525252 #525252 #343434;
}
table.aboutidx_back td:before {
	content: "";
	display: block;
	position:absolute;
	top: 20px;
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 30px 30px;
	border-color: rgb(198, 10, 15) rgb(221, 32, 44) rgb(221, 32, 44) rgb(198, 10, 15);
}
table.aboutidx_back td:after {
	content: "";
	display: block;
	position:absolute;
	top: 80px;
	left: 43px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 7px 9px 7px;
	border-color: rgb(221, 32, 44) transparent transparent transparent;
}

table.aboutidx_step {
	position:absolute;
	top: 20px;
	left: 20px;
	width: 60px;
	height: 60px;
}
table.aboutidx_step td {
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	font-weight: bold;
	font-family: sans-serif, meiryo;
}
table.aboutidx_step td p:nth-child(1) {
	font-size: 11px;
	letter-spacing: 1px;
}
table.aboutidx_step td p:nth-child(2) {
	font-size: 32px;
	padding-left: 3px;
	margin-top: -3px;
}

table.aboutidx_title {
	position:absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 100px;
}
table.aboutidx_title td {
	color: #FFF;
/*	font-weight: bold; */
	font-size: 18px;
	padding-left: 10px;
	vertical-align: middle;
}




/* 韓国語リンク非表示 */
/*
.headlang li:nth-child(3) {
    display: none;
}
*/

/* 中国語リンク非表示 */
/*
.headlang li:nth-child(4) {
    display: none;
}
*/
