@charset "utf-8";

/*common*********************************/

@media screen and (min-width:750px){

/*pagetop*/

#page_top { /* ボタン */
	position:fixed;
	background:#222;
	z-index:81;
	opacity:1;
	bottom:20px;
	cursor:pointer;
}

/* 基準値までスクロールしていないとき */
.bottomsmall {　
	position:fixed;
	bottom:20px;
}
/* 基準値までスクロールしたとき */
.bottomlarge {
	position:absolute;
	bottom:300px;
}

/*pagetop*/
	
.sp_none{
	display:none !important;
}
/*header*/

.indexcont{
	display:none;
}

.index header{
	background:#1a1a1a;
	opacity:0;
	width:100%;
	position:relative;
	z-index:98;
	min-width:1260px;
}


#content header{
	background:#1a1a1a;
	opacity:0;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:98;
}

header .innerbox{
	width:960px;
	margin:0 auto;
}

.menu {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#content.concept header .init-bottom.navi1,
#content.vision header .init-bottom.navi1,
#content.profile header .init-bottom.navi1,
#content.history header .init-bottom.navi1{
    border-bottom:3px solid #fff;
	box-sizing:border-box;
}

#content.factory header .init-bottom.navi2{
    border-bottom:3px solid #fff;
	box-sizing:border-box;
}


#content.works header .init-bottom.navi4{
    border-bottom:3px solid #fff;
	box-sizing:border-box;
}

#content.recruit header .init-bottom.navi5{
    border-bottom:3px solid #fff;
	box-sizing:border-box;
}

#content.contact header .init-bottom.navi6{
    border-bottom:3px solid #fff;
	box-sizing:border-box;
}

#content header .menu {
    position: relative;
    width: 720px;
}


#content header .logobox{
	float:left;
	padding:25px 0;
}

#content header .logobox .indexcont{
	display:block;
	width:238px;
}

#content header .logobox .indexcont img{
	width:198px;
}

#content header .cnavi{
	float:right;
}

#content header .init-bottom{
	text-align:center !important;
	line-height:0;
	height:90px;
}

#content header .init-bottom img{
	display:none;
}

#content header .menu p.ntext{
	display:block;
	font-size:1rem;
	color:#fff;
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#content header .menu > li {
    float: left;
    width: 120px; /* グローバルナビ4つの場合 */
	height:90px;
	padding:0 0 0 0 !important;
	text-align:center;
}

#content header li.menu__single:hover ul.menu__second-level {
    top: 90px;
    visibility: visible;
    opacity: 1;
}

.menu p.ntext{
	display:none;
}

.spnavi{
	display:none;
}

.menu > li {
    float: left;
    width: 160px; /* グローバルナビ4つの場合 */
	padding:40px 0;
	text-align:center;
}

.index .menu > li {
    float: left;
    width: 160px; /* グローバルナビ4つの場合 */
	padding:0 0;
	text-align:center;
}

.menu > li a {
    display: block;
    color: #fff;
	padding:20px;
	font-size:0.8rem;
}

.menu > li a.mlink {
    display: block;
    color: #fff;
	padding:0;
	font-size:0.8rem;
	padding:40px 0;
}

#content .menu > li a.mlink {
    display: block;
    color: #fff;
	padding:0;
	font-size:0.8rem;
	height:90px;
}


.init-bottom{
	text-align:center !important;
	line-height:0;
}

.init-bottom img{
	display:inline-block;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #333;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-bottom: 1px solid #464646;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #1a1a1a;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

/*ドロップダウン*/
.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
	cursor:pointer;
}
	
.menu > li.menu__single img {
    height:18px;
	width:auto;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 75px;
    width: 215px;
    background: #333;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	text-align:left;
}

li.menu__single:hover ul.menu__second-level {
    top: 97px;
    visibility: visible;
    opacity: 1;
}

a.inbox{
	padding:0 !important;
}


