@charset "utf-8";

/*===============================================

 title

=================================================*/

#h1Wrap {
	height:140px;
	border-bottom:1px solid #f7f7f7;
	background:url(../img/title.jpg) no-repeat center top;
}
h1 {
	position:relative;
	width:960px;
	height:140px;
	line-height:1;
	margin:0 auto;
	padding-top:60px;
	text-align:left;
	box-sizing:border-box;
	font-size:3.0rem;
	font-size:30px\9; /* for IE8 */
	font-weight:300;
}
h1 span {
	position:absolute;
	top:37px;
	left:0;
	margin-right:18px;
	font-size:1.4rem;
	font-size:14px\9; /* for IE8 */
	font-weight:400;
	vertical-align:middle;
}
h1 span.addTitle {
	position:inherit;
	top:auto;
	left:auto;
	margin-right:0;
	margin-left:10px;
	font-size:1.8rem;
	font-size:18px\9; /* for IE8 */
	font-weight:400;
	vertical-align:middle;
}
#mainContents section h2 {
	margin-top:50px;
	padding-top:25px;
}
#mainContents section h2:first-child {
	margin-top:0;
}
#mainContents h3 {
	position:relative;
	line-height:140%;
	margin-top:40px;
	padding-left:25px;
	font-size:1.6rem;
	font-size:16px\9; /* for IE8 */
}
#mainContents h3:before {
	display:block;
	position:absolute;
	top:10px;
	left:0;
	width:15px;
	height:3px;
	content:" ";
	background-color:#009961;
}
#mainContents h3.noMark {
	padding-left:0;
}
#mainContents h3.noMark:before {
	display:none;
}

/*===============================================

 common

=================================================*/

/*-----------------------------------------------
 #mainContents
-------------------------------------------------*/

#mainContents section p {
	margin-top:20px;
}
#mainContents section h2 + p {
	margin-top:40px;
}
#mainContents section p:first-child {
	margin-top:0;
}
#mainContents section a.pdf {
	padding-left:24px;
	background:url(../img/i_pdf.png) no-repeat 0 4px;
}
#mainContents section a.word {
	padding-left:24px;
	background:url(../img/i_word.png) no-repeat 0 2px;
}
#mainContents section .exLink {
}
#mainContents section .exLink:before {
	content:url(../../common/img/i_exlink.png);
	width:12px;
	height:12px;
	margin-right:5px;
	vertical-align:top;
}

/*-----------------------------------------------
 #breadcrumb
-------------------------------------------------*/

#breadcrumb {
	width:100%;
	height:26px;
	background:url(../img/bg_path.png) repeat-x 0 0;
}
#breadcrumb ul {
	width:960px;
	margin:0 auto;
}
#breadcrumb li {
	float:left;
	line-height:26px;
	margin-left:10px;
	padding-left:13px;
	background:url(../img/arrow_path.png) no-repeat 0 10px;
	font-size:1.1rem;
	font-size:11px\9; /* for IE8 */
}
#breadcrumb li:first-child {
	margin-left:0px;
	padding-left:0px;
	background:none;
}
#breadcrumb li a {
	color:#009961;
}

/*-----------------------------------------------
 ol
-------------------------------------------------*/

ol {
	margin-top:20px;
	margin-left:20px;
}
ol li {
	margin-top:10px;
	list-style:decimal;
}
ol li li {
	list-style:none;
}
ol li ul li {
	padding-left:0 !important;
}

/* .cjk */

ol.cjk {
	margin-left:30px;
}
ol.cjk li {
	list-style:cjk-ideographic;
}


/* .noMark */

ol.noMark {
	margin-top:20px;
	margin-left:0;
}
ol.noMark li {
	margin-top:10px;
	margin-left:1.6em;
	text-indent:-1.6em;
	list-style:none;
}

/* ol ol */

ol ol {
	margin-top:0;
}

/*-----------------------------------------------
 ul
-------------------------------------------------*/

#mainContents section ul {
	margin-top:20px;
}
#mainContents section ul:first-child {
	margin-top:0;
}
#mainContents section ul li {
	margin-top:10px;
	padding-left:20px;
	background:url(../img/i_dot.png) no-repeat 0 7px;
}
#mainContents section ul ul,
#mainContents section ol ul {
	margin-top:10px;
}

/* .note */

