@charset "utf-8";

/*画面全体
---------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}
body {
	position: relative;
	font-family: 'arial';
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	color: #333;
}
img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}
input,select,textarea {
	font: 100% Arial,Helvetica,sans-serif;
	vertical-align: middle;
}
h2 {
	margin: 0 0 20px;
	color: #333;
	
}
h3 {
	font-weight: normal;
}
input[type="text"],select {
	border: 1px solid #d2d2d2;
	background-color: #fff;
}
input[type="text"] {
	padding: 8px 15px;
}
table {
	border-collapse: collapse;
}
th {
	line-height: 1.54;
	letter-spacing: 0px;
}
a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #e30b20;
}
ul {
	list-style: none;
	padding: 0;
}

:placeholder-shown { color: #ccc; }
::-webkit-input-placeholder { color: #aaa; }
:-moz-placeholder { color: #aaa; }
::-moz-placeholder { color: #aaa; }
:-ms-input-placeholder { color: #aaa; }


/*レイアウト
---------------------------------------------------------------------------*/

#contents {
	position: relative;
	margin: 0 auto 50px;
	width: 1100px;
}

#sidebar {  /*sidebarはサイドバーがないページ用の記述*/
	float: left;
	width: 220px;
	margin: 0 60px 0 0;
}
#sidebar2 { /*sidebar2はサイドバーがあるページ用の記述*/
	float: left;
	width: 220px;
	margin: 0 60px 0 0;
}

#main-area {　　　/*main-areaはサイドバーがないページ用の記述*/
	float: left;
	width: 1100px;  /*820px*/
	margin: 0;
}

#main-area2 {   /*main-area2はサイドバーがあるページ用の記述*/
	float: left;
	width: 820px; 
	margin: 0;
}

.clear {
	clear: both;
}


/*ヘッダー
---------------------------------------------------------------------------*/

#contact-info {
	background-color: #062884;
	border-bottom-color: #e5e5e5;
	text-align: right;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
}
#contact-info .inner {
	margin: 0 auto;
	width: 1100px;
}
#contact-info .sep {
	padding: 0 6px;
}
#contact-info a {
	color: #fff;
	text-decoration: none;
}

#header .inner {
	position: relative;
	margin: 0 auto;
	padding: 32px 0 30px;
	width: 1100px;
}
.logo img {
	width: 150px;
}
.inner form {
	display: inline;
	float: right;
	padding-top: 55px;
}
.banner {
	max-width: 331px;
	position: absolute;
	top: 80px;
	right: 0;
}
#tbox1 {
	width: 230px;
	height: 31px;
}
.button7 {
  display       : inline-block;
  border-radius : 7%;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 7px 12px;   /* 余白       */
  background    : #062884;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  /*box-shadow    : 1px 1px 3px #666666;  影の設定 */
  border        : 1.7px solid #062884;    /* 枠の指定 */
}
.button7:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #1a1aff;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}

.menu {
	list-style: none;
	margin: 0 auto 35px;
	padding: 0;
	width: 1100px;
	text-align: center;
}
.menu li:first-child {
	border-left: solid 1px #ccc;
}
.menu li:last-child {
	padding-right: 0;
}
.menu li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0px 5px;
	border-right: 1px solid #CCC;
	height: 50px;
	width: 14.27%;
	text-align: center!important;
	text-transform: uppercase;
}
.menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	letter-spacing: 2px;
	font-size: 18px;
	/* font-weight: 600!important; */
	-webkit-font-smoothing: subpixel-antialiased;
	transform: scale(1,1.2);
	-ms-transform: scale(1,1.2);
	-moz-transform: scale(1,1.2);
	/* -webkit-transform: scale(1,1.2); */
	-o-transform: scale(1,1.2);
	color: #333;
	text-decoration: none;
}
.menu a:hover {
	color: #e30b20;
}
.menu .line2 {
	position: relative;
	top: 10px;
	line-height: 17px!important;
}

.menu .current-item {
	color: #e30b20;
}
#mb-cat,#mb-menu {
	position: absolute;
	display: none;
	height: 50px;
	cursor: pointer;
}
#mb-cat { right: 80px; }
#mb-menu { right: 15px; }