.yaji::after{
right: 3px;
width: 4px;
height: 4px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.arrow{
position: relative;
display: block;
padding: 0 0 0 0;
color: #000;
vertical-align: middle;
text-decoration: none;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: 15px;
margin: auto;
content: "";
vertical-align: middle;
}

.yaji2::after{
left: 3px;
width: 4px;
height: 4px;
border-top: 1px solid #b3b3b3;
border-right: 1px solid #b3b3b3;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
	
.window::after{
margin:-3px 0 0 5px;
    content:" ";
    display:inline-block;
    width:12px;
    height:12px;
    background:url(/images/common/icon-external.png) left 50% no-repeat;    
    background-size:contain;
    vertical-align:middle;
}
	
.window2::after{
margin:-3px 0 0 5px;
    content:" ";
    display:inline-block;
    width:9px;
    height:9px;
    background:url(/images/common/icon-external2.png) left 50% no-repeat;    
    background-size:contain;
    vertical-align:middle;
}

.arrow2{
position: relative;
display: block;
padding: 0 0 0 12px;
vertical-align: middle;
text-decoration: none;
}
.arrow2::before,
.arrow2::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

/*footer*/
.index footer{
	background:#1a1a1a;
	min-width:1260px;
}

#content footer{
	background:#1a1a1a;
	min-width:960px;
}

footer .fwrapper1{
	padding:40px 0;
	border-bottom:1px solid #4d4d4d;
	color:#b3b3b3;
	font-size:0.7rem;
}

footer .fwrapper1 .flbox{
	float:left;
	margin:0 50px 0 0;
}

footer .fwrapper1 .flbox.mo{
	float:left;
	margin:0 0 0 0;
}

footer .fwrapper1 .flbox .tlbox{
	font-size:1.1rem;
	margin:0 0 10px 0;
}

footer .fwrapper1 .flbox .text1{
	margin:0 0 10px 0;
}

footer .fwrapper1 .flbox .text2{
	margin:0 0 10px 0;
	width:156px;
}
	
footer .fwrapper1 .flbox .text2 img{
	width:100%;
}


footer .fwrapper1 .flbox .linkbox{
	line-height:1.4rem;
	float:left;
	margin:0 35px 0 0;
}

footer .fwrapper1 .flbox .linkbox a{
	color:#b3b3b3;
}

footer .fwrapper1 .flbox .linkbox a:hover{
	opacity:0.7;
}

footer .fwrapper1 .flbox2{
	float:right;
}

footer .fwrapper1 .logobox{
	margin:0 0 25px 0;
}

footer .fwrapper1 .flbox2 .imbox{
	float:left;
	margin:0 10px 0 0;
}

footer .fwrapper1 .flbox2 .imbox.logo1 img {
	height:70px;
}

footer .fwrapper1 .flbox2 .imbox.logo2 {
    width: 75px;
	margin: 0 0 10px 10px;
	float: left;
}


footer .fwrapper1 .flbox2 .imbox.logo3{
	width:109px;
	margin:0 0 10px 0;
	float: left;
}
	
footer .fwrapper1 .flbox2 .imbox.logo3 img{
	width:100%;
}
footer .fwrapper1 .flbox2 .imbox.logo2 img {
    width: 100%;
}

footer .fwrapper1 .flbox2 .fltext{
	float:left;
}

footer .inbox{
	width:960px;
	margin:0 auto;
}


footer .inbox .fflbox{
	float:left;
	width:150px;
}
	
footer .inbox .fflbox img{
	width:100%;
}

footer .inbox .ffrbox{
	float:right;
	color:#808080;
	font-size:0.7rem;
}

footer .inbox .ffrbox p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .fwrapper2{
	padding:20px 0;
}


/*index*/

.index .headarea{
	position:absolute;
	top:0;
	z-index:85;
	width:100%;
}

.index .headarea .inner{
	width:960px;
	padding:30px 0 0 0;
	margin:0 auto;
}

.index .headarea .inner .logo{
	float:left;
	width:240px;
}
	
.index .headarea .inner .logo img{
	width:100%;
}

.index .headarea .inner .textlink{
	float:right;
	color:#fff;
	padding:15px 0 0 0;
}
	
.index .headarea .inner .textlink .link1 img{
	width:82px;
}
	
.index .headarea .inner .textlink .link2 img{
	width:156px;
}
	
.index .headarea .inner .textlink .link3 img{
	width:92px;
}
	
.index .headarea .inner .textlink .link4 img{
	width:151px;
}


.index .headarea .inner .textlink a{
	float:right;
	color:#fff;
	display:block;
	float:left;
	margin:0 0 0 50px;
}

.index .headarea .inner .textlink a:hover{
	opacity:0.8;
}

.index .mainarea{
	width:960px;
	padding:65px 0;
	margin: 0 auto;
}
	
.index .flexslider{
	position: relative;
}
	
.index .flexslider ul{
	position: relative;
	z-index:1;
}
	
.index .flexslider .maintx{
	position: absolute;
	z-index:2;
	width:190px;
	top:50%;
	right:260px;
}
	
.index .flexslider .maintx img{
	width:100%;
	height:auto;
}
	
.index .flexslider .mainlogo{
	position: absolute;
	z-index: 2;
	width:260px;
	bottom:25px;
	right:30px;
}
	
.index .flexslider .mainlogo img{
	width:100%;
	height:auto;
}

.index .mainarea .flbox{
	float:left;
    margin-bottom: 65px;
}

.index .mainarea .frbox{
	float:right;
    margin-bottom: 65px;
}


.index .mainarea .tlbox{
	text-align:center;
	margin:0 0 20px 0;
}


.index .mainarea .tlbox{
	text-align:center;
	margin:0 0 20px 0;
}

.index .mainarea .tlbox img{
	display:inline-block;
	height: 52px;
}
	
.index .mainarea .tlbox2 img{
	display:inline-block;
	width:200px;
}
	
.index .mainarea .tlbox2{
	text-align:center;
	margin:0 0 20px 0;
}
	
.index .mbox{
	width:960px;
	margin:0 auto 65px;
}
	
.index .mbox .tlbox{
	width:311px;
	margin:0 auto 40px;
}
	
.index .mbox .tlbox img{
	height: 74px;
}

.index .mainarea a:hover{
	opacity:0.8;
}

.newsbox{
	background:#f2f2f2;
	padding:50px 0 60px 0;
	min-width:1260px;
}

.newsbox .innerbox{
	width:960px;
	margin:0 auto;
}

.newsbox .tlbox{
	margin:0 0 10px 0;
	font-size:1rem;
}

.newsbox .newsinfobox{
	padding:20px 20px 10px 20px;
	background:#fff;
}

.newsbox .newsinfobox dl{
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px dotted #999;
	font-size:0.8rem;
}

.newsbox .newsinfobox dt{
	float:left;
	width:10%;
}

.newsbox .newsinfobox dd{
	float:left;
	width:90%;
}

.newsbox .newsinfobox dd a {
	text-decoration: underline;
}

.newsbox .newsinfobox dd a:hover {
	color: #999;
	text-decoration: none;
}

/*content*/

.pan{
	padding:10px 0;
	background:#e6e6e6;
}

.pan .inner{
	font-size:0.7rem;
	color:#666;
	width:960px;
	margin:0 auto;
}

.pan .inner a{
	display:inline-block;
	color:#666;
}

.pan .inner a:hover{
	opacity:0.7;
}

#content .mainarea{
	position:relative;
	margin:90px 0 0 0;

}

