@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 668px) and (max-width: 999px) {
	
	
/* nav
------------------------------------------*/
.nav {
	height:100%;
}
.nav ul li .logo {
	margin:0 60px;
}

/* home
------------------------------------------*/
#home:before {
  background:url('../images/tb_mainbg.gif') no-repeat center top;
  background-size:cover;
}
#home h1 img {
	margin-bottom:15px;
}

#home h1 p{
	font-size:1.14em;
}

/* service
------------------------------------------*/
#service {
	padding:0 60px;
}


/* profile
------------------------------------------*/
#profile {
	padding:0 80px 30px 80px;
}

/* history
------------------------------------------*/
#history {
	padding:0 80px 30px 80px;
}

/* btn
------------------------------------------*/
.link_btn {
	width:60%;
}

/*-----------------------------------------------------------------------*/
	
}

@media screen and (min-width: 1000px) {

/* nav
------------------------------------------*/
.nav ul {
	margin-top:118px;
	padding:20px 0 20px 0;
}
.nav ul li .logo {
	width:65px;
	margin:0 100px;
}
.nav ul li {
	font-size:1em;
}

/* home
------------------------------------------*/
body {
	background:#000 url('../images/pc_mainbg.gif') no-repeat center top;
	background-size: 100% auto;
	background-attachment:fixed;
}
#home:before {
	display:none;  
}


/* service
------------------------------------------*/
#service {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
#service ul {
	overflow:hidden;
	margin:0;
	padding:0;
}
#service ul li{
	width:495px;
	float:left;
	margin-left:10px;
	margin-bottom:40px;
}
#service ul li:nth-child(odd) {
	margin-left:0;
	clear:both;
}
#service ul li h3 {
	font-size:1em;
	margin-top:10px;
}
#service ul li p {
	font-size:0.88em;
	padding-bottom:15px;
}
/* profile
------------------------------------------*/
#profile {
	clear:both;
}
#profile img.photo {
	margin-top:-110px;
	width:220px;
	height:auto;
}
#profile .name {
	font-size:1.5em;
	margin:50px 0 20px 0;
}
#profile .title {
	font-size:0.9em;
	line-height:1.4;
	margin-bottom:1.5em;
}
#profile .detail {
	font-size:0.9em;
	text-align:justify;
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

/* history
------------------------------------------*/
#history {
	clear:both;
}
#history .detail {
	font-size:0.83em;
	text-align:justify;
	line-height:1.5;
	width:1000px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
}

/* btn
------------------------------------------*/
.link_btn {
	width:300px;
	float:left;
	margin-left:10px;
}
.btnArea {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.link_btn.col1 {
	margin-left:0;
}

/* youtube
------------------------------------------*/
.youtube{
  position: relative;
  width: 495px;
  height: 278px;
  padding-top: 0;
  margin-bottom:20px;
}
.youtube iframe{
  position:relative;
  top: 0;
  right: 0;
  width: 495px;
  height: 250px;
  border:none;
  margin-top:0;
}
#player1, #player2, #player3, #player4, #player5, #player6, #player7, #player8, #player8, #player9 { display:block;}
#smpPlayer1, #smpPlayer2, #smpPlayer3, #smpPlayer4, #smpPlayer5, #smpPlayer6, #smpPlayer7, #smpPlayer8, #smpPlayer9 { display:none;}

/*-----------------------------------------------------------------------*/
}
