@charset "utf-8";


.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}
.mb65{margin-bottom:65px;}

.f12{font-size:12px;}
.f13{font-size:13px;}
.f26{font-size:26px;}

.f26{font-size:26px;}

.lh{
	line-height:1.8; !important;}

.colff0000{color:#ff0000;}
.cole26969{color:#e26969;}

.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pt28{padding-top:28px !important;}
.pt60{padding-top:60px !important;}
.pt80{padding-top:80px !important;}
.pb40{padding-bottom:40px !important;}
.pb60{padding-bottom:60px !important;}
.pb65{padding-bottom:65px !important;}
.pb80{padding-bottom:80px !important;}

.img100{
	width:100%;
	height:auto;
}

.managementTxt{
	font-size:30px;
	line-height:2;
	font-family:'AxisStd-Medium';
	letter-spacing: 0.15em;
}

#management_missionArea{
	width:100%;
	padding-bottom:40.75%;
	background:url(../information/images/management_mission_area_bg.jpg) 0 0 no-repeat;
	background-size:100% auto;
	color:#FFF;
	position:relative;
}

#management_missionArea_inner{
	position:absolute;
	width:100%;
	padding-top:8.3%;
}

#management_missionArea_tit{
	font-size:18px;
	background:url(../information/images/icon_management_mission_info.png) center top no-repeat;
	padding-top:92px;
	margin-bottom:25px;
}

#management_missionArea_txt{
	font-size:14px;
	margin-bottom:52px;
}

#management_missionAreaItems{
	width:100%;
	overflow:hidden;
	height:60px;
}

#management_missionAreaItems ul{
	float:left;
	left:50%;
	position:relative;
}

#management_missionAreaItems li{
	position:relative;
	float:left;
	left:-50%;
	margin:0 20px;
	width:240px;
}

#management_missionAreaItems li a{
	display:block;
	width:240px;
	font-size:14px;
	padding:15px 0;
	color:#FFF;
	border:1px solid #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#management_missionAreaItems li a:hover{
	background:#fff;
	color:#111;
}

#management_missionAreaItems li a span{
	/*background:url(../images/icon_arrow_w_9_16.png) right center no-repeat;*/
	background:url(../../common/images/ico_arrow01.png) right center no-repeat;
	padding:0 24px 0 0;
}

#management_missionAreaItems li a:hover span{
	/*background:url(../images/icon_arrow_w_9_16.png) right center no-repeat;*/
	background:url(../../common/images/ico_arrow02.png) right center no-repeat;
	padding:0 24px 0 0;

}

/* facilities */

.faciArea{
		margin-bottom:60px;
		background:#FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
		padding:60px 0 0 0;
}

#unstudioAnchor {
	padding-top: 105px;
	margin-top: -105px;
}

.faciArea.hack{
		margin-bottom:5px;
}

.faciArea.faciAreaLast{
		margin-bottom:80px;
}


.faciAreaHeader{
		margin:0 60px 50px 60px;
}

.faciAreaInfo{
		width:61%;
}

.faciAreaTtl{
		padding-bottom:20px;
		margin-bottom:20px;
		background: url(../../common/images/bg_btm-solid.png) left bottom no-repeat;
}

.faciAreaTtl .txtEn {
    font-family:'DIN Next W06 Regular';
    display: block;
    font-size: 22px;
    letter-spacing: 0.15em;
    font-weight: normal;
    margin-bottom: 4px;
}

.faciAreaTtl .txtJp {
    font-family:'AxisStd-Regular';
    display: block;
    font-size: 12px;
}

.faciAreaTxt{
		font-family:'AxisStd-Light';
		font-size:14px;
		line-height:2;
}

.faciAreaAccess{
		width:38%;
		text-align:right;
}

.commonSliderArea{
		width:100%;

}

.commonSliderItems{
	padding-bottom:56.2962%;
	position:relative;
	z-index:1;
}

.commonSliderItemsRadius li img,
.commonSliderItemsRadius li iframe{
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		behavior: url(border-radius.htc);
}

.commonSliderItems li img{
		width:100%;
		height:auto;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		behavior: url(border-radius.htc);
}

.commonSliderItems li.commonSliderItem_movie{
	padding-bottom:56.2962%;
	position:relative;

}

.commonSliderItems li.commonSliderItem_movie iframe{
	height:100%;
	position:absolute;
}

.commonSliderItemsWrap{
	position:relative;
	width:100%;
	height:100%;
}

.commonSliderItemsCoverTL,
.commonSliderItemsCoverTR,
.commonSliderItemsCoverBL,
.commonSliderItemsCoverBR{
	position:absolute;
	width:5px;
	height:5px;
}

.commonSliderItemsCoverTL{
	top:0;
	left:0;
	background:url(../images/hack_tl.png) 0 0 no-repeat;
}

.commonSliderItemsCoverTR{
	top:0;
	right:0;
	background:url(../images/hack_tr.png) 0 0 no-repeat;
}

.commonSliderItemsCoverBL{
	bottom:0;
	left:0;
	background:url(../images/hack_bl.png) 0 0 no-repeat;
}

.commonSliderItemsCoverBR{
	bottom:0;
	right:0;
	background:url(../images/hack_br.png) 0 0 no-repeat;
}


/* access */

.mapImg img {
    width: 100%;
    height: auto;
}

.accessArea{
		margin-bottom:20px;
		background:#FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
		padding:0 0 80px 0;
}

.accessPullDown{
		padding:80px 0 80px 0;
		border-bottom:1px solid #dddddd;
}

.accessOfficeInfoWrap{
	position:relative;
	margin:80px 60px 0 60px;
	height:102px;
}

.accessOfficeInfoWrap.col3{
	height:124px;
}

.accessBtn{
	position:absolute;
	top:0;
	right:0;
}

.accessOfficeInfo{
		width:560px;
		position:absolute;
		top:4px;
		left:286px;
		font-size: 14px;
		font-family:'AxisStd-Light';
}
.accessOfficeInfoWrap-hibiya .accessOfficeInfo{
	left:320px;
}

.accessOfficeInfo div{
	text-indent:-3.2em;
	padding:0 0 0 3.2em;
}

.accessOfficeName{
		width:286px;
		position:absolute;
		top:0;
		left:0;
}

.accessOfficeInfoWrap.w350 .accessOfficeName{width:350px;}
.accessOfficeInfoWrap.w350 .accessOfficeInfo{left:350px;}

.accessOfficeInfoWrap.w400 .accessOfficeName{width:400px;}
.accessOfficeInfoWrap.w400 .accessOfficeInfo{left:400px;}

.accessOfficeName .txtEn {
    font-family:'DIN Next W06 Regular';
    display: block;
    font-size: 22px;
    letter-spacing: 0.15em;
    font-weight: normal;
    margin-bottom: 0;
}

.accessOfficeName .txtJp {
    font-family:'AxisStd-Regular';
    display: block;
    font-size: 12px;
}

#googleMap{
	width:100%;
	height:675px;
	margin-bottom: 60px;
}


