@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
	width: 100%;
	background-color:#FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
	text-align:center;
}
/*logoの設定*/
header h1 {
	margin:0 auto;
	padding:15px 5px 7px 5px;
	width:40%;
}
header h1 img {
	width:100%;
	max-width:200px;
}




/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/

nav{background-color: gainsboro;}

nav ul {
}
nav ul li {
  text-align: center;
  float: left;
  width: 50%;
  border-bottom: 2px solid #000; 
}

nav ul li.home{border-top: 2px solid #000;}
nav ul li.bizyoalbum{border-top: 2px solid #000;}

/*css3 liの偶数指定*/
nav ul li:nth-child(odd) {
  width: 49%;
  border-right: 1px dotted #000;
}
nav ul li a{
  display: block;
  width: 100%;
  padding-top:  15px;
  padding-bottom: 15px;  
  }
nav ul li a:hover {
text-decoration: none;
background-color: whitesmoke;
}


/*==========================================
 モデル応募のスタイル
===========================================*/
article {
  position: absolute;
  bottom: 100px;
  right: 5px;
  display:block;
  padding: 30px;
  background-color: aquamarine;
}


/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/
div#stage {
  background: url(../images/saboru/saborumodel1.jpg) no-repeat bottom;
  padding-bottom: 1000px;  
}

/*==========================================
 ページトップへ移動スクロールボタンのスタイル
===========================================*/
a#pagetopBtn img {
  position: fixed;
  bottom: 10px;
  right: 1px;
}
/*==========================================
 フッターのスタイル
===========================================*/
footer {
  border-top: 10px solid #000;
}
footer div {
  margin: 20px 0 0 20px;
}
footer div p {
  font-size: 0.7em;
  line-height: 2.0em;
}
footer div small {
  font-size: 0.6em;
}

footer {
    margin:0 auto;
  }


/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px) {
/*logoの設定*/
header h1 {
	text-align:left;
	padding:15px 5px 7px 5px;
	width:200px;
	float:left;
}

header h1 {width:200px;
} 
    
  nav {
    text-align: center;
    border-bottom: 3px double #000;
    padding-top: 15px;  
    font-size:8px;
    
  }
  nav ul li {
    text-align: center;
    float: left;
    width: 11%;
    border-bottom: none;
    border-right: 1px dotted #000;
  }
  nav ul li:nth-child(odd) {
    width: 12%;
    border-bottom: none;
  }
  nav ul li.home {
    border-left: none;
    margin-left: 1px;
  }
  nav ul li.contact {
    border-right: none;
  }
    
nav ul li.home{border-top: none;}
nav ul li.bizyoalbum{border-top: none}
    
  nav ul li a{
    display: block;
  }

/
    
footer {
    text-align: center;
  }


}

/* PC向け全画面表示レイアウトの指定：961px以上 */
/* PC向け全画面表示レイアウトの指定：961px以上 */
/* PC向け全画面表示レイアウトの指定：961px以上 */
@media only screen and (min-width: 961px) {
    
/* 固定レイアウト用 */
body{max-width: 1600px;
         margin-left:auto;
         margin-right: auto;}  

/* header */
header {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
header h1 {width:200px;
}
  nav {
    max-width: 100%;
  }
  nav ul{
    margin-left: auto;
    margin-right: auto;
  }
  nav ul li:nth-child(odd) {
    border-bottom: none;
  }
  nav ul li.home {
    border-left: 1px dotted #000;
  }
  nav ul li.contact {
    border-right: 1px dotted #000;
  }
    
/* PCとタブレット向け全画面表示レイアウトでのトップスライドショー写真の幅と左右の余白設定：961px以上*/    
  div#contents {
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
    background-color: ;
  }

/*==========================================
 モデル応募のスタイル
===========================================*/
article {
  position: absolute;
  bottom: 100px;
  margin-right: 20%;
  display:block;
  padding: 30px;
  background-color: aquamarine;
}
    



}


