@charset "Shift_JIS";

/* body全体*/
body{
  scrollbar-base-color:#556b2f;
  scrollbar-face-color:#556b2f;
  scrollbar-highlight-color:#556b2f;
  font-family: HG丸ｺﾞｼｯｸM-PRO;
  color: #556b2f;
  background-image: url(../kyoyu/kabe.png); 
  text-align: center;
}
a{
  color: #556b2f;
}
a:hover{
  color: #8b008b;
  font-weight: bold;
}

/*--------------------------------------------------------
  ページ上へ
--------------------------------------------------------*/

	#topbutton{
		
		position: fixed;	
		bottom: 10px;	
		right: 10px;	
		width: 7em;	
			
		display: none;	
			
		background-color: #6b8e23;	
		border-radius: 50px;	
		text-align: center;	
		font-size: 120%;	
		font-weight: bold;	
		margin: 0px;	
		padding: 10px;	
		}	
		#topbutton a{
	
			color: white;
			text-decoration: none;
		}	
		#topbutton a:hover{
	
			color: darkmagenta;
			text-decoration: none;
		}	

/*--------------------------------------------------------
  ヘッダー
--------------------------------------------------------*/
#hpb-headerExtra1 {
    /* スローガン*/
    font-size: 11px;
    color: #333;
    font-weight: normal;
    text-align:right; 
}

#hpb-headerLogo a{
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 37px; 
    background-image: url(../kyoyu/pakapakatitle.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------
  お得リストファットスライド
--------------------------------------------------------*/

#slideppm{
   position: relative;
   width:  300px; 
   height: 250px; 
}

#slideppm p{
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; 
   height: 250px; 
}

#slideppm p.active{
   z-index: 10;
   opacity: 1.0;
}

#slideppm p.last-active{
   z-index: 9;
}
/*--------------------------------------------------------
  我心の移りスライド
--------------------------------------------------------*/
#slideppm01{
   position: relative;
   width:  100%; 
   height: 180px; 
}

#slideppm01 p{
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; 
 }

#slideppm01 p.active{
   z-index: 10;
   opacity: 1.0;
}

#slideppm01 p.last-active{
   z-index: 9;
}

#slideppm02{
   position: relative;
   width:  100%; 
   height: 223px; 
}

#slideppm02 p{
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: black; 
}

#slideppm02 p.active{
   z-index: 10;
   opacity: 1.0;
}

#slideppm02 p.last-active{
   z-index: 9;
}
/*--------------------------------------------------------
  トップページスライド
--------------------------------------------------------*/
#slideppm03{
   position: relative;
   width:  600px; 
   height: 300px; 
}

#slideppm03 p{
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; 
 }

#slideppm03 p.active{
   z-index: 10;
   opacity: 1.0;
}

#slideppm03 p.last-active{
   z-index: 9;
}

/*--------------------------------------------------------
  YouTubeサイズ調整
--------------------------------------------------------*/

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}