.accessHowtoWrap{
	margin:0 60px 60px 60px;
}

.accessHowto{
	width:46%;
}
.accessHowto p{
    line-height: 1.8;
}

.accessHowto dt{
	font-family:'AxisStd-Regular';
	font-weight:bold;
	font-size:14px;
	margin-bottom: 3px;
}

.accessHowto dd{
  font-family:'AxisStd-Light';
	font-size:14px;
	margin-bottom: 17px;
    line-height: 1.8;
}

.accessHowto h3{
	font-family:'AxisStd-Regular';
	font-size:16px;
	margin-bottom: 35px;
}

.accessHowto h3.accessHowtoTtlTrain{
	background:url(../images/ico_train.png) 0 2px no-repeat;
	padding:6px 0 0 30px;
}

.accessHowto h3.accessHowtoTtlCar{
	background:url(../images/ico_car.png) 0 6px no-repeat;
	padding:6px 0 0 36px;
}

/***************/


a.normalLink{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

a:hover.normalLink{
	color:#999;
}

/* common */

.btnPageBack{
		width:240px;
		display:table;
		height:48px;
		margin-right:auto;
		margin-left:auto;
		margin-top:80px;
		margin-bottom:20px;
}

.btnPageBack a span{
		font-family:'AxisStd-Light';
}

.btnPageBack a{

    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
		border:1px solid #555555;
		height:48px;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		background:#f2f2f2;
		color:#444444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
		text-indent:10px;
}

.btnPageBack.small a{
		font-size: 12px;
}

.btnPageBack a span{
		background:url(../images/ico_arrow_back_9_16_b.png) left center no-repeat;
		padding:12px 0 12px 18px;
		height:48px;
}

.btnPageBack a:hover{
		background:#555555;
		color:#FFF;
}

.btnPageBack a:hover span{
		background:url(../images/ico_arrow_back_9_16_w.png) left center no-repeat;
}

.btnPdfDownload{
		width:240px;
		display:table;
		height:48px;
		margin:0 auto;
}

.btnPdfDownload a{
    font-family:'AxisStd-Regular';
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
		border:1px solid #555555;
		height:48px;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		color:#444444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
		background:#fff;
		text-indent:-10px;
}

.btnPdfDownload a span{
		background:url(../images/ico_pdf_download.png) right center no-repeat;
		padding:12px 35px 12px 0;
		height:48px;

}

.btnPdfDownload a:hover{
		background:#555555;
		color:#fff;
}

.btnPdfDownload a:hover span{
		background:url(../images/ico_pdf_download_w.png) right center no-repeat;
}

.indentKome{
	text-indent:-1.3em;
	padding:0 0 0 1.5em;
}

.indentDot{
	/*
	text-indent:-1.0em;
	padding:0 0 0 1.5em;
	*/
	background:url(../images/icon_li_dot.png) 3px 12px no-repeat;
	padding:0 0 0 15px;
	line-height:1.3;
}


#pageTtlUnder {
    padding:95px 0 48px;
    margin-bottom: 0;
    text-align: center;
    background:none;
}

#pageTtlUnder .txtEn {
    font-family:'DIN Next W06 Regular';
    display: block;
    font-size: 34px;
    letter-spacing: 0.15em;
    font-weight: normal;
    margin-bottom: 10px;
}

#pageTtlUnder .txtJp {
    font-family:'AxisStd-Regular';
    display: block;
    font-size: 14px;
}

.credit{
    font-family:'AxisStd-Regular';
    font-size: 14px;
		text-align:right;
		margin-bottom:60px;
		margin-right:5px;
}


#content.padT{
	padding-top:250px !important;
}

#content.padT.noNavi{
	padding-top:250px !important;
	margin-top: 70px;
}
#content.company_group{
	padding-top:240px !important;
	padding-bottom:60px !important;
}

#content.padLR5per{
	padding-left:5% !important;
	padding-right:5% !important;
}

.pt20{
	padding-top:20px;
}

.pb60{padding-bottom:60px !important;}
.pb80{padding-bottom:80px !important;}

#wrapWhite {
	width:100%;
	background:#FFF;
	border-top:2px solid #f2f2f2;
}

.bgFFF{
	background:#FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
		margin-bottom: 30px;
}

.companyIndexArea{
	margin-bottom: 0;
}

.companyIndexBox{
		width:49.1666666%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
		background:#FFF;
		margin-bottom: 20px;
		min-width:363px;
		height:363px;
}

.companyIndexBox.h328{
		min-width:328px;
		height:328px;
}

.companyIndexBoxL{
		width:44.41%;
		width:40%\9;
		float:left;
		padding-top:36px;
}

.companyIndexBoxR{
	width:55.59%;
	width:328px\9;
	float:right;
		height:100%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}

.companyIndexBoxR.bg_company_index_01{
		background:url(../images/Company_Corporate_328x363.jpg) center center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.companyIndexBoxR.bg_company_index_02{
		background:url(../images/Company_IR_328x363.jpg) center center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.companyIndexBoxR.bg_company_index_03{
		background:url(../images/bg_index_sec03.jpg) center center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.companyIndexBoxR.bg_company_index_04{
		background:url(../images/Company_Facilities_328x328.jpg) center center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.companyIndexBoxR.bg_company_index_05{
		background:url(../images/bg_index_sec05.jpg) center center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.companyIndexBoxR.bg_company_index_06{
		background:url(../images/bg_index_sec06.jpg) center center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.companyIndexBoxR img{
	display:none;
}

.companyIndexItems,
.companyIndexTtl{
	margin-left:40px;
}

.companyIndexTtl .txtEn {
    font-family:'DIN Next W06 Regular';
    display: block;
    font-size: 22px;
    letter-spacing: 0.15em;
		line-height:1.4;
		margin-bottom: 10px;
}

.companyIndexTtl .txtJp {
    font-family:'AxisStd-Regular';
    display: block;
    font-size: 12px;
    padding: 3px 0 0;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
}

.companyIndexItems li{
   	font-family:'AxisStd-Light';
		margin-bottom: 1px;
}

.companyIndexItems li a{
	background:url(../images/ico_arrow_7_12.png) 5px center no-repeat;
	padding:2px 0 2px 21px;
	 font-size: 12px;
	 font-family:'AxisStd-Light';
	 display:block;
	 position:relative;
	 left:-5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.hoverHack{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
		background:#FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.hoverHack:hover{
		background:#222222;
		color: #fff;
}


.hoverHack:hover li a{
		color: #fff;
}

.hoverHack:hover li a:hover{
		color: #999;
}

.hoverHack:hover .companyIndexItems li a{
	background:url(../images/ico_arrow_w_7_12.png) 5px center no-repeat;
}

.hoverHack:hover .companyIndexItems li a:hover{
	color: #CCC;
}


.blockA{
	display:block;
	width:100%;
	height:100%;
}


#service #category > div a {
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#service #category > div a:hover {
    background-color: #222;
    color: #fff;
}


.posHack{

}

#underTabItems{
    max-width: 1600px;
    min-width: 1136px;

    max-width: 1602px;
    min-width: 1138px;

    margin: 0 auto;
    padding-left:60px;
		padding-right:60px;

		position:relative;
		top:256px;
		bottom:0;
		z-index:30;
}

#underTabItems li{

	height:70px;
	float:left;
	width:14%;
	width:11.11111111%;
}

#underTabItems.tab7 li{
	width:12.49999%;
}

#underTabItems li div{
	padding:0 1px;
	display:table;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


#underTabItems li div span,
#underTabItems li div a{
	display:table-cell;
	width:100%;
	height:70px;
	padding-top:4px;
	vertical-align:middle;
	text-align:center;
	background:#fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	font-size:13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-weight:bold;

}

#underTabItems li div span.bgColorF2F2F2{
	background-color: #f2f2f2;
}

#underTabItems li div a{
	background:#dddddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#underTabItems li div a:hover{
	background:#fff;
}


