﻿@charset "utf-8";

/* ======================================================
 * ELEMENT **********************************************
 * Common Setting
 * Article Parts
 * Section Parts
 * Heading Parts
 * Indent Parts
 * Text Parts
 * List Parts
 * Link Parts
 * Navi Parts
 * Table Parts
 * Layout Parts
 * Figure Parts
 * Box Parts
 * Index Parts
 * Form Parts
 * Other Parts
 * UNIQUE ***********************************************
 * Page Component
 * ClearFix
====================================================== */

/********************************************************

  ELEMENT

********************************************************/

/* Common Setting
------------------------------------------------------ */
/* input */
#old-layout input[type="text"],
#old-layout input[type="password"],
#old-layout textarea {
	padding: 5px;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	background: #ffffff;
}

/* hover */
#old-layout img.imgover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	zoom: 1;
}

/* tel */
#old-layout a[href^="tel:"] {
	color: #333333;
	text-decoration: none;
	cursor: default;
}

/* loading */
#old-layout #loading_overlay {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	zoom: 1;
	z-index: 9999;
}
#old-layout #loading_icon {
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	width: 120px;
	height: 130px;
	margin: -65px 0 0 -185px;
	background: url(/old_contents/common/images/com_loading_ic02.gif) no-repeat 0 0;
	text-indent: -9999px;
	z-index: 9999;
}
#old-layout .loading_more {
	clear: both;
	margin: 30px 0 0 0;
	height: 70px;
	background: url(/old_contents/common/images/com_loading_ic03.gif) no-repeat 50% 0;
	text-indent: -9999px;
}

/* siteSearch */
#old-layout .siteSearch {
}
#old-layout .siteSearch .search_form {
}
#old-layout .siteSearch .search_form .search_input {
	float: left;
	width: 166px;
	height: 30px;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	border-radius: 0;
	background-color: #eeeeee;
	color: #333333;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
	-webkit-appearance: none;
}
#old-layout #nfSearch.siteSearch .search_form .search_input {
	width: 590px;
	height: 41px;
	padding: 7px 10px 5px;
	background-color: #ffffff;
	border-right: none !important;
	font-size: 16px;
	font-size: 1.6rem;
}
#old-layout .siteSearch .search_form .search_input.noFocus {
	border: 1px solid #eeeeee;
	color: #666666;
}
#old-layout #nfSearch.siteSearch .search_form .search_input.noFocus {
	border-color: #cccccc;
	color: #777777;
}
#old-layout .siteSearch .search_form .search_input:hover {
	border: 1px solid #cccccc;
}
#old-layout .siteSearch .search_form .search_submit {
	float: left;
	width: 34px;
	height: 30px;
	border: none;
	border-radius: 0;
	background-color: #113366;
	background-image: url(/old_contents/common/images/com_search_ic01.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -9999px;
	outline: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
	-webkit-appearance: none;
}
#old-layout #nfSearch.siteSearch .search_form .search_submit {
	width: 86px;
	height: 41px;
	padding: 2px 0 0 33px;
	border: 1px solid #cccccc;
	border-left: none !important;
	background-image: url(/old_contents/common/images/com_search_ic01.png);
	background-position: 9px 50%;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
	text-indent: 0;
}
#old-layout .siteSearch .search_form .search_submit:hover {
	background-color: #1b4e8c;
}

/* productsSearch */
#old-layout .productsSearch {
}
#old-layout .productsSearch .search_form {
}
#old-layout .productsSearch .search_form .search_input {
	float: left;
	padding: 7px 10px 5px;
	border: 1px solid #cccccc;
	border-right: none !important;
	border-radius: 0;
	background-color: #ffffff;
	color: #333333;
	line-height: 1.5;
	-webkit-appearance: none;
}
#old-layout #navigationSearch.productsSearch .search_form .search_input {
	width: 192px;
	height: 32px;
}
#old-layout .mainSearch.productsSearch .search_form .search_input {
	width: 374px;
	height: 41px;
	font-size: 16px;
	font-size: 1.6rem;
}
#old-layout .productsSearch .search_form .search_input.noFocus {
	border-color: #cccccc;
	color: #777777;
}
#old-layout .productsSearch .search_form .search_input:hover {
}
#old-layout .productsSearch .search_form .search_submit {
	float: left;
	padding: 2px 0 0 0;
	border: 1px solid #cccccc;
	border-left: none !important;
	border-radius: 0;
	background-color: #113366;
	background-image: url(/old_contents/common/images/com_search_ic01.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #ffffff;
	text-align: left;
	text-indent: -9999px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
	-webkit-appearance: none;
}
#old-layout #navigationSearch.productsSearch .search_form .search_submit {
	width: 32px;
	height: 32px;
}
#old-layout .mainSearch.productsSearch .search_form .search_submit {
	width: 41px;
	height: 41px;
}
#old-layout .productsSearch .search_form .search_submit:hover {
	background-color: #1b4e8c;
}


/* Article Parts
------------------------------------------------------ */
/*----- artWrap -----*/
#old-layout [class^="artWrap"] {
	clear: both;
}
#old-layout [class^="artWrap"] > *:first-child {
	margin-top: 0 !important;
}
#old-layout .artWrap01 {
}

/* artTime */
#old-layout .artTime01 {
}
#old-layout .artWrap01 .heading01 + .artTime01 {
	margin-top: 0 !important;
}
#old-layout .artTime01 + * {
	margin-top: 1em;
}


/* Section Parts
------------------------------------------------------ */
/* selector */
#old-layout [class^="sectioning"] > *:first-child {
	margin-top: 0 !important;
}
#old-layout [class^="sectioning"] {
	clear: both;
}
#old-layout .sectioning01 { margin: 40px 0 0 0 !important; }
#old-layout .sectioning02 { margin: 35px 0 0 0 !important; }
#old-layout .sectioning03 { margin: 30px 0 0 0 !important; }
#old-layout .sectioning04 { margin: 30px 0 0 0 !important; }
#old-layout .sectioning05 { margin: 25px 0 0 0 !important; }


/* Heading Parts
------------------------------------------------------ */
/* selector */
#old-layout [class^="sectioning"] > [class^="heading"]:first-child {
	margin-top: 0;
}
#old-layout #contents .headingWrap01 + *,
#old-layout #contents .headingVisual01 + * {
	margin-top: 30px;
}
#old-layout #contents .heading02 + *,
#old-layout #contents .heading04 + *,
#old-layout #contents .heading05 + *,
#old-layout #contents .heading06 + *,
#old-layout #contents .heading07 + *,
#old-layout #contents .headingWrap03 + * {
	margin-top: 20px;
}
#old-layout #contents .heading01 + * {
	margin-top: 15px;
}
#old-layout #contents .heading03 + * {
	margin-top: 10px;
}

/* heading01 */
#old-layout .heading01 {
	margin: 40px 0 15px;
	color: #113388;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}
#old-layout .artWrap01 .heading01 {
	margin-bottom: 0;
}
#old-layout .heading01 .category {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}
/* heading02 */
#old-layout .heading02 {
	margin: 35px 0 20px;
	padding: 20px 0 0 0;
	border-top: 1px solid #cccccc;
	color: #113388;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}
#old-layout .heading02.noLine {
	padding-top: 0;
	border-top: none;
}
#old-layout .heading02.with-icon1 {
	padding-left: 60px;
	background: url(/old_contents/common/images/com_head_ic05.png) no-repeat 14px 1em;
	color: #000000;
}
#old-layout .heading02 .small {
	font-size: 18px;
	font-size: 1.8rem;
}
/* heading03 */
#old-layout .heading03 {
	margin: 30px 0 10px;
	background: url(/old_contents/common/images/com_hr01.png) repeat-x 0 100%;
	color: #113388;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.5;
}
/* heading04 */
#old-layout .heading04 {
	margin: 30px 0 20px;
	padding: 0 0 0 10px;
	border-left: 3px solid #113388;
	color: #113388;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
}
#old-layout .heading04 .icon {
	display: block;
	margin: 5px 0 0 0;
}
/* heading05 */
#old-layout .heading05 {
	margin: 25px 0 20px;
	padding: 0 0 0 11px;
	border-left: 2px solid #555555;
	color: #000000;
	font-weight: bold;
	line-height: 1.25;
}
/* heading06 */
#old-layout .heading06 {
	margin: 40px 0 20px;
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
/* heading07 */
#old-layout .heading07 {
	margin: 40px 0 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}
#old-layout .heading07.with-icon1 {
	padding: 2px 0 0 45px;
	background: url(/old_contents/common/images/com_head_ic06.png) no-repeat 0 0;
}

/* headingWrap01 */
#old-layout .headingWrap01 {
	clear: both;
	display: table;
	width: 100%;
	margin: 60px 0 30px;
	background: #f5f5f7;
}
#old-layout .headingWrap01 > .heading {
	display: table-cell;
	padding: 10px 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	color: #113388;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.5;
	vertical-align: middle;
}
#old-layout .headingWrap01 > .heading .category {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}
#old-layout .headingWrap01 > .image {
	display: table-cell;
	width: 220px;
	vertical-align: middle;
}
/* headingWrap02 */
#old-layout .headingWrap02 {
	clear: both;
	margin: 40px 0 20px;
}
#old-layout .headingWrap02 > .heading {
	float: left;
	color: #113388;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.5;
}
#old-layout .headingWrap02 > .link {
	float: right;
	margin: 5px 0 0 0;
}
#old-layout .headingWrap02 > .link a {
	display: inline-block;
	padding: 0 15px 0 0;
	background: url(/old_contents/common/images/com_link_ic11.png) no-repeat 100% 50%;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.5;
}
#old-layout .headingWrap02 > .link a.type-more:before {
	content: "";
	position: relative;
	left: -9px;
	top: 0;
	display: inline-block;
	width: 10px;
	height: 7px;
	background: url(/old_contents/common/images/com_link_ic06.png) no-repeat 0 0;
}
/* headingWrap03 */
#old-layout .headingWrap03 {
	clear: both;
	margin: 30px 0 20px;
}
#old-layout .headingWrap03 > .heading {
	float: left;
	padding: 0 0 0 10px;
	border-left: 3px solid #113388;
	color: #113388;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
}
#old-layout .headingWrap03 > .caption {
	float: right;
	margin: 3px 0 0 0;
	line-height: 1.25;
}

/* headingVisual01 */
#old-layout .headingVisual01 {
	clear: both;
	display: table;
	width: 100%;
	margin: 60px 0 30px;
	background: #113388;
}
#old-layout #products .headingVisual01 { background: url(/old_contents/common/images/com_head_bg01_1.jpg) no-repeat 0 0; }
#old-layout #corporate .headingVisual01 { background: url(/old_contents/common/images/com_head_bg01_2.jpg) no-repeat 0 0; }
#old-layout #corporate.recruit .headingVisual01 { background: url(/old_contents/common/images/com_head_bg01_11.jpg) no-repeat 0 0; }
#old-layout #ir .headingVisual01 { background: url(/old_contents/common/images/com_head_bg01_3.jpg) no-repeat 0 0; }
#old-layout #csr .headingVisual01 { background: url(/old_contents/common/images/com_head_bg01_4.jpg) no-repeat 0 0; }
#old-layout #contact .headingVisual01 { background: url(/old_contents/common/images/com_head_bg01_5.jpg) no-repeat 0 0; }
#old-layout #knowledge .headingVisual01 { background: url(/old_contents/common/images/com_head_bg01_6.jpg) no-repeat 0 0; }
#old-layout #rd .headingVisual01 { background: url(/old_contents/common/images/com_head_bg01_7.jpg) no-repeat 0 0; }
#old-layout #procure .headingVisual01 { background: url(/old_contents/common/images/com_head_bg01_10.jpg) no-repeat 0 0; }
#old-layout .headingVisual01 > .head {
	display: table-cell;
	height: 110px;
	padding: 15px 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	color: #113388;
	font-size: 28px;
	font-size: 2.8rem;
	text-shadow: 1px 1px 0px rgba(51,51,51,0.25);
	line-height: 1.5;
	vertical-align: middle;
}


/* Indent Parts
------------------------------------------------------ */
/* paragraph */
#old-layout .paragraph01 { margin-top: 1.0em !important; }
#old-layout .paragraph02 { margin-top: 2.0em !important; }
#old-layout .paragraph03 { margin-top: 0.5em !important; }

/* inner */
#old-layout [class*="innerWrap"] > *:first-child {
	margin-top: 0;
}
#old-layout .innerWrap01 { padding: 0 10px; }
#old-layout .innerWrap02 { padding: 0 20px; }
#old-layout .innerWrap03 { padding: 0 30px; }


/* Text Parts
------------------------------------------------------ */
/* style */
#old-layout .txNormal { font-weight: normal !important; }
#old-layout .txBold { font-weight: bold !important; }
#old-layout .txItalic {	font-style: italic !important; }
#old-layout .txLine { text-decoration: underline !important; }
#old-layout .txStrike { text-decoration: line-through !important; }
/* line-height */
#old-layout .txHeight01 {	line-height: 1.0 !important;	}
#old-layout .txHeight02 {	line-height: 2.0 !important;	}
#old-layout .txHeight03 {	line-height: 1.5 !important;	}
/* size */
#old-layout .txSizeXS { font-size: 10px !important; font-size: 1.0rem !important; }
#old-layout .txSizeS  { font-size: 12px !important; font-size: 1.2rem !important; }
#old-layout .txSizeMS { font-size: 13px !important; font-size: 1.3rem !important; }
#old-layout .txSizeM  { font-size: 14px !important; font-size: 1.4rem !important; }
#old-layout .txSizeML { font-size: 15px !important; font-size: 1.5rem !important; }
#old-layout .txSizeL  { font-size: 16px !important; font-size: 1.6rem !important; }
#old-layout .txSizeXL { font-size: 18px !important; font-size: 1.8rem !important; }
/* color */
#old-layout .txColor01 { color: #cc0000 !important; }
#old-layout .txColor02 { color: #009011 !important; }
/* space */
#old-layout .txSpace01 { margin: 0 1.0em; }
#old-layout .txSpace02 { margin: 0 0.5em; }
#old-layout .txSpace03 { margin: 0 5px; }
/* indent */
#old-layout .txIndent01 { padding: 0 0 0 1.0em; text-indent: -1.0em; }
#old-layout .txIndent02 { padding: 0 0 0 0.5em; text-indent: -0.5em; }

