body {
  
margin: 0; 
}



.banner {
  
width: 100%;
  
height: 590px; 				/*height: 100%;　　＋５０*/ 
}



.banner_image {
  				/*画像サイズの設定***********************/
position: absolute;
  
display: block;
  
left: -100%;
  
right: -100%;
  
max-width: 960px;
 				/*画像ヨコ・サイズ****   表示サイズ　 800-500  ******************/ 
margin: 0 auto;
  
top: 0;
  
bottom: 0;

width:960px;
height:540px; 				/*画像タテ・サイズ******表示サイズ　 800-500****************/
border:7px solid #C6D9EC;
}



.banner_overlay {
  
position: absolute;
  
z-index: 900;
  
width: 960px;
				/*画像ヨコサイズ*/  
height: 50px;
  				/*height: 100%;*/
 
left: 50%;
  
margin-left: -480px;			/*margin-left: -400px;  キャプションのヨコ方向位置*/ 
}



.banner_overlay_container {
  
position: absolute;
  
top: 543px;
				/*top: 0;  キャプションの上からの位置　　　−１０*/  
width: 960px;
 				/*width: 70%;*/ 
/*padding-left: 5px;*/ 			/*padding-left:50px;  キャプションの左からの位置　*/
}



.banner_overlay_header {
  
color: #000;
  
padding-left: 0;
  
top: 550px;					/*bottom: 5%;　　＋１０*/ 
}



.banner_overlay_subhead {
  				/*キャプション*/
margin-top: 1em;
  
color: #000099;					/*color: #555;**キャプション文字色*/

  
margin-bottom: 1em; 				/*margin-bottom: 1em;*/

font-size:17px;
text-align:left;
font-family:Helvetica;
font-weight:normal;					/*normal を指定しないと<h2>ではそのままでボールド体になる*/
border:2px solid #778899;
margin-left:-7px;					/*キャプション帯の左端そろえ*/
width:963px;					/*キャプション帯の長さそろえ*/
padding:5px 3px 3px 5px;
 
}



.banner-slider {
  
position: absolute;
  
height: 600px;
 					/*height: 389px;　　＋１００*/ 
overflow: hidden;
  
width: 100%; 
}



.banner-slider_nav {
  				/*ペイジング・ボタン*/
position: absolute;
  
z-index: 9999;
  
width: 960px;
  					/*画像ヨコ・サイズに合わせる*/
bottom: 0;
  
text-align: center;
  
left: 50%;
  
margin-left: -400px;
 				/*margin-left: -400px;*/ 
padding-left: 0;
  
margin-bottom: 0;

display:none; 					/*ペイジング・ボタン非表示*/
}



.banner-slider_nav_item {
  
display: inline;					  
}
  

.banner-slider_nav_item > a {
    
display: inline-block;
    
font-size: 3em;
    
color: rgba(0, 0, 0, 0.5);
    
text-decoration: none;
    
padding: 8px 3px;
    
line-height: 12px; 
}
    

.banner-slider_nav_item > a:hover {
      
color: rgba(0, 0, 0, 0.75); 
}



.banner-slider_nav_item--is-selected > a {
  
color: #000; 
}



.banner_slide {
  
position: absolute;
  
width: 100%;
  
height: 590px;
  				/*height: 100%;　　＋５０　*/
top: 0; 
}



.banner_button {
  
padding: 20px;
  
text-decoration: none;
  
background-color: #4d4dff;
  
color: #fff;
  
display: inline-block; 				
}



.cycle_arrow-wrapper {
  			/*左右のナビボタン*/
position: absolute;
  
height: 50px;
  
top: 45%;
  				/*top: 50%;*/

margin-top: -25px;
  
width: 960px;
 				/*画像ヨコサイズ*/ 
left: 50%;
  
margin-left: -480px;
			/*margin-left: -400px;*/
   
z-index: 1001; 
}



.cycle_next {
  
position: absolute;
  
right: 10px;
 				/*right: 5px;*/ 
background: transparent url("../images/arrow-right.png") no-repeat center center;
  
display: block;
  
width: 21px;
  
height: 30px; 
}



.cycle_prev {
  
position: absolute;
  
left: 10px;
 				/*left: 5px;*/ 
background: transparent url("../images/arrow-left.png") no-repeat center center;
  
display: block;
  
width: 21px;
  
height: 30px; 
}



/*# sourceMappingURL=main.css.map */










