@charset "utf-8";

/* ==========================================================================
   category.css
   ========================================================================== */


#header {
	background: #fff;
}

.mainSection {
	border-bottom: 1px solid #ccc;
	position: relative;
	margin: 0 auto;
}

.mainSection h2 {
	position: absolute;
	font-size: 139%;
}

.mainSection h2 span {
	font-size: 46px;
	display: block;
}

.mainSection .clearFix {
	overflow: hidden;
}

.mainSection dl dt {
	padding-bottom: 50px;
}

.mainSection dl dt img {
	height: auto;
}


.mainSection .detailView {
	overflow: hidden;
	margin-bottom: 50px;
}

.mainSection .detailView li {
	float: left;
	border-left: 1px dashed #8f8f8f;
}

.mainSection .detailView li:last-child {
	border-right: 1px dashed #8f8f8f;
}

.mainSection .detailView li a {
	display: block;
	line-height: 24px;
	padding: 0 20px 0 56px;
	background-position: 12px center;
	background-size: 37px 24px;
	background-repeat: no-repeat;
	color: #f00;
	font-size: 108%;
	font-weight: bold;
	text-decoration: underline;
}

.mainSection .detailView li.pic a {
	background-image: url(../../common/img/img_icon_01.gif);
}

.mainSection .detailView li.video a {
	background-image: url(../../common/img/img_icon_02.gif);
}

.mainSection .detailView li.tour a {
	background-image: url(../../common/img/img_icon_03.gif);
}

.mainSection .logoIcon {
	overflow: visible !important;
	clear:both;
}
.mainSection .logoIcon::after {
	content:"";
	display:block;
	clear:both;
}
.mainSection .listTxt {
	clear:both;
}
.mainSection .logoIcon li {
	float: left;
	margin-right: 20px;
	position: relative;
}