/* txHighlight */
#old-layout .txHighlight01 {
	color: #113388;
	font-weight: bold;
}

/* txLead */
#old-layout .txLead01 {
	margin: 1em 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}
#old-layout .txLead02 {
	margin: 1em 0 0.5em;
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
#old-layout .txLead03 {
	margin: 1em 0 0.5em;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

/* txCaption */
#old-layout .txCaption01 {
	margin: 0.5em 0 0 0;
	text-align: left;
}

/* txSpecial */
#old-layout .txSpecial01 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style: italic;
}


/* List Parts
------------------------------------------------------ */
/* selector */
#old-layout [class*="indentList"],
#old-layout [class*="noteList"],
#old-layout [class*="iconList"],
#old-layout [class*="orderList"],
#old-layout [class*="descList"] {
	margin-top: 1em;
}
#old-layout [class*="indentList"] > li,
#old-layout [class*="noteList"] > li,
#old-layout [class*="iconList"] > li,
#old-layout [class*="orderList"] > li {
	margin-top: 0.5em;
}
#old-layout [class*="indentList"] > li:first-child,
#old-layout [class*="noteList"] > li:first-child,
#old-layout [class*="iconList"] > li:first-child,
#old-layout [class*="orderList"] > li:first-child {
	margin-top: 0;
}
#old-layout [class*="descList"] > dt[class*="heading"] {
	margin-top: 0;
}
#old-layout .alR[class*="noteList"] > li {
	display: inline-block;
}

/* listChild */
#old-layout .listChild[class*="List"],
#old-layout .listChild[class*="Link"] {
	margin: 0.25em 0;
}

/* listCol */
#old-layout .listCol {
	margin: 1em 0 0 0;
}
#old-layout .listCol > li {
}
#old-layout .listCol > li + li { margin-top: 0 !important; }
#old-layout .listCol.type1 > li + li { margin-top: 1em !important; }
#old-layout .listCol.type2 > li + li { margin-top: 2em !important; }
#old-layout .listCol.type3 > li + li { margin-top: 0.5em !important; }
#old-layout .listCol.type4 > li + li { margin-top: 1.5em !important; }
#old-layout .listCol.type5 > li + li { margin-top: 0.75em !important; }
#old-layout .listCol.px0[class*="type"] > li + li  { margin-top:  0px !important; }
#old-layout .listCol.px5 > li + li  { margin-top:  5px !important; }
#old-layout .listCol.px10 > li + li { margin-top: 10px !important; }
#old-layout .listCol.px15 > li + li { margin-top: 15px !important; }
#old-layout .listCol.px20 > li + li { margin-top: 20px !important; }
#old-layout .listCol.px25 > li + li { margin-top: 25px !important; }
#old-layout .listCol.px30 > li + li { margin-top: 30px !important; }

/* listRow */
#old-layout .listRow {
	margin: 1em 0 0 0;
}
#old-layout .listRow.type1 { margin-right: -40px; overflow: hidden; }
#old-layout .listRow.type2 { margin-right: -7px; overflow: hidden; }
#old-layout .listRow.type3 { margin-right: -6px; overflow: hidden; }
#old-layout .listRow.type4 { margin-right: -1em; overflow: hidden; }
#old-layout .listRow.type-icon { margin-right: -10px; overflow: hidden; }
#old-layout .listRow.type-icon2 { margin-right: -5px; overflow: hidden; }
#old-layout .listRow.type-input2 { margin-right: -15px; overflow: hidden; }
#old-layout .listRow.alC,
#old-layout .listRow.alR {
	letter-spacing: -0.4em;
}

#old-layout * > .listRow.type-icon:last-child { margin-bottom: -10px; }
#old-layout .heading01 + .listRow.type-icon:last-child { margin-bottom: 0; }
#old-layout * > .listRow.type-input2 { margin-bottom: -15px; }

#old-layout .listRow > li {
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
}
#old-layout .listRow[class*="type"] > li {
	margin: 0 0 0.5em 0;
}
#old-layout .listRow[class*="type-icon"] > li {
	line-height: 1.0;
}
#old-layout .listRow[class*="type-icon"] > li [class*="Icon"] {
	top: 0;
}
#old-layout .listRow[class*="count"] > li {
	margin: 0 0 0 20px;
}
#old-layout .listRow.alC > li,
#old-layout .listRow.alR > li {
	float: none;
	display: inline-block;
	letter-spacing: normal;
}
#old-layout .listRow.type1 > li { margin-right: 40px; }
#old-layout .listRow.type2 > li { margin-right: 7px; margin-bottom: 9px; }
#old-layout .listRow.type3 > li { margin-right: 6px; margin-bottom: 6px; }
#old-layout .listRow.type4 > li { margin-right: 1em; margin-bottom: 1em; }
#old-layout .listRow.type-icon > li { margin-right: 10px; margin-bottom: 10px; }
#old-layout .listRow.type-icon2 > li { margin-right: 5px; margin-bottom: 5px; }
#old-layout .listRow.type-input > li { margin-right: 5px; margin-bottom: 5px; }
#old-layout .listRow.type-input2 > li { margin-right: 15px; margin-bottom: 15px; }
#old-layout .listRow.count2  > li { width: 358px; }
#old-layout .listRow.count3  > li { width: 232px; }
#old-layout .listRow.count4  > li { width: 169px; }
#old-layout .listRow.lq2 > li { width: 48.6%; margin-left: 2.8%; }
#old-layout .listRow.lq3 > li { width: 31.5%; margin-left: 2.7%; }
#old-layout .listRow.lq4 > li { width: 22.9%; margin-left: 2.8%; }
#old-layout .listRow.grid2 > li { width: 50%; }
#old-layout .listRow.grid3 > li { width: 33.3%; }
#old-layout .listRow.grid4 > li { width: 25%; }
#old-layout .listRow.grid5 > li { width: 20%; }
#old-layout .noSide .listRow.lq2 > li { width: 49%; margin-left: 2%; }
#old-layout .noSide .listRow.lq3 > li { width: 32%; margin-left: 2%; }
#old-layout .noSide .listRow.lq4 > li { width: 23.5%; margin-left: 2%; }

#old-layout .listRow.alC > li + li { margin-left: 40px; }
#old-layout .listRow.alR > li + li { margin-right: 40px; }

#old-layout .listRow[class*="List"] > li,
#old-layout .listRow[class*="Link"] > li {
	margin-top: 0;
}
#old-layout .listRow.count2 > li:nth-of-type(n+3),
#old-layout .listRow.count3 > li:nth-of-type(n+4),
#old-layout .listRow.count4 > li:nth-of-type(n+5),
#old-layout .listRow.lq2 > li:nth-of-type(n+3),
#old-layout .listRow.lq3 > li:nth-of-type(n+4),
#old-layout .listRow.lq4 > li:nth-of-type(n+5),
#old-layout .listRow.grid2 > li:nth-of-type(n+3),
#old-layout .listRow.grid3 > li:nth-of-type(n+4),
#old-layout .listRow.grid4 > li:nth-of-type(n+5),
#old-layout .listRow.grid5 > li:nth-of-type(n+6) {
	margin-top: 0.5em;
}
#old-layout [class*="btnLink"].listRow.count2 > li:nth-of-type(n+3),
#old-layout [class*="btnLink"].listRow.count3 > li:nth-of-type(n+4),
#old-layout [class*="btnLink"].listRow.count4 > li:nth-of-type(n+5),
#old-layout [class*="btnLink"].listRow.grid2 > li:nth-of-type(n+3),
#old-layout [class*="btnLink"].listRow.grid3 > li:nth-of-type(n+4),
#old-layout [class*="btnLink"].listRow.grid4 > li:nth-of-type(n+5),
#old-layout [class*="btnLink"].listRow.grid5 > li:nth-of-type(n+6) {
	margin-top: 20px;
}
#old-layout [class*="btnLink"].listRow.lq3 > li:nth-of-type(n+4) {
	margin-top: 2.7%;
}
#old-layout [class*="btnLink"].listRow.lq2 > li:nth-of-type(n+3),
#old-layout [class*="btnLink"].listRow.lq4 > li:nth-of-type(n+5) {
	margin-top: 2.8%;
}
#old-layout .noSide [class*="btnLink"].listRow.lq2 > li:nth-of-type(n+3),
#old-layout .noSide [class*="btnLink"].listRow.lq3 > li:nth-of-type(n+4),
#old-layout .noSide [class*="btnLink"].listRow.lq4 > li:nth-of-type(n+5) {
	margin-top: 2%;
}
#old-layout .listRow.count2 > li:nth-of-type(2n+1),
#old-layout .listRow.count3 > li:nth-of-type(3n+1),
#old-layout .listRow.count4 > li:nth-of-type(4n+1),
#old-layout .listRow.lq2 > li:nth-of-type(2n+1),
#old-layout .listRow.lq3 > li:nth-of-type(3n+1),
#old-layout .listRow.lq4 > li:nth-of-type(4n+1),
#old-layout .listRow.grid2 > li:nth-of-type(2n+1),
#old-layout .listRow.grid3 > li:nth-of-type(3n+1),
#old-layout .listRow.grid4 > li:nth-of-type(4n+1),
#old-layout .listRow.grid5 > li:nth-of-type(5n+1) {
	clear: left;
	margin-left: 0;
}
#old-layout .listRow > li > *:first-child {
	margin-top: 0;
}

/* indentList01 */
#old-layout .indentList01 > li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}
/* indentList02 */
#old-layout .indentList02 > li {
	padding: 0 0 0 0.5em;
	text-indent: -0.5em;
}

/* noteList01 */
#old-layout .noteList01 {
}
#old-layout .noteList01 > li {
	position: relative;
	padding: 0 0 0 1em;
}
#old-layout .noteList01 > li > .ast {
	position: absolute;
	left: 0;
	top: 0;
}
/* noteList02 */
#old-layout .noteList02 {
}
#old-layout .noteList02 > li {
	position: relative;
	padding: 0 0 0 2.3em;
}
#old-layout .noteList02 > li > .ast {
	position: absolute;
	left: 0;
	top: 0;
}

/* iconList01 */
#old-layout .iconList01 {
}
#old-layout .iconList01 > li {
	padding: 0 0 0 15px;
	background: url(/old_contents/common/images/com_list_ic02.png) no-repeat 0 0.5em;
}
/* iconList02 */
#old-layout .iconList02 {
}
#old-layout .iconList02.listChild {
	margin-left: -0.25em;
}
#old-layout .iconList02 > li {
	position: relative;
	padding: 0 0 0 12px;
}
#old-layout .iconList02 > li:after {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
}
/* iconList03 */
#old-layout .iconList03 {
}
#old-layout .iconList03 > li {
	position: relative;
	padding: 0 0 0 10px;
	font-size: 13px;
	font-size: 1.3rem;
}
#old-layout .iconList03 > li:after {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
}
/* iconList04 */
#old-layout .iconList04 {
}
#old-layout .iconList04 > li {
	padding: 0 0 0 24px;
	background: url(/old_contents/common/images/com_list_ic03.png) no-repeat 0 0.25em;
	font-weight: bold;
}

/* orderList01 */
#old-layout .orderList01 {
}
#old-layout .orderList01.type2.listChild {
	margin-left: -0.5em;
}
#old-layout .orderList01 > li {
	position: relative;
}
#old-layout .orderList01.type1 > li { padding: 0 0 0 1.8em; }
#old-layout .orderList01.type2 > li { padding: 0 0 0 2.8em; }
#old-layout .orderList01 > li > .num {
	position: absolute;
	left: 0;
	top: 0;
}
#old-layout .orderList01.type1 > li > .num { font-weight: bold; }

/* descList01 */
#old-layout .descList01 {
}
#old-layout .descList01 > dt {
	margin: 1em 0 0.25em;
	padding: 0 0 0 15px;
	background: url(/old_contents/common/images/com_list_ic02.png) no-repeat 0 0.5em;
	color: #000000;
}
#old-layout .descList01 > dd {
	padding: 0 0 0 15px;
	color: #555555;
}
#old-layout .descList01 > dt:first-child,
#old-layout .descList01 > dt + dd > *:first-child {
	margin-top: 0;
}
/* descList02 */
#old-layout .descList02 {
}
#old-layout .descList02 > dt {
	clear: left;
	float: left;
	margin: 0.5em 0 0 0;
}
#old-layout .descList02 > dd {
	margin: 0.5em 0 0 0;
	overflow: hidden;
}
#old-layout .descList02 > dt:first-child,
#old-layout .descList02 > dt:first-child + dd,
#old-layout .descList02 > dt + dd > *:first-child {
	margin-top: 0;
}
/* descList03 */
#old-layout .descList03 {
}
#old-layout .descList03 > dt {
	margin: 1em 0 0.25em;
}
#old-layout .descList03 > dd {
}
#old-layout .descList03 > dt:first-child,
#old-layout .descList03 > dt + dd > *:first-child {
	margin-top: 0;
}
/* descList04 */
#old-layout .descList04 {
}
#old-layout .descList04 > dt {
	margin: 1em 0 0.25em;
	font-weight: bold;
}
#old-layout .descList04 > dd {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
}
#old-layout .descList04 > dt:first-child,
#old-layout .descList04 > dt + dd > *:first-child {
	margin-top: 0;
}
/* descList05 */
#old-layout .descList05 {
}
#old-layout .descList05 > dt {
	margin: 1em 0 0.25em;
	padding: 15px 0 0 0;
	border-top: 1px dotted #cccccc;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#old-layout .descList05 > dt:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#old-layout .descList05 > dd {
}
#old-layout .descList05 > dd > *:first-child {
	margin-top: 0;
}
/* descList06 */
#old-layout .descList06 {
}
#old-layout .descList06 > dt {
	margin: 1em 0 0.25em;
	padding: 0 0 0 15px;
	background: url(/old_contents/common/images/com_list_ic02.png) no-repeat 0 0.5em;
	color: #009011;
	font-weight: bold;
}
#old-layout .descList06 > dd {
}
#old-layout .descList06 > dt:first-child,
#old-layout .descList06 > dt + dd > *:first-child {
	margin-top: 0;
}


