body {
    background-color: #222;
}

/* Orico */

#orico1 {
	display: flex;
	flex-wrap: wrap;
}

#orico1 img {
	width: 100%;
}

/*

/* Slideshow overlay link */
/* style 1 */
@media screen and (min-width: 1025px) {

#header {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

#header h1 {
  width: 180px;
  height: 120px;
  display: block;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
}

#header h1 a#carsensor {
  width: 180px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background-color: #111;
  background-image: url(../images/carsensor.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 160px auto;
  text-indent: -9999px;
}

#header h1 a#goonet {
  width: 180px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background-color: #111;
  background-image: url(../images/goonet.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 160px auto;
  text-indent: -9999px;
}

}
/* end style1 */

/* style2 */
@media screen and (min-width: 481px) and (max-width: 1024px) {

#header {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

#header h1 {
  width: 150px;
  height: 120px;
  display: block;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
}

#header h1 a#carsensor {
  width: 150px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background-color: #111;
  background-image: url(../images/carsensor.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 130px auto;
  text-indent: -9999px;
}

#header h1 a#goonet {
  width: 150px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background-color: #111;
  background-image: url(../images/goonet.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 130px auto;
  text-indent: -9999px;
}

}
/* end style2 */

/* style3 */
@media screen and (max-width: 480px) {

/* ������ */

#header ul {
	list-style: none;
	display: flex;
}

#header ul li {
	text-align: center;
	width: 50%;
	font-size: 16px;
}



#header {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}


#header h1 {
  width: 80%;
  height: 70px;
  display: block;
  position: absolute;
  z-index: 12001;
  top: 0;
  left: 0;
}

#header h1 a#carsensor {
  width: 100%;
  height: 70px;
  display: block;
  margin: 0 auto;
  background-color: #111;
  background-image: url(../images/carsensor.png);
  background-repeat: no-repeat;
  background-position-x: 2px;
  background-position-y: 20px;
  background-size: 130px auto;
  text-indent: -9999px;
}

#header h1 a#goonet {
  width: 100%;
  height: 70px;
  display: block;
  margin: 0 auto;
  background-color: #111;
  background-image: url(../images/goonet.gif);
  background-repeat: no-repeat;
  background-position-x: 2px;
  background-position-y: 20px;
  background-size: 130px auto;
  text-indent: -9999px;
}

}
/* end style3 */
/* end slideshow overlay link */

/* Slideshow�摜�T�C�Y�������� */

/* style1 */
@media screen and (min-width: 481px) {


#slidemm.cycle-slideshow img {
  width: 100%;
  height: auto;
  display: block;
}

/* Slidemm(mobile) */
#slidemm-m {
  display: none;
}
#slidemm-m.cycle-slideshow {
  display: none;
}
#slidemm-m.cycle-slideshow img {
  display: none;
}


}

/* end style1 */

/* style2 */
@media screen and (max-width: 480px) {

/* Slidemm */
#slidemm {
  display: none;
}
#slidemm.cycle-slideshow {
  display: none;
}
#slidemm.cycle-slideshow img {
  display: none;
}

/* Slidemm(mobile) */
#slidemm-m {
  width: 100%;
  height: auto;
  display: block;
}
#slidemm-m.cycle-slideshow {
  width: 100%;
  height: auto;
  display: block;
}
#slidemm-m.cycle-slideshow img {
  width: 100%;
  height: auto;
  display: block;
}

}

/* end style2 */

/* costomers voice */