.mainSection .logoIcon li:last-child {
	margin-right: 0px;
}
.mainSection .logoIcon li .new{
	position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #e60c14;
    color: #e60c14;
    font-weight: bold;
    font-size: 11px;
    padding: 1px 3px;
}
.mainSection .logoIcon li .new::after{
	content:"new";
}
.mainSection .descriptionArea {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.mainSection .descriptionArea div {
	font-size: 124%;
	line-height: 1.3em;
}

.mainSection .floatL li {
	border-bottom: 1px dashed #8f8f8f;
	overflow: hidden;
}

.mainSection .floatL li:last-child {
	border-bottom: none;
}

.mainSection .floatL li .img {
	float: left;
}

.mainSection .floatL li a {
	padding: 20px 0;
	display: block;
	height: 84px;
}

.mainSection .floatL li div {
	float: left;
}

.mainSection .floatL li div .ttl {
	font-size: 139%;
	padding-bottom: 10px;
	line-height: 1.5em;
}

.mainSection .floatL li div .txt {
	font-size: 108%;
	color: #6e6e6e;
	margin-bottom: 8px;
}


.mainSection .floatL li div .link {
	font-size: 108%;
	font-weight: bold;
	color: #f00;
	background-image: url(../img/red_arr.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px 8px;
	padding-left: 10px;
}

.disSection h3 {
	font-size: 36px;
	text-align: center;
	margin-top: 45px;
}

.disSection .section {
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

.disSection .textArea {
	font-size: 139%;
}

.disSection .section_list li, .disSection .rest li {
	font-size: 139%;
	padding-left: 20px;
	padding-bottom: 8px;
	background: url(../img/red_dot.png) no-repeat 4px 4px;
}


.disSection .section {
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}


.disSection .accSec.show {
	height: 370px;
	overflow: hidden;
}

.disSection .rest.hidden {
	display: none;
}


.disSection .moreBtn {
	width: 100%;
	background: #fff;
	padding: 30px 0 10px;
}
 
.disSection .moreBtn span:hover {
	opacity: 0.7;
}

.disSection .moreBtn span {
	display: block;
	width: 150px;
	margin: 0 auto;
	padding-left: 100px;
	line-height: 30px;
	font-size: 108%;
	color: #fff;
	background-color: #4c4c4c;
	background-image: url(../img/acc_more_plus.png);
	background-repeat: no-repeat;
	background-position: 30% center;
	background-size: 10px 10px;
	cursor: pointer;
}

.disSection .moreBtn span.minus {
	background-image: url(../img/acc_more_minus.png);
	padding-left: 110px;
  width: 140px;
}



.listArea {
	margin: 0 auto;
}

.listArea .listTab {
	overflow: hidden;
}

.listArea .listTab li {
	float: left;
}

.listArea .listTab li:last-child {
	margin-right: 0px;
}

.listArea .listTab li a {
	display: block;
	padding-bottom: 8px;
}


.listArea .listTab li a span {
	display: block;
	color: #b9b9b9;
	font-size: 154%;
	text-align: center;
	border-bottom: 2px solid #ddd;
}

.listArea .listTab li a.act span {
	color: #000;
	border-bottom: 2px solid #f00;
}

.listArea .sec,
.listArea .sec dt {
	display: none;
}

.listArea #technische.sec {
	display: block;
}

.listArea .sec h4 {
	font-size: 214%;
}

.listArea .tableArea {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.listArea .tableArea h5 {
  background: #fafafa;
	border-bottom: 1px solid #ccc;
	font-size: 139%;
	font-weight: bold;
}

.listArea .tableArea dl {
	width: 100%;
	display: table;
}

.listArea .tableArea dt,
.listArea .tableArea dd {
	display: table-cell;
	font-size: 124%;
}

.listArea .tableArea dt {
	width: 30%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}

.listArea .tableArea dd {
	width: 70%;
	border-bottom: 1px solid #ccc;
}

.mt200{
	margin-top: 200px !important;
}















/* ==========================================================================
   Media Queries
   ========================================================================== */
	 
@media only screen and (min-width: 769px) {

.inner {
	padding-top: 200px;
}

.mainSection {
	width: 980px;
	padding: 0 10px 40px;
}

.mainSection h2 {
	left: 530px;
	top: 44px;
}

.mainSection .clearFix {
	overflow: hidden;
}

.mainSection dl {
	float: left;
	width: 490px;
}

.mainSection dl dt {
	padding-top: 50px;
}

.mainSection dl dt img {
	width: 490px;
}

.mainSection .detailView {
	margin-bottom: 50px;
}

.mainSection .detailView li a {
	padding: 0 20px 0 56px;
	background-position: 12px center;
}

.mainSection .logoIcon li {
	margin-bottom: 16px;
}


.mainSection .floatL {
	float: left;
	width: 460px;
	margin-left: 30px;
}

.mainSection .descriptionArea {
	margin-top: 144px;
	margin-bottom: 10px;
	width: 440px;
	padding: 20px 0;
}

.mainSection .descriptionArea div {
	display: block;
	height: 140px;
	overflow-y: scroll;
}

/*scrollbar*/
.mainSection .descriptionArea div::-webkit-scrollbar {
	width: 6px;
}
.mainSection .descriptionArea div::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #eeeeee;
}
.mainSection .descriptionArea div::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666666;
}

.mainSection .floatL li:last-child {
	padding-bottom: 0;
}

.mainSection .floatL li .img {
	margin-right: 16px;
}

.disSection h3 {
	margin-bottom: 25px;
}

.disSection .w100pBg {
	background: url(../../cam/gc_px100beu/img/cont_img01.jpg) no-repeat center top;
	min-width: 1000px;
	height: 392px;
	margin-bottom: 35px;
}

.disSection .w100pBg img,
.disSection .imgArea .sp {
	display: none;
}

.disSection .section {
	width: 980px;
	padding: 0 10px 40px;
}

.disSection .imgArea {
	margin-bottom: 30px;
}


.listArea {
	width: 980px;
	padding: 30px 10px 60px;
}

.listArea .listTab li {
	margin-right: 12px;
}

.listArea .listTab li a.act {
	background: url(../img/red_bottom_arr.png) no-repeat center 56px;
}

.listArea .listTab li a span {
	width: 318px;
	padding: 22px 0px 12px;
	background: url(../img/gray_bottom_arr.png) no-repeat 36px 32px;
}

.listArea .listTab li a:hover span {
    border-bottom: 2px solid #f00;
	background: url(../img/black_bottom_arr.png) no-repeat 36px 32px;
    color: #000;
}

.listArea .listTab li a.act span {
	background: url(../img/black_bottom_arr.png) no-repeat 36px 32px;
}

.listArea .sec h4 {
	line-height: 76px;
}

.listArea .tableArea h5 {
	line-height: 52px;
	padding-left: 20px;
}

.listArea .tableArea dt,
.listArea .tableArea dd {
	padding-top: 14px;
	padding-bottom: 14px;
}

.listArea .tableArea dt {
	padding-left: 40px;
	padding-right: 20px;
	word-break: keep-all;
}
.listArea .tableArea dd {
	padding-left: 20px;
}


.subMenuArea {
	width: 100%;
	background: #f5f5f5;
	
}

.subMenuArea .subMenuInner {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 980px;
		padding: 10px 10px 40px;
}

.subMenuArea .subMenuInner .sp {
	display: none;
}



.subMenuArea .subMenuTab {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.subMenuArea .subMenuTab li {
	float: left;
	margin-right: 50px;
}

.subMenuArea .subMenuTab li:last-child {
	margin-right: 0px;
}


.subMenuArea .subMenuTab li a span {
	display: block;
	font-size: 116%;
	color: #7a7a7a;
	line-height: 50px;
	padding-left: 20px;
	background: url(../img/gray_bottom_arr.png) no-repeat left center;
}

.subMenuArea .subMenuTab li a:hover span,
.subMenuArea .subMenuTab li a.act span {
	color: #000;
	background: url(../img/black_bottom_arr.png) no-repeat left center;
}


.subMenuArea .sec {
	display: none;
}

.subMenuArea #sMenu01.sec {
	/*display: block;*/
}

.subMenuArea .sec .cateLink {
	overflow: hidden;
	margin-left: 10px;
}

.subMenuArea .sec .cateLink > li {
	float: left;
	margin-right: 35px;
	min-width: 168px;
}

.subMenuArea .sec p {
	font-size: 108%;
	border-bottom: 3px solid #ccc;
	line-height: 50px;
	margin-bottom: 16px;
}

.subMenuArea .pc a:hover {
	color: #f00;
}

.subMenuArea .sec ul li ul li {
	line-height: 25px;
}


}


@media only screen and (max-width: 768px) {
			

.inner {
	padding-top: 135px;
}

.mainSection {
	padding: 0 30px;
	border-bottom: none;
}

.mainSection h2 {
	left: 30px;
	top: 40px;
}

.mainSection .clearFix {
	overflow: hidden;
}

.mainSection dl {
	padding-top: 120px;
}

.mainSection dl dt {
	text-align: center;
}

.mainSection dl dt img {
	width: 540px;
}

.mainSection .detailView {
	margin: 0 auto 40px;
	width: 560px;
}

.mainSection .detailView li a {
	padding: 0 26px 0 68px;
	background-position: 24px center;
}

.mainSection .logoIcon {
	width: 630px;
	margin: 0 auto;
}

.mainSection .logoIcon li {
	margin-right: 16px;
	margin-bottom: 14px;
}

.mainSection .descriptionArea {
	margin-top: 24px;
	padding: 24px 0; 
}

.mainSection .floatL ul {
	padding-top: 10px;
}

.mainSection .floatL li:last-child {
    border-bottom: 1px solid #ccc;
}

.mainSection .floatL li .img {
	margin-right: 18px;
}

.disSection h3 {
	margin-top: 50px;
	margin-bottom: 20px;
}

.disSection .w100pBg {
	margin-bottom: 40px;
}

.disSection .w100pBg img,
.disSection .imgArea img {
	width: 100%;
	height: auto;
}

.disSection .imgArea .pc {
	display: none;
}

.disSection .section {
	padding-bottom: 30px;
}

.disSection .imgArea {
	margin-bottom: 40px;
}

.disSection .textArea {
	padding: 0 30px;
}

.disSection .accSec {
	padding: 0 30px;
}



.listArea {
	padding: 30px 30px 60px;
}

.listArea .listTab li {
	margin-right: 5%;
	width: 30%;
}

.listArea .listTab li a.act {
	background: url(../img/red_bottom_arr.png) no-repeat center 68px;
}

.listArea .listTab li a span {
	height: 46px;
	line-height: 46px;
	padding: 14px 50px 6px;
	background: url(../img/gray_bottom_arr.png) no-repeat 12% 60%;
}

.listArea .listTab li a.act span {
	background: url(../img/black_bottom_arr.png) no-repeat 12% 60%;
}

.listArea .listTab li a.lh2 span {
	line-height: 20px;
}

.listArea .sec h4 {
	line-height: 76px;
}

.listArea .tableArea h5 {
	line-height: 52px;
	padding-left: 20px;
}

.listArea .tableArea dt {
	padding: 14px 32px;
	word-break: keep-all;
}

.listArea .tableArea dd {
	padding: 14px 20px;
}




.subMenuArea {
	padding: 0px 30px;
	margin-bottom: 30px;
}

.subMenuArea .pc {
	display: none;
}

.subMenuArea p {
	background-color: #7f7f7f;
	background-image: url(../img/ac_icon_plus.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	display: block;
	width: 95%;
	padding-right: 5%;
	height: 48px;
	border-bottom: 1px solid #ececec;
}

.subMenuArea p.active {
	background-image: url(../img/ac_icon_minus.png);
}

.subMenuArea p span {
	background-image: url(../img/white_arr.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 6px 9px;
	display: block;
	line-height:48px;
	font-size: 15px;
	margin: 0 30px;
	padding-left: 16px;
	color: #fff;
}

.subMenuArea .cont {
	background: #c6c6c6;
	width:100%;
	display: none;
}

.subMenuArea .cont .cateLink li {
	height: 48px;
	display: block;
}

.subMenuArea .cont .cateLink li span {
	background-image: url(../img/black_arr.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 6px 9px;
	display: block;
	line-height:48px;
	font-size: 14px;
	margin: 0 50px;
	padding-left: 16px;
}

.mainContents .mainSection h2 {
position: static;
padding: 0 0 0 15px;
}
.mainContents .mainSection .clearFix > dl {
    padding-top: 0;
}
.mainContents .mainSection .clearFix > dt{
    padding-top: 0;
}
.mainSection #mainimg {
    display: block;
    margin: 0 auto;
    height: auto;
}


.mt200{
	margin-top: 0 !important;
}

}


@media only screen and (max-width: 685px) {

.mainSection .logoIcon {
	width: 580px;
}

.mainSection .logoIcon li {
	margin-right: 10px;
}

}

@media only screen and (min-width: 641px) {


}


@media only screen and (max-width: 640px) {

.mainSection {
  padding: 0;
	border-bottom: none;
}

.mainSection h2 {
	left: 30px;
	top: 55px;
	font-size: 24px;
}

.mainSection h2 span {
   font-size: 50px;
}

.mainSection dl {
    padding-top: 170px;
}

.mainSection dl dt img,
.mainSection .detailView,
.mainSection .logoIcon {
    width: 100%;
}

.mainSection .detailView,
.mainSection .logoIcon {
	margin-left: 30px;
}

.mainSection .detailView li a {
    background-position: center top;
    background-size: 62px 40px;
    font-size: 22px;
    line-height: 40px;
		text-align: center;
		padding: 40px 0 0;
		width: 198px;
}

.mainSection .detailView li.video a {
		width: 180px;
}

.mainSection .logoIcon li {
	margin-right: 20px;
	margin-bottom: 20px;
}

.mainSection .logoIcon li.mr0 {
	margin-right: 0px;
}

.mainSection .logoIcon img {
	height: 42px;
}

.mainSection .descriptionArea {
    margin-top: 28px;
    padding: 34px 30px;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
}

.mainSection .descriptionArea div {
	  font-size: 26px;
		line-height: 1.2em;
}

.mainSection .floatL ul {
    border-top: none;
    padding-top: 0px;
}

.mainSection .floatL ul li {
	border-bottom: 2px dashed #8f8f8f;
	background: url(../img/red_arr.png) no-repeat 597px center;
}

.mainSection .floatL li:last-child {
    border-bottom: 2px solid #ccc;
}

.mainSection .floatL li a {
    display: block;
    padding: 30px;
}
.mainSection .floatL li div {
	width: 400px;
}

.mainSection .floatL li div .ttl {
    font-size: 26px;
		font-weight: bold;
}

.mainSection .floatL li div .txt {
    font-size: 22px;
}

.mainSection .floatL li div .link {
	display: none;
}

.disSection h3 {
	font-size: 42px;
	padding-bottom: 25px;
	padding-top: 65px;
	text-align: center;
	width: 520px;
	margin: 0 auto;
	line-height: 1.2em;
}

.disSection .accSec h3 {
	padding-top: 50px;
}

.disSection .section_list li,
.disSection .rest li {
	background: url(../img/red_dot.png) no-repeat 4px 8px;
    font-size: 26px;
    padding-bottom: 12px;
}


.disSection .moreBtn {
 padding: 40px 0 10px;
}

.disSection .moreBtn span {
    background-position: 30% center;
    background-size: 17px 17px;
    font-size: 22px;
    line-height: 55px;
    padding-left: 160px;
    width: 236px;
}


.disSection .section {
    padding-bottom: 60px;
		border-bottom: 2px solid #ccc;
}

.disSection .textArea {
    padding: 0 30px;
    font-size: 26px;
}


.listArea {
	padding: 0px 30px 125px;
}

.listArea .listTab {
	display: none;
}


.listArea .sec,
.listArea .sec > dl > dt.active + dd {
	display: block;
}

.listArea .sec > dl > dt {
	display: block;
	padding-bottom: 8px;
	margin-top: 26px;
}

.listArea .sec > dl > dt.active {
	background-image: url(../img/red_bottom_arr.png);
	background-position: center 80px;
	background-repeat: no-repeat;
	background-size: 18px 8px;
}

.listArea .sec > dl > dt span {
	display: block;
	line-height: 80px;
	font-size: 30px;
	background-image: url(../img/gray_ac_icon_plus.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	border-bottom: 2px solid #b9b9b9;
	color: #b9b9b9;
}

.listArea .sec > dl > dt.active span {
	background-image: url(../img/gray_ac_icon_minus.png);
	border-bottom: 2px solid #f00;
	color: #000;
}

.listArea .sec > dl > dd {
	display: none;
}


.listArea .sec h4 {
	font-size: 36px;
	line-height: 95px;
}

.listArea .tableArea {
    border: 2px solid #ccc;
}

.listArea .tableArea h5 {
	font-size: 28px;
	line-height: 80px;
  border-bottom: 2px solid #ccc;
}


.listArea .tableArea dt,
.listArea .tableArea dd {
	display: block;
	border-bottom: 2px solid #ccc;
}

.listArea .tableArea dt {
	font-size: 26px;
	border-right: none;
	width: 516px;
	padding: 0;
	margin: 0 30px;
	line-height: 76px;
}

.listArea .tableArea dd {
	font-size: 24px;
	width: 516px;
	padding: 20px 30px;
}

.listArea .tableArea dd:last-child {
	border-bottom: none;
}


.subMenuArea {
	margin-bottom: 60px;
}

.subMenuArea p {
	height: 96px;
	background-size: 50px 50px;
	border-bottom: 2px solid #fff;
}

.subMenuArea p span {
	line-height: 96px;
	font-size: 30px;
	background-size: 12px 18px;
	padding-left: 30px;
}

.subMenuArea .cont .cateLink li {
	height: 96px;
}

.subMenuArea .cont .cateLink li span {
	line-height:96px;
	font-size: 28px;
	background-size: 12px 18px;
	padding-left: 30px;
}

#images-popup .popupImage img#slideBigImage {
	max-width: 100% !important;
}

}

