@charset "utf-8";
/* CSS Document */
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a:hover {
    opacity: 0.8;
}


/* header */
h1 {
	margin-top: 16px;
}
@media screen and (max-width: 1200px) {
h1 {
	margin: 5px;
}
}
ul.navbar-nav {
	margin-left: 35px;
}
ul.navbar-nav li {
	text-align: center;
	padding: 0 35px;
}
ul.navbar-nav li span {
	display: block;
	margin-top: 5px;
}
ul.navbar-nav li.active {
	background: #FFC300;
}

.navbar-toggle {
}
@media screen and (max-width: 767px) {
body {
	padding-top: 50px;
}
ul.navbar-nav li {
    text-align: left;
}
ul.navbar-nav {
    margin: 0 -15px;
	padding: 0;
    background-color: rgba(255,255,255,0.8);
}
.container > .navbar-header {
	padding: 0 10px 0 30px;
    background-color: rgba(0,0,0,1);
}
.navbar-default .navbar-nav > li {
	border-bottom: #000 1px solid;
}
.navbar-default .navbar-nav > li > a {
	color: #000;	
}
}
@media (max-width: 1200px) {
.navbar-default {
    background-color: rgba(0,0,0,1);
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 0 -15px;
}
.navbar-nav > li {
	float: none;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
}

.navbar-text {
	float: none;
	margin: 15px 0;
}
.navbar-collapse.collapse.in {
	display: block!important;
}
.collapsing {
	overflow: hidden!important;
}
}


/* footer */
footer {
	background: #000;
	color: #FFF;
}
footer a {
	color: #FFF;
}
footer h4 {
	margin-top: 0;
}
footer h4 a {
	font-weight: 400;
	color: #FFC300;
}
footer h4 a:hover {
	color: #FFC300;
}
footer ul {
	padding-bottom: 20px;
}
footer li {
	font-size: 12px;
	margin-bottom: 4px;
	padding-left: 0.8em;
	text-indent: -0.8em;
}
footer li a:hover {
	color: #FFF;
}
footer p.copyright {
	margin: 20px 0 0;
	padding-bottom: 15px;
	text-align: center;
	font-size: 11px;
}
@media screen and (max-width: 767px) {
footer p.copyright {
	margin: 10px 0 0;
	padding: 10px 0 15px;
	border-top: #FFC300 1px solid;;
	text-align: center;
	font-size: 11px;
}
}

p.btngotoTop a {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: #000;
	color: #FFC300;
	text-align: center;
}
.titleSiteMap {
    clear: both;
    margin-bottom: 10px;
    padding: 5px 0 5px 15px;
    border-top: #FFC300 1px solid;
    border-bottom: #FFC300 1px solid;
	color: #FFC300;
	font-weight: 700;
    cursor: pointer;
}
.contentsSiteMap {
	display: block;
}
@media screen and (max-width: 767px) {
.contentsSiteMap {
	display: none;
    margin-bottom: 15px;
    border-bottom: #FFC300 1px solid;
}
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 10px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 10px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 10px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* top */
#carousel-example-generic {
	position: relative;
}
#topTitle {
	position: absolute;
	bottom: 0;
	top: 150px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #FFF;
	z-index: 10;
}
#topTitle h3 {
	margin: 25px 0 10px;
	font-size: 20px;
	font-weight: 400;
}
#topTitle h4 {
	margin-top: 40px;
	font-size: 20px;
	font-weight: 400;
}
#topTitle p {
	font-size: 14px;
	font-weight: 400;
}
@media screen and (max-width: 1200px) {
#topTitle {
	position: absolute;
	top: 80px;
}
}
@media screen and (max-width: 767px) {
#topTitle {
	position: absolute;
	top: 40px;
}
/*#topTitle h3 {
    width: 80%;
    margin: 0 auto 10px;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}
#topTitle p {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}*/
}
.item img {
	width: 100%;
}
.fluid2 {
	padding:0;
}
.slidePrev {
	position: absolute;
	width: 23px;
	height: 45px;
	top: 50%;
	margin-top: -22px;
	background: url(../img/top/prev.png) no-repeat;
}
.slideNext {
	position: absolute;
	width: 23px;
	height: 45px;
	top: 50%;
	margin-top: -22px;
	background: url(../img/top/next.png) no-repeat;
}
.carousel-indicators li {
    display: inline-block;
    width: 40px;
    height: 5px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #FFC300;
	border-radius: 0;
}
.carousel-indicators .active {
    width: 40px;
    height: 5px;
    margin: 0;
    background-color: #FFC300;
}
.carousel-indicators {
    bottom: 10px;
}