/* Link Parts
------------------------------------------------------ */
/* selector */
#old-layout [class*="iconLink"],
#old-layout [class*="btnLink"],
#old-layout [class*="bnrLink"] {
	margin-top: 1em;
}
#old-layout ul[class*="iconLink"] > li {
	margin-top: 0.5em;
}
#old-layout ul[class*="iconLink"].listRow > li {
	margin-top: 0;
}
#old-layout ul[class*="iconLink"] > li:first-child {
	margin-top: 0;
}

/* linkBlock */
#old-layout a.linkBlock {
	display: block;
	color: #333333;
}

/* linkTxt */
#old-layout a.linkTxt {
	margin: 0 14px 0 10px;
	font-weight: bold;
}
#old-layout a.linkTxt:after {
	content: "";
	position: relative;
	left: 5px;
	top: 1px;
	display: inline-block;
	width: 7px;
	height: 13px;
	background: url(/old_contents/common/images/com_link_ic11.png) no-repeat 0 0;
}
#old-layout a.linkTxt.type-blank:after {
	left: 4px;
	top: 2px;
	width: 16px;
	height: 14px;
	background: url(/old_contents/common/images/com_blank_ic03.png) no-repeat 0 0;
}
#old-layout a.linkTxt.type-pdf:after {
	left: 3px;
	top: 2px;
	width: 19px;
	height: 14px;
	background: url(/old_contents/common/images/com_pdf_ic02.png) no-repeat 0 0;
}

/* linkFigure */
#old-layout a.linkFigure {
	display: block;
	color: #333333;
}
#old-layout a.linkFigure.type-zoom {
	position: relative;
}
#old-layout a.linkFigure.type-zoom:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 22px;
	height: 22px;
	background-color: #113366;
	background-image: url(/old_contents/common/images/com_zoom_ic01.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#old-layout a.linkFigure.type-zoom:hover:after {
	background-color: #1b4e8c;
}
#old-layout a.linkFigure.type-zoom img {
	max-width: 100%;
	position: relative\9;
	max-width: none\9;
	width: 100%\9;
	z-index: -1\9;
}

/* iconLink01 */
#old-layout .iconLink01 {
}
#old-layout [class*="tableWrap"] [class*="tableLayout"] th .iconLink01,
#old-layout [class*="tableWrap"] [class*="tableLayout"] td .iconLink01 {
	padding-right: 10px;
}
#old-layout .iconLink01 a {
	font-weight: bold;
}
#old-layout .iconLink01.noBold a {
	font-weight: normal;
}
#old-layout .iconLink01 a.disabled {
	color: #aaaaaa;
	cursor: default;
}
#old-layout .iconLink01 a.type-more {
	margin-left: 12px;
}
#old-layout .colLayout01 > .col .btnLink03 + .iconLink01 a {
	font-size: 13px;
	font-size: 1.3rem;
}
#old-layout .newsWrap01 .iconLink01 a.type-more {
	margin-left: 22px;
	font-size: 13px;
	font-size: 1.3rem;
}
#old-layout .iconLink01.alR a.type-blank { margin-right: 11px; }
#old-layout .iconLink01.alR a.type-pdf { margin-right: 15px; }
#old-layout .iconLink01.alR a.type-excel { margin-right: 17px; }
#old-layout .iconLink01.alR a.type-ppt { margin-right: 15px; }
#old-layout .iconLink01 a:after {
	content: "";
	position: relative;
	left: 10px;
	top: 1px;
	display: inline-block;
	width: 7px;
	height: 13px;
	background: url(/old_contents/common/images/com_link_ic11.png) no-repeat 0 0;
}
#old-layout .iconLink01 a.type-more:before {
	content: "";
	position: relative;
	left: -12px;
	top: 0;
	display: inline-block;
	width: 12px;
	height: 9px;
	background: url(/old_contents/common/images/com_link_ic13.png) no-repeat 0 0;
}
#old-layout .iconLink01 a.type-faq:before {
	content: "";
	position: relative;
	left: 0;
	top: 0;
	display: inline-block;
	width: 31px;
	height: 32px;
	margin: 0 11px 0 0;
	background: url(/old_contents/common/images/com_head_ic03.png) no-repeat 0 0;
	vertical-align: middle;
}
#old-layout .iconLink01 a.type-blank:after {
	top: 2px;
	width: 16px;
	height: 14px;
	background: url(/old_contents/common/images/com_blank_ic03.png) no-repeat 0 0;
}
#old-layout .iconLink01 a.type-pdf:after {
	left: 5px;
	top: 2px;
	width: 19px;
	height: 14px;
	background: url(/old_contents/common/images/com_pdf_ic02.png) no-repeat 0 0;
}
#old-layout .iconLink01 a.type-excel:after {
	left: 5px;
	top: 2px;
	width: 25px;
	height: 14px;
	background: url(/old_contents/common/images/com_excel_ic01.png) no-repeat 0 0;
}
#old-layout .iconLink01 a.type-ppt:after {
	left: 5px;
	top: 2px;
	width: 19px;
	height: 14px;
	background: url(/old_contents/common/images/com_ppt_ic01.png) no-repeat 0 0;
}
#old-layout .iconLink01 a.type-down:after {
	left: 8px;
	top: -2px;
	width: 9px;
	height: 5px;
	background: url(/old_contents/common/images/com_link_ic02.png) no-repeat 0 0;
}

/* btnLink01 */
#old-layout .btnLink01 {
}
#old-layout .btnLink01 a {
	display: inline-block;
	padding: 0 10px 0 0;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #ffffff;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#old-layout .btnLink01 a.sizeL { width: 358px; }
#old-layout .btnLink01 a.sizeM { width: 232px; }
#old-layout .btnLink01 a.sizeS { width: 169px; }
#old-layout .btnLink01 a.sizeFull { display: block; width: 100%; }
#old-layout .btnLink01.listRow:not(.alC):not(.alR) a { display: block; width: 100%; }
#old-layout .btnLink01 a.type-toggle.active { background-color: #999999; }
#old-layout .btnLink01 a.type-catalog { position: relative; padding: 0 10px; }
#old-layout .btnLink01 a.type-back { padding: 0 0 0 10px; }
#old-layout .btnLink01 a.type-catalog:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	width: 15px;
	height: 23px;
	margin: -12px 0 0 0;
	background: url(/old_contents/common/images/com_link_ic14.png) no-repeat 0 0;
}
#old-layout .btnLink01 a > span {
	display: block;
	padding: 13px 25px 10px 20px;
	background: url(/old_contents/common/images/com_link_ic11.png) no-repeat 100% 50%;
	text-align: center;
}
#old-layout .btnLink01 a.type-blank > span { background: url(/old_contents/common/images/com_blank_ic03.png) no-repeat 100% 50%; }
#old-layout .btnLink01 a.type-pdf > span   { background: url(/old_contents/common/images/com_pdf_ic02.png) no-repeat 100% 50%; }
#old-layout .btnLink01 a.type-excel > span   { background: url(/old_contents/common/images/com_excel_ic01.png) no-repeat 100% 50%; }
#old-layout .btnLink01 a.type-ppt > span   { background: url(/old_contents/common/images/com_ppt_ic01.png) no-repeat 100% 50%; }
#old-layout .btnLink01 a.type-toggle > span { padding: 13px 35px 10px; background: url(/old_contents/common/images/com_toggle_ic05.png) no-repeat 100% 50%; }
#old-layout .btnLink01 a.type-toggle.active > span { background: url(/old_contents/common/images/com_toggle_ic06.png) no-repeat 100% 50%; }
#old-layout .btnLink01 a.type-catalog > span { padding-left: 30px; }
#old-layout .btnLink01 a.type-catalog.type-toggle > span { padding-left: 45px; }
#old-layout .btnLink01 a.type-back > span { padding: 13px 20px 10px 25px; background: url(/old_contents/common/images/com_link_ic15.png) no-repeat 0 50%; }
#old-layout .btnLink01 a:hover {
	background-color: #f2f4f7;
}
#old-layout .btnLink01 a.type-toggle.active:hover {
	background-color: #bbbbbb;
}
/* btnLink02 */
#old-layout .btnLink02 {
}
#old-layout .btnLink02 a {
	display: inline-block;
	padding: 0 10px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #113366;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#old-layout .btnLink02 a.sizeL { width: 358px; }
#old-layout .btnLink02 a.sizeM { width: 232px; }
#old-layout .btnLink02 a.sizeS { width: 169px; }
#old-layout .btnLink02 a.sizeFull { display: block; width: 100%; }
#old-layout .btnLink02.listRow:not(.alC):not(.alR) a { display: block; width: 100%; }
#old-layout .btnLink02 a.type-toggle.active { background-color: #999999; }
#old-layout .btnLink02 a.type-login { position: relative; padding: 0 10px; }
#old-layout .btnLink02 a.type-catalog { position: relative; padding: 0 10px; }
#old-layout .btnLink02 a.type-search1 { position: relative; padding: 0 10px; font-size: 20px; font-size: 2.0rem; font-weight: bold !important; }
#old-layout .btnLink02 a.type-search2 { position: relative; padding: 0 10px; font-size: 18px; font-size: 1.8rem; font-weight: bold !important; }
#old-layout .btnLink02 a.type-search3 { padding: 0 20px 0 10px; font-size: 18px; font-size: 1.8rem; font-weight: bold !important; letter-spacing: 0.4em; }
#old-layout .btnLink02 a.type-mail { padding: 0 10px; }
#old-layout .btnLink02 a.type-mail2 { position: relative; padding: 0 10px; }
#old-layout .contactNavi01 .btnLink02 a.type-mail,
#old-layout .contactNavi02 .btnLink02 a.type-mail {
	font-size: 15px;
	font-size: 1.5rem;
}
#old-layout .contactNavi03 .btnLink02 a.type-mail {
	padding: 0 5px;
}
#old-layout .btnLink02 a.type-login:before {
	content: "";
	position: absolute;
	left: 9px;
	top: 50%;
	width: 21px;
	height: 24px;
	margin: -12px 0 0 0;
	background: url(/old_contents/common/images/com_link_ic07.png) no-repeat 0 0;
}
#old-layout .btnLink02 a.type-catalog:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	width: 15px;
	height: 23px;
	margin: -12px 0 0 0;
	background: url(/old_contents/common/images/com_link_ic09.png) no-repeat 0 0;
}
#old-layout .btnLink02 a.type-search1:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	width: 29px;
	height: 29px;
	margin: -15px 0 0 0;
	background: url(/old_contents/common/images/com_search_ic02.png) no-repeat 0 0;
}
#old-layout .btnLink02 a.type-search2:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	width: 26px;
	height: 26px;
	margin: -13px 0 0 0;
	background: url(/old_contents/common/images/com_search_ic04.png) no-repeat 0 0;
}
#old-layout .btnLink02 a.type-mail2:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	width: 18px;
	height: 13px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_mail_ic01.png) no-repeat 0 0;
}
#old-layout .btnLink02 a > span {
	display: block;
	padding: 13px 25px 10px 20px;
	background: url(/old_contents/common/images/com_link_ic12.png) no-repeat 100% 50%;
	text-align: center;
}
#old-layout .btnLink02 a.type-blank > span { background: url(/old_contents/common/images/com_blank_ic04.png) no-repeat 100% 50%; }
#old-layout .btnLink02 a.type-pdf > span { background: url(/old_contents/common/images/com_pdf_ic02.png) no-repeat 100% 50%; }
#old-layout .btnLink02 a.type-excel > span { background: url(/old_contents/common/images/com_excel_ic01.png) no-repeat 100% 50%; }
#old-layout .btnLink02 a.type-ppt > span { background: url(/old_contents/common/images/com_ppt_ic01.png) no-repeat 100% 50%; }
#old-layout .btnLink02 a.type-toggle > span { padding: 13px 35px 10px; background: url(/old_contents/common/images/com_toggle_ic05.png) no-repeat 100% 50%; }
#old-layout .btnLink02 a.type-toggle.active > span { background: url(/old_contents/common/images/com_toggle_ic06.png) no-repeat 100% 50%; }
#old-layout .btnLink02 a.type-login > span { padding-left: 30px; }
#old-layout .btnLink02 a.type-catalog > span { padding-left: 30px; }
#old-layout .btnLink02 a.type-catalog.type-toggle > span { padding-left: 45px; }
#old-layout .btnLink02 a.type-search1 > span { padding-right: 25px; padding-left: 45px; }
#old-layout .btnLink02 a.type-search1 > span .sub { font-size: 14px; font-size: 1.4rem; font-weight: normal !important; }
#old-layout .btnLink02 a.type-search2 > span { padding: 10px 30px 7px 33px; }
#old-layout .btnLink02 a.type-search2 > span .sub { display: block; font-size: 12px; font-size: 1.2rem; font-weight: normal !important; }
#old-layout .btnLink02 a.type-search3 > span { display: inline-block; padding: 13px 0 10px 31px; background: url(/old_contents/common/images/com_search_ic01.png) no-repeat 0 50%; }
#old-layout .btnLink02 a.type-mail > span { display: inline-block; padding: 17px 0 14px 26px; background: url(/old_contents/common/images/com_mail_ic01.png) no-repeat 0 50%; }
#old-layout .btnLink02 a.type-mail2 > span { padding-left: 30px; }
#old-layout .contactNavi01 .btnLink02 a.type-mail > span,
#old-layout .contactNavi02 .btnLink02 a.type-mail > span {
	padding: 20px 0 17px 30px;
}
#old-layout .btnLink02 a:hover {
	background-color: #1b4e8c;
}
#old-layout .btnLink02 a.type-toggle.active:hover {
	background-color: #bbbbbb;
}
/* btnLink03 */
#old-layout .btnLink03 {
}
#old-layout #ir .colSide .btnLink03 {
	margin-top: 20px;
}
#old-layout .btnLink03 a {
	display: inline-block;
	padding: 0 10px 0 0;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #ffffff;
	font-weight: bold;
	text-align: left;
}
#old-layout .btnLink03 .noLink {
	padding: 10px 25px 8px 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	background-color: #ffffff;
	font-weight: bold;
	text-align: left;
}
#old-layout .btnLink03 a.sizeL { width: 358px; }
#old-layout .btnLink03 a.sizeM { width: 232px; }
#old-layout .btnLink03 a.sizeS { width: 169px; }
#old-layout .btnLink03 a.sizeFull { display: block; width: 100%; }
#old-layout .btnLink03.listRow:not(.alC):not(.alR) a { display: block; width: 100%; }
#old-layout .btnLink03 a.type-download { padding-right: 18px; }
#old-layout .btnLink03 a.type-calendar { position: relative; padding-left: 20px; }
#old-layout .btnLink03 a.with-icon1 { display: table; }
#old-layout .btnLink03 a.with-icon2 { position: relative; }
#old-layout #ir .colSide .btnLink03 a.type-calendar {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}
#old-layout .btnLink03 a.type-calendar:before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	width: 29px;
	height: 29px;
	margin: -15px 0 0 0;
	background: url(/old_contents/common/images/com_link_ic08.png) no-repeat 0 0;
}
#old-layout .btnLink03 a > span {
	display: block;
	padding: 10px 25px 8px 20px;
	background: url(/old_contents/common/images/com_link_ic11.png) no-repeat 100% 50%;
	text-align: left;
}
#old-layout .btnLink03 a.type-blank > span { background: url(/old_contents/common/images/com_blank_ic03.png) no-repeat 100% 50%; }
#old-layout .btnLink03 a.type-pdf > span { background: url(/old_contents/common/images/com_pdf_ic02.png) no-repeat 100% 50%; }
#old-layout .btnLink03 a.type-download > span { padding-right: 40px;  background: url(/old_contents/common/images/com_download_ic01.png) no-repeat 100% 50%; }
#old-layout .btnLink03 a.type-calendar > span { padding-left: 44px; }
#old-layout .btnLink03 a.with-icon1 > span.icon {
	display: table-cell;
	width: 52px;
	padding: 6px 0;
	background: none;
	text-align: center;
	vertical-align: middle;
}
#old-layout .btnLink03 a.with-icon1 > span.icon + span {
	display: table-cell;
	padding-right: 20px;
	padding-left: 0;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: middle;
}
#old-layout .btnLink03 a.with-icon2 > span.icon {
	position: absolute;
	left: 10px;
	top: 10px;
	display: inline-block;
	min-width: 42px;
	padding: 2px 0 0 0;
	background: #113366;
	color: #ffffff;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
}
#old-layout .btnLink03 a.with-icon2 > span.icon + span {
	padding: 7px 15px 4px 60px;
	font-size: 14px;
	font-size: 1.4rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#old-layout .btnLink03 a:hover {
	background-color: #f2f4f7;
	border: 1px solid #cccccc;
}

