@charset "utf-8";
/* CSS Document */

body {
  background: url(../img/bg_site.jpg) center ;
  width: 100%;
  min-width: 1000px;
  color: #333;
  font-family: arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.65em;
  margin:0px;
  padding:0px ;
/*  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

/*
---------------------------------------------------------*/
h3 {
  margin: 0px;
  padding: 0px;
}
img {
  border:0;
}
a:link {
  color: #3d7b7f;
  color: #48929b;
  text-decoration:none;
  letter-spacing: .08em;
}
a:visited {
  color: #3d7b7f;
  color: #48929b;
  text-decoration:none;
}
a:hover {
  color: #db0e0e;
  text-decoration:underline;
}
a:active {
  color: #db0e0e;
}

/*clearfix
---------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
*zoom: 1;
}

* {
  box-sizing: border-box;
}


/*ヘッダー
---------------------------------------------------------*/
header {
  background: url(../img/bg_header.jpg) center ;
  width: 100%;
  height: 370px;
  margin: 0 auto;
}
header section {
  background: url(../img/bg_headerline.png) center bottom repeat-x;
  width: 100%;
  height: 370px;
  margin: 0 auto;
}
header section div {
  background: url(../img/header.png) center no-repeat;
  width: 960px;
  height: 370px;
  text-indent:-9999px;
  margin: 0 auto ;
  position: relative;
}
header h1 a {
  width: 520px;
  height: 240px;
  display: block;
  position: absolute;
  top: 30px;
}
header h1 a:hover {
  cursor: pointer;
}
header a.logoJoqr {
  background: url(../img/logo_joqr.png) no-repeat;
  width: 122px;
  height: 50px;
  text-indent:-9999px;
  display:block;
  position: absolute;
  top: 10px;
  right: 0px;
}
header a:hover {
  opacity: .7;
}
header span {
  display: none;
}



/*レイアウト
---------------------------------------------------------*/

#wrapper {
  width: 960px;
  height: auto;
  min-height: 640px;
  margin: -30px auto 30px;
  padding: 0;
  clear:both;
}
#contents {
  background: #fff;
  border-radius: 8px;
  width: 710px;
  height:auto;
  margin: 0 auto;
  padding: 40px 30px 20px ;
}


.left {
  float: left;
}
.right {
  float: right;
}




/*SNS
---------------------------------------------------------*/
.snsTop {
  height: 25px;
  text-align: center;
  margin: 20px auto;
  display:block;
}
/*トップへ戻る*/
#pageTop {
  background-image:url(../img/pagetop.png);
  width: 40px;
  height: 76px;
  text-indent: -9999px;
  position: fixed;
  bottom: 80px;
  right: 80px;
}





footer {
  background: #fff;
  width: 100%;
  color: #006837;
  font-family:Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  font-size: 0.8em;
  margin: 20px auto 0;
  padding: 40px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* banner
---------------------------------------------------------*/

#banner {
  width: 600px;
  margin: 0 auto 20px;
}
#banner span {
  width: 200px;
  height: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;

}
#banner a {
  width: 200px;
  height: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;

}

/* nav
---------------------------------------------------------*/

nav {
  width: 960px;
  height: 60px;
  margin: 0 auto ;
  padding: 0 0 0 280px;
}
nav ul {
  width: 650px;
  height: 60px;
  font-size: 0;
}
nav ul li {
  border-left: #58b3ba 2px solid;
  border-right: #3d7b7f 2px solid;
  background: #fff;
  width: 130px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
nav ul li a {
  background: #47929b;
  width: 126px;
  height: 60px;
  color: #fff!important;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
#top nav ul li.navTop a ,
#summary nav ul li.navSummary a ,
#radio nav ul li.navRadio a ,
#cast nav ul li.navCast a ,
#event nav ul li.navEvent a ,
nav ul li a:hover {
  background: #47929b url(../img/menu_mark.png) center bottom no-repeat;
  cursor: pointer;
}
nav ul li a:hover {
  opacity: .85;
  text-decoration: none;
}







/* contents article
---------------------------------------------------------*/


#contents h2 {
  color: #db0e0e;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 10px;
}

article {
  line-height: 1.85;
  border-bottom: 1px dotted #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
article:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
article div {
  margin-bottom: 15px;
}
article h3 {
  background: #db0e0e;
  width: 650px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 25px;
}

article strong {
  font-weight: bold;
  color: #db0e0e;
}
article img {
  max-width: 650px;
  display: block;
  margin: 15px 0;
}
article a {
  text-decoration: underline;
}
article a:hover {
  text-decoration: none;
}

article .articleData {
  width: 100%;
  text-align: right;
  padding-top: 15px;
}
article .articleData div {
  display: inline-block;
  margin: 0;
}
article .articleData div.articleDate {
  vertical-align: top;
  padding-right: 20px ;
}
#campaign article .articleData {
  text-align: center;
}


/* プロジェクトについて
---------------------------------------------------------*/
#summary article {
  margin: 15px 0 ;
}
#summary article img {
  margin: 0 0 15px;
}
#summary article div .text {
  width: 320px;
}
#summary article div .text em {
  color: #db0e0e;
  font-style: normal;
}
#summary article div .images {
  width: 310px;
}



/* ラジオ番組
---------------------------------------------------------*/

#radio article {
  margin: 15px 0 ;
}