#carousel-1-generic .carousel-control {
	z-index: 20;
}

#carousel-6-generic .carousel-inner > .item > img {
	max-width: none;
}
@media screen and (max-width: 767px) {
#carousel-6-generic .item {
    width: 100%;
    height: 400px;
    overflow:hidden;
}
#carousel-6-generic .item img {
    position: absolute;
    left: -100%;
    right: -100%;
    margin: auto;
    width: auto;
    height: 400px;
}
}
@media screen and (max-width: 480px) {
#carousel-6-generic .item {
    width: 100%;
    height: 300px;
    overflow:hidden;
}
#carousel-6-generic .item img {
    position: absolute;
    left: -100%;
    right: -100%;
    margin: auto;
    width: auto;
    height: 300px;
}
}

.topMovie {
	padding-bottom: 40px;
	text-align: center;
}
.topMovie h3 {
	font-size: 20px;
	font-weight: 400;
}
.topBtnWrap {
	margin-bottom: 80px;
}
.topBtn p {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #000;
	color: #FFC300;
}
.topBtn p span {
	display: block;
}

.topBtn a:hover img,
.topMovie a:hover img {
	background-color: #000;
    opacity: 0.9;
}
.topBtn a:hover,
.topMovie a:hover {
	text-decoration: none;
}


/* sub common */
@media screen and (min-width: 480px) {
.titleImage {
	padding-top:0;
}
}
.titleImage {
	position: relative;
	z-index: 1000;
}
.titleImage h2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 150px;
	height: 75px;
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
}
.titleImage h2 span {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
}

.contents {
	margin-top : -90px;
	padding-top : 90px;
}
.contents h3 {
	margin: 40px 0 20px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}
.contents a,
.contents a:hover {
	color: #000;
	text-decoration: underline;
}
p.btnToPage {
	display: inline-block;
	width: 25%;
	min-width: 200px;
	margin: 60px 20px 80px;
	text-align: center;
}
p.btnToPage a {
	padding: 8px 0;
	background: #000;
}
p.btnToPage a,
p.btnToPage a:hover {
	display: block;
	color: #FFC300;
	text-decoration: none;
}
p.btnToPage a span {
	display: block;
}
.btnToPageWrap {
	text-align: center;
}
@media screen and (max-width: 480px) {
p.btnToPage {
	display: inline-block;
	width: 25%;
	min-width: 200px;
	margin: 10px 0 40px;
	text-align: center;
}
}


/* about */
#aboutTitle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 220px;
	text-align: center;
	color: #FFF;
	z-index: 9999;
}
#aboutTitle h3 {
	font-size: 20px;
	font-weight: 400;
}
#aboutTitle h4 {
	margin-top: 40px;
	font-size: 14px;
	font-weight: 400;
}
#aboutTitle .copy01 {
	font-size: 18px;
	font-weight: 400;
}
#aboutTitle .copy02 {
	font-size: 13px;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
#aboutTitle {
	position: absolute;
	top: 80px;
}
#aboutTitle h4 {
	margin-top: 10px;
}
}