/* bnrLink01 */
#old-layout .bnrLink01 {
}
#old-layout .bnrLink01 > li {
}
#old-layout .bnrLink01 > li + li {
	margin-top: 12px;
}
#old-layout .bnrLink01 .linkBlock {
	position: relative;
	display: table;
	padding: 0 25px 0 4px;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #ffffff;
}
#old-layout .bnrLink01 .linkBlock.sizeL { width: 358px; }
#old-layout .bnrLink01 .linkBlock.sizeM { width: 232px; }
#old-layout .bnrLink01 .linkBlock.sizeS { width: 169px; }
#old-layout .bnrLink01 .linkBlock.sizeFull { width: 100%; }
#old-layout .bnrLink01.listRow .linkBlock { width: 100%; }
#old-layout .bnrLink01 .linkBlock.type-blank { padding-right: 35px; }
#old-layout .bnrLink01 .linkBlock.type-pdf { padding-right: 35px; }
#old-layout .bnrLink01 .linkBlock:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 7px;
	height: 13px;
	margin: -6px 0 0 0;
	background: url(/old_contents/common/images/com_link_ic11.png) no-repeat 0 0;
}
#old-layout .bnrLink01 .linkBlock.type-blank:after {
	width: 16px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_blank_ic03.png) no-repeat 0 0;
}
#old-layout .bnrLink01 .linkBlock.type-pdf:after {
	width: 19px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_pdf_ic02.png) no-repeat 0 0;
}
#old-layout .bnrLink01 .linkBlock .image {
	display: table-cell;
	width: 54px;
	padding: 4px 0;
	vertical-align: middle;
}
#old-layout .bnrLink01 .linkBlock .image.with-frame1 {
	position: relative;
}
#old-layout .bnrLink01 .linkBlock .image.with-frame1:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0px;
	height: 100%;
	border-right: 1px solid #cccccc;
}
#old-layout .bnrLink01 .linkBlock .caption {
	display: table-cell;
	height: 62px;
	padding: 4px 0 2px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	vertical-align: middle;
}
#old-layout .bnrLink01 .linkBlock .caption .head {
	line-height: 1.25;
}
#old-layout .bnrLink01 .linkBlock:hover {
	background-color: #f2f4f7;
}
#old-layout .bnrLink01 .linkBlock:hover .caption .head {
	color: #113388;
}


/* Navi Parts
------------------------------------------------------ */
/*** anchorNavi01 ***/
#old-layout .anchorNavi01 {
	clear: both;
	margin: 30px 0 0 0;
}
/* ancLink01 */
#old-layout .ancLink01 {
}
#old-layout .ancLink01 > li {
	float: left;
}
#old-layout .ancLink01.count2 > li { width: 50%; }
#old-layout .ancLink01.count3 > li { width: 33.33%; }
#old-layout .ancLink01.count4 > li { width: 25%; }
#old-layout .ancLink01.count5 > li { width: 20%; }
#old-layout .ancLink01.count2 > li:nth-of-type(n+3),
#old-layout .ancLink01.count3 > li:nth-of-type(n+4),
#old-layout .ancLink01.count4 > li:nth-of-type(n+5),
#old-layout .ancLink01.count5 > li:nth-of-type(n+6) {
	margin-top: -1px;
}
#old-layout .ancLink01 > li > a {
	position: relative;
	display: table;
	width: 100%;
	padding: 13px 10px 9px 0;
	border: 1px solid #d0d0d0;
	border-left: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #ffffff;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#old-layout .ancLink01.count2 > li:nth-of-type(2n+1) > a,
#old-layout .ancLink01.count3 > li:nth-of-type(3n+1) > a,
#old-layout .ancLink01.count4 > li:nth-of-type(4n+1) > a,
#old-layout .ancLink01.count5 > li:nth-of-type(5n+1) > a {
	border-left: 1px solid #d0d0d0;;
}
#old-layout .ancLink01 > li > a > span {
	display: table-cell;
	padding: 0 15px 0 10px;
	background: url(/old_contents/common/images/com_link_ic02.png) no-repeat 100% 50%;
	vertical-align: middle;
}
#old-layout .ancLink01 > li > a:hover {
	background-color: #f2f4f7;
}

/*** pagerNavi01 ***/
#old-layout .pagerNavi01 {
	clear: both;
	margin: 45px 0 0 0;
}
/* pagination01 */
#old-layout .pagination01 {
	text-align: center;
	letter-spacing: -0.4em;
}
#old-layout .pagination01 > li {
	display: inline-block;
	letter-spacing: normal;
}
#old-layout .pagination01 > li + li {
	margin-left: 7px;
}
#old-layout .pagination01 > li.prev + li,
#old-layout .pagination01 > li.next {
	margin-left: 14px !important;
}
#old-layout .pagination01 > li a {
	display: block;
	width: 38px;
	height: 35px;
	padding: 2px 0 0 0;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	background-color: #ffffff;
	line-height: 31px;
	text-align: center;
	vertical-align: middle;
}
#old-layout .pagination01 > li.prev a,
#old-layout .pagination01 > li.next a {
	min-width: 120px;
	height: 45px;
	padding: 2px 10px 0;
	line-height: 41px;
}
#old-layout .pagination01 > li.prev a span {
	padding: 0 0 0 15px;
	background: url(/old_contents/common/images/com_link_ic10.png) no-repeat 0 45%;
}
#old-layout .pagination01 > li.next a span {
	padding: 0 15px 0 0;
	background: url(/old_contents/common/images/com_link_ic11.png) no-repeat 100% 45%;
}
#old-layout .pagination01 > li a:hover {
	background-color: #e4e7ed;
}
#old-layout .pagination01 > li.current a {
	border: 1px solid #e4e7ed !important;
	background-color: #e4e7ed !important;
	color: #333333 !important;
	font-weight: bold;
	cursor: default;
}


/* Table Parts
------------------------------------------------------ */
/*** tableWrap01 ***/
#old-layout .tableWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .tableWrap01 > *:first-child {
	margin-top: 0 !important;
}
/* tableLayout01 */
#old-layout .tableLayout01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .tableLayout01 caption {
	margin: 0 0 20px 0;
	text-align: left;
}
#old-layout .tableLayout01 caption [class*="heading"] {
	margin-top: 0 !important;
	margin-bottom: 1em !important;
	text-align: left;
}
#old-layout .tableLayout01 caption > *:last-child {
	margin-bottom: 0 !important;
}
#old-layout .tableLayout01 tbody {
	border-top: 2px solid #cccccc;
}
#old-layout .tableLayout01 tbody > tr {
	border-bottom: 1px solid #cccccc;
}
#old-layout .tableLayout01 th,
#old-layout .tableLayout01 td {
	padding: 13px 10px 10px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
#old-layout .tableLayout01 thead th {
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}
#old-layout .tableLayout01 tbody th {
	font-weight: bold;
}
#old-layout .tableLayout01 .cellLv1 {
	color: #000000 !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: normal !important;
}
#old-layout .tableLayout01 .cellLv2 {
	color: #333333 !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	font-weight: bold !important;
}
#old-layout .tableLayout01 th > *:first-child,
#old-layout .tableLayout01 td > *:first-child {
	margin-top: 0 !important;
}
/* tableLayout02 */
#old-layout .tableLayout02 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .tableLayout02 th {
	padding: 0 15px 15px 0;
	text-align: left;
	vertical-align: top;
}
#old-layout .tableLayout02 td {
	padding: 0 0 15px 0;
	text-align: left;
	vertical-align: top;
}
#old-layout .tableLayout02 th > *:first-child,
#old-layout .tableLayout02 td > *:first-child {
	margin-top: 0 !important;
}
/* tableLayout03 */
#old-layout .tableLayout03 {
	clear: both;
	margin: 30px 0 0 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#old-layout .tableLayout03 caption {
	margin: 0 0 10px 0;
	text-align: left;
}
#old-layout .tableLayout03 caption [class*="heading"] {
	margin-top: 0 !important;
	margin-bottom: 1em !important;
	text-align: left;
}
#old-layout .tableLayout03 caption > *:last-child {
	margin-bottom: 0 !important;
}
#old-layout .tableLayout03 thead {
	border-bottom: 2px solid #cccccc;
}
#old-layout .tableLayout03 th,
#old-layout .tableLayout03 td {
	padding: 10px 8px 7px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #ffffff;
	color: #555555;
	text-align: left;
	vertical-align: top;
}
#old-layout .tableLayout03 thead th,
#old-layout .tableLayout03 thead td {
	border-bottom: none;
}
#old-layout .tableLayout03 thead th:first-child {
	border-right: 2px solid #cccccc;
}
#old-layout .tableLayout03 thead th[scope="col"] {
	border-right: 1px solid #cccccc;
}
#old-layout .tableLayout03 tbody th {
	border-right: 2px solid #cccccc;
}
#old-layout .tableLayout03 thead th {
	background: #f5f5f7;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
#old-layout .tableLayout03 th.bdBottom, .tableLayout03 td.bdBottom {
	border-bottom: 1px solid #cccccc;
}
#old-layout .tableLayout03 tbody th {
	background: #ffffff;
	color: #333333;
	font-weight: bold;
}
#old-layout .tableLayout03 .cellLv1 {
	background: #f5f5f7 !important;
	color: #000000 !important;
	font-weight: bold !important;
}
#old-layout .tableLayout03 .cellLv2 {
	background: #ffffff !important;
	color: #333333 !important;
	font-weight: bold !important;
}
#old-layout .tableLayout03 .cellGraph1 {
	width: 292px;
	line-height: 1.0;
	vertical-align: middle;
}
#old-layout .tableLayout03 th.cellGraph1 {
	height: 20px;
	padding: 0;
}
#old-layout .tableLayout03 td.cellGraph1 {
	padding: 10px 0;
	background: url(/old_contents/common/images/com_table_bg01.png) repeat-y 0 0;
}
#old-layout .tableLayout03 th > *:first-child,
#old-layout .tableLayout03 td > *:first-child {
	margin-top: 0 !important;
}