#mainContents section ul.note {
}
#mainContents section ul.note li {
	margin-left:1em;
	padding-left:0;
	background:none;
	text-indent:-1em;
}
#mainContents section ul.note li:before {
	content:"※";
}

/*-----------------------------------------------
 dl
-------------------------------------------------*/

.list dl {
	margin-top:11px;
	padding-bottom:12px;
	background-image:url(../../common/img/line_dot.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.list dl:nth-of-type(1) {
	margin-top:30px;
}
.list dt {
	float:left;
	width:160px;
	padding-left:5px;
	box-sizing:border-box;
}
.list dd {
	padding-left:165px;
}
.list dl:last-child {
	padding-bottom:0;
	background:none;
}

/*-----------------------------------------------
 table
-------------------------------------------------*/

#mainContents section table {
	width:100%;
	margin-top:40px;
}
#mainContents section table th,
#mainContents section table td {
	padding:6px 10px;
	border:1px solid #ededed;
}
#mainContents section table th {
	background-color:rgba(237,237,237,0.40);
	text-align:center;
	font-weight:300;
}

/*-----------------------------------------------
 btn
-------------------------------------------------*/

#mainContents section .btn {
	position:relative;
	margin-top:40px;
	text-align:center;
}
#mainContents section .btn a {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	position:relative;
	display:inline-block;
	height:45px;
	line-height:45px;
	padding-left:20px;
	padding-right:40px;
	background-color:#009961;
	color:#fff;
	font-size:1.5rem;
	font-size:15px\9; /* for IE8 */
	box-sizing:border-box;
}
#mainContents section .btn a:after {
	position:absolute;
	top:15px;
	right:13px;
	content:" ";
	width:8px;
	height:15px;
	background-image:url(../img/arrow_btn_contact.png);
	background-size:8px 15px;
}

/*-----------------------------------------------
 .boxContact
-------------------------------------------------*/

.boxContact {
	margin-top:40px;
	padding:0 20px 20px 25px;
	border:1px solid #ededed;
	background-color:#fbfbfb;
}
#container .boxContact h4 {
	display:inline-block;
	margin-top:0 !important;
	padding-top:15px;
	border-top:2px solid #009961;
	font-size:1.4rem;
	font-size:14px\9; /* for IE8 */
}

/* btn */

#mainContents section.boxContact.addBtn {
	position:relative;
}
#mainContents section.boxContact.addBtn .btn {
	position:absolute;
	top:25px;
	right:20px;
}
#mainContents section.boxContact.addBtn .btn a {
	position:relative;
	height:50px;
	line-height:50px;
	padding-right:80px;
	font-size:1.6rem;
	font-size:16px\9; /* for IE8 */
}
#mainContents section.boxContact.addBtn .btn a:after {
	position:absolute;
	top:18px;
	right:13px;
	content:" ";
	width:8px;
	height:15px;
	background-image:url(../img/arrow_btn_contact.png);
	background-size:8px 15px;
}


/*-----------------------------------------------
 #sideContents
-------------------------------------------------*/

#sideContents h3 {
	line-height:55px;
	padding-left:15px;
	background-color:#009961;
	color:#fff;
	font-size:1.4rem;
	font-size:14px\9; /* for IE8 */
}
#sideContents ul li a {
	display:block;
	position:relative;
	width:230px;
	line-height:45px;
	padding-left:15px;
	border:1px solid #ededed;
	border-top:none;
	background-color:#fff;
	color:#222;
	box-sizing:border-box;
}
#sideContents ul li a:after {
	position:absolute;
	content:"";
	width:6px;
	height:10px;
	top:17px;
	right:13px;
	background-image:url(../img/arrow_lnavi.png);
	background-repeat:no-repeat;
}

/* second */

#sideContents ul li ul li a {
	line-height:35px;
	padding-left:30px;
	font-size:1.2rem;
	font-size:12px\9; /* for IE8 */
}
#sideContents ul li ul li a:after {
	position:absolute;
	content:"";
	width:4px;
	height:6px;
	top:14px;
	/* right:13px; */
	left:17px;
	background-image:url(../img/arrow_lnavi_s.png);
	background-repeat:no-repeat;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++*/
/* clearfix
+++++++++++++++++++++++++++++++++++++++++++++++++*/

.cf,
#breadcrumb ul,
.list dl {
	zoom: 1; /* for IE5.5 - IE7 */
}
.cf:after,
#breadcrumb ul:after,
.list dl:after {
	/* for modern browser */
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}