/*
#underTabItems li:first-child{
	width:14.25%;
}

#underTabItems li:last-child{
	margin-right:0%;
	float:right;
	width:14.25%;
}
*/

.paLR5per{
	padding:0 5% 0 5%;
}

#companyInfoArea{
	padding:75px 5% 75px 5%;
}

#companyInfoArea table{
	width:46%;
}

#companyInfoArea table th{
	width:21.05%;
	font-family:'AxisStd-Regular';
	font-size:14px;
	padding:14px 0;
	vertical-align:top;
}

#companyInfoArea table td{
  font-family:'AxisStd-Light';
	font-size:14px;
	padding:14px 0;
}

#companyInfoArea table td span{
	font-size: 12px;
	display: block;
	margin-top: 3px;
	line-height: 20px;
}
#companyInfoArea table td ol{
	list-style:none;
}

#companyInfoArea table td ol li{
	margin-bottom:5px;
}
#companyInfoArea table td ol li a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#companyInfoArea table td ol li a:hover{
    opacity: 0.7;
}


#companyInfoArea table td ol li a:after{
    content: url('../../common/images/ico_blank.gif');
	padding-left: 5px;
}

.underLeadTxt{
	padding:80px 60px;
	border-bottom:1px solid #dddddd;
}

.fSize18{
	font-size:18px;
}

.underLeadTxt p{
  font-family:'AxisStd-Light';
	font-size:14px;
	line-height:2;
}

/* office */

.officeTxt{
	padding:75px 0 65px;

	text-align:center;
}
.officeTxt p{
  font-family:'AxisStd-Regular';
	font-size:18px;
	line-height:2.5;
}

.imgItems{
	padding:0 60px 60px;
}

.imgItems li{
	margin-bottom:20px;
}

.imgItems li:last-child{
	margin-bottom:0;
}

.imgItems li img{
	width:100%;
	height:auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/* comGro */

#comGroArea{
		position:relative;
		position:relative;
		margin:100px auto 0;
		padding-bottom:20px;
		/*max-width:1080px;*/
		width:100%;
}

.comGroBtn{
		position:absolute;
		top:0;
		right:0;
}

.btnAccess{
		width:240px;
		display:table;
		height:48px;
}

.btnAccess a{
    font-family:'DIN Next W06 Regular';
    display: block;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
		border:1px solid #555555;
		height:48px;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		color:#444444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
		background:#fff;
		text-indent:0px;
}

.btnAccess a span{
		background:url(../../common/images/ico_ft_location_b.png) 0 0 no-repeat;
		padding:1px 0 5px 26px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	.btnAccess a span{
		padding:1px 0 5px 26px;
	}
}

.btnAccess a:hover{
		background:#555555;
		color:#fff;
}

.btnAccess a:hover span{
		background:url(../../common/images/ico_ft_location.png) 0 0 no-repeat;
}

.comGroTtl{
		font-size:32px;
		padding-bottom:25px;
		margin-bottom:18px;
		margin-bottom:16px;
		background: url(../../common/images/bg_btm-solid.png) left bottom no-repeat;
}

.comGroTtl span{
		font-family:'AxisStd-Regular';
		font-size:12px;
		display:block;
		letter-spacing: 0.1em;
		padding-top:21px;
}

.comGroTxt{
		font-family:'AxisStd-Light';
		font-size:14px;
		line-height:2;
		margin-bottom:55px;
}

.comGroImg{
		margin-bottom:45px;
}

.comGroImg img{
		width:100%;
		height:auto;
}

#comGroArea table{
	width:47.22%;
}

#comGroArea table th{
	width:17.64%;
	width:20%;
	font-family:'AxisStd-Regular';
	font-size:14px;
	padding:14px 0;
	vertical-align:top;
	line-height:1.8;
}

#comGroArea table td{
  font-family:'AxisStd-Light';
	font-size:14px;
	padding:14px 0;
	line-height:1.8;
}

/***********/


/* productionuni */

.productionunitArea{
	padding:60px 60px;
	border-bottom:1px solid #dddddd;
	position:relative;
}

.productionunitArea.last{
	border-bottom:none;
}

.btnOfficialSite{
	position:absolute;
	top:60px;
	right:60px;
	width:240px;
	display:table;
	height:48px;
}

.btnOfficialSite a{
    font-family:'DIN Next W06 Regular';
    display: block;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
		border:1px solid #555555;
		height:48px;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		color:#444444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
		background:url(../images/ico_productionunit_blank.png) 183px center no-repeat #fff;
		text-indent:-26px;
}

.btnOfficialSite a:hover{
	background:url(../images/ico_productionunit_blank_on.png) 183px center no-repeat #555555;
	color:#fff;
}

.productionunitAreaTtl{
	/*
	font-family:'AxisStd-Regular';

	letter-spacing: 0.15em;
	*/
	font-size:32px;
	padding-bottom:24px;
	margin-bottom:18px;
	margin-bottom:16px;
	background: url(../../common/images/bg_btm-solid.png) left bottom no-repeat;
}

.productionunitAreaTtl.hack{
	margin-bottom:22px;
}

.productionunitAreaTtl span{
	font-family:'AxisStd-Regular';
	font-size:12px;
	display:block;
	letter-spacing: 0.1em;
	padding-top:21px;
}

.productionunitAreaTxt{
  font-family:'AxisStd-Light';
	font-size:14px;
	line-height:2;
	margin-bottom:35px;
}

.productionunitAreaImg{
	width:49.907%;
}

