@charset "UTF-8";
body {
  color: #333;
  font: 14px/160% "メイリオ",Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"ＭＳ Ｐゴシック","MS PGothic";
  background-color: #FFF;
  position: relative;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: url(../img/bg.gif);
  background-attachment: fixed;
}

a:link, a:visited {
  color: #0099CC;
  text-decoration: none;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:active, a:hover {
  color: #00CCCC;
  text-decoration: none;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

p {
  margin-bottom: 20px;
}

.tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tbl .cel {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.sp {
  display: none;
}

.center {
  text-align: center;
}

.small {
  font-size: 85%;
  letter-spacing: 0;
  line-height: 130%;
}

.txtGreen {
  color: #3F9287;
}

/*
p.attention {
  color: #5b0012;
  background: rgba(0, 0, 0, 0.05);
  padding: 5px 10px;
  margin: 0 0 10px 0 !important;
}

ul.attention {
  list-style: none;
}
*/
h2 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.btn {
  text-align: center;
  margin: 15px auto;
}

.btn a {
  padding: 12px 15px 10px 45px;
  background: #00b9ef;
  line-height: 100%;
  text-align: left;
  display: inline-block;
  max-width: 380px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 130%;
  position: relative;
}

.btn a > * {
  vertical-align: middle;
}

.btn a svg {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 50%;
  left: 14px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn a:hover {
  background: #00a0ce;
}

/*-----------------------------------------------------
SideNavi
-------------------------------------------------------*/
ul#SideNavi {
  width: 83px;
  /*height:68px;*/
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 50;
  overflow: hidden;
}

ul#SideNavi li {
  /*margin:0 0 2px 0;*/
  margin: 0 0 0 0;
}

/* ================================================================ *
 * section
 * ================================================================ */
section.pg {
  padding: 50px 0;
  margin: 0;
}

section.pg .wrapper {
  max-width: 1130px;
  padding: 30px 8px;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}

section.pg .wrapper > h1 {
  margin: 0 0 50px;
  text-align: center;
}

/* ================================================================ *
 * BG
 * ================================================================ */
/*PAGETOP BG*/
.bgline {
  position: absolute;
  width: 100%;
  height: 360px;
  background-color: #FFF;
  left: 0px;
  top: 0px;
}

/*CONTENTS BG*/
.contentsBG {
  background-color: #FFF;
}

/* ================================================================ *
 * TOP
 * ================================================================ */
#top {
  text-align: center;
  position: relative;
  height: 550px;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 80px;
  padding-left: 0;
  width: 1150px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}

#top h1 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  margin-top: 120px;
  margin-left: -70px;
  text-align: left;
}

/*メインアー写*/
#top .mainimg {
  position: absolute;
  z-index: 1;
  right: 0px;
  padding-top: 35px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-top: 15px;
}
#top .mainimg .mainimg_photo {
  position: relative;
  background-color: #FFF;
  padding: 12px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
#top .mainimg .mainimg_photo img {
  max-width: 640px;
}
#top .mainimg .tapeL {
  position: absolute;
  top: 0;
  left: 0;
}
#top .mainimg .tapeR {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*ラジオ情報*/
#top .radioInfo {
  position: absolute;
  margin-top: 380px;
  margin-left: 0px;
  z-index: 100;
  text-align: center;
}
#top .radioInfo > div {
  padding-top: 10px;
}

#top .radioInfo img {
  margin-left: 20px;
  margin-right: 20px;
}

/* ================================================================ *
 * INFO BLOCK
 * ================================================================ */
#infoBlock ul {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

#infoBlock ul li {
  /*padding-bottom: 100px;*/
  padding-bottom: 40px;
}

#infoBlock .linkList {
  min-height: 50px;
  background-image: url(../img/bg_info.png);
  background-repeat: no-repeat;
  /*padding-top: 18px;*/
  padding-left: 110px;
  font-size: 1.8em;
  color: #2C1E11;
  display: block;
  padding-right: 5px;
}

#infoBlock .linkList2 {
  font-size: 1.2em;
  color: #2C1E11;
  padding-top: 15px;
  padding-left: 110px;
  /*padding-top: 15px;*/
}

.infoDay {
  float: right;
  width: 120px;
  /*height: 15px;*/
  padding-top: 5px;
  /*font-size: 90%;*/
  text-align: right;
  padding-bottom: 5px;
}

#infoBlock .coTitle {
  float: left;
  padding-top: 20px;
  width: 85%;
}

/* ================================================================ *
 * CORNER BLOCK
 * ================================================================ */
#cornerBlock ul {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

#cornerBlock ul li {
  padding-bottom: 30px;
}

#cornerBlock .linkList {
  /*height: auto;*/
  min-height: 60px;
  background-image: url(../img/bg_corner.png);
  background-repeat: no-repeat;
  padding-left: 110px;
  font-size: 1.8em;
  color: #2C1E11;
  /*display: block;*/
}

