@charset "UTF-8";

/* CSS Document */

.slider {
    position: relative;
}

body {
    background-color: #000;
}

.san {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.hovB {
    background-color: #fff;
    display: block;
}

.hovB:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.hovY:hover {
    background-color: #fff000;
	color:#000;
}

ul.bxslider li {
    width: 100%;
}

.nivo-controlNav {
    display: none;
}

.centerLogo {
    position: absolute;
    width: 220px;
    height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.topNav ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 920px;
    margin: 0 auto;
}

.topNav ul li {
    border-right: 1px solid #fff;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 2px;
}

.topNav ul li:last-child {
    border-right: 0;
}

.topNav ul li a {
    color: #fff;
    display: block;
    font-size: 17px;
    text-decoration: none;
    padding: 10px 0;
}

.newsBox {
    width: 920px;
    margin: 0 auto;
}

.titleh1 {
    color: #fff;
    font-size: 55px;
    border-bottom: solid #fff 1px;
    width: 165px;
    margin-top: 15px;
}

.subTitleh2 {
    color: #fff;
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 5px;
}

.newsItems {
    width: 920px;
    overflow: hidden;
    margin-top: 30px;
}

.newsItems .newsItem:last-child {
    margin-right: 0px;
}

.newsItem {
    font-size: 12px;
    text-align: center;
    width: 215px;
    float: left;
	margin-right:20px;
	margin-bottom:40px;
}
.newsItem:nth-child(4n){
	margin-right:0px;
	}
.newsImg {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
}

.wid100 {
    width: 100%;
}

.newsTitle {
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.newsDate {
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.newsPlace {
    color: #FFFFFF;
    letter-spacing: 1px;
}

.moreBtn {
    margin-left: auto;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border: solid 2px #fff;
    width: 200px;
    padding: 5px;
    margin-top: 15px;
    letter-spacing: 5px;
}

.moreBtn a {
    color: #fff;
    width: 200px;
    display: block;
}

.borderNone {
    border: none;
}

.brandBox {
    width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
}

.floatTitle {
    width: 250px;
    height: 250px;
}

.brandBox div div {
    width: 250px;
    height: 250px;
    float: left;
}

.entryBox {
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}

.comBox {
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}

.contactBtn {
    margin-top: 100px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	padding-bottom:50px;
}

.footBox {
    margin-top: 150px;
}

.foot {
    width: 1000px;
    margin: 0 auto;
}

.compLogo {
    width: 400px;
    display: table-cell;
    vertical-align: middle;
}

.compLogo img {
    width: 300px;
}

.listBox {
    width: 500px;
    display: table-cell;
}

.footList {
    width: 500px;
    margin-left: auto;
}

.footList ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 500px;
}

.footList ul li {
    border-right: 1px solid #fff;
    display: table-cell;
    vertical-align: middle;
}

.footList ul li a {
    color: #fff;
    display: block;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 0;
    letter-spacing: 4px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.listItems {
    width: 500px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.listItem {
    width: 100px;
    list-style: none;
    float: left;
    text-align: center;
}

.listItem li {
    font-size: 8px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    padding-left: 18px;
    text-align: left;
}

.listItem li a {
    color: #fff;
}

.footList ul li:first-child {
    border-left: 1px solid #fff;
}


/*NEWS*/
.newsTitleBox{
	width:920px;
	margin:0 auto;
	margin-top:50px;
	}
.newsBorder {
    border-bottom: solid #fff 1px;
}
.newsItem.nItemBor{
	border-top:1px #fff solid;
	}
.newsItem.nItemBor:nth-child(-n+4){
	border:none;
	}
.newsNum{
    color: #fff;
    font-size: 19px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin-top:30px;
}
.titleh1.borderLong {
    width: 100%;
    border-bottom: 2px #fff solid;
}

.more {
    margin: 0 auto;
    width: 920px;
    margin-top: 50px;
}

.subTopLogo {
    margin-top: 50px;
}

.subTopList {
    vertical-align: middle;
}

.subList ul li {
    border: 2px solid #000;
    display: table-cell;
    vertical-align: middle;
}

.subList ul li a {
    color: #fff;
    display: block;
    font-size: 19px;
    text-decoration: none;
    padding: 0 10px;
    letter-spacing: 2px;
}

.titleh1.sub {
    font-size: 35px;
}

.subTitleh2.sub {
    font-size: 16px;
}

.subList ul .nowPage {
    border: solid #fff 2px;
}

.subList ul li:last-child {
    background-color: #fff000;
	border:none;
}

.subList ul li .recB {
    color: #000000;
}

.moreBtnNews {
    margin-left: auto;
    text-align: center;
    font-size: 12px;
    width: 50px;
    margin-top: 15px;
}

.moreBtnNews a {
    color: #fff;
}

.newsNumBordN {
    color: #fff;
    font-size: 19px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border: none;
}


/*comp*/

.titleBox {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

.slider.comp {
    width: 1000px;
    margin: 0 auto;
}
.companyBox{
	width:1000px;
	margin:0 auto;
	}
.cont1{
	width:920px;
	margin:0 auto;
	padding-top:40px;
	}
.compTitle{
	display:inline;
	color:#fff;
	font-size:35px;
	}
.compSub{
	color:#fff;
	font-size:18px;
	margin-left:20px;
	}
.headSentence{
	text-align:center;
	font-size:45px;
	color:#fff;
	margin-top:40px;
	margin-bottom:40px;
	}
.compText{
	color:#fff;
	font-size:18px;
	line-height:36px;
	letter-spacing:2px;
	}
.compContBox{
	width:920px;
	display:table-cell;
	}
.compLeft{
	width:300px;
	float:left;
	}
.wid300{
	width:300px;
	}
.compRight{
	width:555px;
	float:right;
	padding-top:25px;
	padding-bottom:25px;
	}
.contTitle{
	font-size:28px;
	color:#fff;
	border-bottom:1px solid #c89f62;
	padding-bottom:10px;
	}
.compText.subText{
	margin-top:10px;
	}
.ribonW1000{
	width:1000px;
	background-color:#c89f62;
	text-align:center;
	margin-top:40px;
	}
.ribonText{
	color:#fff;
	font-size:21px;
	letter-spacing:2px;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	}
.compImgs{
	width:255px;
	float:left;
	}
.compImgs img{
	margin-top:10px;
	}
.imgSideText{
	width:665px;
	float:right;
	padding-left:30px;
	}
.imgSideText p{
	color:#fff;	
	font-size:16px;
	line-height:38px;
	letter-spacing:2px;
	}
.groupImgBox{
	width:800px;
	margin:0 auto;
	padding-top:50px;
	}
.groupImgBox img{
	width:800px;
	}
.btnTxtBox{
	width:920px;
	}
.moreBtnText{
	width:200px;
	margin-left:auto;
	color:#fff;
	font-size:13px;
	}
.moreBtn.brandMore{
	margin-top:0px;
	}
.cont1.overView{
	border-bottom:1px solid #fff;
	padding-bottom:50px;
	}
.compInfoBox{
	width:920px;
	margin-top:50px;
	}
.compInfoLeft{
	width:455px;
	float:left;
	}
.infoItemBox{
	width:455px;
	color:#fff;
	line-height:30px;
	padding-bottom:40px;
	}
.infoItemBox p{
	width:455px;
	color:#fff;
	}
.compInfoRight{
	width:465px;
	height:360px;
	float:right;
	border:none;
	}
.compInfo{
	width:306px;
	float:left;
	line-height:30px;
	}
.compInfo p{
	color:#fff;
	}
.historyBox{
	width:670px;
	margin:0 auto;
	padding-top:50px;
	}
.historyBox p{
	color:#fff;
	font-size:18px;
	margin-top:18px;
	}
/*brand*/
.boxWrap {
    width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
}
.sideBar {
    margin-top: 70px;
    width: 210px;
    background-color: #fff;
    float: left;
	text-align: center;
}
.sideCont{
	width:177px;
	margin:0 auto;
}
.sideTitle{
    width: 100%;
    border-bottom: solid 2px #000;
	font-size:34px;
	margin-bottom:15px;
}
.sideSubT{
    margin: 0 auto;
    width: 177px;
    background-color: #000;
    color: #fff;
	font-size:15px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#result [class*="hidden-"] {
	display: none;
}
.checkItems{
	width:177px;
    text-align: left;
    list-style: none;
	margin-bottom:15px;
	margin-top:10px;
}
.itemJ{
	font-size:19px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;	
	}
.itemE{
	font-size:14px;
	color:#717171;
	margin-left:10px;
	}
.lupeBox{
	width:177px;
	text-align:right;
	margin-top:0px;
	margin-bottom:15px;
	}
	
	.lupeBox input{ width:100%; height:auto;}
.produceBtn{
	padding-top:10px;
	padding-bottom:10px;
	width:177px;
	background-color:#717171;
	margin-bottom:15px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	}
.produceBtn a{
	display:block;
	width:177px;
	}
.proTitle{
	border-bottom:2px solid #fff;
	font-size:22px;
	color:#fff;
}
.proSub{
	font-size:10px;
	color:#fff;
	}
.brandListBox {
    width: 670px;
    float: right;
}
.brandItem{
    width: 335px;
	float:left;
}
.brandName{
    color: #fff;
    font-size: 16px;
    padding-top: 8px;
}
.brandText{
    color: #fff;
    font-size: 12px;
    padding-top: 5px;
}
.storeOpen{
	color:#fff000
	}
.left{
    float: left;
}
.right{
    float: right;
}
.wid320{
    width: 320px;
    height: auto;
}
/*produce*/
.titleh3{
	padding-top:50px;
	font-size:62px;
	}
.titleh4{
	font-size:14px;	
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}
.produceBox{
	width:670px;
	background-color:#fff;
	text-align:center;
	}
.proText{
	margin-top:40px;
	margin-bottom:40px;
	text-align:center;
	font-size:16px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height:32px;
	}
.proText.here{
	font-size:22px;
	font-weight:bold;
	}
/*contact*/
.contactBox{
	width:1000px;
	text-align:center;
	margin:0 auto;
	padding-top:80px;
	}
.centerTitle{
	font-size:55px;
	color:#fff;
	}
.centerSub{
	color:#fff;
	font-size:17px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	}
.contactText{
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:40px;
	margin-top:60px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	}
.conTextT{
	line-height:60px;
	}
.mailImgBox{
	width:1000px;
	text-align:center;
	margin-top:100px;
	margin-bottom:30px;
	}
.formBox{
	width:1000px;
	}
.info{
	width:490px;
    margin-right: 10px;
	float:left;
    text-align: left;
	}
.selectBox{
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}
.selectBox.s2{
    margin-bottom: 22px;
}
.atention{
    font-size: 10px;
    color: red;
    width: 100%;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.profBox{
    width: 490px;
    height: 50px;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: middle;
}
.nameLabel{
    width: 70px;
    height: 50px;
    border: 2px #fff solid;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.nameLabel.noName{
    border: none;
}
.contInp{
    padding-left: 10px;
    padding-right: 10px;
    width: 410px;
    height:50px;
    margin-left: 10px;
    border: none;
    float: right;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.profBox:last-child{
    margin-bottom: 0px;
}
.textArea{
    padding: 10px;
	width:490px;
    height: 488px;
    margin-right: 0px;
	background-color:#fff;
	float:right;
    border: none;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.sendBtn{
    font-size: 22px;
    color: #fff;
    background-color: #000;
    border: 2px solid #fff;
    margin-top: 20px;
	width:1000px;
    font-family: serif;
	}
.centerTitle.thx{
	margin-top:200px;
	}
.centerSub.thx{
	margin-bottom:300px;
	}