@charset "utf-8";

/* ======================================================

contents_pc.css
-----------------------------------
 * ELEMENT **********************************************
 * Heading Parts
 * Indent Parts
 * Text Parts
 * List Parts
 * Link Parts
 * Navi Parts
 * Table Parts
 * Column Parts
 * Other Parts
 * COMPONENT ********************************************
 * Page Parts 
 * Clearfix
====================================================== */

@media only screen and (min-width: 768px), print {

/********************************************************

  ELEMENT

********************************************************/


/* Heading Parts
------------------------------------------------------ */
/* selector */
#mainContents .heading01 + *,
#mainContents .heading02 + *,
#mainContents .heading03 + *,
#mainContents .heading04 + * {
	margin-top: 40px;
}

/* heading01 */
.heading01 {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}
.heading01 .head {
	display: block;
	padding: 2px 0 0 20px;
	border-left: 8px solid #ff0000;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.0;
}
.heading01 .ir, .heading01 .info {
	position: absolute;
	right: 0;
	bottom: 15px;
	display: inline-block;
	padding-left: 15px;
	background: url(/jp/common_corp/images/com_ic07.gif) left 50% no-repeat;
}

/* heading02 */
.heading02 {
}
.heading02 .head {
	display: block;
	padding: 3px 0 0 20px;
	border-left: 6px solid #ff0000;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.0;
}

/* heading03 */
.heading03 {
}
.heading03 .head {
	display: block;
	padding: 3px 0 0 20px;
	border-left: 4px solid #ff0000;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.0;
}

/* heading04 */
.heading04 {
	font-size: 20px;
	font-size: 2.0rem;
}

/* relIcon */
.relIcon {
	display: block;
	width: 100px;
	height: 38px;
	padding: 7px;
	background: url(/jp/common_corp/images/com_bg02.gif) left top no-repeat;
	text-align: center;
	color: #666666;
}


/* Indent Parts
------------------------------------------------------ */
/*　テキストを行ごとに空きをつけます　*/

/* paragraph */
.paragraph01 { margin-top: 1.0em !important; }
.paragraph02 { margin-top: 2.0em !important; }
.paragraph03 { margin-top: 0.5em !important; }

/* Text Parts
------------------------------------------------------ */
/* leadTx */
.leadTx {
	font-size: 22px;
	font-size: 2.2rem;
}

/* txbold01 */
.txbold01 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff0000;
}

/* txbold02 */
.txbold02 {
	color: #ff0000;
}

/* txbold03 */
.txbold03 {
	font-weight: bold;
}

/* txCaption01 */
.txCaption01 {
	margin: 0.25em 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
}



/* List Parts
------------------------------------------------------ */
/* selector */
[class*="noteList"],
[class*="iconList"],
[class*="orderList"],
[class*="descList"],
[class*="colList01"] {
	margin-top: 1em;
}
[class*="noteList"] > li,
[class*="iconList"] > li,
[class*="orderList"] > li,
[class*="colList01"] > li {
	margin-top: 1em;
}
[class*="noteList"] > li > [class*="noteList"],
[class*="noteList"] > li > [class*="iconList"],
[class*="noteList"] > li > [class*="orderList"],
[class*="iconList"] > li > [class*="noteList"],
[class*="iconList"] > li > [class*="iconList"],
[class*="iconList"] > li > [class*="orderList"],
[class*="orderList"] > li > [class*="noteList"],
[class*="orderList"] > li > [class*="iconList"],
[class*="orderList"] > li > [class*="orderList"],
[class*="colList01"] > li > [class*="noteList"],
[class*="colList01"] > li > [class*="iconList"],
[class*="colList01"] > li > [class*="orderList"] {
	font-size: 13px;
	font-size: 1.3rem;
}
[class*="noteList"] > li:first-child,
[class*="iconList"] > li:first-child,
[class*="orderList"] > li:first-child {
	margin-top: 0;
}