/* style1 */
@media screen and (min-width: 1025px) {

/* Title */
.indtitle {
  width: 100%;
  height: 40px;
  display: block;
}
.indtitle h2 {
  font-size: 28px;
  font-weight: 100;
  line-height: 40px;
  color: #CF0141;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -1px;
  float: left;
  margin: 0;
}
.indtitle h3 {
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
  color: #333;
  float: right;
  margin: 0;
}


/* News */
#newsbody {
  width: 100%;
  height: auto;
  display: block;
  padding: 5px 3% 50px 3%;
}
#newsmm {
  width: 100%;
  max-width: 1400px;
  max-height: 2040px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#nwfb {
  width: 26%;
  max-height: inherit;
  overflow: scroll;
  display: block;
  float: right;
}
#nwfb .fb-wrap {
  width: 100%;
  margin: 10px auto 0 auto;
}
#nwfb .fb-wrap .sp-fb {
  display:none;
}
#newsccm {
  width: 70%;
  height: auto;
  display: block;
  float: left;
}
.newslist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.newslist a {
  display: block;
  width: calc( 33.33% - 20px );
  height: auto;
  padding: 0;
  margin: 10px;
  text-decoration: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
}
.newslist a:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.newslist a .nwimg {
  width: 100%;
  height: auto;
}
.newslist a .nwcc {
  width: 100%;
  height: auto;
  display: block;
  padding: 15px 25px;
}
.newslist a .nwcc p.newsdate {
  color: #C10C0F;
}
.newslist a .nwcc p {
  font-size: 12px;
  line-height: 1.8em;
  margin-bottom: 0;
  color: #333;
}

/* end costomers voice */

}

/* end style1 */

/* style2 */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Title */
.indtitle {
  width: 100%;
  height: 40px;
  display: block;
}
.indtitle h2 {
  font-size: 28px;
  font-weight: 100;
  line-height: 40px;
  color: #CF0141;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -1px;
  float: left;
  margin: 0;
}
.indtitle h3 {
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
  color: #333;
  float: right;
  margin: 0;
}
/* News */
#newsbody {
  width: 100%;
  height: auto;
  display: block;
  padding: 5px 3% 5px 3%;
}
#newsmm {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#nwfb {
  width: 46%;
  height: auto;
  display: block;
  float: right;
}
#nwfb .fb-wrap {
  width: 100%;
  margin: 10px auto 0 auto;
}
#nwfb .fb-wrap .sp-fb {
  display:none;
}
#newsccm {
  width: 50%;
  height: auto;
  display: block;
  float: left;
}
.newslist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.newslist a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc( 100% - 20px );
  height: auto;
  padding: 0;
  margin: 10px;
  text-decoration: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
}
.newslist a:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.newslist a .nwimg {
  width: 33.33%;
  height: auto;
  webkit-align-items: flex-start;
  align-items: flex-start;
}
.newslist a .nwcc {
  width: 66.66%;
  height: auto;
  display: block;
  padding: 10px 15px;
  webkit-align-items: flex-start;
  align-items: flex-start;
}
.newslist a .nwcc p.newsdate {
  color: #C10C0F;
}
.newslist a .nwcc p {
  font-size: 12px;
  line-height: 1.8em;
  margin-bottom: 0;
  color: #333;
}


}

/* end style2 */

/* style3 */
@media screen and (min-width: 481px) and (max-width: 768px) {

/* Title */
.indtitle {
  width: 100%;
  height: 40px;
  display: block;
}
.indtitle h2 {
  font-size: 28px;
  font-weight: 100;
  line-height: 40px;
  color: #CF0141;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -1px;
  float: left;
  margin: 0;
}
.indtitle h3 {
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
  color: #333;
  float: right;
  margin: 0;
}
/* News */
#newsbody {
  width: 100%;
  height: auto;
  display: block;
  padding: 5px 5% 5px 5%;
}
#newsmm {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#nwfb {
  width: 100%;
  height: auto;
  display: block;
  padding: 50px 0 0 0;
}
#nwfb .fb-wrap {
  width: 100%;
  max-width: 500px;
  margin: 10px auto 0 auto;
}
#nwfb .fb-wrap .pc-fb {
  display:none;
}
#newsccm {
  width: 100%;
  height: auto;
  display: block;
}
.newslist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.newslist a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc( 100% - 20px );
  height: auto;
  padding: 0;
  margin: 10px;
  text-decoration: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
}
.newslist a:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.newslist a .nwimg {
  width: 33.33%;
  height: auto;
  webkit-align-items: flex-start;
  align-items: flex-start;
}
.newslist a .nwcc {
  width: 66.66%;
  height: auto;
  display: block;
  padding: 10px 15px;
  webkit-align-items: flex-start;
  align-items: flex-start;
}
.newslist a .nwcc p.newsdate {
  color: #C10C0F;
}
.newslist a .nwcc p {
  font-size: 12px;
  line-height: 1.8em;
  margin-bottom: 0;
  color: #333;
}

}

