@charset "UTF-8";
/* basic ---------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
	line-height: 1.5;
}
body {
	margin: 0;
	background-color: #FFF;
	color: #333;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
}
a img {
	border: none;
}
a, a:hover, a:focus {
	outline: none;
	color: #333;
	text-decoration: none;
}
img {
	vertical-align: bottom;
	border: 0;
}
h1 {
    margin-bottom: 10px;
}
h2 {
	margin: 0 0 20px;
	background: #fff url(../img/h1_bg.jpg) no-repeat center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 200%;
	font-weight: normal;
	text-align: center;
}
h3 {
	margin: 0 0 20px 0;
	padding: 5px 0 5px 20px;
	background: url(../img/h2_bg.jpg) no-repeat center bottom;
	color: #3B9FAB;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 120%;
	font-weight: normal;
}
h4 {
	margin: 0;
	padding: 20px 0 0 20px;
	color: #67D1DF;
	font-size: 110%;
}
h4:first-of-type {
	margin: 0;
	padding: 0 0 0 20px;
	color: #67D1DF;
	font-size: 110%;
}
#business h4:first-of-type {
	padding: 10px 0 0 20px;
}
.fullarea h2 {
	height: 70px;
	margin: 0 0 20px;
	background: url(../img/ttl_full.jpg) no-repeat center center;
	color: #313131;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6;
	font-size: 34px;
    font-style: oblique;
	font-weight: normal;
}
.fullarea h2 span {
	display: block;
	line-height: 0.6;
	font-size: 16px;
    font-style: normal;
}
.fullarea h3 {
	color: #67D1DF;
	font-weight: bold;
	padding: 15px 0 0 20px;
	margin: 0;
	background: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}
.txt_b {
    font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}/* end MacIE5 */
/*リンクオンマウスフェード*/
a:hover, a:hover img {
	opacity: 0.6; /*要素の透明度を指定*/
	filter: alpha(opacity=60); /*ie6、7の透明度指定*/
	-ms-filter: "alpha(opacity=60)"; /*ie8の透明度指定*/
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
/* base ---------------------------------------- */
.smaon {
	display: none!important;
}
.contents {
	width: 1000px;
	margin: 0 auto;
}
/* header ---------------------------------------- */
header {
	width: 100%;
	min-width: 1000px;
	margin: 0;
	padding: 15px 0 0 0;
	background-color: #64D1E0;
-moz-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
-o-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
-ms-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
}
#headbox ul.hdmenu li {
	display: inline-block;
	margin-left: 13px;
	padding-left: 20px;
	background: url(../img/hdmenu_icon.jpg) no-repeat left center;
	font-size: 13px;
}
#headbox ul.hdmenu li a {
	color: #fff
}
#gnavi {
	background: url(../img/gnavi_bg.jpg);
}
#gnavi ul {
	margin: 0 auto;
	background: url(../img/gnavi_line.jpg) no-repeat center right;
	text-align: center;
}
#gnavi ul li {
	float: left;
	width: 25%;
	background: url(../img/gnavi_line.jpg) no-repeat left center;
}
#gnavi ul li a {
	display: block;
	height: 46px;
	font-size: 16px;
	line-height: 47px;
	letter-spacing: 1px;
}
#gnavi ul li a:hover, #gnavi ul li.active a {
	background-color: rgba(255,255,255,0.5);
	color: #aaa;
	text-decoration: none;
}
/* footer ---------------------------------------- */
footer {
    margin: 100px 0 0;
	padding: 30px 0;
	background: #64D1E0;
	border-top: 3px solid #2b8c99;
	color: #fff;
	min-width: 1000px;
}
footer a {
	color: #fff;
}
footer .left {
	width: 350px;
	background: url(../img/foot_line.jpg) no-repeat center right;
}
footer .right {
	width: 650px;
}
p#copyright {
	font-size: 12px;
	padding-top: 25px;
}
.sitemap1 {
	margin-top: 0;
	padding: 0;
	float: right;
	width: 180px;
}
.sitemap1 li {
	font-size: 16px;
	margin: 0 auto 10px;
}
.sitemap2 {
	margin-top: 0px;
	float: left;
	width: 400px;
	padding: 0 0 0 70px;
}
.sitemap2 li {
	font-size: 16px;
}
.sitemap2 li.business {
    margin: 0 auto 5px;
}
.sitemap2 li.oem li {
	font-size: 14px;
    margin: 0 20px 0 0;
    display: inline;
	padding: 0;
}
.sitemap2 li.oem li:before {
	content: "・";
}
footer div.contents:nth-child(2) {
	margin-top: 30px;
}
footer div.contents:nth-child(2) img {
	width: 100%;
}
#totop {
	display: none;
}
/* index ---------------------------------------- */
/*  slider */
.fullarea {
	margin: 30px 0 70px 0;
}
.fullarea #mainimgarea {
	overflow: hidden;
	background-color: #fff;
	min-width: 1000px;
}
.fullarea .contents {
	margin: 20px auto 70px auto;
}
#slider {
	width: 1000px;
	margin: 0 auto;
}
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
	margin: 0 auto;
	width: 1000px;
	height: 370px;
}
/* slider-dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -35px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 0px;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 20px;
	height: 20px;
	content: '●';
	text-align: center;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: #68d1df;
}
/* catchcopy */
#catch p {
	font-size: 18px;
	line-height: 200%;
}
#catch p.ttl {
	font-size: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* business */