.messageImage {
	position: relative;
}
.messageCopy {
	position: absolute;
	top: 100px;
	right: 185px;
	color: #FFF;
	line-height: 1.8;
}
.messageCopy .english {
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 400;
}
.messageCopy .english span {
	font-size: 20px;
	font-weight: 400;
}
.messageCopy .vietnamese {
	font-size: 13px;
	font-weight: 400;
}
.messageCopy .vietnamese span {
	font-size: 14px;
	font-weight: 400;
}
@media screen and (max-width: 1200px) {
.messageCopy {
	position: absolute;
	top: 50px;
	right: 30px;
	color: #FFF;
	line-height: 1.8;
}
}
@media screen and (max-width: 767px) {
.messageCopy {
	position: static;
	color: #000;
	line-height: 1.4;
}
.messageCopy .english {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
}
}

#message .col-sm-6 {
	margin-top: 30px;
}
#mission {
	text-align: center;
}
#mission h4 {
	margin: 25px 0 5px;
	font-size: 17px;
	font-weight: 400;
}
#mission p {
	font-size: 14px;
	font-weight: 400;
}
#profile table {
	width: 100%;
	margin-bottom: 50px;
	border-top: #000 1px solid;
}
#profile th {
	padding: 10px 15px;
	border-bottom: #000 1px solid;
	white-space: nowrap;
}
#profile td {
	padding: 10px 15px;
	border-bottom: #000 1px solid;
}
#business h3,
#machining h3 {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: #000 1px solid;
}
#business .work h3 {
	text-align: left;
}
#business .work p {
	margin-bottom: 35px;
}
#business .workImage h4 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}
#business .workImage img {
	margin-bottom: 40px;
}
#business .aboutMovie {
	margin-bottom: 40px;
}
#machining .row {
	margin-bottom: 40px;
}
#machining div p {
	margin: 10px 0 20px;
}
@media screen and (max-width: 767px) {
#machining .row {
	margin-bottom: 0;
}
#machining .row img {
	margin-bottom: 20px;
}
}

/* Selling Point */
h3 img {
	display: block;
	margin: 0 auto 15px;
}
#carousel-2-generic .slide,
#carousel-3-generic .slide,
#carousel-4-generic .slide,
#carousel-5-generic .slide {
	margin: 35px 0;
}
#carousel-1-generic {
	margin-top: 0;
}


/* equipment */
#processing .row {
	margin-bottom: 40px;
}
#processing .row img {
	margin-bottom: 10px;
}
#processing p {
	margin-top: -4px;
	line-height: 1.7;
}
.processTable table {
	width: 100%;
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
}
.processTable table th {
	padding: 6px 6px;
	border-bottom: #000 2px solid;
}
.processTable table td {
	padding: 6px 6px;
	border-bottom: #000 1px solid;
}


/* Career */
#openings h4 {
	font-size: 20px;
	font-weight: 400;
}
#openings .container {
	padding: 20px 0;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}
#openings .container+ .container {
	border-top: none;
	border-bottom: #000 1px solid;
}


/* Inquiry */
#inquiry p.tel {
	width: 100%;
	margin: 40px 0 0;
	padding-bottom: 10px;
	border-bottom: #000 1px solid;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
}
.inquiryFrom {
	/* width: 850px; */
	margin: 0 auto;
}
.inquiryFrom table {
	width: 90%;
	margin: 0 auto;
}
.inquiryFrom table th {
	padding: 4px 10px;
	white-space: nowrap;
	font-weight: normal;
}
.inquiryFrom table td {
	padding: 4px 10px;
}

.inquiryFrom button {
	display: inline-block;
	width: 25%;
	min-width: 200px;
	margin: 30px 20px 80px;
	padding: 8px 0;
	text-align: center;
	color: #FFF;
	background: #000;
	border-style: none;
}
.inquiryFrom button span {
	display: block;
}
.inquiryFrom button:hover {
	color: #FFC300;
	opacity: 0.8;
}
.form-control {
	color: #000;
}

.inquiryFrom small {
	margin-top: 6px;
}
@media screen and (max-width: 480px) {
.inquiryFrom button {
	display: inline-block;
	width: 25%;
	min-width: 200px;
	margin: 10px 20px 30px;
	padding: 8px 0;
	text-align: center;
	color: #FFF;
	background: #000;
	border-style: none;
}
}



