@charset "UTF-8";

/* base */

* {
	margin: 0;
	padding: 0;
}

body, input, textarea, select {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	/*font-size: 75%;*/
	font-size: 87.5%;
	color: #333333;
	line-height: 166%;
	/*background: url(../images/back.png) repeat-x left top #E1D9C6;*/
}

ul,ol,li {
	list-style: none;
}

h1,h2,h3,h4,h6,p,ul,ol,li,div,table,th,td,dl,dt,dd {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}
a:link {
	color: #1a5393;
	text-decoration: none;
}

a:visited {
	color: #660099;
}

a:hover {
	color: #1a5393;
	text-decoration: underline;
}

a:link,a:visited,a:focus {
	outline:none;
}

img	{
	border: none;
}

li img	{
	vertical-align: bottom;
}

* html .clear	{
	height: 1%;
}

*:first-child+html .clear {
	height: 1%;
}

.clear:after	{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.over a:hover img{filter:alpha(opacity=60); opacity:0.6;}

#wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0 6px;
}


/* header */

.header_top {
	position: relative;
	padding: 5px 30px 10px 30px;
}

h1 a {
	display: block;
	height: 46px;
	padding-top: 12px;
	float: left;
}

.header_top h2 {
	float: right;
	padding-top: 18px;
}

#search_area {
	position: absolute;
	padding-top: 12px;
	top: 18px;
	left: 678px;
	_left: 648px;
	width: 292px;
	height: 35px;
	background: url(../images/search_area.gif) no-repeat left top;
	border: none;
}

legend {
	display: none;
}

.input_area {
	position: absolute;
	top: 7px;
	left: 45px;
	width: 145px;
	height: 16px;
	padding: 2px;
	border: solid 1px #ccc;
	color: #666;
}

.search_btn {
	position: absolute;
	top: 7px;
	left: 202px;
	text-indent: -9999px;
	width: 69px;
	height: 21px;
	border: none;
}

#nav {
	width: 1000px;
	padding-bottom: 4px;
	background: url(../images/nav_bottom.gif) repeat-x left bottom;
}

#nav li {
	float: left;
	height: 62px;
}

#nav li a {	
	display: block;
	height: 62px;
	text-indent: -9999px;
}

.nav_concept a {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat 0 0;
}

.nav_company a {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -167px 0;
}

.nav_history a {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -334px 0;
}

.nav_business_overview a {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -501px 0;
}

.nav_recruit a {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -668px 0;
}

.nav_expansion_plan a {	
	width: 165px;
	background: url(../images/nav.gif) no-repeat -835px 0;
}

.nav_concept a:hover {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat 0 -62px;
}

.nav_company a:hover {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -167px -62px;
}

.nav_history a:hover {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -334px -62px;
}

.nav_business_overview a:hover {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -501px -62px;
}

.nav_recruit a:hover {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -668px -62px;
}

.nav_expansion_plan a:hover {	
	width: 165px;
	background: url(../images/nav.gif) no-repeat -835px -62px;
}

.totop p {
	/*color: #ff6600;*/
	font-size: 85%;
	text-align: right;
}

.totop img {
	vertical-align: middle;
	margin-right: 5px;
}

.totop a,
.totop a:hover,
.totop a:visited {
	color: #666;
	text-decoration: none;
}


/* footer */

#footer {
	padding: 6px 30px 0;
	/*background: url(../images/footer_top.gif) repeat-x left top #f6f3e8;*/
	/*font-size: 85%;*/
	font-size: 75%;
	line-height: 100%;
}

#footer a:link {
	color: #fff;
}

.boxLink02 > .column > .col .inner,
.boxLink07 > .column > .col .inner {
	position: relative; /* for EqualHeight bug fix */
	padding: 15px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #cccccc;
	border-top: none;
}

/* Footer
------------------------------------------ */
#footer {
	margin: 60px 0 0 0;
}

/* pagetop */
#footer #pagetop {
	display: none;
	position: fixed;
	bottom: 180px;
	right: 100px;
	margin-top: 0;
	z-index: 100;
}	

#footer #pagetop a {
	overflow: hidden;
	outline: none;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(/shared/images/footer_bt01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999em;
	zoom: 1;
}
#footer #pagetop a:hover {
	background-image: url(/shared/images/footer_bt01on.png);
}