#radio article table {
  border-top: #47929b solid 1px;
  border-left: #47929b solid 1px;
  width: 650px;
  margin: 15px auto ;
}
#radio article table tr th ,
#radio article table tr td {
  border-right: #47929b solid 1px;
  border-bottom: #47929b solid 1px;
  padding: 10px ;
  vertical-align: middle;
  line-height: 1.65;
}
#radio article table tr th {
  background: #e4eae9;
  width: 120px;
  text-align: center;
}
#radio article table tr td {
  padding: 10px 20px;
}
#radio article em {
  color: #3d7b7f;
  font-style: normal;
}
#radio article img {
  display: block;
  margin: 60px auto 15px;
}




/* 出演者
---------------------------------------------------------*/

#cast article  {
  border: none;
  margin: 20px auto 0 ;
}
#personality ul {
  width: 590px;
  margin: 0 auto 20px;
}
#personality ul li {
  width: 350px;
  display: inline-block;
  margin: 0 ;
  vertical-align: top;
}
#personality ul li:nth-of-type(1) {
  border: 1px #ccc solid;
  width: 350px;
  height: 260px;
  margin-right: 50px;
}
#personality ul li:nth-of-type(1) img {
  border-right: 1px #ccc solid;
  width: 172px;
  height: 258px;
  margin: 0;
  float: left;
}
#personality ul li:nth-of-type(1) em {
  width: 173px;
  height: 258px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #47929b;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}
#personality ul li:nth-of-type(2) {
  border: 1px #ccc solid;
  width: 182px;
  height: 260px;
}
#personality ul li:nth-of-type(2) img {
  border-bottom: 1px #ccc solid;
  margin: 0;
}
#personality ul li:nth-of-type(2) em {
  width: 180px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #47929b;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}
#geinin ul {
  width: 590px;
  margin: 0 auto ;
}
#geinin ul li {
  width: 264px;
  display: inline-block;
  margin: 0 0 60px 58px;
  vertical-align: top;
}
#geinin ul li:nth-child(odd) {
  margin-left: 0;
}
#geinin h3 {
  background: url(../img/bg_prefecture.png) center no-repeat;
  width: 264px;
  height: 52px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 ;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 ;
  position: relative;
  z-index: 100;
}
#geinin img {
  border: 1px #ccc solid;
  display: block;
  margin: -20px 0 0 ;
}
#geinin h4 {
  color: #47929b;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 8px 0 0;
  margin: 0 ;
}
#geinin p {
  height: 100px;
  font-size: 12px;
  line-height: 1.65;
  padding:  0;
  margin: 0 ;
}
#geinin ul li ul {
  width: 264px;
  text-align: center;
}
#geinin ul li li {
  width: 120px;
  margin: 0;
}
#geinin ul li li a span {
  display: block;
  padding: 8px 0;
}



/*　アイコン　フォント
-------------------*/
@font-face {
    font-family: 'icomoon';
    src:    url('../font/icomoon.eot?hw3gfg');
    src:    url('../font/icomoon.eot?hw3gfg#iefix') format('embedded-opentype'),
        url('../font/icomoon.ttf?hw3gfg') format('truetype'),
        url('../font/icomoon.woff?hw3gfg') format('woff'),
        url('../font/icomoon.svg?hw3gfg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
    content: "\e902";
    background: #5ea9dd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 36px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.icon-twitter:hover {
    opacity: .7;
}






/* タグトル
---------------------------------------------------------*/

#campaign #lead {
  background: url(../img/bg_site.jpg) center ;
}
#campaign #lead #lead_box {
  background: url(../img/bg_tagtoru_lead.png) right bottom no-repeat;
  padding: 30px ;
}
#campaign #lead #lead_box em ,
#campaign #lead #lead_box strong {
  color: #3d7b7f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#campaign #lead #lead_box strong {
  font-size: 16.5px;
  font-weight: bold;
}
#campaign #notice {
  border: 1px solid #ccc;
  padding: 30px;
}
#campaign #notice strong {
  width: 100%;
  color: #3d7b7f;
  text-align: center;
  display: block;
}
#campaign #notice p {
  margin-bottom: 20px;
}
#campaign #notice p.center {
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}




/* side
---------------------------------------------------------*/

#side  {
  width: 240px;
  margin: 0 auto 0;
}

/* mail
----------------*/
#side #mail {
  background: #fff ;

  border-radius: 8px;
  width: 240px;
  height: 200px;
  margin: 0 auto 20px;
  text-align: center;
}
#side #mail a {
  background: url(../img/mail.png) center no-repeat;
  background-position: 50% 70px;
  width: 240px;
  height: 200px;
  display: block;
}
#side #mail a:hover {
  text-decoration: none;
  opacity: .6;
}
#side #mail em {
  padding-top: 30px;
  display: block;
}
#side #mail em:before ,
#side #mail em:after {
  content: "★ ";
  color: #db0e0e;
}
#side #mail span {
  display: none;
}
#side #banner_campaign a {
  background: url(../img/banner_tagtoru.png) center no-repeat;
  width: 240px;
  height: 200px;
  text-indent: -9999px;
  display: block;
}
#side #banner_campaign a:hover {
  opacity: .7;
}
#side a {
  color: #643f06;
  font-size: .95em;
}
#side div {
  width: 240px;
  margin: 0 auto 20px;
}
#side h4 {
  background: url(../img/bg_side_title.png) center no-repeat;
  width: 240px;
  height: 56px;
  color: #fff;
  font-size: 16.5px;
  margin: 0 30px;
  display: table-cell;
  vertical-align:  middle;
  text-align:  center;
  position: relative;
  z-index: 100;
}
#side ul {
  background: #fff;
  border-radius: 8px;
  width: 240px;
  margin: -30px 0 0 ;
  padding: 50px 15px 15px;
}
#side ul li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
#side ul li:before {
  content: "★ ";
  color: #3d7b7f;
}









/*


---------------/