/* Figure Parts
------------------------------------------------------ */
/* size */
#old-layout .sizeFix + .sizeFix {
	margin-top: 20px;
}
#old-layout [class*="sizeCompare"] {
	max-width: 100%;
	max-height: 100%;
}
#old-layout .long-w { width: 100%; }
#old-layout .long-h { height: 100%; }

/* figWrap01 */
#old-layout .figWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .figWrap01 + .figWrap01,
#old-layout .videoWrap01 + .figWrap01 {
	margin-top: 20px;
}

/* imgFrame01 */



/* Column Parts
------------------------------------------------------ */
/* selector */
#old-layout .colLayout01 > [class*="col"] > *:first-child,
#old-layout .colLayout02 > [class*="col"] > *:first-child,
#old-layout .colLayout03 > [class*="col"] > *:first-child {
	clear: none;
	margin-top: 0 !important;
}
#old-layout .colLayout01.count1 > *,
#old-layout .colLayout02.count1 > *,
#old-layout .colLayout03.count1 > * {
	text-align: center;
}
#old-layout .colLayout01.count1 > .col:nth-of-type(n+2),
#old-layout .colLayout02.count1 > .col:nth-of-type(n+2),
#old-layout .colLayout03.count1 > .col:nth-of-type(n+2) {
	margin-top: 15px !important;
}
#old-layout .colLayout01.count2 > .col:nth-of-type(n+3),
#old-layout .colLayout01.count3 > .col:nth-of-type(n+4),
#old-layout .colLayout01.count4 > .col:nth-of-type(n+5),
#old-layout .colLayout01.count5 > .col:nth-of-type(n+6),
#old-layout .colLayout01.grid2 > .col:nth-of-type(n+3),
#old-layout .colLayout01.grid3 > .col:nth-of-type(n+4),
#old-layout .colLayout01.grid4 > .col:nth-of-type(n+5),
#old-layout .colLayout01.grid5 > .col:nth-of-type(n+6),
#old-layout .colLayout02.count2 > .col:nth-of-type(n+3),
#old-layout .colLayout02.count3 > .col:nth-of-type(n+4),
#old-layout .colLayout03.count3 > .col:nth-of-type(n+4) {
	margin-top: 20px !important;
}
#old-layout .colLayout01.count2 > .col:nth-of-type(2n+1),
#old-layout .colLayout01.count3 > .col:nth-of-type(3n+1),
#old-layout .colLayout01.count4 > .col:nth-of-type(4n+1),
#old-layout .colLayout01.count5 > .col:nth-of-type(5n+1),
#old-layout .colLayout01.grid2 > .col:nth-of-type(2n+1),
#old-layout .colLayout01.grid3 > .col:nth-of-type(3n+1),
#old-layout .colLayout01.grid4 > .col:nth-of-type(4n+1),
#old-layout .colLayout01.grid5 > .col:nth-of-type(5n+1),
#old-layout .colLayout02.count2 > .col:nth-of-type(2n+1),
#old-layout .colLayout02.count3 > .col:nth-of-type(3n+1),
#old-layout .colLayout03.count3 > .col:nth-of-type(3n+1) {
	clear: left !important;
	margin-left: 0 !important;
}
#old-layout .colLayout01[class*="grid"] > .col {
	margin-left: 0 !important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
}

/* size */
#old-layout .colLayout01.count1 > .col { width: 100%; }
#old-layout .colLayout01.count2 > .col { width: 358px; }
#old-layout .colLayout01.count3 > .col { width: 232px; }
#old-layout .colLayout01.count4 > .col { width: 169px; }
#old-layout .colLayout01.grid2 > .col { width: 50%; }
#old-layout .colLayout01.grid3 > .col { width: 33.3%; }
#old-layout .colLayout01.grid4 > .col { width: 25%; }
#old-layout .colLayout01.grid5 > .col { width: 20%; }
#old-layout .colLayout01 > .sizeXL[class*="col"]  { width: 480px; }
#old-layout .colLayout01 > .sizeL[class*="col"]   { width: 358px; }
#old-layout .colLayout01 > .sizeM[class*="col"]   { width: 232px; }
#old-layout .colLayout01 > .sizeS[class*="col"]   { width: 169px; }

#old-layout .noSide .colLayout01.count2 > .col { width: 480px; }
#old-layout .noSide .colLayout01.count3 > .col { width: 314px; margin-left: 19px; }
#old-layout .noSide .colLayout01.count4 > .col { width: 230px; }
#old-layout .noSide .colLayout01.count5 > .col { width: 180px; }
#old-layout .noSide .relatedNavi02 .colLayout01.count4 > .col { width: 215px; }
#old-layout .noSide .colLayout01 > .sizeL[class*="col"]   { width: 480px; }
#old-layout .noSide .colLayout01 > .sizeM[class*="col"]   { width: 314px; }
#old-layout .noSide .colLayout01 > .sizeS[class*="col"]   { width: 230px; }

#old-layout .noSide .colLayout02.count2 > .col { width: 470px; margin-left: 40px; }
#old-layout .noSide .colLayout02.count3 > .col { width: 288px; margin-left: 58px; }

#old-layout .noSide .colLayout03.count3 > .col { width: 310px; margin-left: 25px; }

/* colLayout01 */
#old-layout .colLayout01 {
	clear: both;
	margin: 20px 0 0 0;
}
#old-layout .visualSlider01 + .colLayout01 {
	margin-top: 30px;
}
#old-layout .colLayout01.count1 {
	text-align: center;
}
#old-layout .colLayout01 > .col {
	float: left;
	margin: 0 0 0 20px;
}
#old-layout .colLayout01.count1 > .col {
	float: none;
	display: inline-block;
	margin-left: 0;
}
#old-layout .colLayout01 > .colLeft {
	float: left;
	margin: 0 20px 0.5em 0;
}
#old-layout .colLayout01 > .colRight {
	float: right;
	margin: 0 0 0.5em 20px;
}
#old-layout .colLayout01 > .colLeft + .colRight {
	margin-left: 0;
}
#old-layout .colLayout01 > .colDetail {
}
#old-layout .noSide .colLayout01 > .colMain {
	float: left;
	width: 645px;
}
#old-layout .noSide .colLayout01 > .colSide {
	float: right;
	width: 310px;
}
/* colLayout02 */
#old-layout .colLayout02 {
	clear: both;
	margin: 20px 0 0 0;
}
#old-layout .colLayout02.count1 {
	text-align: center;
}
#old-layout .colLayout02 > .col {
	float: left;
	margin: 0 0 0 50px;
}
/* colLayout03 */
#old-layout .colLayout03 {
	clear: both;
	margin: 20px 0 0 0;
}
#old-layout .colLayout03.count1 {
	text-align: center;
}
#old-layout .colLayout03 > .col {
	float: left;
	margin: 0 0 0 25px;
}


/* Box Parts
------------------------------------------------------ */
/* selector */
#old-layout [class*="frameBox"] > *:first-child,
#old-layout [class*="frameBox"] > [class*="block"] > *:first-child,
#old-layout [class*="frameBox"] [class*="boxContent"] > *:first-child {
	clear: none;
	margin-top: 0 !important;
}

/* frameBox01 */
#old-layout .frameBox01 {
	clear: both;
	margin: 30px 0 0 0;
	border: 1px solid #cccccc;
}
#old-layout .frameBox01 > .block01 { background-color: #ffffff; }
#old-layout .frameBox01 > .block02 { background-color: #f9f9f9; }
#old-layout .frameBox01 > .block03 { background-color: #f5f5f7; }

#old-layout .frameBox01 .boxHead01 {
	padding: 12px 20px 10px;
	border-bottom: 1px solid #cccccc;
	background: #f9f9f9;
	color: #000000;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}
#old-layout .frameBox01 .boxContent01 { padding: 15px 20px 12px; }
#old-layout .frameBox01 .boxContent02 { padding: 20px; }
#old-layout .frameBox01 .boxContent03 { padding: 20px 30px 30px; }


/* Index Parts
------------------------------------------------------ */
/* selector */
#old-layout [class^="index"] + [class^="index"] {
	margin-top: 20px;
}

/* index01 */
#old-layout .index01 {
}
#old-layout .index01 .linkBlock {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
#old-layout .index01 .image {
	background-color: #ffffff;
}
#old-layout .index01 .caption {
	position: relative;
	padding: 15px 39px 15px 19px;
}
#old-layout .colLayout01.count5 > .col .index01 .caption {
	padding: 8px 33px 8px 13px;
}
#old-layout .relatedNavi02 .index01 .caption {
	padding: 10px 39px 10px 19px;
}
#old-layout .index01 .caption > *:first-child {
	margin-top: 0 !important;
}
#old-layout .index01 a.linkBlock .caption:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 8px;
	height: 15px;
	margin: -8px 0 0 0;
	background: url(/old_contents/common/images/com_link_ic04.png) no-repeat 0 0;
}
#old-layout .colLayout01.count5 > .col .index01 .caption:after {
	right: 10px;
}
#old-layout .index01 a.linkBlock.type-blank .caption:after {
	width: 16px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_blank_ic03.png) no-repeat 0 0;
}
#old-layout .index01 a.linkBlock.type-pdf .caption:after {
	width: 19px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_pdf_ic02.png) no-repeat 0 0;
}
#old-layout .index01 .caption .head,
#old-layout .index01 .caption .head > a {
	color: #000000;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
#old-layout .index01 .caption .head > a:after {
	content: "";
	position: relative;
	left: 8px;
	top: 1px;
	display: inline-block;
	width: 8px;
	height: 15px;
	background: url(/old_contents/common/images/com_link_ic04.png) no-repeat 0 0;
}
#old-layout .colLayout01.count5 > .col  .index01 .caption .head {
	font-size: 14px;
	font-size: 1.4rem;
}
#old-layout .relatedNavi02 .index01 .caption .head {
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}
#old-layout .index01 .caption .desc {
	margin: 0.75em 0 0 0;
	font-size: 14px;
	font-size: 1.4rem;
}
#old-layout .index01 a.linkBlock:hover {
	background-color: #f2f4f7;
	color: #113388;
}
#old-layout .index01 a.linkBlock:hover .caption .head {
	color: #113388;
}
#old-layout .index01 .caption .head > a:hover {
	color: #113388;
}
/* index02 */
#old-layout .index02 .linkBlock {
	position: relative;
	display: table;
	width: 100%;
	padding: 0 40px 0 20px;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #ffffff;
}
#old-layout .index02 a.linkBlock:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 8px;
	height: 15px;
	margin: -8px 0 0 0;
	background: url(/old_contents/common/images/com_link_ic04.png) no-repeat 0 0;
}
#old-layout .index02 a.linkBlock.type-blank:after {
	width: 16px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_blank_ic03.png) no-repeat 0 0;
}
#old-layout .index02 a.linkBlock.type-pdf:after {
	width: 19px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_pdf_ic02.png) no-repeat 0 0;
}
#old-layout .index02 .image {
	display: table-cell;
	padding: 20px 17px 20px 0;
	vertical-align: top;
}
#old-layout .index02 .caption {
	display: table-cell;
	width: 99%;
	padding: 15px 0;
	vertical-align: top;
}
#old-layout .index02 .image + .caption {
	padding: 20px 0;
}
#old-layout .index02 .caption .head {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
#old-layout .index02 .caption .desc {
	font-size: 14px;
	font-size: 1.4rem;
}
#old-layout .index02 .caption .head + .desc {
	margin: 0.5em 0 0 0;
}
#old-layout .index02 a.linkBlock:hover {
	background-color: #f2f4f7;
	color: #113388;
}
/* index03 */
#old-layout .index03 {
}
#old-layout .index03 .linkBlock {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
#old-layout .index03 .image {
}
#old-layout .index03 .caption {
	position: relative;
	padding: 10px 29px 10px 14px;
}
#old-layout .index03 .caption > *:first-child {
	margin-top: 0 !important;
}
#old-layout .index03 a.linkBlock .caption:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 7px;
	height: 13px;
	margin: -6px 0 0 0;
	background: url(/old_contents/common/images/com_link_ic11.png) no-repeat 0 0;
}
#old-layout .index03 a.linkBlock.type-blank .caption:after {
	width: 16px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_blank_ic03.png) no-repeat 0 0;
}
#old-layout .index03 a.linkBlock.type-pdf .caption:after {
	width: 19px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_pdf_ic02.png) no-repeat 0 0;
}
#old-layout .index03 .caption .head {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
}
#old-layout .index03 .caption .desc {
	margin: 0.55em 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}
#old-layout .index03 a.linkBlock:hover {
	background-color: #f2f4f7;
	color: #113388;
}
/* index04 */
#old-layout .index04 {
}
#old-layout .index04 .linkBlock {
	position: relative;
	display: table;
	width: 100%;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #ffffff;
}
#old-layout .index04 a.linkBlock:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 7px;
	height: 13px;
	margin: -6px 0 0 0;
	background: url(/old_contents/common/images/com_link_ic11.png) no-repeat 0 0;
}
#old-layout .index04 a.linkBlock.type-blank:after {
	width: 16px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_blank_ic03.png) no-repeat 0 0;
}
#old-layout .index04 a.linkBlock.type-pdf:after {
	width: 19px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_pdf_ic02.png) no-repeat 0 0;
}
#old-layout .index04 .image {
	display: table-cell;
	width: 98px;
	vertical-align: middle;
}
#old-layout .index04 .caption {
	display: table-cell;
	padding: 10px 25px 5px 10px;
	vertical-align: top;
}
#old-layout .index04 .caption > *:first-child {
	margin-top: 0 !important;
}
#old-layout .index04 .caption .category {
}
#old-layout .index04 .caption .head {
	margin: 0.5em 0 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
}
#old-layout .index04 a.linkBlock:hover {
	background-color: #f2f4f7;
	color: #113388;
}
/* index05 */
#old-layout .index05 {
	text-align: left;
}
#old-layout .index05 .linkBlock {
	padding: 0 20px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