/* listChild */
.listChild[class*="List"],
.listChild[class*="Link"] {
	margin: 0.5em -0.8em 0.75em;
}

/* noteList01 */
.noteList01 {
}
.noteList01 > li {
	position: relative;
	padding: 0 0 0 1.5em;
	font-size: 11px;
	font-size: 1.1rem;
}
.noteList01 > li > .ast {
	position: absolute;
	left: 0;
	top: 0;
	color: #999999;
}

/* noteList02 */
.noteList02 {
}
.noteList02 > li {
	position: relative;
	padding: 0 0 0 2.25em;
	font-size: 11px;
	font-size: 1.1rem;
}
.noteList02 > li > .ast {
	position: absolute;
	left: 0;
	top: 0;
	color:#333333;
}

/* iconList01 */
.iconList01 {
}
.dicTop .iconList01 > li {
	font-size: 12px;
	font-size: 1.2rem;
}
.iconList01 li {
	padding: 0 0 0 14px;
	background: url(/jp/common_corp/images/com_ic07.gif) left 0.4em no-repeat;
}
.iconList01 a.type-blank:after {
	content: "";
	position: relative;
	left: 7px;
	top: -1px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/jp/common_corp/images/com_ic10.png) left top no-repeat;
}
.iconList01 a.type-pdf:after {
	content: "";
	position: relative;
	left: 6px;
	top: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/jp/common_corp/images/com_ic11.png) left top no-repeat;
}
.iconList01 a.type-self:after {
	content: "";
	position: relative;
	left: 6px;
	top: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
}

/* iconList02 */
.iconList02 {
	margin-top: 1em;
}
.iconList02 > li {
	padding: 0 0 0 14px;
	background: url(/jp/common_corp/images/com_ic09.png) left 0.4em no-repeat;
}

/* descList01 */
.descList01 {
	display: table;
	width: 100%;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
}
.descList01 + .descList01 {
	margin-top: 0;
	border-top: none !important;
}
.descList01 > dt {
	display: table-cell;
	width: 160px;
	padding: 20px;
	background-color: #fafafa;
	color: #444444;
}
.descList01 > dd {
	display: table-cell;
	padding: 20px;
}
.descList01 > dt > *:first-child,
.descList01 > dd > *:first-child {
	margin-top: 0 !important;
}

/* descList02 */
.descList02 {
	display: table;
	width: 100%;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
}
.descList02 + .descList02 {
	margin-top: 0;
	border-top: none !important;
}
.descList02 > dt {
	display: table-cell;
	width: 100px;
	padding: 20px 25px;
	background-color: #fafafa;
	color: #444444;
}
.descList02 > dd {
	display: table-cell;
}
.descList02 > dt > *:first-child,
.descList02 > dd > *:first-child {
	margin-top: 0 !important;
}

/* descList03 */
.descList03 {
	padding: 20px 20px 20px 25px;
}
.descList03 + .descList03 {
	margin-top: 0 !important;
	border-top: solid 1px #eeeeee;
}
.descList03 > dt {
	float: left;
	display: table;
	margin-right: 5px;
}
.descList03 > dt .month,
.descList03 > dt .corpIcon {
	display: table-cell;
	vertical-align: top;
}
.descList03 > dt .month {
	width: 3em;
}
.descList03 > dt .corpIcon {
}
.descList03 > dd {
	overflow: hidden;
}
.descList03 > dt > *:first-child,
.descList03 > dd > *:first-child {
	margin-top: 0 !important;
}