#content .maintl{
	position:absolute;
	left:50%;
	top:50%;
	margin:-37px 0 0 -208px;

}

#content .maintl img{
	width:417px;

}

.conceptbox{
	width:100%;
	height:250px;
	background:url(/images/index/co_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	text-align:center;
	padding:130px 0 0 0;
	min-width:960px;
	margin:0 0 10px 0;
}

.conceptbox .tlbox{
	width:323px;
	margin:0 auto 30px;
}

.conceptbox .tlbox img{
	width:100%;
	height:auto;
}

.conceptbox .btnbox{
	width:225px;
	margin:0 auto;
}

.conceptbox .btnbox img{
	width:100%;
	height:auto;
}

.conceptbox .btnbox a{
	width:100%;
	display:block;
}

.specialbox{
	width:100%;
	height:250px;
	background:url(/images/index/sp_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	text-align:center;
	padding:130px 0 0 0;
	min-width:960px;
	margin:0 0 10px 0;
}

.specialbox .tlbox{
	width:60px;
	margin:0 auto 30px;
}

.specialbox .tlbox img{
	width:100%;
	height:auto;
}

.specialbox .btnbox{
	width:225px;
	margin:0 auto;
}

.specialbox .btnbox img{
	width:100%;
	height:auto;
}

.specialbox .btnbox a{
	width:100%;
	display:block;
}

.kensyubox{
	width:100%;
	height:250px;
	background:url(/images/index/ky_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	text-align:center;
	padding:130px 0 0 0;
	min-width:960px;
}

.kensyubox .tlbox{
	width:300px;
	margin:0 auto 30px;
}

.kensyubox .tlbox img{
	width:100%;
	height:auto;
}

.kensyubox .btnbox{
	width:225px;
	margin:0 auto;
}

.kensyubox .btnbox img{
	width:100%;
	height:auto;
}

.kensyubox .btnbox a{
	width:100%;
	display:block;
}
}

@media screen and (max-width:750px){

/*pagetop*/

.spposi{
	position:absolute;
	top:0;
}
#menuopen { /* ボタン */
	position:fixed;
	background:#222;
	z-index:30;
	opacity:1;
	top:0;
	width:55px;
}

#menuopen img{ /* ボタン */
	width:100%;
}


/* 基準値までスクロールしていないとき */
.bottomsmall {　
	position:fixed;
	bottom:20px;
}
/* 基準値までスクロールしたとき */
.bottomlarge {
	position:absolute;
	bottom:300px;
}

/*pagetop*/

.pc_none{
	display:none !important;
}	
/*header*/
header{
	background:#1a1a1a;
	position:fixed;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:10000;
	opacity:0;
}

header .innerbox{
	width:100%;
}

header .innerbox .logobox{
	padding:15px;
	min-height:30px;
}

header .innerbox .logobox .lbox{
	float:left;
	width:200px;
}

header .innerbox .logobox .lbox img{
	width:100%;
}

header .innerbox .logobox .menubtn{
	float:right;
	text-align:center;
	padding:0 0 0 0;
	
}

header .innerbox .logobox .menubtn img{
	width:60%;
	display:inline-block;
}

header .innerbox .logobox .menubtn p {
}

.menu p.ntext{
	display:block;
}
.menu {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.spnavi{
	display:block;
	background:#333;
	text-align:center;
	border-top:1px solid #464646;
	border-bottom:1px solid #464646;
	font-size:0.8rem;
	color:#fff;
	padding:15px 0;
}

.spnavi a{
	color:#fff;
}

.menu > li {
    width: 100%; /* グローバルナビ4つの場合 */
	text-align:center;
}

.menu > li a {
    display: block;
    color: #fff;
	padding:15px;
	font-size:0.8rem;
	text-align:center;
}

.menu > li a.mlink {
    display: block;
    color: #fff;
	padding:0;
	font-size:0.8rem;
	pointer-events:none;
}


.init-bottom{
	text-align:center !important;
	line-height:1;
	padding:10px;
	border-bottom:1px solid #464646;
}

.init-bottom img{
	display:none;
}

ul.menu__second-level {
    visibility:visible;
    opacity: 1;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu__second-level li {
    border-bottom: 1px solid #464646;
}

.menu__third-level li {
    border-top: 1px solid #111;
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

/*ドロップダウン*/
.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    width:100%;
	color:#fff;
	font-size:0.8rem;
	display:block;
}

li.menu__single ul.menu__second-level {
    width: 100%;
    background: #333;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	text-align:left;
}

a.inbox{
	padding:0 !important;
}


.yaji::after{
right: 3px;
width: 4px;
height: 4px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
display:none;
}
	
.window::after{
margin:-3px 7px 0 5px;
    content:" ";
    display:inline-block;
    width:12px;
    height:12px;
    background:url(/images/common/icon-external.png) left 50% no-repeat;    
    background-size:contain;
    vertical-align:middle;
}
	
.window.pconly::after{
margin:0 0 0 0;
    content:" ";
    display:inline-block;
    width:0;
    height:0;
    background:none;    
    background-size:contain;
    vertical-align:middle;
}
	
.window2::after{
margin:-3px 7px 0 5px;
    content:" ";
    display:inline-block;
    width:9px;
    height:9px;
    background:url(/images/common/icon-external2.png) left 50% no-repeat;    
    background-size:contain;
    vertical-align:middle;
}

.arrow{
position: relative;
display: block;
padding: 0 0 0 0;
color: #000;
vertical-align: middle;
text-decoration: none;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: 15px;
margin: auto;
content: "";
vertical-align: middle;
}

.yaji2::after{
left: 3px;
width: 4px;
height: 4px;
border-top: 1px solid #b3b3b3;
border-right: 1px solid #b3b3b3;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.arrow2{
position: relative;
display: block;
padding: 0 0 0 12px;
vertical-align: middle;
text-decoration: none;
}
.arrow2::before,
.arrow2::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

/*footer*/

.pagetop{
	background:#8c8c8c;
	padding:15px 0;
	text-align:center;
}

.pagetop img{
	display:block;
	width:5%;
	margin:0 auto;
}

footer{
	background:#1a1a1a;
	width:100%;
}

footer .fwrapper1{
	padding:40px 0;
	border-bottom:1px solid #4d4d4d;
	color:#b3b3b3;
	font-size:0.7rem;
}

footer .fwrapper1 .flbox{
	margin:0 0 0 0;
	width:100%;
	padding:0 0 30px 0 ;
	border-bottom:1px solid #4d4d4d;
}

footer .fwrapper1 .flbox.spcenter{
	text-align:center;
}

footer .fwrapper1 .flbox.mo{
	padding:30px 0 30px 0;
}

footer .fwrapper1 .flbox.mo .inner{
	width:70%;
	margin:0 auto;
}

footer .fwrapper1 .flbox .tlbox{
	font-size:1.1rem;
	margin:0 0 10px 0;
}

footer .fwrapper1 .flbox .text1{
	margin:0 0 10px 0;
}

footer .fwrapper1 .flbox .text2{
	margin:0 auto 10px;
	width:180px;
}
	
footer .fwrapper1 .flbox .text2 img{
	width:100%;
}

footer .fwrapper1 .flbox .linkbox{
	line-height:1.4rem;
	float:left;
	width:50%;
}

footer .fwrapper1 .flbox .linkbox a{
	color:#b3b3b3;
}

footer .fwrapper1 .flbox .linkbox a:hover{
	opacity:0.7;
}

footer .fwrapper1 .flbox2{
	width:100%;
	padding:30px 0 0 0 ;
}

footer .fwrapper1 .flbox2 .inner{
	width:70%;
	margin:0 auto;
}

footer .fwrapper1 .logobox{
	margin:0 0 25px 0;
	display:block;
}
footer .fwrapper1 .flbox2 .logo23_box{
	width: 197px;
    margin: 0 auto;
}
footer .fwrapper1 .flbox2 .imbox{
	float:left;
	margin:0 5% 0 0;
	width:58px;
}

footer .fwrapper1 .flbox2 .imbox img{
	width:100%;
}


footer .fwrapper1 .flbox2 .imbox.logo3{
	width:109px;
	margin:0 auto 10px;
	float: left;
}

footer .fwrapper1 .flbox2 .fltext{
	float:left;
	width:72%
}

footer .inbox{
	width:100%;
	margin:0 auto;
}

footer .fwrapper1 .flbox2 .imbox.logo2{
	float:left;
	width:75px;
	margin:0px 0 10px 10px;
}


footer .fwrapper1 .flbox2 .imbox.norton{
	float:none;
	margin:0 auto;
	display:block;
	width:100%;
}

footer .fwrapper1 .flbox2 .imbox.norton table{
	margin:0 auto;
}


footer .inbox .fflbox{
	text-align:center;
	margin:0 auto 10px;
	width:200px;
}

footer .inbox .fflbox img{
	display:inline-block;
	width:100%;
}

footer .inbox .ffrbox{
	color:#808080;
	font-size:0.7rem;
	text-align:center;
}

footer .inbox .ffrbox p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .fwrapper2{
	padding:20px 0;
}


/*index*/

.index .mainarea{
	width:90%;
	padding:30px 0;
	margin: 0 auto;
}
	
.index .flexslider{
	position: relative;
}
	
.index .flexslider ul{
	position: relative;
	z-index:1;
}
	
.index .flexslider .maintx{
	position: absolute;
	z-index:2;
	width:45%;
	top:46%;
	right:5%;
}
	
.index .flexslider .maintx img{
	width:100%;
	height:auto;
}
	
.index .flexslider .mainlogo{
	position: absolute;
	z-index: 2;
	width:45%;
	bottom:25px;
	right:5%;
}
	
.index .flexslider .mainlogo img{
	width:100%;
	height:auto;
}

.index .mainarea .flbox{
	margin:0 0 30px 0;
}

.index .mainarea img{
	width:100%;
}

.index .mainarea .frbox{
margin:0 0 30px 0;
}

.index .mainarea .tlbox{
	text-align:center;
	margin:0 0 20px 0;
}

.index .mainarea .tlbox img{
	display:inline-block;
	width:54%;
}
	
.index .mainarea .tlbox2 img{
	display:inline-block;
	width:60%;
}
	
.index .mainarea .tlbox2{
	text-align:center;
	margin:0 0 20px 0;
}
	
.index .mbox{
	width:100%;
	margin:0 auto 30px;
}
	
.index .mbox .tlbox{
	width:180px;
	margin:0 auto 20px;
}
	
.index .mbox .tlbox img{
	width:100%;
}

.index .mainarea a:hover{
	opacity:0.8;
}


.newsbox{
	background:#f2f2f2;
	padding:10px 0 20px 0;
	width:100%;
}

.newsbox .innerbox{
	width:90%;
	margin:0 auto;
}

.newsbox .tlbox{
	margin:0 0 10px 0;
	font-size:1rem;
}

.newsbox .newsinfobox{
	padding:20px 20px 10px 20px;
	background:#fff;
}

.newsbox .newsinfobox dl{
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px dotted #999;
	font-size:0.8rem;
}

.newsbox .newsinfobox dt{
	float:left;
	width:100%;
}

.newsbox .newsinfobox dd{
	float:left;
	width:100%;
}

/*content*/

.pan{
	padding:10px 0;
	background:#e6e6e6;
	display:none;
}

.pan .inner{
	font-size:0.7rem;
	color:#666;
	width:960px;
	margin:0 auto;
}

.pan .inner a{
	display:inline-block;
	color:#666;
}

.pan .inner a:hover{
	opacity:0.7;
}

#content .mainarea{
	position:relative;

}

#content .mainarea .spmenu{
	padding:15px 0;
	height:50px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#content .mainarea .spmenu .logoarea{
	width:200px;
	float:left;
	margin:0 0 0 15px;

}


#content .mainarea .spmenu .logoarea img{
	width:100%;

}