.productionunitAreaImg img{
	width:100%;
	height:auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.productionunitAreaLayout{

}

.productionunitAreaLayoutBottom{
	width:100%;

	position:absolute;
	bottom:0px;

}

.productionunitAreaLayout img{
	width:100%;
	height:auto;
}


.productionunitAreaLayoutR{
	position:relative;
}


.wPer3212{width:32.12%;}
.wPer6518{width:65.1%;}
.wPer3982{width:39.82%;}
.wPer5590{width:55.90%;}


/* faq */


.pageLinkNav{
	padding:75px 60px;
	border-bottom:1px solid #dddddd;

}

.pageLinkNav li{
	float:left;
}

.pageLinkNav li a{
	font-family:'AxisStd-Regular';
	font-size: 13px;
	background:url(../images/ico_privacypolicy_arrow.png) 3px center no-repeat;
	display:block;
	padding:5px 28px 5px 28px;
	padding:5px 50px 5px 28px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.pageLinkNav li a:hover{
	color:#999;
}


/*追加*/

.pageLinkNav01{
	padding:75px 60px;
	border-bottom:1px solid #dddddd;

}

.pageLinkNav01 li{
	float:left;
}

.pageLinkNav01 li a{
	font-family:'AxisStd-Regular';
	font-size: 13px;
	background:url(../images/ico_privacypolicy_arrow.png) 3px center no-repeat;
	display:block;
	padding:5px 23px 5px 25px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.pageLinkNav01 li a:hover{
	color:#999;
}





.faqArea{
	border-bottom:1px solid #dddddd;
	padding:60px 60px 50px 60px;
}

.faqAreaContact{
	padding:60px 60px 60px 60px;
}

.faqAreaTtl{
	font-family:'AxisStd-Regular';
	font-size: 18px;
	margin-bottom:38px;
}

.faqAreaItems{}

.faqAreaItems li{
	margin-bottom:10px;
}

.faqArea_query a{
	display:block;
	background:#eeeeee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	font-family:'AxisStd-Regular';
	font-size: 14px;
	padding:22px 25px 22px 80px;
	background:url(../images/ico_faq_q.png) 25px 17px no-repeat #eeeeee;
	color:#444;
}

.faqArea_query a span{
	display:block;
	background:url(../images/ico_faq_arrow_down.png) right center no-repeat;
}

.faqArea_query.active a span{
	background:url(../images/ico_faq_arrow_up.png) right center no-repeat;
}

.faqArea_answer{
	margin:0 0 0 0;
	margin-bottom:10px;
	display:none;
}

.faqArea_answer_inner{
	background:url(../images/ico_faq_a.png) 25px 40px no-repeat;
	padding:38px 0 40px 80px;
}

.faqArea_answer_inner p{
	line-height:2;
}


.btn_380_62 {
	text-align:center;
}

.btn_380_62 a {
		margin:0 auto;
		width: 380px;
    font-family:'AxisStd-Light';
    letter-spacing: 0.15em;
    display: block;
    height: 62px;
    line-height: 62px;
    border-radius: 31px;
    -moz-border-radius: 31px;
    -webkit-border-radius: 31px;
    background-color: #555555;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
		color: #FFF;
}

.btn_380_62 a:hover {
    background-color: #999;
    color: #FFF;
}

.btn_380_62.btn_contact a span{
	background:url(../../common/images/ico_hd_contact.png) left 0px no-repeat;
	padding:2px 0 2px 24px;
}

.lh2{
	line-height:2;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	.btn_380_62.btn_contact a span{
		background:url(../../common/images/ico_hd_contact.png) left 0px no-repeat;
		padding:0 0 0 24px;
	}
}

#investorSec01_inner{
	width:100%;
	display:table;
}

#investorSec01_l{
	display:table-cell;
		vertical-align:top;
}

#investorSec01_l_inner{
	padding-right:50px;
}

#investorSec01_r{
	width:300px;
	display:table-cell;
	vertical-align:top;
}
#investorSec01_r .mb15{
    text-align: right;
}

#investorSec01_r img{
	width:100%;
	height:auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* irschedule */

#calenderTop{
		width:100%;
		background:url(../ir/images/calender_top_bg.png) repeat-x;
		height:79px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
		margin-bottom:60px;
		text-align:center;
}

.toggleItems{

}

.toggleItems li{
	padding-bottom:20px;
}

.toggleItems li.last{
	padding-bottom:0;
}

.toggleItemDetail{
	display:none;
}

.toggleItemDetailInner{
	margin-top:40px;
	margin-bottom:0px;
}


.irscheduleItems{
	padding:60px 60px 50px 60px;
}

.irscheduleItems li{
	margin-bottom:20px;
}

.irscheduleDetailItems{
	margin-top:40px;
	margin-bottom:50px;
}

.irscheduleDetailItems.last{
	margin-bottom:0;
}

.irscheduleDetailItems li{
	display:table;
	margin-bottom:8px;
	padding-bottom:0;
}

.irscheduleDetailItems li span{
	display:table-cell;
}

.irscheduleDetailItems li span.data{
	width:180px;
}

/* manage */

.manageArea{
	border-bottom:1px solid #dddddd;
	padding:60px 60px 50px 60px;
}

.manageArea.manageAreaLast{
	border-bottom:none;
	padding:60px 60px 50px 60px;
}

.manageAreaTtl{
	font-family:'AxisStd-Regular';
	font-size: 18px;
	margin-bottom:38px;
}

.manageItems{
}

.manageItems li{
	margin-bottom:10px;
}

.toggleTtl a{
	display:block;
	font-family:'AxisStd-Regular';
	font-size: 14px;
	color:#444;
	background:#eeeeee;
	text-align:center;
	padding:12px 25px 12px 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


.toggleTtl a span{
	display:block;
	background:url(../images/ico_faq_arrow_down.png) right center no-repeat;
}

.toggleTtl.active a span{
	background:url(../images/ico_faq_arrow_up.png) right center no-repeat;
}

/*
.manageYear a{
	display:block;
	font-family:'AxisStd-Regular';
	font-size: 14px;
	color:#444;
	background:#eeeeee;
	text-align:center;
	padding:12px 25px 12px 25px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}


.manageYear a span{
	display:block;
	background:url(../images/ico_faq_arrow_down.png) right center no-repeat;
}

.manageYear.active a span{
	background:url(../images/ico_faq_arrow_up.png) right center no-repeat;
}

.manage_detail{
	margin:0 0 0 0;
	background:none;
	padding:40px 0 30px 0;
	margin-bottom:0;
	display:none;
}
*/



.ansTypeNormal,
.ansTypePDF{
	width:47.22%;
}

.ansTypeNormal li{
	margin-bottom:10px;
}

.ansTypePDF li{
	width:100%;

}

.ansTypePDF li{
	width:100%;}

.coDown{padding:40px 0 30px 0;}
.titL{font-family:AxisStd-Regular;margin:0 0 30px 0;}

.coTypePDF {margin:10px 0 40px 0;}
.coTypePDF li{text-align:left;padding:10px 0 0 0;display:inline-block;margin:0 0 0 40px;}
.ansTypePDF li a{
	display:block;
	background:url(../images/ico_pdf.png) 0 3px no-repeat;
	padding:0 0 0 48px;
	height:70px;
	line-height:1.6;
	color:#444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.coTypePDF li a{
	display:block;
	background:url(../images/ico_pdf.png) 0 3px no-repeat;
	padding:0 0 0 50px;
	height:50px;
	line-height:1.6;
	color:#444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


.ansTypePDF li a:hover{
	color:#999;
}

.ansTypePDF li a span,.coTypePDF li a span{
	display:block;
}

.ansTypeNormal .data,
.ansTypePDF li a span.data{
    font-family:'DIN Next W06 Regular';
    font-size: 13px;
		margin-bottom:1px;
		padding-top:0;
}

#sec05 .ansTypePDF li a,
#sec04 .ansTypePDF li a,
#sec03 .ansTypePDF li a,
#sec02 .ansTypePDF li a,
#sec01 .ansTypePDF li a{
	height:60px;
}

#sec05 .ansTypePDF .text,
#sec04 .ansTypePDF .text,
#sec03 .ansTypePDF .text,
#sec02 .ansTypePDF .text,
#sec01 .ansTypePDF .text{
		padding-top:13px;
}

