body{
    font: 14px/22px Helvetica, Arial, sans-serif;
}


pre{
    background:#f6f6f6;
    border:1px solid #e2e2e2;
    border-radius: 5px;
    padding:10px 0;
}


h3{
    background:#31B88C;
    border-radius: 4px;
    color:#fff;
    padding:10px;
}



.container{
    margin:0 auto;/*50px auto;*/
    width: 1137px;
}



.slider-holder{
    /*border:1px solid #e2e2e2;*/
 width:1137px;  height:685px;/*400px;*/
    margin:0 auto 0 auto;/*20px auto;*/
    padding:0;/*10px;*/
    text-align:left;}    
	/*キャプション位置はheight:480px;で設定する***text-align:left;キャプション左寄せ　*/   



.item a{
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 13;
}



.item p{
 background-color:#EFEFEF;
 color:#000099;
 padding:5px 5px 5px 0px;  /*15px;*/ 
bottom:-12px;
  position: absolute;
 z-index: 12;font-size:14pt;font-family:Tahoma;

width:1137px;font-weight:bold;letter-spacing:0.07em;}  
	/*キャプション*背景色* bottom:-20px*キャプション下の余白トル*/



.item img{
    width: 100%
}



a{
 color:#FFFFFF;
 text-decoration: none; font-weight:normal;font-size:17px;}  		/*color:#31B88C;緑色*ナビボタン*/ 




.button{
    display: inline-block;
    padding: 20px 40px;
    background: #B6256A;
    border-radius: 3px;
    box-shadow: 0 3px #7A073E;
    color: #FFF;
    font-weight: bold;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
font-size:17px;}



.button:hover{
    box-shadow: 0 5px #CC4284;
}


.button:active{
    box-shadow: 0 1px #7A073E;
}
