@charset "utf-8";


#wrapper{
	height:100%;
	width: 100%;
	margin: 0 auto;
	visibility: hidden;
}
.inner{
	width:1100px;
	margin:0 auto;
}



/*----------- header  --------
 * 
 */
.header{
	width: 100%;
	background-color: #000;
	padding: 12px 0;
	position: fixed;
	top:0;
	z-index: 10;
}
.header .logo{
	float: left;
	margin-right: 50px;
}
.header ul li{
	float: left;
}
.header .gNav{
	float: left;
}
.header .gNav li a{
	color: #FFFFFF;
    font-size: 12px;
    display: inline-block;
    margin: 20px 25px 0 0;
    font-family: UD新ゴ B JIS2004;
    letter-spacing: 2px;
	}

.header .socialLink{
	float: right;
	}

.header .shopLink span{
	border: 1px solid #ffffff;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */ 
	text-align: center!important;
	padding: 3px 5px 3px 25px;
	height: 14px;
	width: 30px !important;
	}

/*------- header -------*/




/*----------- common  --------
 * 
 */
.company_detail{
	width: 1000px;
	margin: 36px auto auto auto;
}
.company_detail .profile{
	width: 1000px;
	float: left;
	color: #FFFFFF;
	margin-right: 55px;
}
.tit{
	color: #FFFFFF;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
}
.tit span{
	color: #FFFFFF;
	font-size: 20px;
	padding-right: 10px;
}

.tit2{
	color: #000;
	font-size: 12px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
}
.tit2 span{
	color: #000;
	font-size: 20px;
	padding-right: 10px;
}
.company_detail .profile .dl-first,
.company_detail .history .dl-first{
	margin-top: 29px;
}
.company_detail .profile dl,
.company_detail .history dl{
	width: auto;	
}
.company_detail .profile dl dt,
.company_detail .history dl dt{
	width: 97px;
	color: #FFFFFF;
	font-size: 14px;
	float: left;
}
.company_detail .profile dl dd{
	width: 890px;
	color: #FFFFFF;
	font-size: 13px;
	display: inline-block;	
	padding-bottom: 10px;
}
.company_detail .profile .dd_first,
.company_detail .history .dd_first{
	line-height: 2em;
	margin-top: -5px;
}
.company_detail .history{
	width: 422px;
	float: right;
}
.company_detail .history dl dd{
	width: 325px;
	color: #FFFFFF;
	font-size: 13px;
	display: inline-block;	
	padding-bottom: 10px;
}/*--- company_detail ---*/



.hvr-bob {
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-bob:hover{
  transform: translateY(-8px);
}/*--- hvr-bob ---*/


#bgImg2{
	background-color: #000;
	background-size: 100% auto;
    margin-top: 72px;
    z-index: -100;
}/*--- bgImg ---*/

#bgImg{
	background-image: url('../../common/images/inner_bg.png');
	background-size: 100% auto;
    margin-top: 72px;
    z-index: -100;
}/*--- bgImg ---*/

.bgStar {
    width: 100%;
    background: url('../../common/images/bg_star.png') bottom center;
    background-size: 100% auto;
}/*--- bgStar ---*/

/*------- loading -------*/


#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000;
  z-index: 20;
}

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 22;
}
#loader p{
	color: #000000;
	font-size:15px;
	margin: 5px 0 0 0;
}




/*----------- footer  --------
 * 
 */
.footer{
	width: 100%;
	background-color: #000000;
	padding: 24px 0 14px 0;
	text-align: center;
	line-height:3.5;
}
.footer .copyRight{
	color: #FFFFFF;
	font-family: Times;
	font-size: 14px;
}
.footer ul{
	display: block;
	width: 100%;
	text-align: center;
}
.footer ul li{
	display: inline-block;
	margin: 0px 2px;
}
.footer ul li a{
	color: #FFFFFF;
	font-size: 13px;
}    