.ansTypeNormal .data{
	margin-bottom:0px;
}

.ansTypeNormal .blankLink{
	margin-bottom:5px;
}

.ansTypeNormal .text,
.ansTypePDF li a span.text{
		font-family:'AxisStd-Light';
    font-size: 13px;
		line-height:2;
}


.ansTypePDF li a span.text,.coTypePDF li a span.text{
	font-size: 14px;
	line-height:1.7;
}



/* group */

#groupAreaWrap{
	padding-top:60px !important;
}

.groupArea{
    width: 33.25%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
		background:#FFF;
		margin-bottom:20px;
		float:left;
}

.groupArea.center{
	margin-left:0.125%;
	margin-right:0.125%;
}

.groupAreaImg{
	text-align:center;
	padding:16px 0 16px 0;
	padding:5% 0 5% 0;
	border-bottom:1px solid #eeeeee;
}

.groupAreaImg img{
	vertical-align:baseline;
}

.groupAreaDlWrap{
	background:#FFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.groupAreaDl{
	padding:28px 32px 0 32px;
}

.hackSpace{
	height:28px;
	width:100%;
	clear:both;
}


.groupArea a .groupAreaImg,
.groupArea a .groupAreaDlWrap{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.groupArea a:hover .groupAreaImg{
		filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.groupArea a:hover .groupAreaDlWrap{
	background:#444;
	color:#FFF;
}


.groupAreaDl dt{
	font-family:'AxisStd-Regular';
	font-size: 14px;
	text-align:center;
	margin-bottom:15px;
	/*font-weight:bold;*/
}

.groupAreaDl dd{
  font-family:'AxisStd-Light';
	font-size: 14px;
	text-align:left;
	line-height:1.8;
}

.groupTableDl{}

.groupTableDl dt{
	margin:0 0 5px;
}

.groupTableDl dd{
	margin:0 10px 5px;
}

/* history */

.historyArea{
	padding:60px 0 30px 0;
}

.historyTtl{
	font-family:'AxisStd-Regular';
	font-size: 18px;
	margin-bottom:22px;
	margin-left:60px;
}

.historyItem{
	padding:20px 0 20px 0;
	border-bottom:1px solid #dddddd;
	width:100%;
	line-height:1.8;
	display:table;
}

.historyItem.last{
	padding:20px 0 20px 0;
	border-bottom:none;
}

.historyItem_year{
	width:140px;
	text-indent:18px;
	text-align:center;
	display:table-cell;
	/*font-weight:bold;*/
	font-family: AxisStd-Regular;
}

.historyItem_month_txt{
	display:table-cell;
}

.historyItem_month_txt li{
	display:table;
}

.historyItem_month{
	width:66px;
	display:table-cell;
	/*font-weight:bold;*/
	font-family: AxisStd-Regular;
}

.historyItem_txt{
	display:table-cell;
	padding-right:80px;
}

/* changehistory */

.changehistoryItem{
	padding:60px 60px 50px 60px;
	border-bottom:1px solid #dddddd;
}

.changehistoryItem.last{
	padding:60px 60px 50px 60px;
	border-bottom:none;
}

.changehistoryTtl{
	width:100%;
	height:225px;
	margin-bottom:40px;
	background:url(../information/images/changehistory_tit_bg.jpg) repeat-x;
}

.changehistoryTtl div.bg_l{
	background:url(../information/images/changehistory_tit_l_bg.jpg) 0 0 no-repeat;
	height:225px;
}
.changehistoryTtl div.bg_r{
	height:225px;
	position:relative;
}

.changehistoryTtl .txtEn{
    font-family:'DIN Next W06 Regular';
    display: block;
    font-size: 32px;
    letter-spacing: 0.15em;
    font-weight: normal;
		position:absolute;
		left:58px;
		top:78px;
}
.changehistoryTtl .txtJp{
		font-family:'AxisStd-Light';
		font-size:18px;
		font-weight: normal;
		position:absolute;
		left:58px;
		top:126px;
}

#changehistorySec01 .changehistoryTtl div.bg_r{background:url(../information/images/changehistory_sec_01_tit_bg.jpg) right 0 no-repeat;}
#changehistorySec02 .changehistoryTtl div.bg_r{background:url(../information/images/changehistory_sec_02_tit_bg.jpg) right 0 no-repeat;}
#changehistorySec03 .changehistoryTtl div.bg_r{background:url(../information/images/changehistory_sec_03_tit_bg.jpg) right 0 no-repeat;}
#changehistorySec04 .changehistoryTtl div.bg_r{background:url(../information/images/changehistory_sec_04_tit_bg.jpg) right 0 no-repeat;}

.changehistoryItem_cont{
	display:table;
	width:100%;
}

.changehistoryItem_cont_l,
.changehistoryItem_cont_r{
	display:table-cell;
	vertical-align:top;
}

.changehistoryItem_cont_l{
	width:300px;
}

.changehistoryItem_cont_l img{

}

.changehistoryItem_cont p{
	line-height:1.8;
}

/* compliance */

.complianceItem{
	padding:60px 60px 50px 60px;
	border-bottom:1px solid #dddddd;
	line-height:2;
	letter-spacing: 0.05em;
}

.complianceItem.last{
	padding:60px 60px 50px 60px;
	border-bottom:none;
}

.complianceTtl{
	font-family:'AxisStd-Regular';
	font-size: 18px;
	margin-bottom:30px;
	letter-spacing: 0.08em;
}

.complianceItem p{
	font-size:14px;
}

.olUpperRoman{
	list-style:none;
}

.olUpperRoman li{
	margin-bottom:1px;
}

.olUpperRoman li.last{
	margin-bottom:0;
}

.complianceItemDl dt{
	margin-bottom:0px;
}

.complianceItemDl dd{
	margin-bottom:30px;
}

.complianceToggleItems{
}

.complianceToggleItems li{
	margin-bottom:10px;
}

.complianceToggleTtl{
	margin-bottom:20px;
}

.complianceToggleTtl a{
	display:block;
	font-family:'AxisStd-Regular';
	font-size: 14px;
	color:#444;
	background:#eeeeee;
	text-align:left;
	padding:12px 25px 12px 28px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


.complianceToggleTtl a span{
	display:block;
	background:url(../images/ico_faq_arrow_down.png) right center no-repeat;
}

.complianceToggleTtl.active a span{
	background:url(../images/ico_faq_arrow_up.png) right center no-repeat;
}

.complianceToggleDetailWrap{
	display:none;
	margin-left:30px;
	margin-right:30px;



}

.complianceToggleDetail{
	padding-top:20px;
	padding-bottom:40px;
}



.complianceToggleDetail li{
	background:none;
	display:table;
	background:url(../images/icon_li_dot.png) 0 7px no-repeat;
	padding:0 0 0 12px;
	line-height:1.3;
}

.complianceToggleDetailTtl{
	width:210px;
	display:table-cell;
}

.complianceToggleDetailTxt{
	display:table-cell;
}

.complianceNum li{
	display:table;
	margin-bottom:0px;
}

.complianceNumL{
	display:table-cell;
	width:400px;
}

.complianceNumR{
	display:table-cell;
}



/* financialslist */

.ls005{
	letter-spacing: 0.05em;
}

a.link_dddddd{
		padding:2px 4px;
		background:#dddddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

a.link_dddddd:hover{
		background:#222;
		color:#FFF;
}


a.link_dddddd.blank{
	background:url(../images/ico_blank_r.png) right center no-repeat #dddddd !important;
	padding:4px 16px 4px 4px;
}

a.link_dddddd.blank:hover{
	background:url(../images/ico_blank_r_w.png) right center no-repeat #222 !important;
}

a.link_0099cc{
	color:#0099cc;
}

.pad60Area{
	padding:60px 60px 60px 60px;
}

.ircommunicationItems{
	border-bottom:1px solid #dddddd;
}

.ircommunicationItems li{
	padding:20px 60px 18px 60px;
	border-top:1px solid #dddddd;
}

.ircommunicationItems li div{
	float:left;
}

.ircommunicationItems li .date_txt a{
	color:#3399cc;
	background:url(../images/icon_blank_blue.png) right center no-repeat;
	padding:2px 24px 2px 0;
}

.ircommunicationItems li .pdf{
	margin-left:50px;
	position:relative;
	top:-4px;
}

.ircommunicationItems li .pdf a{
	background:url(../images/ico_pdf.png) 0 3px no-repeat;
	padding:14px 0 11px 48px;

	display:block;
	float:left;
}

.padLR60TB20Area{
	padding:20px 60px 20px 60px;
}

.topBrdDDD{
	border-top:1px solid #dddddd;
}

.btmBrdDDD{
	border-bottom:1px solid #dddddd;
}

.padLR60{
	padding-left:60px;
	padding-right:60px;
}

.common18RTtl{
	font-family:'AxisStd-Regular';
	font-size: 18px;
	letter-spacing: 0.08em;
}

.common16RTtl{
	font-family:'AxisStd-Regular';
	font-size:16px;
	letter-spacing: 0.08em;
	font-weight:bold;
}

.common14RTtl{
	font-family:'AxisStd-Regular';
	font-size:14px;
	letter-spacing: 0.08em;
}

.common14RTtl span{
	font-family:'DIN Next W06 Light';
	font-size:14px;
	letter-spacing: 0.08em;
}

#financialslistTbl span.en{
  font-family:'DIN Next W06 Regular';
	font-size:12px;
	letter-spacing: 0.08em;
}

#financialslistTbl span.en.f14{
	font-size:14px;
}

.round_eee{
	background:#eeeeee;
	text-align:center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	padding:14px 0 12px;
}

.financialslistArea{
	padding:60px 0 0 0;
}

#financialslistTbl{
	width:100%;
	letter-spacing: 0.02em;
}

#financialslistTbl th{
	font-family:'AxisStd-Regular';
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:8px;
}