/* orderList01 */
.orderList01 > li {
	position: relative;
}
.orderList01.type1 > li { padding: 0 0 0 1.6em; }
.orderList01.type2 > li { padding: 0 0 0 2.8em; color: #333333; }
.orderList01.type1 > li > .num {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.1;
	color: #000000;
}
.orderList01.type2 > li > .num {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	color: #333333;
}

/* newsWrap01 */
.newsWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
.newsWrap01 > *:first-child {
	margin-top: 0 !important;
}

/* newsList01 */
.newsList01 {
	clear: both;
	margin: 30px 0 0 0;
}
.newsList01 > li {
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
}
.newsList01 > li + li {
	border-top: none !important;
}
.newsList01 > li > a,
.newsList01 > li > div {
	position: relative;
	padding: 17px 35px 15px 20px; 
}
.newsList01 > li > a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 6px;
	height: 8px;
	margin: -5px 0 0 0;
	background: url(/jp/common_corp/images/com_ic07.gif) left top no-repeat;
}
.newsList01 > li > a.type-blank:after {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	background: url(/jp/common_corp/images/com_ic10.png) left top no-repeat;
}
.newsList01 > li > a.type-pdf:after {
	width: 14px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/jp/common_corp/images/com_ic11.png) left top no-repeat;
}
.newsList01 > li > a.type-self:after {
	width: 14px;
	height: 14px;
	margin: -7px 0 0 0;
}
.newsList01 > li > a .newsItem {
}
.newsList01.type-row > li a .newsItem > dt,
.newsList01.type-row > li div .newsItem > dt {
	float: left;
	margin-right: 40px;
}
.newsList01.type-col > li a .newsItem > dt,
.newsList01.type-col > li div .newsItem > dt {
	margin: 0 0 5px 0;
}
.newsList01 > li > a .newsItem > dt .date,
.newsList01 > li > div .newsItem > dt .date {
	display: inline-block;
	font-weight: bold;
	color: #555555;
}
.newsList01.type-row > li a .newsItem > dt .date,
.newsList01.type-row > li div .newsItem > dt .date { width: 9em; }
.newsList01.type-row > li a .newsItem > dt .date.type-md,
.newsList01.type-row > li div .newsItem > dt .date.type-md { width: 6em; }
.newsList01 > li > a .newsItem > dt .newsIcon,
.newsList01 > li > div .newsItem > dt .newsIcon {
	margin-right: 20px;
}
.newsList01 > li > a .newsItem > dd,
.newsList01 > li > div .newsItem > dd {
	overflow: hidden;
}
.newsList01 > li > a .newsItem > dd > *:first-child,
.newsList01 > li > div .newsItem > dd > *:first-child {
	margin-top: 0 !important;
}
.newsList01 > li > a:hover .newsItem > dd {
	text-decoration: underline;
}
.newsList01 > li > a:hover {
	background-color: #fafafa;
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
			-ms-transition: .3s ease-in-out;
		   -o-transition: .3s ease-in-out;
					transition: .3s ease-in-out;
}

/* colList01 */
.colList01 {
}
.colList01 li {
	float: left;
}
.colList01.count2 {
	margin-left: -10px;
}
.colList01.count2 li {
	width: 420px;
	margin-left: 10px;
	margin-top: 1em;
}
.colList01.count3 {
	margin-left: -8px;
}
.colList01.count3 li {
	width: 278px;
	margin-left: 8px;
	margin-top: 1em;
}


/* Link Parts
------------------------------------------------------ */
/* selector */
[class*="iconLink"],
[class*="btnLink"],
[class*="btnList"] {
	margin-top: 1em;
}
ul[class*="iconLink"] > li {
	margin-top: 1em;
}
ul[class*="iconLink"] > li:first-child {
	margin-top: 0;
}

/* linkTx */
a.linkTx {
}
a.linkTx.type-blank { margin-right: 12px; }
a.linkTx.type-pdf { margin-right: 12px; }
a.linkTx.type-self { margin-right: 12px; }

a.linkTx.type-blank:after {
	content: "";
	position: relative;
	left: 5px;
	top: 1px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/jp/common_corp/images/com_ic10.png) left top no-repeat;
}
a.linkTx.type-pdf:after {
	content: "";
	position: relative;
	left: 2px;
	top: 2px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/jp/common_corp/images/com_ic11.png) left top no-repeat;
}
a.linkTx.type-self:after {
	content: "";
	position: relative;
	left: 2px;
	top: 2px;
	display: inline-block;
	width: 14px;
	height: 14px;
}

