@charset "utf-8";
/* Updated 2017/01/12,T */
/*=============================================================
TopicPath
=============================================================*/
#topicPath {
	padding: 5px 0 6px;
	background: #f6f6f6;
}
#topicPath > ul {
	width: 1008px;
	margin: 0 auto;
}
#topicPath > ul > li {
	display: inline-block;
	font-size: 0.857em;
}
#topicPath > ul > li:before {
	content: ">";
	margin-left: 5px;
}
#topicPath > ul > li:first-child:before {
	content: "";
	margin-left: 0;
}
#topicPath > ul > li > * {
	margin-left: 10px;
}
#topicPath > ul > li:first-child > * {
	margin-left: 0;
}
#topicPath > ul > li > a {
}
#topicPath > ul > li > strong {
	font-weight: normal;
}
@media screen and (min-width:768px){
	#topicPath {
		min-width: 1008px;
	}
}
/*=============================================================
Main Area
=============================================================*/
#wrap #mainArea {
	position: relative;
	width: 1008px;
	margin: 20px auto 60px;
}
#wrap #mainArea.categoryTop{
	width: auto;
	margin-top: 10px;
}
#wrap #mainArea:before,
#wrap #mainArea:after {
	content: " ";
	display: table;
}
#wrap #mainArea:after {
	clear: both;
}
#wrap #mainArea {
	*zoom: 1;
}
#wrap #mainArea main {
	display:block;
	width: 750px;
	margin: 0 auto;
}
.full #wrap #mainArea main {
	width: 1008px;
}
#wrap #mainArea main.mainNarrow {
	float: right;
	width: 750px;
/*	margin-right: 30px;*/
}
#wrap #mainArea main.mainNarrow {
	float: right;
	width: 750px;
	margin: 0 auto;
}
#wrap #mainArea main.mainFull {
	float: none;
	width: auto;
}
#wrap #mainArea main.mainNarrow.column1,
#wrap #mainArea main.mainFull.column1 {
	float: none;
}
#wrap #mainArea main > section > section,
#wrap #mainArea main *[role="tabpanel"] > section,
#wrap #mainArea main .contentBlockWrap,
#wrap #mainArea .mainFull #topContents  section {
	margin-top: 30px;
}
#wrap #mainArea main > section > section > section,
#wrap #mainArea main *[role="tabpanel"] > section > section {
	margin-top: 20px;
}
#wrap #mainArea main > section > h1 + section,
#wrap #mainArea main > h1 + .contentBlockWrap,
#wrap #mainArea main > .contentBlockWrap:first-child {
	margin-top: 0;
}
#wrap #mainArea #sideNav {
	float: left;
	width: 230px;
}
/*categoryTop*/
.categpryTop #contentWrap {
	padding-top: 10px;
	background: rgb(255,255,255) url(../../images/bg_main_ie8.html) 0 0 repeat-x;
	background: -moz-linear-gradient(top,  rgba(255,249,226,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,249,226,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,249,226,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,249,226,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,249,226,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,249,226,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
}
.categpryTop #contentWrap #topicPath {
	margin-top: 0;
}
.categpryTop #wrap #mainArea {
	margin-top: 0;
}
/*topContents*/
#topContents {
    width: 1008px;
    margin: 20px auto 0;
}
/*=============================================================
ReadSpeaker
=============================================================*/
/* ReadSpeaker
-------------------------------------------------------------*/
#ReadSpeaker.box-full{
	width:100%;
	max-width:1008px;
	margin:0 auto;
}
#ReadSpeaker #printBtn{
	float:right;
	padding-left:20px;
	margin-bottom: 10px;
}
#ReadSpeaker #printBtn img{
	height:26px;
	width:auto;
}
#ReadSpeaker #ReadSpeakerBtn{
	float:right;
}
/*===========================================================================
#topMain
===========================================================================*/
#topMain {
	background: #ebebeb;
}
#topMain #mainVisual{
	position:relative;
	width:1008px;
	margin:0 auto;
}
/*===========================================================================
#menuBtn
===========================================================================*/
.menuBtnArea li {
	float: left;
	width: 234px;
	margin-bottom: 15px;
	margin-left: 24px;
}
.menuBtnArea li:nth-child(4n+1) {
	margin-left: 0;
}
.menuBtnArea li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.menuBtnArea dl {
	max-width: 234px;
}
.menuBtnArea a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


.menuBtnArea li dd {
	background: #004831;
	padding: 15px 10px;
	text-align: center;
	
	width:100%;
	display:table;
	height: 77px;
	/*min-height: 77px;*/
	box-sizing: border-box;
}
.menuBtnArea li dd p {
	display:table-cell;
	vertical-align: middle;
	position: relative;
	margin: 0;
	font-size: 1.1em;
	padding-left: 1em;
	font-weight: bold;
	text-align: left;
}
.menuBtnArea li dd p.break {
	margin-top: 0;
}
.menuBtnArea li dd p.lend {
	margin: 15px 0 5px;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
}
.menuBtnArea li dd p:before {
	top: 50%;
	margin-top: -6px !important;
	position: absolute;
	content: "";
	width: 8px;
	height: 13px;
	/*top: 0.22em;*/
	left: 0;
	/*margin-top: 0 !important;*/
	background: url(../images/ico_arrow_white01.png) 0 0 no-repeat;
	-ms-background-size: 8px 13px;
	-moz-background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	background-size: 8px 13px;
}
.menuBtnArea li dd p.break:before {
	top: 0.92em;
}
.menuBtnArea li dd p.lend:before {
	background: none;
}
/*=============================================================
sideNav
=============================================================*/
#sideNav > * {
	margin-bottom: 10px;
}
#sideNav .guideArea,
#sideNav .sideInfo > ul  {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#sideNav .guideArea {
	background: #fff;
}
#sideNav .guideArea h2 {
	text-align: center;
}
#sideNav .guideArea > * {
	padding: 10px 12px 10px;
	border-top: 1px solid #ccc;
}
#sideNav .guideArea .loginArea > div:last-child,
#sideNav .guideArea .loginArea > div > * {
	margin-bottom: 0;
}
/*#sideNav .guideArea > * > *,
#sideNav .sideInfo > ul {
	margin-bottom: 10px;
}*/
#sideNav .guideArea > *:first-child {
	border-top: none;
}
#sideNav .gudeMenu {
	padding: 0;
	background: #fff8dd;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-borderbottom-left--radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-borderbottom-right--radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideNav .guideArea > .lastChild {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-borderbottom-left--radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-borderbottom-right--radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideNav .gudeMenu ul >li {
	padding: 5px 5px 5px 15px;
	border-top: 1px solid #d9d9d9;
}
#sideNav .gudeMenu ul >li:first-child {
	border-top: none;
}
#sideNav .gudeMenu ul >li > a {
	font-weight: bold;
	color: #333;
}
#sideNav .shopGuide {
	background: #fff8dd;
}
#sideNav .sideInfo > ul  {
	background: #fff8dd;
}
#sideNav .sideInfo > ul + ul {
	margin-top: 10px;
}
#sideNav .sideInfo > ul > li > a {
	display: block;
	padding: 10px 6px;
	line-height: 1.1;
	border-top: 1px dotted #ccc;
	font-weight: bold;
	color: #333;
}
#sideNav .sideInfo > ul > li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#sideNav .sideInfo > ul > li.lastChild > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideNav .sideInfo > ul > li > a:hover {
	background: #fffbea;
	color: #838383;
}
#sideNav .sideInfo > ul > li:first-child > a {
	border-top: none;
}
#sideNav .sideInfo > * {
	margin-top: 15px;
}
#sideNav .sideInfo > .sideBunnerList > ul > li {
	margin-top: 10px;
	text-align: center;
}

#sideNav .sideInfo > *:first-child,
#sideNav .sideInfo > .sideBunnerList > ul > li:first-child {
	margin-top: 0;
}
#sideNav .sideInfo *[class^="normalBlockA"] > .blockInner > .blockTitle {
	line-height: 1;
}

#sideNav .subNav a {
	text-decoration: none;
}
#sideNav .subNav .subCategoryTitle {
	background: #004831;
}
#sideNav .subNav .dtNolink .subCategoryTitle{
	display: block;
	padding: 10px 15px 8px;
	color: #fff;
	font-size: 1.286em;
	font-weight: bold;
}
#sideNav .subNav .subCategoryTitle > * {
	display: block;
	padding: 10px 15px 8px;
	color: #fff;
	font-size: 1.286em;
	font-weight: bold;
}
@media screen and (min-width:768px){
	#sideNav .subNav .subCategoryTitle:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity: 0.7;
	}
	#sideNav .subNav .dtNolink .subCategoryTitle:hover {
		filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity: 1;
	}
}

#sideNav .subNav .subCategoryTitle > *[class^="glyph"] > span {
	padding-left: 27px;
}
#sideNav .subNav .subCategoryDetail {
	border-bottom: solid 2px #004831;
}
#sideNav .subNav .subCategoryDetail li {
	border-top: solid 1px #ccc;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy {
	border-top: solid 2px #bcbcbc;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy:first-child {
	border-top: 0;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy > li > a.current,
#sideNav .subNav .subCategoryDetail .secondHierarchy > li a:hover {
	color: #004831;
	font-weight: bold;
}
#sideNav .subNav .subCategoryDetail li a.semicurrent {
	color: #004831;
	font-weight: normal !important;
}
#sideNav .subNav .subCategoryDetail li a.semicurrent:hover {
	font-weight: bold !important;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fourthHierarchy > li,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fifthHierarchy > li {
	border-top: 1px dotted #ccc;
}
#sideNav .subNav .subCategoryDetail li:first-child {
	border: none;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noLink,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fourthHierarchy > li > a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fifthHierarchy > li > a {
	display: block;
	padding: 12px 0 12px 15px;
	font-size: 90%;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a {
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a:hover {
	background: #c5d8d2;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a.current,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a.current {
	background: #c5d8d2;
	font-weight: bold;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a.current:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a.current:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a.current:hover {
}

#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fourthHierarchy > li > a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fifthHierarchy > li > a {
	padding-left: 50px;
	background: url(../images/ico_arrow_green07.png) 34px 16px no-repeat;
	-ms-background-size: 9px 12px;
	-moz-background-size: 9px 12px;
	-webkit-background-size: 9px 12px;
	background-size: 9px 12px;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a.current,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fourHierarchy > li > a:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fifthHierarchy > li > a:hover {
	background: url(../images/ico_arrow_green06.png) 34px 16px no-repeat;
	-ms-background-size: 9px 12px;
	-moz-background-size: 9px 12px;
	-webkit-background-size: 9px 12px;
	background-size: 9px 12px;
	font-weight: bold;
}

#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dd {
	display: none;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dd[aria-expanded="true"] {
	display: block
}
#sideNav *[class^="btnT"] {
	margin-bottom: 0 !important;
}
#sideNav .guideArea > * > * + * {
	margin-top: 10px;
}
#sideNav .btnT01 {
	text-align: left;
}

#sideNav .subNav .subCategoryDetail .secondHierarchy .fourthHierarchy,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fifthHierarchy {
	display:none;
}


/*===========================================================================
#sideNav #lmChart
===========================================================================*/
#sideNav #lmChart {
	text-align:center;
}
#sideNav #spChart {
	display:none;
	padding:0 10px;
}
#sideNav #lmChart dt {
	padding-bottom:3px;
	font-size:1.10em;
	font-weight:bold;
}
#sideNav #lmChart  dt small {
	font-size:0.85em;
}
#sideNav #lmChart dt img {
	vertical-align:text-top;
	padding-right:3px;
}
/* #lmChartBlock
-------------------------------------------*/
#sideNav #lmChart #lmChartBlock {
	margin:25px 0 0;
	padding:7px 4px 7px 4px;
	background-color:#c4d800;
}
#sideNav #lmChart #lmChartBlock dt {
	border-bottom:1px solid #669183;
	color:#004831;
}
#sideNav #lmChart #lmChartBlock dd.linkMore {
	padding-top:5px;
}
#sideNav #lmChart #lmChartBlock dd.linkMore a {
	display:inline-block;
	padding-left:12px;
	font-size: 0.9em;
	color: #004831;
	font-weight: bold;
	background: url(../images/ico_gnav02_ac.png) no-repeat left center;
}
/* #lmChartBlock
-------------------------------------------*/
#sideNav #lmChart #lmIrBlock {
	margin:25px 0 0;
	padding:3px;
	border:4px solid #f5ae66;
}
#sideNav #lmChart #lmIrBlock dt {
	border-bottom:1px solid #f5ae66;
}
#sideNav #lmChart #lmIrBlock dd#irShiryo{
	width:100% !important;
	height:131px !important;
	overflow:hidden;
	text-align:left;
	margin-top:5px;
}
#sideNav #lmChart #lmIrBlock dd ul {
	padding:3px 5px;
	text-align:left;
}
#sideNav #lmChart #lmIrBlock dd ul li.icnPdf {
	padding:3px 0 3px 20px;
	position:relative;
}
#sideNav #lmChart #lmIrBlock p.pdfAll {
	border-top:1px dotted #939393;
	margin-top:5px;
	padding:6px 0 3px 25px;
	position:relative;
	text-align:left;
}
#sideNav #lmChart #lmIrBlock dd ul li:before {
	content: "";
	display:block;
	width: 15px;
	height: 16px;
	position:absolute;
	top:4px;
	left:0;
	background: url(../images/ico_pdf02.gif) 0 0 no-repeat;
	-ms-background-size: 15px 16px;
	-moz-background-size: 15px 16px;
	-webkit-background-size: 15px 16px;
	background-size: 15px 16px;
}
#sideNav #lmChart #lmIrBlock p.pdfAll:before {
	content: "";
	display:block;
	width: 15px;
	height: 16px;
	position:absolute;
	top:6px;
	left:5px;
	background: url(../../investor/img_investor/icn_zip.png) 0 0 no-repeat;
	-ms-background-size: 15px 16px;
	-moz-background-size: 15px 16px;
	-webkit-background-size: 15px 16px;
	background-size: 15px 16px;
}
#sideNav #lmChart #lmIrBlock dd ul li a {
	text-decoration:underline;
	color:#333;
}
#sideNav #lmChart #lmIrBlock dd ul li a:hover {
	color: #004831;
}
.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}
.jspPane {
	width: 100% !important;
	position: absolute;
	padding-right: 10px !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background: red;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #dbdbdb;
	position: relative;
}
.jspDrag {
	background: #004831;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}




/* #lmRankingBlock 
-------------------------------------------*/
#sideNav #lmChart #lmRankingBlock {
	margin:25px 0 0;
	padding:3px;
	border:4px solid #939393;
}
#sideNav #lmChart #lmRankingBlock dt {
	border-bottom:1px solid #939393;
}
#sideNav #lmChart #lmRankingBlock dt img {
	padding-top:2px;
}
#sideNav #lmChart #lmRankingBlock dd ol {
	padding:3px 5px;
	text-align:left;
}
#sideNav #lmChart #lmRankingBlock dd ol li {
	padding:3px 0 3px 23px;
	position:relative;
}
#sideNav #lmChart #lmRankingBlock dd ol li a {
	text-decoration:underline;
	color:#333;
}
#sideNav #lmChart #lmRankingBlock dd ol li a:hover {
	color: #004831;
}
#sideNav #lmChart #lmRankingBlock dd ol li:before {
	content: "1";
	display:block;
	width: 18px;
	height: 18px;
	text-align:center;
	position:absolute;
	top:3px;
	left:0;
	background:#a0c81e;
	font-weight:bold;
	color:#004831;
}
#sideNav #lmChart #lmRankingBlock dd ol li.num2:before {
	content: "2";
}
#sideNav #lmChart #lmRankingBlock dd ol li.num3:before {
	content: "3";
}
#sideNav #lmChart #lmRankingBlock dd ol li.num4:before {
	content: "4";
	background:#d2d2d2;
}
#sideNav #lmChart #lmRankingBlock dd ol li.num5:before {
	content: "5";
	background:#d2d2d2;
}
#sideNav #lmChart #lmRankingBlock dd p {
	border-top:1px dotted #939393;
	margin-top:3px;
	padding:6px 0 3px 0;
	position:relative;
	font-size: 0.8em;
}
@media screen and (max-width: 767px) {
	#sideNav #lmChart {
		display:none;
	}
	#sideNav #spChart {
		display:block;
	}
	#sideNav #spChart #lmChart {
		display:block;
	}
	#sideNav #lmChart #lmChartBlock,
	#sideNav #lmChart #lmIrBlock,
	#sideNav #lmChart #lmRankingBlock {
		margin:10px 0 0;
	}
}
/*===========================================================================
.chart
===========================================================================*/
iframe#chart{
	width:1008px;
	height:1200px;	
}
@media screen and (max-width: 767px){
iframe#chart{
	width:100%;
	height:1800px;
}
}
/*===========================================================================
.ttl
===========================================================================*/
/*h2.h2Title01,
h3.h3Title01,
h3.h3Title02,
h4.h4Title01 {
	margin-bottom: 20px;
}
h1.h1Title01 {
	margin: 0.5em 0 45px;
}
h1.h1Title01 .titleInner {
	display: inline-block;
	position: relative;
	font-size: 2.143em;
	font-weight: bold;
	line-height: 1.1;
	color: #004831;
}*/
.ttlArea {
	width: 100%;
	max-width: 1008px;
	clear: both;
	margin: 0 auto;
}
.ttlArea h1.h1Title01 {
	margin: 20px auto 30px;
}
.ttlArea h1.h1Title01 .ttlInner {
	display: inline-block;
	position: relative;
	font-size: 2.143em;
	font-weight: bold;
	line-height: 1.1;
	color: #004831;
}
/*.mainTitle01 p {
	display: none;
}
.mainTitle01 .mainTitleLink01 {
	display: block;
	position: absolute;
	top: 0.4em;
	right: 0;
}
h2.h2Title01 {
	padding: 0 0 8px;
	border-bottom: 2px solid #a0c81e;
}
h2.h2Title01.lineGray {
	border-bottom: 2px solid #cccccc;
}
h2.h2Title01 .titleInner {
	display: inline-block;
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
}
h2.h2Title01 .titleInner:before,h2.h2Title01 .titleInner:after {content: " "; display: table;}
h2.h2Title01 .titleInner:after {clear: both;}
h2.h2Title01 .titleInner {*zoom: 1;}

h2.h2Title02 {
	font-weight: bold;
	font-size: 1.571em;
}
h2.h2Title03 {
	margin-bottom: 10px;
}
h2.h2Title03 .titleInner{
	line-height: 1;
	font-size: 1.429em;
	font-weight: bold;
}
h3.h3Title01 .titleInner {
	position: relative;
	display: block;
	padding-left: 10px;
	border-left: solid 5px #abce02;
	font-weight: bold;
	font-size: 1.286em;
	line-height: 1.3;
}
h3.h3Title01 .titleInner:before,h3.h3Title01 .titleInner:after {content: " "; display: table;}
h3.h3Title01 .titleInner:after {clear: both;}
h3.h3Title01 .titleInner {*zoom: 1;}
h3.h3Title02 {
	padding: 12px 20px 11px;
	background: #ffffcc;
}
h3.h3Title02 .titleInner {
	display: block;
	font-size: 1.143em;
}
h4.h4Title01 .titleInner {
	display: block;
	padding: 0 0 5px 15px;
	border-bottom: 2px solid #ccc;
	font-size: 1.143em;
	font-weight: bold;
}
.titleBorderA01 {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.286em;
}
.titleBorderA01:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 1.3em;
	background: #abce02;
}
.titleImg01 {
	margin-bottom: 20px;
}*/
@media screen and (min-width:768px){
/*	.jsSpAcc h3 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.jsSpAcc h3 .titleInner {
		cursor: default;
		display: block;
		border-bottom: 2px solid #abcd03;
		color: #333;
		font-size: 1.143em;
		font-weight: bold;
	}
	.jsSpAcc h3 .accBtn {
		display: none;
	}*/
}
/*===========================================================================
Btn Parts
===========================================================================*/
/*[class*="btn"] > span {
 position: relative;
 display: inline-block;
 padding:0 0 0 15px;
}
.btnT01,
.btnT02,
.btnT03,
.btnT04,
.btnT05,
.btnT06,
.btnT07,
.btnT08 {
	display: inline-block;
	margin-bottom: 10px;
	padding: 9px 10px;
	font-weight: bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-align: left;
	text-decoration: none;
}
*[class*=" btnT"][class^="glyph"],
*[class^="btnT"][class*=" glyph"],
*[class*=" btnT"][class*=" glyph"] {
	padding-right: 28px;
}
*[class*=" btnT"][class^="icon"],
*[class^="btnT"][class*=" icon"],
*[class*=" btnT"][class*=" icon"] {
	padding-right: 77px !important;
}
*[class*=" btnT"][class^="glyph"].btnWFull,
*[class^="btnT"][class*=" glyph"].btnWFull,
*[class*=" btnT"][class*=" glyph"].btnWFull {
	padding-right: 10px !important;
}
.btnT02 > span {
	color: #fff !important;
}
.btnT03 > span {
	color: #fff !important;
}
.btnT05 > span {
	color: #fff !important;
}
.btnT07 > span {
	color: #fff !important;
}
.btnT08 > span {
	color: #fff !important;
}
#wrap .btnT01 span,
.modalBlock01 .btnT01 span {
	color: #333;
}
.btnT01 {
	background: #fff;
	border: 1px solid #b3b3b3;
	box-shadow: #e2e2e2 0px -2px inset;
	-webkit-box-shadow: #e2e2e2 0px -2px inset;
	-moz-box-shadow: #e2e2e2 0px -2px inset;
}
.btnT02 {
	background: #004831;
	box-shadow: #003223 0px -2px inset;
	-webkit-box-shadow: #003223 0px -2px inset;
	-moz-box-shadow: #003223 0px -2px inset;
}
.btnT03 {
	background: #fa8200;
	box-shadow: #e27500 0px -2px inset;
	-webkit-box-shadow: #e27500 0px -2px inset;
	-moz-box-shadow: #e27500 0px -2px inset;
}
.btnT04 {
	background: #f6f9e6;
	box-shadow: #d1d8ae 0px -2px inset;
	-webkit-box-shadow: #d1d8ae 0px -2px inset;
	-moz-box-shadow: #d1d8ae 0px -2px inset;
}
.btnT05 {
	background: #ec0c0c;
	box-shadow: #ac070b 0px -2px inset;
	-webkit-box-shadow: #ac070b 0px -2px inset;
	-moz-box-shadow: #ac070b 0px -2px inset;
}
.btnT06 {
	background: #f3ee60;
	box-shadow: #ccc856 0px -2px inset;
	-webkit-box-shadow: #ccc856 0px -2px inset;
	-moz-box-shadow: #ccc856 0px -2px inset;
}
.btnT07 {
	background: #7f7f7f;
	box-shadow: #595959 0px 2px inset;
	-webkit-box-shadow: #595959 0px 2px inset;
	-moz-box-shadow: #595959 0px 2px inset;
}
.btnT08 {
	background: #006645;
	box-shadow: #084a34 0px -2px inset;
	-webkit-box-shadow: #084a34 0px -2px inset;
	-moz-box-shadow: #084a34 0px -2px inset;
}
.btnT01Small,
.btnT02Small,
.btnT03Small {
	line-height: 0;
}
.btnT01 > span,
.btnT02 > span,
.btnT03 > span,
.btnT04 > span,
.btnT05 > span,
.btnT06 > span,
.btnT07 > span,
.btnT08 > span {
	position: relative;
	line-height: 1.4;
}
.btnGlay01 {
	display: inline-block;
	padding: 5px 17px;
	background: #ebebeb;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.btnWhite01 {
	display: inline-block;
	padding: 5px 17px;
	background: #f6f9e5;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	color: #004831;
}
.btnWhite01 span {
	color: #004831 !important;
}
@media screen and (min-width:768px) {
.btnWhite01:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
}
.btnWFull {
	position: relative;
	text-align: center;
	display: block;
}
.btnSMiddle {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.143em
}
.btnSLarge {
	display: table;
	min-height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.429em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btnSLarge.btnWFull {
	width: 100%;
}
.btnSLarge > span {
	display: table-cell !important;
	vertical-align: middle;
}
.btnSLarge .smallText {
	font-size: 0.65em;
}
.btnSLarge .largeText {
	font-size: 0.8em;
	font-weight: normal;
}
.btnSMiddle .largeText {
	font-size: 1.125em;
}
.btnSMiddle .smallText {
	font-size: 0.813em;
}
.btnSetLine2 {
	padding: 22px 10px !important;
}
.btnT01Small.btnSetLine2,
.btnT02Small.btnSetLine2,
.btnT03Small.btnSetLine2 {
	padding: 16px 10px 15px !important;
}
.applicationBlock01 .noIconBtn01,
.applicationBlock02 .noIconBtn01 {
	padding: 15px 10px;
}
.applicationBlock01 .noIconBtn02,
.applicationBlock02 .noIconBtn02 {
	padding: 12px 10px;
}
.closeWrap {
	text-align: center;
}
.btnPager {
	position: relative;
	height: 50px;
}
.btnPager > li.next {
	position: absolute;
	top: 0;
	right: 0;
}
.btnPager > li > a {
	position: relative;
	display: inline-block;
	width: 125px;
	padding: 10px;
	text-align: center;
	border: 1px solid #d3d3d3;
	background: #fff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
}
.btnPager > li > a:before {
	top: 50%;
	margin-top: -0.5em;
}
.btnPager > li > a > span {
	color: #333;
	font-weight: bold;
}
.spEnlarge + .spEnlargeSwitch {
	display: none;
}*/
/*===========================================================================
tabBlock
===========================================================================*/
/*-------------------------------------------
tabBlock
-------------------------------------------*/
/*.tabBlock01 {
	margin-bottom: 20px;
	padding: 0 1px;
	border-bottom: solid 3px #004831;
}
.tabBlock01 ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabBlock01 li {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
	border-width: 1px 1px 0 1px;
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	-ms-border-radius: 5px/5px 5px 0 0;
	-o-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px/5px 5px 0 0;
}
.tabBlock01 li:first-child {
	border-width: 1px 1px 0;
}
.tabBlock01 li a {
	display: block;
	width: 100%;
	padding: 12px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #004831;
	font-size: 1.143em;
	text-align: center;
	text-decoration: none;
}
.tabBlock01 li.active {
	background: #004831;
	border-color: #004831;
	font-weight: bold;
}
.tabBlock01 li.active a {
	color: #fff;
}
.tabBlock02 {
	margin-bottom: 20px;
	padding: 0 1px;
	border-bottom: solid 3px #004831;
}
.tabBlock02 ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabBlock02 li {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
	border-width: 1px 1px 0 1px;
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	-ms-border-radius: 5px/5px 5px 0 0;
	-o-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px/5px 5px 0 0;
}
.tabBlock02 li:first-child {
	border-width: 1px 1px 0;
}
.tabBlock02 li a {
	display: block;
	width: 100%;
	padding: 12px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #004831;
	font-size: 1.143em;
	text-align: center;
	text-decoration: none;
}
.tabBlock02 li.active {
	background: #004831;
	border-color: #004831;
	font-weight: bold;
}
.tabBlock02 li.active a {
	color: #fff;
}
.tabBlock03 {
	margin-bottom: 20px;
	padding: 0 1px;
	border-bottom: solid 3px #004831;
}
.tabBlock03 ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabBlock03 li {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	-ms-border-radius: 5px/5px 5px 0 0;
	-o-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px/5px 5px 0 0;
	background: #ebebeb;
}
.tabBlock03 li a {
	display: block;
	width: 100%;
	padding: 12px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #004831;
	font-size: 1.143em;
	text-align: center;
	text-decoration: none;
}
.tabBlock03 li.active {
	background: #004831;
	font-weight: bold;
}
.tabBlock03 li.active a {
	color: #fff;
}
[class*="tabBlock"] li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.tabBlock04 {
	margin-bottom: 20px;
	padding: 0 1px;
	border-bottom: solid 1px #ccc;
}
.tabBlock04 ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
	width: 100%;
	margin-bottom: -1px;
	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabBlock04 li {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	-ms-border-radius: 5px/5px 5px 0 0;
	-o-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px/5px 5px 0 0;
	background: #f6f9e5;
}
.tabBlock04 li a {
	display: block;
	width: 100%;
	padding: 12px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #004831;
	font-size: 1.143em;
	text-align: center;
	text-decoration: none;
}
.tabBlock04 li.active {
	border-width: 1px 1px 0 1px;
	border-bottom: solid 1px #fff;
	background: #fff;
	font-weight: bold;
}
.tabBlock05 {
	margin-bottom: 20px;
	padding: 0 1px;
	border-bottom: solid 1px #ccc;
}
.tabBlock05 ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
	width: 100%;
	margin-bottom: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabBlock05 li {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	-ms-border-radius: 5px/5px 5px 0 0;
	-o-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px/5px 5px 0 0;
	background: #f2f2f2;
}
.tabBlock05 li a {
	display: block;
	width: 100%;
	padding: 12px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #004831;
	font-size: 1.143em;
	text-align: center;
	text-decoration: none;
}
.tabBlock05 li.active {
	border-width: 1px 1px 0 1px;
	border-bottom: solid 1px #fff;
	background: #fff;
	font-weight: bold;
}
.tabBlock06 {
	margin-bottom: 20px;
	padding: 0 1px;
	border-bottom: solid 1px #004831;
}
.tabBlock06 ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
	width: 100%;
	margin-bottom: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabBlock06 li {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #004831;
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	-ms-border-radius: 5px/5px 5px 0 0;
	-o-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px/5px 5px 0 0;
	background: #004831;
}
.tabBlock06 li a {
	display: block;
	width: 100%;
	padding: 12px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.143em;
	text-align: center;
	text-decoration: none;
}
.tabBlock06 li.active {
	border-width: 1px 1px 0 1px;
	border-bottom: solid 1px #fff;
	background: #fff;
	font-weight: bold;
}
.tabBlock06 li.active a {
	color: #333
}
[class*="tabBlock"] li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}*/

