@charset "utf-8";

/* #titleArea タイトル背景画像
+=========================================================+*/
#titleArea {
  background:url(../images/pic_title.jpg) center center no-repeat;
  background-size:cover;
}

/* .btn-bucchake　選手ぶっちゃけ話ボタン位置
+=========================================================+*/
.btn-bucchake {
  position:absolute;
  top:-15px;
  right:15px;
}
@media screen and (max-width: 553px) {
  .btn-bucchake {
    position:static;
    text-align:right;
  }
}
/* #fbBox　facebookエリア
+=========================================================+*/
#fbBox{
	background-image:url(../images/fb_back.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:15px;
	position:relative;
	overflow:hidden;
	min-height:530px;
	background-size: 100% auto;
}
#fbBox .fb-page blockquote{
	/*max-width:500px;
	min-height:500px;
	background-color:#ccc;
*/
}
@media screen and (max-width: 767px) {
  #fbBox{
	background-image:none;
	padding:15px 0px;
}
  #fbBox h3{
	  background-color:#21365B;
}
}
@media screen and (max-width: 437px) {
  #fbBox h3 img{
	  width:100%;
}
}
@media screen and (min-width:438px) and (max-width: 767px) {
  #fbBox h3 img{
	  width:437px;
}
}
@media screen and (min-width:768px) and (max-width: 991px) {
  #fbBox h3 img{
	  width:100%;
}
}