@charset "UTF-8";
/*====================================
	for index.html
	Date of 2016.6.13
====================================*/

#slideWrapper {
	margin-bottom: 15px;
}
#loading {
	display: none;
}
#top-video {
	display: none;
}
#subNavi {
	margin-bottom: 0;
}
#headCopy {
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	color: #000;
	font-weight: 900;
	font-size: 135%;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 10px;
}
#subCopy {
	color: #000;
	text-align: center;
	margin-bottom: 15px;
	font-size: 95%;
}
#indexMenu  {
	margin-bottom: 25px;
}
#indexMenu li {
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
#indexMenu li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
#indexMenu li span {
	position: absolute;
	left: 15px;
	top: 12px;
	line-height: 1.3em;
	font-size: 120%;
	text-shadow: 3px 1px 3px rgba(130, 130, 130, 1);
}
#indexMenu .iMworks a {
	background: url(../images/index_btn_works.jpg) 0 0 no-repeat;
	background-size: contain;
	padding-top: 40%;
}
#indexMenu .iMfacility a {
	background: url(../images/index_btn_facility.jpg) 0 0 no-repeat;
	background-size: contain;
	padding-top: 40%;
}
#indexMenu .iMsheetmetal a {
	background: url(../images/index_btn_sheetmetal.jpg) 0 0 no-repeat;
	background-size: contain;
	padding-top: 40%;
}
#indexMenu .iMshort a {
	background: url(../images/index_btn_short.jpg) 0 0 no-repeat;
	background-size: contain;
	padding-top: 40%;
}
#indexMenu .iMimprovement a {
	background: url(../images/index_btn_improvement.jpg) 0 0 no-repeat;
	background-size: contain;
	padding-top: 40%;
}
#indexMenu .iMiso a {
	background: url(../images/index_btn_iso.jpg) 0 0 no-repeat;
	background-size: contain;
	padding-top: 40%;
}
#sampleCopy {
	text-align: center;
	font-size: 140%;
	margin-bottom: 5px;
	line-height: 1.3em;
}
#sampleMenu {
	margin-bottom: 30px;
}
#sampleMenu li {
	width: 48%;
	float: left;
	position: relative;
	margin: 0 4% 10px 0;
}
#sampleMenu li:nth-child(even) {
	margin-right: 0;
}
#sampleMenu li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
#sampleMenu li span {
	position: absolute;
	bottom: 0%;
	font-size: 100%;
	background: rgba(0,0,0,0.50);
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px 0 5px 10px;
}

/* 480px～ */
@media print, screen and (min-width: 480px){
#indexMenu li {
	width: 50%;
	float: left;
	margin-bottom: 5px;
}
#sampleMenu li span {
	top: 58%;
	font-size: 105%;
}
}

/* 769px */
@media print, screen and (min-width: 769px){
#slideWrapper {
	display: none;
}
#top-video {
	display:none;
}
#loading {
	width: 100%;
	display: block;
	max-width: 1000px;
}
#loading img {
	position: absolute;
	top: 47%;/*中央表示*/
	left: 50%;/*中央表示*/
	margin: -13px 0 0 -111px;/*画像位置調整(-画像高さの半分 0 0 -画像幅の半分)*/
}
#top-video {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	display: block;
}
#headCopy {
	font-size: 180%;
	margin-bottom: 0;
}
#subCopy {
	font-size: 100%;
	margin-bottom: 18px;
}
#indexMenu {
	margin-bottom: 10px;
}
#indexMenu li {
	margin-bottom: 12px;
}
#indexMenu li span {
	font-size: 140%;
	text-shadow: none;
	left: 18px;
	top: 15px;
}
#indexMenu li a:hover,
#sampleMenu li a:hover {
	opacity: 0.7;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
#sampleMenu li {
	width: 23.5%;
	float: left;
	position: relative;
	margin: 0 2% 5px 0;
}
#sampleMenu li:nth-child(even) {
	margin-right: 2%;
}
#sampleMenu li:last-child {
	margin-right: 0;
}
}