@charset "utf-8";

/*ヘッダー下のborder-bottom:double; を可変で付ける*/

/*==========================================
 コンテンツエリア全体のスタイル ->> TOP用
===========================================*/
div#contents {　
  width:100%;

}


/*topImageの設定*/


.bxslider01 video{
	width:100%;
	overflow:hidden;
	float:left;
}



header #border {
	margin-top:10px;
}


/*==========================================
 コンテンツエリア -> Twitter情報のスタイル
===========================================*/
div#contents section#twitter {
	clear:left;
  margin-left: 5px;
}
div#contents section#twitter h2 {
  margin: 20px 5px 15px 0;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 10px;
}

div#contents section#twitter h2 i{
	padding:0 15px;
	color:#FC6;
}

div#contents section#twitter article h3 {
  font-size: 0.7em;
  background: url(../images/icn_arrow.jpg) no-repeat center left;
  margin-bottom: 10px;
  padding-left: 7px;
}
div#contents section#twitter article p {
  line-height: 1.4em;
  font-size: 0.8em;
  margin: 0 0 20px 10px;
}
div#contents section#twitter article p a {
  text-decoration: underline;
    color:#755d0d;
}
div#contents section#twitter article p a:hover {
  text-decoration: none;
}



/*==========================================
 コンテンツエリア -> INFORMATIONのスタイル
===========================================*/
div#contents section#information {
  text-align: center;
  margin-left: 5px;
  margin-bottom:10px;
} 
div#contents section#information h2 {
  text-align: left;
  border-bottom: 1px dashed #CCC;
  margin: 20px 5px 5px 0;
  padding-bottom: 10px;
}

div#contents section#information h2 i{
	padding:0 15px;
	color:#FC6;
}

#socialbuttons {
	margin-left:5px;
}


#socialbuttons div{
	float:left;
}

#information .banner{
	clear:both;
}

#information .banner img {
  width: 98%;
  height: auto;
  max-width: 470px;
}




/*==========================================
 コンテンツエリア -> RELOADのスタイル
===========================================*/
div#contents section#reload {
	height:250px;
	overflow:auto;
}
div#contents section#reload h2 {
  margin: 20px 5px 15px 0;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 10px;
}

div#contents section#reload h2 i{
	padding:0 15px;
	color:#FC6;
}

div#contents section#reload article h3 {
  font-size: 0.7em;
  background: url(../images/icn_arrow.jpg) no-repeat center left;
  margin-bottom: 10px;
  padding-left: 7px;
}
div#contents section#reload article p {
  line-height: 1.4em;
  font-size: 0.8em;
  margin: 0 0 20px 10px;
}
div#contents section#reload article p a {
  text-decoration: underline;
    color:#755d0d;
}
div#contents section#reload article p a:hover {
  text-decoration: none;

}

@media only screen and (max-width: 784px) {
    .main_image {
        max-width:100%;
		display:block;
		background:#FFF;
		border: solid 1px #997;
        -moz-box-shadow: #99A 1px 1px 14px;
        -webkit-box-shadow: #99A 1px 1px 14px;
		}   
   
   	 .bx-wrapper {
	  max-width:100%;
  }

     .bxslider01 img{
	max-width:100%;
	float:left;
}
    
    .bxslider01 video{
	max-width:100%;
	overflow:hidden;
	float:left;
} 
    
    #bx-pager a{
	float:left;
	background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 20px 10px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	}
	
	#bx-pager a:active{
		background:#EBD985;
	}
	
	  #bx-pager a:hover {
	  background:#EBD985;
	  color:#EBD985;
  }

   
   #bx-pager dt,dd{
	display:none;   
   }
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：785px～960px */
@media only screen and (min-width: 785px) {
    
	
    #bx-pager {
	position:relative;
	top:-331px;
	left:674px;
	width:22%;
	overflow:hidden;
}

   #bx-pager a{
	display:inline-block;
	border:2px solid;
	padding:4%;
	margin-bottom:1px;
}
   
   #bx-pager a:active{
	border:2px solid #F8D8D8;
}

    		
  #bx-pager a:hover {
	  background:#F8D8D8;
	  color:#FFF;
  }

  

  
    div#contents section#work article {
    width: 33%;
  }
  div#contents section#work article h3 {
    line-height: 2.0em;
  }
  div#contents section#work article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }
  
  #topbanner a img{
	width:48.6%;
	margin-top:1rem;
}

}


@media only screen and (min-width: 785px) and (max-width: 960px){
   
   .main_image {
        width:100%;
		height:332px;
		background:#FFF;
		border: solid 1px #997;
        -moz-box-shadow: #99A 1px 1px 14px;
        -webkit-box-shadow: #99A 1px 1px 14px;
		}   
   
   	 .bx-wrapper {
	  width:670px;
  }
   
     
/*thumbの設定*/
     .bxslider01 img{
	width:100%;
	height:332px;
	float:left;
}
    
    .bxslider01 video{
	width:100%;
	height:332px;
	overflow:hidden;
	float:left;
} 
   
   
   #bx-pager dd {
	   display:none;
   }



}

/* PC向けレイアウトの指定：961px以上では固定レイアウト */
@media only screen and (min-width: 961px) {

  .bx-wrapper {
	  width:740px;
  }
  
  
  .main_image {
        width:100%;
		height:419px;
		background:#FFF;
		border: solid 1px #997;
        -moz-box-shadow: #99A 1px 1px 14px;
        -webkit-box-shadow: #99A 1px 1px 14px;
		}
  
  .bxslider01 img{
	width:100%;
	height:419px;
	float:left;
}
   #bx-pager {
	position:relative;
	top:-413px;
	left:753px;
	overflow:hidden;
}

   #bx-pager a{
	display:inline-block;
	border:2px solid;
	width:184px;
	padding:4%;
	margin-bottom:8px;
}


   #bx-pager a:active{
	border:2px solid #F8D8D8;
}

    		
  #bx-pager a:hover {
	  background:#F8D8D8;
	  color:#FFF;
  }
  
  .media_image{
	  float:left;
	  margin-right:8px;
  }
  
  .media_image img{
	  height:auto;
	  float:left;
  }
  
  .media_name{
	  font-size:11px;
  }
	
  
  div#contents section.box{
	  border:3px solid #F8D8D8;
	  width:47%;
	  padding:5px;
  }
  
  div#contents section#twitter {
    float: right;
  }
  div#contents section#information {
    float: left;
  }
  div#contents section#reload {
	
	}
}