#financialslistTbl td{
	padding-top:10px;
	padding-bottom:8px;
	padding-left:20px;
	padding-right:20px;
	background:#e6e6e6;
	text-align:right;
}

#financialslistTbl td.flTblTDL{
	padding-left:10px;
	padding-right:10px;
}


#financialslistTbl td.flTblHack{

	background:#fff;
	padding:0;
	text-align:left;
	vertical-align:top;
}

.flTblTtl{
	background:#555555;
	font-size:14px;
	color:#FFF;
}

.flTblYear{
	width:9.6%;
	background:#cccccc;

}

#financialslistTbl th,
#financialslistTbl td{
	border-bottom:2px solid #fff;
	border-left:2px solid #fff;
	vertical-align:middle;
}

.flTblTDLLInner{
	display:table;
	width:100%;
	line-height:1.3;
}

.flTblTDLLInner div{
	display:table-cell;
}

.flTblTDLL{
	width:240px;
	text-align:left;
}

.flTblTDLR{
	text-align:right;
}



.floatTbl{
}

.floatTbl table{
	width:48%;
	position:relative;
	top:10px;
}

.floatTbl table th{
	width:180px;
	font-family:'AxisStd-Regular';
	font-size:14px;
	padding:14px 0;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
}

.floatTbl table td{
  font-family:'AxisStd-Light';
	font-size:14px;
	padding:14px 0;
}


.dotList li{
	background:url(../images/icon_li_dot.png) 4px 12px no-repeat;
	padding:0 0 0 15px;
}


/* stockholderbenefits */

.f_bold{
	font-weight:bold;
}

.stockholderbenefitsDlWrap{
		/*border:2px solid #dbe9ef;*/
		background:#f2f2f2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	color: #444;
	font-family: 'AxisStd-Regular';
}

.stockholderbenefitsDlWrap dl{
	display:table;
	width:100%;
}

.stockholderbenefitsDlWrap dt,
.stockholderbenefitsDlWrap dd{
	display:table-cell;
}
.stockholderbenefitsDlWrap dt{
	width:14%;
	background:#dddddd;
	padding:18px 0 18px 25px;
	font-weight:bold;
}

.stockholderbenefitsDlWrap .top dt{
		border-top-left-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
}

.stockholderbenefitsDlWrap .bottom dt{
		border-bottom-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
}

.stockholderbenefitsDlWrap dd{
	padding:18px 20px 18px 30px;
}

.numTypeOl{
	list-style:decimal;
	margin-left:25px;
}

.numTypeOl li{
	margin-bottom:2px;
}

.numTypeOl li div{
	text-indent:-5px;

}

.numTypeOl li ul{
	position:relative;
	left:-5px;
	padding-top:5px;
}

.pdfLink a{
		display:block;
		background:url(../images/ico_pdf.png) 0 3px no-repeat;
		padding:14px 0 11px 48px;
		font-size:14px;
		color:#444444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
		line-height:1.6;
}

.pdfLink.row2 a{
	padding:0 0 11px 48px;
}

.blankLink a{
		background:url(../../common/images/ico_blank.gif) right center no-repeat;
		padding:2px 20px 2px 0;
		font-size:14px;
		color:#444444;
}

/* amania */

.amaniaItemDetailLatest{
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}