/*フッター
---------------------------------------------------------------------------*/

#footer {
	background-color: #062884;
	border-color: #062884;
	border-top-width: 1px;
	padding: 10px;
}
#footer p {
	color: #fff;
	text-align: center;
	letter-spacing: 0.4px;
}
#footer .company_name {
	margin: 5px 0;
	font-weight: 600;
}
#footer .copy_right {
	margin-top: 15px;
}

/*スライダー
---------------------------------------------------------------------------*/

#css-slider {
	width: 100%;
	overflow: hidden;
}
.slide-item {
	width: 25%;
	float: left;
	position: relative;
}
.slider-wrapper {
	width: 400%;
	position: relative;
	left: 0;
	will-change: transform;
	/* スライド一周分: 10s */
	animation: slider 7s infinite;
}
@keyframes slider {
  0% { transform: translateX(0); }
  /* 1枚目待ち時間 x0.15 */
  15% { transform: translateX(0); }
  /* 1-2枚目移動時間 x0.10 */
  25% { transform: translateX(-25%); }
  /* 2枚目待ち時間 x0.15 */
  40% { transform: translateX(-25%); }
  /* 2-3枚目移動時間 x0.10 */
  50% { transform: translateX(-50%); }
  /* 3枚目待ち時間 x0.15 */
  65% { transform: translateX(-50%); }
  /* 3-4枚目移動時間 x0.10 */
  75% { transform: translateX(-75%); }
  /* 4枚目待ち時間 x0.15 */
  90% { transform: translateX(-75%); }
  /* 4-1枚目移動時間 x0.10 */
  100% { transform: translateX(0); }
}

/*スライダー下のh1
---------------------------------------------------------------------------*/
#worldclass {
	padding-top: 30px;
}
#worldclass h1 {
	text-align: center;
	font-size: 28px;
	font-weight: normal;
}

/*h1の下の説明書き
---------------------------------------------------------------------------*/
#topdesc {
	margin-top: 55px;
	font-size: 1.2em;
}

/*下部コンテンツ
---------------------------------------------------------------------------*/
#btmcontents {
	margin-top: 50px;
	overflow: hidden;
}
#leftmenu {
	width: 21.5%;
	float: left;
	margin-right: 1%;
}
#category {
	border-top: 3px solid #062884;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding: 14px;
	/*background: #f9f9f9;*/
}
#leftprolist ul li {
	padding: 11px 3%;
	font-size: 19px;
	/*font-family: calibri;*/
	border-bottom: 1px solid #e6e6e6;
	/*background:url(../images/top/arrow.jpg) right 3% center no-repeat;*/
}
#leftprolist ul li:last-child {
	border: none;
}
#leftprolist ul li a {
	display: block;
}
.toptube {
	border-top: 3px solid #062884;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding: 14px;
	/*background: #f9f9f9;*/
	margin: 30px 0 25px 0;
}
#centermenu {
	width: 55%;
	float: left;
	margin-right: 1%;
}
#advantage {
	border-top: 3px solid #062884;
	text-align: center;
	
	/*font-weight: bold;*/
	padding: 14px;
	/*background: #f9f9f9;*/
	/*margin-bottom: 10px;*/
}
#advantage h2 {
	font-size: 26px;
	font-weight: normal;
}


#eachadv {
	display: flex;
	flex-wrap: wrap;
}
.advcolumn {
	width: 50%;
	/*background: #f9f9f9;*/
	float: left;
}
.picbox {
	padding-top: 20px;
	width: 90%;
	margin: auto;
}	
.descbox {
	text-align: center;
}
.descbox p {
	text-align: left;
	padding: 0 10px;
}
.titbox {
	height: 50px;
}
.titbox h3 {
	text-align: center;
}
.textbox {
	padding: 0 10px;
}
#rightmenu {
	width: 21.5%;
	float: left;
}
/*#rightprolist ul {
	margin: 0;
}*/
#rightprolist ul li {
	padding: 11px 3%;
	font-size: 19px;
	border-bottom: 1px solid #e6e6e6;
}
#rightprolist ul li a {
	display: block;
}
#rightprolist ul li:last-child {
	border: none;
}






/*コンテンツ
---------------------------------------------------------------------------*/

