@charset "utf-8";

/*---------------------------------------------------------
  CSS : module
----------------------------------------------------------*/
.anchorlink {
	position: relative;
	top: -190px;
	display: block;
}

/*  display
------------------------------------------------*/
section .contPc {
	display: block;
}
section .contMob {
	display: none;
}

/* secInner
------------------------------------------------*/
section .secInner1 {
	padding: 20px 15px 0px;
}
section .secInner2 {
	padding: 20px 200px 0px;
}

/* float
------------------------------------------------*/
.floatLeft {
	float: left;
	padding: 0px 20px 20px 0px;
}
.floatRight {
	float: right;
	padding: 0px 0px 20px 20px;
}

/* align
------------------------------------------------*/
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}

/* topicPath
------------------------------------------------*/
section .topicPath {
	padding: 14px 0px 10px;
	min-height: 26px;
}
section .topicPath ol {
	margin: 0px auto;
	width: 980px;
}
section .topicPath li {
	font-size: 14px;
	color: #999;
	background: url(../img/common/parts_arrow11.png) no-repeat left center;
	padding: 0px 10px 0px 15px;
	float: left;
}
section .topicPath li:first-child {
	background: url(none);
	padding-left: 0px;
}

/* mainTitle
------------------------------------------------*/
section .mainTit1 {
	background: url(../img/common/main_bg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	padding: 90px 0px 90px;
}
.contact .mainTit1 {
	background: url(../img/common/main_bg_contact.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
section .mainTit1 h1 {
	margin: 0px auto;
	width: 960px;
	text-shadow: 1px 1px 0px #CCC;
	padding-left: 20px;
}
section .mainTit1 .ja {
	font-size: 40px;
	line-height: 44px;
	color: #1F1F1F;
}
section .mainTit1 .en {
	color: #8E8541;
	font-family: 'Sorts Mill Goudy', serif;
}
section .mainTit1 h1.fontw {
	text-shadow: 1px 1px 0px #666;
}
section .mainTit1 h1.fontw .ja,
section .mainTit1 h1.fontw .en {
	color: #FFF;
}
section .mainTit2 {
	padding: 60px 40px;
	background: #FFF;
	border: 1px solid #E6E6E6;
}
section .mainTit2 .ja {
	font-size: 40px;
	line-height: 44px;
	color: #1F2185;
}
section .mainTit2 .en {
	color: #8D8540;
	font-family: 'Sorts Mill Goudy', serif;
}
section .mainTit3 {
	padding: 50px 0px 30px;
	position: relative;
}
section .mainTit3 h1 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding: 15px;
	border-left: 3px solid #7D60C9;
}
section .mainTit3 .link {
	position: absolute;
	top: 65px;
	right: 0px;
}
section .mainTit3 .link a {
	font-weight: bold;
	color: #E48117;
	background: url(../img/common/parts_arrow1.gif) no-repeat right center;
	padding-right: 10px;
	display: block;
}

/* title
------------------------------------------------*/
section .titTab {
	position: relative;
}
section .titTab .tab {
	position: absolute;
	top: 0px;
	right: 0px;
}
section .titTab .tab li {
	float: left;
	padding-right: 10px;
}
section .titTab .tab a {
	font-size: 12px;
	color: #666;
	display: block;
	padding: 5px 10px;
	height: 25px;
}
section .titTab .tab a:hover,
section .titTab .tab a.sct {
	color: #E48117;
	border-bottom: 1px solid #E48117;
}
section .titLink {
	position: relative;
}
section .titLink p {
	position: absolute;
	top: -35px;
	right: 20px;
}
section .titLink a {
	background: url(../img/common/parts_arrow4.png) no-repeat left center;
	padding-left: 10px;
	font-size: 12px;
}
section .titPart1,
section .titPart1Nomg {
	font-size: 16px;
	font-weight: bold;
	color: #1F2185;
	background: #F9F9F9 url(../img/common/parts_tit1.png) no-repeat 12px 10px;
	clear: both;
	padding: 15px 15px 15px 25px;
	margin-top: 45px;
	border: 1px solid #D7D8E2;
	background-size: 3px 25px;
	-webkit-background-size: 3px 25px;
	-moz-background-size: 3px 25px;
	-o-background-size: 3px 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
section .titPart1Nomg {
	margin-top: 0px;
}
section .titPart2,
section .titPart2Nomg {
	font-size: 20px;
	color: #be8815;
	font-weight: bold;
	clear: both;
	padding: 12px 0px;
	margin: 30px 0px 20px;
	border-top: 1px solid #be8815;
	border-bottom: 1px solid #be8815;
}
section .titPart2Nomg {
	margin-top: 0px;
}
section .titPart3,
section .titPart3Nomg {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	clear: both;
	padding: 30px 0px 10px;
}
section .titPart3Nomg {
	padding-top: 0px;
}


/* ppBox -------------------------------------- */
.ppBox p,
.ppBox div {
font-size:14px;
margin-bottom:1em;
}

.ppBox .sign {
font-size:13px;
line-height:1.3;
text-align:right;
}

.ppBox ol li {
list-style:decimal;
}

.ppBox ul li {
list-style:disc;
}

.ppBox ol,
.ppBox ul {
margin-left:1.5em;
}

.ppBox li {
font-size:13px;
margin-bottom:1em;
}


.ppBox table {
width:100%;
font-size:13px;
line-height:1.3;
background:#ccc;
margin:10px 0;
border-collapse:separate;
border-spacing:1px;
}

.ppBox table th,
.ppBox table td {
padding:10px 5px;
box-sizing:border-box;
}

.ppBox table th {
width:30%;
}

.ppBox table thead th,
.ppBox table thead td {
background:#eee;
}

.ppBox table tbody th,
.ppBox table tbody td {
background:#fff;
}






/* boxlist
------------------------------------------------*/
section ul.boxlistPart1 li {
	width: 311px;
	float: left;
	padding: 30px 0px 0px 30px;
}
section ul.boxlistPart1 li:nth-child(1),
section ul.boxlistPart1 li:nth-child(4),
section ul.boxlistPart1 li:nth-child(7) {
	padding-left: 0px;
}
section ul.boxlistPart1 h3 a {
	font-size: 18px;
	color: #FFF;
	display: block;
	border: 1px solid #343690;
	padding: 15px;
	text-shadow: -1px -1px 0px #1B1D60;
	background: url(../img/common/parts_arrow2.png),-moz-linear-gradient(top, #1F2185, #383992);
	background: url(../img/common/parts_arrow2.png),-webkit-gradient(linear, left top, left bottom, from(#1F2185), to(#383992));
	background-repeat:no-repeat;
	background-position:95% center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
section ul.boxlistPart1 h3 a:hover {
	border: 1px solid #5254A1;
	background: url(../img/common/parts_arrow2.png),-moz-linear-gradient(top, #404297, #5254A1);
	background: url(../img/common/parts_arrow2.png),-webkit-gradient(linear, left top, left bottom, from(#404297), to(#5254A1));
	background-repeat:no-repeat;
	background-position:95% center;
}
section ul.boxlistPart1 .pic {
	position: relative;
	line-height: 0;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}
section ul.boxlistPart1 .pic::after {
	content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.5) inset;
}
section ul.boxlistPart1 ul {
	background: #FFF;
	min-height: 170px;
	padding: 10px 15px 0px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
section ul.boxlistPart1 ul li {
	width: 232px;
	float: none;
	padding: 0px;
}
section ul.boxlistPart1 ul li a {
	background: url(../img/common/parts_arrow1.png) no-repeat left 8px;
	display: block;
	padding: 3px 0px 3px 12px;
}
section ul.boxlistPart1 ul.ck li {
	background: url(../img/index/biz_dept_ck.png) no-repeat left center;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	-o-background-size: 12px 12px;
	padding-left: 18px;
}
section ul.boxlistPart1 .read {
	font-size: 12px;
	background: #FFF;
	min-height: 120px;
	padding: 10px 16px 0px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

/* topArea
------------------------------------------------*/
section .topArea {
	padding-top: 20px;
}
section .topArea .pic {
	float: right;
	padding-left: 10px;
}
section .topArea .pic img {
	border: 5px solid #E6E6E6;
}
section .topArea ul {
	padding-left: 15px;
}
section .topArea li a {
	background: url(../img/common/parts_arrow1.png) no-repeat left 10px;
	padding: 5px 0px 5px 15px;
	display: block;
}

/* result
------------------------------------------------*/
section .resultList .btnDetail {
	text-align: center;
}
section .resultList .btnDetail a {
	font-weight: bold;
	color: #FFF;
	background: #585AA3 url(../img/common/parts_boxarrow2.png) no-repeat right center;
	padding: 6px 25px 6px 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
section .resultList .btnDetail a:hover {
	background: #7778B5 url(../img/common/parts_boxarrow2.png) no-repeat right center;
}
section .resultList .btn {
	text-align: center;
	padding-top: 40px;
	clear: both;
}
section .resultList .btn a {
	color: #FFF;
	background: #1F2185;
	padding: 10px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
section .resultList .btn a:hover {
	background: #6364AA;
}

/* actionArea
------------------------------------------------*/
section .actionArea {
	clear: both;
	padding-top: 50px;
}
section .actionArea a.btn1 {
	line-height: 28px;
	font-weight: bold;
	color: #1F2185;
	background: #FFE900 url(../img/common/parts_arrow2.png) no-repeat 96% center;
	display: block;
	padding: 40px 30px;
	border: 1px solid #EAD900;
}
section .actionArea a.btn1 strong {
	font-size: 24px;
}
section .actionArea a.btn1:hover {
	color: #6364AA;
	background: #FFF04D url(../img/common/parts_arrow2.png) no-repeat 96% center;
}

/* mzTop
------------------------------------------------*/
section .mt05 {
	padding-top: 5px;
	clear: both;
}
section .mt10 {
	padding-top: 10px;
}
section .mt20 {
	padding-top: 20px;
}
section .mt30 {
	padding-top: 30px;
}
section .mt40 {
	padding-top: 40px;
}
section .mt50 {
	padding-top: 50px;
}
section .mt60 {
	padding-top: 60px;
}

/* box
------------------------------------------------*/
section .boxWite1 {
	background: #FFF;
	padding: 25px;
	margin-top: 20px;
}

/* num
------------------------------------------------*/
section .boxNum1 {
	font-weight: bold;
	color: #FFF;
	background: #585AA3;
	padding: 3px 10px;
	margin-right: 6px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

/* list
------------------------------------------------*/
section ul.ulPart1 {
	padding: 10px 0px 0px 10px;
}
section ul.ulPart1 li {
	background: url(../img/common/parts_list1.gif) no-repeat 0px 16px;
	padding: 10px 0px 0px 12px;
}
section ul.ulw3Part1 li {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	text-align: center;
	padding: 10px 0px 0px 15px;
}
*:first-child+html section ul.ulw3Part1 li {
	display: inline;
	zoom: 1;
}
section ul.ulw3Part1 li:nth-child(1),
section ul.ulw3Part1 li:nth-child(4),
section ul.ulw3Part1 li:nth-child(7) {
	padding-left: 0px;
}
section ul.ulw2Part1 li {
	display: inline-block;
	vertical-align: top;
	width: 325px;
	text-align: center;
	padding: 10px 0px 0px 15px;
}
*:first-child+html section ul.ulw2Part1 li {
	display: inline;
	zoom: 1;
}
section ul.ulw2Part1 li:nth-child(1),
section ul.ulw2Part1 li:nth-child(3),
section ul.ulw2Part1 li:nth-child(5),
section ul.ulw2Part1 li:nth-child(7) {
	padding-left: 0px;
}
*:first-child+html section ul.ulw2Part1 li {
	display: inline;
	zoom: 1;
}
section ul.ulw1Part1 li {
	width: 670px;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
section ol.olPart1 {
	counter-reset: li;
}
section ol.olPart1 > li {
	position: relative;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 2em;
}
section ol.olPart1 > li:before {
	content: counter(li) "";
	counter-increment: li;
	position: absolute;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background: #585aa3;
	border-radius: 15px;
	color: #fff;
	line-height: 1.8;
	text-align: center;
}
section ol.olPart2 {
	counter-reset: li;
}
section ol.olPart2 > li {
	position: relative;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 2em;
}
section ol.olPart2 > li:before {
	content: counter(li) "";
	counter-increment: li;
	position: absolute;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background: #EFEFEF;
	line-height: 1.8;
	text-align: center;
	border: 1px solid #CCC;
}

/* dl
------------------------------------------------*/
section dl.dlPart1 {
	border-bottom: 1px solid #DDD;
}
section dl.dlPart1 dt {
	color: #585AA3;
	width: 7.5em;
	padding-top: 10px;
	float: left;
	border-top: 1px solid #DDD;
}
section dl.dlPart1 dd {
	margin-left: 7.5em;
	padding: 10px 0px;
	border-top: 1px solid #DDD;
}
section dl.dlPart2 dt {
	color: #585AA3;
	width: 7.5em;
	padding-top: 10px;
	float: left;
}
section dl.dlPart2 dd {
	padding-top: 10px;
	margin-left: 7.5em;
}
section dl.dlPart3 dt {
	color: #585AA3;
	padding-top: 10px;
}
section dl.dlPart3 dt:first-child {
	padding-top: 0px;
}
section dl.dlPart3 dd {
	padding-top: 2px;
}

/* table
------------------------------------------------*/
section table.tblPart1,
section table.tblWorks {
	width: 100%;
	margin-top: 20px;
}
section table.tblPart1 th,
section table.tblWorks th {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 12px 4px;
	border: 1px solid #CECAE1;
	text-align: center;
	text-shadow: -1px -1px 0px #F0EFF7;
	background: -moz-linear-gradient(top, #CECAE1, #DDD6F1);
	background: -webkit-gradient(linear, left top, left bottom, from(#CECAE1), to(#DDD6F1));
}
section table.tblWorks th.year {
	width: 60px;
}
section table.tblWorks th.comName {
	width: 200px;
}
section table.tblWorks th.btnDetail {
	width: 80px;
}
section table.tblPart1 td,
section table.tblWorks td {
	font-size: 12px;
	line-height: 16px;
	background: #FFF;
	padding: 12px 4px;
	border: 1px solid #CECAE1;
}
section table.tblPart1 tr:nth-child(2n),
section table.tblWorks tr:nth-child(2n) {
	background: #EFEFEF;
}
section table.tblPart2,
section table.tblPart3 {
	width: 100%;
	margin-top: 10px;
}
section table.tblPart2 th,
section table.tblPart3 th {
	background: #DDDEEC;
	padding: 12px;
	border: 1px solid #CECAE1;
	text-align: center;
	vertical-align: top;
}
section table.tblPart3 th {
	background: #EEE;
	border: 1px solid #CCC;
}
section table.tblPart2 td,
section table.tblPart3 td {
	background: #FFF;
	padding: 12px;
	border: 1px solid #CECAE1;
	vertical-align: top;
}
section table.tblPart2 tr:nth-child(2n),
section table.tblPart3 tr:nth-child(2n) {
	background: #EFEFEF;
}

/* arrow
------------------------------------------------*/
a.arrowPart1 {
	background: url(../img/common/parts_arrow14.png) no-repeat left center;
	padding-left: 18px;
}
a.arrowPart2 {
	background: url(../img/common/parts_arrow12.png) no-repeat left center;
	padding-left: 15px;
}
a.newwinPart1 {
	background: url(../img/common/parts_arrow11.png) no-repeat 5px 3px;
	padding-left: 12px;
}

/* btn
------------------------------------------------*/
section a.btnPart1 {
	font-weight: bold;
	color: #FFF;
	background: #585AA3 url(../img/common/parts_boxarrow2.png) no-repeat right center;
	padding: 8px 25px 8px 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
section a.btnPart1:hover {
	background: #7778B5 url(../img/common/parts_boxarrow2.png) no-repeat right center;
}
section a.btnPart2 {
	font-size: 14px;
	font-weight: bold;
	color: #1F1F1F;
	border: 1px solid #CCC;
	padding: 8px 30px 8px 10px;
	text-shadow: 1px 1px 0px #FFF;
	background: url(../img/common/parts_arrow4.png),-moz-linear-gradient(top, #FFF, #D4D4D4);
	background: url(../img/common/parts_arrow4.png),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#D4D4D4));
	background-repeat:no-repeat;
	background-position:95% center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
section a.btnPart2:hover {
	background: #D4D4D4 url(../img/common/parts_arrow4.png) no-repeat 95% center;
}
section a.btnPart3 {
	font-weight: bold;
	color: #FFF;
	background: #E48217 url(../img/common/parts_boxarrow2.png) no-repeat right center;
	padding: 15px 30px;
	border-bottom: 2px solid #9A5810;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
section a.btnPart3:hover {
	background: #E99945 url(../img/common/parts_boxarrow2.png) no-repeat right center;
	border-bottom: 2px solid #9A5810;
}
section a.btnPdf1 {
	font-weight: bold;
	color: #FFF;
	background: #585AA3 url(../img/common/parts_dl1.png) no-repeat 15px center;
	padding: 8px 15px 8px 40px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
section a.btnPdf1:hover {
	background: #7778B5 url(../img/common/parts_dl1.png) no-repeat 15px center;
}

/* opacity
------------------------------------------------*/
a.opacity:hover img {
	opacity: 0.9;
}

/* note
------------------------------------------------*/
section .note {
	padding-left: 1em;
	text-indent: -1em;
}

/* width
------------------------------------------------*/
section .width030 {
	width: 30px;
}
section .width050 {
	width: 50px;
}
section .width080 {
	width: 80px;
}
section .width100 {
	width: 100px;
}
section .width120 {
	width: 120px;
}
section .width150 {
	width: 150px;
}
section .width200 {
	width: 200px;
}
section .width300 {
	width: 300px;
}
section .width380 {
	width: 380px;
}
section .width450 {
	width: 450px;
}
section .width600 {
	width: 600px;
}

/* form parts
------------------------------------------------*/
section ul.tabMenu {
	padding-top: 30px;
}
section ul.tabMenu li {
	float: left;
	padding-left: 5px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
section ul.tabMenu li:first-child {
	padding-left: 0px;
}
section ul.tabMenu li a {
	color: #969696;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
	display: block;
	text-align: center;
	border: 1px solid #CCC;
}
section ul.tabMenu li a:hover,
section ul.tabMenu li a.active {
	color: #FFF;
	text-decoration: none;
	background: #4DAC27 url(../img/common/parts_arrow7.png) no-repeat center 37px;
	border: 1px solid #4DAC27;
	background-size: 10px 6px;
	-webkit-background-size: 10px 6px;
	-moz-background-size: 10px 6px;
	-o-background-size: 10px 6px;
}

section form table select,
section form table input,
section form table textarea,
section form dl select,
section form dl input,
section form dl textarea {
	padding: 8px;
	background: #FAFAFA;
	border-top: 1px solid #A1A1A1;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #A1A1A1;
}
section form dl input[type="image"] {
	padding: 0px;
	border-style: none;
}
section form table select,
section form dl select {
	background-color: #FAFAFA;
	padding: 8px;
	border-top: 1px solid #A1A1A1;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #A1A1A1;
}
section form table textarea,
section form dl textarea {
	font-size: 12px;
}
section form table input:focus,
section form table textarea:focus,
section form table select:focus,
section form dl input:focus,
section form dl textarea:focus,
section form dl select:focus {
	background: #FFF;
}
section form dl {
	padding-top: 50px;
	border-bottom: 1px solid #D6D6D6;
	margin: 0px auto;
	width: 735px;
	clear: both;
}
section form dt {
	color: #999;
	float: left;
	width: 170px;
	padding: 10px;
	border-top: 1px solid #D6D6D6;
}
section form dd {
	padding: 10px 10px 35px;
	border-top: 1px solid #D6D6D6;
	margin-left: 190px;
}
section form .col2 {
	width: 230px;
	float: left;
	padding-right: 10px;
}
section form .required {
	font-size: 10px;
	color: #C30;
	padding-left: 5px;
}
section form .arbitrary {
	font-size: 10px;
	color: #999;
	padding-left: 5px;
}
section form input.zip {
}
section form input.btn1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #8E8541;
	padding: 15px 40px;
	border-bottom: 2px solid #736B35;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}
section .attention {
	background-color: #EFEFEF;
	padding: 12px;
	border: 1px solid #CCCCCC;
	margin: 20px 0px;
}
section .attention ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
section .attention li {
	color: #FF3300;
}


/*---------------------------------------------------------
  width: 736px
----------------------------------------------------------*/
@media screen and (max-width: 736px){

.anchorlink {
	position: relative;
	top: 0px;
	display: block;
}

/*  display
------------------------------------------------*/
section .contPc {
	display: none;
}
section .contMob {
	display: block;
}

/* secInner
------------------------------------------------*/
section .secInner1 {
	padding: 20px 20px 0px;
}
section .secInner2 {
	padding: 20px 20px 0px;
}

/* float
------------------------------------------------*/
.floatLeft {
	float: left;
	padding: 0px 10px 10px 0px;
}
.floatRight {
	float: right;
	padding: 0px 0px 10px 10px;
}

/* align
------------------------------------------------*/
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}

/* topicPath
------------------------------------------------*/
section .topicPath {
	padding: 14px 0px 10px;
}
section .topicPath ol {
	margin: 0px auto;
	width: 100%;
	padding: 0px 5%;
}
section .topicPath li {
	font-size: 12px;
	color: #999;
	background: url(../img/common/parts_arrow11.png) no-repeat left center;
	padding: 0px 10px 0px 15px;
	float: left;
}
section .topicPath li:first-child {
	background: url(none);
	padding-left: 0px;
}

/* mainTitle
------------------------------------------------*/
section .mainTit1 {
	background: url(../img/common/main_bg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	padding: 40px 0px 40px;
}
.contact .mainTit1 {
	background: url(../img/common/main_bg_contact.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
section .mainTit1 h1 {
	margin: 0px auto;
	width: 100%;
	text-shadow: 1px 1px 0px #CCC;
	padding-left: 20px;
}
section .mainTit1 .ja {
	font-size: 26px;
	line-height: 30px;
	color: #1F1F1F;
}
section .mainTit1 .en {
	color: #8E8541;
	font-family: 'Sorts Mill Goudy', serif;
}
section .mainTit2 {
	padding: 30px 20px;
	background: #FFF;
}
section .mainTit2 .ja {
	font-size: 26px;
	line-height: 30px;
	color: #1F2185;
}
section .mainTit2 .en {
	color: #8D8540;
	font-family: 'Sorts Mill Goudy', serif;
}

/* title
------------------------------------------------*/
section .titTab {
	position: relative;
}
section .titTab .tab {
	position: static;
	top: 0px;
	right: 0px;
}
section .titTab .tab li {
	float: none;
	padding-right: 0px;
	border-bottom: 1px solid #E3E3E3;
}
section .titTab .tab a {
	font-size: 12px;
	color: #666;
	display: block;
	padding: 10px 10px;
	height: auto;
	background: url(../img/common/parts_boxarrow1.png) no-repeat right center;
}
section .titTab .tab a:hover,
section .titTab .tab a.sct {
	color: #E48117;
	border-bottom: none;
}
section .titLink {
	position: relative;
}
section .titLink p {
	position: absolute;
	top: -35px;
	right: 20px;
}
section .titLink a {
	background: url(../img/common/parts_arrow4.png) no-repeat left center;
	padding-left: 10px;
	font-size: 12px;
}
section .titPart1,
section .titPart1Nomg {
	font-size: 16px;
	font-weight: bold;
	color: #1F2185;
	background: #F9F9F9 url(../img/common/parts_tit1.png) no-repeat 12px 10px;
	clear: both;
	padding: 15px 15px 15px 25px;
	margin-top: 45px;
	border: 1px solid #D7D8E2;
	background-size: 3px 25px;
	-webkit-background-size: 3px 25px;
	-moz-background-size: 3px 25px;
	-o-background-size: 3px 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
section .titPart1Nomg {
	margin-top: 0px;
}
section .titPart2,
section .titPart2Nomg {
	font-size: 20px;
	color: #be8815;
	font-weight: bold;
	clear: both;
	padding: 12px 0px;
	margin: 30px 0px 20px;
	border-top: 1px solid #be8815;
	border-bottom: 1px solid #be8815;
}
section .titPart2Nomg {
	margin-top: 0px;
}
section .titPart3,
section .titPart3Nomg {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	clear: both;
	padding: 30px 0px 10px;
}
section .titPart3Nomg {
	padding-top: 0px;
}

/* boxlist
------------------------------------------------*/
section ul.boxlistPart1 li {
	width: 100%;
	float: left;
	padding: 20px 0px 0px 0px;
}
section ul.boxlistPart1 li:nth-child(1),
section ul.boxlistPart1 li:nth-child(4) {
	padding-left: 0px;
}
section ul.boxlistPart1 h3 a {
	font-size: 18px;
	color: #FFF;
	display: block;
	border: 1px solid #343690;
	padding: 15px;
	text-shadow: -1px -1px 0px #1B1D60;
	background: url(../img/common/parts_arrow2.png),-moz-linear-gradient(top, #1F2185, #383992);
	background: url(../img/common/parts_arrow2.png),-webkit-gradient(linear, left top, left bottom, from(#1F2185), to(#383992));
	background-repeat:no-repeat;
	background-position:95% center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
section ul.boxlistPart1 h3 a:hover {
	border: 1px solid #5254A1;
	background: url(../img/common/parts_arrow2.png),-moz-linear-gradient(top, #404297, #5254A1);
	background: url(../img/common/parts_arrow2.png),-webkit-gradient(linear, left top, left bottom, from(#404297), to(#5254A1));
	background-repeat:no-repeat;
	background-position:95% center;
}
section ul.boxlistPart1 .pic {
	position: relative;
    line-height: 0;
    overflow: hidden;
	border-bottom: 1px solid #CCC;
}
section ul.boxlistPart1 .pic::after {
	content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.5) inset;
}
section ul.boxlistPart1 .pic img {
	width: 100%;
	height: auto;
}
section ul.boxlistPart1 ul {
	background: #FFF;
	min-height: 150px;
	padding: 10px 15px 0px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
section ul.boxlistPart1 ul li {
	width: 232px;
	float: none;
	padding: 0px;
}
section ul.boxlistPart1 ul li a {
	background: url(../img/common/parts_arrow1.png) no-repeat left 8px;
	display: block;
	padding: 3px 0px 3px 12px;
}
section ul.boxlistPart1 ul.ck li {
	background: url(../img/index/biz_dept_ck.png) no-repeat left center;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	-o-background-size: 12px 12px;
	padding-left: 18px;
}
section ul.boxlistPart1 .read {
	font-size: 12px;
	background: #FFF;
	min-height: 120px;
	padding: 10px 16px 0px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

/* topArea
------------------------------------------------*/
section .topArea {
	padding-top: 20px;
}
section .topArea .pic {
	float: none;
	padding-left: 0px;
}
section .topArea .pic img {
	height: auto;
	width: 100%;
	border: 5px solid #E6E6E6;
}
section .topArea ul {
	padding: 15px 0px 0px;
}
section .topArea li {
	border-bottom: 1px solid #F0F0F0;
}
section .topArea li a {
	background: url(../img/common/parts_arrow1.png) no-repeat left 10px;
	padding: 10px 0px 10px 15px;
	display: block;
}

/* result
------------------------------------------------*/
section .resultList .btnDetail {
	text-align: center;
}
section .resultList .btnDetail a {
	font-weight: bold;
	color: #FFF;
	background: #585AA3 url(../img/common/parts_boxarrow2.png) no-repeat right center;
	padding: 6px 25px 6px 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
section .resultList .btnDetail a:hover {
	background: #7778B5 url(../img/common/parts_boxarrow2.png) no-repeat right center;
}
section .resultList .btn {
	text-align: center;
	padding-top: 40px;
	clear: both;
}
section .resultList .btn a {
	color: #FFF;
	background: #1F2185;
	padding: 10px 20px;
}
section .resultList .btn a:hover {
	background: #6364AA;
}

/* actionArea
------------------------------------------------*/
section .actionArea {
	clear: both;
	padding-top: 30px;
}
section .actionArea a.btn1 {
	line-height: 22px;
	font-weight: bold;
	color: #1F2185;
	background: #FFE900 url(../img/common/parts_arrow2.png) no-repeat 96% center;
	display: block;
	padding: 30px 30px 30px 20px;
}
section .actionArea a.btn1 strong {
	font-size: 18px;
}
section .actionArea a.btn1:hover {
	color: #6364AA;
	background: #FFF04D url(../img/common/parts_arrow2.png) no-repeat 96% center;
}

/* mzTop
------------------------------------------------*/
section .mt05 {
	padding-top: 5px;
	clear: both;
}
section .mt10 {
	padding-top: 10px;
}
section .mt20 {
	padding-top: 20px;
}
section .mt30 {
	padding-top: 30px;
}
section .mt40 {
	padding-top: 40px;
}
section .mt50 {
	padding-top: 50px;
}
section .mt60 {
	padding-top: 60px;
}

/* list
------------------------------------------------*/
section ul.ulPart1 {
	padding: 10px 0px 0px 10px;
}
section ul.ulPart1 li {
	background: url(../img/common/parts_list1.gif) no-repeat 0px 16px;
	padding: 10px 0px 0px 12px;
}
section ul.ulw3Part1 li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	text-align: center;
	padding: 10px 0% 0px 2%;
}
*:first-child+html section ul.ulw3Part1 li {
	display: inline;
	zoom: 1;
}
section ul.ulw3Part1 li:nth-child(4) {
	padding-left: 2%;
}
section ul.ulw3Part1 li:nth-child(odd) {
	padding: 10px 2% 0px 0%;
}
section ul.ulw3Part1 li img {
	width: 100%;
	height: auto;
}
section ul.ulw2Part1 li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	text-align: center;
	padding: 10px 0% 0px 2%;
}
*:first-child+html section ul.ulw2Part1 li {
	display: inline;
	zoom: 1;
}
section ul.ulw2Part1 li:nth-child(1),
section ul.ulw2Part1 li:nth-child(3),
section ul.ulw2Part1 li:nth-child(5),
section ul.ulw2Part1 li:nth-child(7) {
	padding-left: 2%;
}
section ul.ulw2Part1 li:nth-child(odd) {
	padding: 10px 2% 0px 0%;
}
section ul.ulw2Part1 li img {
	width: 100%;
	height: auto;
}
section ul.ulw1Part1 li {
	width: 100%;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
section ul.ulw1Part1 li img {
	width: 100%;
	height: auto;
}
section ol.olPart1 {
	counter-reset: li;
}
section ol.olPart1 > li {
	position: relative;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 2em;
}
section ol.olPart1 > li:before {
	content: counter(li) "";
	counter-increment: li;
	position: absolute;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background: #585aa3;
	border-radius: 15px;
	color: #fff;
	line-height: 1.8;
	text-align: center;
}
section ol.olPart2 {
	counter-reset: li;
}
section ol.olPart2 > li {
	position: relative;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 2em;
}
section ol.olPart2 > li:before {
	content: counter(li) "";
	counter-increment: li;
	position: absolute;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background: #EFEFEF;
	line-height: 1.8;
	text-align: center;
	border: 1px solid #CCC;
}

/* dl
------------------------------------------------*/
section dl.dlPart1 {
	border-bottom: 1px solid #DDD;
}
section dl.dlPart1 dt {
	color: #585AA3;
	width: 100%;
	padding-top: 10px;
	float: none;
	border-top: 1px solid #DDD;
}
section dl.dlPart1 dd {
	margin-left: 0px;
	padding: 5px 0px 10px;
	border-top: none;
}
section dl.dlPart2 dt {
	color: #585AA3;
	width: 100%;
	padding-top: 10px;
	float: none;
}
section dl.dlPart2 dd {
	padding-top: 2px;
	margin-left: 0em;
}
section dl.dlPart3 dt {
	color: 585AA3;
	padding-top: 10px;
}
section dl.dlPart3 dt:first-child {
	padding-top: 0px;
}
section dl.dlPart3 dd {
	padding-top: 2px;
}

/* table
------------------------------------------------*/
section table.tblPart1 {
	width: 100%;
	margin-top: 20px;
	display: block;
}
section table.tblPart1 thead {
	display: block;
	float: left;
	overflow-x:scroll;
}
section table.tblPart1 tbody {
	display: block;
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
}
section table.tblPart1 tr {
	display: inline-block;
}
section table.tblPart1 th {
	font-weight: bold;
	background: #DDD6F1;
	padding: 8px;
	border: 1px solid #CECAE1;
	text-align: center;
	display: block;
	width:auto;
	min-height: 60px;
	text-shadow: -1px -1px 0px #F0EFF7;
}
section table.tblPart1 td {
	padding: 8px;
	border: 1px solid #CCC;
	display: block;
	min-height: 60px;
}
section table.tblPart2 {
	width: 100%;
	margin-top: 10px;
}
section table.tblPart2 th {
	background: #DDDEEC;
	padding: 12px;
	border: 1px solid #CECAE1;
	text-align: center;
	vertical-align: top;
	width: 20%;
}
section table.tblPart2 td {
	background: #FFF;
	padding: 12px;
	border: 1px solid #CECAE1;
}
section table.tblPart2 tr:nth-child(2n) {
	background: #EFEFEF;
}
section table.tblWorks {
	width: 100%;
	margin-top: 20px;
}
section table.tblWorks th {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 12px 4px;
	border: 1px solid #CECAE1;
	text-align: center;
	text-shadow: -1px -1px 0px #F0EFF7;
	background: -moz-linear-gradient(top, #CECAE1, #DDD6F1);
	background: -webkit-gradient(linear, left top, left bottom, from(#CECAE1), to(#DDD6F1));
}
section table.tblWorks th.year {
	width: 20%;
}
section table.tblWorks th.comName {
	width: 50%;
}
section table.tblWorks th.btnDetail {
	width: 30%;
}
section table.tblWorks td {
	font-size: 12px;
	line-height: 16px;
	background: #FFF;
	padding: 12px 4px;
	border: 1px solid #CECAE1;
}
section table.tblWorks tr:nth-child(2n) {
	background: #EFEFEF;
}
section table.tblWorks .hide {
	display: none;
}

/* arrow
------------------------------------------------*/
a.arrowPart1 {
	background: url(../img/common/parts_arrow1.png) no-repeat 0px 3px;
	padding-left: 10px;
}
a.arrowPart2 {
	background: url(../img/common/parts_arrow2.common/) no-repeat 0px 3px;
	padding-left: 10px;
}
a.newwinPart1 {
	background: url(../img/parts_newwin1.gif) no-repeat 100% 3px;
	padding-right: 13px;
}

/* btn
------------------------------------------------*/
section a.btnPart1 {
	font-weight: bold;
	color: #FFF;
	background: #585AA3 url(../img/common/parts_boxarrow2.png) no-repeat right center;
	padding: 8px 25px 8px 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
section a.btnPart1:hover {
	background: #7778B5 url(../img/common/parts_boxarrow2.png) no-repeat right center;
}
section a.btnPart2 {
	font-size: 14px;
	font-weight: bold;
	color: #1F1F1F;
	border: 1px solid #CCC;
	padding: 8px 30px 8px 10px;
	text-shadow: 1px 1px 0px #FFF;
	background: url(../img/common/parts_arrow4.png),-moz-linear-gradient(top, #FFF, #D4D4D4);
	background: url(../img/common/parts_arrow4.png),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#D4D4D4));
	background-repeat:no-repeat;
	background-position:95% center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
section a.btnPart2:hover {
	background: #D4D4D4 url(../img/common/parts_arrow4.png) no-repeat 95% center;
}
section a.btnPart3 {
	font-weight: bold;
	color: #FFF;
	background: #E48217 url(../img/common/parts_boxarrow2.png) no-repeat right center;
	padding: 15px 30px;
	border-bottom: 2px solid #9A5810;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
section a.btnPart3:hover {
	background: #E99945 url(../img/common/parts_boxarrow2.png) no-repeat right center;
}
section a.btnPdf1 {
	font-weight: bold;
	color: #FFF;
	background: #585AA3 url(../img/common/parts_dl1.png) no-repeat 15px center;
	padding: 8px 15px 8px 40px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
section a.btnPdf1:hover {
	background: #7778B5 url(../img/common/parts_dl1.png) no-repeat 15px center;
}

/* note
------------------------------------------------*/
section .note {
	padding-left: 1em;
	text-indent: -1em;
}

/* width
------------------------------------------------*/
section .width030 {
	width: 100%;
}
section .width050 {
	width: 100%;
}
section .width080 {
	width: 100%;
}
section .width100 {
	width: 100%;
}
section .width120 {
	width: 100%;
}
section .width150 {
	width: 100%;
}
section .width200 {
	width: 100%;
}
section .width300 {
	width: 100%;
}
section .width380 {
	width: 100%;
}
section .width450 {
	width: 100%;
}
section .width600 {
	width: 100%;
}

/* form parts
------------------------------------------------*/
section form select,
section form input,
section form textarea {
	font-size: 16px;
	color: #666;
	padding: 8px;
	background: #FAFAFA;
	border-top: 1px solid #A1A1A1;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #A1A1A1;
	-webkit-appearance: none;
}
section form input[type="image"] {
	padding: 0px;
	border-style: none;
}
section form input[type="radio"] {
  width: 5px;
  height: 5px;
  border: 2px solid #888888;
  border-radius: 10px;
  background: transparent;
  opacity: 0.5;
}
section form input[type="radio"]:checked {
	background: #E47F17;
	border: 2px solid #E47F17;
	opacity: 1;
}
section form input[type="checkbox"] {
	width: 15px;
	height: 15px;
	border: 2px solid #888888;
	border-radius: 2px;
	background: transparent;
	opacity: 0.5;
}
section form input[type="checkbox"]:checked {
	background: #9279D2;
	border: 2px solid #9279D2;
	opacity: 1;
}
section form label {
	width: 100%;
	display: block;
	padding: 10px;
	margin-top: 5px;
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
section form selectt {
	background-color: #FAFAFA;
	padding: 8px;
	border-top: 1px solid #A1A1A1;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #A1A1A1;
}
section form input:focus,
section form textarea:focus,
section formselect:focus {
	background: #FFF;
}
section form dl {
	padding-top: 30px;
	border-bottom: 1px solid #D6D6D6;
	width: 100%;
}
section form dt {
	color: #1F1F1F;
	float: none;
	width: 100%;
	padding: 5% 0%;
	border-top: 1px solid #D6D6D6;
	font-weight: bold;
}
section form dd {
	padding: 5% 0%;
	border-top: 1px solid #D6D6D6;
	margin-left: 0px;
	width: 100%;
}
section form .col2 {
	width: 230px;
	float: left;
	padding-right: 10px;
}
section form .required {
	font-size: 10px;
	color: #C30;
	padding-left: 5px;
}
section form .arbitrary {
	font-size: 10px;
	color: #999;
	padding-left: 5px;
}
section form input.btn1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #8E8541;
	padding: 15px 40px;
	border-bottom: 2px solid #736B35;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
section .attention {
	background-color: #EFEFEF;
	padding: 12px;
	border: 1px solid #CCCCCC;
	margin: 20px 0px;
}
section .attention ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
section .attention li {
	color: #FF3300;
}

}