#cornerBlock .linkList2 {
  font-size: 1.2em;
  color: #2C1E11;
  padding-left: 110px;
  /*padding-top: 15px;*/
}

#cornerBlock .coTitle {
  float: left;
  padding-top: 20px;
  width: 85%;
}

.btnOpen {
  float: right;
  width: 30px;
  height: 15px;
  padding-top: 12px;
  clear: right;
}

/* ================================================================ *
 * addressBLOCK
 * ================================================================ */
#addressBlock ul {
  /*width: 900px;*/
  max-width: 800px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#addressBlock ul li {
  float: left;
  width: 48%;
}

#addressBlock .addTxt {
  clear: both;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* ================================================================ *
 * personalityBlock
 * ================================================================ */
#personalityBlock:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: -30px;
  position: absolute;
}

#personalityBlock ul {
  /*width: 900px;*/
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

#personalityBlock ul li {
  float: left;
  /*width: 48%;*/
  width: 62%;
  padding-right: 10px;
  padding-left: 10px;
}

#personalityBlock ul li.aphoto {
  width: 35%;
}

#personalityBlock .profile {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.8em;
}

#personalityBlock .profile2 {
  padding-bottom: 30px;
}

/* ================================================================ *
 * linkBlock
 * ================================================================ */
#linkBlock .contentsLink ul {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

#linkBlock .contentsLink ul li {
  padding-bottom: 20px;
}

#linkBlock .linkList {
  height: 60px;
  background-image: url(../img/bg_link.png);
  background-repeat: no-repeat;
  font-size: 1.8em;
  color: #2C1E11;
  padding-left: 110px;
  padding-top: 20px;
}

#linkBlock .linkList2 {
  font-size: 1.2em;
  color: #2C1E11;
  padding-left: 110px;
  /*padding-top: 15px;*/
}

/* ================================================================ *
 * footer
 * ================================================================ */
footer {
  padding: 20px 0;
  text-align: center;
  color: #000;
  background: url(../img/bg.gif);
  background-attachment: fixed;
}

footer .ftxt {
  margin: 5px 0;
  font-size: 75%;
  color: #524443;
}

footer .copy {
  font-size: 75%;
}

footer .viewmode {
  margin-top: 30px;
}

/* float clear-------------------------------------------------------------------------------------------*/
.wrap:after, .tbl:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both !important;
}

* html .wrap {
  height: 1%;
}

.wrap {
  display: block;
}

/* clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/* ================================================================ *
 *  Mobile
 * ================================================================ */