/* end style3 */

/* style4 */
@media screen and (max-width: 480px) {

/* Title */
.indtitle {
  width: 100%;
  height: 40px;
  display: block;
}
.indtitle h2 {
  font-size: 28px;
  font-weight: 100;
  line-height: 40px;
  color: #CF0141;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -1px;
  float: left;
  margin: 0;
}
.indtitle h3 {
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
  color: #333;
  float: right;
  margin: 0;
}
/* News */
#newsbody {
  width: 100%;
  height: auto;
  display: block;
  padding: 5px 5% 5px 5%;
}
#newsmm {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#nwfb {
  width: 100%;
  height: auto;
  display: block;
  padding: 50px 0 0 0;
}
#nwfb .fb-wrap {
  width: 100%;
  margin: 10px auto 0 auto;
}
#nwfb .fb-wrap .pc-fb {
  display:none;
}
#newsccm {
  width: 100%;
  height: auto;
  display: block;
}
.newslist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.newslist a {
  display: block;
  width: calc( 100% - 20px );
  height: auto;
  padding: 0;
  margin: 10px;
  text-decoration: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
}
.newslist a:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.newslist a .nwimg {
  width: 100%;
  height: auto;
}
.newslist a .nwcc {
  width: 100%;
  height: auto;
  display: block;
  padding: 15px 25px;
}
.newslist a .nwcc p.newsdate {
  color: #C10C0F;
}
.newslist a .nwcc p {
  font-size: 12px;
  line-height: 1.8em;
  margin-bottom: 0;
  color: #333;
}
.fbpage {
  width: auto;
  margin: 0 auto;
}

}

/* end style4 */

/* Youtube */
/* style1 */
@media screen and (min-width: 1025px) {

#ytbody {
	width: 100%;
	height: auto;
	display: block;
	padding: 0 3%;
}

#ytmcc {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#ytwrap {
	position:relative;
	height:0;
	padding-top:56.25%;
	text-align:center;
	overflow: hidden;
}

#ytwrap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


}
/* end style1 */

/* style2 */
@media screen and (min-width: 769px) and (max-width: 1024px) {

#ytbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 3%;
}

#ytmcc {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#ytwrap {
	position:relative;
	height:0;
	padding-top:56.25%;
	text-align:center;
	overflow: hidden;
}

#ytwrap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



}

/* end style2 */

/* style3 */
@media screen and (min-width: 481px) and (max-width: 768px) {

#ytbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 5%;
}

#ytmcc {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#ytwrap {
	position:relative;
	height:0;
	padding-top:56.25%;
	text-align:center;
	overflow: hidden;
}

#ytwrap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


}

/* end style3 */

/* style4 */
@media screen and (max-width: 480px) {

#ytbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 5%;
    margin: 0 10px;
}


#ptbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 5%;
}

#ptmcc {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#ytwrap {
	position:relative;
	height:0;
	padding-top:56.25%;
	text-align:center;
	overflow: hidden;
}

#ytwrap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



}

/* end style4 */


/* end youtube */

/* brand */
/* style1 */

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

#brand.bright {
    margin: 50px auto 0;
}

#brand {
    width: 100%;
    height: auto;
    display: block;
}

#brand ul {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#brand.bright ul li {
    width: 100%;
    padding: 0;
    float: none;
}

#brand ul li {
    width: 50%;
    height: auto;
    display: block;
    padding: 0 3%;
    float: left;
}

#brand ul li h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    color: #CF0141;
    margin: 0 0 5px 0;
}

#brand ul li a {
    width: auto;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 5px;
    text-align: center;
}

}
/* end style1 */

/* style2 */
@media screen and (min-width: 769px) and (max-width: 1024px) {

#brand.bright {
    margin: 50px auto 0;
}

#brand {
    width: 100%;
    height: auto;
    display: block;
}

#brand ul {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#brand.bright ul li {
    width: 100%;
    padding: 0;
    float: none;
}