#old-layout .index05 .image {
	float: left;
	padding: 20px 17px 17px 0;
}
#old-layout .index05 .caption {
	padding: 20px 0 17px;
	overflow: hidden;
}
#old-layout .index05 .caption > *:first-child {
	margin-top: 0 !important;
}
#old-layout .index05 .caption .head {
	display: inline-block;
	padding: 0 17px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
#old-layout .index05 a.linkBlock .caption .head:after {
	content: "";
	position: relative;
	left: 9px;
	top: 1px;
	display: inline-block;
	width: 8px;
	height: 15px;
	background: url(/old_contents/common/images/com_link_ic04.png) no-repeat 0 0;
}
#old-layout .index05 a.linkBlock.type-blank .caption .head:after {
	left: 10px;
	top: 0;
	width: 16px;
	height: 14px;
	background: url(/old_contents/common/images/com_blank_ic03.png) no-repeat 0 0;
}
#old-layout .index05 a.linkBlock.type-pdf .caption .head:after {
	left: 7px;
	width: 19px;
	height: 14px;
	background: url(/old_contents/common/images/com_pdf_ic02.png) no-repeat 0 0;
}
#old-layout .index05 .caption .lead {
	margin: 0.5em 0 0 0;
	line-height: 1.25;
}
#old-layout .index05 .caption .desc {
	margin: 0.5em 0 0 0;
}
#old-layout .index05 a.linkBlock:hover {
	background-color: #f2f4f7;
	color: #113388;
}
/* index06 */
#old-layout .index06 {
	text-align: left;
}
#old-layout .index06 .linkBlock {
	position: relative;
	display: table;
	width: 100%;
	padding: 0 40px 0 15px;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #ffffff;
}
#old-layout .index06 a.linkBlock:after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 8px;
	height: 15px;
	margin: -8px 0 0 0;
	background: url(/old_contents/common/images/com_link_ic04.png) no-repeat 0 0;
}
#old-layout .index06 a.linkBlock.type-blank:after {
	width: 16px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_blank_ic03.png) no-repeat 0 0;
}
#old-layout .index06 a.linkBlock.type-pdf:after {
	width: 19px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_pdf_ic02.png) no-repeat 0 0;
}
#old-layout .index06 .image {
	display: table-cell;
	width: 120px;
	padding: 15px 0;
	vertical-align: top;
}
#old-layout .index06 .caption {
	display: table-cell;
	padding: 15px 0 12px 15px;
	vertical-align: top;
}
#old-layout .index06 .caption > *:first-child {
	margin-top: 0 !important;
}
#old-layout .index06 .caption .head {
	margin: 0 0 0.75em 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}
#old-layout .index06 .caption .lead {
}
#old-layout .index06 a.linkBlock:hover {
	background-color: #f2f4f7;
	color: #113388;
}
/* index07 */
#old-layout .index07 {
	text-align: left;
}
#old-layout .index07 .linkBlock {
	padding: 18px 18px 15px;
	border: 1px solid #cccccc;
	background: #ffffff;
}
#old-layout .index07 .linkBlock > *:first-child {
	margin-top: 0 !important;
}
#old-layout .index07 .image {
	display: table-cell;
	width: 272px;
	margin: 0 0 12px 0;
	text-align: center;
	vertical-align: middle;
}
#old-layout .index07 .image.type1 { height: 204px; }
#old-layout .index07 .image.type2 { height: 224px; }
#old-layout .index07 .image iframe {
	display: block;
}
#old-layout .index07 .icon {
	margin-top: 12px;
}
#old-layout .index07 .head {
	margin: 1em 0 0 0;
	color: #000000;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
}
#old-layout .index07 .icon + .head {
	margin-top: 0.5em;
}
#old-layout .index07 .desc {
	margin: 0.75em 0 0 0;
}
#old-layout .index07 .relatedNavi03 > .head {
	font-size: 14px;
	font-size: 1.4rem;
}


/* Form Parts
------------------------------------------------------ */
/*----- form -----*/
#old-layout [class*="formWrap"] {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout [class*="formWrap"] > *:first-child {
	margin-top: 0 !important;
}
#old-layout form[id*="Form"] {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout form[id*="Form"] fieldset[id*="Set"] {
	clear: both;
	margin: 20px 0 0 0;
}
#old-layout form[id*="Form"] > *:first-child,
#old-layout form[id*="Form"] fieldset[id*="Set"] > *:first-child,
#old-layout form[id*="Form"] fieldset[id*="Set"] > legend + * {
	margin-top: 0 !important;
}

/* prodsCrossForm */
#old-layout #prodsCrossForm {
}
#old-layout #prodsCrossForm #condSet {
}
#old-layout #prodsCrossForm .condSubmit {
	clear: both;
	margin: 20px 0 0 0;
}
#old-layout #prodsCrossForm .condSubmit > *:first-child {
	margin-top: 0 !important;
}
#old-layout #prodsCrossForm .condSubmit .searchBtn {
}
#old-layout #prodsCrossForm .condSubmit .searchError {
	position: relative;
	display: inline-block;
	max-width: 358px;
	margin: 15px 0 0 169px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background: #cc0000;
}
#old-layout #prodsCrossForm .condSubmit .searchError:before {
	content: "";
	position: absolute;
	left: 18px;
	top: -18px;
	width: 0;
	height: 0;
	border-width: 9px 6px;
	border-style: solid;
	border-color: transparent transparent #cc0000 transparent;
}
#old-layout #prodsCrossForm .condSubmit .searchError > p {
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
}
#old-layout #prodsCrossForm .condSubmit .searchError > p + p {
	margin-top: 0.5em;
}

/* loginForm */
#old-layout #loginForm {
}
#old-layout #loginForm .loginList {
}
#old-layout #loginForm .loginList > li {
}
#old-layout #loginForm .loginList > li + li {
	margin-top: 15px;
}
#old-layout #loginForm .loginList > li .login_label {
	display: inline-block;
	width: 110px;
	margin: 0 5px 0 0;
	font-weight: bold;
}
#old-layout #loginForm .loginList > li .login_input {
	width: 200px;
	height: 36px;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
#old-layout #loginForm .loginList > li .login_input.noFocus {
	border: 1px solid #eeeeee;
	color: #666666;
}
#old-layout #loginForm .loginList > li .login_input:hover {
	border: 1px solid #cccccc;
}
#old-layout #loginForm .loginList > li .login_error {
	position: relative;
	display: inline-block;
	max-width: 200px;
	margin: 15px 0 0 115px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background: #cc0000;
}
#old-layout #loginForm .loginList > li .login_error:before {
	content: "";
	position: absolute;
	left: 18px;
	top: -18px;
	width: 0;
	height: 0;
	border-width: 9px 6px;
	border-style: solid;
	border-color: transparent transparent #cc0000 transparent;
}
#old-layout #loginForm .loginList > li .login_error > p {
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
}
#old-layout #loginForm .loginList > li .login_error > p + p {
	margin-top: 0.5em;
}

/*----- input -----*/
/* input01 */
#old-layout .input01 {
	display: inline-block;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #ffffff;
	background-repeat: no-repeat;
	line-height: 1.5;
	cursor: pointer;
	-webkit-transition: background-color 0.3s ease;
	   -moz-transition: background-color 0.3s ease;
	     -o-transition: background-color 0.3s ease;
	        transition: background-color 0.3s ease;
}
#old-layout .input01.type-cb {
	padding: 6px 10px 6px 27px;
	background-image: url(/old_contents/common/images/com_input_bg01.png);
	background-position: 8px 10px;
}
#old-layout .input01.type-rb {
	padding: 8px 15px 6px 35px;
	background-image: url(/old_contents/common/images/com_input_bg02.png);
	background-position: 12px 8px;
}
#old-layout .input01:hover {
	background-color: #e2e8f0;
}
#old-layout .input01.checked {
	background-color: #e2e8f0 !important;
	font-weight: bold;
}
#old-layout .input01.checked.type-cb { background-image: url(/old_contents/common/images/com_input_bg01on.png); }
#old-layout .input01.checked.type-rb { background-image: url(/old_contents/common/images/com_input_bg02on.png); }
#old-layout .input01 > input {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}


/* Other Parts
------------------------------------------------------ */
/*----- icon -----*/
/* productsIcon */
#old-layout .productsIcon {
	position: relative;
	top: -2px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #e4e7ed;
	vertical-align: middle;
}
#old-layout .productsIcon.type1 {
	padding: 2px 6px 0;
	font-size: 12px !important;
	font-size: 1.2rem !important;
	line-height: 22px !important;
}
#old-layout .productsIcon.type2 {
	padding: 2px 9px 0;
	color: #555555 !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	line-height: 33px !important;
}
#old-layout a:hover > .productsIcon.type2 {
	color: #113388 !important;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
#old-layout .productsIcon.type3 {
	padding: 1px 8px 0;
	border: 1px solid #cccccc !important;
	background-color: #ffffff !important;
	color: #333333 !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	line-height: 32px !important;
}
#old-layout a:hover > .productsIcon.type3 {
	background-color: #f2f4f7 !important;
	color: #113388 !important;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

/* irIcon */
#old-layout .irIcon {
	position: relative;
	top: -2px;
	display: inline-block;
	min-width: 100px;
	padding: 2px 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	color: #ffffff !important;
	font-size: 12px !important;
	font-size: 1.2rem !important;
	line-height: 15px !important;
	text-align: center;
	vertical-align: middle;
}
#old-layout .irIcon.type1 { background-color: #1a51dc; }
#old-layout .irIcon.type2 { background-color: #3ca414; }
#old-layout .irIcon.type3 { background-color: #a4a4a4; }

/* csrIcon */
#old-layout .csrIcon {
	position: relative;
	top: -2px;
	display: inline-block;
	padding: 2px 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	color: #ffffff !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	line-height: 18px !important;
	vertical-align: middle;
}
#old-layout .csrIcon + .csrIcon {
	margin-left: 10px;
}
#old-layout .csrIcon.type1 { background-color: #e46c0a; }
#old-layout .csrIcon.type2 { background-color: #77933c; }
#old-layout .csrIcon.type3 { background-color: #604a7b; }

/* adIcon */
#old-layout .adIcon {
	position: relative;
	top: -2px;
	display: inline-block;
	min-width: 100px;
	padding: 2px 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	color: #ffffff !important;
	font-size: 12px !important;
	font-size: 1.2rem !important;
	line-height: 15px !important;
	text-align: center;
	vertical-align: middle;
}
#old-layout .adIcon.type1 { background-color: #dc1a51; }
#old-layout .adIcon.type2 { background-color: #1a6cdc; }
#old-layout .adIcon.type3 { background-color: #3ca414; }

/* newsIcon */
#old-layout .newsIcon {
	position: relative;
	top: -2px;
	display: inline-block;
	min-width: 100px;
	padding: 1px 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	color: #ffffff !important;
	font-size: 11px !important;
	font-size: 1.1rem !important;
	line-height: 15px !important;
	text-align: center;
	vertical-align: middle;
}
#old-layout .newsIcon.type1 { background-color: #807109; }
#old-layout .newsIcon.type2 { background-color: #0066a6; }
#old-layout .newsIcon.type3 { background-color: #009004; }
#old-layout .newsIcon.type4 { background-color: #96005b; }
#old-layout .newsIcon.type5 { background-color: #ee7000; }
#old-layout .newsIcon.type6 { background-color: #888888; }

/* holdIcon */
#old-layout .holdIcon {
	position: relative;
	top: -2px;
	display: inline-block;
	min-width: 60px;
	padding: 1px 3px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #ffffff;
	font-size: 11px !important;
	font-size: 1.1rem !important;
	line-height: 13px !important;
	text-align: center;
	vertical-align: middle;
}
#old-layout .holdIcon.type1 { border: 1px solid #113388; color: #0b2871 !important; }
#old-layout .holdIcon.type2 { border: 1px solid #a02626; color: #a02626 !important; }
#old-layout .holdIcon.type3 { border: 1px solid #535353; color: #535353 !important; }

/* freeIcon */
#old-layout .freeIcon {
	position: relative;
	top: -2px;
	display: inline-block;
	padding: 1px 7px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #ffffff;
	font-size: 11px !important;
	font-size: 1.1rem !important;
	line-height: 13px !important;
	text-align: center;
	vertical-align: middle;
}
#old-layout .freeIcon.type1 { border: 1px solid #535353; color: #535353 !important; }

/*----- line -----*/
/* line01 */
#old-layout .line01 {
	clear: both;
	margin: 35px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #cccccc;
}
#old-layout .line01 + * {
	margin-top: 0 !important;
}

/*----- legend -----*/
/* irLegend */
#old-layout .irLegend {
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
}
#old-layout .irLegend:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: -5px 0 0 0;
}
#old-layout .irLegend.type1:before { background-color: #81a1ef; }
#old-layout .irLegend.type2:before { background-color: #4d7ae9; }
#old-layout .irLegend.type3:before { background-color: #1c54df; }
#old-layout .irLegend.type4:before { background-color: #113388; }