.contlist {
	float: left;
	position: relative;
	width: 1000px;
	border: solid 1px #d2d2d2;
	margin: 0 20px 20px 0;
	background: #fff url(../img/bu_btn.jpg) no-repeat right 20px bottom 20px;
}
.contlist:nth-child(odd) {
	margin: 0 0 20px 0;
}
.contlist a:hover {
	background-color: #FFF;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.contlist a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
.listimg img {
	float: left;
	display: block;
	padding: 0 20px 0 0;
	width: 490px;
	height: 180px;
}
.contlist .h2 {
	width: 60%;
	margin-left: 5%;
	float: left;
}
/* news */
ul#newslist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
ul#newslist li {
	border-bottom: 1px dotted #67D1DF;
	margin: 0;
	padding: 10px 0;
}
ul#newslist li div.leftarea {
	float: left;
	width: 700px;
}
ul#newslist li .date {
	float: left;
	width: 200px;
	color: #2b8c99;
	font-weight: bold;
}
ul#newslist li .ttl {
	width: 500px;
}
ul#newslist li .txt {
	float: left;
	width: 680px;
	margin: 10px 0 0;
}
ul#newslist li img {
	float: right;
	width: 280px;
}
/* common ---------------------------------------- */
#arealeft {
	width: 200px;
	float: left;
	padding-bottom: 100px;
}
#arearight {
	width: 770px;
	float: right;
	padding-bottom: 100px;
}
#arearight .cont_in {
	margin: 10px auto 30px;
}
.contents p {
	margin: 0;
	padding: 0 20px 5px;
	line-height: 160%;
	font-size: 14px;
}
.contents p.lead {
	padding: 10px 0 15px 20px;
	font-size: 16px;
}
.inbox {
	padding: 10px 10px 40px 10px;
}
.pageimg {
	width: 1000px;
	height: 200px;
	margin-bottom: 30px;
}
.photo {
    margin-top: 20px;
    padding: 0 20px;
}
.photo img {
    width: 240px;
    height: 180px;
    margin-right: 5px;
}
.photo img:last-child {
    margin-right: 0;
}
/* side-bar */
ul#sidenavi {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
ul#sidenavi li.ttl {
	background: #64D1E0;
	border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	text-align: center;
	color: #fff;
}
ul#sidenavi li.ttl a {
	padding: 15px 0;
	color: #fff;
	font-size: 18px;
}
ul#sidenavi li.ttl a:before {
	content: none;
}
ul#sidenavi li {
    position: relative;
	background: #fff url(../img/sidenavi_line.jpg) no-repeat center bottom;
}
ul#sidenavi li a {
    position: relative;
	display: block;
	padding: 25px 0 25px 35px;
	font-size: 15px;
	line-height: 100%;
	text-decoration: none;
}
ul#sidenavi li:before {
    position: absolute;
    top: 33%;
    left: 10px;
    content: "▶︎";
    color: #64D1E0;
}
ul#sidenavi li:first-child:before {
    content: none;
}
/* company ---------------------------------------- */
table.comptbl {
	margin-bottom: 20px;
}
table.comptbl tr {
	font-size: 14px;
	border-top: 1px solid #d2d2d2;
}
table.comptbl tr:last-child {
	border-bottom: 1px solid #d2d2d2;
}
table.comptbl th {
	white-space: nowrap;
	width: 25%;
	background: #eeeeee;
	padding: 10px 0 10px 20px;
	text-align: left;
}
table.comptbl td {
	width: 75%;
	padding: 8px 0 8px 20px;
}
.office, .office_c {
	margin-top: 15px;
}
.office_c {
	width: 770px;
	margin-top: 50px;
}
.office div.left img {
	width: 335px;
	height: 240px;
	padding: 0 0 0 20px;
	margin-top: 25px;
}
.office div.left p.map {
	border: 1px solid #BFBFBF;
	padding: 10px;
	font-size: 12px;
	margin: 0 0 0 20px;
}
.office #gmap {
	width: 380px;
	height: 440px;
	float: right;
}
.office_c div {
	float: left;
	width: 385px;
}
#detail span {
	margin: 0 5% 0 0;
}
#detail span:before {
	content: "・";
}
#ceo div {
	margin: 0 0 20px;
}
#ceo div:last-child {
	margin: 0;
}
#ceo p {
	padding: 0 20px 10px;
}
#ceo img {
	width: 230px;
	float: right;
	margin: 0 0 20px 20px;
}
#ceo p.alignright {
	margin-top: 20px;
}
/* business ---------------------------------------- */
#business .contlist {
    width: 730px;
    margin: 20px 20px 0;
    background: url(../img/bu_btn.jpg) right 10px bottom 10px no-repeat;
}
#business .contlist .listimg img {
    padding: 0 15px 0 0;
	width: 250px;
	height: 173px;
}
#business .contlist p {
	padding: 0 10px 5px;
}
/* oem ---------------------------------------- */
.actual {
    margin-top: 20px;
    padding: 0 20px;
}
.actual img {
    width: 230px;
    height: 230px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.actual img:nth-child(3n+1) {
    margin-left: 0;
}
/* products ---------------------------------------- */
#products .contlist {
    width: 730px;
    margin: 20px 20px 0;
    border: 0;
    background: none;
}
#products .contlist .listimg img {
    padding: 0 20px 0 0;
	width: 210px;
	height: 150px;
}