.amaniaItemDetailLatest_ph{
	width:49.074%;
	float:left;
}

.amaniaItemDetailLatest_ph img{
	width:100%;
	height:auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.amaniaItemDetailLatest_txt{
	width:50.926%;
	float:right;

}

.amaniaItemDetailLatest_txt_inner{
	padding-left:40px;
}


.amaniaItemDetail{
	margin-top:30px;
}

.amaniaItemDetail.no-thunbnail-pdf {
	border-top: 1px solid #ddd;
	padding-top: 35px;
}

.amaniaItemDetail li{
	width:19.7222%;
	width:23.6111%;
	padding-top:10px !important;
	padding-bottom:5px !important;
	float:left;
	margin-right:1.8518%;
}
.amaniaItemDetail.no-thunbnail-pdf li {
	margin-bottom: 15px !important;
}

.amaniaItemDetail li.bottom{
	padding-bottom:0 !important;
}

.amaniaItemDetail li.right{
	margin-right:0%;
}

.amaniaItemDetail .img{
	margin-bottom:20px;
}

.amaniaItemDetail .img img{
	width:100%;
	height:auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	object-fit: cover;
	max-height: 210px;
	font-family:'object-fit:cover;';
}

.amaniaItemDetail a{
	display:block;
}

.amaniaItemDetail .pdf{
		background:url(../images/ico_pdf.png) 0 0 no-repeat;
		padding:0 0 11px 48px;
		line-height:1.6;
}

.amaniaItemDetail .date{
    font-family:'DIN Next W06 Regular';
		font-size:14px;
		display:block;
		position:relative;
		top:-2px;
}

.amaniaItemDetail .txt{
		font-size:13px;
		color:#3399cc;
		position:relative;
		top:-2px;
}



/***************/

#acPullDownWrap{
	position:relative;
	width:100%;
	height:210px;
	border-bottom:1px solid #dddddd;
	display: flex;
	justify-content: center;
	align-items: center;
}

.acPullDown{

	/*
	background:#666;
	position:absolute;
	position:relative;

    position: absolute;
    left: 0;
    top: 200px;
    width: 100%;
    height: 108px;
    padding: 38px 60px 0;
    box-sizing: border-box;
    background: url(../images/bg_ft_location-head.png);
    z-index: 50;
		*/
}

#locationSelectOffice,
#locationSelectShop{
    width: 380px;
}

#locationSelectShop{
	margin-left:30px;
}

#locationSelectOffice{
}

.acPullDown .dd-container {
    width: 380px !important;
    height: 48px !important;
    box-sizing: border-box;
    font-family:'AxisStd-Regular';
    font-size: 14px;
		background: rgba(255,255,255,1) url(../images/bg_ac_select.png) 0 top no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;


}
.acPullDown .dd-container:hover {
    background: rgba(255,255,255,0) url(../images/bg_ac_select_o.png) 0 top no-repeat;
}

.acPullDown .dd-option.first{
	display:none;
}

.acPullDown .dd-select {
    width: 380px !important;
    height: 48px !important;
    padding: 0 48px 0 0;
    box-sizing: border-box;
    text-align: center;
    background: none !important;
    border: none !important;
		text-align:left;
		text-indent:20px;
}
.acPullDown .dd-selected {
    line-height: 48px;
    padding: 0 !important;
}
.acPullDown .dd-option,
.acPullDown .dd-option-selected {
    padding: 13px !important;
    color: #fff !important;
    background: #555555 url(../../common/images/ico_ft_select.png) 97% center no-repeat !important;
}
.acPullDown .dd-option:hover,
.acPullDown .dd-option-selected:hover {
    background: #999999 url(../../common/images/ico_ft_select.png) 97% center no-repeat !important;
}
.acPullDown .dd-pointer,
.acPullDown .dd-pointer-down,
.acPullDown .dd-pointer-up {
    display: none !important;
}


.acPullDown .dd-option.hackOption{
	display:none;
}

.acPullDown .dd-options {
    width: 380px !important;
    border: solid 1px #555555;
    border-top: none;
    list-style: none;
    box-shadow: none !important;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: -3px 0 0 0 !important;
    padding: 0;
    background: #fff;
    overflow: auto;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    box-sizing: border-box;
}
/********************************/


#wrap{
	position:relative;
	top:0px;
}

#mainVisualWrap{
	position:absolute;
	width:100%;
	height:481px;
	top:0;
	left:0;
	z-index:0;
	overflow:hidden;
}

#mainVisual{
	position:absolute;
	width:100%;
	height:481px;
	top:0;
	left:0;
}

#mainVisualTtl {
    padding: 254px 0 30px;
    margin-bottom: 30px;
    text-align: center;
		color:#FFF;
		position:relative;
		z-index:100;
}

#mainVisualTtl .txtEn {
    font-family:'DIN Next W06 Regular';
    display: block;
    font-size: 34px;
    letter-spacing: 0.15em;
    font-weight: normal;
    margin-bottom: 10px;
}
#mainVisualTtl .txtJp {
    font-family:'AxisStd-Regular';
    display: block;
    font-size: 14px;
}

.low.fullMainVisual #siteNavi {
    position: absolute;
    left: 0;
		position:relative;
		z-index:30;
    width: 99.6969696969697%;
    min-width: 1256px;
    box-sizing: border-box;
    margin: 0 0.1515151515151515% !important;
    background: url(../../common/images/bg_white_a30.png);
    color: #fff;
}
.low.fullMainVisual #siteNavi a {
    color: #fff;
}
.low.fullMainVisual #siteNavi li {
    background: url(../../common/images/ico_sitenavi_arrow02.png) 12px 17px no-repeat;
}

.low.fullMainVisual #siteNavi li:first-child {
    background: url(../../common/images/ico_sitenavi_home02.png) 0 17px no-repeat;
}
/*
#siteNavi.siteNaviEx{
	position:relative;
	z-index:30;
	background:url(../../common/images/bg_white_a30.png) repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;

}


#siteNavi.siteNaviEx li a,
#siteNavi.siteNaviEx li{
	color:#FFF;
}

#siteNavi.siteNaviEx li{
	background: url(../../common/images/ico_sitenavi_arrow_w.png) 12px 17px no-repeat;
}

#siteNavi.siteNaviEx li:first-child {
		background:url(../../common/images/ico_sitenavi_home_w.png) 0 17px no-repeat;
		background:url(../../common/images/ico_sitenavi_home_w.png) 0 17px no-repeat;
}
*/

#mainVisual .img,
.bgImgBlur{
	width:100%;
	height:481px;
}


.low #mainVisual .img img {
    width: 100%;
    height: auto;
}
.low #mainVisual .bgImgBlur {
    display: none;
}
.low.fullMainVisual #mainVisual .bgImgBlur {

    display: block;
	content: '';
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	filter: blur(10px);
	filter: url(../../images/filters.xml#blur_saturate);
}

.low.fullMainVisual #mainVisual .bgImgBlur {
    position: absolute;
    left: 0;

    top: 105px;

    width: 99.6969696969697%;
    min-width: 1256px;
    box-sizing: border-box;
    margin: 0 0.1515151515151515%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 50px;
}