#content .mainarea .spmenu .spmenubtn{
	width:20px;
	float:right;
	padding:5px 0 0 0;
	margin:0 15px 0 0;
}

#content .mainarea .spmenu .spmenubtn img{
	width:100%;

}


#content .maintl{
	position:absolute;
	left:0;
	top:50%;
	margin:-5% 0 0 0;
	width:100%;

}

#content .maintl img{
	width:100%;

}
.index .spmenu{
	padding:15px 0;
	height:50px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:80;
}

.index .spmenu .logoarea{
	width:200px;
	float:left;
	margin:0 0 0 15px;

}


.index .spmenu .logoarea img{
	width:100%;

}

.index .spmenu .spmenubtn{
	width:20px;
	float:right;
	padding:5px 0 0 0;
	margin:0 15px 0 0 ;
}

.index .spmenu .spmenubtn img{
	width:100%;

}


.index .maintl{
	position:absolute;
	left:0;
	top:50%;
	margin:-5% 0 0 0;
	width:100%;

}

.index .maintl img{
	width:100%;

}

.conceptbox{
	width:100%;
	height:145px;
	background:url(/images/index/co_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	padding:55px 0 0 0;
	margin:0 0 10px 0;
}

.conceptbox .tlbox{
	width:232px;
	margin:0 auto 20px;
}

.conceptbox .tlbox img{
	width:100%;
	height:auto;
}

.conceptbox .btnbox{
	width:230px;
	margin:0 auto;
}

.conceptbox .btnbox img{
	width:100%;
	height:auto;
}

.conceptbox .btnbox a{
	width:100%;
	display:block;
}

.specialbox{
	width:100%;
	height:145px;
	background:url(/images/index/sp_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	padding:55px 0 0 0;
	margin:0 0 10px 0;
}

.specialbox .tlbox{
	width:42px;
	margin:0 auto 20px;
}

.specialbox .tlbox img{
	width:100%;
	height:auto;
}

.specialbox .btnbox{
	width:230px;
	margin:0 auto;
}

.specialbox .btnbox img{
	width:100%;
	height:auto;
}

.specialbox .btnbox a{
	width:100%;
	display:block;
}

.kensyubox{
	width:100%;
	height:145px;
	background:url(/images/index/ky_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	padding:55px 0 0 0;
}

.kensyubox .tlbox{
	width:215px;
	margin:0 auto 20px;
}

.kensyubox .tlbox img{
	width:100%;
	height:auto;
}

.kensyubox .btnbox{
	width:230px;
	margin:0 auto;
}

.kensyubox .btnbox img{
	width:100%;
	height:auto;
}

.kensyubox .btnbox a{
	width:100%;
	display:block;
}

}