/* linkBlock */
a.linkBlock {
	display: block;
	text-decoration: none;
}

/* iconLink01 */
.iconLink01 {
}
.iconLink01 a {
	display: inline-block;
	padding: 0 0 0 12px;
	background: url(/jp/common_corp/images/com_ic07.gif) left 0.4em no-repeat;
}
.iconLink01 a:link {
	color: #888888;
	text-decoration: none;
}
.iconLink01 a:hover {
	color: #888888 !important;
	text-decoration: underline;
}
.iconLink01 a:visited {
	color: #888888;
	text-decoration: none;
}

.iconLink01 a.type-blank:after {
	content: "";
	position: relative;
	left: 7px;
	top: -1px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/jp/common_corp/images/com_ic10.png) left top no-repeat;
}
.iconLink01 a.type-pdf:after {
	content: "";
	position: relative;
	left: 6px;
	top: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/jp/common_corp/images/com_ic11.png) left top no-repeat;
}
.iconLink01 a.type-self:after {
	content: "";
	position: relative;
	left: 6px;
	top: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
}


/* button Parts
------------------------------------------------------ */
/* btnLink01 */
p.btnLink01 {
}
p.btnLink01 a {
	display: inline-block;
	padding: 12px 23px 10px 23px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px; 
			-ms-border-radius: 6px;
		   -o-border-radius: 6px; 
					border-radius: 6px;
	border: 1px solid #cccccc;
	text-align: center;
}
p.btnLink01.w256 a {
	display: inline-block;
	width: 256px;
	padding: 12px 23px 10px 23px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px; 
			-ms-border-radius: 6px;
		   -o-border-radius: 6px; 
					border-radius: 6px;
	border: 1px solid #cccccc;
	text-align: center;
}
p.btnLink01 a:hover {
	color: #333333;
	border: 1px solid #777777;
	text-decoration: underline;
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
			-ms-transition: .3s ease-in-out;
		   -o-transition: .3s ease-in-out;
					transition: .3s ease-in-out;
}
.btnLink01 a.type-blank {
	padding: 12px 33px 10px 23px;
}
.btnLink01 a.type-pdf {
	padding: 12px 35px 10px 23px;
}
.btnLink01 a.type-self {
	padding: 12px 35px 10px 23px;
}
.btnLink01 a.type-blank:after {
	content: "";
	position: relative;
	left: 7px;
	top: -1px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/jp/common_corp/images/com_ic10.png);
}
.btnLink01 a.type-pdf:after {
	content: "";
	position: relative;
	left: 6px;
	top: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/jp/common_corp/images/com_ic11.png);
}
.btnLink01 a.type-self:after {
	content: "";
	position: relative;
	left: 6px;
	top: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
}
p.btnLink01 + p.btnLink01 {
	margin-top: 1em;
}