/*----- flow -----*/
/*** flowWrap01 ***/
#old-layout .flowWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .flowWrap01 > *:first-child {
	margin-top: 0;
}
/* flowList01 */
#old-layout .flowList01 {
	margin: 0 -18px 0 0;
}
#old-layout .flowWrap01 > .flowList01 {
	margin-top: -25px;
}
#old-layout .flowList01 > li {
	float: left;
	margin: 25px 18px 0 0;
}
#old-layout .flowList01 > li + li {
	padding: 0 0 0 42px;
	background: url(/old_contents/common/images/com_arrow_ic04.png) no-repeat 0 50%;
}
#old-layout .flowList01.with-caption > li + li { background-position: 0 40%; }
#old-layout .flowList01 > li .block {
}
#old-layout .flowList01 > li .block .image {
	display: table-cell;
	vertical-align: middle;
}
/* flowList02 */
#old-layout .flowList02 {
}
#old-layout .flowList02 > li {
}
#old-layout .flowList02 > li > *:first-child {
	margin-top: 0 !important;
}
#old-layout .flowList02 > li + li {
	margin-top: 10px;
	padding-top: 32px;
	background: url(/old_contents/common/images/com_arrow_ic05.png) no-repeat 71px 0;
}

/*----- news -----*/
/*** newsWrap01 ***/
#old-layout .newsWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .headingWrap02 + .newsWrap01 {
	margin-top: 0;
}
#old-layout .newsWrap01 > *:first-child {
	margin-top: 0;
}
/* newsList01 */
#old-layout .newsList01 {
	margin: 30px 0 0 0;
}
#old-layout .newsList01 > li {
}
#old-layout .newsList01 > li > .newsLink {
	position: relative;
	display: block;
	padding: 10px 30px 10px 10px;
	background-color: #ffffff;
}
#old-layout .newsList01 > li > div.newsLink {
	padding-right: 10px;
}
#old-layout .newsList01 > li > a.newsLink:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 8px;
	height: 15px;
	margin: -8px 0 0 0;
	background: url(/old_contents/common/images/com_link_ic04.png) no-repeat 0 0;
}
#old-layout .newsList01 > li > a.newsLink.type-blank:after {
	width: 16px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_blank_ic03.png) no-repeat 0 0;
}
#old-layout .newsList01 > li > a.newsLink.type-pdf:after {
	width: 19px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/old_contents/common/images/com_pdf_ic02.png) no-repeat 0 0;
}
#old-layout .newsList01 > li > .newsLink .newsItem {
}
#old-layout .newsList01 > li > .newsLink .newsItem > dt {
	font-size: 12px;
	font-size: 1.2rem;
}
#old-layout .newsList01 > li > .newsLink .newsItem > dt .date {
	display: inline-block;
	width: 8.5em;
}
#old-layout .newsList01 > li > .newsLink .newsItem > dt [class*="Icon"] {
	margin-left: 11px;
}
#old-layout .newsList01 > li > .newsLink .newsItem > dd {
}
#old-layout .newsList01 > li > a.newsLink:hover {
	background-color: #f2f4f7;
}

/*----- faq -----*/
/*** faqWrap01 ***/
#old-layout .faqWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .faqWrap01 > *:first-child {
	margin-top: 0;
}
/* faqList */
#old-layout .faqList01 {
	padding: 0 0 1px 0;
	background: url(/old_contents/common/images/com_hr01.png) repeat-x 0 100%;
}
#old-layout .faqList01 > dt {
	padding: 1px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #ffffff;
	background-image: url(/old_contents/common/images/com_hr01.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #113388;
	font-size: 18px;
	font-size: 1.8rem;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
#old-layout .faqList01 > dt > .icon {
	float: left;
	display: block;
	width: 44px;
	padding: 0 6px 0 0;
	color: #113388;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
}
#old-layout .faqList01 > dt > .question {
	position: relative;
	display: block;
	padding: 8px 50px 8px 0;
	overflow: hidden;
}
#old-layout .faqList01 > dt > .question:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 9px;
	width: 30px;
	height: 30px;
	background: url(/old_contents/common/images/com_toggle_ic01.png) no-repeat 0 0;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
#old-layout .faqList01 > dt.active > .question:after {
	background: url(/old_contents/common/images/com_toggle_ic02.png) no-repeat 0 0;
}
#old-layout .faqList01 > dt:hover {
	background-color: #f2f4f7;
}
#old-layout .faqList01 > dt:hover > .question:after {
	background: url(/old_contents/common/images/com_toggle_ic03.png) no-repeat 0 0;
}
#old-layout .faqList01 > dt.active:hover > .question:after {
	background: url(/old_contents/common/images/com_toggle_ic04.png) no-repeat 0 0;
}
#old-layout .faqList01 > dd {
	padding: 0 0 30px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #ffffff;
}
#old-layout .faqList01 > dd > .icon {
	float: left;
	display: block;
	width: 44px;
	padding: 0 6px 0 0;
	color: #113388;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
}
#old-layout .faqList01 > dd > .answer {
	padding: 8px 10px 0 0;
	overflow: hidden;
}
#old-layout .faqList01 > dd > .answer > *:first-child {
	margin-top: 0 !important;
}

/*----- toggle -----*/
/*** toggleWrap ***/
#old-layout [class*="toggleWrap"] {
	clear: both;
}
#old-layout [class*="toggleWrap"] [class*="togglePanel"] > *:first-child {
	margin-top: 0 !important;
}
#old-layout .toggleWrap01 {
	margin: 1em 0 0 0;
}
#old-layout .toggleWrap01 .togglePanel {
	margin: 1em 0 0 0;
}

/*----- tooltip -----*/
/* tooltip */
#old-layout .tooltip {
	position: absolute;
	z-index: 1000;
	display: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
}
#old-layout .tooltip.type1 {
	bottom: 57px;
	left: 50%;
	width: 180px;
	margin: 0 0 0 -90px;
	padding: 10px;
	border: 2px solid #a0a0a0;
	background: #ffffff;
}
#old-layout .tooltip.type1:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -14px;
	width: 23px;
	height: 14px;
	margin: 0 0 0 -12px;
	background: url(/old_contents/common/images/com_arrow_ic03.png) no-repeat 0 0;
}
#old-layout .tooltip > *:first-child {
	margin-top: 0 !important;
}

/*----- tab -----*/
/*** tabWrap ***/
#old-layout .tabWrap {
	clear: both;
	margin: 30px 0 0 0;
}
/* tabNavi */
#old-layout .tabWrap.type1 .tabNavi {
	clear: both;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
}
#old-layout .tabWrap.type1 .tabNavi .tabBtn {
}
#old-layout .tabWrap.type1 .tabNavi .tabBtn > li {
	position: relative;
	bottom: -1px;
	float: left;
	margin: 3px 0 0 0;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#old-layout .tabWrap.type1 .tabNavi .tabBtn > li + li {
	margin-left: 10px;
}
#old-layout .tabWrap.type1 .tabNavi .tabBtn > li > a {
	display: block;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
}
#old-layout .tabWrap.type1 .tabNavi .tabBtn > li > a:hover {
	background: #f2f4f7;
	color: #113388;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
#old-layout .tabWrap.type1 .tabNavi .tabBtn > li > a > span {
	display: table-cell;
	width: 154px;
	height: 40px;
	padding: 5px 5px 3px;
	border-top: 3px solid transparent;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
/* .tabWrap.type1 .tabNavi .tabBtn > li > a[href="#tabEvent"] > span { width: 210px; } */
#old-layout .tabWrap.type1 .tabNavi .tabBtn > li.on {
	margin-top: 0;
}
#old-layout .tabWrap.type1 .tabNavi .tabBtn > li.on > a {
	border-bottom: 1px solid transparent;
	background: #ffffff !important;
	color: #113388;
	cursor: default;
}
#old-layout .tabWrap.type1 .tabNavi .tabBtn > li.on > a > span {
	height: 43px;
	border-top: 3px solid #113388;
}
#old-layout .tabWrap.type1 .tabPanel {
	clear: both;
	margin: 10px 0 0 0;
}
#old-layout .tabWrap.type1 .tabPanel > *:first-child {
	margin-top: 0 !important;
}

/*----- gallery -----*/
/* photoGallery01 */
#old-layout .photoGallery01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .photoGallery01 .bx-wrapper {
	position: relative;
}
#old-layout .photoGallery01 .bx-wrapper .bx-viewport > .hideFrame {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 2px;
	height: 100%;
	background-color: #ffffff;
}
#old-layout .photoGallery01 .bx-controls .bx-pager {
	display: none;
}
#old-layout .photoGallery01 .bx-controls .bx-controls-direction > a {
	position: absolute;
	top: 40%;
	z-index: 10;
	width: 21px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
}
#old-layout .photoGallery01 .bx-controls .bx-controls-direction > a.bx-prev { left:  -11px; background-image: url(/old_contents/common/images/com_slide_ic01.png); }
#old-layout .photoGallery01 .bx-controls .bx-controls-direction > a.bx-next { right: -11px; background-image: url(/old_contents/common/images/com_slide_ic02.png); }

#old-layout .photoGallery01 .photoBlock {
}
#old-layout .photoGallery01 .photoBlock .photoList {
}
#old-layout .photoGallery01 .photoBlock .photoList > figure,
#old-layout .photoGallery01 .photoBlock .photoList > div {
	text-align: center;
}
#old-layout .photoGallery01 .photoBlock .photoList > figure > span,
#old-layout .photoGallery01 .photoBlock .photoList > div > span {
	display: table-cell;
	width: 232px;
	height: 232px;
	text-align: center;
	vertical-align: middle;
}
#old-layout .photoGallery01 .photoBlock .photoList > figure > span img,
#old-layout .photoGallery01 .photoBlock .photoList > div > span img {
	max-width: 232px;
	max-height: 232px;
}
#old-layout .photoGallery01 .photoBlock .photoList > figure > span img.long-w,
#old-layout .photoGallery01 .photoBlock .photoList > div > span img.long-w { width:  100%; }
#old-layout .photoGallery01 .photoBlock .photoList > figure > span img.long-h,
#old-layout .photoGallery01 .photoBlock .photoList > div > span img.long-h { height: 100%; }
#old-layout .photoGallery01 .photoBlock .txCaption01 {
}
#old-layout .photoGallery01 .naviBlock{
	margin-top: 10px;
}
#old-layout .photoGallery01 .naviBlock > .thumbList {
	margin: 0 -3px 0 0;
}
#old-layout .photoGallery01 .naviBlock > .thumbList > a {
	float: left;
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 3px 3px 0;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	overflow: hidden;
}
#old-layout .photoGallery01 .naviBlock > .thumbList > a:hover {
	border: 1px solid #113388;
}
#old-layout .photoGallery01 .naviBlock > .thumbList > a.active {
	border: 1px solid #113388 !important;
}

#old-layout .photoGallery01 .naviBlock > .thumbList > a > span {
	display: table-cell;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
#old-layout .photoGallery01 .naviBlock > .thumbList > a > span  img {
	margin: -1px;
	max-width: 42px;
	max-height: 42px;
}
#old-layout .photoGallery01 .naviBlock > .thumbList > a > span img.long-w { width:  100%; }
#old-layout .photoGallery01 .naviBlock > .thumbList > a > span img.long-h { height: 100%; }

/*----- slider -----*/
/* visualSlider01 */
#old-layout .visualSlider01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .visualSlider01 .bx-controls {
	display: none;
}
#old-layout .visualSlider01 > .visualBlock {
	float: left;
	width: 708px;
}
#old-layout .visualSlider01 > .visualBlock .visualList {
}
#old-layout .visualSlider01 > .visualBlock .visualList > li {
}
#old-layout .visualSlider01 > .naviBlock {
	float: right;
	width: 256px;
}
#old-layout .visualSlider01 > .naviBlock .naviList {
}
#old-layout .visualSlider01 > .naviBlock .naviList > a {
	position: relative;
	display: block;
	min-height: 65px;
	border: 1px solid #cccccc;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
}
#old-layout .visualSlider01 > .naviBlock .naviList > a + a {
	margin-top: 15px;
}
#old-layout .visualSlider01 > .naviBlock .naviList > a > span {
	display: table-cell;
	height: 65px;
	padding: 7px 18px 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
}
#old-layout .visualSlider01 > .naviBlock .naviList > a:hover {
	border: 1px solid #113388;
}
#old-layout .visualSlider01 > .naviBlock .naviList > a.active {
	border: 1px solid #113388 !important;
	color: #113388 !important;
}
#old-layout .visualSlider01 > .naviBlock .naviList > a.active:after {
	content: "";
	position: absolute;
	left: -8px;
	top: 50%;
	width: 8px;
	height: 13px;
	margin: -6px 0 0 0;
	background: url(/old_contents/common/images/com_arrow_ic01.png) no-repeat 0 0;
}
/* recommendSlider */
#old-layout .recommendSlider {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .recommendSlider .bx-wrapper {
	position: relative;
	overflow: visible;
}
#old-layout .recommendSlider .bx-controls .bx-controls-direction > a {
	position: absolute;
	top: 0;
	display: block;
	width: 25px;
	height: 100%;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -9999px;
	outline: none;
}
#old-layout .recommendSlider .bx-controls .bx-controls-direction > a.bx-prev { left:-34px;  background-image: url(/old_contents/common/images/com_link_ic10.png); }
#old-layout .recommendSlider .bx-controls .bx-controls-direction > a.bx-next { right:-34px; background-image: url(/old_contents/common/images/com_link_ic04.png); }
#old-layout .recommendSlider .bx-controls .bx-controls-direction > a:hover {
	background-color: #f2f4f7;
}
#old-layout .recommendSlider .recommendList {
}
#old-layout .recommendSlider .recommendList > li {
	float: left;
	width: 162px;
}
#old-layout .recommendSlider .recommendList > li .linkBlock {
	display: table;
	width: 100%;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #ffffff;
}
#old-layout .recommendSlider .recommendList > li .linkBlock .image {
	display: table-row;
	width: 100%;
	text-align: center;
}
#old-layout .recommendSlider .recommendList > li .linkBlock .caption {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 56px;
	padding: 5px 24px 3px 12px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	vertical-align: middle;
}
#old-layout .recommendSlider .recommendList > li .linkBlock .caption:after {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	width: 7px;
	height: 13px;
	margin: -6px 0 0 0;
	background: url(url(/old_contents/common/images/com_link_ic11.png) no-repeat 0 0;
}
#old-layout .recommendSlider .recommendList > li .linkBlock .caption .head {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
#old-layout .recommendSlider .recommendList > li .linkBlock:hover {
	background-color: #f2f4f7;
}
#old-layout .recommendSlider .recommendList > li .linkBlock:hover .caption .head {
	color: #113388;
}
#old-layout .recommendSlider.no-slide .recommendList {
	margin: 0 -13px -13px 0;
	overflow: hidden;
}
#old-layout .recommendSlider.no-slide .recommendList > li {
	width: 174px;
	margin: 0 13px 13px 0;
}
#old-layout .recommendSlider.no-slide .recommendList > li .linkBlock {
	padding: 6px 6px 0;
}
#old-layout .recommendSlider.no-slide .recommendList > li .linkBlock .caption {
	padding: 5px 18px 3px 6px;
}

