@charset "shift_jis";
/* Updated 2016/11/24,T */
/* Updated 2016/07/27,T */
/* Updated 2016/07/05,T */
/* Updated 2015/12/14,T */
/* Updated 2015/09/30,T */
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(/kojin/common/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(/kojin/common/images/bg_balloon_top01.png) 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(/kojin/common/images/bg_question_mygate.gif) 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(/kojin/common/images/bg_question_yes01.gif);
}
.questionBlock02 + .questionLink .questionNo {
	background-image: url(/kojin/common/images/bg_question_no01.gif);
}
.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(/kojin/common/images/bg_question_yes02.gif);
}
.questionBlock02 + .questionLink .questionNo .select:before {
	background-image: url(/kojin/common/images/bg_question_no02.gif);
}

.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(/kojin/common/images/bg_step_arrow02.gif) 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(/kojin/common/images/bg_step_arrow01.png) 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(/kojin/common/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(/kojin/common/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: left;
	width: 300px;
}
#wrap .blockDetail .applicationColumn:first-child {
	float: right;
}
#wrap .applicationBlock02 .blockDetail .applicationColumn {
	float: right;
	width: 300px;
}
#wrap .applicationBlock02 .blockDetail .applicationColumn:first-child {
	float: left;
}
#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(/kojin/common/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[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(/kojin/common/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(/kojin/common/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(/kojin/common/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(/kojin/common/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: -1.4em;
}

.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.7em;
}
.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: -3.6em;
}
.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;
}
.iconType01Purple02 {
	padding: 4px 4px;
	background: #8a75ae;
	color: #fff;
	font-size: 0.75em;
}
.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(/kojin/common/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(/kojin/common/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(/kojin/common/images/bg_arrow_bottom01.png) center 0 no-repeat;
}

.beforeArrow02 {
	padding-top: 25px;
	background: url(/kojin/common/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(/kojin/common/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(/kojin/common/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(/kojin/common/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(/kojin/common/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;
	}
}

/*-------------------------------------------
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(/kojin/common/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(/kojin/common/images/btn_carousel_normal01.png) 0 0 no-repeat;
}
.carouselBlock02 .carousePager > ul > li > a.active,
.carouselBlock02 .carousePager > ul > li > a:hover {
	background-image: url(/kojin/common/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(/kojin/common/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(/kojin/common/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(/kojin/common/images/bg_balloon_top02.png) 0 0 no-repeat;
}
.mapBalloonWrap .pcMapBalloon {
	position: relative;
}
.mapBalloonWrap .spMapBalloon {
	display: none;
}
.mapBalloonWrap .mapBalloon {
	position: absolute;
	width: 254px;
	padding-bottom: 23px;
	background: url(/kojin/common/images/bg_balloon_map_x01.png) 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(/kojin/common/images/bg_balloon_map_y01.png) 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 #a0c81e;
}
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.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;
}
.mark02 {
	padding: 0 6px;
	background: #E88EB2;
}
.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(/kojin/common/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: #004831 !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: #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;
}
.btnT09 {
	background: #edf3b2;	
}
.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;
}
@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(/kojin/common/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(/kojin/common/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(/kojin/common/images/ico_checkbox.gif) 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(/kojin/common/images/ico_radio.gif) 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(/kojin/common/images/ico_select.gif) no-repeat 100% 50%;
	border: 1px solid #999;
}
.inputTable .radioTextWrap {
	display: block;
	margin-top:10px;
}

button {
	font-family: 'Meiryo','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',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(/kojin/common/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(/kojin/common/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(/kojin/common/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;
}
/*-------------------------------------------
DY parts
-------------------------------------------*/
.stepListA01 li {
margin-bottom: 20px;
overflow: hidden;
}
.stepListA01 li .icon {
display: block;
float: left;
margin-right: 15px;
min-width: 80px;
text-align: center;
font-weight: bold;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.stepListA01 li .color01 {
color: #28a5a0;
background: #ebfffe;
}
.stepListA01 li .color02 {
color: #fa8200;
background: #fff7e6;
}
.stepListA01 li .color03 {
color: #d22878;
background: #ffeaf4;
}
.stepListA01 li .color04 {
color: #00734e;
background: #e1f4a4;
}
.stepListA01 li .text {
display: block;
overflow: hidden;
}
.checkBoxBlockA01 > .blockInner .blockTitle {
font-size: 1em;
background: #f1fecb;
cursor: pointer;
}
/*#wrap #mainArea .customSelect01 {
padding-right: 0;
}*/
.dyTransitionBtns {
width: 480px;
margin: 30px auto 0;
}
.dyTransitionBtns li {
float: left;
min-width: 210px;
}
.dyTransitionBtns li:first-child {
float: right;
}
.dyTransitionBtns li a,
.dyTransitionBtns li button {
width: 100%;
-webkit-box-sizing: border-box;
-moz-ox-sizing: border-box;
box-sizing: border-box;
}
.dyTransitionBtns li a.btnT01,
.dyTransitionBtns li button.btnT01 {
margin-top: 8px;
}
.column2table .heading {
border: 1px solid #b3b3b3;
padding: 15px 20px;
background: #f1fecb;
}
.column2table .colwrap {
overflow: hidden;
}
.column2table .leftTable {
float: left;
width: 49.5%;
}
.column2table .rightTable {
float: right;
width: 49.5%;
}
.column2table .inputTable {
margin-top: -1px;
}
.column2table .pcContent {
display: table-row !important;
}
.inputTable .unitWrap {
display: table;
}
.inputTable .unitWrap .txt,
.inputTable .unitWrap .unit {
display: table-cell;
vertical-align: middle;
}
.inputTable .unitWrap .txt {
width: 15em;
text-align: right;
}
.inputTable .unitWrap .unit {
padding-left: 5px;
}
label.customCheckbox01:after {
top: 50%;
margin-top: -14px;
}
/*-------------------------------------------
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;
}

/*-------------------------------------------
form
-------------------------------------------*/
#mainArea .inputTable .input #businessType + span{
	width:210px;
}
#mainArea .inputTable .input #businessType + span span{
	width:222px !important;
}
#businessType.customSelect01{
	padding-right: 23px !important;
}
label.customCheckbox01:after {
	top: 50% !important;
}
#wrap #mainArea #adSlect02 .customSelect01,
#wrap #mainArea #agoSlect .customSelect01{
	padding-right: 0;
}

#wrap #mainArea #adSlect .customSelect01{
	padding-right: 20px;
}

#mainArea #adSlect span span{
	width:125px !important;
}

#mainArea #adSlect02 span span{
	width:150px !important;
}

#mainArea #agoSlect span span{
	width:145px !important;
}

/*-------------------------------------------
Movie
-------------------------------------------*/

.mainNarrow .movieParentWrap01 > .textBlock01{
	float:right;
	display:inline-block;
	width:380px;
}
.movieParentWrap01 > .textBlock01{
	float:right;
	display:inline-block;
	width:638px;
}
.movieParentWrap01 > .movieParent01{
	float:left;
	display:inline-block;
}
@media screen and (max-width:767px){
	.mainNarrow .movieParentWrap01 > .textBlock01,.movieParentWrap01 > .textBlock01{
		float:none;
		display:block;
		width:auto;
	}
	.movieParentWrap01 > .movieParent01{
		float:none;
		display:block;
		width:auto;
	}
}


/*-------------------------------------------
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;
}


/*-------------------------------------------
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: #a0c81e !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; }