/* btnLink02 */
p.btnLink02 {
}
p.btnLink02 a {
	display: inline-block;
	padding: 12px 23px 10px 23px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px; 
			-ms-border-radius: 6px;
		   -o-border-radius: 6px; 
					border-radius: 6px;
	background-color: #ff0000;
	text-align: center;
	color: #ffffff;
}
p.btnLink02.w256 a {
	display: inline-block;
	width: 256px;
	padding: 12px 23px 10px 23px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px; 
			-ms-border-radius: 6px;
		   -o-border-radius: 6px; 
					border-radius: 6px;
	background-color: #ff0000;
	text-align: center;
}
p.btnLink02 a:hover {
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
			-ms-transition: .3s ease-in-out;
		   -o-transition: .3s ease-in-out;
					transition: .3s ease-in-out;
	background-color: #de3121;
	color: #ffffff;
	text-decoration: underline;
}
.btnLink02 a.type-blank {
	padding: 12px 33px 10px 23px;
}
.btnLink02 a.type-pdf {
	padding: 12px 35px 10px 23px;
}
.btnLink02 a.type-self {
	padding: 12px 35px 10px 23px;
}
.btnLink02 a.type-blank:after {
	content: "";
	position: relative;
	left: 7px;
	top: -1px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/jp/common_corp/images/com_ic12.png);
}
.btnLink02 a.type-pdf:after {
	content: "";
	position: relative;
	left: 6px;
	top: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/jp/common_corp/images/com_ic13.gif);
}
.btnLink02 a.type-self:after {
	content: "";
	position: relative;
	left: 6px;
	top: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
}
p.btnLink02 + p.btnLink02 {
	margin-top: 1em;
}

/* btnList01 */
ul.btnList01 li {
	display: block;
}
ul.btnList01 li {
	margin-top: 1em;
}
ul.btnList01 li a {
	display: inline-block;
	padding: 12px 23px 10px 23px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px; 
			-ms-border-radius: 6px;
		   -o-border-radius: 6px; 
					border-radius: 6px;
	border: 1px solid #cccccc;
	text-align: center;
}
ul.btnList01 li a:hover {
	border: 1px solid #777777;
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
			-ms-transition: .3s ease-in-out;
		   -o-transition: .3s ease-in-out;
					transition: .3s ease-in-out;
	color: #333333;
	text-decoration: underline;
}
ul.btnList01 li a.type-blank {
	padding: 12px 33px 10px 23px;
}
ul.btnList01 li a.type-pdf {
	padding: 12px 35px 10px 23px;
}
ul.btnList01 li a.type-self {
	padding: 12px 35px 10px 23px;
}
ul.btnList01 li a.type-blank:after {
	content: "";
	position: relative;
	left: 7px;
	top: -1px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/jp/common_corp/images/com_ic10.png);
}
ul.btnList01 li a.type-pdf:after {
	content: "";
	position: relative;
	left: 6px;
	top: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/jp/common_corp/images/com_ic11.png);
}
ul.btnList01 li a.type-self:after {
	content: "";
	position: relative;
	left: 6px;
	top: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
}

/* btnList02 */
ul.btnList02 li {
	display: block;
}
ul.btnList02 li + li {
	margin-top: 1em;
}
ul.btnList02 li a {
	display: inline-block;
	padding: 12px 23px 10px 23px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px; 
			-ms-border-radius: 6px;
		   -o-border-radius: 6px; 
					border-radius: 6px;
	background-color: #ff0000;
	text-align: center;
	color: #ffffff;
}
ul.btnList02 li a:hover {
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
			-ms-transition: .3s ease-in-out;
		   -o-transition: .3s ease-in-out;
					transition: .3s ease-in-out;
	background-color: #de3121;
	color: #ffffff;
	text-decoration: underline;
}
ul.btnList02 li a.type-blank {
	padding: 12px 33px 10px 23px;
}
ul.btnList02 li a.type-pdf {
	padding: 12px 35px 10px 23px;
}
ul.btnList02 li a.type-self {
	padding: 12px 35px 10px 23px;
}
ul.btnList02 li a.type-blank:after {
	content: "";
	position: relative;
	left: 7px;
	top: -1px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/jp/common_corp/images/com_ic12.png);
}
ul.btnList02 li a.type-pdf:after {
	content: "";
	position: relative;
	left: 6px;
	top: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/jp/common_corp/images/com_ic13.gif);
}
ul.btnList02 li a.type-self:after {
	content: "";
	position: relative;
	left: 6px;
	top: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
}


/* Navi Parts
------------------------------------------------------ */
/* anchorNavi01 */
.anchorNavi01 {
	clear: both;
	margin: 20px 0 0 0;
}
.anchorNavi01 > *:first-child {
	margin-top: 0 !important;
}