#main-area .col-wrapper {
	float: left;
	width: 384px;
	margin: 0 0 40px 26px;
}
#main-area2 .col-wrapper {
	float: left;
	width: 384px;
	margin: 0 0 40px 26px;
}
#main-area .link-title {
	position: relative;
	border-top: 4px solid #062884;
	font-size: 25px;
	padding: 12px 0;
	letter-spacing: 2px;
}
#main-area2 .link-title {
	position: relative;
	border-top: 4px solid #062884;
	font-size: 25px;
	padding: 12px 0;
	letter-spacing: 2px;
}
#main-area .link-title:after {
	position: absolute;
	right: 4px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 25px;
	background: transparent url(../images/right-arrow.png) no-repeat scroll 0% 0% / contain;
	vertical-align: middle;
	margin-top: 4px;
	opacity: 0.7;
}
#main-area2 .link-title:after {
	position: absolute;
	right: 4px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 25px;
	background: transparent url(../images/right-arrow.png) no-repeat scroll 0% 0% / contain;
	vertical-align: middle;
	margin-top: 4px;
	opacity: 0.7;
}
#select:hover {
    opacity: 0.7 ;
}
.copyright {
	text-align: right;
	font-size: 0.8em;
}
.discul {
	list-style: disc;
}
	

/*モーダルメニュー
---------------------------------------------------------------------------*/
#mb-modal1 {
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 20;
}
#mb-modal2 {
	opacity: 0.9;
	z-index: 30;
}
.mb-modal {
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
	display: none;
}
#mb-head {
	padding: 20px;
	text-align: right;
}
#mb-close {
	padding: 5px 10px;
	font-family: "Open Sans" !important;
	letter-spacing: 2px !important;
	font-weight: 400;
	font-size: 25px;
	background: #222;
	color: #fff;
	cursor: pointer;
}
#mb-modal2 a {
	position: relative;
	display: block;
	padding: 15px;
	text-transform: uppercase;
	font-size: 20px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 600;
	opacity: 1;
	color: #fff;
}
#mb-modal2 a:after {
	content: ">";
	font-family: FontAwesome;
	font-size: 35px;
	position: absolute;
	right: 2%;
	top: 1.5px;
	font-weight: bold;
	color: #fff;
}
#mb-modal2 a:hover {
	background: #eee;
	color: #333;
}
#mb-modal2 a:hover:after {
	color: #333;
}


/*toTop
---------------------------------------------------------------------------*/
#toTop {
	background-color: #333;
	border-radius: 4px 4px 0 0;
	bottom: 0;
	color: #FFF;
	display: none;
	height: 35px;
	position: fixed;
	right: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 48px;
	opacity: .9;
	z-index: 10000;
	transition: all .2s ease-in-out 0s;
}
#toTop:before {
	content: "▲";
	/*font-family: FontAwesome;*/
	font-size: 18px;
	position: absolute;
	right: 15px;
	top: 6px;
	color: #fff;
}
#toTop:hover {
	background-color: #e30b20;
}
.screen-reader-text {
	overflow: hidden;
	clip: rect(0,0,0,0);
	position: absolute;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	word-wrap: normal!important;
	border: 0;
}

#sidebar { 
	display: none;
}


