@charset "utf-8";
/* ======================
 * Contents CSS
======================= */



/* Heading
=========================================*/
.heading01 {
	margin: 35px 0;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.1;
}
.heading02 {
	margin-top: 80px;
	padding-bottom: 18px;
	border-bottom: double 3px #ae9866;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.1;
}
.heading02 .sub {
	font-size: 24px;
	font-size: 2.4rem;
}
.heading03 {
	margin-top: 44px;
	padding-bottom: 15px;
	border-bottom: solid 1px #dddddd;
	color: #5a430e;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.1;
}


/* Text
=========================================*/
.text {
	margin-top: 28px;
}
.highlight {
	font-weight: bold;
}

/* note */
ol.note01 {
	margin-top: 28px;
	counter-reset: li;
}
ol.note01 > li {
	margin-top: 10px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
ol.note01 > li:first-child {
	margin-top: 0;
}
ol.note01 > li:before {
	content: "*"counter(li)" ";
	counter-increment: li;
}
.txColor01 {
	color: #CC0000 !important;
}



/* Link
=========================================*/
/* iconLink01 */
.iconLink01 {
	margin-top: 25px;
}
ul.iconLink01 > li {
	margin-top: 10px;
}
ul.iconLink01 > li:first-child {
}
.iconLink01 a {
	display: inline-block;
	padding-left: 20px;
	background: url(/common/img/com_ic02.png) no-repeat 0 0.4em;
}
.iconLink01 a[target="_blank"],
p.iconLink01.outLink a,
ul.iconLink01 li.outLink a {
	background: url(/common/img/com_ic06.png) no-repeat 0 0.3em;
}
.iconLink01 a[href$=".pdf"],
p.iconLink01.pdfLink a,
ul.iconLink01 li.pdfLink a {
	background: url(/common/img/com_ic05.png) no-repeat 0 0.1em;
}

/* linkBt */
p.linkBt01 {
	display: table;
	margin-top: 20px;
	border: solid 1px #ae9866;
}
p.linkBt01 a {
	display: table-cell;
	padding: 15px 18px 15px 37px;
	background: #ffffff url(/common/img/com_ic02.png) no-repeat 18px 50%;
	color: #000000;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
p.linkBt01 a:hover {
	background: #ae9866 url(/common/img/com_ic03.png) no-repeat 18px 50%;
	color: #ffffff;
	text-decoration: none;
}
p.linkBt01 a[target="_blank"],
p.linkBt01.outLink a {
	background: #ffffff url(/common/img/com_ic06.png) no-repeat 18px 50%;
}
p.linkBt01 a[target="_blank"]:hover,
p.linkBt01.outLink a:hover {
	background: #ae9866 url(/common/img/com_ic06on.png) no-repeat 18px 50%;
}
p.linkBt01 a[href$=".pdf"],
p.linkBt01.pdfLink a {
	background: #ffffff url(/common/img/com_ic05.png) no-repeat 18px 50%;
}
p.linkBt01 a[href$=".pdf"]:hover,
p.linkBt01.pdfLink a:hover {
	background: #ae9866 url(/common/img/com_ic05on.png) no-repeat 18px 50%;
}
p.linkBt02 {
	display: table;
	width: 300px;
	height: 64px;
	margin-top: 20px;
	border: solid 1px #ae9866;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
p.linkBt02 a {
	display: table-cell;
	background: #0a4477;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
p.linkBt02 a:hover {
	background: #204a67;
	color: #e4e0d4;
	text-decoration: none;
}
p.linkBt02 a span {
	padding-left: 20px;
	background: url(/common/img/com_ic02.png) no-repeat 0 50%;
}
p.linkBt02 a[target="_blank"] span {
	background-image: url(/common/img/com_ic06.png);
}
p.linkBt02 a[href$=".pdf"] span {
	background-image: url(/common/img/com_ic05.png);
}
p.linkBt02.mailLink span {
	background-image: url(/common/img/com_ic11.png);
}
.linkBtList {
	margin-top: 40px;
	text-align: center;
}
.linkBtList li {
	display: inline-block;
	margin: 0 30px;
}
.linkBtList li *:first-child {
	margin-top: 0;
}

/* anchorLinkList */
.anchorLinkList {
	margin-top: 25px;
}
.anchorLinkList li {
	margin-top: 5px;
	padding-left: 20px;
	background: url(/common/img/com_ic09.png) no-repeat 0 0.4em;
	font-size: 11px;
	font-size: 1.1rem;
}
.anchorLinkList.type-float li {
	float: left;
}
.anchorLinkList.type-float li + li {
	margin-top: 0;
	margin-left: 40px;
}
.anchorLinkList li:first-child {
	margin-top: 0;
}
.anchorLinkList.txLarge li {
	font-size: 14px;
	font-size: 1.4rem;
}

/* inlineLink */
a.inlineLink {
	display: inline-block;
	padding-left: 20px;
	background: url(/common/img/com_ic02.png) no-repeat 3px 0.4em;
}
a.inlineLink[target="_blank"] {
	background: url(/common/img/com_ic06.png) no-repeat 3px 0.3em;
}
a.inlineLink[href$=".pdf"] {
	background: url(/common/img/com_ic05.png) no-repeat 3px 0.1em;
}

/* textLink */
.textLink {
}
.textLink a {
	position: relative;
}
.textLink a.type-blank {
	display: inline-block;
	padding-right: 20px;
}
.textLink a.type-blank:after {
	position: absolute;
	display: inline-block;
	content: "";
	right: 0;
	top: 5px;
	width: 13px;
	height: 11px;
	background: url(/common/img/com_ic06.png) left top no-repeat;
}

/* List
=========================================*/
/* iconList */
ul.iconList01 {
	margin-top: 50px;
}
dl.iconList01 {
	margin-top: 50px;
}
ul.iconList01 > li {
	margin-top: 10px;
	padding-left: 17px;
	background: url(/common/img/com_ic07.png) no-repeat 0 0.5em;
}
ul.iconList01 > li:first-child {
	margin-top: 0;
}
dl.iconList01 dt {
	padding: 13px 10px 11px 36px;
	background: #f2f2f2 url(/common/img/com_ic07.png) no-repeat 19px 1.4em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
dl.iconList01 dd {
	padding: 15px 17px;
}
dl.iconList01 dd *:first-child {
	margin-top: 0;
}

/* numList */
ol.numList01 {
	margin-top: 50px;
	counter-reset: li;
}
ol.numList01 > li {
	position: relative;
	margin-top: 20px;
	padding-left: 2em;
}
ol.numList01 > li:first-child {
	margin-top: 0;
}
ol.numList01 > li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: -2px;
	left: 0;
	margin-right: 6px;
	padding: 6px 7px 5px 7px;
	background: #ae9866;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
}



/* Table
=========================================*/
.tableType01 {
	width: 100%;
	margin-top: 50px;
}
.tableType01 th {
	padding: 9px 17px;
	text-align: left;
	vertical-align: top;
}
.tableType01 td {
	padding: 12px 17px;
	border-bottom: solid 1px #bbbbbb;
	text-align: left;
	vertical-align: top;
}
.tableType01 .level01 {
	background: #f2ead8;
	border-top: double 3px #ae9866;
	border-bottom: double 3px #ae9866;
	color: #5a430e;
	font-weight: bold;
}
.tableType01 .level02 {
	background: #f2f2f2;
	border-bottom: solid 1px #bbbbbb;
	color: #333333;
	font-weight: bold;
}
.tableType01 td > *:first-child {
	margin-top: 0 !important;
}

.tableDefaultType {
	width: auto;
	margin-top: 0;
}
.tableDefaultType th,
.tableDefaultType td {
	padding: 3px 0;
	border: none;
	text-align: left;
	vertical-align: top;
}


/* Column
=========================================*/

/* variableRight */
.variableRight01,
.variableRight02 {
	clear: both;
	margin-top: 40px;
}
.variableRight01 .variableImg,
.variableRight02 .variableImg {
	float: right;
	margin: 0 0 20px 60px;
}
.variableRight01 .variableText {
}
.variableRight02 .variableText {
	overflow: hidden;
}

/* variableLeft */
.variableLeft01,
.variableLeft02 {
	clear: both;
	margin-top: 40px;
}
.variableLeft01 .variableImg,
.variableLeft02 .variableImg {
	float: left;
	margin: 0 60px 20px 0;
}
.variableLeft01 .variableText {
}
.variableLeft02 .variableText {
	overflow: hidden;
}

/* singleCol */
.singleCol {
	clear: both;
	margin-top: 40px;
	text-align: center;
}
.singleCol .figure {
	margin: 0 auto;
}

/* equalCol */
.equalCol2 {
	overflow: hidden;
	margin: 40px -60px 0 0;
}
.equalCol3 {
	overflow: hidden;
	margin: 40px -50px 0 0;
}
.equalCol2 .col {
	float: left;
	width: 440px;
	margin-right: 60px;
}
.equalCol3 .col {
	float: left;
	width: 280px;
	margin-right: 50px;
}
.equalCol2 .col *:first-child,
.equalCol3 .col *:first-child {
	margin-top: 0;
}


/* pressList
=========================================*/
.pressList {
	margin-top: 30px;
}
.pressList dl {
	display: table;
	width: 100%;
	padding: 20px 0;
	border-bottom: dotted 1px #cccccc;
}
.pressList dt {
	display: table-cell;
	width: 10em;
	text-align: left;
	vertical-align: top;
}
.pressList dd {
	display: table-cell;
	width: auto;
	text-align: left;
	vertical-align: top;
}
.pressList dd *:first-child {
	margin-top: 0;
}


/* borderBox
=========================================*/
.borderBox01 {
	margin-top: 50px;
	padding: 10px 10px;
	border: solid 1px #ae9866;
	text-align: center;
}
.borderBox01 dt {
	text-decoration: underline ;
}


/* accordionBlock
=========================================*/
.accordionBlock {
	margin-top: 25px;
	border: 1px solid #ae9866;
	border-top: none;
}
.accordionBlock .acHead {
	position: relative;
	padding-top: 1px;
	border-top: 1px solid #ae9866;
	background-color: #f2f2f2;
}
.accordionBlock .acHead a {
	display: block;
	padding: 14px 17px 11px;
	border-top: 1px solid #ae9866;
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
}
.accordionBlock .acHead a:before {
	position: absolute;
	top: 50%;
	right: 19px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(/common/img/com_ic10.png) no-repeat 0 0;
	content: "";
}
.accordionBlock .acHead.open {
	border-bottom: none;
	background-color: #ffffff;
}
.accordionBlock .acHead.open a:before {
	background-position: -20px 0;
}
.accordionBlock .acContent {
	padding: 17px 19px;
}
.accordionBlock .acContent > *:first-child,
.accordionBlock .acContent > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.accordionBlock .acContent > .iconLink01 > .nonLink {
	padding-left: 20px;
	background: url(/common/img/com_ic07.png) no-repeat 3px 0.5em;
}
.accordionBlock + .accordionBlock {
	margin-top: 0;
}
.accordionBlock + .accordionBlock .acHead {
	border-top: none;
}
@media print, screen and (min-width: 641px) {
.spElm {
	display: none;
}
}



/* pressRelease
=========================================*/
#pressRelease {
}
#pressRelease #pressReleaseInner {
	position: relative;
	width: 940px;
	margin: 0 auto;
}
#pressRelease .heading {
	padding: 5px 0 21px 0;
}
#pressRelease .heading img {
	width: 124px;
	height: auto;
}
#pressRelease dl {
	display: table;
	width: 100%;
	padding: 20px 0;
	border-bottom: dotted 1px #cccccc;
}
#pressRelease dt {
	display: table-cell;
	width: 10em;
	text-align: left;
	vertical-align: top;
}
#pressRelease dd {
	display: table-cell;
	width: auto;
	text-align: left;
	vertical-align: top;
}
#pressRelease dd *:first-child {
	margin-top: 0;
}
#pressRelease .listLink {
	position: absolute;
	top: 0;
	right: 1px;
	width: 118px;
	border: solid 1px #ae9866;
}
#pressRelease .listLink a {
	display: block;
	padding: 10px 0 8px 37px;
	background: url(/common/img/com_ic02.png) no-repeat 21px 50%;
	color: #000000;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
#pressRelease .listLink a:hover {
	background: #ae9866 url(/common/img/com_ic03.png) no-repeat 21px 50%;
	color: #ffffff;
	text-decoration: none;
}





/* ClearFix
=========================================*/
.variableRight01:after,
.variableRight02:after,
.variableLeft01:after,
.variableLeft02:after,
.equalCol2:after,
.equalCol3:after,
.anchorLinkList.type-float:after {
	content: "";
	display: block;
	clear: both;
}
.variableRight01,
.variableRight02,
.variableLeft01,
.variableLeft02,
.equalCol2,
.equalCol3,
.anchorLinkList.type-float {
	min-height: 1%;
	zoom: 1;
}