/* ancLink01 */
.ancLink01 {
	margin-left: -9px;
}
.ancLink01 > li {
	float: left;
	margin-bottom: 10px;
	margin-left: 9px;
}
.ancLink01 a {
	display: table;
	width: 100%;
	background-color: #f5f5f5;
	border-radius: 5px;
	color: #888888;
	text-decoration: none;
}
.ancLink01 a > span {
	display: table-cell;
	padding: 10px 15px 10px 32px;
	background: url(/jp/common_corp/images/com_ic08.gif) 10px 50% no-repeat;
	vertical-align: middle;
}
.ancLink01 a:hover {
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
			-ms-transition: .3s ease-in-out;
		   -o-transition: .3s ease-in-out;
					transition: .3s ease-in-out;
	background-color: #fafafa;
	text-decoration: underline;
}

/* localNavi01 */
.localNavi01 {
	clear: both;
	margin: 20px 0 0 -8px;
}
.localNavi01 > *:first-child {
	margin-top: 0 !important;
}

/* localLink01 */
.localLink01 {
}
.localLink01 > li {
	float: left;
	margin-bottom: 10px;
	margin-left: 8px;
}
.localLink01 a {
	display: table;
	width: 100%;
	background-color: #f5f5f5;
	border-radius: 5px;
	color: #888888;
	text-align: center;
	text-decoration: none;
}
.localLink01 a > span {
	display: table-cell;
	padding: 10px 55px 10px 60px;
	background: url(/jp/common_corp/images/com_ic14.png) 30px 50% no-repeat;
	vertical-align: middle;
}
.localLink01 a:hover {
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
			-ms-transition: .3s ease-in-out;
		   -o-transition: .3s ease-in-out;
					transition: .3s ease-in-out;
	background-color: #fafafa;
	text-decoration: underline;
}
.localLink01 .current a {
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
}
.localLink01 .current a > span {
	display: table-cell;
	padding: 10px 30 10px 50px;
	background: url(/jp/common_corp/images/com_ic15.png) 30px 50% no-repeat;
	vertical-align: middle;
}

/* Table Parts
------------------------------------------------------ */
/* tableWrap01 */
.tableWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
.tableWrap01 > *:first-child {
	margin-top: 0 !important;
}

/* tableType01 */
.tableType01 {
}
.tableType01 thead tr {
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
}
.tableType01 thead th {
	vertical-align: top;
	padding: 15px 20px 10px;
	background: #f3f3f3;
	color: #444444;
}
.tableType01 tbody tr {
	border-bottom: solid 1px #eeeeee;
}
.tableType01 tbody th {
	vertical-align: top;
	padding: 20px 20px 0;
	background: #fafafa;
	color: #444444;
}
.tableType01 tbody th:first-child {
}
.tableType01 tbody td {
	padding: 20px;
	color: #555555;
}

.tableType01 th > *:first-child,
.tableType01 td > *:first-child {
	margin-top: 0 !important;
}

.tableType01 tbody th.year {
	text-align: center;
	border-right: solid 1px #eeeeee;
}
.tableType01 tbody th.month {
	text-align: right;
}


/* Column Parts
------------------------------------------------------ */
/* selector */
.colLayout01 > [class*="col"] > *:first-child,
.colLayout02 > [class*="col"] > *:first-child,
.colLayout03 > [class*="col"] > *:first-child,
.colLayout04 > [class*="col"] > *:first-child {
	clear: none;
	margin-top: 0 !important;
}
[class*="colLayout"] .title {
	margin-top: 20px;
	text-align: left !important;
	font-size: 13px;
	font-size: 1.0rem;
	font-weight: bold;
}