/*-------------------------------------------
Accordion and tabList
-------------------------------------------*/
/*.accBlock01[role="tablist"] {
	background: #fff;
}
.accBlock01[role="tablist"] [role="tab"] > a,
.accBlock01[role="tablist"] [role="tabpanel"] .accList > li > a {
	display: block;
	position: relative;
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
.accBlock01[role="tablist"] [role="tabpanel"] .accList > li > a {
	padding-left: 29px;
}
*[role="tablist"] *[role="tab"] > a > span {
	display: block;
	padding-right: 15px;
}
.tabList *[role="tablist"] *[role="tab"] > a > span {
	padding-right: 0;
}
*[role="tablist"] *[role="tab"] > a > span:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5em;
	color: #049849;
}
*[role="tablist"] *[role="tabpanel"] .accList > li > a span:after {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -0.5em;
	color: #049849;
}
.accBlock02 dl {
	position: relative;
}
.accBlock02 [role="tab"] > a {
	display: block;
	position: relative;
	margin-bottom: 5px;
	padding: 20px 5px 36px;
	background: #049849;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.429em;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.accBlock02 [role="tab"] > a > span {
	padding: 0;
}
.accBlock02 [role="tabpanel"] {
	position: absolute;
	width: 100% !important;
	padding: 5px 19px;
	background: #fff;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
}
.accBlock03 > dt,
.accBlock04 > dt,
.accBlock05 > dt {
	margin-top: 40px;
	font-weight: bold;
}
.accBlockMt20 > dt {
	margin-top: 20px !important;
}
.column1 .col:first-child .accBlockMt20 > dt {
	margin-top: 0 !important;
}
.accBlock03 > dd,
.accBlock03 > div > dd,
.accBlock04 > dd,
.accBlock04 > div > dd,
.accBlock05 > dd,
.accBlock05 > div > dd {
	padding: 15px 20px;
	border: solid 1px #ccc;
	border-width: 0 1px 1px;
}
.accBlock03 > dd,
.accBlock03 > div > dd {
	border-color: #e09292;
}
.accBlock03[role="tablist"] > dt a,
.accBlock04[role="tablist"] > dt a,
.accBlock05[role="tablist"] > dt a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 12px 95px 10px 19px;
	background: #f6f9e5;
	border: solid 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font-size: 1.286em;
	font-weight: normal;
}
.accBlock03[role="tablist"] > dt a {
	background: #fff1f1;
	border-color: #e09292;
}
.accBlock05[role="tablist"] > dt a {
	background: #f2f2f2;
}
.accBlock03[role="tablist"] > dt a > .accBtn,
.accBlock04[role="tablist"] > dt a > .accBtn,
.accBlock05[role="tablist"] > dt a > .accBtn {
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	min-height: 20px;
	min-width: 0;
	margin: -10px 0 0;
	padding: 0 25px 0 0;
	border: 0;
	box-shadow: none;
	background: url(/english/shared/images/ico_open01.png) 100% 50% no-repeat;
	-ms-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	font-size: 0.8em;
	line-height: inherit;
}
.accBlock04[role="tablist"] > dt a > .accBtn,
.accBlock05[role="tablist"] > dt a > .accBtn {
	background: url(/english/shared/images/ico_open02.png) 100% 50% no-repeat;
	-ms-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	line-height: inherit;
}
.accBlock03[role="tablist"] > dt.open a > .accBtn {
	background: url(/english/shared/images/ico_close01.png) 100% 50% no-repeat;
	-ms-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.accBlock04[role="tablist"] > dt.open a > .accBtn,
.accBlock05[role="tablist"] > dt.open a > .accBtn {
	background: url(/english/shared/images/ico_close02.png) 100% 50% no-repeat;
	-ms-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.accBlock03[role="tablist"] > dt a > .accBtn > span,
.accBlock04[role="tablist"] > dt a > .accBtn > span,
.accBlock05[role="tablist"] > dt a > .accBtn > span {
	position: static;
	padding-left: 0;
}
@media screen and (min-width:768px) {
.jsAccPcOpen dd[aria-hidden="false"],
 dd.jsAccPcOpen[aria-hidden="false"] {
	display: block !important;
}
}*/
/*===========================================================================
.topAside01
===========================================================================*/
/* top aside */
.topAside01 {
	width: 1008px;
	clear: both;
	margin: 0 auto;
	padding: 60px 0;
}
.topAside01 aside {
	margin-top: 40px;
}
.topAside01 p {
	margin: 20px 0 0;
}
.topH3Title {
	margin-bottom: 12px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ddd;
	font-weight: bold;
}
.topH3Title span {
	display: inline-block;
	margin-left: 30px;
	padding-left: 25px;
	position: relative;
}
.topH3Title span:before {
	content: "";
	display: block;
	position: absolute;
	width: 21px;
	height: 14px;
	top: 50%;
	left: 0;
	margin-top: -7px;
	background: url(../images/ico_otherpage03.png) 0 0 no-repeat;
	-ms-background-size: 21px 14px;
	-moz-background-size: 21px 14px;
	-webkit-background-size: 21px 14px;
	background-size: 21px 14px;
}
.topLogoList01 li {
	width: 240px;
	margin: 0 0 12px 16px;
}
.topLogoList01 li:nth-child(4n+1) {
	margin-left: 0;
}
.topLogoList01 li {
	float: left;
}
.basel_3_2small_text{
	font-size: 88%
}

/*===========================================================================
=============================================================================

SP/TUBLET

=============================================================================
===========================================================================*/
@media screen and (max-width: 767px) {
/*=============================================================
TopicPath
=============================================================*/
	#topicPath {
		display: none;
	}
/*=============================================================
Main Area
=============================================================*/
	#wrap #mainArea main > section > section,
	#wrap #mainArea main .contentBlockWrap,
	#wrap #mainArea .mainFull #topContents  section {
		margin-top: 20px;
	}
	#wrap #mainArea,
	#wrap #mainArea main,
	#wrap #mainArea #sideNav {
		width: 100% !important;
		float: none !important;
	}
	#wrap #mainArea {
		margin-top: 0;
		margin-bottom: 0;
	}
	#wrap #mainArea.categoryTop{
		width: auto;
		margin-top: 2px;
	}
	#wrap #mainArea main {
		padding: 0 10px 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.bnrArea01 {
		background: #fffbea;
		padding: 15px 10px;
	}
	#topContents {
		width: auto;
	}
/*===========================================================================
#topMain
===========================================================================*/
	#topMain {
			position: relative;
			margin: 0 -10px;
			background: #fff;
	}
	#topMain #mainVisual{
			width:auto;
	}
/*===========================================================================
#menuBtn
===========================================================================*/
 .menuBtnArea li{
		float: right;
   		width: 49%;
    	margin: 0 0 10px;
	}

 .menuBtnArea li:nth-child(2n+1) {
   	 	clear: both;
    	float: left;
	}
 .menuBtnArea li dl{
		max-width:100%;
	}
	
 .menuBtnArea li dl dt img{
		width:100%;
	}
 .menuBtnAreai dd{
		display:table;
		width:100%;
		text-align:left;
		min-height:64px;
		padding: 10px 10px;
	}
 .menuBtnArea dd > p{
		display:table-cell;
		vertical-align:middle;
		font-size:1em;
	}
 .menuBtnArea dd > p:before{
		top:0.9em;
	}
/*=============================================================
#sideNav
=============================================================*/
	#sideNav .guideArea {
		margin-bottom: 0;
		padding: 15px 10px;
		border-top: 1px solid #ccc;
		border-right: none;
		border-bottom: none;
		border-left: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		background: #fffbea;
	}
	#sideNav .guideArea > * {
		margin-bottom: 15px;
		padding: 10px;
		background: #fff;
		text-align: center;
		border: 1px solid #ccc !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	#sideNav .loginAreaTop {
		display: table;
		width: 100%;
	}
	#sideNav .loginAreaTop > * {
		display: table-cell;
		vertical-align: middle;
	}
	#sideNav .loginAreaTop h2 {
		width: 90px;
		padding: 0 15px;
	}
	#sideNav .loginAreaTop a {
		width: auto;
		padding-right: 0;
	}
	#sideNav .subNav {
		margin: 0;
		padding: 0;
		background: #04984a;
	}
	#sideNav .subNav .subCategoryTitle > * {
		border-top: solid 1px #c1c1c1;
		font-weight: normal;
	}
	#wrap #sideNav .subNav .subCategoryTitle > *,
	#wrap #sideNav .subNav .secondHierarchy a,
	#wrap #sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a,
	#wrap #sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a {
		display: block;
		margin: 0;
		padding: 12px 10px 11px 32px;
		border-bottom: solid 1px #c1c1c1;
		background: #f6f6f6 url(../images/ico_arrow_glay01.png) 15px 50% no-repeat;
		-ms-background-size: 7px 10px;
		-moz-background-size: 7px 10px;
		-webkit-background-size: 7px 10px;
		background-size: 7px 10px;
		color: #004831;
		font-size: 1.0em;
		font-weight: normal;
	}
	#sideNav .subNav .dtNolink .subCategoryTitle{
		display:none;
	}
	#sideNav .subNav .subCategoryDetail {
		padding: 0;
	}
		#sideNav .subNav .subCategoryDetail,
	#sideNav .subNav .subCategoryDetail .secondHierarchy > li {
		border: none;
	}
	#sideNav .subNav .dtNolink .subCategoryDetail{
		border-top: solid 1px #ccc;
	}
	#sideNav .sideInfo {
		margin-right: 10px;
		margin-left: 10px;
	}
	#sideNav .subNav .subCategoryDetail .secondHierarchy {
		border-top: 0;
	}
	#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy,
	#sideNav .subNav .subCategoryDetail .secondHierarchy .fourthHierarchy,
	#sideNav .subNav .subCategoryDetail .secondHierarchy .fifthHierarchy {
		display: none;
	}
/*===========================================================================
.ttl
===========================================================================*/
/*	.mainTitle01 {
		position: relative;
		margin: 0 -10px 20px;
		padding: 7px 10px 10px;
		border-bottom: solid 1px #e2e2e2;
	}
	h1.h1Title01 {
		position: relative;
		margin: 0 -10px 20px;
	}
	h1.h1Title01 .titleInner {
		width: 100%;
		padding: 10px;
		border-bottom: solid 1px #e2e2e2;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.43em;
		font-weight: bold;
		color: #004831;
	}
	.mainTitle01 h1.h1Title01 {
		margin: 0;
	}
	.mainTitle01 h1.h1Title01 .titleInner {
		padding: 0.4em 0 0 55px;
		border-bottom: 0;
	}
	.mainTitle01 p {
		display: block;
		position: absolute;
		top: 50%;
		left: 10px;
		width: 40px;
		margin-top: -0.8em;
		padding-right: 6px;
		border-right: solid 1px #ccc;
	}
	.mainTitle01 p a {
		display: inline-block;
		padding-left: 12px;
		background: url(/english/shared/images/ico_arrow_green04.png) 0 0.2em no-repeat;
		-ms-background-size: 8px 13px;
		-moz-background-size: 8px 13px;
		-webkit-background-size: 8px 13px;
		background-size: 8px 13px;
		color: #666;
		font-size: 0.86em;
		text-decoration: none;
	}
	.mainTitle01 .mainTitleLink01 {
		position: absolute;
		width: auto;
		top: 1.7em;
		right: 0;
		left: auto;
	}
	.mainTitle01 .mainTitleLink01 a {
		padding-left: 0;
		background: none;
		color: inherit;
	}*/
	.ttlArea {
		width: auto;
		margin: 0 -10px;
	}
	.ttlArea h1.h1Title01 {
		margin: 0 auto;
	}
	.ttlArea h1.h1Title01 .ttlInner {
		width: 100%;
		padding: 10px;
		font-size: 1.43em;
		border-bottom: solid 1px #e2e2e2;
		box-sizing: border-box;
	}
/*	h2.h2Title01 {
		margin-left: -10px;
		margin-right: -10px;
		padding: 0 10px 5px;
	}
	h2.h2Title01 .titleInner {
		padding: 0;
		font-size: 1.286em;
	}
	h2.h2Title01 .titleInner:before {
		left: 5px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	h2.h2Title03 {
		margin-bottom: 0;
		padding: 12px 15px;
		background: #049849;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		color: #fff;
		font-weight: bold;
	}
	.h2Title01 .iconWrap.spIconDrop {
		float: none;
	}
	.h2Title01 .iconWrap.spIconDrop > span {
		margin-bottom: 10px;
	}
	h3.h3Title01 {
		margin-bottom: 16px;
	}
	h3.h3Title01 .titleInner {
		font-size: 1.072em;
	}
	h4.h4Title01 .titleInner {
		font-size: 1.0em;
	}*/
/*===========================================================================
Btn Parts
===========================================================================*/
/*	.btnT01,
	.btnT02,
	.btnT03,
	.btnT05,
	.btnT08 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
	}
	.btnT04,
	.btnT04 > * {
		display: block;
	}
	.btnT04 .title,
	.btnT04 .detail {
		width: 100% !important;
		text-align: center;
	}
	.btnGlay01 {
		padding: 10px 12px;
	}*/
/*===========================================================================
.topAside01
===========================================================================*/
	/* top aside */
	.topAside01 {
		width: auto;
		padding: 0 0 20px;
	}
	.topAside01 aside {
		margin: 30px 10px 0;
	}
	.topAside01 p {
		margin: 20px 10px 0;
	}
	.topH3Title {
		font-size: 1.0em;
	}
	.topH3Title span {
		display: block;
		margin-left: 0px;
		margin-top: 5px;
	}
	.topLogoList01 li {
		float: right;
		width: 49%;
		margin: 0 0 10px;
	}
	.topLogoList01 li:nth-child(2n+1) {
		clear: both;
		float: left;
	}
}









/*===========================================================================
   *** icon ***
===========================================================================*/

ol {
	list-style: none;
}
figure { 
text-align: center;
}
.textBlock01 a:link { text-decoration: underline; }

/*-------------------------------------------
nav
-------------------------------------------*/
/* categoryNav */
.categoryNav a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: solid 2px #034a33;
	box-shadow: #003222 0px -2px inset;
	-webkit-box-shadow: #003222 0px -2px inset;
	-moz-box-shadow: #003222 0px -2px inset;
	color: #fff;
	text-decoration: none;
	background: #004831;
}
.categoryNav a figure {
	padding: 19px 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #fff;
}
.categoryNav a span,
.categoryNav a > dl > dt {
	position: relative;
	display: block;
	padding: 14px 0 14px 36px;
	font-size: 1.286em;
	font-weight: bold;
	text-decoration: none;
}
.categoryNav a > dl > dt {
	padding-bottom: 8px;
}
.categoryNav a > dl > dd {
	padding: 0 19px 14px;
	font-size: 0.857em;
}
@media screen and (min-width:768px){
	.categoryNav a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity: 0.7;
	}
}

/* categoryNav02 */
.categoryNav02 a {
	display: table;
	width: 100%;
	height: auto !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: solid 2px #034a33;
	box-shadow: #003222 0px -2px inset;
	-webkit-box-shadow: #003222 0px -2px inset;
	-moz-box-shadow: #003222 0px -2px inset;
	color: #fff;
	text-decoration: none;
	background: #004831;
}
.categoryNav02 a figure {
	display: table-cell;
	width: 120px;
	padding: 19px 0;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	background: #fff;
	vertical-align: middle;
}
.categoryNav02 a > span,
.categoryNav02 a > dl {
	display: table-cell;
	min-width: 180px;
	padding: 14px 0 14px;
	background: #004831;
	text-decoration: none;
	vertical-align: middle;
}
.categoryNav02 a > dl > dt {
	position: relative;
	padding: 0 13px;
	font-size: 1.286em;
	font-weight: bold;
}
.categoryNav02 a > dl > dd {
	margin-top: 5px;
	padding: 0 13px;
	font-size: 0.929em;
}
@media screen and (min-width:768px){
	.categoryNav02 a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity: 0.7;
	}
}


/*-------------------------------------------
column
-------------------------------------------*/

*[class^="column"] .col,
*[class^="column"] .col2 {
	float: left;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*[class^="column"] > .columnInner:before,
*[class^="column"] > .columnInner:after {
    content: " "; 
    display: table;
}
*[class^="column"] > .columnInner:after {
    clear: both;
}
*[class^="column"] > .columnInner {
    *zoom: 1;
}
.column1 .col {
	width: 750px;
	float: none;
}
.column2 .col {
	width: 365px;
	margin-left: 20px;
}
.column2.columnWide .col {
	position: relative;
	width: 320px;
	margin-left: 50px;
}
.column2.columnWide .col + .col:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -38px;
	width: 28px;
	height: 76px;
	margin-top: -38px;
	background: url(../images/bg_arrow_right01.png) 0 0 no-repeat;
}
.column3 .col {
	width: 234px;
	margin-left: 24px;
}
.column4 .col {
	width: 171px;
	margin-left: 22px;
}

.full .column1 .col {
	width: 1008px;
}
.full .column2 .col {
	width: 490px;
	margin-left: 28px;
}
.full .column2.columnWide .col {
	width: 445px;
}
.full .column3 .col {
	width: 300px;
}
.full .column4 .col {
	width: 220px;
}

.modalBlock01 .column3 .col {
	width: 184px;
}

.mainNarrow .column1 .col {
	width: 750px;
}
.mainNarrow .column1.nalowBlock .col {
	width: 365px;
	margin-left: auto;
	margin-right: auto;
}
.mainNarrow .column2 .col {
	width: 365px;
	margin-left: 20px;
}
.mainNarrow .column2.columnWide .col {
	position: relative;
	width: 320px;
	margin-left: 50px;
}
.mainNarrow .column3 .col {
	width: 234px;
	margin-left: 24px;
}
.mainNarrow .column3 .col2 {
	width: 492px;
	margin-left: 24px;
}
.mainNarrow .column4 .col {
	width: 171px;
	margin-left: 22px;
}
.mainNarrow .column5 .col {
	width: 134px;
	margin-left: 20px;
}
.mainNarrow .column6 .col {
	width: 110px;
	margin-left: 18px;
}
.mainNarrow .column7 .col {
	width: 96px;
	margin-left: 13px;
}
.mainNarrow .column8 .col {
	width: 85px;
	margin-left: 10px;
}
.column2 .col:nth-child(2n+1),
.column3 .col:nth-child(3n+1),
.column3 .col2:nth-child(3n+1),
.column4 .col:nth-child(4n+1),
.column5 .col:nth-child(5n+1), 
.column6 .col:nth-child(6n+1),
.column7 .col:nth-child(7n+1),
.column8 .col:nth-child(8n+1) { 
	clear: left !important;
	margin-left: 0 !important;
}

/*-------------------------------------------
column customize parts
-------------------------------------------*/

.columnParts01 {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columnParts01 > * {
	display: table-cell;
	padding: 0 15px;
	vertical-align: middle;
}
.columnParts01 > * + * {
	padding-right: 0;
}
.columnParts01 > *:first-child {
	padding-left: 0;
}
.columnParts01 > *:last-child {
	padding-right: 0;
}
.columnParts01 + * {
	margin-top: 10px;
}
.columnParts02 {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.columnParts02 > * {
	display: table-cell;
	vertical-align: top;
}
/*-------------------------------------------
blockColumn
-------------------------------------------*/
*[class^="blockColumn"] > * {
	float: left;
	margin-left: 2%;
}
*[class^="blockColumn"] > *:first-child {
	margin-left: 0;
}
.blockColumn2 > * {
	width: 49%;
}
.blockColumn3 > * {
	width: 32%;
}
.blockColumn4 > * {
	width: 23.5%;
}
.blockColumn5 > * {
	width: 18.4%;
}
.blockColumn2 > *:nth-child(2n+1),
.blockColumn3 > *:nth-child(3n+1),
.blockColumn4 > *:nth-child(4n+1),
.blockColumn5 > *:nth-child(5n+1) {
	clear: both;
	margin-left: 0;
}
/*-------------------------------------------
tableColumn
-------------------------------------------*/
.tableColumn01 {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.tableColumn01 > .col {
	display: table-cell;
}

/*-------------------------------------------
boxBlock
-------------------------------------------*/
*[class*="boxBlock"] {
	padding: 18px 15px;
	background: #fff;
}
*[class*="boxBlock"] .title {
	font-weight: bold;
	font-size: 1.143em;
}
.boxBlock01 {
	border: 1px solid #ccc;
}
.boxBlock01 .title > .titleInner {
	color: #049849;
}
.boxBlock01 .title a {
	position: relative;
	padding-left: 30px;
}
.boxBlock01 .title a:before {
	display: block;
	position: absolute;
	top: 0em;
	left: 0;
	font-size: 20px;
	margin-top: -3px;
	line-height: 1;
}
.boxBlock02 {
	border: 2px solid #fa8200;
}

.boxBlock03 {
	border: 2px solid #c4d400
}

.boxinner01 {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
}

.blockInner *[class^="normalBlockA"],
.blockInner *[class*=" normalBlockA"],
.blockInner .attentionBlock01,
.blockInner *[class^="strongBlock"],
.blockInner *[class*=" strongBlock"],
.blockInner .relevanceBlock01,
.blockInner .relevanceBlock02{
	margin-bottom: 10px;
}

*[class^="normalBlockA"] > .blockInner,
*[class*=" normalBlockA"] > .blockInner,
.attentionBlock01 > .blockInner,
.attentionBlock02 > .blockInner,
*[class^="strongBlock"] > .blockInner,
*[class*=" strongBlock"] > .blockInner,
.relevanceBlock01 > .blockInner,
.relevanceBlock02 > .blockInner {
	border: 1px solid #ccc;
/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
*/
	/*box-shadow:rgb(229, 229, 229) 0px 3px 2px 0px;
	-webkit-box-shadow:rgb(229, 229, 229) 0px 3px 2px 0px;
	-moz-box-shadow:rgb(229, 229, 229) 0px 3px 2px 0px;*/
}
.attentionBlock01 > .blockInner > *,
.attentionBlock02 > .blockInner > *,
*[class^="strongBlock"] > .blockInner > *,
*[class*=" strongBlock"] > .blockInner > *{
	margin-bottom: 10px;
}
*[class^="normalBlockA"] > .blockInner .blockTitle,
*[class*=" normalBlockA"] > .blockInner .blockTitle {
	padding: 12px 19px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 1.286em;
/*
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
*/
}
*[class^="normalBlockA"] > .blockInner .blockDetail,
*[class*=" normalBlockA"] > .blockInner .blockDetail {
	padding: 20px 15px 10px;
	background: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;	
}
*[class^="normalBlockA"] > .blockInner .blockDetail > *,
*[class*=" normalBlockA"] > .blockInner .blockDetail > *,
.normalBlockB01 > .blockInner > * {
	margin-bottom: 10px;
}
.normalBlockA01 > .blockInner .blockTitle {
	background: #fff;
}
.normalBlockA02 > .blockInner {
	border-color: #a0c81e;
	border-width: 2px;
}
.normalBlockA02 > .blockInner .blockTitle {
	padding: 12px 10px 13px;
	background: #a0c81e;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.normalBlockA01 > .blockInner .blockTitle a,
.normalBlockA02 > .blockInner .blockTitle a,
.normalBlockA03 > .blockInner .blockTitle a,
.normalBlockA04 > .blockInner .blockTitle a {
	color: #333;
}
.normalBlockA03 > .blockInner {
	border: solid 1px #e09292;
}
.normalBlockA03 > .blockInner .blockTitle {
	border-bottom: solid 1px #e09292;
	background: #fff1f1;
}
.normalBlockA04 > .blockInner .blockTitle {
	background: #f2f2f2;
}
.normalBlockA05 > .blockInner .blockTitle {
	background: #abce02;
}
.normalBlockA05 .normalBlockA05Inner {

}
.normalBlockA06 > .blockInner .blockTitle {
	background: #f1fecb;
}
.normalBlockA07 > .blockInner .blockTitle {
	background: #f6f9e5;
}
.attentionBlock01 > .blockInner,
*[class^="strongBlock"] > .blockInner,
*[class*=" strongBlock"] > .blockInner {
	padding: 25px 25px 15px;
}
.attentionBlock01 > .blockInner > *,
*[class^="strongBlock"] > .blockInner > *,
*[class*=" strongBlock"] > .blockInner > * {
	margin-bottom: 10px;
}
.attentionBlock01 > .blockInner {
	background: #fff;
	border: 1px solid #e19393;
}
.attentionBlock01 > .blockInner a {
	color: #c00;
	text-decoration: underline;
}
@media screen and (min-width:768px){
	.attentionBlock01 > .blockInner .glyphAttention01 a:hover,
	p.glyphAttention01 > span a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity: 0.7;
	}
}
.attentionBlock02 > .blockInner {
	padding: 10px 10px 0;
	background: #fff7f7;
	border: 1px solid #f00;
	box-shadow: none;
}
.strongBlockA01 > .blockInner {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	background: #e6f0b3;
}
.strongBlockA02 > .blockInner {
	border: 0;
	background: #eee;
}
.strongBlockA03 > .blockInner {
	border: 0;
	background: #ffedb2;
}
.strongBlockA04 > .blockInner {
	border: 0;
	background: #ffecec;
}
.strongBlockA05 > .blockInner {
	border: 0;
	background: #d4edec;
}
.strongBlockA06 > .blockInner {
	border: 0;
	background: #fedb65;
}
.strongBlockA07 > .blockInner {
	border: 0;
	background: #b1d9f3;
}
.strongBlockA08 > .blockInner {
	border: 0;
	background: #c5de78;
}
.strongBlockA09 > .blockInner {
	border: 0;
	background: #c4bad5;
}

.boxPaddingSmall01 {
	padding-top: 10px !important;
	padding-bottom: 1px !important;
}

/*relevanceBlock*/
.relevanceBlock01 > .blockInner,
.relevanceBlock02 > .blockInner {
	display: table;
	width: 100%;
}
.relevanceBlock01 > .blockInner > *,
.relevanceBlock02 > .blockInner > * {
	display: table-cell;
	vertical-align: middle;
}
.relevanceBlock01 > .blockInner .blockTitle,
.relevanceBlock02 > .blockInner .blockTitle {
	padding: 19px 10px;
	width: 118px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #ccc;
}
.relevanceBlock01 > .blockInner .blockTitle {
	background: #f2f2f2;
}
.relevanceBlock02 > .blockInner .blockTitle {
	background: #e4fbef;
}
.relevanceBlock01 > .blockInner .blockDetail,
.relevanceBlock02 > .blockInner .blockDetail {
	padding: 19px 20px;
	background: #fff;
}

.blockDetail.noPadding{
	padding: 0 !important;
}

/*colorBlock*/
.colorBlockA01 {
	padding: 15px 20px;
	background: #fff8dd;
	border: 1px solid #049849;
}
/*searchWordBlock*/
.searchWordBlock01 dl {
	display: table;
	width: 100%;
}
.searchWordBlock01 dl > * {
	display: table-cell;
	vertical-align: middle;
}
.searchWordBlock01 dl > dt {
	font-weight: bold;
	width: 10em;
}
.searchWordBlock01 dl > dd .keywordList01 li {
	display: inline-block;
	vertical-align: middle;
}
.searchWordBlock01 dl > dd .keywordList01 li > a {
	padding-left: 15px;
}
/*spSearchBlock01*/
.spSearchBlock01 {
	padding: 15px;
	background: #f2f2f2;
	border-bottom: 1px solid #ccc;
}
.spSearchBlock01 > div {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.spSearchBlock01 > div > * {
	display: table-cell;
	vertical-align: middle;
}
.spSearchBlock01 > div > div:first-child {
	width: 100%;
}
.spSearchBlock01 > div > div:last-child {
	padding-left: 10px;
	width: 3em;
}
.spSearchBlock01 input[type="search"] {
	width: 100%;
	padding: 10px;
	-webkit-appearance:normal;
	appearance:normal;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.spSearchBlock01 > div > div:last-child button {
	display: block;
	width: 100%;
	padding: 8px 0 8px;
	background: #ee6d34;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.spSearchBlock01 > div > div:last-child button img {
	width: 17px;
}
/*dateBlock*/
.dateBlock01 dl,
.dateBlock02 dl,
.dateBlock03 dl {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.dateBlock01 dl:first-child,
.dateBlock02 dl:first-child,
.dateBlock03 dl:first-child {
	margin-top: 0;
}
.dateBlock01 dl > *,
.dateBlock02 dl > *,
.dateBlock03 dl > * {
	display: table-cell;
	vertical-align: top;
}
.dateBlock01 dl > dt,
.dateBlock02 dl > dt,
.dateBlock03 dl > dt {
	width: 10em;
	color: #666;
}
.dateBlock01 dl > dd > a {
	vertical-align: top;
}
.dateBlock02 {
	background: #fff;
	padding: 18px 20px 20px 20px;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.dateBlock02 dl > dd > a {
	position: relative;
}
.dateBlock01 dl .noLink {
	padding-left: 0.8em;
}
.dateBlock03 dd .dateIcon01 {
	display: table-cell;
	width: 7em;
	padding-right: 10px;
}
.dateBlock03 dd .dateIcon01 [class*="iconType01"] {
	width: 100%;
}
.dateBlock03 dd .dateText01 {
	display: table-cell;
}
.telNumber {
	position: relative;
	cursor: default;
}
.telNumber.glyphTel > span,
.telNumber.glyphFax > span {
	padding-left: 2.5em;
}
.telNumber.glyphTel > span:before,
.telNumber.glyphFax > span:before {
	bottom: 0;
	top: auto;
	font-size: 1.8em;
}
.telBeforeText,
.telBeforeText + .telNumber {
	display: inline-block;
}
.telBeforeText + .telNumber {
	margin-left: 5px;
}
.telNumber + .telAfterText {
	display: block;
	margin-top: 10px;
}
.telBlock01 .telTitle {
	margin-bottom: 20px;
	font-weight: bold;
	color: #01894d;
}
.telBlock02 > .telTitle,
.telBlock02 > .telDetail > * {
	margin-bottom: 10px;
}
.telBlock02 > .telDetail {
	text-align: center;
}
.phoneNumber {
	display: inline-block;
	margin-right: 3px;	
	border: 1px solid #333;
	width: 18px;
	text-align: center;	
	line-height: 1.2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;	
}
@media screen and (min-width:768px){
	.phoneNumberLink:hover {
		color: inherit;
	}
}
.telNumberGroup {
	margin: 0 auto 10px;
	text-align: center;
}
.telNumberWrap {
	margin-bottom: 20px;
}
.blockDetail .image {
	margin-bottom: 20px;
}

.linkBlock01 {
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.linkBlock01 ul > li > a {
	display: block;
	padding: 10px;
	border-top: 1px solid #ccc;
}
.linkBlock01 ul > li:first-child > a {
	border-top: none;
}

/*linkBox*/
.linkBox01 a {
	display: inline-block;
	width: 100%;
	padding: 13px 19px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: #e2e2e2 0px -2px inset;
	-webkit-box-shadow: #e2e2e2 0px -2px inset;
	-moz-box-shadow: #e2e2e2 0px -2px inset;
	color: #333;
	text-align: left;
	text-decoration: none;
}
.linkBox01 a dt span {
	height: 3.2em;
	line-height: 1.2;
}
.column2 .linkBox01 a dt span {
	height: 2.0em;
}
@media screen and (min-width:768px){
	.linkBox01 a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity: 0.7;
		color: inherit;
	}
}


/*balloonBlock*/
.balloonBlockA01 {
	position: relative;
	margin-top: 15px;
	padding: 15px 5px 10px;
	background: #fff;
	border: 2px solid #049849;
	text-align: center;
	font-weight: bold;
	font-size: 1.143em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.balloonBlockA01:before {
	content: "";
	display: block;
	position: absolute;
	top: -9px;
	left: 50%;
	width: 16px;
	height: 9px;
	margin-left: -8px;
	background: url(../images/bg_balloon_top01.html) 0 0 no-repeat;
}
.balloonBlockA01 em {
	font-size: 1.25em;
}
.balloonBlockA01 + * {
	margin-top: 20px;
}
.balloonBlockA01 + * {
	margin-top: 10px;
}
/*questionBlock*/
.questionBlock01 > *,
.questionBlock01 > * {
	padding-left: 50px;
	position: relative;
}
.questionBlock01 > dt {
	padding-top: 5px;
	padding-bottom: 20px;
	font-weight: bold;
}
*[role="tablist"] > dt a > .accBtn {
	position: relative;
	min-width: 74px;
	margin-left: 20px;
	padding: 5px 7px;
	background: #fff;
	text-align: center;
	line-height: 1;
	border: 1px solid #d3d3d3;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-shadow:rgba(0, 0, 0, 0.0980392) 0px 2px 1px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 2px 1px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 2px 1px 0px;
}
*[role="tablist"] > dt a > .accBtn > span {
	position: relative;
	padding-left: 1.4em;
}

.questionBlock01 > dd,
.questionBlock01 > div > dd {
	padding-top: 5px;
	padding-bottom: 20px;
}
.questionBlock01 .icon {
	display: block;
	position: absolute;
	top: 0em;
	left: 0;
	padding: 5px 9px;
	line-height: 1;
	font-weight: bold;
	font-size: 1.429em;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.jsJunctionBlock *[class*="jsAnswer"] {
	display: none;
}
.questionBlock02 .col {
	margin-bottom: 0;
}
.questionBlock02 .blockInner {
	display: table;
	width: 100%;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.questionBlock02 .blockInner > * {
	display: table-cell;
	vertical-align: middle;
}
.questionBlock02 .blockInner .icon {
	width: 105px;
	background: #049849;
	color: #fff;
	font-size: 60px;
	text-align: center;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.questionBlock02 .blockInner .questionContent {
	padding: 30px 145px 30px 30px;
	background: #fff url(../images/bg_question_mygate.html) right 30px center no-repeat;
	line-height: 1.2;
	font-size: 1.571em;
	font-weight: bold;
}
.questionBlock02 + .questionLink {
	padding-bottom: 25px;
}
.questionBlock02 + .questionLink .questionYes,
.questionBlock02 + .questionLink .questionNo {
	padding-top: 80px;
	background: 142px 0 no-repeat;
}
.questionBlock02 + .questionLink .questionYes {
	background-image: url(../images/bg_question_yes01.html);
}
.questionBlock02 + .questionLink .questionNo {
	background-image: url(../images/bg_question_no01.html);
}
.questionBlock02 + .questionLink .questionYes .select,
.questionBlock02 + .questionLink .questionNo .select {
	cursor: default;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.questionBlock02 + .questionLink .select + .balloonBlockA01 {
	display: none;
}
.questionBlock02 + .questionLink .questionYes .select {
	border: 1px solid #d75385;
	background-color: #fbe4f4;
}
.questionBlock02 + .questionLink .questionNo .select {
	border: 1px solid #42abc5;
	background-color: #e4f4fb;
}
.questionBlock02 + .questionLink .questionYes .select:before,
.questionBlock02 + .questionLink .questionNo .select:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -44px;
	left: 50%;
	width: 56px;
	height: 43px;
	margin-left: -28px;
}
.questionBlock02 + .questionLink .questionYes .select:before {
	background-image: url(../images/bg_question_yes02.html);
}
.questionBlock02 + .questionLink .questionNo .select:before {
	background-image: url(../images/bg_question_no02.html);
}

.questionBlock02 + .questionLink .questionYes .select > span:before,
.questionBlock02 + .questionLink .questionNo .select > span:before {
	display: none;
}
.questionBlock01 dt .icon {
	background: #049849;
}
.questionBlock01 dd .icon {
	background: #ed6d34;
}
.questionBlock03 > * {
	position: relative;	
	padding-left: 90px;
}
.questionBlock03 .icon {
	display: table;
	width: 70px;
	position: absolute;
	top: 0em;
	left: 0;
	line-height: 1;
	font-weight: bold;
	font-size: 1.429em;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.questionBlock03 .icon > * {
	display: table-cell;
	text-align: center;	
	vertical-align: middle;	
	padding: 5px 0;
}
.questionBlock03 .icon .number {
	width: 39px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-ms-border-top-right-radius: 3px;
	-o-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-ms-border-bottom-right-radius: 3px;
	-o-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.questionBlock03 > dt {
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 25px;
}
.questionBlock03 > dd,
.questionBlock03 > div > dd {
	padding-top: 5px;
	padding-bottom: 20px;
}
.questionBlock01 .answer .accTitle,
.questionBlock03 .answer .accTitle {
	margin-bottom: 20px;
	font-weight: bold;
}
/*.questionBlock03 > * .icon .number {
	display: inline-block;
	width: 39px;	
	text-align: center;	
} */
.questionBlock03 > dt .icon {
	border: 1px solid #049849;
	background: #049849;
	color: #fff;
}
.questionBlock03 > dt .icon .number {
	background: #fff;
	color: #049849;
}
.questionBlock03 dd .icon {
	border: 1px solid #ed6d34;
	background: #ed6d34;
	color: #fff;
}
.questionBlock03 dd .icon .number {
	background: #fff;
	color: #ed6d34;
}



/*stepBlock01*/
.stepBlock01 > li {
	margin-top: 12px;
}
.stepBlock01 > li > .blockInner {
	display: table;
	width: 100%;
	min-height: 100px;
}
.stepBlock01 > li.lastChild > .blockInner {
	min-height: 0;
}
.stepBlock01 > li > .blockInner > *,
.stepBlock01 > li > .blockInner > .detail > * {
	display: table-cell;
	vertical-align: top;
}
.stepBlock01 > li > .blockInner > .title,
.stepBlock01 > li > .blockInner > .detail > figure {
	width: 60px;
}
.stepBlock01 > li > .blockInner > .title {
	position: relative;
	background: url(../images/bg_step_arrow02.html) center 0 repeat-y;
}
.stepBlock01 > li.lastChild > .blockInner > .title {
	background: none;
}
.stepBlock01 > li > .blockInner > .title:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 28px;
	height: 12px;
	margin-left: -14px;
	background: url(../images/bg_step_arrow01.html) 0 0 no-repeat;
}
.stepBlock01 > li.lastChild > .blockInner > .title:before {
	display: none;
}
.stepBlock01 > li > .blockInner > .title .titleInner {
	display: block;
	padding: 10px 0 5px;
	background: #049849;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.143em;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.stepBlock01 > li > .blockInner > .title .titleInner > span {
	display: block;
	font-size: 1.5em;
}
.stepBlock01 > li > .blockInner > .detail > * {
	padding-left: 15px;
}
.stepBlock01 > li > .blockInner > .detail .detailInner > .title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.143em;
}
.stepBlock01 > li > .blockInner > .detail .detailInner > .detail > * {
	margin-bottom: 10px;
}
.qrcord > * {
	vertical-align: top;
}

/*searchBox*/
.searchBox01 {
	position: relative;
	vertical-align: middle;
	text-align: left;
}
.searchBox01 > p {
	padding: 5px 35px 5px 15px;
	background: #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
}
.searchBox01 *[type="search"],
.searchBox01 *[type="text"] {
	width: 100%;
	min-height: 24px;
	border: 0;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.searchBox01 input + [type="submit"] {
	display: block;
	position: absolute;
	top: 5px;
	right: 12px;
	width: 22px;
	height: 22px;
	padding: 0;
	border: none;
	background: url(../images/ico_search01.png) 0 0 no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	vertical-align: middle;
}

.searchBox02 {
	position: relative;
	vertical-align: middle;
	text-align: left;
}
.searchBox02 > p {
	padding: 5px 35px 5px 15px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	border: solid 1px #d4d4d4;
}
.searchBox02 *[type="search"],
.searchBox02 *[type="text"] {
	width: 100%;
	min-height: 24px;
	border: 0;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.searchBox02 input + [type="submit"] {
	display: block;
	position: absolute;
	top: 5px;
	right: 12px;
	width: 22px;
	height: 22px;
	padding: 0;
	border: none;
	background: url(../images/ico_search02.png) 0 0 no-repeat;
	-ms-background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
	text-indent: -9999px;
	cursor: pointer;
	vertical-align: middle;
}

/*applicationBlock*/
#mainFoot {
	margin-top: 30px;
}
#mainFoot .applicationBlock01,
#mainFoot .applicationBlock02 {
	margin-top: 20px;
}
#mainFoot .applicationBlock01:first-child,
#mainFoot .applicationBlock02:first-child {
	margin-top: 0;
}
#wrap .applicationBlock01 .blockTitle,
#wrap .applicationBlock02 .blockTitle {
	font-size: 1.286em;
	font-weight: bold;
	text-align: center;
}
#wrap .applicationBlock01 .blockDetail,
#wrap .applicationBlock02 .blockDetail {
	padding: 20px 45px;
}
#wrap .blockDetail .applicationColumn {
	float: right;
	width: 300px;
}
#wrap .blockDetail .applicationColumn:first-child {
	float: left;
}
#wrap .applicationBlock02 .blockDetail .applicationColumn {
	float: left;
	width: 300px;
}
#wrap .applicationBlock02 .blockDetail .applicationColumn:first-child {
	float: right;
}
#wrap .blockDetail .applicationColumn.applicationColumn1 {
	float: none;
	margin: 0 auto;
}
#wrap .blockDetail .applicationColumn h4,
#wrap .blockDetail .applicationColumn h5,
#wrap .blockDetail .applicationColumn h6 {
	min-height: 3.8em;
	padding-top: 0.8em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.143em;
	font-weight: bold;
}
#wrap .blockDetail .applicationColumn:first-child h4,
#wrap .blockDetail .applicationColumn:first-child h5,
#wrap .blockDetail .applicationColumn:first-child h6 {
	padding-top: 0;
}
#wrap .blockDetail .applicationColumn h4.line1,
#wrap .blockDetail .applicationColumn h5.line1,
#wrap .blockDetail .applicationColumn h6.line1 {
	padding-top: 0.8em;
}
#wrap .blockDetail.appHeadLine1 .applicationColumn h4,
#wrap .blockDetail.appHeadLine1 .applicationColumn h5,
#wrap .blockDetail.appHeadLine1 .applicationColumn h6 {
	min-height: 0;
	margin-bottom: 12px;
	padding-top: 0;
}
#wrap .blockDetail .glyphBeginner02 {
	padding: 11px 10px;
}
#wrap .blockDetail .glyphPc04,
#wrap .blockDetail .glyphShop01 {
	padding: 7px 10px 8px;
}
#wrap .blockDetail .glyphPc04.btnSetLine2,
#wrap .blockDetail .glyphShop01.btnSetLine2 {
	padding: 22px 10px !important;
}
#wrap .blockDetail .glyphPc04 span,
#wrap .blockDetail .glyphShop01 span {
	line-height: 1.8;
}
#wrap .blockDetail .btnT02.btnSetLine2 span,
#wrap .blockDetail .btnT03.btnSetLine2 span,
#wrap .blockDetail .btnT08.btnSetLine2 span {
	line-height: 1.4 !important;
}
#wrap .blockDetail .btnT03.glyphPc04 > .fsLarger01 {
	padding: 4px 20px 4px 40px !important;
	line-height: 1.4 !important;
}
#wrap .blockDetail .appliBtn01 {
	padding: 7px 10px 8px;
}
#wrap .blockDetail .appliBtn01 span {
	line-height: 1.8;
}