/* footerSitemap */
#footer #footerSitemap {
	padding: 30px 0;
	background: url(/shared/images/com_bg04.png) repeat 50% 0;
}
#footer #footerSitemap .wrap {
	position: relative;
}

#footer #footerSitemap #footerNavLocal {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}
#footer #footerSitemap #footerNavLocal dl dt,
#footer #footerSitemap #footerNavLocal dl dd ul {
	width: 980px;
	margin: 0 auto;
}
#footer #footerSitemap #footerNavLocal dt {
	position: relative;
}
#footer #footerSitemap #footerNavLocal dt span {
	overflow: hidden;
	outline: none;
	position: absolute;
	right: 0;
	bottom: 100%;
	display: block;
	width: 40px;
	height: 38px;
	background-image: url(/shared/images/footer_bt02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999em;
	cursor: pointer;
}
#footer #footerSitemap #footerNavLocal dt span:hover {
	opacity: 0.7;
}
#footer #footerSitemap #footerNavLocal dl dd {
	display: none;
	padding: 15px 0;
	background: url(/shared/images/com_bg02.png) repeat 0 0;
	border-top: 2px solid #999999;
}
#footer #footerSitemap #footerNavLocal dl dd ul {
	letter-spacing: -0.4em;
}
#footer #footerSitemap #footerNavLocal dl dd ul li {
	display: inline-block;
	margin: 0 50px 0 0;
	padding: 0 0 0 15px;
	background: url(/shared/images/link_ic02.png) no-repeat 0 0.3em;
	vertical-align: top;
	letter-spacing: normal;
}
#footer #footerSitemap #footerNavLocal dl dd ul li:last-child {
	margin-right: 0;
}
#footer #footerSitemap #footerNavLocal dl.open dt span {
	background-image: url(/shared/images/footer_bt02on.png);
}

#footer #footerSitemap #footerCategory {
	padding: 20px;
	background: url(/shared/images/footer_bg01.png) no-repeat 0 0;
}
#footer #footerSitemap #footerCategory > *:first-child {
	margin-top: 0;
}
#footer #footerSitemap #footerCategory .column .col {
	width: 172px;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	background: url(/shared/images/footer_bg02.png) repeat-y 100% 0;
}
#footer #footerSitemap #footerCategory .column .col:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
#footer #footerSitemap #footerCategory .column .col .link > li > a {
	position: relative;/* fon PIE.js */
	display: block;
	padding: 8px 28px 8px 8px;
	background-color: #01a369;
	background-image: url(/shared/images/link_ic01.png);
	background-repeat: no-repeat;
	background-position: 152px 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
	border: 2px solid #01a369;
	color: #ffffff;
	font-weight: bold;
}
#footer #footerSitemap #footerCategory .column .col .link > li > a:link,
#footer #footerSitemap #footerCategory .column .col .link > li > a:visited {
	text-decoration: none;
}
#footer #footerSitemap #footerCategory .column .col .link > li > a:hover,
#footer #footerSitemap #footerCategory .column .col .link > li > a:active {
	background-color: #ffffff;
	color: #01a369;
	text-decoration: none;
}
#footer #footerSitemap #footerCategory .column .col .link > li > ul {
	padding: 0 10px;
}
#footer #footerSitemap #footerCategory .column .col .link > li > ul li {
	margin: 5px 0 0 0;
	font-size: 85.71%;
}
#footer #footerSitemap #footerCategory .column .col .link > li > ul li:first-child {
	margin-top: 10px;
}

#footer #footerSitemap #footerCategory .column .col:nth-child(3) .link > li {
	letter-spacing: -2px;
}
#footer #footerSitemap #footerCategory .column .col:nth-child(3) .link > li ul li {
	letter-spacing: 0;
}


#footer #footerSitemap #footerUseful {
	background-color:rgba(255,255,255,0.8);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff)\9;
}
#footer #footerSitemap #footerCategory:not(:target) {
	filter: none;
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff)\9;
}
#footer #footerSitemap #footerUseful ul {
	padding: 10px 20px 20px 20px;
	background-color:rgba(1,163,105,0.1);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#2201a369,EndColorStr=#2201a369)\9;
	line-height: 1.1;
	letter-spacing: -0.4em;
	text-align: center;
}
#footer #footerSitemap #footerCategory:not(:target) ul {
	filter: none;
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#2201a369,EndColorStr=#2201a369)\9;
}
#footer #footerSitemap #footerUseful ul li {
	display: inline-block;
	margin: 10px 0 0 0;
	border-right: 1px solid #81cbb0;
	vertical-align: top;
	letter-spacing: normal;
	white-space: nowrap;
	font-size: 85.71%;
}
#footer #footerSitemap #footerUseful ul li:last-child {
	border-right:  none;
}
#footer #footerSitemap #footerUseful ul li a {
	display: block;
	padding: 0 20px;
}