.colLayout01.count1 > * {
	text-align: center;
}
.colLayout01.count1 > .col:nth-of-type(n+2) {
	margin-top: 15px !important;
}
.colLayout01.count2 > .col:nth-of-type(n+3),
.colLayout01.count3 > .col:nth-of-type(n+4) {
	margin-top: 15px !important;
}
.colLayout01.count2 > .col:nth-of-type(2n+1),
.colLayout02.count2 > .col:nth-of-type(2n+1),
.colLayout03.count2 > .col:nth-of-type(2n+1),
.colLayout01.count3 > .col:nth-of-type(3n+1),
.colLayout02.count3 > .col:nth-of-type(3n+1),
.colLayout03.count3 > .col:nth-of-type(3n+1) {
	clear: left !important;
	margin-left: 0 !important;
}

/* size */
.colLayout01.count1 > .col { width: 100%; }
.colLayout01.count2 > .col { width: 420px; }
.colLayout01.count3 > .col { width: 278px; }

.colLayout02.count1 > .col { width: 100%; }
.colLayout02.count2 > .col { width: 420px; }
.colLayout02.count3 > .col { width: 278px; }

.colLayout03.count1 > .col { width: 100%; }
.colLayout03.count2 > .col { width: 420px; }
.colLayout03.count3 > .col { width: 278px; }

/* colLayout01 */
.colLayout01 {
	clear: both;
	margin: 30px 0 0 0;
}
.colLayout01.type-table {
	display: table;
	width: 100%;
}
.colLayout01.count1 {
	text-align: center;
}
.colLayout01 > .col {
	float: left;
	margin: 0 0 0 3.2%;
}
.colLayout01.count2 > .col {
	margin: 0 0 0 10px;
}
.colLayout01.count3 > .col {
	margin: 0 0 0 8px;
}
.colLayout01.count1 > .col {
	float: none;
	display: inline-block;
	margin-left: 0;
}
.colLayout01 > .colLeft {
	float: left;
	margin: 0 20px 0.5em 0;
}
.colLayout01 > .colRight {
	float: right;
	margin: 0 0 0.5em 20px;
}
.colLayout01 > .colDetail {
	overflow: hidden;
}
.colLayout01 > .colMain {
	float: left;
}
.colLayout01 > .colSide {
	float: right;
}

.colLayout01[class*="count"] > .col > img {
	max-width: 100%;
}

/* colLayout02 */
.colLayout02 {
	clear: both;
	margin: 30px 0 0 0;
}
.colLayout02.type-table {
	display: table;
	width: 100%;
}
.colLayout02.count1 {
	text-align: center;
}
.colLayout02 > .col {
	float: left;
	margin: 0 0 0 3.2%;
}
.colLayout02.count2 > .col {
	margin: 0 0 10px 10px;
}
.colLayout02.count1 > .col {
	float: none;
	display: inline-block;
	margin-left: 0;
}
.colLayout02 > .colLeft {
	float: left;
	margin: 0 20px 0.5em 0;
}
.colLayout02 > .colRight {
	float: right;
	margin: 0 0 0.5em 20px;
}
.colLayout02 > .colDetail {
	overflow: hidden;
}
.colLayout02 > .colMain {
	float: left;
}
.colLayout02 > .colSide {
	float: right;
}

.colLayout02[class*="count"] > .col > img {
	max-width: 100%;
}

/* colLayout03 */
.colLayout03 {
	clear: both;
	margin: 30px 0 0 0;
}
.colLayout03.type-table {
	display: table;
	width: 100%;
}
.colLayout03.count1 {
	text-align: center;
}
.colLayout03 > .col {
	float: left;
	margin: 0 0 2em 3.2%;
}
.colLayout03.count2 > .col {
	margin: 0 0 10px 10px;
}
.colLayout03.count3 > .col {
	margin: 0 0 10px 8px;
}
.colLayout03.count1 > .col {
	float: none;
	display: inline-block;
	margin-left: 0;
}
.colLayout03 > .colLeft {
	float: left;
	margin: 0 20px 0.5em 0;
}
.colLayout03 > .colRight {
	float: right;
	margin: 0 0 0.5em 20px;
}
.colLayout03 > .colDetail {
	overflow: hidden;
}
.colLayout03 > .colMain {
	float: left;
}
.colLayout03 > .colSide {
	float: right;
}