/*contactBlock01*/
.contactBlock01 {
	margin-top: 45px;
}
.freefone strong {
	color: #004831;
	font-size: 1.715em;
}

/*fundInformation01*/
.fundInformation01 > section {
	float: right;
	width: 191px;
}
.fundInformation01 > section:first-child {
	float: left;
	width: 540px;
}

/*flowBox*/
.flowBox01 .col {
	position: relative;
}
.flowBox01 .col:before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: -18px;
	width: 13px;
	height: 25px;
	background: url(../images/bg_arrow_right01.png) 0 0 no-repeat;
}
.flowBox01.flowTop90 .col:before {
	top: 90px;
}
.flowBox01.flowTop170 .col:before {
	top: 170px;
}
.column2.flowBox01 .col:before {
	left: -15px;
}
.flowBox01 .col:first-child:before {
	display: none;
}

/*-------------------------------------------
Table
-------------------------------------------*/
table tr .wordNumber {
  word-wrap: break-word;
  word-break: normal;
}
table th {
	/*text-align: center;	*/
}
table tr th > label {
	display: block;
}
table[class^="table"] {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
}
table[class^="table"] tr > * {
	padding: 15px 20px;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	background: #fff;
	color: #333;
}
table[class^="table"] tbody th{
	background: #f1fecb;
	text-align: left;
	vertical-align: middle;
}
table[class^="table"] thead th{
	background: #f1fecb;
}
table tr > th.tableTitle01 {
	background: #f6f6f6;
}
table tr > th.tableTitle03 {
	background: #fff;
}
table tr > th.tableTitle04 {
	background: #e1edbb;
}
table tr > th.tableTitle10 {
	background: #ffecec;
}
table[class*=" jsTR"] {
	display: none;
}

.imgBlockA01 .text,
.imgBlockA02 .text {
	overflow: hidden;
}
.imgBlockA01 .img {
	float: right;
	margin-left: 25px;
}
.imgBlockA01 .text {
	padding-right: 25px;
}
.imgBlockA02 .text.tIndent01 {
	margin-left: 97px;
}
.imgBlockA02 .img {
	float: left;
	margin-right: 25px;
}
.imgBlockB01 .blockInner {
	display: table;
	width: 100%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.imgBlockB01 .blockInner > * {
	display: table-cell;
	vertical-align: top;
}
.imgBlockB01 .blockInner > .img {
	width: 105px;
	padding-right: 25px;
}
.imgBlockB01 .blockInner > .imgNarrow {
	width: 60px;
}
.imgBlockC01 .text,
.imgBlockC02 .text {
	width: 455px;
}
.imgBlockC01 .img,
.imgBlockC02 .img {
	width: 220px;
}
.imgBlockC01 .text,
.imgBlockC02 .img,
.imgBlockD01 .text,
.imgBlockD02 .img {
	float: left;
}
.imgBlockC01 .img,
.imgBlockC02 .text,
.imgBlockD01 .img,
.imgBlockD02 .text {
	float: right;
}
.imgBlockD01 .text,
.imgBlockD02 .text {
	width: 510px;
}
.imgBlockD01 .img,
.imgBlockD02 .img {
	width: 165px;
}
.imgBlockE01 {
	position: relative;
	min-height: 70px;
}
.imgBlockE01 .img {
	position: absolute;
	top: -40px;
	left: 10px;
}
.imgBlockE01 .text {
	margin-left: 180px;
}

.borderBlock01,
.borderBlock02 {
	padding: 20px;
	background: #fff;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
/*BoximgBlock*/
.BoximgBlockA01 {
	display: table;
	width: 100%;
}
.BoximgBlockA01 > * {
	display: table-cell;
	vertical-align: top;
}
.BoximgBlockA01 > .img {
	width: 165px;
}
.BoximgBlockA01 > .text {
	padding-left: 10px;
}
/*imgTextBlockA01*/
.imgTextBlockA01 .text {
	overflow: hidden;
}
.imgTextBlockA01 .img {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.imgTextBlockA01 .img img {
	float: left;
	width: 100px;
	position: relative;
}
.imgTextBlockA01 .detailText {
	position: relative;
	clear: both;
	float: none;
}

/*rankingTable*/
#fundRankingTableWrap {
/*	background: url(/english/shared/images/ico_load01.gif) 50% 50% no-repeat;*/
}
table[class*="rankingTable"] tbody tr:nth-child(odd) th,
table[class*="rankingTable"] tbody tr:nth-child(odd) td {
	background: #f6f6f6;
}
table[class*="rankingTable"] *[class*="rankNum"] {
	width: 50px;
	padding: 5px 0;
	font-size: 1.286em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
table[class*="rankingTable"] *[class*="rankIcon"] {
	width: 40px;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
	line-height: 1.0;
}
table[class*="rankingTable"] .rankNum101 span {
	display: block;
	background: url(../images/ico_ranking101.png) 50% 90% no-repeat;
	-ms-background-size: 16px 14px;
	-moz-background-size: 16px 14px;
	-webkit-background-size: 16px 14px;
	background-size: 16px 14px;
	color: #f4c91b;
	padding-bottom: 15px;
}
table[class*="rankingTable"] .rankNum201 span {
	display: block;
	background: url(../images/ico_ranking201.png) 50% 90% no-repeat;
	-ms-background-size: 16px 14px;
	-moz-background-size: 16px 14px;
	-webkit-background-size: 16px 14px;
	background-size: 16px 14px;
	color: #adb3ba;
	padding-bottom: 15px;
}
table[class*="rankingTable"] .rankNum301 span {
	display: block;
	background: url(../images/ico_ranking301.png) 50% 90% no-repeat;
	-ms-background-size: 16px 14px;
	-moz-background-size: 16px 14px;
	-webkit-background-size: 16px 14px;
	background-size: 16px 14px;
	color: #be9839;
	padding-bottom: 15px;
}
table[class*="rankingTable"] *[class*="iconType"] {
	margin-left: 5px;
}
table[class*="rankingTable"] .btnT06,
table[class*="rankingTable"] .btnT07 {
	margin-bottom: 0;
	text-decoration: none;
}
#wrap table[class*="rankingTable"] .btnT06 span,
#wrap table[class*="rankingTable"] .btnT07 span {
	padding-left: 35px !important;
	padding-right: 0 !important;
	text-decoration: none;
}
#wrap table[class*="rankingTable"] .btnT06 span:before,
#wrap table[class*="rankingTable"] .btnT07 span:before {
	left: 5px;
}
@media screen and (min-width:768px){
	#wrap table[class*="rankingTable"] .btnT06:hover,
	#wrap table[class*="rankingTable"] .btnT07:hover {
		color: inherit;
	}
}

/*-------------------------------------------
List
-------------------------------------------*/
.listCircle01,
.listCircle02,
.listNum01,
.listNum02,
.listAlphabet01,
.listAlphabet02,
*[class*="listMemo"] {
	margin-bottom: 20px;
}
.listCircle01 > li,
.listCircle02 > li,
.listNum01 > li,
.listNum02 > li,
.listNum03 > li,
.listAlphabet01 > li,
.listAlphabet02 > li,
p.listMemo01,
*[class*="listMemo"] > li {
	margin-bottom: 10px;
}
.listCircle01 > li *, 
.listCircle02 > li *, 
.listNum01 > li *, 
.listNum02 > li *, 
.listNum03 > li *, 
.listAlphabet01 > li *, 
.listAlphabet02 > li *, 
.listMemo01 > li *, 
p.listMemo01 *,
*[class*="listMemo"] > li * { 
	text-indent: 0; 
}
.listCircle01 ul,
.listCircle02 ul,
.listNum01 ol,
.listNum02 ol,
.listAlphabet01 ul,
.listAlphabet02 ul,
*[class*="listMemo"] ul {
	padding-left: 1.5em;
	margin-bottom: 0;
}
.listCircle01 > li,
.listCircle02 > li {
	position: relative;
	padding-left: 17px;
}
.listMark {
	padding-right: 5px;
}
.listNum01 > li,
.listNum02 > li,
.listNum03 > li,
.listMemo02 > li {
	position: relative;
}
.listNum01 > li .listNum,
.listNum02 > li .listNum,
.listNum03 > li .listNum,
.listMemo02 > li .listNum {
	position: absolute;
	top: 0;
	left: 0;
}
.listMemo02 > li .listNum {
	display: inline-block;
	min-width: 21px;
}
.listMemo02 > li .listNum img {
	display: block;
	width: 21px;
}
.listNum01 > li {
	padding-left: 3.0em;
}
.listNum02 > li {
	padding-left: 2.5em;
}
.listNum03 > li {
	padding-left: 1.5em;
}
.listMemo01 > li,
p.listMemo01 {
	padding-left: 1.4em;
	text-indent: -0.8em;
}