#footer #footerSitemap #footerPolicy {
	padding: 20px;
	background-color: #ffffff;
  -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;
}
#footer #footerSitemap #footerPolicy ul {
	letter-spacing: -0.4em;
}
#footer #footerSitemap #footerPolicy ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
	display: inline-block;
	width: 22%;
	margin: 0 4% 0 0;
	padding: 0 0 0 14px;
	background: url(/shared/images/link_ic02.png) no-repeat 0 0.3em;
	vertical-align: top;
	font-size: 85.71%;
	letter-spacing: normal;
}
#footer #footerSitemap #footerPolicy ul li:nth-child(4n) {
	margin-right: 0;
}
	
	
/* footerUtility */
#footer #footerUtility {
	padding: 30px 0;
	background-color: #01a369;
	color: #ffffff;
}
#footer #footerUtility #footerLink {
	letter-spacing: -0.4em;
}
#footer #footerUtility #footerLink li {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: top;
	font-size: 85.71%;
	letter-spacing: normal;
}
#footer #footerUtility #footerLink li:after {
	content: "|";
	margin: 0 0 0 10px;
	color: #85c8b0;
}
#footer #footerUtility #footerLink li a {
	color: #ffffff;
}
#footer #footerUtility #footerLink li:last-child {
	margin-right: 0;
}
#footer #footerUtility #footerLink li:last-child:after {
	display: none;
}

#footer #footerUtility #footerTradename {
	margin-top: 0;
	font-size: 78.57%;
}
#footer #footerUtility #footerLink + #footerTradename {
	margin-top: 15px;
}

#footer #footerUtility #footerCopyright {
	margin: -12px 0 0 0;
	font-size: 0;
	text-align: right;
}