/*
.fullMainVisual #mainVisual .img, .bgImgBlur{
	background-attachment: fixed !important;
}


#mainVisual.bgInformation .img, .bgImgBlur{
	background-image: url(../images/bg_company_company.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
}


#mainVisual.bgIr .img, .bgImgBlur{
	background-image: url(../images/bg_company_ir.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
}
*/

.low .pagetop {
    margin: -60px auto 50px !important;
}

/* sns */


.low .btnShare > li.facebook a {
		background:url(../../common/images/btn_low_facebook.png) 0 0 no-repeat;
}
.low .btnShare > li.twitter a {
	background:url(../../common/images/btn_low_x-twitter.png) 0 0 no-repeat;
}
.low .btnShare > li.google a {
	background:url(../../common/images/btn_low_google.png) 0 0 no-repeat;
}

.low .btnShare > li.insta a {
	background:url(../images/btn_low_insta.png) 0 0 no-repeat;
}

.low .btnShare > li.vimeo a {
	background:url(../images/btn_low_vimeo.png) 0 0 no-repeat;
}

.low .btnShare > li.instagram a {
	background:url(../images/btn_low_instagram.png) 0 0 no-repeat;
}

@media screen and (min-width: 1400px) {


#management_missionArea_inner{
	padding-top:10.8%;
}
/*
#mainVisual.bgInformation .img, .bgImgBlur{
	background-position:0 -95px;
}

#mainVisual.bgIr .img, .bgImgBlur{
	background-position:0 -95px;
}
*/

}



#director {
    padding: 100px 0 0;
    color: #555555;
}

#director img {
    width: 100%;
}

#director:after {
    content: "";
    display: table;
    clear: both;
}

#director .secFirst {
	display: flex;
	margin-left: 4.7123%;
	margin-right: 4.5899%;
}
#director .secFirst .secFirstLeft {
	width: 322px;
}
#director .secFirst .secFirstLeft .img{
	margin-bottom: 20px;
}
#director .secFirst .secFirstLeft dl {
	display: block;
	height: 88px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#director .secFirst .secFirstLeft dl dt {
	width: 309px;
	padding: 4px 0 60px 0;
	display: block;
	vertical-align: top;
}
#director .secFirst .secFirstLeft dl dt p:nth-child(1){
	font-size: 13px;
	margin-bottom: 9px;
}
#director .secFirst .secFirstLeft dl dt p:nth-child(2) .txtJp{
	font-size: 27px;
}
#director .secFirst .secFirstLeft dl dt p:nth-child(2) .txtEn{
	font-size: 13px;
	padding-left: 9px;
	margin-left: 14px;
}
#director .secFirst .secFirstLeft dl dt p:nth-child(2) span{
	display: inline-block;
	line-height: 1;
}
/*
@media screen and (max-width: 1400px) {

    #director .secLeft dl {
        display: block;
    }

    #director .secLeft dl dt {
        display: block;
        background: none;
    }

    #director .secLeft dl dd {
        display: block;
        padding: 4px 0 0 19px;
    }
}
*/

#director .secFirstRight {
	padding-left: 20px;
}
#director .secFirstRight .secLink {
	font-size: 13px;
	padding-top: 20px;
}
#director .secFirstRight .secLink li {
    margin-bottom: 20px;
}

#director .secLink li a:hover {
    text-decoration: underline;
}

#director .secSeconde {
	margin-left: 4.7123%;
	margin-right: 4.5899%;
}
#director .secSeconde h3 {
	font-size: 14px;
	padding-bottom: 12px;
	margin-bottom: 18px;
	border-bottom: 1px solid #DDD;
}
#director .secSeconde ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#director .secSeconde ul li {
    width: 15%;
    margin-bottom: 50px;
}
#director .secSeconde ul li .img{
	margin-bottom: 20px;
}
#director .secSeconde ul li .name{
	margin-bottom: 6px;
	display: table;
}
#director .secSeconde ul li .name .txtJp{
	display: block;
	font-size: 13px;
	white-space: nowrap;
}
#director .secSeconde ul li .name .txtEn{
	word-break: break-all;
	display: block;
	line-height: 1.4;
	padding-left: 0px;
	position: relative;
}
#director .secSeconde ul li .name .txtEn:after{
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
}
#director .secSeconde ul li .department{
	line-height: 1.5;
}

#director .secRight {
    width: 45.2264%; /* 739px */
    float: right;
    margin-right: 4.5899%;
}

#director .secRight h3 {
    font-size: 14px;
    padding-bottom: 12px;
    margin-bottom: 42px;
    border-bottom:1px solid #DDD;
 /*   background: url(../images/director_bg_dotted-x.png) left bottom repeat-x;*/
}


#director .secRight ul:after {
    content: "";
    display: table;
    clear: both;
}

#director .secRight ul {
    margin-left: -6.27%;
}
#director .secRight ul li {
    width: 27.0635%;
    float: left;
    margin-left: 6.27%;
    margin-bottom: 89px;
    font-size: 11px;
}
#director .secRight ul li:nth-child(3n+1) {
    clear: both;
}

#director .secRight ul li .img {
    margin-bottom: 20px;
}

#director .secRight ul li .name {
    margin-bottom: 6px;
    display: table;
}
#director .secRight ul li .name span {
    display: table-cell;
}
#director .secRight ul li .name .txtJp {
    /*padding-right: 8px;*/
    display:block;font-size: 13px;
    white-space: nowrap;1
}
#director .secRight ul li .name .txtEn {
    word-break: break-all;display:block;
    line-height: 1.4;
    padding-left: 0px;
    position: relative;
}
#director .secRight ul li .name .txtEn:after {
    content: "";
    display: block;
 /*   width: 1px;
    height: 9px;
    background-color: #ddd;*/
    position: absolute;
    left: 0;
    top: 3px;
}
#director .secRight ul li .department {
    line-height: 1.5;
}


.NonCommonSliderItem {
	width:100%;
	height:auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	behavior: url(border-radius.htc);
	max-width: 100%;
	display: block;
}

.rinen-contents-wrap {

}

.rinen-contents-hr {
	display: block;
	max-width: 500px;
	margin-bottom: 40px;
}
.rinen-contents-wrap h4 {
	font-size: 20px;
	line-height: 2;
	font-family: 'AxisStd-Medium';
	letter-spacing: 0.15em;
    color: #999;
	padding-bottom: 10px;
}
.rinen-contents-head {
	font-size: 30px;
	line-height: 2;
	font-family: 'AxisStd-Medium';
	letter-spacing: 0.15em;
    padding-bottom: 20px;
}

.rinen-contents-body {
	font-size: 18px;
	font-family: 'AxisStd-Regular';
	letter-spacing: 0.08em;
	margin-bottom: 20px;
	line-height: 2;
    padding-bottom: 30px;
}

.cureent-stockholder-strong {
	line-height: 3em;
}