.listAlphabet01 > li,
.listAlphabet02 > li{
	padding-left: 1.5em;
	text-indent: -1.2em;
}
.listMemo02 > li {
	padding-left: 2.5em;
}
.listMemo03 > li {
	padding-left: 2em;
	text-indent: -1.9em;
}
.listMemo04 > li {
	padding-left: 1.7em;
	text-indent: -1.2em;
}
.listMemo04 > li > .listMark {
	padding-right: 10px;
	color: #bebebe;
}
.listMemo04 > li.tRed02 > .listMark {
	color: #c00;
}
.listMemo05 > li {
	padding-left: 3.4em;
	text-indent: -3.4em;
}
.listMemo05 > li > .listTitle {
	padding-right: 5px;
}
.listMemo06 > li {
	padding-left: 3.6em;
	text-indent: -0.8em;
}
.listMemo07 > li {
	padding-left: 3em;
	text-indent: -3em;
}
.listMemo08 > li {
	padding-left: 2.8em;
	text-indent: -2.8em;
}
.linkList01 > li {
	display: inline-block;
	margin-left: 40px;
}
.listAlphabet01 > li *[class*=" icon"],
.listAlphabet01 > li *[class^="icon"],
.listMemo01 > li *[class*=" icon"],
.listMemo01 > li *[class^="icon"],
.listMemo03 > li *[class*=" icon"],
.listMemo03 > li *[class^="icon"] {
	text-indent: 0;
}
.linkList01 > li > span {
	position: relative;
	padding-left: 40px;
}
.linkList01 > li:first-child {
	margin-left: 0;
}
.linkList02 > li {
	margin-bottom: 3px;
}
.linkList03 > li {
	border-top: 1px dotted #b3b3b3;
}
.linkList03 > li:first-child {
	border: none;
}
.linkList03 > li > a {
	display: block;
	padding: 12px 0;
	line-height: 1.2;
	font-weight: bold;
}
.linkList04 > li {
	margin-bottom: 10px;
}
.linkList05 > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
}
.linkList05 > li:first-child {
	margin-left: 0;
}
.linkList07 {
	text-align: center;
}
.linkList07 > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
}
.linkList07 > li:before {
	content: "";
	display: inline-block;
	position: static;
	width: 1px;
	height: 1em;
	margin: 0 18px 0 0;
	background: #C9C9C9;
	vertical-align: -0.1em;
}
.linkList07 > li:first-child:before {
/*	display: none;*/
}
*[class^="questionListA"] > li {
	margin-bottom: 20px;
}
*[class^="questionListA"] > li {
	position: relative;	
	padding-left: 90px;
}
*[class^="questionListA"] > li .icon {
	display: table;
	width: 81px;
	position: absolute;
	top: -0.3em;
	left: 0;
	line-height: 1;
	font-weight: bold;
	font-size: 1.429em;
}
*[class^="questionListA"] > li .icon > * {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
*[class^="questionListA"] > li .icon .number {
	width: 50px;
}
.questionListA01 .icon {
	border: 1px solid #a0c81e;
	background: #a0c81e;
	color: #fff;
}
.questionListA01 .icon .number {
	background: #fff;
	color: #333;
}
.questionListA02 .icon {
	border: 1px solid #fa8200;
	background: #fa8200;
	color: #fff;
}
.questionListA02 .icon .number {
	background: #fff;
	color: #333;
}

.listAccordion01 ol + ol {
	display: none;
}

* + .iconWrap {
	margin-left: 10px;
}
.iconWrap > * {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding: 5px 3px;
	min-width: 52px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
}
.iconWrap > .fsSmall {
	padding: 0 3px;
}
.h2Title01 .iconWrap {
    float: left;
	margin-top: 5px;
}
.h2Title01 .titleInner {
	display: block !important;
	padding-bottom: 5px;
	overflow: hidden;
}
.h2Title01 .iconWrap > * {
	min-width: 100px;
	margin: -0.4em 20px 0 0;
}
.h2Title01 .iconWrap.iconDrop {
	float: none;
}
.h2Title01 .iconWrap.iconDrop > span {
	margin-bottom: 10px;
}
.h3Title01 .iconWrap {
	float: left;
}
.h3Title01 .iconWrap > * {
	min-width: 90px;
	padding: 3px 5px;
	border: 0;
}
.h3Title01 .titleIconInner {
	display: block;
	overflow: hidden;
}
.iconCyan01 {
	background: #ebfffe;
	border: solid 2px #7ec9c6;
	color: #28a5a0;
}
.iconMagenta01 {
	background: #ffeaf4;
	border: solid 2px #e47eae;
	color: #d22878;
}
.iconOrange01 {
	background: #fff7e6;
	border: solid 2px #ffcc66;
	color: #fa8200;
}
.iconOrange02 {
	background: #fa8200;
	border: solid 2px #ffcc66;
	color: #fff;
}
.iconGreen01 {
	background: #fff;
	border: solid 2px #a0c81e;
}
.iconGreen02 {
	background: #e1f4a4;
	border: solid 2px #55a87c;
	color: #00734e;
}
.iconWhite01 {
	background: #fff;
}
.iconBrown01 {
	border: solid 1px #ad6700;
	color: #ad6700;
}

*[class*="iconType01"] {
	display: inline-block;
	padding: 2px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.857em;
	text-align: center;
}
.iconWrap *[class*="iconType01"] {
	padding: 5px 10px;
}
.iconType01Orange01 {
	background: #f69329;
	color: #fff;
}
.iconType01Pink01 {
	background: #e88eb2;
	color: #fff;
}
.iconType01Purple01 {
	background: #8a75ae;
	color: #fff;
}
.iconType01Green01 {
	background: #a0c81e;
	color: #fff;
}
.iconType01Green02 {
	background: #28a5a0;
	color: #fff;
}
.iconType01Green03 {
	background: #2f725d;
	color: #fff;
}
.iconType01Green04 {
	background: #abcd03;
	color: #fff;
}
.iconType01Green05 {
	background: #5fbdbc;
	color: #fff;
}
.iconType01Blue01 {
	background: #66bee8;
	color: #fff;
}
.iconType01Blue02 {
	background: #3d9cde;
	color: #fff;
}
.iconType01Yellow01 {
	background: #fcd866;
	color: #fff;
}
.iconType01Brown01 {
	background: #d5b127;
	color: #fff;
}

.iconCOrange {
	background: #ed6d34;
}
.iconCRed {
	background: #e03838;
}
.iconCNavy {
	background: #1b63a5;
}
.iconCPurple {
	background: #b74295;
}
.iconCGreen {
	background: #28a5a1;
	color: #fff;
}
.iconCGray {
	background: #eee;
	color: #333;
}
.iconCYellow {
	background: #ffc300;
	color: #fff;
}
.icoWMiddle {
	min-width: 70px;
}
.icoWLarge {
	min-width: 120px;
}
.iconText01 {
	margin-bottom: 10px;
}
.iconText01 > dt {
	float: right;
	margin: 5px 15px 0 0;
}
.iconText01 > dd {
	float: left;
	overflow: hidden;
}
.iconText01 .text {
	padding: 0 0 0 10px;
	overflow: hidden;
}
.iconText01 .icon,
.iconText01 .img {
	float: left;
	margin-top: 5px;
}
.iconText01 .title {
	float: left;
}

.iconMark01{
	display: inline-block;
	vertical-align:middle;
    margin:0 3px 0 0;
	background:#fa8200;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.857em;
}
.iconMark01 > span,
.iconMark01 > a{
	display: inline-block;
	position: relative;
	padding: 3px 7px 3px 14px;
	color:#fff;
	text-decoration:underline;
}
.iconMark01 > span:before,
.iconMark01 > a:before{
	display: inline-block;
	position:absolute;
	top: 25%;
    left: 5px;
	content:"";
	width:6px;
	height:10px;
	background:url(../images/ico_arrow_white02.png) 0 0 no-repeat;
	background-size: 6px 10px;
}

.listItem01 {
	margin-left: -6px;
}
.listItem01 > li {
	width: 226px;
	float: left;
	margin: 0 0 5px 6px;
}
.listItem01 > li > a {
	display: table;
	width: 100%;
	height: 80px;
	border: 1px solid #d3d3d3;
	background: #fff;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow:rgb(229, 229, 229) 0px 3px 2px 0px;
	-webkit-box-shadow:rgb(229, 229, 229) 0px 3px 2px 0px;
	-moz-box-shadow:rgb(229, 229, 229) 0px 3px 2px 0px;
}
.listItem01 > li > a:hover {
	text-decoration: none;
	/*background: #ffeee1;*/
	border: 3px solid #ffb77d;
}
.listItem01 > li > a > span {
	display: table-cell;
	padding-left: 69px;
	vertical-align: middle;
	background: 17px center no-repeat;
	line-height: 1.1;
	font-weight: bold;
	font-size: 1.429em;
}
.listItem01 > li > a:hover > span {
	padding-left: 67px;
}

.listItem01 {
	margin-left: -6px;
}

.listItem02 {
	border: 1px solid #d3d3d3;
	border-top: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;	
}
.listItem02 > ul {
	border-bottom: 1px solid #d3d3d3;
}
.listItem02 > ul > li {
	float: left;
	width: 187px;
	border-right: 1px solid #d9d9d9;
}
.listItem02 > ul > li.itemList05 {
	width: 186px;
	border-right: none;
}
.listItem02 > ul > li > h3 > a {
	display: table;
	width: 100%;
	padding: 15px 5px 15px 10px;
	background: #049849;
	border-bottom: 2px solid #ccc;
	font-size: 0.9em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.listItem02 > ul > li > h3 > a:hover {
	/*background: #36ad6d;*/
}
.listItem02 > ul > li > h3 > a > span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
.listItem02 > ul > li > h3 > a > span:before {
	color: #fff;
	top: 50%;
	margin-top: -0.5em;
	font-size: 1.5em;
}
.listItem02 *[role="tab"][aria-selected="true"] > span:after,
.listItem02 *[role="tab"][aria-selected="false"] > span:after {
	display: none;
	font-size: 0;
}
.listItem02 > ul > li:first-child h3 > a {
	margin-left: -1px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.listItem02 > ul > li.lastChild h3 > a {
	margin-right: -1px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.listItem02 > ul > li.lastChild {
	width: 186px;
	border-right: 0;
}
.listItem02 > ul > li > h3 > a {
	font-weight: bold;
	color: #fff;
}
.listItem02 .itemListInner {
	display: block;
	padding: 15px 5px 15px 5px;
}
.listItem02 .moreLink01 {
	margin: 13px 20px 13px 0;
	text-align: right;
	font-weight: bold;
}
.listItem02.categoryFour > ul > li {
	width: 171px;
}
.listItem02.categoryFour > ul > li.lastChild {
	width: 172px;
}
.listItem02 > ul > li {
	width: 136px;
}
.listItem02 > ul > li.lastChild {
	width: 140px;
}

.listData01 > li{
	display:inline-block;
	background: #C7C7C7;
	margin-bottom:6px;
	padding: 4px 10px;
	color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.857em;
    text-align: center;
}

.listData01 > li.dataType01{
	background:#004831;
}
.listKana01{
	margin-bottom: 20px;
}
.listKana01 > li{
	margin-bottom: 5px;
    padding-left: 1.5em;
    text-indent: -1.7em;
}
.listKana02 {
	padding-left: 1.5em;
}
.listKana02 > li {
    margin-bottom: 5px;
	text-indent: -1.7em;
}

#rankingList .active {
	background: #004831;
	border-color: #004831;
	box-shadow: #003222 0px -2px inset;
	-webkit-box-shadow: #003222 0px -2px inset;
	-moz-box-shadow: #003222 0px -2px inset;
	color: #fff !important;
}
#rankingList .active span {
	color: #fff !important;
}
#rankingList .active > span:before {
	width: 13px;
	height: 8px;
	top: 50% !important;
	left: 12px;
	margin-top: -4px !important;
	background: url(../images/ico_arrow_white03.png) 0 0 no-repeat;
	-ms-background-size: 13px 8px;
	-moz-background-size: 13px 8px;
	-webkit-background-size: 13px 8px;
	background-size: 13px 8px;
}
/*-------------------------------------------
btnBlock
-------------------------------------------*/
.beforeArrow01 {
	padding-top: 60px;
	background: url(../images/bg_arrow_bottom01.png) center 0 no-repeat;
}

.beforeArrow02 {
	padding-top: 25px;
	background: url(../images/bg_arrow_bottom02.png) center 0 no-repeat;
}

.btnBlock01 {
	text-align: center;
}

/*searchBlock01*/
.searchBlock01 {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.searchBlock01 > dl {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.searchBlock01 > dl > * {
	display: table-cell;
	vertical-align: middle;
}
.searchBlock01 > dl > dt {
	width: 140px;
	background: #595959;
	text-align: center;
	font-weight: bold;
	color: #fff;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.searchBlock01 > dl > dd {
	padding: 15px;
	background: #f2f2f2;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.searchBlock01 .searchKeyword,
.searchBlock01 .keywordList01 {
	display: table-cell;
	vertical-align: middle;
}
.searchBlock01 .searchKeyword > input[type="search"] {
	width: 200px;
	padding: 3px 7px;
	border: 1px solid #d3d3d3;
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.full .searchBlock01 .searchKeyword > input[type="search"] {
	width: 335px;
}
.searchBlock01 .searchKeyword > input + button {
	width: 29px;
	height: 31px;
	border: none;
	background: #ed6d34;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow:rgb(229, 229, 229) 0px 3px 2px 0px;
	-webkit-box-shadow:rgb(229, 229, 229) 0px 3px 2px 0px;
	-moz-box-shadow:rgb(229, 229, 229) 0px 3px 2px 0px;

}
.searchBlock01 .keywordList01 li {
	display: inline-block;
	position: relative;
	padding: 10px;
}
.searchBlock01 .keywordList01 li:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 1em;
	margin-top: -0.5em;
	background: #000;
}
.searchBlock01 .keywordList01 li:first-child:before {
	display: none;
}


/*-------------------------------------------
Tab
-------------------------------------------*/
.tabList [role="tablist"] {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 3px #004831;
}
.tabList [role="tablist"] > li {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
	border-width: 1px 1px 0 1px;
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	-ms-border-radius: 5px/5px 5px 0 0;
	-o-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px/5px 5px 0 0;
}
.tabList [role="tablist"] > li > div {
	display: table;
	width: 100%;
	text-align: center;
}
.tabList [role="tablist"] > li > div > a {
	display: table-cell;
	width: 100%;
	height: 60px;
	padding: 12px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font-size: 1.143em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.tabList [role="tablist"] > li > div > a:hover {
	/*background: #36ad6d;*/
	text-decoration: none;
}
.tabList [role="tablist"] > li:first-child a {
	-webkit-border-radius: 4px/4px 0 0 0;
	-moz-border-radius: 4px/4px 0 0 0;
	-ms-border-radius: 4px/4px 0 0 0;
	-o-border-radius: 4px/4px 0 0 0;
	border-radius: 4px/4px 0 0 0;
	border-width: 2px 2px 0;
}
.tabList [role="tablist"] > li:last-child a {
	-webkit-border-radius: 4px/0 4px 0 0;
	-moz-border-radius: 4px/0 4px 0 0;
	-ms-border-radius: 4px/0 4px 0 0;
	-o-border-radius: 4px/0 4px 0 0;
	border-radius: 4px/0 4px 0 0;

}
.tabList [role="tablist"] > li > div > a span {
	display: block;
	line-height: 1.1;
	text-align: center;
}
.tabList [role="tablist"] > li.active {
	background: #004831;
	border-color: #004831;
}
.tabList [role="tablist"] > li.active > div[aria-selected="true"] a {
	color: #fff;
}
.tabList [role="tablist"] > li .accBtn {
	display: none;
}
#tabA02 .blockInner,
#tabA03 .blockInner {
	height: auto !important;
}
/*-------------------------------------------
tabBlock
-------------------------------------------*/
.tabBlock01 {
	margin-bottom: 20px;
	padding: 0 1px;
	border-bottom: solid 3px #004831;
}
.tabBlock01 ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabBlock01 li {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
	border-width: 1px 1px 0 1px;
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	-ms-border-radius: 5px/5px 5px 0 0;
	-o-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px/5px 5px 0 0;
}
.tabBlock01 li:first-child {
	border-width: 1px 1px 0;
}
.tabBlock01 li a {
	display: block;
	width: 100%;
	padding: 12px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #004831;
	font-size: 1.143em;
	text-align: center;
	text-decoration: none;
}
.tabBlock01 li.active {
	background: #004831;
	border-color: #004831;
	font-weight: bold;
}
.tabBlock01 li.active a {
	color: #fff;
}




.tabBlock02 {
	margin-bottom: 20px;
	padding: 0 1px;
	border-bottom: solid 3px #004831;
}
.tabBlock02 ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabBlock02 li {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
	border-width: 1px 1px 0 1px;
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	-ms-border-radius: 5px/5px 5px 0 0;
	-o-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px/5px 5px 0 0;
}
.tabBlock02 li:first-child {
	border-width: 1px 1px 0;
}
.tabBlock02 li a {
	display: block;
	width: 100%;
	padding: 12px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #004831;
	font-size: 1.143em;
	text-align: center;
	text-decoration: none;
}
.tabBlock02 li.active {
	background: #004831;
	border-color: #004831;
	font-weight: bold;
}
.tabBlock02 li.active a {
	color: #fff;
}


.tabBlock03 {
	margin-bottom: 20px;
	padding: 0 1px;
	border-bottom: solid 3px #004831;
}
.tabBlock03 ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabBlock03 li {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	-ms-border-radius: 5px/5px 5px 0 0;
	-o-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px/5px 5px 0 0;
	background: #ebebeb;
}
.tabBlock03 li a {
	display: block;
	width: 100%;
	padding: 12px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #004831;
	font-size: 1.143em;
	text-align: center;
	text-decoration: none;
}
.tabBlock03 li.active {
	background: #004831;
	font-weight: bold;
}
.tabBlock03 li.active a {
	color: #fff;
}
[class*="tabBlock"] li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}



.tabBlock04 {
	margin-bottom: 20px;
	padding: 0 1px;
	border-bottom: solid 1px #ccc;
}
.tabBlock04 ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
	width: 100%;
	margin-bottom: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabBlock04 li {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	-ms-border-radius: 5px/5px 5px 0 0;
	-o-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px/5px 5px 0 0;
	background: #f6f9e5;
}
.tabBlock04 li a {
	display: block;
	width: 100%;
	padding: 12px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #004831;
	font-size: 1.143em;
	text-align: center;
	text-decoration: none;
}
.tabBlock04 li.active {
	border-width: 1px 1px 0 1px;
	border-bottom: solid 1px #fff;
	background: #fff;
	font-weight: bold;
}

.tabBlock05 {
	margin-bottom: 20px;
	padding: 0 1px;
	border-bottom: solid 1px #ccc;
}
.tabBlock05 ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
	width: 100%;
	margin-bottom: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabBlock05 li {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	-ms-border-radius: 5px/5px 5px 0 0;
	-o-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px/5px 5px 0 0;
	background: #f2f2f2;
}
.tabBlock05 li a {
	display: block;
	width: 100%;
	padding: 12px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #004831;
	font-size: 1.143em;
	text-align: center;
	text-decoration: none;
}
.tabBlock05 li.active {
	border-width: 1px 1px 0 1px;
	border-bottom: solid 1px #fff;
	background: #fff;
	font-weight: bold;
}

.tabBlock06 {
	margin-bottom: 20px;
	padding: 0 1px;
	border-bottom: solid 1px #004831;
}
.tabBlock06 ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
	width: 100%;
	margin-bottom: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabBlock06 li {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #004831;
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	-ms-border-radius: 5px/5px 5px 0 0;
	-o-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px/5px 5px 0 0;
	background: #004831;
}
.tabBlock06 li a {
	display: block;
	width: 100%;
	padding: 12px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.143em;
	text-align: center;
	text-decoration: none;
}
.tabBlock06 li.active {
	border-width: 1px 1px 0 1px;
	border-bottom: solid 1px #fff;
	background: #fff;
	font-weight: bold;
}
.tabBlock06 li.active a {
	color: #333
}


[class*="tabBlock"] li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}











/*-------------------------------------------
Accordion and tabList
-------------------------------------------*/
.accBlock01[role="tablist"] {
	background: #fff;
}
.accBlock01[role="tablist"] [role="tab"] > a,
.accBlock01[role="tablist"] [role="tabpanel"] .accList > li > a {
	display: block;
	position: relative;
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
.accBlock01[role="tablist"] [role="tabpanel"] .accList > li > a {
	padding-left: 29px;
}
*[role="tablist"] *[role="tab"] > a > span {
	display: block;
	padding-right: 15px;
}
.tabList *[role="tablist"] *[role="tab"] > a > span {
	padding-right: 0;
}
*[role="tablist"] *[role="tab"] > a > span:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5em;
	color: #049849;
}
*[role="tablist"] *[role="tabpanel"] .accList > li > a span:after {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -0.5em;
	color: #049849;
}
.accBlock02 dl {
	position: relative;
}
.accBlock02 [role="tab"] > a {
	display: block;
	position: relative;
	margin-bottom: 5px;
	padding: 20px 5px 36px;
	background: #049849;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.429em;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.accBlock02 [role="tab"] > a > span {
	padding: 0;
}
.accBlock02 [role="tabpanel"] {
	position: absolute;
	width: 100% !important;
	padding: 5px 19px;
	background: #fff;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
}
.accBlock03 > dt,
.accBlock04 > dt,
.accBlock05 > dt {
	margin-top: 40px;
	font-weight: bold;
}
.accBlockMt20 > dt {
	margin-top: 20px !important;
}
.column1 .col:first-child .accBlockMt20 > dt {
	margin-top: 0 !important;
}
.accBlock03 > dd,
.accBlock03 > div > dd,
.accBlock04 > dd,
.accBlock04 > div > dd,
.accBlock05 > dd,
.accBlock05 > div > dd {
	padding: 15px 20px;
	border: solid 1px #ccc;
	border-width: 0 1px 1px;
/*
	-webkit-border-radius: 5px/0 0 5px 5px;
	-moz-border-radius: 5px/0 0 5px 5px;
	-ms-border-radius: 5px/0 0 5px 5px;
	-o-border-radius: 5px/0 0 5px 5px;
	border-radius: 5px/0 0 5px 5px;
*/
}
.accBlock03 > dd,
.accBlock03 > div > dd {
	border-color: #e09292;
}
.accBlock03[role="tablist"] > dt a,
.accBlock04[role="tablist"] > dt a,
.accBlock05[role="tablist"] > dt a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 12px 95px 10px 19px;

	background: #f6f9e5;
	border: solid 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
*/
	color: #333;
	font-size: 1.286em;
	font-weight: normal;
}
.accBlock03[role="tablist"] > dt a {
	background: #fff1f1;
	border-color: #e09292;
}
.accBlock05[role="tablist"] > dt a {
	background: #f2f2f2;
}
.accBlock03[role="tablist"] > dt a.open,
.accBlock04[role="tablist"] > dt a.open,
.accBlock05[role="tablist"] > dt a.open {
/*
	-webkit-border-radius: 5px/5px 5px 0 0;
	-moz-border-radius: 5px/5px 5px 0 0;
	-ms-border-radius: 5px/5px 5px 0 0;
	-o-border-radius: 5px/5px 5px 0 0;
	border-radius: 5px/5px 5px 0 0;
*/
}
.accBlock03[role="tablist"] > dt a > .accBtn,
.accBlock04[role="tablist"] > dt a > .accBtn,
.accBlock05[role="tablist"] > dt a > .accBtn {
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	min-height: 20px;
	min-width: 0;
	margin: -10px 0 0;
	padding: 0 25px 0 0;
	border: 0;
	box-shadow: none;
	background: url(../images/ico_open01.png) 98% 50% no-repeat;
	-ms-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	font-size: 0.8em;
	line-height: inherit;
}
.accBlock04[role="tablist"] > dt a > .accBtn,
.accBlock05[role="tablist"] > dt a > .accBtn {
	background: url(../images/ico_open02.png) 98% 50% no-repeat;
	-ms-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	line-height: inherit;
}
.accBlock03[role="tablist"] > dt.open a > .accBtn {
	background: url(../images/ico_close01.png) 98% 50% no-repeat;
	-ms-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.accBlock04[role="tablist"] > dt.open a > .accBtn,
.accBlock05[role="tablist"] > dt.open a > .accBtn {
	background: url(../images/ico_close02.png) 98% 50% no-repeat;
	-ms-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.accBlock03[role="tablist"] > dt a > .accBtn > span,
.accBlock04[role="tablist"] > dt a > .accBtn > span,
.accBlock05[role="tablist"] > dt a > .accBtn > span {
	position: static;
	padding-left: 0;
}
@media screen and (min-width:768px){
	.jsAccPcOpen dd[aria-hidden="false"],
	dd.jsAccPcOpen[aria-hidden="false"] {
		display: block !important;
	}
}

/*-------------------------------------------
frame
-------------------------------------------*/
.frameWindowBlock {
	width: 100%;
	height: 194px;
	padding: 18px;
	overflow: scroll;
	overflow-x: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #d3d3d3;
}
.frameWindowBlock .btnT01.accSwitch {
	display: none;
}


/*-------------------------------------------
Key Visual
-------------------------------------------*/
.keyVisual01 {
	background: #fff;
	border: solid 1px #ccc;
	text-align: center;
}


/*-------------------------------------------
Carousel
-------------------------------------------*/
.carouselBlock01 {
	margin-bottom: 10px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.carouselBlock01 .carouselList {
	position: relative;
}
.carouselBlock01 .carouselList > li {
	position: absolute;
}
.carouselBlock01 .carouselList > li > a {
	display: block;
	background: #fff;
	border: solid 1px #ccc;
}
.carouselBlock01 .carouselControl {
	height: 68px; /*7715*/
	position: relative;
}
.carouselBlock01 .carouselControl > .carousePager {
	/*padding: 10px 0;*/
	position: absolute; /*7715*/
	left: 24px; /*7715*/
	top: 0; /*7715*/
	width: 650px; /*7715*/
	height: 66px; /*7715*/
	overflow: hidden;
}
.carouselBlock01 .carouselControl > .carousePager > ul {
	width: 650px;
	position: absolute; /*7715*/
	left: 0; /*7715*/
	top: 0; /*7715*/
	width: 650px; /*7715*/
	height: 56px; /*7715*/
	margin-top: 10px;
	/*margin: 0 auto;*/
}
.carouselBlock01 .carouselControl > .carousePager > ul li {
	float: left;
	margin-left: 15px;
	width: 150px;
}
.carouselBlock01 .carouselControl > .carousePager > ul li:first-child {
	margin-left: 0;
}
.carouselBlock01 .carouselControl > .carousePager > ul li > a {
	position: relative;
	display: block;
	text-align: center;
	background: #fff;
}
.carouselBlock01 .carouselControl > .carousePager > ul li > a:hover {
	text-decoration: none;
}
.carouselBlock01 .carouselControl > .carousePager > ul li > a:hover,
.carouselBlock01 .carouselControl > .carousePager > ul li > .select {
	color: #fff;
}
@media screen and (min-width:768px){
	.carouselBlock01 .carouselControl > .carousePager > ul li > .select:after {
		content: '';
		background: url(../images/bg_carousel01.png) 0 0 no-repeat;
		width: 150px;
		height: 62px;
		position: absolute;
		top: -6px;
		left: 0;
		-ms-background-size: 150px 62px;
		-moz-background-size: 150px 62px;
		-webkit-background-size: 150px 62px;
		background-size: 150px 62px;
	}
}
.carouselBlock01 .carouselControl > .carousePager > ul li > a > span {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	font-size: 12px;
}
.carouselBlock01 .carouselControl > .carouselBtn li > a {
	display: block;
	font-size: 0;
	text-indent: -9999px;
}
.carouselBlock01 .carouselControl > .carouselBtn li > a > span {
	display: block;
	text-indent: -9999px;
}
.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselPrev:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5em;
}
.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselNext:before {
	position: absolute;
	top: 50%;
	right: 45px;
	margin-top: -0.5em;
}
.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselStop:before,
.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselPlayback:before {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -0.5em;
}
.carouselBlock02 .carouselList {
	margin-bottom: 10px;
}
.carouselBlock02 .carousePager > ul {
	font-size: 0;
	text-align: center;
}
.carouselBlock02 .carousePager > ul > li {
	display: inline-block;
	margin-left: 10px;
}
.carouselBlock02 .carousePager > ul > li:first-child {
	margin-left: 0;
}
.carouselBlock02 .carousePager > ul > li > a {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background: url(../images/btn_carousel_normal01.png) 0 0 no-repeat;
}
.carouselBlock02 .carousePager > ul > li > a.active,
.carouselBlock02 .carousePager > ul > li > a:hover {
	background-image: url(../images/btn_carousel_active01.png) ;
}
.spCarouselArea {
	position: relative;
	background: #fff;
}
.spCarouselArea .carousePager {
	text-align: center;
}
.spCarouselArea .carousePager > li {
	display: inline-block;
	margin-right: 7px;
}
.spCarouselArea .carousePager > li:last-child {
	margin-right: 0;
}
.spCarouselArea .carousePager > li > a {
	color: #049849;
}
.spCarouselArea .carousePager > li[aria-selected="true"] > a {
	color: #ed6d34;
}
.spCarouselArea {
	padding:  15px 29px;
}
.spCarouselArea .carouselList li { 
	float: left;
	margin-right: 22px;
	padding-top: 1px;
	text-align: center;
}
.spCarouselArea .carouselControl ul > li > a {
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 50%;
	width: 11px;
	height: 18px;
	margin-top: -9px;
}
.spCarouselArea .carouselControl ul > li:first-child > a {
	left: 0;
}
.spCarouselArea .carouselControl ul > li:last-child > a {
	right: 0;
}
.spCarouselArea .carouselControl ul > li > a > span {
	text-indent: 0;
}

.jsCarouselAreaNormal01 .bx-pager {
	margin-top: 10px;
}
.jsCarouselAreaNormal01 .bx-pager > div {
	display: inline-block;
	margin: 0 7px;
}
.jsCarouselAreaNormal01 .bx-pager {
	position: static;
	text-align: center;
	width: auto;
	height: auto;
}
.jsCarouselAreaNormal01 .bx-pager .bx-pager-link {
	display: block;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	background: url(../images/btn_carousel_normal01.png) 0 0 no-repeat;
	-ms-background-size: 11px 11px;
	-moz-background-size: 11px 11px;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
.jsCarouselAreaNormal01 .bx-pager .bx-pager-link.active {
	background: url(../images/btn_carousel_active01.png) 0 0 no-repeat;
	-ms-background-size: 11px 11px;
	-moz-background-size: 11px 11px;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
.jsCarouselAreaNormal01 .carouselControl {
	height: auto;
	position: relative;
}
.jsCarouselAreaNormal01.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselPrev:before {
	top: -20px !important;
}
.jsCarouselAreaNormal01.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselNext:before {
	top: -20px !important;
	right: 0 !important;
}

/*-------------------------------------------
Ballon
-------------------------------------------*/
.balloonWrap {
	position: relative;
}
.ballonContent01 {
	position: absolute;
	padding: 20px 20px 0;
	background: #f0fff7;
	border: 2px solid #049849;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
}
.ballonContent01:before {
	content: "";
	display: block;
	position: absolute;
	top: -9px;
	left: 50%;
	width: 16px;
	height: 9px;
	margin-left: -8px;
	background: url(../images/bg_balloon_top02.html) 0 0 no-repeat;
}
.mapBalloonWrap .pcMapBalloon {
	position: relative;
}
.mapBalloonWrap .spMapBalloon {
	display: none;
}
.mapBalloonWrap .mapBalloon {
	position: absolute;
	width: 254px;
	padding-bottom: 23px;
	background: url(../images/bg_balloon_map_x01.html) 0 bottom no-repeat;
}
.mapBalloonWrap .mapBalloon:before {
	content: "";
	display: block;
	background: rgba(8,117,26,0.82);
	width: 251px;
	height: 4px;
}
.mapBalloonWrap .mapBalloon .mapBalloonInner {
	position: relative;
	background: url(../images/bg_balloon_map_y01.html) 0 0 repeat-y;
	padding: 28px 13px 10px 10px;
}
.mapBalloonWrap .mapBalloon .mapBalloonClose {
	position: absolute;
	top: 0px;
	right: 10px;
}
.mapBalloonWrap .mapBalloon#mapBalloon01 {
	bottom: 117px;
	left: 20px;
}
.mapBalloonWrap .mapBalloon#mapBalloon02 {
	bottom: 206px;
	left: 155px;
}
.mapBalloonWrap .mapBalloon#mapBalloon03 {
	bottom: 260px;
	left: 294px;
}
.mapBalloonWrap .mapBalloon#mapBalloon04 {
	bottom: 295px;
	right: 130px;
}

/*-------------------------------------------
Title
-------------------------------------------*/
h2.h2Title01,
h3.h3Title01,
h3.h3Title02,
h4.h4Title01 {
	margin-bottom: 20px;
}
h1.h1Title01 {
	margin: 0.5em 0 45px;
}
h1.h1Title01 .titleInner {
	display: inline-block;
	position: relative;
	font-size: 2.143em;
	font-weight: bold;
	line-height: 1.1;
	color: #004831;
}
.mainTitle01 p {
	display: none;
}
.mainTitle01 .mainTitleLink01 {
	display: block;
	position: absolute;
	top: 0.4em;
	right: 0;
}
h2.h2Title01 {
	padding: 0 0 8px;
	border-bottom: 2px solid #004831;
}
h2.h2Title01 .titleInner {
	display: inline-block;
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
}
h2.h2Title01 .titleInner:before,h2.h2Title01 .titleInner:after {content: " "; display: table;}
h2.h2Title01 .titleInner:after {clear: both;}
h2.h2Title01 .titleInner {*zoom: 1;}

h2.h2Title02 {
	font-weight: bold;
	font-size: 1.571em;
}
h2.h2Title03 {
	margin-bottom: 10px;
}
h2.h2Title03 .titleInner{
	line-height: 1;
	font-size: 1.429em;
	font-weight: bold;
}
h3.h3Title01 .titleInner {
	position: relative;
	display: block;
	padding-left: 10px;
	border-left: solid 5px #004831;
	font-weight: bold;
	font-size: 1.286em;
	line-height: 1.3;
}
h3.h3Title01 .titleInner:before,h3.h3Title01 .titleInner:after {content: " "; display: table;}
h3.h3Title01 .titleInner:after {clear: both;}
h3.h3Title01 .titleInner {*zoom: 1;}
/*
h3.h3Title01 .titleInner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 1.3em;
	background: #abce02;
}
*/
h3.h3Title02 {
	padding: 12px 20px 11px;
	background: #ffffcc;
}
h3.h3Title02 .titleInner {
	display: block;
	font-size: 1.143em;
}
h4.h4Title01 .titleInner {
	display: block;
	padding: 0 0 5px 15px;
	border-bottom: 2px solid #ccc;
	font-size: 1.143em;
	font-weight: bold;
}
.titleBorderA01 {
/*
	display: block;
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
	font-size: 1.143em;
	font-weight: bold;
*/
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.286em;
}
.titleBorderA01:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 1.3em;
	background: #abce02;
}
.titleImg01 {
	margin-bottom: 20px;
}
@media screen and (min-width:768px){
	.jsSpAcc h3 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.jsSpAcc h3 .titleInner {
		cursor: default;
		display: block;
		border-bottom: 2px solid #abcd03;
		color: #333;
		font-size: 1.143em;
		font-weight: bold;
	}
	.jsSpAcc h3 .accBtn {
		display: none;
	}
}
/*-------------------------------------------
TextParts
-------------------------------------------*/
.moreLink01 {
	text-align: right;
}
.moreLink01 > a {
	font-weight: bold;
}
.linkArrowCircleRight {
	font-weight: bold;
	margin-bottom: 10px;
}
.textT01 {
	color: #333 !important;
	font-weight: normal !important;
}
.strongText01 {
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 1.143em;
}
.strongText02 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.429em;
}
.strongText03 {
	margin-bottom: 15px;
	color: #049849;
	font-weight: bold;
	font-size: 1.143em;
}
.textBlock01 p {
	margin-bottom: 10px;
}
.titleText01 {
	font-weight: bold;
}
.topLead01 {
	margin: -30px 0 20px;
	font-size: 1.143em;
}
.dlBlock01 .detail {
	margin: 10px 0 0 1.2em;
}

.dlBlock02 .title {
	font-size: 1.286em;
	font-weight: bold;
}
.dlBlock02 .detail {
	margin-top: 20px;
}
.mark01 {
	padding: 0 6px;
	background: #ffee7a;
}
.tBorder01 {
	display: table;
	border-collapse: collapse;
}
.tBorder01 > span {
	display: table-cell;
	padding: 2px;
	border: solid 1px #333;
}
.boxLink01 > a {
	display: block;
	padding: 15px;
	border: solid 1px #ccc;
	background: #f6f6f6;
	text-align: center;
	text-decoration: none;
}
.boxLink01 > a:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 8px;
	margin: 0 10px 0 -13px;
	background: url(../images/bg_arrow_bottom02.png) 0 50% no-repeat;
	-ms-background-size: 16px 8px;
	-moz-background-size: 16px 8px;
	-webkit-background-size: 16px 8px;
	background-size: 16px 8px;
}
@media screen and (min-width:768px){
	.phoneNumberLink {
		text-decoration: none;
	}
	.boxLink01 > a:hover {
		color: inherit;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}
}

/*-------------------------------------------
Btn Parts
-------------------------------------------*/
.btnT01,
.btnT02,
.btnT03,
.btnT04,
.btnT05,
.btnT06,
.btnT07,
.btnT08,
.btnT09 {
	display: inline-block;
	margin-bottom: 10px;
	padding: 9px 10px;
	font-weight: bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-align: left;
	text-decoration: none;
}
*[class*=" btnT"][class^="glyph"],
*[class^="btnT"][class*=" glyph"],
*[class*=" btnT"][class*=" glyph"] {
	padding-right: 28px;
}
*[class*=" btnT"][class^="icon"],
*[class^="btnT"][class*=" icon"],
*[class*=" btnT"][class*=" icon"] {
	padding-right: 77px !important;
}
*[class*=" btnT"][class^="glyph"].btnWFull,
*[class^="btnT"][class*=" glyph"].btnWFull,
*[class*=" btnT"][class*=" glyph"].btnWFull {
	padding-right: 10px !important;
}
.btnT02 > span{
	color: #fff !important;
}
.btnT03 > span {
	color: #fff !important;
}
.btnT05 > span {
	color: #fff !important;
}
.btnT07 > span {
	color: #fff !important;
}
.btnT08 > span {
	color: #fff !important;
}
.btnT09 > span {
	color: #fff !important;
}
#wrap .btnT01 span,
.modalBlock01 .btnT01 span {
	color: #333;
}
.btnT01 {
	background: #fff;
	border: 1px solid #b3b3b3;
	box-shadow: #e2e2e2 0px -2px inset;
	-webkit-box-shadow: #e2e2e2 0px -2px inset;
	-moz-box-shadow: #e2e2e2 0px -2px inset;
}
.btnT02 {
	background: #004831;
	box-shadow: #003223 0px -2px inset;
	-webkit-box-shadow: #003223 0px -2px inset;
	-moz-box-shadow: #003223 0px -2px inset;
}
.btnT03 {
	background: #fa8200;
	box-shadow: #e27500 0px -2px inset;
	-webkit-box-shadow: #e27500 0px -2px inset;
	-moz-box-shadow: #e27500 0px -2px inset;
/*	box-shadow:rgba(0, 0, 0, 0.12) 0px -5px inset;*/
}
.btnT04 {
	background: #eaf2f0;
	box-shadow: #b2c8c1 0px -2px inset;
	-webkit-box-shadow: #b2c8c1 0px -2px inset;
	-moz-box-shadow: #b2c8c1 0px -2px inset;
}
.btnT05 {
	background: #ec0c0c;
	box-shadow: #ac070b 0px -2px inset;
	-webkit-box-shadow: #ac070b 0px -2px inset;
	-moz-box-shadow: #ac070b 0px -2px inset;
}
.btnT06 {
	background: #f3ee60;
	box-shadow: #ccc856 0px -2px inset;
	-webkit-box-shadow: #ccc856 0px -2px inset;
	-moz-box-shadow: #ccc856 0px -2px inset;
}
.btnT07 {
	background: #7f7f7f;
	box-shadow: #595959 0px 2px inset;
	-webkit-box-shadow: #595959 0px 2px inset;
	-moz-box-shadow: #595959 0px 2px inset;
}
.btnT08 {
	background: #006645;
	box-shadow: #084a34 0px -2px inset;
	-webkit-box-shadow: #084a34 0px -2px inset;
	-moz-box-shadow: #084a34 0px -2px inset;
}
.btnT09 {
	background: #0082dc;
	box-shadow: #004e84 0px -6px inset;
	-webkit-box-shadow: #004e84 0px -6px inset;
	-moz-box-shadow: #004e84 0px -6px inset;
}
header[role="banner"] #headerInner .glyphBeginner01, header[role="banner"] #headerInner .btnT09 {
	box-shadow: #004e84 0px -2px inset;
	-webkit-box-shadow: #004e84 0px -2px inset;
	-moz-box-shadow: #004e84 0px -2px inset;
}