#brand ul li {
    width: 50%;
    height: auto;
    display: block;
    padding: 0 3%;
    float: left;
}

#brand ul li h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    color: #CF0141;
    margin: 0 0 5px 0;
}

#brand ul li a {
    width: auto;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 5px;
    text-align: center;
}



}
/* end style2 */

/* style3 */
@media screen and (min-width: 481px) and (max-width: 768px) {

#brand.bright {
    margin: 50px auto 0;
}

#brand {
    width: 100%;
    height: auto;
    display: block;
}

#brand ul {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#brand.bright ul li {
    width: 100%;
    padding: 0;
    float: none;
}

#brand ul li {
    width: 50%;
    height: auto;
    display: block;
    padding: 0 3%;
    float: left;
}

#brand ul li h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    color: #CF0141;
    margin: 0 0 5px 0;
}

#brand ul li a {
    width: auto;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 5px;
    text-align: center;
}

#brand ul li a img {
	max-width: 100%;
}

}
/* end style3 */

/* style4 */
@media screen and (max-width: 480px) {

#brand.bright {
    margin: 50px auto 0;
}

#brand {
    width: 100%;
    height: auto;
    display: block;
}

#brand ul {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#brand.bright ul li {
    width: 100%;
    padding: 0;
    float: none;
}

#brand ul li {
    width: 50%;
    height: auto;
    display: block;
    padding: 0 3%;
    float: left;
}

#brand ul li h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    color: #CF0141;
    margin: 0 0 5px 0;
}

#brand ul li a {
    width: auto;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 5px;
    text-align: center;
}

#brand ul li a img {
	max-width: 100%;
}

}
/* end style4 */

/* end brand */

/* sns */
/* style1 */
@media screen and (min-width: 1025px) {

#sns01.bright {
    margin: 50px auto 0;
}

#sns01 {
    width: 100%;
    height: auto;
    display: block;
}

#sns01 ul {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#sns01.bright ul li {
    width: 100%;
    padding: 0;
    float: none;
}

#sns01 ul li {
    width: 50%;
    height: auto;
    display: block;
    padding: 0 3%;
    float: left;
}

#sns01 ul li h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    color: #CF0141;
    margin: 0 0 5px 0;
}

#sns01 ul li a {
    width: auto;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 5px;
    text-align: center;
}

#sns01 ul li a img {
	height: 100px;
}


}
/* end style1 */

img#mitsui {
	height: 63px !important;
}



/* style2 */
@media screen and (min-width: 769px) and (max-width: 1024px) {

#sns01.bright {
    margin: 50px auto 0;
}

#sns01 {
    width: 100%;
    height: auto;
    display: block;
}

#sns01 ul {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#sns01.bright ul li {
    width: 100%;
    padding: 0;
    float: none;
}

#sns01 ul li {
    width: 50%;
    height: auto;
    display: block;
    padding: 0 3%;
    float: left;
}

#sns01 ul li h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    color: #CF0141;
    margin: 0 0 5px 0;
}

#sns01 ul li a {
    width: auto;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 5px;
    text-align: center;
}

#sns01 ul li a img {
	height: 100px;
}


}
/* end style2 */

/* style3 */
@media screen and (min-width: 481px) and (max-width: 768px) {

#sns01.bright {
    margin: 50px auto 0;
}

#sns01 {
    width: 100%;
    height: auto;
    display: block;
}

#sns01 ul {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#sns01.bright ul li {
    width: 100%;
    padding: 0;
    float: none;
}

#sns01 ul li {
    width: 50%;
    height: auto;
    display: block;
    padding: 0 3%;
    float: left;
}

#sns01 ul li h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    color: #CF0141;
    margin: 0 0 5px 0;
}

#sns01 ul li a {
    width: auto;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 5px;
    text-align: center;
}

#sns01 ul li a img {
	height: 100px;
}

}
/* end style3 */

/* style4 */
@media screen and (max-width: 480px) {

#sns01.bright {
    margin: 50px auto 0;
}

#sns01 {
    width: 100%;
    height: auto;
    display: block;
}

#sns01 ul {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#sns01.bright ul li {
    width: 100%;
    padding: 0;
    float: none;
}