/*国旗関係
---------------------------------------------------------------------------*/
#usaimgsmall, #canadaimgsmall, #indiaimgsmall, #ukimgsmall, #auimgsmall, #itaimgsmall {
	display: none;
}
#itaimgbig {
	position: absolute;
	top: 90px;
	right: 0px;
}
#auimgbig {
	position: absolute;
	top: 90px;
	right: 60px;
}
#ukimgbig {
	position: absolute;
	top: 90px;
	right: 115px;
}
#indiaimgbig {
	position: absolute;
	top: 90px;
	right: 170px;
}
#canadaimgbig {
	position: absolute;
	top: 90px;
	right: 225px;
}
#usaimgbig {
	position: absolute;
	top: 90px;
	right: 285px;
}
#usawindow {
	display: none;
	position: absolute;
	background: rgba(51,51,51,0.85);
	top: 120px;
	right: 225px;
	z-index: 10;
	width: 370px;
	height: auto;
	color: white;
	border-radius: 8px;
}
#usawindow #url a {
	color: red;
	font-size: 1.4rem;
}
#usawindow #url a:hover {
	color: white;
}
#canadawindow {
	display: none;
	position: absolute;
	background: rgba(51,51,51,0.85);
	top: 120px;
	right: 165px;
	z-index: 10;
	width: 370px;
	height: auto;
	color: white;
	border-radius: 8px;
}
#canadawindow #url a {
	color: red;
	font-size: 1.4rem;
}
#canadawindow #url a:hover {
	color: white;
}
#indiawindow {
	display: none;
	position: absolute;
	background: rgba(51,51,51,0.85);
	top: 120px;
	right: 109px;
	z-index: 10;
	width: 480px;
	height: auto;
	color: white;
	border-radius: 8px;
}
#ukwindow {
	display: none;
	position: absolute;
	background: rgba(51,51,51,0.85);
	top: 120px;
	right: 54px;
	z-index: 10;
	width: 480px;
	height: auto;
	color: white;
	border-radius: 8px;
}
#auwindow {
	display: none;
	position: absolute;
	background: rgba(51,51,51,0.85);
	top: 120px;
	right: 0px;
	z-index: 10;
	width: 370px;
	height: auto;
	color: white;
	border-radius: 8px;
}
#itawindow {
	display: none;
	position: absolute;
	background: rgba(51,51,51,0.85);
	top: 120px;
	right: 0px;
	z-index: 10;
	width: 370px;
	height: auto;
	color: white;
	border-radius: 8px;
}
#companydesc {
	font-size: 1.2rem;
	padding: 0 0 0 20px;
	color: white;
}
#companydesc2 {
	display: none;
}
#cname {
	font-size: 1.6rem;
}
#addr, #tele, #url, #email {
	font-size: 1.1rem;
	padding: 0 0 0 20px;
}
#mitsumori {
	margin-top: auto;
}
#mitsumori a {
	font-size: 1.4rem;
	color: red;
	text-decoration: underline;
	padding: 0 0 0 20px;
}
#mitsumori a:hover {
	color: white;
}
#url a {
	font-size: 1.1rem;
	color: white;
	text-decoration: underline;
}
#url a:hover {
	color: red;
}
#close, #close2, #close3, #close4, #close6, #close7 {
	display: none;
}

/*selecting gearsメガメニュー
---------------------------------------------------------------------------*/

#gearselector {
	display: none;
	position: absolute;
	z-index: 20;
	top: 178px;
	left: 165px;
	border-radius: 0px;
	/*box-shadow: 4px 4px 6px #000;*/
}


/*select gear誘導ポップアップ
---------------------------------------------------------------------------*/
.popgearbase {
	display: none;
	position: fixed;
	top: 287px;
	right: 0px;
	left: 0px;
	margin: auto;
	width: 575px;
	height: 308px;
	background: rgba(51,51,51,0.55); 
	z-index: 5;
	border-radius: 5px;
}
.popgear {
	position: fixed;
	top: 302px;
	right: 0px;
	left: 0px;
	margin: auto;
	width: 550px;
	height: 280px;
	background: rgba(51,51,51,0.85);
	z-index: 10;
	border-radius: 5px;
}
.egs {
	color: #ffffff;
	font-size: 1.6rem;
	padding-left: 25px;
}
.egsitems {
	color: #ffffff;
	font-size: 1.2rem;
	padding-left: 40px;
}
.gotose {
	display: block;
	position: absolute;
	background-color: #ff4500;
	font-size: 1.3rem;
	color: #ffffff;
	padding: 8px 18px;
	border-radius: 3px;
	top: 210px;
	left: 135px;
}
.close5 {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 1.3rem;
	color: #ffffff;
	text-decoration: underline;
}
.gotose:hover {
	color: black;
}








/*レスポンシブ
---------------------------------------------------------------------------*/