.btnT01Small,
.btnT02Small,
.btnT03Small {
	line-height: 0;
}
.btnT01 > span,
.btnT02 > span,
.btnT03 > span,
.btnT04 > span,
.btnT05 > span,
.btnT06 > span,
.btnT07 > span,
.btnT08 > span,
.btnT09 > span{
	position: relative;
	line-height: 1.4;
}
.btnGlay01 {
	display: inline-block;
	padding: 5px 17px;
	background: #ebebeb;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.btnWhite01 {
	display: inline-block;
	padding: 5px 17px;
	background: #f6f9e5;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	color: #004831;
}
.btnWhite01 span {
	color: #004831 !important;
}
@media screen and (min-width:768px){
	.btnWhite01:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}
}
.btnWFull {
	position: relative;
	text-align: center;
	display: block;
}
.btnSMiddle {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.143em
}
.btnSLarge {
	display: table;
	min-height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.429em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btnSLarge.btnWFull {
	width: 100%;
}
.btnSLarge  > span{
	display: table-cell !important;
	vertical-align: middle;
}
.btnSLarge .smallText {
	font-size: 0.65em;
}
.btnSLarge .largeText {
	font-size: 0.8em;
	font-weight: normal;
}
.btnSMiddle .largeText {
	font-size: 1.125em;
}
.btnSMiddle .smallText {
	font-size: 0.813em;
}
.btnSetLine2 {
	padding: 22px 10px !important;
}
.btnT01Small.btnSetLine2,
.btnT02Small.btnSetLine2,
.btnT03Small.btnSetLine2 {
	padding: 16px 10px 15px !important;
}
.applicationBlock01 .noIconBtn01,
.applicationBlock02 .noIconBtn01 {
	padding: 15px 10px;
}
.applicationBlock01 .noIconBtn02,
.applicationBlock02 .noIconBtn02 {
	padding: 12px 10px;
}
.closeWrap {
	text-align: center;
}
.btnPager {
	position: relative;
	height: 50px;
}
.btnPager > li.next {
	position: absolute;
	top: 0;
	right: 0;
}
.btnPager > li > a {
	position: relative;
	display: inline-block;
	width: 125px;
	padding: 10px;
	text-align: center;
	border: 1px solid #d3d3d3;
	background: #fff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow:rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;	
}
.btnPager > li > a:before {
	top: 50%;
	margin-top: -0.5em;
}
.btnPager > li > a > span {
	color: #333;
	font-weight: bold;
}
.spEnlarge + .spEnlargeSwitch {
	display: none;
}
/*-------------------------------------------
Link
-------------------------------------------*/
.accSwitch a {
	text-decoration: none;
}
/*-------------------------------------------
	tableLiquid03
-------------------------------------------*/
    table.tableLiquid03 tbody th{
	text-align: center;
	vertical-align: middle;
    }
    table.tableLiquid03 tbody td{
	text-align: left;
	vertical-align: middle;
    }
@media screen and (min-width:768px){
	.tabBlock01 a:hover,
	.accBlock03 .accSwitch a:hover,
	.accBlock04 .accSwitch a:hover,
	.accBlock05 .accSwitch a:hover,
	*[class*="btnT"]:hover,
	.tabList [role="tablist"] > li > div > a span:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity: 0.7;
		text-decoration: none !important;
	}
	.btnT04:hover {
		color: inherit;
	}
}

.buttonTextLink01 {
	color: #004831;
	background: transparent;
	text-decoration: underline;
}
.buttonTextLink01 > span {
	text-decoration: underline;
}
.buttonTextLink01 > span:hover {
	color: #ed6d34;
}

/*-------------------------------------------
Dl
-------------------------------------------*/
.dlColumn01 dd {
	margin: 0 0 10px;
}

/*-------------------------------------------
Dialog
-------------------------------------------*/
*[class*="dialog"] .speaker {
	width: 130px;
	text-align: center;
}
*[class*="dialog"] .utterance {
	position: relative;
	width: 460px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: solid 2px #b4b4b4;
}
*[class*="dialog"] {
	*zoom: 1;
	overflow: hidden;
}
*[class*="dialog"]:before,*[class*="dialog"]:after {content: " "; display: table;}
*[class*="dialog"]:after {clear: both;}

.dialog01 .speaker {
	float: left;
	margin-right: 20px;
}
.dialog01 .utterance {
	float: left;
}
.dialog01 .utterance:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 20px;
	left: -17px;
	width: 17px;
	height: 13px;
	background: url(../images/bg_dialogue01.png) 0 0 no-repeat;
}

.dialog02 .speaker {
	float: right;
	margin-left: 10px;
}
.dialog02 .utterance {
	float: right;
}
.dialog02 .utterance:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 20px;
	right: -17px;
	width: 17px;
	height: 13px;
	background: url(../images/bg_dialogue02.png) 0 0 no-repeat;
}

/*-------------------------------------------
Image
-------------------------------------------*/
.blockImage01 {
	display: table;
	width: 234px;
	height: 200px;
	background: #000;
}
.blockImage01 > a,
.blockImage01 > span {
	display: table-cell;
	vertical-align: middle;
}

/*-------------------------------------------
Form
-------------------------------------------*/
.phoneNumberLink:link,
.phoneNumberLink:visited {
	text-decoration: none;
}

.requiredIcon {
	display: inline-block;
	margin: 0 3px;
	padding: 1px 5px 0;
	font-size: 12px;
	line-height: 19px;
	vertical-align: 1px;
	color: #fff;
	background-color: #f93434;
	border-radius: 2px;
	color:
}
.inputTable .input {
	margin: 8px 0;
}
.inputTable .radio {
	margin: 0 0 8px;
}
.inputTable .radio label {
	margin: 8px 20px 0 0;
}
.inputTable .input input:not([type=radio]):not([type=checkbox]),
.inputTable .input textarea {
	padding: 5px 5px 3px 5px;
	font-size: 114%;
	vertical-align: middle;
	border: 1px solid #999;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-ox-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#wrap .inputTable .input input.customRadio01 {
	padding: 5px 5px 3px 5px;
	font-size: 114%;
	vertical-align: middle;
	border: 1px solid #999;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-ox-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.inputTable .input input:not([type=radio]):not([type=checkbox]) {
	height: 34px;
	line-height: 34px;
	padding-top: 0;
	padding-bottom: 0;
}
.input input[type="radio"],
.inputTable .input input[type="radio"],
.inputTable .input input[type="checkbox"] {
	margin-right: 5px;
	vertical-align: middle;
}
.inputTable .input .customSelect01 {
	vertical-align: middle;
}
.inputTable .input .customSelect01 {
	margin: 2px 0;
}
.input *::-webkit-input-placeholder {
	color: #757575;
}
.input *:-ms-input-placeholder {
	color: #757575;
}
.input *:-moz-placeholder {
	color: #757575;
}

.inputTable .note {
	margin-top: 10px;
	font-size: 85.7%;
}

.inputTable .formLabel {
	position: relative;
	display: inline-block;
	padding-right: 45px;
}
.inputTable .formLabel .requiredIcon {
	position: absolute;
	right: 0;
	top: 0;
}

.nameInput .input {
	float: right;
	width: 48%;
}
.nameInput .input:first-child {
	float: left;
}
.nameInput .nameLabel {
	display: block;
	float: left;
	width: 2.5em;
	margin-top: 7px;
}
.nameInput .nameText {
	display: block;
	overflow: hidden;
}
.nameInput .nameText input {
	width: 100% !important;
}
.adInput .adLabel {
	display: block;
	float: left;
	width: 6em;
	margin-top: 7px;
}
.adInput .adText {
	display: block;
	overflow: hidden;
}

.inputTable .input input.required,
.inputTable .input textarea.required,
.inputTable .input span.required {
	background-color: #ffe4e0;
}

.inputTable .input input[disabled],
.inputTable .input textarea[disabled],
.inputTable .input select[disabled] + span {
	color: #666;
	background-color: #ebebe4;
}

input.customCheckbox01,
input.customRadio01 {
	z-index: -1;
	position: absolute;
	left: 1px;
	top: 1px;
}
label.customCheckbox01 {
	position: relative;
	display: inline-block;
	min-height: 1em;
	padding-left: 35px;
	cursor: pointer;
	zoom: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label.customCheckbox01:after {
	content: " ";
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/ico_checkbox.html) no-repeat 0 0;
	zoom: 1;
}
label.customCheckbox01.labelSelected:after {
	content: "x";
	color: transparent;
	text-indent: -9999px;
	background-position: 0 -34px;
}
label.customRadio01 {
	position: relative;
	display: inline-block;
	min-height: 1em;
	padding-left: 35px;
	cursor: pointer;
	zoom: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label.customRadio01:after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	width: 22px;
	height: 22px;
	display: block;
	background: url(../images/ico_radio.html) no-repeat 0 0;
}
label.customRadio01.labelSelected:after {
	content: "x";
	text-indent: -9999px;
	background-position: 0 -32px;
}
label.customRadio01.required:after {
	content: "x";
	text-indent: -9999px;
	background-position: 0 -64px;
}
label.customRadio01.disabled:after {
	content: "x";
	text-indent: -9999px;
	background-position: 0 -96px;
	cursor: default;
}
#wrap #mainArea .customSelect01 {
	min-height: 34px;
	padding-right: 25px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
#wrap #mainArea .customSelect01.w170px { width: 170px !important; }
#wrap #mainArea .customSelect01 .customSelectInner {
	display: inline-block;
	padding: 6px 30px 5px 5px;
	background: url(../images/ico_select.html) no-repeat 100% 50%;
	border: 1px solid #999;
}
.inputTable .radioTextWrap {
	display: block;
	margin-top:10px;
}

button {
	font-family: Arial,Helvetica,Chicago,Verdana,Sans-serif;
	border: none;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button.btnWFull {
	width: 100%;
}
button.btnT04,
button.btnT04:hover,
button.btnT04:visited,
button.btnT04:active {
	color: #004831;
}
.submitNext {
	margin: 0 auto;
	min-width: 210px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.submitNext:visited {
	text-decoration: none;
}

.colorBox01 {
	padding: 20px;
	background-color: #f5ffda;
}
.colorBox01 .boxInner {
	display: table;
	width: 100%;
}
.colorBox01 .text {
	display: table-cell;
	padding-right: 15px;
	vertical-align: middle;
}
.colorBox01 .btn {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
}

.colorBox02 {
	padding: 20px;
	background-color: #f6f6f6;
}

.simulationColumn2 > .col {
	position: relative;
	float: right;
	width: 346px;
}
.simulationColumn2 > .col:first-child {
	float: left;
}
.simulationColumn2 > .col + .col:before {
	content: "";
	display: block;
	position: absolute;
	top: 155px;

	left: -46px;
	width: 32px;
	height: 108px;
	background: url(../images/bg_arrow_right02.png) 0 0 no-repeat;
}

.btnCalc01 {
	text-align: center;
}
.btnCalc01 .glyphCalc01 {
	width: 70%;
	padding: 20px !important;
}
.btnCalc01 .glyphCalc01 > span {
	padding-right: 25px !important;
	padding-left: 25px !important;
}

.checkList01,
.checkList02 {
	margin-top: -0.4em;
}
.checkList03 {
	margin-top: 0;
}
.checkList01 li,
.checkList02 li,
.checkList03 li {
	position: relative;
	float: left;
}
.checkList01 li {
	width: 171px;
	margin: 0 22px 10px 0;
}
.checkList02 li {
	width: 48%;
	margin: 0.4em 4% 0 0;
}
.checkList03 li {
	float: none;
	width: 100%;
	margin-top: 0.6em;
}
.checkList01 input,
.checkList02 input,
.checkList03 input {
	position: absolute;
	left: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	outline: none;
}
.checkList01 .checkLabel,
.checkList02 .checkLabel,
.checkList03 .checkLabel {
	display: table;
	width: 100%;
	height: 52px;
}
.checkList01 input:checked + .checkLabel label,
.checkList02 input:checked + .checkLabel label,
.checkList03 input:checked + .checkLabel label {
	border-color: #f8f299;
	background: #f8f299;
	color: #333;
	font-weight: bold;
}
.checkList01 label,
.checkList02 label,
.checkList03 label {
	display: table-cell;
	width: 100%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #d1d1d1;
	background: #fff;
	color: #666;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}
.checkLabel label {
	cursor: pointer;
}
input:disabled + .checkLabel label {
	cursor: default !important;
	border-color: #ebebe4 !important;
	background: #ebebe4 !important;
	font-weight: normal !important;
}

.searchText01 {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 700px;
	height: 36px;
	margin-bottom: 10px;
	padding: 0.4em 4px 0.4em 4px;
}
.customSelect02 {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-border-radius: 3px/3px 3px 3px 3px;
	-moz-border-radius: 3px/3px 3px 3px 3px;
	-webkit-border-radius: 3px/3px 3px 3px 3px;
	border-radius: 3px/3px 3px 3px 3px;
	background: url(../images/bg_select01.png) repeat-x left 2px;
	position: relative;
	z-index: 10;
	width: 245px;
	border: 1px solid #898989;
	overflow: hidden;
}
.customSelect02Inner {
	padding: 5px 0 5px 10px;
	-ms-appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	appearance: button;
	width: 275px;
/*	padding-right: 36px;*/
	display: block;
	color: #333;
	font-size: 14px;
	cursor: pointer;
	background: none;
	background-image: url(../images/btn_select01.png);
	background-position: 209px top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 15;
	vertical-align: middle;
	box-sizing: border-box;
	border: none;
	option {
		color: #333;
	}
	&::-ms-expand {
		display: none;
	}
}
.customSelect02.numberSelect01 {
	width: 100px;
}
.customSelect02.numberSelect01 .customSelect02Inner {
	width: 130px;
	background-position: 64px top;
}

.searchContents01 {
	position: relative;
}
.searchDetails01 > *,
.searchDetails01 dl,
.searchDetails01 dt,
.searchDetails01 dd {
	display: inline-block;
	vertical-align: middle;
}
.searchDetails01 dd {
	margin-right: 15px;
}
.searchDetails01 .searchDetails01Num {
	position: absolute;
	left: 0;
	margin-top: 0.2em;
	font-size: 1.143em;
}
.searchDetails01 .searchLogo01 {
	position: absolute;
	top: 33px;
	right: 25px;
}
.searchDetails01 .searchWord01 {
	position: absolute;
	top: 26px;
	right:130px;
	display: inline-block;
	vertical-align: middle;
}
/*.searchWord01 button#submitBtn {
	width: 120px;
	background: #004831;
	border: none;
	box-shadow: #003223 0px -2px inset;
	-webkit-box-shadow: #003223 0px -2px inset;
	-moz-box-shadow: #003223 0px -2px inset;
	border-radius: 8px;
	margin-bottom: 0;
	padding: 5px 10px 5px 8px;
	text-align: left;
	line-height: 1.5;
}
.searchWord01 button#submitBtn span {
	display: block;
	background: url(/smbc/img/03/images/ico_search02.png) 3px center no-repeat;
	-ms-background-size: 21px 21px;
	-moz-background-size: 21px 21px;
	-webkit-background-size: 21px 21px;
	background-size: 21px 21px;
	font-weight: bold;
	letter-spacing: 0.5em;
	font-size: 14px;
	padding: 3px 0 3px 40px;
}*/
.searchRecommended01 {
	display: table;
	width: 100%;
}
#wrap .searchRecommended01 .col {
	display: table-cell;
	float: none;
	width: 14%;
	margin: 0;
	padding-left: 2%;
	vertical-align: middle;
}
#wrap .searchRecommended01 .col:first-child {
	width: 84%;
}
.searchRecommended01 .customSelect02 {
	display: inline-block;
	width: 214px;
	margin: 0 5px;
	overflow: hidden;
}
.searchRecommended01 .customSelect02Inner {
	width: 244px;
	padding-right: 64px;
	background-position: 178px top;
}
select::-ms-expand {
		display: none;
}
.searchColumn .questionListA01 .icon {
	width: 31px;
}
.searchColumn .questionListA01 li {
	padding-left: 50px;
}

.searchResult {
	margin-top: 20px;
}
#wrap .searchResult .col {
	width: 100%;
}
#wrap .searchResult .img {
	margin-right: 30px;
}
.searchResultDetails dt {
	position: relative;
	display: table;
	margin-bottom: 10px;
	padding-left: 1.8em;
}
.searchResultDetails dt .searchNum {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}
.searchResultDetails dt .iconWrap {
	display: table-cell;
	margin: 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
}
.searchResultDetails dt a {
	font-size: 1.143em;
	font-weight: bold;
}
.searchResultDetails dt .iconWrap + a {
	display: table-cell;
	vertical-align: middle;
}
.searchResultDetails dd {
	padding-left: 3.2em;
}
.searchResultDetails dd a {
	display: inline-block;
	margin-top: 10px;
}
.searchResultDetails dd a:link {
	color: #00c;
}
.searchResultDetails dd a:visited {
	color: #660066;
}
.searchResultDetails dd a:active {
	color: #ff0000;
}

.pager01 {
	text-align: center;
}
.pager01 > ol {
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}
.pager01 .pagePre {
	margin-right: 15px;
}
.pager01 .pageNext {
	margin-left: 15px;
}
.pagerBtn li {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #b3b3b3;
	box-shadow: #e2e2e2 0px -2px inset;
	-webkit-box-shadow: #e2e2e2 0px -2px inset;
	-moz-box-shadow: #e2e2e2 0px -2px inset;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.pagerBtn li a {
	text-decoration: none;
	color: #333;
}
.pagerBtn li.active,
.pagerBtn li:hover {
	background: #fef898;
	box-shadow: #efe870 0px 2px inset;
	-webkit-box-shadow: #efe870 0px 2px inset;
	-moz-box-shadow: #efe870 0px -2px inset;
}

.inputWrap {
	position: relative;
}
label.placeholder01 {
	position: absolute;
	top: 2px;
	left: 5px;
	color: #999;
	font-size: 16px;
	white-space: nowrap;
	cursor: text;
}
/*-------------------------------------------
	tableLiquid03
-------------------------------------------*/
	table.tableLiquid03 tbody th{
	text-align: center;
	vertical-align: middle;
    }
    table.tableLiquid03 tbody td{
	text-align: left;
	vertical-align: middle;
    }
/*-------------------------------------------
Modal
-------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.mfp-align-top .mfp-container:before {
	display: none; }

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	/*cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;*/ }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.mfp-hide {
	display: none !important; }

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; }
.mfp-preloader a {
	color: #ccc; }
.mfp-preloader a:hover {
	color: #fff; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none; }
button::-moz-focus-inner {
	padding: 0;
	border: 0; }

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100); }
.mfp-close:active {
	top: 1px; }

.mfp-close-btn-in .mfp-close {
	color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap; }

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
	margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; }

.mfp-arrow-left {
	left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
	right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
.mfp-iframe-holder .mfp-close {
	top: -40px; }

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000; }

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444; }
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px; }
.mfp-figure figure {
	margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	* Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
		padding: 0; }
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0; }
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; }
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; }
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; }
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); }
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; }
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; }
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; }
}

.mfp-ie7 .mfp-img {
	padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
	padding: 0; }
.mfp-ie7 .mfp-content {
	padding-top: 44px; }
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0; }

/*-------------------------------------------
Line
-------------------------------------------*/
.lineTop01 {
	padding-top: 13px;
	margin-top: 15px;
	border-top: 2px solid #a0c81e;
}
.lineBottom01 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b3b3b3;
}
.lineBottom02 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #b3b3b3;
}
.borderTop01 {
	border-top: solid 1px #b3b3b3 !important;
}
.borderTopNone {
	border-top: 0 !important;
}
.borderBottom01 {
	border-bottom: solid 1px #b3b3b3 !important;
}
.borderBottomNone {
	border-bottom: 0 !important;
}

/*-------------------------------------------
Display
-------------------------------------------*/
.dInline { display: inline; }
.dInlineBlock { display: inline-block; }
.dBlock { display: block; }
.dNone { display: none; }

/*PC and SP Divided out*/
.pcContent { display: block !important }
table.pcContent { display: table !important; }
img.pcContent,
span.pcContent,
br.pcContent,
.pcContentInline { display: inline !important }
.btnT01.pcContent { display: inline-block !important; }
.spContent { display: none !important }

/*-------------------------------------------
Bacground
-------------------------------------------*/
.bgGray01 {
	background: #f6f6f6 !important;
}
.bgYellow01 {
	background: #fffff0 !important;
}
.bgOrange01 {
	background: #ffefd7 !important;
}
.bgOrange02 {
	background: #ffedb2 !important;
}
.bgWhite01 {
	background: #fff !important;
}
.bgPink01 {
	background: #fff1f1 !important;
}
.bgGreen01 {
	background: #e2eebb !important;
}
.bgGreen03 {
	background: #f1fecb !important;
}

/*-------------------------------------------
Width
-------------------------------------------*/

.w01p { width: 1% !important; }
.w02p { width: 2% !important; }
.w03p { width: 3% !important; }
.w04p { width: 4% !important; }
.w05p { width: 5% !important; }
.w06p { width: 6% !important; }
.w07p { width: 7% !important; }
.w08p { width: 8% !important; }
.w09p { width: 9% !important; }
.w10p { width: 10% !important; }
.w11p { width: 11% !important; }
.w12p { width: 12% !important; }
.w13p { width: 13% !important; }
.w14p { width: 14% !important; }
.w15p { width: 15% !important; }
.w16p { width: 16% !important; }
.w17p { width: 17% !important; }
.w18p { width: 18% !important; }
.w19p { width: 19% !important; }
.w20p { width: 20% !important; }
.w21p { width: 21% !important; }
.w22p { width: 22% !important; }
.w23p { width: 23% !important; }
.w24p { width: 24% !important; }
.w25p { width: 25% !important; }
.w26p { width: 26% !important; }
.w27p { width: 27% !important; }
.w28p { width: 28% !important; }
.w29p { width: 29% !important; }
.w30p { width: 30% !important; }
.w31p { width: 31% !important; }
.w32p { width: 32% !important; }
.w33p { width: 33% !important; }
.w34p { width: 34% !important; }
.w35p { width: 35% !important; }
.w36p { width: 36% !important; }
.w37p { width: 37% !important; }
.w38p { width: 38% !important; }
.w39p { width: 39% !important; }
.w40p { width: 40% !important; }
.w41p { width: 41% !important; }
.w42p { width: 42% !important; }
.w43p { width: 43% !important; }
.w44p { width: 44% !important; }
.w45p { width: 45% !important; }
.w46p { width: 46% !important; }
.w47p { width: 47% !important; }
.w48p { width: 48% !important; }
.w49p { width: 49% !important; }
.w50p { width: 50% !important; }
.w51p { width: 51% !important; }
.w52p { width: 52% !important; }
.w53p { width: 53% !important; }
.w54p { width: 54% !important; }
.w55p { width: 55% !important; }
.w56p { width: 56% !important; }
.w57p { width: 57% !important; }
.w58p { width: 58% !important; }
.w59p { width: 59% !important; }
.w60p { width: 60% !important; }
.w61p { width: 61% !important; }
.w62p { width: 62% !important; }
.w63p { width: 63% !important; }
.w64p { width: 64% !important; }
.w65p { width: 65% !important; }
.w66p { width: 66% !important; }
.w67p { width: 67% !important; }
.w68p { width: 68% !important; }
.w69p { width: 69% !important; }
.w70p { width: 70% !important; }
.w71p { width: 71% !important; }
.w72p { width: 72% !important; }
.w73p { width: 73% !important; }
.w74p { width: 74% !important; }
.w75p { width: 75% !important; }
.w76p { width: 76% !important; }
.w77p { width: 77% !important; }
.w78p { width: 78% !important; }
.w79p { width: 79% !important; }
.w80p { width: 80% !important; }
.w81p { width: 81% !important; }
.w82p { width: 82% !important; }
.w83p { width: 83% !important; }
.w84p { width: 84% !important; }
.w85p { width: 85% !important; }
.w86p { width: 86% !important; }
.w87p { width: 87% !important; }
.w88p { width: 88% !important; }
.w89p { width: 89% !important; }
.w90p { width: 90% !important; }
.w91p { width: 91% !important; }
.w92p { width: 92% !important; }
.w93p { width: 93% !important; }
.w94p { width: 94% !important; }
.w95p { width: 95% !important; }
.w96p { width: 96% !important; }
.w97p { width: 97% !important; }
.w98p { width: 98% !important; }
.w99p { width: 99% !important; }
.w100p { width: 100% !important; }
.wAuto { width: auto !important; }

.w40px { width: 40px; }
.w50px { width: 50px; }
.w60px { width: 60px; }
.w70px { width: 70px; }
.w80px { width: 80px; }
.w90px { width: 90px; }
.w100px { width: 100px; }
.w110px { width: 110px; }
.w120px { width: 120px; }
.w130px { width: 130px; }
.w140px { width: 140px; }
.w150px { width: 150px; }
.w200px { width: 200px; }
.w250px { width: 250px; }
.w300px { width: 300px; }
.w350px { width: 350px; }
.w400px { width: 400px; }
.w450px { width: 450px; }
.w500px { width: 500px; }
.w550px { width: 550px; }
.w600px { width: 600px; }
.w650px { width: 650px; }
.w700px { width: 700px; }


/*-------------------------------------------
float
-------------------------------------------*/
.fLeft { float: left; }
.fRight { float: right; }
.fClear { clear: both; }
.fNone { float: none !important; }

/*-------------------------------------------
Margin
-------------------------------------------*/
/*all*/
.m00 { margin: 0 !important; }
.m05 { margin: 5px !important;}
.m10 { margin: 10px !important;}
.m15 { margin: 15px !important;}
.m20 { margin: 20px !important;}
.m25 { margin: 25px !important;}
.m30 { margin: 30px !important;}

/*auto*/
.mAuto { margin-right: auto !important; margin-left: auto !important; }

/*top*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

/*right*/
.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }

/*bottom*/
.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }

/*left*/
.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

/*-------------------------------------------
padding
-------------------------------------------*/
/*all*/
.p00 { padding: 0 !important; }
.p05 { padding: 5px !important;}
.p10 { padding: 10px !important;}
.p15 { padding: 15px !important;}
.p20 { padding: 20px !important;}
.p25 { padding: 25px !important;}
.p30 { padding: 30px !important;}

/*top*/
.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }

/*right*/
.pr00 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }

/*bottom*/
.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }

/*left*/
.pl00 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }

/*-------------------------------------------
Text
-------------------------------------------*/
/*align*/
.tCenter { text-align: center !important; }
.tLeft { text-align: left !important; }
.tRight { text-align: right !important; }
.vTop, .vTop > * { vertical-align: top !important; }
.vMiddle, .vMiddle > * { vertical-align: middle !important; }
.vBottom, .vBottom > * { vertical-align: bottom !important; }
.vBase > * { vertical-align: baseline; !important; }
table.vTop th, table.vTop td { vertical-align: top !important; }
table.vMiddle th, table.vMiddle td { vertical-align: middle !important; }
table.vBottom th, table.vBottom td { vertical-align: bottom !important; }

/*style*/
.tBold { font-weight: bold !important; }
.tNormal { font-weight: normal !important; }
.tLineT{ text-decoration: line-through !important; }

/*decoration*/
.tUnderline { text-decoration: underline !important; }
.tDecorationNone { text-decoration: none !important; }