@media screen and (max-width: 1150px) {
  /* ================================================================ *
   * BG
   * ================================================================ */
  /*PAGETOP BG*/
  .bgline {
    position: absolute;
    height: 260px;
  }

  /* ================================================================ *
   * TOP
   * ================================================================ */
  #top {
    position: relative;
    height: 460px;
    margin: 0;
    padding: 0;
    width: 95%;
  }

  #top h1 {
    width: 45%;
    height: 200px;
    position: relative;
    z-index: 10;
    top: 0;
    margin-top: 0;
    padding-top: 80px;
    margin-left: 0;
  }

  #top .mainimg {
    width: 60%;
    top: 0;
  }
  #top .mainimg .mainimg_photo img {
    width: 100%;
  }
  #top .mainimg .tapeL {
    width: 33%;
  }
  #top .mainimg .tapeR {
    width: 33%;
  }

  /*ラジオ情報*/
  #top .radioInfo {
    position: absolute;
    position: relative;
    width: 45%;
    margin-top: 80px;
    margin-left: 0px;
    top: 0px;
  }
  #top .radioInfo > div {
    padding-top: 10px;
  }
  #top .radioInfo .radioButton {
    width: 100px;
  }

  #top .radioInfo img {
    margin-left: 20px;
    margin-right: 20px;
  }

  #top .radioInfo > img {
    width: 80%;
  }
}
/*
@media screen and (max-width: 850px) {
// ================================================================ *
// BG
// ================================================================ *
//PAGETOP BG
.bgline {
	position: absolute;
	height: 180px;
}
// ================================================================ *
// TOP
// ================================================================ *
#top {
	position: relative;
	height: 360px;
	margin: 0;
	padding: 0;
	width: 95%;
}
#top h1 {
	width: 50%;
	height: 120px;
	position: relative;
	z-index: 10;
	top: 0;
	margin-top: 0;
	padding-top: 30px;
	margin-left: 0;
}
#top .mainimg {
	width: 55%;
	top: 0;
	
	// 写真
	.mainimg_photo {
		
		img {
			width: 100%;
		}
	}
	// 左上テープ
	.tapeL {
		width: 33%;
		margin-top: 20px;
	}
	// 右下テープ
	.tapeR {
		width: 33%;
		margin-bottom: 20px;
	}
}
//ラジオ情報
#top .radioInfo {
	position: relative;
	width: 50%;
	margin-top: 80px;
	margin-left: 0px;
	top: 0px;
	
	> div {
		padding-top: 10px;
	}
	
	// ラジオ方向　ボタン
	.radioButton {
		width: 100px;
	}
}
#top .radioInfo img {
    margin-left: 20px;
    margin-right: 20px;
}
	#top .radioInfo > img {
		width: 80%;
	}
//* ================================================================ *
 //* ContentsBlock
// * ================================================================ *
	#infoBlock ul,
	#cornerBlock ul,
	#addressBlock ul,
	#linkBlock .contentsLink ul {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
	
}
*/
@media screen and (max-width: 900px) {
  .sp {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  .tbl .cel {
    width: 100%;
  }

  .tbl .cel {
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px;
    float: left;
  }

  .spbg {
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  /* ================================================================ *
   * BG
   * ================================================================ */
  /*PAGETOP BG*/
  .bgline {
    height: 250px;
  }

  /*CONTENTS BG*/
  .contentsBG {
    background-color: #FFF;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  /* ================================================================ *
   * TOP
   * ================================================================ */
  #top {
    height: auto;
    padding-bottom: 20px;
    width: 95%;
    position: relative;
    margin: 0 auto;
  }

  #top h1 {
    width: 90%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
  }

  /*メインアー写*/
  #top .mainimg {
    width: 100%;
    position: relative;
    right: auto;
    padding-top: 1.4rem;
    padding-right: 1.4rem;
    padding-bottom: 1rem;
    padding-left: 1.4rem;
  }
  #top .mainimg .mainimg_photo img {
    width: 100%;
  }
  #top .mainimg .tapeL {
    width: 33%;
  }
  #top .mainimg .tapeR {
    width: 33%;
  }

  /*ラジオ情報*/
  #top .radioInfo {
    width: 90%;
    position: relative;
    /*z-index: 1;*/
    margin-top: 15px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    top: auto;
  }

  /* ================================================================ *
   * INFORMATION BLOCK
   * ================================================================ */
  #infoBlock ul {
    width: 98%;
  }

  #infoBlock ul li {
    /*background-repeat: no-repeat;*/
    padding-bottom: 20px;
  }

  #infoBlock .linkList {
    /*height: auto;*/
    min-height: 50px;
    padding-left: 65px;
    background-image: url(../img/bg_info_sp.png);
    font-size: 1.2em;
    /*padding-top: 16px;
    padding-bottom: 16px;*/
    line-height: 1em;
    clear: both;
  }

  #infoBlock .linkList2 {
    padding-left: 20px;
    font-size: 1em;
    /*color: #2C1E11;*/
    padding-top: 10px;
  }

  .infoDay {
    width: 80px;
    padding-top: 5px;
    font-size: 90%;
    margin-bottom: 10px;
  }

  #infoBlock .coTitle {
    float: left;
    padding-top: 20px;
    width: 90%;
  }

  /* ================================================================ *
   * CORNER BLOCK
   * ================================================================ */
  #cornerBlock ul {
    width: 95%;
  }

  #cornerBlock ul li {
    /*background-repeat: no-repeat;*/
    padding-bottom: 20px;
  }

  #cornerBlock .linkList {
    min-height: 50px;
    padding-left: 65px;
    background-image: url(../img/bg_corner_sp.png);
    font-size: 1.2em;
    clear: both;
    line-height: 1em;
  }

  #cornerBlock .linkList2 {
    padding-left: 20px;
    font-size: 1em;
    padding-top: 15px;
    clear: both;
  }

  #cornerBlock .coTitle {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 90%;
  }

  .btnOpen {
    width: 30px;
    height: 15px;
    padding-top: 15px;
  }

  /* ================================================================ *
   * personalityBlock
   * ================================================================ */
  #personalityBlock ul {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  #personalityBlock ul li {
    float: none;
    /*width: 48%;*/
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  #personalityBlock ul li.aphoto {
    width: 80%;
    text-align: center;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  #personalityBlock .profile {
    text-align: left;
  }

  #personalityBlock .profile2 {
    text-align: left;
  }

  /* ================================================================ *
   * linkBlock
   * ================================================================ */
  #linkBlock .contentsLink ul {
    width: 95%;
  }

  #linkBlock .contentsLink ul li {
    /*background-image: url(../img/bg_link.gif);
    background-repeat: no-repeat;*/
    padding-bottom: 20px;
  }

  #linkBlock .linkList {
    height: auto;
    min-height: 50px;
    padding-left: 65px;
    background-image: url(../img/bg_link_sp.png);
    font-size: 1.2em;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1em;
    clear: both;
  }

  #linkBlock .linkList2 {
    padding-left: 60px;
    font-size: 1em;
    /*color: #2C1E11;*/
    padding-top: 10px;
  }

  section.pg {
    padding: 20px 0;
  }

  section.pg .wrapper {
    padding: 20px 3px;
  }

  section.pg .wrapper > h1 {
    margin: 0 15px 30px;
  }

  footer {
    padding: 30px 0;
  }
}