#sns01 ul li {
    width: 50%;
    height: auto;
    display: block;
    padding: 0 3%;
    float: left;
}

#sns01 ul li h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    color: #CF0141;
    margin: 0 0 5px 0;
}

#sns01 ul li a {
    width: auto;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 5px;
    text-align: center;
}

#sns01 ul li a img {
	height: 100px;
}


}
/* end style4 */

/* end sns01 */

/* StockCar */
/* style1 */
@media screen and (min-width: 1025px) {
#gallerybody {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 3%;
}

#gallerymm {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.gallerylist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.gallerylist a {
    display: block;
    width: calc( 25% - 20px );
    height: auto;
    padding: 0;
    margin: 10px;
    text-decoration: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
}

.gallerylist a .galcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 25px;
}

.gallerylist a .galcc p {
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 0;
    color: #333;
}

}
/* end style1 */

/* style2 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
#gallerybody {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 3%;
}

#gallerymm {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.gallerylist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.gallerylist a {
    display: block;
    width: calc( 50% - 20px );
    height: auto;
    padding: 0;
    margin: 10px;
    text-decoration: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
}

.gallerylist a .galcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 25px;
}

.gallerylist a .galcc p {
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 0;
    color: #333;
}

}

/* end style2 */

/* style3 */
@media screen and (min-width: 481px) and (max-width: 768px) {
#gallerybody {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 5%;
}

#gallerymm {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.gallerylist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.gallerylist a {
    display: block;
    width: calc( 50% - 20px );
    height: auto;
    padding: 0;
    margin: 10px;
    text-decoration: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
}

.gallerylist a .galcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 25px;
}

.gallerylist a .galcc p {
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 0;
    color: #333;
}

}

/* end style3 */

/* style4 */
@media screen and (max-width: 480px) {
#gallerybody {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 5%;
}

#gallerymm {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.gallerylist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.gallerylist a {
    display: block;
    width: calc( 100% - 20px );
    height: auto;
    padding: 0;
    margin: 10px;
    text-decoration: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
}

.gallerylist a .galcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 25px;
}

.gallerylist a .galcc p {
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 0;
    color: #333;
}

}
/* end style4 */


/* end stockcar */


/* works */
/* style1 */


/* end style1 */
/* style1 */
@media screen and (min-width: 1025px) {
#worksbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 3%;
}

#worksmm {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#slide2mm.cycle-slideshow img {
  width: 100%;
  height: auto;
  display: block;
}


}
/* end style1 */

/* style2 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
#worksbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 3%;
}

#worksmm {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#slide2mm.cycle-slideshow img {
  width: 100%;
  height: auto;
  display: block;
}

}
/* end style2 */

/* style3 */
@media screen and (min-width: 481px) and (max-width: 768px) {
#worksbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 3%;
}

#worksmm {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#slide2mm.cycle-slideshow img {
  width: 100%;
  height: auto;
  display: block;
}

}
/* end style3 */

/* style4 */
@media screen and (max-width: 480px) {
#worksbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px 3%;
}

#worksmm {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#slide2mm.cycle-slideshow img {
  width: 100%;
  height: auto;
  display: block;
}

}
/* end style4 */

/* end works */

/* access */
/* style1 */
@media screen and (min-width: 1025px) {
#accessmm {
    width: 100%;
    height: auto;
    display: block;
}

#acc01 {
    width: 50%;
    height: auto;
    display: block;
    float: left;
    background-color: #222;
}

#acc02 {
    width: 50%;
    height: auto;
    display: block;
    float: right;
    background-color: #003;
}

#acc01m {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    float: right;
}

#acc02m {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    float: left;
}

.accadd {
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 0;
}

#accessmm h2.h2acctitle {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    line-height: 1.25em;
    text-align: center;
    background-image: url(../images/TECHNO-LOGO-w.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 50px;
    padding-top: 60px;
    margin-bottom: 5px;
}

#accessmm h3.h3acctitle {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 1.25em;
    text-align: center;
    margin-bottom: 15px;
}

#accessmm p {
    line-height: 1.5em;
    color: #fff;
    text-align: center;
}

#accessmm p.ptel {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin-bottom: 0;
}