/*size*/
.fsMaximum { font-size: 1.715em !important; line-height: 1.44;} /*24px*/
.fsLarger02 { font-size: 1.429em !important; line-height: 1.44;} /*20px*/
.fsLarger01 { font-size: 1.286em !important; line-height: 1.5;} /*18px*/
.fsLarge { font-size: 1.143em !important; line-height: 1.5;} /*16px*/
.fsMiddle { font-size: 1em !important; line-height: 1.57;} /*14px*/
.fsSmall { font-size: 0.857em !important; line-height: 1.5;} /*12px*/
.fsSmaller01 { font-size: 0.782em !important; line-height: 1.5;} /*11px*/
.fsSmaller02 { font-size: 0.714em !important; line-height: 1.5;} /*10px*/
/*color*/
.tBlack01 { color: #666 !important; }
.tBlack02 { color: #333 !important; }
/*
.tRed01 { color: #fe0000 !important; }
.tRed02 { color: #c00 !important; }
*/
.tRed01 { color: #c00 !important; }
.tRed02 { color: #c00 !important; }
.tRed03 { color: #ed174c !important; }
.tGreen01 { color: #004831 !important; }
.tGreen02 { color: #004831 !important; }
.tBlue01 { color: #11c !important; }
.tGray01 { color: #bebebe !important; }
.tGray02 { color: #808080 !important; }
.tOrange01 { color: #fa8200 !important; }
.tBrown01 { color: #ad6700 !important; }

/*marginAuto*/
.mAuto01 { width: 644px; margin: 0 auto; }

/*-------------------------------------------
	tableLiquid03
-------------------------------------------*/
    table.tableLiquid03 tbody th{
	text-align: center;
	vertical-align: middle;
    }
    table.tableLiquid03 tbody td{
	text-align: left;
	vertical-align: middle;
    }

/*===========================================================================
   *** parts_rwd.css ***
===========================================================================*/

@media screen and (max-width: 767px) {
	.contentInner {
		margin-left: 10px;
		margin-right: 10px;
	}
	.accBlock03[role="tablist"] > dt a,
	.accBlock04[role="tablist"] > dt a,
	.accBlock05[role="tablist"] > dt a {
		font-size: 1.072em;
	}
	.tabBlock01 a:hover,
	.accBlock03 .accSwitch a:hover,
	.accBlock04 .accSwitch a:hover,
	.accBlock05 .accSwitch a:hover,
	*[class^="btnT"]:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		text-decoration: none !important;
	}

	/*-------------------------------------------
	nav
	-------------------------------------------*/
	#wrap .categoryNav .column2 .col {
		float: left !important;
		width: 48% !important;
		margin-right: 0;
	}
	#wrap .categoryNav .column3 .col {
		float: left !important;
		width: 32% !important;
		margin-right: 2%;
	}
	#wrap .categoryNav .column2 .col:nth-child(2n),
	#wrap .categoryNav .column3 .col:nth-child(3n) {
		float: right !important;
		margin-right: 0;
	}
	#wrap .categoryNav .col:first-child,
	#wrap .categoryNav .col:nth-child(3n+1) {
		clear: both;
	}
	.categoryNav a figure {
		padding: 10px 0;
	}
	.categoryNav a figure img {
		height: 26px;
	}
	.categoryNav a span,
	.categoryNav a > dl > dt {
		padding: 7px 0 7px 12px;
		font-size: 1.0em;
	}
	#wrap .categoryNavChild .col,
	#wrap .categoryNavChild .col2 {
		margin-bottom: 0px;
	}
	#wrap .categoryNavChild .col .linkBox01,
	#wrap .categoryNavChild .col2 .linkBox01 {
		margin-bottom: 20px;
	}
	#wrap .col .linkBox01,
	#wrap .col2 .linkBox01 {
		margin-bottom: 0px;
	}
	.linkBox01 {
		margin-bottom: 20px;
	}
	.linkBox01 a {
		padding: 12px 8px;
	}
	.linkBox01 .blockInner {
		height: auto !important;
	}
	.linkBox01 a dt span {
		height: auto;
		min-height: 1.6em;
		line-height: 1.2;
	}
	#drawerMenu #wrap .linkBox01 dt .glyphArrowLineRight > span:before {
		top: 0.1em !important;
	}
	.linkBox01 a dd {
		padding: 0 4px;
	}

	/*-------------------------------------------
	column
	-------------------------------------------*/
	.mainNarrow *[class^="column"] .col,
	*[class^="column"] .col2,
	*[class^="column"] .col {
		/*float: none;*/
		width: 100% !important;
		margin-left: 0 !important;
	}
	.column2.columnWide .col + .col	{
		padding-top: 50px;
		background: url(../images/bg_arrow_bottom01.png) center 0 no-repeat;
	}
	*[class^="column"] .col {
		margin-bottom: 20px;
	}
	.flowBox01 .col {
		margin-bottom: 0;
	}
	.mainNarrow .column3.spColumn {
		width: 297px;
		margin: 0 auto;
	}
	.mainNarrow .column3.spColumn .col {
		float: left;
		width: 95px !important;
		margin-left: 6px !important;
	}
	.mainNarrow .column3.spColumn .col:first-child {
		margin-left: 0 !important;
	}
	#wrap .spColumn2 .col {
		float: left !important;
		width: 48% !important;
	}
	#wrap .spColumn2 .col:nth-child(2n) {
		float: right !important;
	}
	#wrap .spColumn2 .col:nth-child(2n+1) {
		clear: both;
	}
	#wrap .spColumn3 .col {
		float: left !important;
		width: 32% !important;
		margin-left: 2% !important;
	}
	#wrap .spColumn3 .col:nth-child(3n+1) {
		clear: both;
		margin-left: 0 !important;
	}
	/*-------------------------------------------
	column customize parts
	-------------------------------------------*/
	.columnParts01 {
		display: block;
	}
	.col .columnParts01 > *	{
		display: block;
		margin-bottom: 10px;
		padding: 0;
		width: 100% !important;
	}
	.columnParts01 > * {
		padding: 0 5px;
	}

	/*-------------------------------------------
	blockColumn
	-------------------------------------------*/
	*[class^="blockColumn"] > * {
		float: none;
		margin: 0 0 10px 0;
		width: 100% !important;
	}
	*[class^="blockColumn"] > *:last-child {
		margin-bottom: 0;
	}

	*[class*="spBlockColumn"] > * {
		float: left !important;
		margin-left: 2% !important;
	}
	*[class^="spBlockColumn"] > *:first-child {
		margin-left: 0;
	}
	.blockColumn2 > *:nth-child(2n+1),
	.blockColumn3 > *:nth-child(3n+1),
	.blockColumn4 > *:nth-child(4n+1),
	.blockColumn5 > *:nth-child(5n+1) {
		clear: none;
	}
	.spBlockColumn2 > * {
		width: 49% !important;
	}
	.spBlockColumn2 > *:nth-child(2n+1) {
		clear: both;
		margin-left: 0 !important;
	}
	.spBlockColumn3 > * {
		width: 32% !important;
	}
	.spBlockColumn3 > *:nth-child(3n+1) {
		margin-left: 0 !important;
	}

	/*-------------------------------------------
	tableColumn
	-------------------------------------------*/
	.tableColumn01 {
		display: block;
		width: auto;
	}
	.tableColumn01 > .col {
		display: block;
		width: auto !important;
	}
	.spTableColumn01 {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	#wrap .spTableColumn01 > .col {
		display: table-cell;
		width: auto !important;
	}

	/*-------------------------------------------
	boxBlock
	-------------------------------------------*/
	*[class^="normalBlockA"] .col > .blockInner .blockTitle,
	*[class*=" normalBlockA"] .col > .blockInner .blockTitle {
		padding: 10px 19px;
		border-bottom: 1px solid #d9d9d9;
		font-weight: bold;
	}
	*[class^="normalBlockA"] > .blockInner .blockTitle,
	*[class*=" normalBlockA"] > .blockInner .blockTitle {
		font-size: 1.072em;
		font-weight: normal;
	}
	.normalBlockA02 > .blockInner {
		border-width: 3px;
	}
	.normalBlockA02 > .blockInner .blockDetail {
		padding: 14px;
		border-width: 3px;
	}
	.boxinner01 {
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}
	/*relevanceBlock*/
	.relevanceBlock01 > .blockInner > *,
	.relevanceBlock02 > .blockInner > * {
		display: block;
		width: 100% !important;
		--webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.relevanceBlock01 > .blockInner .blockTitle,
	.relevanceBlock02 > .blockInner .blockTitle {
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	.searchWordBlock01 dl > dd .keywordList01 li > a {
		padding-left: 0;
	}
	.searchWordBlock01 dl > dd .keywordList01 li > a > span {
		padding-left: 0;
		display: inline;
	}
	/*dateBlock01*/

	.dateBlock02 dl,
	.dateBlock02 dl > *,
	.dateBlock01 dl,
	.dateBlock01 dl > * {
		display: block;
	}
	.dateBlock01 dl > dt,
	.dateBlock02 dl > dt {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.dateBlock02 {
		padding: 0;
	}
	.dateBlock02 > dl > * {
		padding: 0 19px 10px;

	}
	.dateBlock02 > dl > dt {
		padding-top: 10px;
		border-top: 1px solid #ccc;
	}
	.dateBlock02 > dl:first-child > dt {
		border: none;
	}

	.telNumberWrap .telNumber {
		display: block;
		margin-bottom: 10px;
	}
	/*tableColumn*/
	.tableColumn {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.tableColumn > * > tr > * {
		display: block;
		width: 100% !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/*tableScroll*/
	.tableColumnWrap {
		overflow-x: scroll;
	}
	.tableColumnWrap .tableScroll {
		width: 690px;
	}
	.tableRepeat {
		display: none;
	}

	table[class*=" jsTR"] {
		display: table;
	}
	table[class^="table"] tr > * {
		padding: 10px;
		font-size: 0.929em;
	}
	/*imgBlock*/
	.imgBlockA01 .text,
	.imgBlockA01 .img,
	.imgBlockA02 .text,
	.imgBlockA02 .text.tIndent01,
	.imgBlockA02 .img {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.imgBlockC01 .clear > *,
	.imgBlockD01 .clear > *,
	.imgBlockC02 .clear > *,
	.imgBlockD02 .clear > *,
	.ratioBlock01.clear > * {
		width: 100% !important;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.imgBlockC01 .clear > *:first-child,
	.imgBlockD01 .clear > *:first-child,
	.imgBlockC02 .clear > *:first-child,
	.imgBlockD02 .clear > *:first-child{
		margin-bottom: 10px;
	}
	.imgBlockE01 {
		min-height: 0;
	}
	.imgBlockE01 .img {
		display: none;
	}
	.imgBlockE01 .text {
		margin-left: 0;
	}
	/*borderBlock*/
/*	.borderBlock02 {
		padding: 0;
		border: none;
	}*/
	/*BoximgBlock*/
	.BoximgBlockA01,
	.BoximgBlockA01 > * {
	display: block;
	width: 100% !important;
	}
	.BoximgBlockA01 > .img,
	.imgBlockA02 .img {
		text-align: center;
		margin-bottom: 10px;
	}
	.BoximgBlockA01 > .text {
		padding-left: 0;
	}
	/*imgTextBlockA01*/
	.imgTextBlockA01 .detailText {
		overflow: hidden;
		clear: none;
	}
	/*questionBlock*/
	.questionBlock02 .col {
		margin-bottom: 20px;
	}
	.questionBlock02 .blockInner .questionContent {
		background: none;
		padding: 15px 13px;
	}
	.questionBlock02 .blockInner .icon {
		width: 52px;
		font-size: 30px;
	}
	.questionBlock02 + .questionLink .questionYes,
	.questionBlock02 + .questionLink .questionNo {
		padding-top: 0;
		background: none !important;
	}
	.questionBlock02 + .questionLink .questionYes a.select:before,
	.questionBlock02 + .questionLink .questionNo a.select:before {
		display: none;
	}

	.attentionBlock01 > .blockInner {
		padding: 25px 15px 15px;
	}


	/*searchBox*/
	.searchBox01 {
		position: relative;
		vertical-align: middle;
		text-align: left;
	}
	.searchBox01 > p {
		padding: 7px 38px 7px 15px;
		background: #ebebeb;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
	}
	.searchBox01 *[type="search"],
	.searchBox01 *[type="text"] {
		width: 100%;
		min-height: 24px;
		border: 0;
		background: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.searchBox01 input + [type="submit"] {
		display: block;
		position: absolute;
		top: 7px;
		right: 12px;
		width: 25px;
		height: 25px;
		padding: 0;
		border: none;
		background: url(../images/ico_search03.png) 0 0 no-repeat;
		-ms-background-size: 25px 25px;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
		text-indent: -9999px;
		cursor: pointer;
		vertical-align: middle;
	}

	.searchBox02 {
		position: relative;
		vertical-align: middle;
		text-align: left;
	}
	.searchBox02 > p {
		padding: 7px 38px 7px 15px;
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		-ms-border-radius: 22px;
		-o-border-radius: 22px;
		border-radius: 22px;
		border: solid 1px #d4d4d4;
	}
	.searchBox02 *[type="search"],
	.searchBox02 *[type="text"] {
		width: 100%;
		min-height: 24px;
		border: 0;
		background: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.searchBox02 input + [type="submit"] {
		display: block;
		position: absolute;
		top: 8px;
		right: 12px;
		width: 25px;
		height: 25px;
		padding: 0;
		border: none;
		background: url(../images/ico_search02.png) 0 0 no-repeat;
		-ms-background-size: 25px 25px;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
		text-indent: -9999px;
		cursor: pointer;
		vertical-align: middle;
	}

	/*applicationBlock*/
	#wrap .applicationBlock01 .blockTitle,
	#wrap .applicationBlock02 .blockTitle {
		font-weight: bold;
	}
	#wrap .applicationBlock01 .blockDetail,
	#wrap .applicationBlock02 .blockDetail {
		padding: 15px 12px;
	}
	#wrap .blockDetail .applicationColumn {
		float: none;
		width: auto;
		padding-top: 0;
	}
	#wrap .blockDetail .applicationColumn1.applicationColumn:first-child {
		margin-bottom: 10px;
		padding-bottom: 0;
		border-bottom: 0;
	}
	#wrap .blockDetail .applicationColumn:first-child {
		float: none;
		margin-bottom: 5px;
		padding-bottom: 15px;
		border-bottom: solid 2px #a0c81e;
	}
	#wrap .applicationBlock02 .blockDetail .applicationColumn {
		float: none !important;
		width: auto;
	}
	#wrap .blockDetail .applicationColumn h4 {
		height: auto;
		margin-bottom: 10px;
		font-size: 1.0em;
		font-weight: bold;
	}
	#wrap .blockDetail .applicationColumn:first-child h4 {
		margin-top: 0;
		padding-top: 0;
	}
	#wrap .blockDetail .applicationColumn h4,
	#wrap .blockDetail .applicationColumn h5,
	#wrap .blockDetail .applicationColumn h6 {
		min-height: 0 !important;
		margin-top: 10px;
	}
	#wrap .blockDetail .glyphBeginner02,
	#wrap .blockDetail .glyphPc04 {
		padding: 12px 10px;
	}

	/*contactBlock01*/
	.freefone {
		font-size: 0.857em;
	}
	.freefone strong {
		font-size: 1.0em;
	}
	.freefone strong a {
		display: block;
		margin-bottom: -0.6em;
		font-size: 2.2em;
	}

	/*fundInformation01*/
	.fundInformation01 > section,
	.fundInformation01 > section:first-child {
		float: none;
		width: auto;
		margin-top: 20px;
	}

	/*flowBox*/
	.flowBox01 .col {
		position: relative;
		padding-top: 30px;
		background: url(../images/bg_arrow_bottom02.png) center 0 no-repeat;
	}
	.flowBox01 .col:first-child {
		padding-top: 0;
		background: none;
	}
	.flowBox01 .col:before {
		display: none;
	}

	.qaBlock01 .imgBlockA02 .img {
		float: left;
		width: 40px;
		margin-right: 10px;
	}
	.qaBlock01 .imgBlockA02 .text {
		width: auto;
	}

	/*-------------------------------------------
	List
	-------------------------------------------*/
	.linkList01 li,
	.linkList05 li {
		margin: 0 0 10px 0;
	}
	.linkList05 li {
		display: block;
	}
	.listItemWrap {
		margin-left: -10px;
		margin-right: -10px;
	}
	.listItem02 {
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	.listItem02 > ul {
		border-bottom: none;
		background: #fff
	}
	.listItem02 > ul > li {
		width: 100% !important;
		border-left: none;
	}
	.listItem02 > ul > li > h3 > a {
		margin-left: 0 !important;
		margin-right: 0 !important;
		background: #fff;
		color:#323232;
		border-bottom: 1px solid #ccc;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		-o-border-radius: 0 !important;
		border-radius: 0 !important;
	}
	.listItem02 > ul > li > h3 > a:hover {
		background: #fff;
	}
	.listItem02 > ul > li > h3 > a > span {
		display: block;
	}
	.listItem02 > ul > li > h3 > a > span:before {
		color: #049849;
	}
	.listItem02 *[role="tab"] > span:after {
		font-size: 1em !important;
	}
	.listItem02 .itemListInner {
		padding: 0;
		display: none;
	}
	.listItem02 .itemListInner[aria-hidden="false"] {
		display: block;
	}
	.listItem02 .itemListInner > ul > li {
		margin-bottom: 0;
		border-bottom: 1px solid #ccc;
	}
	.listItem02 > ul > li > h3 > a,
	.listItem02 > ul > li .itemListInner .linkList02 > li > a {
		padding: 13px 15px;
		display: block;
	}
	.listItem02 > ul > li .itemListInner .linkList02 > li > a {
		display: block;
		padding-left: 50px;
	}
	.listItem02 > ul > li .itemListInner .linkList02 > li > a:before {
		top: 50%;
		left: 30px;
		margin-top: -0.5em;
	}
	.listMemo01 {
		font-size: 0.857em;
	}
	/*-------------------------------------------
	btnBlock
	-------------------------------------------*/
	.beforeArrow01 {
		padding-top: 30px;
		background: url(../images/bg_arrow_bottom01.png) center 0 no-repeat;
		-ms-background-size: 116px 20px;
		-moz-background-size: 116px 20px;
		-webkit-background-size: 116px 20px;
		background-size: 116px 20px;
	}
	.spBtnSetLine2 {
		padding: 25px 10px !important;
	}

	/*-------------------------------------------
	Tab
	-------------------------------------------*/
	.tabList [role="tablist"] {
		padding: 0;
		border-bottom: 0;
	}
	.tabList [role="tablist"] > li {
		display: block;
		margin-bottom: 20px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		border: 0;
	}
	.tabList [role="tablist"] > li > dl {
	}
	.tabList [role="tablist"] [role="tab"] > a br {
		display: none;
	}
	.tabList [role="tablist"] > li > dl > dt {
	}
	.tabList [role="tablist"] > li > dl > dt[role="tab"][aria-selected="true"] {
	}
	.tabList [role="tablist"] > li > dl > dt[role="tab"][aria-selected="true"] > a {
	}
	.tabList [role="tablist"] > li > dl > dt[role="tab"] > a {
		position: relative;
		display: inline-block;
		width: 100%;
		padding: 12px 70px 10px 10px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		background: #f6f9e5;
		border: solid 1px #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #333;
		font-size: 1.072em;
		font-weight: normal;
		text-decoration: none;
	}
	.tabList .acc-anime-wrap,
	.tabList ul[role="tablist"] > li > dl > dd {
		padding: 15px 10px;
		border: solid 1px #CCC;
		border-width: 0 1px 1px;
	}
	.tabList *[role="tablist"] *[role="tab"] > a > span:after {
		display: block !important;
	}
	.tabList [role="tablist"] > li .accBtn {
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 15px;
		min-width: 0;
		min-height: 20px;
		margin: -10px 0 0;
		padding: 1px 25px 0 0;
		border: 0;
		background: url(../images/ico_open02.png) 100% 50% no-repeat;
		-ms-background-size: 20px 20px;
		-moz-background-size: 20px 20px;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
		line-height: inherit;
		background-position: 100% 0;
		text-align: center;
		font-size: 0.8em;
		line-height: inherit;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.tabList [role="tablist"] > li .expand .accBtn {
		background: url(../images/ico_close02.png) 100% 50% no-repeat;
		-ms-background-size: 20px 20px;
		-moz-background-size: 20px 20px;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
	}
	.tabTitle > * {
		float: none;
		width: 100% !important;
		margin-left: 0;
	}
	/*-------------------------------------------
	tabBlock
	-------------------------------------------*/
	.tabBlock01,
	.tabBlock02,
	.tabBlock03 {
		border-bottom: solid 2px #004832;
	}
	[class*="tabBlock"] {
		margin: 0 -10px 20px;
	}
	[class*="tabBlock"] li a {
		padding: 12px 5px 10px;
		font-size: 1.0em;
	}
	/*-------------------------------------------
	Accordion and tabList
	-------------------------------------------*/
	.accBlock03 > dt {
		margin-top: 20px;
	}
	.accBlock03[role="tablist"] > dt a,
	.accBlock04[role="tablist"] > dt a,
	.accBlock05[role="tablist"] > dt a {
		padding: 12px 77px 10px 10px;
	}
	.accBlock03 > dd,
	.accBlock03 > div > dd,
	.accBlock04 > dd,
	.accBlock04 > div > dd,
	.accBlock05 > dd,
	.accBlock05 > div > dd {
		padding: 15px 12px;
	}
	.accBlock03[role="tablist"] > dt a > .accBtn,
	.accBlock04[role="tablist"] > dt a > .accBtn,
	.accBlock05[role="tablist"] > dt a > .accBtn {
		right: 15px;
		margin: -10px 0 0;
		background-position: 98% 50%;
	}
	.accBlock03[role="tablist"] > dt a > .accBtn span,
	.accBlock04[role="tablist"] > dt a > .accBtn span,
	.accBlock05[role="tablist"] > dt a > .accBtn span {
		display: inline-block;
		margin-top: 1px;
	}

	.jsSpAcc[role="tablist"] h3 {
		margin-top: 20px;
		font-weight: bold;
	}
	.jsSpAcc .itemListInner {
		padding: 15px 10px;
		border: solid 1px #b3b3b3;
		border-width: 0 1px 1px;
		-webkit-border-radius: 5px/0 0 5px 5px;
		-moz-border-radius: 5px/0 0 5px 5px;
		-ms-border-radius: 5px/0 0 5px 5px;
		-o-border-radius: 5px/0 0 5px 5px;
		border-radius: 5px/0 0 5px 5px;
	}
	.jsSpAcc[role="tablist"] h3 a {
		display: inline-block;
		width: 100%;
		padding: 12px 19px 10px 10px;
		background: #cfeb70;
		border: solid 1px #b3b3b3;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		color: #333;
		font-size: 1.215em;
		font-weight: bold;
	}
	.jsSpAcc[role="tablist"] h3 a.open {
		-webkit-border-radius: 5px/5px 5px 0 0;
		-moz-border-radius: 5px/5px 5px 0 0;
		-ms-border-radius: 5px/5px 5px 0 0;
		-o-border-radius: 5px/5px 5px 0 0;
		border-radius: 5px/5px 5px 0 0;
	}
	.jsSpAcc[role="tablist"] h3 a > .accBtn {
		position: absolute;
		right: 20px;
		display: inline-block;
		width: 19px;
		height: 19px;
		min-width: 0;
		margin: 4px 0 0;
		padding: 0;
		border: 0;
		box-shadow: none;
		text-indent: -9999px;
		background: url(../images/ico_open02.png) 0 0 no-repeat;
		-ms-background-size: 19px 19px;
		-moz-background-size: 19px 19px;
		-webkit-background-size: 19px 19px;
		background-size: 19px 19px;
		line-height: inherit;
	}
	.jsSpAcc[role="tablist"] h3.open a > .accBtn {
		background: url(../images/ico_close02.png) 0 0 no-repeat;
		-ms-background-size: 19px 19px;
		-moz-background-size: 19px 19px;
		-webkit-background-size: 19px 19px;
		background-size: 19px 19px;
	}
	.jsSpAcc[role="tablist"] h3 a > .accBtn > span {
		text-indent: -9999px;
		position: static;
		padding-left: 0;
	}
	.accBlockInnerSpPd10 .accArea {
		padding: 15px 10px;
	}

	/*-------------------------------------------
	frame
	-------------------------------------------*/
	.frameWindowBlock {
		width: 100%;
		height: auto;
		overflow: hidden;
		overflow-x: hidden;
		position: relative;
		padding: 10px 10px 50px 10px;
	}
	.frameWindowBlock:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 10px;
		left: 50%;
		background: url(../images/bg_frame_sp.html) 0 0 no-repeat;
		background-size: 100%;
		width: 4px;
		height: 20px;
	}
	.frameWindowBlock.active {
		padding-bottom: 10px;
	}
	.frameWindowBlock.active:before {
		display: none;
	}
	.frameWindowBlock > p > .btnT01.accSwitch {
		display: inline-block;
		width: auto;
		padding: 3px 26px 3px 5px !important;
	}
	.frameWindowBlock > p > .btnT01.accSwitch > span {
		padding: 0 0 0 20px !important;
	}
	.frameWindowBlock > p > .btnT01.accSwitch > span:before {
		left: 5px !important;
	}
	.frameWindowBlock > .frameWindowInner {
		padding: 10px;
		height: 200px;
		overflow: hidden;
	}
	.frameWindowBlock.active > .frameWindowInner {
		height: auto;
	}
	.frameWindowBlock .accTitle + .accDefaultOpen {
		position: relative;
		padding-bottom: 40px;
	}

	/*-------------------------------------------
	Carousel
	-------------------------------------------*/
	.carouselBlock01 .carouselList {
		text-align: center;
	}
	.carouselBlock01 .bx-viewport {
		padding-top: 1px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: solid 1px #ccc;
	}
	.carouselBlock01 {
		background: transparent;
	}
	.carouselBlock01 .carouselList > li {
		width: 100%;
	}
	.carouselBlock01 .carouselList > li > a {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 0;
		background: transparent;
	}
	.carouselBlock01 .carouselControl {
		height: auto;
	}
	.carouselBlock01 .carouselControl:before {
		display: none;
	}
	.carouselBlock01 .carouselControl > .carousePager,
	.jsCarouselAreaNormal01 .bx-pager {
		width: auto;
		height: auto;
		padding: 0 5px;
	}
	.carouselBlock01 .carouselControl > .carousePager > ul li,
	.jsCarouselAreaNormal01 .bx-pager .bx-pager-item {
		/*text-indent: -9999px;*/
		width: auto;
		height: auto;
		margin: 0 4px;
		float: none;
		display: inline-block;
	}
	.jsCarouselAreaNormal01 .bx-pager .bx-pager-item {
		margin: 0 7px;
	}
	.carouselBlock01 .carouselControl > .carousePager > ul li:first-child {
		margin-left: 4px;
	}
	.carouselBlock01 .carouselControl > .carousePager,
	.carouselBlock01 .carouselControl > .carouselBtn,
	jsCarouselAreaNormal01 .bx-pager {
		display: block;
		position: static;
	}
	.carouselBlock01 .carouselControl > .carousePager > ul {
		position: static;
		text-align: center;
		width: auto;
		height: auto;
	}
	.carouselBlock01 .carouselControl > .carousePager > ul li > a {
		display: inline-block;
		width: 11px;
		height: 11px;
		background: url(../images/btn_carousel_normal01.png) 0 0 no-repeat;
		-ms-background-size: 11px 11px;
		-moz-background-size: 11px 11px;
		-webkit-background-size: 11px 11px;
		background-size: 11px 11px;
		border: none;
		text-indent: -9999px;
	}
	.carouselBlock01 .carouselControl > .carousePager > ul li > a:hover,
	.carouselBlock01 .carouselControl > .carousePager > ul li > .select {
		background: none;
	}
	.carouselBlock01 .carouselControl > .carousePager > ul li > a.select,
	.carouselBlock01 .carouselControl > .carousePager > ul li > a.active {
		background: url(../images/btn_carousel_active01.png) 0 0 no-repeat;
		-ms-background-size: 11px 11px;
		-moz-background-size: 11px 11px;
		-webkit-background-size: 11px 11px;
		background-size: 11px 11px;
	}
	.carouselBlock01 .carouselControl > .carousePager > ul li > a img {
	}
	.carouselBlock01 .carouselControl > .carousePager > ul li > a > span {
		display: none;
	}
	.carouselBlock01 .carouselControl > .carouselBtn {
		width: 24px;
		text-align: center;
	}
	.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselPrev,
	.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselNext {
	}
	.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselPrev:before,
	.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselNext:before {
		top: 0 !important;
		margin-top: 0 !important;
	}
	.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselStop {
		display: none;
	}
	.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselPlayback:before {
		position: static;
		border: 1px solid #d2d2d2;
		margin-top: 0;
		padding: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	.bx-controls-direction {
		display: none;
	}
	.jsCarouselAreaNormal01.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselPrev:before {
		top: -25px !important;
	}
	.jsCarouselAreaNormal01.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselNext:before {
		top: -25px !important;
		right: 0 !important;
	}
	/*-------------------------------------------
	btn
	-------------------------------------------*/
	.columnParts01 *[class*=" btnT"][class^="glyph"].btnWFull > span,
	.columnParts01 *[class^="btnT"][class*=" glyph"].btnWFull > span,
	.columnParts01 *[class*=" btnT"][class*=" glyph"].btnWFull > span {
		padding-right: 0;
	}
	.btnT01,
	.btnT02,
	.btnT03,
	.btnT05,
	.btnT08,
	.btnT09 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
	}
	.btnT04,
	.btnT04 > * {
		display: block;
	}
	.btnT04 .title,
	.btnT04 .detail {
		width: 100% !important;
		text-align: center;
	}
	.btnGlay01 {
		padding: 10px 12px;
	}
	.spEnlargeWrap {
		max-width: 100%;
		display: inline-block;
		position: relative;
	}
	.spEnlargeWrap .spEnlargeSwitch {
		display: block;
		position: absolute;
		bottom: 5px;
		right: 5px;
		width: 44px;
		height: 44px;
	}

	/*-------------------------------------------
	Dialog
	-------------------------------------------*/
	*[class*="dialog"] .speaker {
		width: 23%;
		text-align: center;
	}
	*[class*="dialog"] .speaker img {
	}
	*[class*="dialog"] .utterance {
		position: relative;
		width: 70%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		border: solid 2px #b4b4b4;
	}
	.dialog01 .speaker {
		margin-right: 3%;
	}
	.dialog02 .speaker {
		margin-left: 3%;
	}

	/*-------------------------------------------
	Ballon
	-------------------------------------------*/
	.mapBalloonWrap .pcMapBalloon {
		display: none;
	}
	.mapBalloonWrap .spMapBalloon {
		display: block;
	}

	/*-------------------------------------------
	Title
	-------------------------------------------*/
	.mainTitle01 {
		position: relative;
		margin: 0 -10px 20px;
		padding: 7px 10px 10px;
		border-bottom: solid 1px #e2e2e2;
	}
	h1.h1Title01 {
		position: relative;
		margin: 0 -10px 20px;
	}
	h1.h1Title01 .titleInner {
		width: 100%;
		padding: 10px;
		border-bottom: solid 1px #e2e2e2;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.43em;
		font-weight: bold;
		color: #004831;
	}
	.mainTitle01 h1.h1Title01 {
		margin: 0;
	}
	.mainTitle01 h1.h1Title01 .titleInner {
		padding: 0.4em 0 0 55px;
		border-bottom: 0;
	}
	.mainTitle01 p {
		display: block;
		position: absolute;
		top: 50%;
		left: 10px;
		width: 40px;
		margin-top: -0.8em;
		padding-right: 6px;
		border-right: solid 1px #ccc;
	}
	.mainTitle01 p a {
		display: inline-block;
		padding-left: 12px;
		background: url(../images/ico_arrow_green04.png) 0 0.2em no-repeat;
		-ms-background-size: 8px 13px;
		-moz-background-size: 8px 13px;
		-webkit-background-size: 8px 13px;
		background-size: 8px 13px;
		color: #666;
		font-size: 0.86em;
		text-decoration: none;
	}
	.mainTitle01 .mainTitleLink01 {
		position: absolute;
		width: auto;
		top: 1.7em;
		right: 0;
		left: auto;
	}
	.mainTitle01 .mainTitleLink01 a {
		padding-left: 0;
		background: none;
		color: inherit;
	}
	h2.h2Title01 {
		margin-left: -10px;
		margin-right: -10px;
		padding: 0 10px 5px;
	}
	h2.h2Title01 .titleInner {
		padding: 0;
		font-size: 1.286em;
	}
	h2.h2Title01 .titleInner:before {
		left: 5px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	h2.h2Title03 {
		margin-bottom: 0;
		padding: 12px 15px;
		background: #049849;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		color: #fff;
		font-weight: bold;
	}
	.h2Title01 .iconWrap.spIconDrop {
		float: none;
	}
	.h2Title01 .iconWrap.spIconDrop > span {
		margin-bottom: 10px;
	}
	h3.h3Title01 {
		margin-bottom: 16px;
	}
	h3.h3Title01 .titleInner {
		font-size: 1.072em;
	}
	h4.h4Title01 .titleInner {
		font-size: 1.0em;
	}
	/*-------------------------------------------
	TextParts
	-------------------------------------------*/
	.topLead01 {
		margin-top: 0px;
		font-size: 1.0em;
	}
	.tBorder01 {
		display: inline-block;
	}
	.tBorder01 > span {
		position: relative;
		display: inline-block;
		padding: 0.1em 0.2em;
		border-width: 1px 1px 1px 0;
	}
	.tBorder01 > span:before {
		content: '';
		position: absolute;
		top: -1px;
		left: -1px;
		width: 1px;
		height: 1.7em;
		padding: 1px 0;
		background: #333;
	}

	/*-------------------------------------------
	Form
	-------------------------------------------*/
	.inputTable .input .w01p,
	.inputTable .input .w02p,
	.inputTable .input .w03p,
	.inputTable .input .w04p,
	.inputTable .input .w05p,
	.inputTable .input .w06p,
	.inputTable .input .w07p,
	.inputTable .input .w08p,
	.inputTable .input .w09p,
	.inputTable .input .w10p,
	.inputTable .input .w11p,
	.inputTable .input .w12p,
	.inputTable .input .w13p,
	.inputTable .input .w14p,
	.inputTable .input .w15p,
	.inputTable .input .w16p,
	.inputTable .input .w17p,
	.inputTable .input .w18p,
	.inputTable .input .w19p,
	.inputTable .input .w20p,
	.inputTable .input .w21p,
	.inputTable .input .w22p,
	.inputTable .input .w23p,
	.inputTable .input .w24p,
	.inputTable .input .w25p,
	.inputTable .input .w26p,
	.inputTable .input .w27p,
	.inputTable .input .w28p,
	.inputTable .input .w29p,
	.inputTable .input .w30p,
	.inputTable .input .w31p,
	.inputTable .input .w32p,
	.inputTable .input .w33p,
	.inputTable .input .w34p,
	.inputTable .input .w35p,
	.inputTable .input .w36p,
	.inputTable .input .w37p,
	.inputTable .input .w38p,
	.inputTable .input .w39p,
	.inputTable .input .w40p,
	.inputTable .input .w41p,
	.inputTable .input .w42p,
	.inputTable .input .w43p,
	.inputTable .input .w44p,
	.inputTable .input .w45p,
	.inputTable .input .w46p,
	.inputTable .input .w47p,
	.inputTable .input .w48p,
	.inputTable .input .w49p,
	.inputTable .input .w50p,
	.inputTable .input .w51p,
	.inputTable .input .w52p,
	.inputTable .input .w53p,
	.inputTable .input .w54p,
	.inputTable .input .w55p,
	.inputTable .input .w56p,
	.inputTable .input .w57p,
	.inputTable .input .w58p,
	.inputTable .input .w59p,
	.inputTable .input .w60p,
	.inputTable .input .w61p,
	.inputTable .input .w62p,
	.inputTable .input .w63p,
	.inputTable .input .w64p,
	.inputTable .input .w65p,
	.inputTable .input .w66p,
	.inputTable .input .w67p,
	.inputTable .input .w68p,
	.inputTable .input .w69p,
	.inputTable .input .w70p,
	.inputTable .input .w71p,
	.inputTable .input .w72p,
	.inputTable .input .w73p,
	.inputTable .input .w74p,
	.inputTable .input .w75p,
	.inputTable .input .w76p,
	.inputTable .input .w77p,
	.inputTable .input .w78p,
	.inputTable .input .w79p,
	.inputTable .input .w80p,
	.inputTable .input .w81p,
	.inputTable .input .w82p,
	.inputTable .input .w83p,
	.inputTable .input .w84p,
	.inputTable .input .w85p,
	.inputTable .input .w86p,
	.inputTable .input .w87p,
	.inputTable .input .w88p,
	.inputTable .input .w89p,
	.inputTable .input .w90p,
	.inputTable .input .w91p,
	.inputTable .input .w92p,
	.inputTable .input .w93p,
	.inputTable .input .w94p,
	.inputTable .input .w95p,
	.inputTable .input .w96p,
	.inputTable .input .w97p,
	.inputTable .input .w98p,
	.inputTable .input .w99p,
	.inputTable .input .w100p {
		width: 100% !important;
	}

	.inputTable .formLabel {
		position: static;
		display: block;
		padding-right: 0;
	}
	.inputTable .formLabel .requiredIcon {
		position: static;
	}
	.inputTable .radio label {
		display: block;
		margin-right: 0;
	}
	.nameInput .input {
		float: none;
		width: 100%;
	}
	.nameInput .input:first-child {
		float: none;
		width: 100%;
	}
	.adInput .adLabel {
		float: none;
		margin-bottom: 3px;
	}

	.inputTable .radioTextWrap label {
		float: left;
		margin-right: 10px;
	}
	.inputTable .radioTextWrap .text {
		display: block;
		overflow: hidden;
	}

	.colorBox01 .text {
		display: block;
	}
	.colorBox01 .btn {
		margin-top: 15px;
		display: inline-block;
	}

	.simulationColumn2 > .col {
		float: none !important;
		width: auto;
	}
	.simulationColumn2 > .col + .col:before {
		content: "";
		display: block;
		position: static;
		width: 116px;
		height: 20px;
		margin: 20px auto;
		background: url(../images/bg_arrow_bottom01.png) 0 0 no-repeat;
		-ms-background-size: 116px 20px;
		-moz-background-size: 116px 20px;
		-webkit-background-size: 116px 20px;
		background-size: 116px 20px;
	}
	.simulationColumn2 > .col .tableColumn input {
		width: 70%;
	}
	.simulationColumn2 > .col .tableColumn01 input {
		width: 90%;
	}
	.btnCalc01 .glyphCalc01 {
		width: 100%;
		padding: 15px !important;
	}
	.checkList01 li,
	.checkList02 li {
		float: right;
		width: 48%;
		margin: 0 0 10px 0;
	}
	.checkList01 li:nth-child(odd),
	.checkList02 li:nth-child(odd) {
		clear: both;
		float: left;
		width: 48%;
	}
	.checkLabel label {
		padding: 0 5px;
	}
	.searchText01 {
		width: 100%;
		height: auto;
	}
	.customSelect02Inner {
		padding-right: 36px;
	}
	.searchDetails01 dl {
		display: table;
		width: 100%;
		margin-top: 10px;
	}
	.searchDetails01 dt {
		display: table-cell;
		width: 50%;
		text-align: left;
	}
	.searchDetails01 dd {
		display: table-cell;
		width: 50%;
		text-align: right;
	}
	.searchDetails01 dd .customSelect02 {
		width: 150px;
		margin-left: auto;
	}
	.searchDetails01 dd .customSelect02 .customSelect02Inner {
		width: 150px;
		background-position: 114px top;
	}
	.searchDetails01 .searchLogo01 {
		position: static;
		display: inline-block;
		margin-top: 10px;
		margin-right: -80px;
	}
	.searchDetails01 .searchLogo01 {
		width: 80px;
	}
	.searchDetails01 .searchWord01 {
		position: static;
		display: inline-block;
		margin-top: 10px;
		margin-right: 0 !important;
	}
	#wrap .searchRecommended01 .col {
		width: 30% !important;
	}
	#wrap .searchRecommended01 .col:first-child {
		width: 68% !important;
	}
	#wrap .searchRecommended01 .col .btnT01 {
		padding: 9px 12px 9px 2px;
	}
	.searchDetails01 {
		text-align: left;
	}
	.searchContents01 .searchDetails01 {
		text-align: center;
	}
	.searchDetails01 .searchDetails01Num {
		display: block;
		position: static;
		text-align: left;
	}
	.searchDetails01 .searchDetailsSelect {
		display: none;
	}
	.searchResultDetails dt .iconWrap {
		display: block;
	}
	.searchResultDetails dt .iconWrap + a {
	    display: inline-block;
	}
	.searchResultDetails .img {
		display: none;
	}
	.pager01 .pagePre {
		margin-right: 0;
		padding: 5px;
	}
	.pager01 .pageNext {
		margin-left: 0;
		padding: 5px;
	}

	/*-------------------------------------------
	Parts
	-------------------------------------------*/
	.pcContent,
	table.pcContent,
	img.pcContent,
	span.pcContent,
	br.pcContent,
	.pcContentInline,
	.btnT01.pcContent { display: none !important }
	.spContent { display: block !important }
	table.spContent { display: table !important }
	img.spContent,
	span.spContent,
	br.spContent,
	.spContentInline { display: inline !important }
	.spBgNone { padding: 0 !important; background: none !important; }

	/*width*/
	.spW01p { width: 1% !important; }
	.spW02p { width: 2% !important; }
	.spW03p { width: 3% !important; }
	.spW04p { width: 4% !important; }
	.spW05p { width: 5% !important; }
	.spW06p { width: 6% !important; }
	.spW07p { width: 7% !important; }
	.spW08p { width: 8% !important; }
	.spW09p { width: 9% !important; }
	.spW10p { width: 10% !important; }
	.spW11p { width: 11% !important; }
	.spW12p { width: 12% !important; }
	.spW13p { width: 13% !important; }
	.spW14p { width: 14% !important; }
	.spW15p { width: 15% !important; }
	.spW16p { width: 16% !important; }
	.spW17p { width: 17% !important; }
	.spW18p { width: 18% !important; }
	.spW19p { width: 19% !important; }
	.spW20p { width: 20% !important; }
	.spW21p { width: 21% !important; }
	.spW22p { width: 22% !important; }
	.spW23p { width: 23% !important; }
	.spW24p { width: 24% !important; }
	.spW25p { width: 25% !important; }
	.spW26p { width: 26% !important; }
	.spW27p { width: 27% !important; }
	.spW28p { width: 28% !important; }
	.spW29p { width: 29% !important; }
	.spW30p { width: 30% !important; }
	.spW31p { width: 31% !important; }
	.spW32p { width: 32% !important; }
	.spW33p { width: 33% !important; }
	.spW34p { width: 34% !important; }
	.spW35p { width: 35% !important; }
	.spW36p { width: 36% !important; }
	.spW37p { width: 37% !important; }
	.spW38p { width: 38% !important; }
	.spW39p { width: 39% !important; }
	.spW40p { width: 40% !important; }
	.spW41p { width: 41% !important; }
	.spW42p { width: 42% !important; }
	.spW43p { width: 43% !important; }
	.spW44p { width: 44% !important; }
	.spW45p { width: 45% !important; }
	.spW46p { width: 46% !important; }
	.spW47p { width: 47% !important; }
	.spW48p { width: 48% !important; }
	.spW49p { width: 49% !important; }
	.spW50p { width: 50% !important; }
	.spW51p { width: 51% !important; }
	.spW52p { width: 52% !important; }
	.spW53p { width: 53% !important; }
	.spW54p { width: 54% !important; }
	.spW55p { width: 55% !important; }
	.spW56p { width: 56% !important; }
	.spW57p { width: 57% !important; }
	.spW58p { width: 58% !important; }
	.spW59p { width: 59% !important; }
	.spW60p { width: 60% !important; }
	.spW61p { width: 61% !important; }
	.spW62p { width: 62% !important; }
	.spW63p { width: 63% !important; }
	.spW64p { width: 64% !important; }
	.spW65p { width: 65% !important; }
	.spW66p { width: 66% !important; }
	.spW67p { width: 67% !important; }
	.spW68p { width: 68% !important; }
	.spW69p { width: 69% !important; }
	.spW70p { width: 70% !important; }
	.spW71p { width: 71% !important; }
	.spW72p { width: 72% !important; }
	.spW73p { width: 73% !important; }
	.spW74p { width: 74% !important; }
	.spW75p { width: 75% !important; }
	.spW76p { width: 76% !important; }
	.spW77p { width: 77% !important; }
	.spW78p { width: 78% !important; }
	.spW79p { width: 79% !important; }
	.spW80p { width: 80% !important; }
	.spW81p { width: 81% !important; }
	.spW82p { width: 82% !important; }
	.spW83p { width: 83% !important; }
	.spW84p { width: 84% !important; }
	.spW85p { width: 85% !important; }
	.spW86p { width: 86% !important; }
	.spW87p { width: 87% !important; }
	.spW88p { width: 88% !important; }
	.spW89p { width: 89% !important; }
	.spW90p { width: 90% !important; }
	.spW91p { width: 91% !important; }
	.spW92p { width: 92% !important; }
	.spW93p { width: 93% !important; }
	.spW94p { width: 94% !important; }
	.spW95p { width: 95% !important; }
	.spW96p { width: 96% !important; }
	.spW97p { width: 97% !important; }
	.spW98p { width: 98% !important; }
	.spW99p { width: 99% !important; }
	.spW100p { width: 100% !important; }

	/*-------------------------------------------
	Margin
	-------------------------------------------*/
	/*top*/
	.spMt00 { margin-top: 0 !important; }
	.spMt05 { margin-top: 5px !important; }
	.spMt10 { margin-top: 10px !important; }
	.spMt15 { margin-top: 15px !important; }
	.spMt20 { margin-top: 20px !important; }
	.spMt25 { margin-top: 25px !important; }
	.spMt30 { margin-top: 30px !important; }
	.spMt35 { margin-top: 35px !important; }
	.spMt40 { margin-top: 40px !important; }
	.spMt50 { margin-top: 50px !important; }

	/*-------------------------------------------
	Text
	-------------------------------------------*/
	/*align*/
	.spTCenter { text-align: center !important; }
	.spTLeft { text-align: left !important; }
	.spTRight { text-align: right !important; }

	/*size*/
	.fsMaximum { font-size: 1.286em !important; } /*18px*/
	.fsLarge { font-size: 1.143em !important; } /*16px*/
	.fsMiddle { font-size: 1em !important; } /*14px*/
	.fsSmall { font-size: 0.857em !important; } /*12px*/
	.spFsMaximum { font-size: 1.286em !important; } /*18px*/
	.spFsLarge { font-size: 1.143em !important; } /*16px*/
	.spFsMiddle { font-size: 1em !important; } /*14px*/
	.spFsSmall { font-size: 0.857em !important; } /*12px*/

	/*weight*/
	.spTBold { font-weight: bold !important; }

	/*-------------------------------------------
	MarginAuto
	-------------------------------------------*/
	/*marginauto*/
	.mAuto01 { width: auto; margin: 0; }

	/*-------------------------------------------
	tableLiquid02,03(中期計画）
	-------------------------------------------*/
	table.tableLiquid02 tr > *{
		padding:10px 2px;
		font-size: 0.7rem; 
	}
	table.tableLiquid03 tbody th{
        text-align: center;
        vertical-align: middle;
    }
    table.tableLiquid03 tbody td{
        text-align: left;
        vertical-align: middle;
    }
	table.tableLiquid02 .listMemo02 > li {
		padding-left: 2em;
	}
	.listMemo02 > li .listNum img {
		width: 1.5em;
	}
}