/* 切替 1110px */
@media screen and (max-width:1110px){
	
	#leftmenu {
		width: 22%;
		padding-left: 1%;
	}
	#centermenu {
		width: 55%;
		float: left;
		margin-right: 1%;
	}
	#rightmenu {
		width: 19.8%;
		padding-right: 0.2%;
	}
	#rightprolist ul li {
		background-size: 0;
	}
	#leftprolist ul li {
		background-size: 0;
	}
	#main-area {
		padding-left: 20px;
	}
	
	#contact-info .inner,#header .inner,.menu,#contents { width: 100%; }
	#contact-info .inner { padding-right: 30px; }
	#header .inner { padding: 50px 30px 20px; }
	.banner img {
		top: 38px;
		right: 30px;
		width: 218px;
	}

	.menu {
		border-top: 1px solid #062884;
		border-bottom: 1px solid #062884;
		padding: 7px;
		margin-bottom: 20px;
		text-align: left;
	}
	.menu li {
		position: relative;
		border: none !important;
		width: 24.9%;
		height: 30px;
	}
	.menu li a {
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		transform: none;
		-ms-transform: none;
		-moz-transform: none;
		/* -webkit-transform: none; */
		-o-transform: none;
		padding-left: 10px;
	}
	.menu .line2 {
		top: 0;
		line-height: 30px !important;
	}
	.menu li:before {
		position: absolute;
		left: 13px;
		top: 10px;
		content: " ";
		display: inline-block;
		width: 5px;
		height: 10px;
		background: transparent url(../images/right-arrow.png) no-repeat scroll 0% 0% / contain;
		vertical-align: middle;
		opacity: 0.7;
	}
	.menu li:hover {
		background-color: #f7f7f7;
		border-radius: 20px;
	}

	.breadcrumbs { margin-left: 20px; }
	#sidebar { display: none; }
	#sidebar2 { display: none; }
	#main-area {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	#main-area2 {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.col-wrapper { width: 45% !important; }
	.titbox h3 { padding: 0 10px; }
	#topdesc { padding: 0 10px; }
	
	.inner form {
		display: none;
	}
	
	#itaimgbig {
		top: 95px;
		right: 5px;
	}
	#auimgbig {
		top: 95px;
		right: 65px;
	}
	#ukimgbig {
		top: 95px;
		right: 120px;
	}
	#indiaimgbig {
		top: 95px;
		right: 175px;
	}
	#canadaimgbig {
		top: 95px;
		right: 230px;
	}
	#usaimgbig {
		top: 95px;
		right: 290px;
	}
	#usawindow {
		top: 127px;
		right: 229px;
	}
	#canadawindow {
		top: 127px;
		right: 169px;
	}
	#indiawindow {
		top: 127px;
		right: 114px;
	}
	#ukwindow {
		top: 127px;
		right: 59px;
	}
	#auwindow {
		top: 127px;
		right: 5px;
	}
	#itawindow {
		top: 127px;
		right: 5px;
	}
	#gearselector {
		width: 0%;
	}
	
	
		
	
}


/* 切替 1023px */
@media screen and (max-width:1023px){

	#contact-info .inner { text-align: center; }
	#header .inner { padding: 20px 30px; }
	.banner { top: 60px; }
	
	#itaimgbig {
		top: 65px;
	}
	#auimgbig {
		top: 65px;
	}
	#ukimgbig {
		top: 65px;
	}
	#indiaimgbig {
		top: 65px;
	}
	#canadaimgbig {
		top: 65px;
	}
	#usaimgbig {
		top: 65px;
	}
	#usawindow {
		top: 95px;
	}
	#canadawindow {
		top: 95px;
	}
	#indiawindow {
		top: 95px;
	}
	#ukwindow {
		top: 95px;
	}
	#auwindow {
		top: 95px;
	}
	#itawindow {
		top: 95px;
	}
}