#accessmm p.ptel a {
    width: 200px;
    height: 40px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    background-image: url(../images/ic-tel-w.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 40px;
    text-align: right;
}

#accessmm a {
    color: #fff;
}

}
/* end style1 */

/* style2 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
#accessmm {
    width: 100%;
    height: auto;
    display: block;
}

#acc01 {
    width: 100%;
    height: auto;
    display: block;
    background-color: #222;
}

#acc02 {
    width: 100%;
    height: auto;
    display: block;
    background-color: #003;
}

#acc01m {
    width: 100%;
    height: auto;
    display: block;
}

#acc02m {
    width: 100%;
    height: auto;
    display: block;
}

.accadd {
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 0;
}

#accessmm h2.h2acctitle {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    line-height: 1.25em;
    text-align: center;
    background-image: url(../images/TECHNO-LOGO-w.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 50px;
    padding-top: 60px;
    margin-bottom: 5px;
}

#accessmm h3.h3acctitle {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 1.25em;
    text-align: center;
    margin-bottom: 15px;
}

#accessmm p {
    line-height: 1.5em;
    color: #fff;
    text-align: center;
}

#accessmm p.ptel {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin-bottom: 0;
}

#accessmm a {
    color: #fff;
}

#accessmm p.ptel a {
    width: 200px;
    height: 40px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    background-image: url(../images/ic-tel-w.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 40px;
    text-align: right;
}

}
/* end style2 */

/* style3 */
@media screen and (min-width: 481px) and (max-width: 768px) {
#accessmm {
    width: 100%;
    height: auto;
    display: block;
}

#acc01 {
    width: 100%;
    height: auto;
    display: block;
    background-color: #222;
}

#acc02 {
    width: 100%;
    height: auto;
    display: block;
    background-color: #003;
}

#acc01m {
    width: 100%;
    height: auto;
    display: block;
}

#acc02m {
    width: 100%;
    height: auto;
    display: block;
}

.accadd {
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 0;
}

#accessmm h2.h2acctitle {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    line-height: 1.25em;
    text-align: center;
    background-image: url(../images/TECHNO-LOGO-w.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 50px;
    padding-top: 60px;
    margin-bottom: 5px;
}

#accessmm h3.h3acctitle {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 1.25em;
    text-align: center;
    margin-bottom: 15px;
}

#accessmm p {
    line-height: 1.5em;
    color: #fff;
    text-align: center;
}

#accessmm p.ptel {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin-bottom: 0;
}

#accessmm a {
    color: #fff;
}

#accessmm p.ptel a {
    width: 200px;
    height: 40px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    background-image: url(../images/header/ic-tel-w.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 40px;
    text-align: right;
}

}
/* end style3 */

/* style4 */
@media screen and (max-width: 480px) {
#accessmm {
    width: 100%;
    height: auto;
    display: block;
}

#acc01 {
    width: 100%;
    height: auto;
    display: block;
    background-color: #222;
}

#acc02 {
    width: 100%;
    height: auto;
    display: block;
    background-color: #003;
}

#acc01m {
    width: 100%;
    height: auto;
    display: block;
}

#acc02m {
    width: 100%;
    height: auto;
    display: block;
}

.accadd {
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 0;
}

#accessmm h2.h2acctitle {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    line-height: 1.25em;
    text-align: center;
    background-image: url(../images/TECHNO-LOGO-w.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 50px;
    padding-top: 60px;
    margin-bottom: 5px;
}

#accessmm h3.h3acctitle {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 1.25em;
    text-align: center;
    margin-bottom: 15px;
}

#accessmm p {
    line-height: 1.5em;
    color: #fff;
    text-align: center;
}

#accessmm p.ptel {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin-bottom: 0;
}

#accessmm a {
    color: #fff;
}

#accessmm p.ptel a {
    width: 200px;
    height: 40px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    background-image: url(../images/ic-tel-w.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 40px;
    text-align: right;
}

}

/* end style4 */


@media screen and (min-width: 481px) {
.map-container {
    height: 450px;
}

}

.map-container {
    width: 100%;
    height: 400px;
    position: relative;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* end access */