/*===========================================================================
   *** icon.css ***
===========================================================================*/

/*-------------------------------------------
Base Setting
-------------------------------------------*/
@font-face {
}
/*#drawerMenu #spDrawerMenu .firstHierarchy > li > a:before,
#drawerMenu #spDrawerMenu .firstHierarchy .secondHierarchy .thirdHierarchy > li > a:before,
#drawerMenu #spDrawerMenu .globalBlock > dt:before,
#drawerMenu #spDrawerMenu .categoryBlock > dt:before,
#drawerMenu #spDrawerMenu dt[role="treeitem"][aria-selected="true"] > a:after,
#drawerMenu #spDrawerMenu dt[role="treeitem"][aria-selected="false"] > a:after,
header[role="banner"] #categoryNav nav[role="navigation"] ul > li .navDropLink > ul > li > a:before,
*/
header[role="banner"] #categoryNav li[id^="nav"] .categoryTitle > a:before,
footer[role="contentinfo"] #footerNav > nav > div > ul > li > a:before,
footer[role="contentinfo"] #footerNav > nav > div > ul > li > span:before,
footer[role="contentinfo"] #footerNav > nav > div > ul ul a:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a > span:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a > span:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noLink > span:before,
/*#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a > span:before,*/
*[class^="glyph"] > span:before,
*[class^="icon"] > span:after,
*[class*=" glyph"] > span:before,
*[class*=" icon"] > span:after,
.carouselBlock01 .carouselControl > .carouselBtn li > a:before,
.linkArrowCircleRight:before,
.moreLink01 > a:before,
.boxBlock01 .title a:before,
*[class^="normalBlockA"] > .blockInner .blockDetail > span > a:before,
*[class^="normalBlockA"] > .blockInner .blockTitle > span > a:before,
*[class^="linkArrow"]:before,
*[class*=" linkArrow"]:before,
.dateBlock01 dl > dd > a:before,
.dateBlock02 dl > dd > a:before,
.listCircle01 > li:before,
.listCircle02 > li:before,
.listItem02 > ul > li > h3[role="treeitem"] a > span:after,
.linkList02 > li > a:before,
.linkList03 > li > a > span:before,
.linkList06 > li > a > span:before,
.btnPager > li > a:before,
.searchWordBlock01 dl > dd .keywordList01 li > a > span:before,
.accBlock02 [role="tab"] > a > span:before,
*[role="tablist"] > dt a > .accBtn > span:before,
*[role="tablist"] *[role="tabpanel"] .accList > li > a > span:after,
.listItem02 *[role="tab"][aria-selected="true"] > span:after,
.listItem02 *[role="tab"][aria-selected="false"] > span:after,
*[role="tablist"] *[role="tab"][aria-selected="true"] > a > span:after,
*[role="tablist"] *[role="tab"][aria-selected="false"] > a > span:after,
.carouselBlock01 .carouselControl > .carousePager > ul li > a:before,
.spTopAcc > ul > li .itemListInner .spTopLink01 > li > a:before  {
	font-family: 'icon';
	font-weight: normal;
	color: #049849;
	display: block;
	position: absolute;
	line-height: 1;
}

/*-------------------------------------------
Base Setting
-------------------------------------------*/
/*CircleArrowRight*/
/*
#drawerMenu #spDrawerMenu .firstHierarchy > li > a:before,
#drawerMenu #spDrawerMenu .firstHierarchy .secondHierarchy .thirdHierarchy > li > a:before,
*/
header[role="banner"]  #categoryNav nav[role="navigation"] ul > li .navDropLink > ul > li > a:before,
footer[role="contentinfo"] #footerNav > nav > div > ul > li > a:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a > span:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a > span:before,
.linkArrowCircleRight:before,
.linkList03 > li > a > span:before,
.moreLink01 > a:before,
.boxBlock01 .title a:before,
.btnPager > li.next > a:before,
.glyphArrowCircleRight > span:before,
*[class^="normalBlockA"] > .blockInner .blockDetail > span > a:before,
*[class^="normalBlockA"] > .blockInner .blockTitle > span > a:before {
	content: "\e600";
}

.glyphArrowCircleLeft > span:before,
.btnPager > li.prev > a:before {
	content: "\e601";
}
#sideNav .subNav .subCategoryDetail .secondHierarchy dt[aria-selected="false"] .noLink > span:before,
.glyphArrowCircleBottom > span:before {
	content: "\e602";
}
#sideNav .subNav .subCategoryDetail .secondHierarchy dt[aria-selected="true"] .noLink > span:before,
.glyphArrowCircleTop > span:before {
	content: "\e603";
}
/*TriangleArrow*/

#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a > span:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fourthHierarchy > li > a > span:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fifthHierarchy > li > a > span:before,
.linkArrowTriangleRight:before,
.linkList02 > li > a:before,
.linkList06 > li > a > span:before,
.spTopAcc > ul > li .itemListInner .spTopLink01 > li > a:before,
.glyphArrowTriangleRight > span:before,
.searchWordBlock01 dl > dd .keywordList01 li > a > span:before,
*[role="tablist"] *[role="tabpanel"] .accList > li > a > span:after {
	content: "\e604";
	font-size: 0.85em;
}
.glyphArrowTriangleLeft > span:before {
	content: "\e605";
}
.glyphArrowTriangleBottom > span:before,
.accBlock02 [role="tab"] > a > span:before {
	content: "\e606";
}
.glyphArrowTriangleTop > span:before,
.accBlock02 [role="tab"][aria-selected="true"] > a > span:before {
	content: "\e607";
}
.glyphArrowLineRight > span {
	padding-left: 1.2em !important;
	font-weight: bold;
}
*[class*="btnT"].glyphArrowLineRight > span {
	padding-left: 1.4em !important;
}
table[class^="table"] .glyphArrowLineRight > span {
	font-weight: normal;
}
#wrap .linkBox01 dt .glyphArrowLineRight > span:before,
.glyphArrowLineRight > span:before {
	content: "";
	width: 8px;
	height: 13px;
	top: 0.2em !important;
	margin-top: 0 !important;
	background: url(../images/ico_arrow_green01.png) 0 0 no-repeat;
	-ms-background-size: 8px 13px;
	-moz-background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	background-size: 8px 13px;
}
#wrap .linkBox01 dt .glyphArrowLineRight > span:before,
	top: 0 !important;
}
table .glyphArrowLineRight > span:before {
	content: "";
	width: 7px;
	height: 11px;
	top: 0.2em !important;
	margin-top: 0 !important;
	background: url(../images/ico_arrow_green01.png) 0 0 no-repeat;
	-ms-background-size: 7px 11px;
	-moz-background-size: 7px 11px;
	-webkit-background-size: 7px 11px;
	background-size: 7px 11px;
}
*[class*="btnT"].glyphArrowLineRight > span:before {
	content: "";
	width: 8px;
	height: 13px;
	top: 50% !important;
	margin-top: -7px !important;
	background: url(../images/ico_arrow_green01.png) 0 0 no-repeat;
	-ms-background-size: 8px 13px;
	-moz-background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	background-size: 8px 13px;
}
.categoryNav a > span:before,
.categoryNav a > dl > dt:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 19px;
	width: 8px;
	height: 13px;
	margin-top: -9px !important;
	background: url(../images/ico_arrow_green01.png) 0 0 no-repeat;
	-ms-background-size: 8px 13px;
	-moz-background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	background-size: 8px 13px;
}
.categoryNav02 a > span:before,
.categoryNav02 a > dl > dt:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 13px;
	margin-right: 8px;
	background: url(../images/ico_arrow_green01.png) 0 0 no-repeat;
	-ms-background-size: 8px 13px;
	-moz-background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	background-size: 8px 13px;
}
.dlBlock02 .title .glyphArrowLineRight > span:before,
*[class*="fsLarger"].glyphArrowLineRight > span:before,
*[class*="btnT"].glyphArrowLineRight.btnSLarge > span:before {
	content: "";
	width: 10px;
	height: 14px;
	top: 50% !important;
	margin-top: -8px !important;
	background: url(../images/ico_arrow_green01.png) 0 0 no-repeat;
	-ms-background-size: 10px 14px;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	background-size: 10px 14px;
}
.iconArrowLineRight > span:after {
	content: "";
	width: 8px;
	height: 13px;
	margin-top: -8px !important;
	background: url(../images/ico_arrow_green01.png) 0 0 no-repeat;
	-ms-background-size: 8px 13px;
	-moz-background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	background-size: 8px 13px;
}
.iconArrowLineRight.pr40 {
	padding-right: 40px !important;
}
.glyphArrowLineLeft > span:before {
	content: "";
	width: 8px;
	height: 13px;
	top: 50% !important;
	margin-top: -7px !important;
	background: url(../images/ico_arrow_green04.png) 0 0 no-repeat;
	-ms-background-size: 8px 13px;
	-moz-background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	background-size: 8px 13px;
}
.glyphCheck01 > span {
	padding-left: 30px !important;
}
.glyphCheck01 > span:before {
	content: "";
	width: 24px;
	height: 20px;
	top: 0.1em !important;
	background: url(../images/ico_check01.png) 0 0 no-repeat;
	-ms-background-size: 24px 20px;
	-moz-background-size: 24px 20px;
	-webkit-background-size: 24px 20px;
	background-size: 24px 20px;
}
.spCarouselArea .carouselControl a.next > span:before,
.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselNext:before {
	content: '';
	background: url(../images/ico_arrow_glay03.png) 0 0 no-repeat;
	width: 11px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	-ms-background-size: 11px 18px;
	-moz-background-size: 11px 18px;
	-webkit-background-size: 11px 18px;
	background-size: 11px 18px;
}
.spCarouselArea .carouselControl a.prev > span:before,
.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselPrev:before {
	content: '';
	background: url(../images/ico_arrow_glay02.png) 0 0 no-repeat;
	width: 11px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	-ms-background-size: 11px 18px;
	-moz-background-size: 11px 18px;
	-webkit-background-size: 11px 18px;
	background-size: 11px 18px;
}
/*CircleArrowTop*/
/*#drawerMenu #spDrawerMenu dt[role="treeitem"][aria-selected="true"] > a:after,*/
#wrap .glyphArrowLineTop > span:before,
*[role="tablist"] *[role="tab"][aria-selected="true"] > a > span:after,
.listItem02 *[role="tab"][aria-selected="true"] > span:after {
	/*content: "\e60a";*/
	content: '';
	background: url(../images/ico_arrow_green03.png) 0 0 no-repeat;
	width: 13px;
	height: 8px;
	top: 0.5em;
	margin-top: 0;
	-ms-background-size: 13px 8px;
	-moz-background-size: 13px 8px;
	-webkit-background-size: 13px 8px;
	background-size: 13px 8px;
}
#wrap *[class*="btnT"].glyphArrowLineTop > span:before {
	top: 50%;
	margin-top: -4px;
}

/*LineArrowBottom*/
/*#drawerMenu #spDrawerMenu dt[role="treeitem"][aria-selected="false"] > a:after,
#drawerMenu #spDrawerMenu .globalBlock > dt[role="tab"][aria-selected="false"]:before,
#drawerMenu #spDrawerMenu .categoryBlock > dt[role="tab"][aria-selected="false"]:before,*/
#wrap .listItem02 *[role="tab"][aria-selected="false"] > span:before,
#wrap .glyphArrowLineBottom > span:before {
/*	content: "\e60b"*/
	content: '';
	background: url(../images/ico_arrow_green02.png) 0 0 no-repeat;
	width: 13px;
	height: 8px;
	top: 0.5em;
	margin-top: 0;
	-ms-background-size: 13px 8px;
	-moz-background-size: 13px 8px;
	-webkit-background-size: 13px 8px;
	background-size: 13px 8px;
}
#wrap *[class*="btnT"].glyphArrowLineBottom > span:before {
	top: 50%;
	margin-top: -4px;
}

/*icon pdf*/
.iconPdf > span:after {
	content: "";
	background: url(../images/ico_pdf02.gif) 0 0 no-repeat;
	width: 20px;
	height: 21px;
	-ms-background-size: 20px 21px;
	-moz-background-size: 20px 21px;
	-webkit-background-size: 20px 21px;
	background-size: 20px 21px;
}
/*.no-svg .iconPdf > span:after {
	content: url(/english/shared/images/ico_pdf01.png);
	background: none;
}*/
.iconNewWindow > span:after {
	content: "\e612";
}
.iconOtherPage > span:after {
	content: "\e636";
}
.glyphFlag > span:before {
	content: "\e629";
}

.glyphMoney01 > span:before {
	content: "\e62c";
}
.glyphGraph > span:before {
	content: "\e62d";
}
.glyphQuestion > span:before {
	content: "\e62e";
}
.glyphMemo > span:before {
	content: "\e62f";
}
.glyphGps > span:before {
	content: "\e635";
}
.glyphMoble > span:before {
	content: "\e62b";
}
#wrap .glyphAttention01 > span:before {
	content: "";
	top: 0.1em;
	width: 20px;
	height: 17px;
	background: url(../images/ico_attention01.png);
	-ms-background-size: 20px 17px;
	-moz-background-size: 20px 17px;
	-webkit-background-size: 20px 17px;
	background-size: 20px 17px;
}

.no-svg .glyphAttention01 > span:before {
	content: url(../images/ico_attention01.png);
	background: none;
}
.attentionBlock01 .glyphAttention01 > span:before {
	top: 0.3em;
}
.glyphAttention02 > span:before {
	content: "";
	width: 21px;
	height: 21px;
	top: -2px !important;
	background: url(../images/ico_attention03.gif);
	-ms-background-size: 21px 21px;
	-moz-background-size: 21px 21px;
	-webkit-background-size: 21px 21px;
	background-size: 21px 21px;
}
#wrap .glyphAttention03 > span:before {
	content: "";
	top: 0.1em;
	width: 20px;
	height: 17px;
	background: url(../images/ico_attention04.png);
	-ms-background-size: 20px 17px;
	-moz-background-size: 20px 17px;
	-webkit-background-size: 20px 17px;
	background-size: 20px 17px;
}