/* cosme ---------------------------------------- */
/* healthfood ---------------------------------------- */
/* brush ---------------------------------------- */
#cosme .cont_in img, #healthfood .cont_in img, #brush .cont_in img {
    width: 230px;
    height: 230px;
    margin: 22px 11px 0;
}
/* case ---------------------------------------- */
#case .cont_in img {
    width: 175px;
    height: 175px;
    margin: 0 0 0 10px;
}
/* material ---------------------------------------- */
 #material .cont_in img.right {
	width: 185px;
     height: 176px;
	float: right;
	margin: 0 0 20px 20px;
}
 #material .cont_in img {
	width: 100%;
}
/* privacypolicy ---------------------------------------- */
#pp .contact {
	margin: 50px 0 20px 0;
	padding: 5px 0 5px 20px;
	background: url(../img/h2_bg.jpg) repeat-x center;
	color: #3B9FAB;
	font-size: 120%;
	font-weight: normal;
}
/* contact ---------------------------------------- */
#contact.fullarea .contents {
	margin: 20px auto 250px auto!important;
}
#contact .txt_b {
	font-size: 30px;
	line-height: 2.2;
}

/* ---------------------------------------- 
smartphone
---------------------------------------- */
@media screen and (max-width:750px) {
/* basic_s ---------------------------------------- */
.alignleft {
	float: none;
	height: auto;
	margin-right: 0;
	margin-bottom: 10px;
}
.alignright {
	float: none;
	height: auto;
	margin-left: 0;
	margin-bottom: 10px;
}
h2 {
	height: auto;
	margin: 0 0 5%;
	background-size: 100%;
	font-size: 150%;
}
h3 {
	height: auto;
	padding: 2%;
	font-size: 100%;
}
h4 {
	height: auto;
	padding: 2% 0 0;
	background-size: 100%;
	font-size: 100%;
}
h4:first-of-type {
	height: auto;
	padding: 0 0 0;
	background-size: 100%;
	font-size: 100%;
}
#business h4:first-of-type {
	padding: 2% 3% 0;
}
.fullarea h2 {
	font-size: 150%;
    line-height: 1.3;
	height: auto;
	background-size: 170%;
	margin: 3% 0 5%;
	padding: 1% 0 2%;
}
.fullarea h2 span {
	font-size: 50%;
}
.fullarea h3 {
	font-size: 90%;
	padding: 3% 0 0;
}
a:hover img {
	opacity: 1;
}
/* base_s ---------------------------------------- */
.contents {
	width: 100%;
}
.smaon {
	display: inline!important;
}
.smaoff {
	display: none!important;
}
.fullarea {
    margin: 0;
}
.fullarea .contents {
	width: 95%;
	margin: 0 auto 10%;
	padding: 0;
}
/* header_s ---------------------------------------- */
header {
	width: 100%;
	min-width: 100%;
	padding: 5% 0 0;
    margin: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
}
header .contents {
	width: 100%;
}
#logo {
	width: 100%;
	padding: 4% 0 2%;
}
#logo h1 {
	background: none;
}
#logo h1 img {
	width: 30%;
	margin-left: 35%;
}
#headbox {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}
#headbox ul.hdmenu {
	color: #fff;
	background: #313131;
}
#headbox ul.hdmenu li {
	background: none;
	padding: 1% 3% 1%;
}
#headbox ul.hdmenu li:before {
    content: ">";
	color: #fff;
    margin-right: 5%
}
#gnavi {
	margin: 0;
}
#gnavi ul {
	background: none;
}
#gnavi ul li {
	width: 22%
}
#gnavi ul li:first-child {
	width: 28%;
	background: none;
}
#gnavi ul li:last-child {
	width: 28%;
}
#gnavi ul li a {
	font-size: 90%;
}
/* footer_s ---------------------------------------- */
footer {
	min-width: 100%;
    margin: 20% 0 0;
	padding: 0 0 10% 0;
}
p#copyright {
	padding-top: 5%;
}
footer .left {
	float: none;
	width: 94%;
	background: none;
	padding: 3% 0 3% 3%;
}
footer .left a {
	color: #fff;
}
footer .right {
	background: #fff;
	width: 100%;
	float: none;
}
footer .right a {
	color: #2b8c99;
	display: block;
}
.sitemap1 li a, .sitemap2 li a {
	position: relative;
}
.sitemap1 li a:hover, .sitemap2 li a:hover {
	background: #D7F8FC;
}
.sitemap1 li a:after, .sitemap2 li a:after {
	content: ">";
	position: absolute;
	right: 5%;
	top: 20%;
	line-height: normal;
	margin: 0;
}
.sitemap1 {
	float: none;
	width: 100%;
}
.sitemap1 li {
	margin: 0;
}
.sitemap1 li:last-child {
	border-bottom: none;
}
.sitemap1 li a, .sitemap2 li.top a, .sitemap2 li.business a {
	margin: 0;
	padding: 2% 0 2% 3%;
	border-bottom: 1px solid #2b8c99;
	font-size: 95%;
	text-decoration: none;
}
.sitemap2 {
	float: none;
	width: 100%;
	padding: 0;
	background: none;
}
.sitemap2 li.top, .sitemap2 li.business {
	margin: 0;
}
.sitemap2 li.oem li {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #2b8c99;
}
.sitemap2 li.oem li:last-child {
	border-bottom: 1px solid #2b8c99;
}
.sitemap2 li.oem li a {
	margin: 0;
	padding: 2% 0 2% 6%;
	font-size: 95%;
	text-decoration: none;
}
.sitemap2 li.oem li:before {
	content: none;
}
footer div.contents:nth-child(2) {
	margin-top: 5%;
}
footer div.contents:nth-child(2) img {
	width: 94%;
}
#totop {
	display: block;
}
#btngotop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 90;
}
/* index_s ---------------------------------------- */
/* slider_s */ 
.fullarea #mainimgarea {
	min-width: 100%;
	padding: 0 0 12% 0;
	margin: 0 0 5% 0;
}
#slider {
	width: 100%;
}
#slider img {
	width: 100%;
	height: auto;
}
.slick-dots {
	bottom: -15%;
}
.slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 3px;
}
.slick-dots li button:before {
	font-size: 8px;
}
/* catchcopy_s */ 
#catch p {
	font-size: 80%;
}
#catch p.ttl {
	font-size: 140%;
	line-height: 1.6;
	margin-bottom: 5%;
}
/* business_s */ 
.contlist {
	float: none;
	width: 90%;
	padding: 5%;
	margin-bottom: 3%;
	background: url(../img/business_icon.jpg) no-repeat bottom right;
	background-size: 10%;
}
 .contlist:nth-child(odd) {
	margin-bottom: 3%;
}
.contlist .listimg {
	width: 100%;
	padding: 0px;
}
 .contlist .listimg img {
	width: 100%;
	height: auto;
	margin-bottom: 3%;
}
.contlist p {
	width: 95%;
	padding: 0 3% 5%;
	font-size: 70%;
}
/* news_s */ 
ul#newslist {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#newslist li {
	margin: 0;
	padding: 3% 0;
	border-bottom: 1px dotted #68d1df;
}
ul#newslist li:last-child {
	border-bottom: none;
}
ul#newslist li div.leftarea {
	width: 100%;
}
ul#newslist li .date, ul#newslist li .ttl, ul#newslist li .txt {
	float: none;
	width: 100%;
}
ul#newslist li .date {
	font-size: 100%;
}
ul#newslist li .txt {
	margin: 0;
	font-size: 80%;
}
ul#newslist li img {
	float: none;
	width: 70%;
	margin: 3% 0 0 15%;
}
/* common_s ---------------------------------------- */
#arealeft {
	float: none;
	width: 90%;
	margin-left: 5%;
	padding-bottom: 0;
}
ul#sidenavi li.ttl {
	border: none;
}
ul#sidenavi li.ttl a {
	padding: 3% 0;
}
ul#sidenavi li {
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	background: none;
}
ul#sidenavi li a {
	padding: 3% 3% 3% 10%;
	font-size: 100%;
}
ul#sidenavi li:before {
    top: 14%;
    margin-bottom: 1%;
	padding: 0 1%;
    content: ">";
}
ul#sidenavi li:first-child:before {
    content: none;
}
#arearight {
	float: none;
	width: 100%;
	background: #fff;
	padding-bottom: 10%;
}
#arearight .cont_in {
	width: 95%;
	margin: 0 auto 5%;
}
.contents p {
	padding: 0;
}
.contents p.lead {
	padding: 0 0 3% 0;
	font-size: 100%;
}
.photo {
    margin-top: 5%;
    padding: 0;
}
.photo img {
    width: 48%;
    height: auto;
    margin-bottom: 4%;
}
.photo img:nth-child(odd) {
    margin-right: 4%;
}
.photo img:nth-child(even) {
    margin-right: 0;
}
/* company_s ---------------------------------------- */
.pageimg {
	width: 100%;
	height: auto;
    margin-bottom: 5%;
}
table.comptbl th, table.comptbl td {
	padding-left: 3%;
}
.office {
	margin-top: 3%;
}
.office_c {
	margin-top: 5%;
}
.office div {
	width: 100%;
}
.office div.left img {
	width: 80%;
	height: 100%;
	padding: 5% 0 0;
	margin: 0;
}
.office div.left p.map {
	margin: 0;
	padding: 2% 0 5%;
	border: none;
}
.office #gmap {
	float: none;
	width: 100%;
	height: 300px;
}
.gm-style-mtc {
	display: none;
}
#ceo p {
	padding: 0;
}
#ceo img {
	float: none;
	width: 70%;
	margin: 0 0 3% 15%;
}
#ceo p.alignright {
	margin-top: 5%;
}
/* business_s ---------------------------------------- */
#business .contlist {
	float: none;
	width: 100%;
	padding: 0;
	margin: 3% 0 3%;
	background: url(../img/business_icon.jpg) no-repeat bottom right;
	background-size: 10%;
}
#business .contlist .listimg {
	width: 94%;
	padding: 3%;
}
#business .contlist .listimg img {
	width: 100%;
	height: auto;
	padding: 0;
}
#business .contlist p {
	padding: 0 3% 5% 3%
}
/* oem ---------------------------------------- */
.actual {
    margin-top: 5%;
    padding: 0;
}
.actual img {
    width: 48%;
    height: auto;
    margin-bottom: 4%;
}
.actual img:nth-child(odd) {
    margin-left: 0;
}
.actual img:nth-child(even) {
    margin-left: 4%;
}
/* products_s ---------------------------------------- */
#products .contlist {
    width: 94%;
    margin: 5% 0 5%;
    padding: 2% 2% 4%;
    background: none;
    border: 1px solid #d2d2d2;
	text-align: center;
}
#products .contlist h4 {
    padding: 0;
}
#products .contlist p {
    width: 100%;
}
#products .contlist .listimg {
    width: 70%;
	display: inline-table;
}
#products .contlist .listimg img {
    width: 100%;
	height: auto;
}
/* privacypolicy_s ---------------------------------------- */
#pp .contact {
	height: auto;
	padding: 4% 2%;
	font-size: 110%;
}
#pp .contact {
	margin: 50px 0 20px 0;
	padding: 5px 0 5px 20px;
	background: url(../img/h2_bg.jpg) repeat-x center;
	color: #3B9FAB;
	font-size: 120%;
	font-weight: normal;
}
/* contact_s ---------------------------------------- */
#contact.fullarea .contents {
	margin: 0 auto 10%!important;
}
#contact .txt_b {
	font-size: 30px;
}
}