/* 切替 800px */
@media screen and (max-width:800px){

	#btmcontents {
		margin-top: 25px;
	}
	#leftmenu { display: none; }
	#rightmenu { 
		margin-top: 30px;
		width: 100%;
		padding: 0 1% 0 2%;
	}
	#rightprolist li {
		width: 49%;
		float: left;
		margin-right: 1%;
		text-align: center;
	}
	#rightprolist ul li:last-child {
		border-bottom: 1px solid #e6e6e6;
	}
	#centermenu { width: 98%; padding-left: 2%; }
	#contact-info,.banner,.menu { display: none; }
	#header .inner { padding: 15px 10px; }
	.logo img { width: 106px; }

	.col-wrapper {
		float: none;
		width: 90% !important;
	}
	#mb-cat,#mb-menu { display: inline-block; }
	#rightprolist ul li {
		font-size: 17.5px;
	}
	
	#auimgbig, #itaimgbig {
		display: none;
	}
	#ukimgbig {
		display: none;
	}
	#indiaimgbig {
		display: none;
	}
	#usaimgbig, #canadaimgbig {
		display: none;
	}
	#header {
		margin-bottom: 17px;
	}
	#usaimgsmall {
		display: inline;
		position: absolute;
		top: 75px;
		left: 10px;
	}
	#canadaimgsmall {
		display: inline;
		position: absolute;
		top: 75px;
		left: 53px;
	}
	#indiaimgsmall {
		display: inline;
		position: absolute;
		top: 75px;
		left: 96px;
	}
	#ukimgsmall {
		display: inline;
		position: absolute;
		top: 75px;
		left: 139px;
	}
	#auimgsmall {
		display: inline;
		position: absolute;
		top: 75px;
		left: 182px;
	}
	#itaimgsmall {
		display: inline;
		position: absolute;
		top: 75px;
		left: 225px;
	}
	#usawindow {
		top: 99px;
		left: 9px;
		width: 300px;
		height: auto;
		color: white;
		padding-right: 10px;
	}
	#canadawindow {
		top: 99px;
		left: 9px;
		width: 300px;
		height: auto;
		color: white;
		padding-right: 10px;
	}
	#indiawindow {
		top: 99px;
		left: 9px;
		width: 300px;
		height: auto;
		color: white;
		padding-right: 10px;
	}
	#indiawindow #companydesc {
		display: none;
	}
	#indiawindow #companydesc2 {
		display: block;
		padding: 0 0 0 20px;
		font-size: 1.1rem;
	}
	#ukwindow {
		top: 99px;
		left: 9px;
		width: 300px;
		height: auto;
		color: white;
		padding-right: 10px;
	}
	#auwindow {
		top: 99px;
		left: 9px;
		width: 300px;
		height: auto;
		color: white;
		padding-right: 10px;
	}
	#itawindow {
		top: 99px;
		left: 9px;
		width: 300px;
		height: auto;
		color: white;
		padding-right: 10px;
	}
	#mitsumori {
	margin-top: auto;
	}
	#close, #close2, #close3, #close4, #close6, #close7 {
		display: block;
		font-size: 1.4rem;
		text-decoration: underline;
		text-align: right;
		padding-right: 10px;
	}
	
	

	
	
}

/* 切替 640px */
@media screen and (max-width:640px){

	h1 { font-size: 20px !important; }
	#worldclass { 
		padding-top: 5px; 
	}
	#topdesc {
		padding: 0;
		margin: 0;
	}
	#topdesc p { 
		font-size: 16px; 
		padding: 0 2%;
	}
	.productcolumn {
	float: left;
	width: 50%;
	background-image: url(../images/plastic_gears/bg1.jpg);
	background-repeat: repeat-y;
	/*background-color: #f3f3f3;*/
	margin-top: 2px;
	margin-right: 0px;
	}
	.productcolumn2 {
	float: left;
	width: 50%;
	background-image: url(../images/plastic_gears/bg1.jpg);
	background-repeat: repeat-y;
	/*background-color: #f3f3f3;*/
	margin-top: 2px;
	margin-right: 0px;
	}
	/*youtube*/
	.you {
		width: 100%;
	}
	#rightprolist ul li {
		font-size: 15px;
	}
	#rightprolist ul li {
		font-size: 16.5px;
	}
	
	.popgearbase {
	display: none;
	width: 0px;
	}
	.popgear {
	display: none;
	height: 0px;
	}
	#advantage h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}


}


/* 切替 440px */
@media screen and (max-width:440px){
	
	.titbox h3 {
		font-size: 1em;
	}
	.titbox {
		height: 40px;
	}
	#rightprolist ul li {
		font-size: 15px;
	}
		
}

@media screen and (max-width:376px){
	.titbox {
		height: 50px;
	}
}


@media screen and (max-width:360px){
h1 {
	font-size: 18px !important;
}
}