.glyphBeginner01 > span:before {
	content: "";
	display: inline-block;
	margin-top: -11px !important;
	background: url(../images/ico_beginner01.png) 0 0 no-repeat;
	width: 15px;
	height: 21px;
}
.no-svg .glyphBeginner01 > span:before {
	content: url(../images/ico_beginner01.png);
	background: none;
}
#wrap .glyphBeginner02 > span {
	padding-left: 30px !important;
}
.glyphBeginner02 > span:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 25px;
	left: 20px;
	margin-top: -11px !important;
	background: url(../images/ico_beginner02.png) 0 0 no-repeat;
	-ms-background-size: 18px 25px;
	-moz-background-size: 18px 25px;
	-webkit-background-size: 18px 25px;
	background-size: 18px 25px;
}
.glyphClock > span:before {
	content: "\e630";
}
.glyphStar > span:before {
	/*content: "\e631"*/
	content: "";
	width: 17px;
	height: 16px;
	margin-top: -10px !important;
	background: url(../images/ico_star01.png) 0 0 no-repeat;
	-ms-background-size: 17px 16px;
	-moz-background-size: 17px 16px;
	-webkit-background-size: 17px 16px;
	background-size: 17px 16px;
}
.glyphZoom01 {
	display: inline-block;
	padding-left: 20px;
	background: url(../images/ico_zoom01.png) 0 0 no-repeat;
}
/*header[role="banner"] #categoryNav li#navKojin01 .categoryTitle > a:before,
.glyphCard > span:before {
	content: "\e61e";
}
header[role="banner"] #categoryNav li#navKojin03 .categoryTitle > a:before,
.glyphDownload > span:before {
	content: "\e620";
}
header[role="banner"] #categoryNav li#navKojin04 .categoryTitle > a:before,
.glyphHeart > span:before {
	content: "\e621";
}
header[role="banner"] #categoryNav li#navKojin05 .categoryTitle > a:before,
.glyphBook > span:before {
	content: "\e622";
}*/
.glyphArrowRight > span:before {
	content: "\e618";
}
.glyphFax > span:before {
	content: "\e619";
}
.glyphMenu01 > span:before {
	content: "\e63b";
}
.glyphClose > span:before {
	content: "\e611";
	color: #999;
}
a.glyphClose:hover > span:before {
	color: #cdcdcd !important;
}
.glyphTel > span:before {
	content: "\e61b";
}
.glyphWeb > span:before {
	content: "\e60d";
}
.glyphShop > span:before {
	content: "\e61a";
}
/*header[role="banner"] #categoryNav li#navNenkin04 .categoryTitle > a:before,
.glyphYen > span:before {
	content: "\e60f";
}
header[role="banner"] #categoryNav li#navNenkin05 .categoryTitle > a:before,
.glyphInfo > span:before {
	content: "\e610";
}*/
.glyphFilm > span:before {
	content: "\e613";
}
.glyphPoint > span:before {
	content: "\e614";
}
.glyphCheck > span:before {
	content: "\e615";
}
.glyphProcession > span:before {
	content: "\e617";
}
.glyphBankbook > span:before {
	content: "\e61c";
}
.glyphUser > span:before {
	content: "\e61d";
}
/*header[role="banner"] #categoryNav li#navKojin02 .categoryTitle > a:before,
.glyphMoney02 > span:before {
	content: "\e61f";
}
header[role="banner"] #categoryNav li#navHojin01 .categoryTitle > a:before,
header[role="banner"] #categoryNav li#navNenkin01 .categoryTitle > a:before,
.glyphBank > span:before {
	content: "\e623";
}
header[role="banner"] #categoryNav li#navHojin02 .categoryTitle > a:before,
.glyphGlobal > span:before {
	content: "\e624";
}
header[role="banner"] #categoryNav li#navHojin03 .categoryTitle > a:before,
.glyphBill > span:before {
	content: "\e625";
}
header[role="banner"] #categoryNav li#navHojin04 .categoryTitle > a:before,
.glyphReception > span:before {
	content: "\e626";
}
header[role="banner"] #categoryNav li#navNenkin02 .categoryTitle > a:before,
.glyphClover > span:before {
	content: "\e627";
}
header[role="banner"] #categoryNav li#navNenkin03 .categoryTitle > a:before,
.glyphData > span:before {
	content: "\e628";
}*/
.glyphLogin > span:before {
	content: "\e62a";
}
.glyphBalloon > span:before {
	content: "\e632";
}
.glyphSecurity > span:before {
	content: "\e633";
}
.glyphPen > span:before {
	content: "\e634";
}
.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselStop:before,
.glyphStop > span:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: -13px 0 0;
	background: url(../images/bg_stop01.png) 0 0 no-repeat;
	-ms-background-size: 32px 32px;
	-moz-background-size: 32px 32px;
	-webkit-background-size: 32px 32px;
	background-size: 32px 32px;
}
.carouselBlock01 .carouselControl > .carouselBtn li > a.carouselPlayback:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: -13px 0 0;
	background: url(../images/bg_start01.png) 0 0 no-repeat;
	-ms-background-size: 32px 32px;
	-moz-background-size: 32px 32px;
	-webkit-background-size: 32px 32px;
	background-size: 32px 32px;
}
.glyphMenu02 > span:before {
	/*content: "\e639";*/
	content: "";
	position: static;
	display: block;
	width: 24px;
	height: 18px;
	margin: 0 auto;
	background: url(../images/ico_menu01.gif) 0 0 no-repeat;
	-ms-background-size: 24px 18px;
	-moz-background-size: 24px 18px;
	-webkit-background-size: 24px 18px;
	background-size: 24px 18px;
}
.glyphPc01 > span:before {
	/*content: "\e638";*/
	content: "";
	width: 25px;
	height: 24px;
	margin-top: -12px !important;
	background: url(../images/ico_pc01.png) 0 0 no-repeat;
	-ms-background-size: 25px 24px;
	-moz-background-size: 25px 24px;
	-webkit-background-size: 25px 24px;
	background-size: 25px 24px;
}
.glyphAntenna01,
.glyphTel01,
.glyphPc02 {
	display: inline-block;
	min-height: 40px;
	margin-top: 10px;
}
.glyphAntenna01 > span,
.glyphTel01 > span,
.glyphPc02 > span {
	padding-left: 50px !important;
	line-height: 1.2;
}
.glyphPc02 > span:before {
	content: "";
	top: 50% !important;
	width: 40px;
	height: 40px;
	margin-top: -20px !important;
	background: url(../images/ico_pc02.png) 0 0 no-repeat;
	-ms-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
*.glyphPc03 > span:before {
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px !important;
	background: url(../images/ico_pc03.png) 0 0 no-repeat;
	-ms-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.glyphPc04 > span:before {
	content: "";
	width: 35px;
	height: 31px;
	margin-top: -15px !important;
	background: url(../images/ico_pc04.png) 0 0 no-repeat;
	-ms-background-size: 35px 31px;
	-moz-background-size: 35px 31px;
	-webkit-background-size: 35px 31px;
	background-size: 35px 31px;
}
*.glyphPc05 > span:before {
	content: "";
	width: 35px;
	height: 23px;
	margin-top: -10px;
	background: url(../images/ico_pc11.html) 0 0 no-repeat;
	-ms-background-size: 35px 23px;
	-moz-background-size: 35px 23px;
	-webkit-background-size: 35px 23px;
	background-size: 35px 23px;
}
*.glyphPc07 > span:before {
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/ico_pc13.html) 0 0 no-repeat;
	-ms-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.glyphTel01 > span:before {
	content: "";
	top: 50% !important;
	width: 40px;
	height: 40px;
	margin-top: -20px !important;
	background: url(../images/ico_tel01.png) 0 0 no-repeat;
	-ms-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.glyphAntenna01 > span:before {
	content: "";
	top: 50% !important;
	width: 40px;
	height: 40px;
	margin-top: -20px !important;
	background: url(../images/ico_antenna01.png) 0 0 no-repeat;
	-ms-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.glyphCalc01 > span:before {
	content: "";
	top: 50% !important;
	left: 25px !important;
	width: 22px;
	height: 29px;
	margin-top: -15px !important;
	background: url(../images/ico_calc01.png) 0 0 no-repeat;
	-ms-background-size: 22px 29px;
	-moz-background-size: 22px 29px;
	-webkit-background-size: 22px 29px;
	background-size: 22px 29px;
}

.glyphStore01 > span:before {
	content: "";
	top: 50% !important;
	left: 25px !important;
	width: 39px;
	height: 41px;
	margin-top: -22px !important;
	background: url(../images/ico_store01.png) 0 0 no-repeat;
	-ms-background-size: 39px 41px;
	-moz-background-size: 39px 41px;
	-webkit-background-size: 39px 41px;
	background-size: 39px 41px;
}
.btnT03.glyphStore01 > span:before {
	background: url(../images/ico_store02.png) 0 0 no-repeat;
	-ms-background-size: 39px 41px;
	-moz-background-size: 39px 41px;
	-webkit-background-size: 39px 41px;
	background-size: 39px 41px;
}

.glyphPost01 > span:before {
	content: "";
	top: 50% !important;
	left: 25px !important;
	width: 22px;
	height: 28px;
	margin-top: -11px !important;
	background: url(../images/ico_post01.png) 0 0 no-repeat;
	-ms-background-size: 22px 28px;
	-moz-background-size: 22px 28px;
	-webkit-background-size: 22px 28px;
	background-size: 22px 28px;
}
.btnT03.glyphPost01 > span:before {
	background: url(../images/ico_post02.png) 0 0 no-repeat;
	-ms-background-size: 22px 28px;
	-moz-background-size: 22px 28px;
	-webkit-background-size: 22px 28px;
	background-size: 22px 28px;
}

.glyphSearch > span:before {
	content: "\e637";
}
.glyphZip > span:before {
	content: "\e63e";
}
.glyphAtm > span:before {
	content: "\e643";
}
.glyphRing > span:before {
	content: "\e642";
}
.glyphCounter > span:before {
	content: "\e641";
}
.glyphStructure > span:before {
	content: "\e640";
}
.glyphStair > span:before {
	content: "\e63f";
}
.glyphRPoint > span:before {
	content: "\e644";
}
.glyphDoor > span:before {
	content: "\e645";
}
.glyphTie > span:before {
	content: "\e646";
}
.listCircle01 > li:before,
.listCircle02 > li:before {
	content: "\e63a";
}
*[class*="glyphNewWindow"] > span {
	padding-left: 22px !important;
}
#wrap *[class*="btnT"][class*="glyphNewWindow"] > span {
	padding-left: 35px !important;
}
*[class*="btnT"][class*="glyphNewWindow"] > span:before {
	top: 50% !important;
	margin-top: -9px;
}
.glyphNewWindow01 > span:before {
	content: "";
	width: 17px;
	height: 17px;
	top: 0.3em !important;
	background: url(../images/ico_blank01.png) 0 0 no-repeat;
	-ms-background-size: 17px 17px;
	-moz-background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
}
.glyphNewWindow02 > span:before {
	content: "";
	width: 17px;
	height: 17px;
	top: 0.3em !important;
	background: url(../images/ico_blank02.png) 0 0 no-repeat;
	-ms-background-size: 17px 17px;
	-moz-background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
}
.glyphNewWindow03 > span:before {
	content: "";
	width: 17px;
	height: 17px;
	top: 0.3em !important;
	background: url(../images/ico_blank03.png) 0 0 no-repeat;
	-ms-background-size: 17px 17px;
	-moz-background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
}
.iconNewWindow01 > span {
	display: inline-block;
	margin-left: 5px;
	padding-left: 22px;
	background: url(../images/ico_blank01.png) 0 0 no-repeat;
	-ms-background-size: 17px 17px;
	-moz-background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
}
.glyphOtherPage > span,
.glyphOtherPage02 > span {
	padding-left: 1.8em !important;
}
.glyphOtherPage > span:before {
	content: "";
	width: 21px;
	height: 14px;
	top: 0.3em !important;
	background: url(../images/ico_otherpage03.png) 0 0 no-repeat;
	-ms-background-size: 21px 14px;
	-moz-background-size: 21px 14px;
	-webkit-background-size: 21px 14px;
	background-size: 21px 14px;
}
.glyphOtherPage02 > span:before {
	content: "";
	width: 21px;
	height: 14px;
	top: 0.3em !important;
	background: url(../images/ico_otherpage04.png) 0 0 no-repeat;
	-ms-background-size: 21px 14px;
	-moz-background-size: 21px 14px;
	-webkit-background-size: 21px 14px;
	background-size: 21px 14px;
}
.btnT01.glyphOtherPage > span:before,
.btnT02.glyphOtherPage > span:before,
.btnT03.glyphOtherPage > span:before,
.btnT04.glyphOtherPage > span:before,
.btnT08.glyphOtherPage > span:before {
	top: 50% !important;
}
.iconOtherPage01 > span {
	display: inline-block;
	margin-left: 5px;
	padding-left: 22px;
	background: url(../images/ico_otherpage01.png) 0 0.3em no-repeat;
	-ms-background-size: 21px 14px;
	-moz-background-size: 21px 14px;
	-webkit-background-size: 21px 14px;
	background-size: 21px 14px;
}
h2.h2Title01 .iconNewWindow01 > span {
	margin-left: 5px;
	padding-left: 22px;
	background: url(../images/ico_blank01.png) 0 0.3em no-repeat;
	-ms-background-size: 17px 17px;
	-moz-background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
}
.iconNewWindow02 > span {
	margin-left: 5px;
	padding-left: 22px;
	background: url(../images/ico_blank02.png) 0 0 no-repeat;
	-ms-background-size: 17px 17px;
	-moz-background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
}
.glyphAttention01.iconNewWindow02 > span,
.glyphAttention02.iconNewWindow02 > span,
.glyphAttention03.iconNewWindow02 > span {
	margin-left: 0;
	padding-left: 59px;
	background-position: 30px 0;
}
.iconNewWindow03 > span {
	margin-left: 5px;
	padding-left: 22px;
	background: url(../images/ico_blank03.png) 0 0 no-repeat;
	-ms-background-size: 17px 17px;
	-moz-background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
}

.iconNewWindow04 > span {
	display: inline-block;
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/ico_blank01.png) 100% 0 no-repeat;
	-ms-background-size: 17px 17px;
	-moz-background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
}

.glyphPdf01 > span {
	padding-left: 25px !important;
}
.glyphPdf01 > span:before {
	content: "";
	width: 20px;
	height: 21px;
	top: 0 !important;
	background: url(../images/ico_pdf02.gif) 0 0 no-repeat;
	-ms-background-size: 20px 21px;
	-moz-background-size: 20px 21px;
	-webkit-background-size: 20px 21px;
	background-size: 20px 21px;
}
*[class*="btnT"].glyphPdf01 > span {
	padding-left: 35px !important;
}
*[class*="btnT"].glyphPdf01 > span:before {
	top: 50% !important;
	margin-top: -12px;
}

.glyphExcel01 > span {
	padding-left: 25px !important;
}
.glyphExcel01 > span:before {
	content: "";
	width: 20px;
	height: 21px;
	top: 0 !important;
	background: url(../images/icon_xel.png) 0 0 no-repeat;
	-ms-background-size: 20px 21px;
	-moz-background-size: 20px 21px;
	-webkit-background-size: 20px 21px;
	background-size: 20px 21px;
}
*[class*="btnT"].glyphExcel01 > span {
	padding-left: 35px !important;
}
*[class*="btnT"].glyphExcel01 > span:before {
	top: 50% !important;
	margin-top: -12px;
}

.glyphDiscovery01 > span {
	padding-left: 38px !important;
}
.glyphDiscovery01 > span:before {
	content: "";
	width: 27px;
	height: 33px;
	top: 50% !important;
	margin-top: -20px;
	background: url(../images/ico_discovery01.png) 7px 0 no-repeat;
	-ms-background-size: 20px 33px;
	-moz-background-size: 20px 33px;
	-webkit-background-size: 20px 33px;
	background-size: 20px 33px;
}

.mainNarrow .iconQuestion01 {
	color: inherit;
}
.mainNarrow .iconQuestion01:hover {
	color: #ed6d34;
}
.iconQuestion01 > span:after {
	content: "";
	width: 13px;
	height: 12px;
	background: url(../images/ico_question01.png) 0 0 no-repeat;
	-ms-background-size: 13px 12px;
	-moz-background-size: 13px 12px;
	-webkit-background-size: 13px 12px;
	background-size: 13px 12px;
}

.mainNarrow .glyphQuestion01,
.mainNarrow .iconQuestion02 {
	color: inherit;
}
.mainNarrow .glyphQuestion01:hover,
.mainNarrow .iconQuestion02:hover {
	color: #ed6d34;
}
.iconQuestion02 > span,
#wrap .glyphQuestion01 > span {
	padding-left: 27px;
	background: url(../images/ico_question02.png) 0 50% no-repeat;
	-ms-background-size: 17px 17px;
	-moz-background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
}
.iconQuestion02 > span {
	margin-left: 5px;
	padding-left: 22px;
}

.iconServiceWrap {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.iconService {
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
}

/*-------------------------------------------
font position
-------------------------------------------*/
#drawerMenu #spDrawerMenu .firstHierarchy .globalBlock dt[role="treeitem"] > a:after {
	top: 50%;
	margin-top: -0.5em;
}
#drawerMenu #spDrawerMenu .firstHierarchy .globalBlock > dt[role="treeitem"] > a:after {
	right: 15px;
	font-size: 25px;
}
#drawerMenu #spDrawerMenu .firstHierarchy .globalBlock .secondHierarchy .categoryBlock dt[role="treeitem"] > a:after {
	right: 2px;
	color: #fff !important;
}
#drawerMenu #spDrawerMenu .firstHierarchy .globalBlock,
#drawerMenu #spDrawerMenu .firstHierarchy .globalBlock > dd,
#drawerMenu #spDrawerMenu .firstHierarchy .globalBlock > dd p {
	background: #fff !important;
}
#drawerMenu #spDrawerMenu .firstHierarchy .secondHierarchy > li .categoryBlock dt > a > span {
	padding-left: 60px;
}
#drawerMenu #spDrawerMenu .firstHierarchy .secondHierarchy > li .categoryBlock dt > a > span:before {
	top: 50%;
	left: 14px;
	margin-top: -0.5em;

	color: #fff;
	font-size: 25px;
}
header[role="banner"] #categoryNav [role="navigation"] li .categoryTitle > a:before {
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	font-size: 28px;
}
header[role="banner"] #categoryNav [role="navigation"] li .categoryTitle > a.select:before,
header[role="banner"] #categoryNav [role="navigation"] li .categoryTitle > a.current:before {
	color: #01894d;
}
/*header[role="banner"] #categoryNav li#navKojin01 .categoryTitle > a:before {
	left: 8px;
}
header[role="banner"] #categoryNav li#navKojin02 .categoryTitle > a:before {
	left: 12px;
}
header[role="banner"] #categoryNav li#navKojin03 .categoryTitle > a:before {
	left: 8px;
}
header[role="banner"] #categoryNav li#navKojin04 .categoryTitle > a:before {
	left: 8px;
}
header[role="banner"] #categoryNav li#navKojin05 .categoryTitle > a:before {
	left: 11px;
}
header[role="banner"] #categoryNav li#navHojin01 .categoryTitle > a:before {
	left: 10px;
}
header[role="banner"] #categoryNav li#navHojin02 .categoryTitle > a:before {
	left: 8px;
}
header[role="banner"] #categoryNav li#navHojin03 .categoryTitle > a:before {
	left: 10px;
}
header[role="banner"] #categoryNav li#navHojin04 .categoryTitle > a:before {
	left: 9px;
}
header[role="banner"] #categoryNav li#navNenkin01 .categoryTitle > a:before {
	left: 10px;
}
header[role="banner"] #categoryNav li#navNenkin02 .categoryTitle > a:before {
	left: 10px;
}
header[role="banner"] #categoryNav li#navNenkin03 .categoryTitle > a:before {
	left: 15px;
}
header[role="banner"] #categoryNav li#navNenkin04 .categoryTitle > a:before {
	left: 15px;
}
header[role="banner"] #categoryNav li#navNenkin05 .categoryTitle > a:before {
	left: 13px;
}*/
#sideNav .subNav .subCategoryTitle > * > span:before {
	top: 50%;
	margin-top: -0.5em;
	font-size: 20px;
	color: #fff;
}
#sideNav .sideInfo > ul > li > a > span {
	padding-left: 26px;
}
#sideNav .sideInfo > ul > li > a > span:before {
	font-size: 18px;
	top: 0;
	left: 0;
}

*[class*=" icon"] > span:after,
*[class^="icon"] > span:after{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	position: static;
}
.textLink01 {
	padding: 0;
}
.textLink01 > span {
	padding-left: 0;
}
.textLink01 > span:before {
	margin-top: 0;
	position: static;
	display: inline;
}
.listCircle01 > li:before,
.listCircle02 > li:before,
.linkArrowCircleRight:before {
	top: 0.3em;
	left: 0;
}
footer[role="contentinfo"] #footerNav > nav > div > ul > li > a,
footer[role="contentinfo"] #footerNav > nav > div > ul > li > span,
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a > span,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a > span,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noLink > span,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a > span,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fourthHierarchy > li > a > span,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fifthHierarchy > li > a > span,
.linkList02 > li > a,
.linkList03 > li > a > span,
.linkList06 > li > a > span,
.searchWordBlock01 dl > dd .keywordList01 li > a > span,
.moreLink01 > a,
*[class^="glyph"] > span,
*[class^="glyph"] > span,
*[class*=" glyph"] > span,
*[class*=" glyph"] > span,
*[class^="linkArrow"],
*[class*=" linkArrow"],
*[class^="normalBlockA"] > .blockInner .blockDetail > span > a,
*[class^="normalBlockA"] > .blockInner .blockTitle > span > a {
	display: block;
	position: relative;
	display: inline-block;
	padding-left: 1.4em;
}
.linkArrowTriangleRight,
.linkList02 > li > a,
.glyphArrowTriangleRight > span,
.searchWordBlock01 dl > dd .keywordList01 li > a > span,
*[role="tablist"] *[role="tabpanel"] .accList > li > a > span {
	padding-left: 0.8em;
}
.dateBlock01 dl > dd > a,
.dateBlock02 dl > dd > a {
	display: inline-block;
	padding-left: 1.2em;
	background: url(../images/ico_arrow_green01.png) 0 0.4em no-repeat;
	-ms-background-size: 8px 13px;
	-moz-background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	background-size: 8px 13px;
}
header[role="banner"]  #categoryNav nav[role="navigation"] ul > li .navDropLink > ul > li > a {
	position: relative;
}
header[role="banner"]  #categoryNav nav[role="navigation"] ul > li .navDropLink > ul > li > a:before {
	top: 50%;
	left: 0;
	margin-top: -0.5em;
}
footer[role="contentinfo"] #footerNav > nav > div > ul > li > a:before,
footer[role="contentinfo"] #footerNav > nav > div > ul > li > span:before,
footer[role="contentinfo"] #footerNav > nav > div > ul ul a:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a > span:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a > span:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noLink > span:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a > span:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fourthHierarchy > li > a > span:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fifthHierarchy > li > a > span:before,
.dateBlock01 dl > dd > a:before,
.dateBlock02 dl > dd > a:before,
.linkList02 > li > a:before,
.linkList06 > li > a > span:before,
.searchWordBlock01 dl > dd .keywordList01 li > a > span:before,
.moreLink01 > a:before,
*[class^="glyph"] > span:before,
*[class^="glyph"] > span:after,
*[class*=" glyph"] > span:before,
*[class*=" glyph"] > span:after,
*[class^="linkArrow"]:before,
*[class*=" linkArrow"]:before,
*[class^="normalBlockA"] > .blockInner .blockDetail > span > a:before,
*[class^="normalBlockA"] > .blockInner .blockTitle > span > a:before {
	top: 0.3em;
	left: 0;
}
footer[role="contentinfo"] #footerNav > nav > div > ul > li > a:before,
footer[role="contentinfo"] #footerNav > nav > div > ul > li > span:before,
.linkArrowTriangleRight:before,
.dateBlock01 dl > dd > a:before,
.dateBlock02 dl > dd > a:before,
.linkList02 > li > a:before,
.glyphArrowTriangleRight > span:before,
.searchWordBlock01 dl > dd .keywordList01 li > a > span:before,
*[role="tablist"] *[role="tabpanel"] .accList > li > a > span:after {
	top: 0.5em;
}
.glyphAttention01 > span,
.glyphAttention02 > span,
.glyphAttention03 > span {
	padding-left: 30px;
}
.attentionBlock01 .glyphAttention01 > span,
.attentionBlock01 .glyphAttention02 > span,
.attentionBlock01 .glyphAttention03 > span {
	padding-left: 40px;
}
.glyphBeginner01 > span:before {
	top: 0;
}
.glyphShop01 > span:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 27px;
	left: 15px;
	margin-top: -13px !important;
	background: url(../images/ico_shop01.png) 0 0 no-repeat;
	-ms-background-size: 26px 27px;
	-moz-background-size: 26px 27px;
	-webkit-background-size: 26px 27px;
	background-size: 26px 27px;
}



.linkList03 > li > a > span:before {
	top: 0;
	left: 0;
}
.accBlock02 [role="tab"] > a > span:before {
	color: #fff;
	bottom: 12px;
	left: 50%;
	margin-left: -0.5em;
}
.accBlock02 [role="tab"] > a > span:after {
	display: none;
}
.telNumber span:before,
*[role="tablist"] > dt a > .accBtn > span:before {
	top: 50%;
	left: 0;
	margin-top: -0.5em;
}
#drawerMenu #spDrawerMenu .firstHierarchy > li > a:before,
#drawerMenu #spDrawerMenu .globalBlock > dt span:before {
	top: 50%;
	right: 15px;
	left: auto;
	margin-top: -0.5em;
}
.listItem02 *[role="tab"] > span:after {
	top: 50%;
	right: 0;
	left: auto;
	margin-top: -0.5em;
}
#drawerMenu #spDrawerMenu .firstHierarchy .secondHierarchy .thirdHierarchy > li > a:before, {
	top: 50%;
	left: 17px;
	margin-top: -0.5em;
}
.carouselBlock01 .carouselControl > .carouselBtn li > a:before {
	font-size: 20px;
	display: block;
}
.carouselBlock01 .carouselControl > .carousePager > ul li > a:before {
	font-size: 11px;
	position: static;
	color: #ccc;
}
.carouselBlock01 .carouselControl > .carousePager > ul li > a.select:before {
	color: #049849;
}
.btnT01,
.btnT02,
.btnT03,
.btnT04,
.btnT08,
.btnT09 {
	position: relative;
}
.btnT01 > span,
.btnT02 > span,
.btnT03 > span,
.btnT04 > span,
.btnT08 > span,
.btnT09 > span{
	position: static;
	text-decoration: none !important;
}
a[class*="glyph"] > span {
	text-decoration: underline;
}
*[class*=" btnT"][class^="glyph"] > span,
*[class^="btnT"][class*=" glyph"] > span,
*[class*=" btnT"][class*=" glyph"] > span {
	padding-left: 35px !important;
}
#wrap .btnT01Small > span,
#wrap .btnT02Small > span,
#wrap .btnT03Small > span {
	padding-right: 10px !important;
	padding-left: 20px !important;
}
*[class*=" btnT"][class^="glyph"].btnWFull > span,
*[class^="btnT"][class*=" glyph"].btnWFull > span,
*[class*=" btnT"][class*=" glyph"].btnWFull > span {
	padding-left: 30px !important;
	padding-right: 30px;
}
*[class*=" btnT"][class^="glyph"][class*=" icon"] > span,
*[class^="btnT"][class*=" glyph"][class*=" icon"] > span,
*[class*=" btnT"][class*=" glyph"][class*=" icon"] > span {
	padding-left: 20px !important;
}
*[class*=" btnT"][class^="glyph"] > span.pl25,
*[class^="btnT"][class*=" glyph"] > span.pl25,
*[class*=" btnT"][class*=" glyph"] > span.pl25 {
	padding-left: 25px !important;
}

.btnT02 > span:before,
.btnT03 > span:before,
.btnT04 > span:before,
.btnT06 > span:before,
.btnT07 > span:before,
.btnT08 > span:before {
	top: 50%;
	left: 15px;
	margin-top: -0.8em;
	line-height: 1;
}
.btnT01 > span:before{
	top: 50%;
	left: 15px;
	margin-top: -0.6em;
	line-height: 1;
}
.btnT09 > span:before {
	top: 50%;
	left: 15px;
	line-height: 1;
}
.btnT01.glyphPc05 > span:before,
.btnT02.glyphPc05 > span:before,
.btnT03.glyphPc05 > span:before,
.btnT04.glyphPc05 > span:before,
.btnT06.glyphPc05 > span:before,
.btnT07.glyphPc05 > span:before,
.btnT08.glyphPc05 > span:before,
.btnT09.glyphPc05 > span:before {
	top: 50%;
	left: 5px;
	margin-top: -0.9em;
	line-height: 1;
}
.btnT01 > span:after,
.btnT02 > span:after,
.btnT03 > span:after,
.btnT04 > span:after,
.btnT06 > span:after,
.btnT07 > span:after,
.btnT08 > span:after,
.btnT09 > span:after {
	position: absolute;
	top: 50%;
	left: auto;
	right: 15px;
	margin-top: -0.5em;
	padding-left: 0;
	line-height: 1;
}
.btnT02[class*=" icon"] > span:after,
.btnT03[class*=" icon"] > span:after,
.btnT08[class*=" icon"] > span:after,
.btnT09[class*=" icon"] > span:after {
	color: #fff;
}
*[class*=" btnT"][class*=" icon"] > span:after,
*[class^="btnT"][class*=" icon"] > span:after,
*[class*=" btnT"][class^="icon"] > span:after,
*[class^="btnT"][class^="icon"] > span:after {
	margin-right: 0;
}
.btnT01.iconPdf > span:after,
.btnT02.iconPdf > span:after,
.btnT03.iconPdf > span:after,
.btnT04.iconPdf > span:after,
.btnT08.iconPdf > span:after {
	margin-top: -10px;
	font-weight: normal;
}
#sideNav .btnT01 {
	padding-right: 5px;
}
#sideNav .btnT01 > span {
	padding-left: 14px !important;
	padding-right: 0 !important;
}
#sideNav .btnT01 > span:before {
	left: 6px;
}
.btnT02 > span:before,
.btnT03 > span:before,
.btnT08 > span:before,
.btnT09 > span:before,
.normalBlockA02 > .blockInner .blockTitle a:before,
.tabList [role="tablist"] > li > dl > dt[role="tab"][aria-selected="true"] > a span:after {
	color: #fff !important;
}
.spCarouselArea .carouselControl ul > li > a > span:before {
	font-size: 12px;
	top: 50%;
	left: 50%;
	margin-top: -0.5em;
	margin-left: -0.5em;
	color: #fff;
}
*[class^="normalBlockA"] > .blockInner .blockTitle span:before,
*[class*=" normalBlockA"] > .blockInner .blockTitle span:before {
	font-size: 26px;
	top: -0.1em;
}
.normalBlockA05 > .blockInner .blockTitle span:before {
	color: #ff9351;
}
.normalBlockA06 > .blockInner .blockTitle span:before {
	color: #fbbe19;
}
.listCircle01 > li:before {
	top: 0;
	left: -0.3em;
	font-size: 1.5em;
}
.listCircle02 > li:before {
	color: #262626;
}
.linkList01 > li > span:before {
	top: 0;
	font-size: 26px;
}

.tabList *[role="tablist"] *[role="tab"] > a > span:after {
	display: none !important;
}
.listCircle01 > li.hasChild:before,
.listCircle02 > li.hasChild:before {
	content: "";
}
#sideNav .sideInfo > ul > li > a:hover > span:before {
	color: #83cba1;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a:hover > span:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a:hover > span:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a:hover > span:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fourthHierarchy > li > a:hover > span:before,
#sideNav .subNav .subCategoryDetail .secondHierarchy .fifthHierarchy > li > a:hover > span:before,
a.btnT01:hover span:before {
	color: #84cda6;
}




