/* CSS Document */



/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
  img{
  max-width: 100%;
  height: auto;
  width /***/:auto;　
  border: 0px;
  }
  #container{
  width:100%;
  }

　header{
  padding-top: 5px;
}
	
.top-h1 {
	font-size: 13px;
	font-weight:normal;
	padding: 0;
	margin: 0px auto 10px;
	letter-spacing: 0.5px;
}	
	
.top-h2 {
    width: 260px;
}			
		
		
  /*---ヘッダーのロゴをちょっと小さくする---*/
  .h_logo{
    width: 170px;
  }  
	
	
.top_address {
	text-align:center;
	color: darkgray;
	font-size: 10px;
	margin: 10px auto 5px;
}

a.top_address{color:darkgray;text-decoration:none;}
a.top_address:hover{color:darkgray;text-decoration:none;}	
	

.top_company {
	text-align:left;
	color: darkgray;
	font-size: 13px;
	margin: 35px auto 5px;
}


  
  /*=========================================
    ↓studioページ用設定
  =========================================*/

  /*--contents_wrapper section スマホ用--*/
  .sec{
    padding: 25px 20px 0;
  }

  .machine_item{
    padding:0 0 20px;
    display: block;
  }
  .machine_item h3{
    display: block;
    width: auto;
  }
  .machine_item p{
    display: block;
  }
  .img_holder {
    padding-bottom: 40px;
  }
	
.img_holder2 {
  padding-bottom: 20px;
}
.img_holder2 figure{
  text-align: center;
}
.img_holder2 figure img{
  vertical-align: bottom;
}


/*-- スタジオ写真5つ並びの箇所 --*/
.img_holder2.some_pic_studio{
  margin: 0 auto;
}
.img_holder2.some_pic_studio figure:nth-child(1){/*--写真1枚目の設定--*/
  float: none;
  clear: both;
  display: inline-block;
  padding-bottom: 5px;
}
.img_holder2.some_pic_studio figure:nth-child(2){/*--写真2枚目の設定--*/
  float: left;
  clear: both;
  display: inline-block;
  width: 49.2%;
  padding-bottom: 5px;
}
.img_holder2.some_pic_studio figure:nth-child(3){/*--写真3枚目の設定--*/
  float: right;
  display: inline-block;
  width: 49.2%;
  padding-bottom: 5px;
}
.img_holder2.some_pic_studio figure:nth-child(4){/*--写真4枚目の設定--*/
  float: left;
  clear: both;
  display: inline-block;
  width: 49.2%;
  padding-bottom: 5px;
}
.img_holder2.some_pic_studio figure:nth-child(5){/*--写真5枚目の設定--*/
  float: right;
  display: inline-block;
  width: 49.2%;
  padding-bottom: 5px;
}

.clear_img{
clear: both;
}		
  .img_holder.some_pic figure:nth-child(1){/*--写真1枚目の設定--*/
    float: none;
    display: inline-block;
    width: auto;
    padding-bottom: 25px;
  }
  .img_holder.some_pic figure:nth-child(2){/*--写真2枚目の設定--*/
    float: none;
    display: inline-block;
    width: auto;
    padding-bottom: 25px;
  }
  
  /*////////studioページ用設定ここまで////////*/

  
  /*=========================================
    ↓profileページ用設定
  =========================================*/  
  .profile_list dt{
    float: none;
    margin-bottom: 3px;
  }
  .profile_list dd{
    margin-bottom: 1.2em;
    padding-left: 0;
  }
  
  .profile h3 .position{
    display: block;
    margin-right: 0; 
  }
  /*////////profileページ用設定ここまで////////*/ 
  
  
  /*=========================================
    ↓灰色のフッター用設定
  =========================================*/
  .f_info{
    text-align: center;
  }
  .f_logo{
    float: none;
    display: inline-block;
    margin-right: 0;
    max-width: 70px;
  }
  .f_info address{
    float: none;
  }
  .f_contact{
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    margin: 0 auto 10px;
  }
  footer.gray-back #foot{
    padding-left: 0;
    text-align: center;
  }
  .f_info address span{
    margin-right: 0;    
  }
  .f_fax{
    margin-left: 1em;    
  }
  
  /*-- ↓電話番号スマホのとき発信可能にする設定 --*/
  .tel a{
    cursor: pointer;
    pointer-events: auto;
    text-decoration: underline;
  }
  
  /*////////灰色のフッター用設定ここまで////////*/  

}


/*=========================================
  ↓変則設定　iphone5(ブラウザのサイズが350px以下)だったら、住所を折り返す設定
=========================================*/
@media screen and (max-width:350px){
  .f_address .iphone5-break{
    display: block;
    margin-right: 0;
  }  
  
}


/*
body {
	background-color: #000000;
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 13px;
	color: darkgray;
	margin: 10px auto 0;
}


#wrap{
margin-top:0;
}

#head {
	width: 80%;
	text-align: center;
	margin-top: 0 auto;
}

#main {
	text-align: center;
	padding: 0px;
}

#foot {
	text-align:center;
	font-size: 12px;
	margin-top: 15px;
	margin-right: auto;
	margin-left : auto;
}

div {
	 margin: 0;
}


*/