/*----- video -----*/
/* videoWrap01 */
#old-layout .videoWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .videoWrap01 + .videoWrap01,
#old-layout .figWrap01 + .videoWrap01 {
	margin-top: 20px;
}
#old-layout .videoWrap01 iframe {
	display: block;
}

/*----- plugin -----*/
/*** pluginWrap01 ***/
#old-layout .pluginWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .pluginWrap01 > .linkBlock {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
#old-layout .pluginWrap01 > a.linkBlock:hover {
	background-color: #f2f4f7;
	color: #113388;
}
/* pluginNavi01 */
#old-layout .pluginNavi01 {
	padding: 20px 19px 15px;
}
#old-layout .pluginNavi01 > .head {
	float: left;
	width: 220px;
	margin: 0 15px 0 0;
}
#old-layout .pluginNavi01 > .head .txCaption01 {
	display: block;
	font-weight: bold;
}
#old-layout .pluginNavi01 > .content {
	overflow: hidden;
}

/*----- related -----*/
/*** relatedWrap01 ***/
#old-layout .relatedWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .relatedWrap01 > *:first-child {
	margin-top: 0;
}
/* relatedNavi01 */
#old-layout .relatedNavi01 {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0 0 0 20px;
}
#old-layout .relatedNavi01 > .head {
	margin: 0 0 10px 0;
}
#old-layout .relatedNavi01 > .head > span {
	display: inline-block;
	padding: 0 0 0 42px;
	background: url(/old_contents/common/images/com_head_ic01.png) no-repeat 0 0.1em;
	color: #000000;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}
#old-layout .relatedNavi01 > .content {
}
#old-layout .relatedNavi01 > .content > *:first-child {
	margin-top: 0;
}
/* relatedNavi02 */
#old-layout .relatedNavi02 {
	clear: both;
	margin: 30px 0 0 0;
	padding: 20px 30px 30px;
	background: #f5f5f7;
}
#old-layout .relatedNavi02 > .head {
	margin: 0 0 0.5em 0;
	color: #000000;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}
#old-layout .relatedNavi02 > .content {
}
#old-layout .relatedNavi02 > .content > *:first-child {
	margin-top: 0;
}
/* relatedNavi03 */
#old-layout .relatedNavi03 {
	clear: both;
	margin: 20px 0 0 0;
}
#old-layout .relatedNavi03 > .head {
	margin: 0 0 0.25em 0;
	color: #113388;
	font-weight: bold;
	line-height: 1.25;
}
#old-layout .relatedNavi03 > .content {
}
#old-layout .relatedNavi03 > .content > *:first-child {
	margin-top: 0;
}

/*----- contact -----*/
/* contactWrap01 */
#old-layout .contactWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .contactWrap01 > *:first-child {
	margin-top: 0;
}
/* contactNavi01 */
#old-layout .contactNavi01 {
	clear: both;
	margin: 30px 0 0 0;
	border: 1px solid #cccccc;
}
#old-layout .contactNavi01 > .head {
	padding: 9px 20px 6px;
	border-bottom: 1px solid #cccccc;
	background: #f9f9f9;
}
#old-layout .contactNavi01 > .head > span {
	display: inline-block;
	padding: 0 0 0 38px;
	background: url(/old_contents/common/images/com_head_ic02.png) no-repeat 0 0.25em;
	color: #000000;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}
#old-layout .contactNavi01 > .content {
	display: table;
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background: #ffffff;
}
#old-layout .contactNavi01 > .content > *:first-child,
#old-layout .contactNavi01 > .content > [class*="Block"] > *:first-child {
	margin-top: 0;
}
#old-layout .contactNavi01 > .content .inqBlock {
	display: table-cell;
	width: 358px;
	padding: 0 62px 0 0;
	vertical-align: middle;
}
#old-layout .contactNavi01 > .content .telBlock {
	display: table-cell;
	vertical-align: middle;
}
#old-layout .contactNavi01 > .content .telBlock > dt {
	color: #000000;
	line-height: 1.5;
}
#old-layout .contactNavi01 > .content .telBlock > dd {
}
#old-layout .contactNavi01 > .content .telBlock > dd .telNumber {
}
#old-layout .contactNavi01 > .content .telBlock > dd .telNumber span {
	color: #000000;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.25;
	white-space: nowrap;
}
#old-layout .contactWrap01 > .contactNavi01 + .iconLink01 {
	margin-left: 17px;
}
#old-layout .contactWrap01 > .contactNavi01 + .iconLink01 > a {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}
#old-layout .contactWrap01 > .contactNavi01 + .iconLink01 > a.type-faq:after {
	top: 1px;
	width: 8px;
	height: 15px;
	background: url(/old_contents/common/images/com_link_ic04.png) no-repeat 0 0;
}
/* contactNavi02 */
#old-layout .contactNavi02 {
	clear: both;
	display: table;
	width: 100%;
	margin: 30px 0 0 0;
}
#old-layout .contactNavi02 > .head {
	display: table-cell;
	padding: 0 0 0 20px;
	vertical-align: middle;
}
#old-layout .contactNavi02 > .head > span {
	display: inline-block;
	padding: 0 0 0 38px;
	background: url(/old_contents/common/images/com_head_ic02.png) no-repeat 0 0.25em;
	color: #000000;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}
#old-layout .contactNavi02 > .head > span.noIcon {
	padding-left: 0;
	background: none;
}
#old-layout .contactNavi02 > .content {
	display: table-cell;
	width: 358px;
	vertical-align: middle;
}
#old-layout .contactNavi02 > .content > *:first-child,
#old-layout .contactNavi02 > .content > [class*="Block"] > *:first-child {
	margin-top: 0;
}
#old-layout .contactNavi01 > .content .inqBlock {
}
/* contactNavi03 */
#old-layout .contactNavi03 {
	clear: both;
	margin: 30px 0 0 0;
	padding: 24px;
	border: 1px solid #cccccc;
}
#old-layout .contactNavi03 + .contactNavi03 {
	margin-top:20px;
}
#old-layout .contactNavi03 > .head {
	margin: 0 0 0.5em 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#old-layout .contactNavi03 > .content {
	display: table;
	width: 100%;
}
#old-layout .contactNavi03 > .content > *:first-child,
#old-layout .contactNavi03 > .content > [class*="Block"] > *:first-child {
	margin-top: 0;
}
#old-layout .contactNavi03 > .content > [class*="Block"] {
	display: table-cell;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	vertical-align: middle;
}
#old-layout .contactNavi03 > .content > [class*="Block"]:first-child {
	margin-left: 0 !important;
}
#old-layout .contactNavi03 > .content.type-col > [class*="Block"] {
	display: block;
}
#old-layout .contactNavi03 > .content.type-col > [class*="Block"] + [class*="Block"] {
	margin-top: 10px;
}
#old-layout .contactNavi03 > .content.lq3 > [class*="Block"] { width: 33.3%; }

#old-layout .contactNavi03 > .content .telBlock {
}
#old-layout .contactNavi03 > .content .telBlock > dt {
	line-height: 1.5;
}
#old-layout .contactNavi03 > .content .telBlock > dd {
}
#old-layout .contactNavi03 > .content .telBlock > dd .telNumber {
}
#old-layout .contactNavi03 > .content .telBlock > dd .telNumber span {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.25;
	white-space: nowrap;
}
#old-layout .contactNavi03 > .content.lq3 .telBlock .telNumber span {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
}
#old-layout .contactNavi03 > .content .faxBlock {
}
#old-layout .contactNavi03 > .content .faxBlock > dt {
	line-height: 1.5;
}
#old-layout .contactNavi03 > .content .faxBlock > dd {
}
#old-layout .contactNavi03 > .content .faxBlock > dd .faxNumber {
}
#old-layout .contactNavi03 > .content .faxBlock > dd .faxNumber span {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.25;
	white-space: nowrap;
}
#old-layout .contactNavi03 > .content.lq3 .faxBlock > dd .faxNumber span {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
}
#old-layout .contactNavi03 > .content .inqBlock {
}

/*----- recommend -----*/
/*** recommendWrap01 ***/
#old-layout .recommendWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .recommendWrap01 > *:first-child {
	margin-top: 0;
}
/* recommendNavi01 */
#old-layout .recommendNavi01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .recommendNavi01 > .head {
	margin: 0 0 20px 0;
	padding: 0 0 0 60px;
	background: url(/old_contents/common/images/com_head_ic04.png) no-repeat 20px 0;
	color: #000000;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.25;
}
#old-layout .recommendNavi01 > .content {
}
#old-layout .recommendNavi01 > .content > *:first-child {
	margin-top: 0;
}

/*----- ranking -----*/
/*** rankingWrap01 ***/
#old-layout .rankingWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout .rankingWrap01 > *:first-child,
#old-layout .rankingWrap01 > noscript + * {
	margin-top: 0;
}

/*----- editor -----*/
#old-layout .wysiwyg_editor {
}



/********************************************************

  UNIQUE

********************************************************/

/* Page Parts
------------------------------------------------------ */
/*----- Page :  -----*/
/* prodsCrossSearch */
#old-layout #prodsCrossSearch {
	clear: both;
	margin: 30px 0 0 0;
}
#old-layout #prodsCrossSearch > *:first-child,
#old-layout #prodsCrossSearch > [class^="search"] > *:first-child {
	margin-top: 0;
}
#old-layout #prodsCrossSearch > #crossSearchCondition {
	clear: both;
	margin: 20px 0 0 0;
}
#old-layout #prodsCrossSearch > #crossSearchResult {
	clear: both;
	margin: 35px 0 0 0;
}
#old-layout #prodsCrossSearch > #crossSearchResult > .resultHead {
	display: none;
	margin: 0 0 1em 0;
}
#old-layout #prodsCrossSearch > #crossSearchResult > .resultHead .index {
	margin-right: -20px;
}
#old-layout #prodsCrossSearch > #crossSearchResult > .resultHead .index > li {
	display: inline-block;
	margin: 0 20px 0 0;
	line-height: 1.5;
	vertical-align: baseline;
}
#old-layout #prodsCrossSearch > #crossSearchResult > .resultHead .index > li .head {
	font-weight: bold;
}
#old-layout #prodsCrossSearch > #crossSearchResult > .resultHead .index > li.total {
	font-weight: bold;
}
#old-layout #prodsCrossSearch > #crossSearchResult > .resultHead .index > li.total .number {
}
#old-layout #prodsCrossSearch > #crossSearchResult > .resultHead .index > li.total .number > strong {
	color: #113388;
	font-size: 30px;
	font-size: 3.0rem;
}
#old-layout #prodsCrossSearch > #crossSearchResult > .resultHead .index > li.condition {
}
#old-layout #prodsCrossSearch > #crossSearchResult > .resultHead .index > li.condition .choice {
}
#old-layout #prodsCrossSearch > #crossSearchResult > .resultContent {
}
#old-layout #prodsCrossSearch > #crossSearchResult > .resultContent > *:first-child {
	margin-top: 0;
}

/*----- Page : /ir/ -----*/
/* irCalendarIndex */
#old-layout #irCalendarIndex .heading07 {
	margin-bottom: 10px;
}
#old-layout #irCalendarIndex .heading07 + * {
	margin-top: 0;
}
#old-layout #irCalendarIndex .newsWrap01 .newsList01 > li .newsLink {
	padding: 7px 0;
}
#old-layout #irCalendarIndex .newsWrap01 .iconLink01 a.type-more {
	margin-left: 12px;
}


/* ClearFix
------------------------------------------------------ */
#old-layout .siteSearch .search_form:after,
#old-layout .productsSearch .search_form:after,
#old-layout .headingWrap02:after,
#old-layout .headingWrap03:after,
#old-layout .listRow:after,
#old-layout .descList02:after,
#old-layout .ancLink01:after,
#old-layout .colLayout01:after,
#old-layout .colLayout02:after,
#old-layout .colLayout03:after,
#old-layout .index02 .linkBlock:after,
#old-layout .index05 .linkBlock:after,
#old-layout .flowList01:after,
#old-layout .faqList01 > dt:after,
#old-layout .faqList01 > dd:after,
#old-layout .tabWrap.type1 .tabNavi .tabBtn:after,
#old-layout .photoGallery01 .naviBlock > .thumbList:after,
#old-layout .visualSlider01:after,
#old-layout .pluginNavi01:after {
	content: "";
	clear: both;
	display: table;
	display: block\9;
}