.colLayout03[class*="count"] > .col > img {
	max-width: 100%;
}

/* colLayout04 */
.colLayout04 {
	clear: both;
	margin: 30px 0 0 0;
}
.colLayout04 .colLeft {
	display: table-cell;
	vertical-align: middle;
	width: 570px;
	padding-right: 20px;
}
.colLayout04 .colRight {
	display: table-cell;
	vertical-align: top;
	width: 235px;
	padding: 20px;
	border: solid 1px #f9f9f9;
}


/* plugin
------------------------------------------------------ */
/* pluginWrap01 */
.pluginWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
.pluginWrap01 > *:first-child {
	margin-top: 0 !important;
}
.pluginWrap01 > .linkBlock {
}

/* pluginNavi01 */
.pluginNavi01 {
	clear: both;
	display: table;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 20px 30px;
	border: 1px solid #eeeeee;
	background: #ffffff;
}
.pluginNavi01 > .head {
	float: left;
	display: table-cell;
	margin: 0 30px 0 0;
}
.pluginNavi01 > .content {
	display: table;
	vertical-align: middle;
	padding-top: 1em;
	color: #333333;
	overflow: hidden;
}


/* Other Parts
------------------------------------------------------ */
/* faq */
[class*="faq"] > *:first-child {
	clear: none;
	margin-top: 0 !important;
}
.faq {
	margin: 20px 0 40px;
	padding: 20px 10px 10px;
	border: solid 1px #eeeeee;
}
.faq dl {
}
.faq dl .question {
	margin-bottom: 25px;
	padding-left: 8px;
	padding-right: 25px;
}
.faq dl .question .icon {
	float: left;
	width: 32px;
	margin-right: 10px;
}
.faq dl .question .text {
	display: block;
	padding-top: 8px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	overflow: hidden;
}
.faq dl .answer {
	padding: 20px 30px 25px 20px;
	background-color: #fafafa;
}
.faq dl .answer .icon {
	float: left;
	margin-right: 10px;
}
.faq dl .answer .text {
	display: block;
	padding-top: 5px;
	overflow: hidden;
}

/* boxLayout01 */
.boxLayout01 {
	margin: 30px auto 0;
	border: solid 1px #f5f5f5;
}
.boxLayout01.type01 {
	width: 750px;
}
.boxLayout01 .inqList {
}
.boxLayout01 .inqList .head {
	padding: 13px 20px;
	background-color: #f3f3f3;
	border-bottom: solid 1px #f5f5f5;
	font-weight: bold;
	color: #444444;
}
.boxLayout01 .inqList .content {
	padding: 20px;
}
.boxLayout01.type01 .inqList .head,
.boxLayout01.type01 .inqList .content {
	text-align: center;
}
.boxLayout01 .inqList .content > *:first-child {
	margin-top: 0 !important;
}
.boxLayout01 .inqList .content .iconList02 li + li {
	margin-top: 0;
}



/********************************************************

  COMPONENT

********************************************************/

/* Page Parts
------------------------------------------------------ */



/* Clearfix
------------------------------------------------------ */
.ancLink01:after,
.localLink01:after,
.descList03:after,
.colList01:after,
.colLayout01:after,
.colLayout02:after,
.colLayout03:after,
.colLayout04:after,
.faq dl dt:after,
.faq dl dd:after,
.pluginNavi01:after {
	content: "";
	display: block;
	clear: both;
}
.ancLink01,
.localLink01,
.descList03,
.colList01,
.colLayout01,
.colLayout02,
.colLayout03,
.colLayout04,
.faq dl dt,
.faq dl dd,
.pluginNavi01 {
	zoom: 1;
}


}