/* FAQ 第2カテゴリ */
ul.category_2nd {
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
 
ul.category_2nd li {
    margin:10px;
    padding:10px;
    border:2px solid #cfedd6;
    border-radius: 5px;
    list-style:none;
}
ul.category_2nd li h2 {
    font-weight: bold;
    border-bottom: 2px solid #cfedd6;
    padding-bottom: 5px;
}
ul.category_2nd li h2 a {
    display: block;
    padding: 5px 5px 5px 20px;
    background: url(/shared/images/link_ic02.png) no-repeat 5px ;
    color: #333333;
    font-size: 114.28%;
    font-weight: bold;
    text-decoration: none;
}
ul.category_2nd li ul li {
    border: none;
    margin: 5px 2px 2px 10px;
    padding: 2px;
}
ul.category_2nd li ul li a {
    display: inline-block;
    padding: 0 15px 0 15px;
    background: url(/shared/images/link_ic02.png) no-repeat 0 0.3em;
}
/* colSet */
.colSet > .colImgR,
.colSet > .colImgL {
	margin-bottom: 10px;
}
.colSet > .colImgR {
  float: right;
  margin-left: 20px;
}
.colSet > .colImgL {
  float: left;
  margin-right: 20px;
}

/* .heading2 */
.heading2 {
	position: relative;
	margin: 30px 0 0 0;
	padding: 12px 30px 15px 10px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.heading2:after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 12px;
	width: 5px;
	height: 3px;
	background: url(/shared/images/hdg_bg04.png) no-repeat 0 0;
}
.heading2 span {
	display: block;
	padding: 3px 0 0 20px;
	background: url(/shared/images/hdg_bg03.png) no-repeat 0 0;
	font-size: 142.85%;
	font-weight: bold;
	line-height: 1.2;
}
.heading2.clearfix:after {
	position: static;
}
.heading2 span.title {
	float: left;
}
.heading2 span.date {
	float: right;
	margin-top: 7px;
	padding: 0;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	background: none;
}
.heading2 span .logo {
	float: right;
	margin: 0 0 0 10px;
}

/* .heading3 */
.heading3 {
	position: relative;
	margin: 30px 0 0 0;
	padding: 12px 30px 15px 10px;
	background: url(/shared/images/com_bg10.png) repeat 0 0;
	border-bottom: 2px solid #cccccc;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.heading3:after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 12px;
	width: 5px;
	height: 3px;
	background: url(/shared/images/hdg_bg06.png) no-repeat 0 0;
}
.heading3 span {
	display: block;
	padding: 3px 0 0 20px;
	background: url(/shared/images/hdg_bg05.png) no-repeat 0 0;
	font-size: 128.57%;
	font-weight: bold;
	line-height: 1.2;
}
.column > div > *:first-child {
  margin-top: 0 !important;
}
.col1 {
  float: left;
}
.colEq2 > .col1:nth-child(-n+2),
.colEq3 > .col1:nth-child(-n+3),
.colEq4 > .col1:nth-child(-n+4),
.colEq5 > .col1:nth-child(-n+5) {
  margin-top: 0 !important;
}
.colEq2 > .col1:nth-child(2n),
.colEq2 > .col1 > .boxColumn02 > .colEq2 > .col1:nth-child(2n),
.colEq3 > .col1:nth-child(3n),
.colEq4 > .col1:nth-child(4n),
.colEq5 > .col1:nth-child(5n) {
  margin-right: 0 !important;
}

/* linkTxtList02 */
.linkTxtList02 {
	margin: 1em 0 0 0;
}
.heading1 + .linkTxtList02 {
	margin: 2em 0 0 0;
}
.linkTxtList02 > li {
	margin: 0.5em 0 0 0;
}
.linkTxtList02 > li a {
	display: inline-block;
  padding: 0 0 0 15px;
	background: url(/shared/images/link_ic02.png) no-repeat 0 0.3em;
}
.linkTxtList02 > li.current span {
	display: inline-block;
  padding: 0 0 0 15px;
	background: url(/shared/images/link_ic02.png) no-repeat 0 0.3em;
	font-weight: bold;
}
.linkTxtList02 > li.warning {
	min-height: 23px;
	padding: 0 0 0 35px;
	background: url(/shared/images/com_ic04.png) no-repeat 0 0;
}
.linkTxtList02 > li.warning a {
	padding-left: 0;
	background: none;
}
.linkTxtList02 > li.question {
	min-height: 24px;
	padding: 0 0 0 33px;
	background: url(/shared/images/link_ic28.png) no-repeat 0 0 !important;
}
.linkTxtList02 > li.question a {
	padding-left: 0;
	background: none;
}

.linkTxtList02.aL,
.linkTxtList02.aC,
.linkTxtList02.aR,
.linkTxtList02.col2,
.linkTxtList02.col4,
.linkTxtList02.col5 {
	letter-spacing: -0.4em;
}
.linkTxtList02.aL li,
.linkTxtList02.aC li,
.linkTxtList02.aR li,
.linkTxtList02.col2 li,
.linkTxtList02.col4 li,
.linkTxtList02.col5 li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.linkTxtList02.aL li {
	margin-right: 2em;
}
.linkTxtList02.aC li {
	margin-right: 2em;
	margin-right: 2em;
}
.linkTxtList02.aR li {
	margin-left: 2em;
}
.linkTxtList02.col2 li,
.linkTxtList02.col4 li,
.linkTxtList02.col5 li {
	background: url(/shared/images/com_bg13.png) repeat-y 100% 0;
}
.linkTxtList02.col4 li:nth-child(-n+4),
.linkTxtList02.col5 li:nth-child(-n+5) {
	margin-top: 0;
}
.linkTxtList02.col2 li:nth-child(2n),
.linkTxtList02.col4 li:nth-child(4n),
.linkTxtList02.col5 li:nth-child(5n) {
	margin-right: 0;
	background: none;
}
.linkTxtList02.col2 li {
	width: 300px;
	padding-right: 16px;
	margin-right: 16px;
}
.linkTxtList02.col2.typeB li {
	width: 335px;
	padding-right: 0;
}
.linkTxtList02.col4 li {
	width: 162px;
	padding-right: 16px;
	margin-right: 16px;
}
.linkTxtList02.col5 li {
	width: 128px;
	padding-right: 12px;
	margin-right: 12px;
}
 div .coltxt h5 {
    overflow: hidden;
    zoom: 1;
}
.column .colImgR1 {
    float: left;
    margin: 0;
    margin-left: 5px;
}
.colSet > .colImgR1 {
    margin-bottom: 5px;
}
