@charset "utf-8";

/* common
------------------------------------------- */
body {
	background: #fff;
	color: #333;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	position: relative;
}

a {
	color: #db4141;
	text-decoration: underline;
}

a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	text-decoration: none;
}

section p {
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}

li {
	list-style: none;
}

#wrapper {
	min-width: 1100px;
	overflow: hidden;
}



/* title
-------------------------------------------------------------------- */
#title {
	background: url(../imgs/bg_title.jpg) repeat;
	padding: 20px 0;
	text-align: center;
}

#title li {
	display: inline-block;
}

#title p {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 0;
}

#title .end {
	font-size: 28px;
	margin-top: 0;
}


/* info
-------------------------------------------------------------------- */
#info {
	background: url(../imgs/bg_info.jpg) repeat;
	color: #444;
    margin: 20px auto;
    padding: 20px 30px;
    width: 900px;
    overflow: hidden;
}

#info h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.infoWrap {
    background: rgba(255,255,255,0.8);
    float: left;
    min-height: 100px;
    padding: 20px 30px;
    overflow: auto;
	height: 200px;
    width: 460px;
}

.infoWrap.twitter {
	margin-left: 20px;
    width: 300px;
}

.infoWrap.twitter a {
	color: #333;
	text-decoration: none;
}

.infoWrap dt {
	font-family: 'Anton', sans-serif;
	font-size: 18px;
}

.infoWrap dt.new:after {
	content: "UP";
	padding-left: 10px;
}

.infoWrap dd + dt {
	margin-top: 1em;
}


/* nav
-------------------------------------------------------------------- */
nav#globalNav {
	background: url(../imgs/bg_nav.jpg) repeat;
	width: 100%;
	text-align: center;
}

nav#globalNav ul {
	font-size: 0;
}

nav#globalNav li {
	display: inline-block;
}

nav#globalNav li a {
	background: url(../imgs/nav.png) no-repeat;
	display: block;
	margin: 15px 25px 10px;
	padding-top: 115px;
	height: 0;
	width: 83px;
	overflow: hidden;
}

nav#globalNav li.navLead a {background-position: 0 0;}
nav#globalNav li.navSchedule a {background-position: -83px 0;}
nav#globalNav li.navEntry a {background-position: -166px 0;}
nav#globalNav li.navLive a {background-position: -249px 0;}
nav#globalNav li.navBook a {background-position: -332px 0;}
nav#globalNav li.navArchive a {background-position: -415px 0;}
nav#globalNav li.navRadio a {background-position: -498px 0;}
nav#globalNav li.navGrand a {background-position: -581px 0;}


/* contents
-------------------------------------------------------------------- */
.contWrap {
	margin: 0 auto;
	padding: 40px 0 70px;
	width: 960px;
}

.contWrap > h2 {
	color: #fa7878;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 40px;
    border-bottom: #fa7878 5px solid;
}

.contWrap .title {
	font-size: 50px;
	font-weight: bold;
    margin-bottom: 40px;
	text-align: center;
}

.contWrap .title span {
    display: block;
    font-size: 35px;
}

.contWrap > h3 {
	color: #fa7878;
    font-size: 28px;
    font-weight: bold;
    margin: 40px 0 20px;
    border-bottom: #fa7878 2px solid;
}

dl.listWrap {
	margin: 20px 0;
	overflow: hidden;
}

dl.listWrap > dt {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    clear: both;
    color: #fff;
    float: left;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 125px;
}

dl.listWrap > dd {
    font-size: 20px;
    padding-left: 155px;
    margin-bottom: 10px;
}

dl.listWrap > dd span {
	font-size: 14px;
}

.contWrap dd ul {
	overflow: hidden;
}

.contWrap dd li {
	list-style: none;
}

.end {
	color: #db4141 !important;
	font-size: 28px;
	margin-top: 1em;
	text-align: center;
}

.comment {
	color: #db4141;
}


/* lead
-------------------------------------------------------------------- */
#lead {
	background: url(../imgs/bg_contents.jpg) repeat;
	background-size: 100%;
    border-top: #fa7878 5px solid;
    color: #db4141;
}

#lead dl.listWrap > dt {
	background: #e26767;
}

.committee {
	overflow: hidden;
}

.committee li {
	float: left;
	width: 450px;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	list-style: none;
}

.committee li a {
    color: #db4141;
    text-decoration: none;
}

.committee li:before,
.committee li:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: " ";
	vertical-align: middle;
}

.committee li:before{
	background: #e26767;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.committee li:after{
	left: 5px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* schedule
-------------------------------------------------------------------- */
#schedule h2,
#schedule h3 {
	color: #11b1a8;
	border-color: #11b1a8;
}

#schedule {
	background: url(../imgs/bg_radio.jpg) repeat;
	background-size: 100%;
    border-top: #11b1a8 5px solid;
}

#schedule dl.listWrap > dt {
	background: #f6a911;
}

#schedule dl.listWrap > dt.iconRadio {background: #11b1a8}
#schedule dl.listWrap > dt.iconLive {background: #0c9217}
#schedule dl.listWrap > dt.iconStage {background: #e26767}
#schedule dl.listWrap > dt.iconBook {background: #2653d5}

#schedule dd li:nth-child(1) {
	float: left;
	font-family: 'Anton', sans-serif;
	width: 130px;
}

#schedule dd li:nth-child(1) span {
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
}

#schedule dd li:nth-child(2) {
	float: left;
	width: 150px;
}

#schedule dd li:nth-child(3) {
	padding-left: 280px;
}

#schedule dd li:nth-child(3) strong {
	color: #db4141;
}


/* entry
-------------------------------------------------------------------- */
#entry h2,
#entry h3 {
	color: #f6a911;
	border-color: #f6a911;
}

#entry {
	background: url(../imgs/bg_entry.jpg) 50% 0 no-repeat fixed;
    border-top: #f6a911 5px solid;
    color: #80631F;
}

#entry .contWrap .title span {
    font-size: 20px;
    letter-spacing: 0;
}

#entry h3 + p strong {
	font-size: 24px;
}

#entry dl {
	overflow: hidden;
}

#entry dt {
    background: url(../imgs/icon_entry.png) no-repeat 15px center,
    rgba(247,239,224,0.8);
    border-right: #fff 1px solid;
	clear: both;
    float: left;
    font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	margin-top: 20px;
	padding-left: 60px;
    height: 60px;
    width: 464px;
}

#entry dd {
    background: rgba(247,239,224,0.8);
	float: left;
	line-height: 30px;
	margin-top: 20px;
	padding: 15px;
    height: 30px;
    width: 395px;
}

#entry dl :nth-child(-n+2) {
	margin-top: 0;
}

#entry dl :nth-child(2) {
	line-height: 22px;
    padding: 8px 15px;
    height: 44px;
}

#entry dd + dd {
    background: rgba(247,239,224,0.5);
	clear: both;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 0;
	padding: 1em 15px;
	height: auto;
	width: 100%;
}

#entry .btnWrap {
	margin-top: 30px;
	text-align: center;
}

#entry .btnWrap a {
	border: 1px solid #f6a911;
	background: #f6a911;
	cursor: pointer;
	display: block;
	padding: 15px 30px;
	overflow: hidden;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin: 0 5px;
}

#entry .btnWrap a:hover {
	background: #fff;
	color: #f6a911;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


/* radio
-------------------------------------------------------------------- */
#radio h2,
#radio h3 {
	color: #11b1a8;
	border-color: #11b1a8;
}

#radio {
	background: url(../imgs/bg_nominate.jpg) center top repeat;
	background-size: 100%;
    border-top: #11b1a8 5px solid;
    color: #2a8782;
}

#radio .title {
    color: #11b1a8;
}

#radio dl.listWrap > dt {
	background: #11b1a8;
}

#radio dd a {
	color: #2a8782;
}

.radioList li {
	list-style: none;	
}


/* radio personality
-------------------------------------------------------------------- */
#radio .personalityWrap {
	overflow: hidden;
}

#radio .personalityWrap li {
	float: left;
	list-style: none;
	overflow: hidden;
	width: 402.5px;
}

#radio .personalityImg {
	float: left;
}

#radio .personalityName {
	padding: 90px 0 0 190px; 
}

#radio .personalityText {
	clear: both;
	font-size: 16px;
}


/* corner
-------------------------------------------------------------------- */
.cornerWrap li {
	font-size: 16px;
	list-style: none;
	margin-bottom: 1em;
}

.cornerWrap li p:first-child {
	color: #11b1a8;
	font-size: 20px;
}

.cornerWrap li p:first-child:before {
	color: #11b1a8;
	content: "▼";
	margin-right: 10px;
}


/* mail
-------------------------------------------------------------------- */
.mailWrap {
}

.formSet {
	margin-bottom: 5px;
	padding-top: 10px;
	overflow: hidden;
}

.formSet p.formSetLeft {
    width: 310px;
	float: left;
	margin-right: 20px;
	text-align: right;
	margin-top: -20px;
	margin-bottom: -20px;
}

.formSet div.formSetRight {
	width: 400px;
	float: left;
}

.formSetText {
	padding-top: 10px;
}

.formSet select,
.formSet input[type="file"] {
	font-family: "Roboto","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.formSet input[type="text"] {
	background: #f7f7f7;
	color: #212325;
	font-size: 16px;
	line-height: 1em;
	padding: 8px 12px;
	border: 1px solid #d3d3d3;
	width: 350px;
}

.formSet textarea.areaText {
	background: #f7f7f7;
	color: #212325;
	font-family: "Roboto","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	padding: 12px;
	border: 1px solid #d3d3d3;
    width: 10px;
	height: 150px;
}

p#requiredEntryText {
	color: #db4141;
    padding-left: 330px;
}

.requiredEntry {
	color: #db4141;
	padding-right: 1em;
}

.formBtnWrap {
	margin-top: 50px;
	text-align: center;
}

.formBtnWrap input {
	background: #11b1a8;
    border: 2px solid #11b1a8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	font-family: "Roboto","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1em;
	margin: 0 5px;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.formBtnWrap input:hover {
	background: #e44f6c;
}


/* live
-------------------------------------------------------------------- */
#live h2,
#live h3 {
	color: #0c9217;
	border-color: #0c9217;
}

#live {
	background: url(../imgs/bg_live.jpg) center top repeat;
	background-size: 100%;
    border-top: #0c9217 5px solid;
    color: #44b532;
}

#live .title {
    color: #0c9217;
}

#live dl.listWrap > dt {
	background: #0c9217;
}

#live dd a {
	color: #44b532;
}


/* live personality
-------------------------------------------------------------------- */
#live .personalityWrap {
	overflow: hidden;
}

#live .personalityWrap dt {
	color: #0c9217;
}

#live .personalityWrap dt:before {
	content: "▼";
	margin-right: 10px;
}

#live .personalityWrap dd {
	margin-bottom: 1em;
}

#live .personalityWrap ul {
	overflow: hidden;
}

#live .personalityWrap li {
	font-size: 16px;
	float: left;
	white-space: nowrap;
}

#live .personalityWrap li:after {
	content: "/";
	margin: 5px;
}

#live .personalityWrap li:last-child:after {
	content: none;
}


/* stage
-------------------------------------------------------------------- */
#stage h2,
#stage h3 {
	color: #ea5799;
	border-color: #ea5799;
}

#stage h4 {
	color: #ea5799;
	font-size: 20px;
    font-weight: bold;
}

#stage h4:before {
    content: "▼";
    margin-right: 10px;
}

#stage {
	background: url(../imgs/bg_stage.jpg) center top repeat;
	background-size: 100%;
    border-top: #ea5799 5px solid;
    color: #ae5da1;
}

#stage .title {
    color: #ae5da1;
}

#stage dl.listWrap > dt {
	background: #ea5799;
}

#stage dd a {
	color: #ae5da1;
}

.bookAboutWrap {
	padding: 20px 0;
	overflow: hidden;
}

.bookAboutWrap .bookAbout {
	float: left;
	width: 320px;
}

.bookAboutWrap .bookSpecial {
	padding-left: 400px;
}

.bookAboutWrap .bookSpecial dl {
	font-size: 16px;
	margin: 10px 0;
}

.bookAboutWrap .bookSpecial dt:before {
	content: "【";
}

.bookAboutWrap .bookSpecial dt:after {
	content: "】";
}


/* book
-------------------------------------------------------------------- */
#book h2,
#book h3 {
	color: #2653d5;
	border-color: #2653d5;
}

#book h4 {
	color: #2653d5;
	font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#book h4:before {
    content: "▼";
    margin-right: 10px;
}

#book {
	background: url(../imgs/bg_book.jpg) center top repeat;
	background-size: 100%;
    border-top: #2653d5 5px solid;
    color: #5d79ca;
}

#book .title {
    color: #2653d5;
    font-size: 24px;
    margin-bottom: 0;
}

#book dl.listWrap > dt {
margin-left: 70px;
margin-right: 30px;
	background: #2653d5;
}

#book dd a {
	color: #5d79ca;
}

.bookAbout {
    background: rgba(20,167,243,0.15);
    padding: 20px 30px;
    text-align: center;
}

.bookAbout p {
	text-align: left;
}

.bookAbout figure {
	display: inline-block;
	margin: 0 10px;
}

.bookAbout figure img {
    box-shadow: rgba(0,0,0,0.2) 0 0 10px;
}

.bookAbout figcaption {
	font-size: 14px;
}

.bookProgramList {
	border-top: 1px dashed #8a378f;
	border-bottom: 1px dashed #8a378f;
	padding: 20px;
	margin: 20px 50px;
}

.bookProgramListTop {

	border-bottom: 1px dashed #8a378f;
	padding: 20px;
	margin: 20px 50px;
}

.bookProgramList li {
	margin: 5px 0;
	text-align: left;
}

.programTitle {
	font-size: 20px;
}


/* archive
-------------------------------------------------------------------- */
#archive h2,
#archive h3 {
	color: #8a378f;
	border-color: #8a378f;
	margin-bottom: 5px;
}

#archive {
	background: url(../imgs/bg_archive.jpg) center top repeat;
	background-size: 100%;
    border-top: #8a378f 5px solid;
    color: #a962ad;
}

#archive .title {
    color: #8a378f;
    margin-bottom: 0;
}

#archive h3 {
	cursor:pointer;
	padding-left: 30px;
	position: relative;
}

#archive h3:before,
#archive h3:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: " ";
	vertical-align: middle;
}

#archive h3:before{
	content: "▼";
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
   	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#archive h3.active:before {
   	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#archive h5 {
	color: #a962ad;
	font-size: 30px;
    font-weight: bold;
    text-align: left;
	padding-bottom: .0em;
  	border-bottom: 3px solid #a962ad;
}


#archive  .personalityWrap li {
	float: left;
	list-style: none;
	overflow: hidden;
	width: 402.5px;
}

#archive h4 {
	color: #a962ad;
	font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#archive  h4:before {
    content: "▼";
    margin-right: 10px;
}

#archive  .personalityImg {
	float: left;
}

#archive  .personalityName {
	padding: 90px 0 0 190px; 
}

#archive  .personalityText {
	clear: both;
	font-size: 16px;
}

#archive  dl.listWrap > dt {
	background: #a962ad;
}

.photo {
	padding: 30px 0;
	text-align: center;
}

.photo img {
    box-shadow: rgba(0,0,0,0.5) 3px 3px 20px;
}

.box {
	background: #fff;
	border: #cac396 1px solid;
	color: #6c590c;
	margin: 20px 0;
	padding-bottom: 20px;
	text-align: center;
}

.box h4 {
	background: #CAC396;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CAC396), to(#e0dabc));
	background: -webkit-linear-gradient(#CAC396, #e0dabc);
	background: -moz-linear-gradient(#CAC396, #e0dabc);
	background: -ms-linear-gradient(#CAC396, #e0dabc);
	background: -o-linear-gradient(#CAC396, #e0dabc);
	background: linear-gradient(#CAC396, #e0dabc);
	color: #6c590c;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 20px;
}

.box h4 + p {
	font-weight: bold;
	margin: 0 10px;
}

.box .banner {
	margin: 20px 10px 0;
	font-size: 24px;
	font-weight: bold;
}

.box .banner a {
    color: #a962ad;
	text-decoration: none;
}

.box .banner img {
    width: 500px;
    height: auto;
}

.box .personality {
	font-size: 18px;
	margin-bottom: 10px;
}

.box li {
	background: #f6a911;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    height: 30px;
    padding: 0 10px;
}

.box li.onsen {background: #319151;}
.box li.hibiki {background: #bc2325;}
.box li.bunka {background: #ee764e;}
.box li.animate {background: #1a849d;}
.box li.osaka {background: #9843a0;}
.box li.lantis {background: #2eaa97;}

.box li a {
	color: #fff;
	text-decoration: none;
}

.boxContainer .box {
	border: #e8e8e8 1px solid;
	overflow: hidden;
}

.boxContainer .box h4 {
	background: #e8e8e8;
	font-size: 20px;
}

.boxContainer .box .banner {
	font-size: 18px;
}

.boxContainer .box .banner img {
    width: 350px;
    height: auto;
}

.boxContainer .box .personality {
	font-size: 16px;
}

.boxContainer.card {
	margin: -10px -10px 20px;
	overflow: hidden;
}

.boxContainer.card .box {
	float: left;
	margin: 10px;
	width: 463px;
}

.boxContainer .box dl {
	float: left;
	width: 434px;
	margin: 20px 30px 0;
}

.boxContainer .box dl + dl {
	margin-left: -10px;
}

.boxContainer .box dt {
	background: #f57158;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 100%;
}

.boxContainer .box dl:first-of-type dt {
	background: #a4d940;
}

.archiveAbout {
    background: rgba(187,163,106,0.15);
    padding: 20px 30px;
}

.archiveAbout > p {
	font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.archiveAbout dl.listWrap > dt {
	background: #a962ad;
}
/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}

/* nominat
-------------------------------------------------------------------- */

#nominat_page {
	background:url(../imgs/bg_nominate.jpg) center top repeat;
	background-size:100% auto;
	border-top: 5px solid;
    color: #212121
}

#nominat_page .btnWrap {
	margin-top: 30px;
	text-align: center;
}

#nominat_page .btnWrap a {
	border: 1px solid #fa7878;
	background: #fa7878;
	cursor: pointer;
	display: block;
	padding: 15px 30px;
	overflow: hidden;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin: 0 5px;
}

#nominat_page .btnWrap a:hover {
	background: #fff;
	color: #fa7878;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


.box {
	background: #fff;
	border: #cac396 1px solid;
	color: #6c590c;
	margin: 20px 0;
	padding-bottom: 20px;
	text-align: center;
}

.box h4 {
	background: #CAC396;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CAC396), to(#e0dabc));
	background: -webkit-linear-gradient(#CAC396, #e0dabc);
	background: -moz-linear-gradient(#CAC396, #e0dabc);
	background: -ms-linear-gradient(#CAC396, #e0dabc);
	background: -o-linear-gradient(#CAC396, #e0dabc);
	background: linear-gradient(#CAC396, #e0dabc);
	color: #6c590c;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 20px;
}

.box h4 + p {
	font-weight: bold;
	margin: 0 10px;
}

.box .banner {
	margin: 20px 10px 0;
	font-size: 24px;
	font-weight: bold;
}

.box .banner a {
    color: #a962ad;
	text-decoration: none;
}

.box .banner img {
    width: 500px;
    height: auto;
}

.box .personality {
	font-size: 18px;
	margin-bottom: 10px;
}

.box li {
	background: #f6a911;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    height: 30px;
    padding: 0 10px;
}

.box li.onsen {background: #319151;}
.box li.hibiki {background: #bc2325;}
.box li.bunka {background: #ee764e;}
.box li.animate {background: #1a849d;}
.box li.osaka {background: #9843a0;}
.box li.lantis {background: #2eaa97;}

.box li a {
	color: #fff;
	text-decoration: none;
}

.boxContainer .box {
	border: #e8e8e8 1px solid;
	overflow: hidden;
}

.boxContainer .box h4 {
	background: #e8e8e8;
	font-size: 20px;
}

.boxContainer .box .banner {
	font-size: 18px;
}

.boxContainer .box .banner img {
    width: 350px;
    height: auto;
}

.boxContainer .box .personality {
	font-size: 16px;
}

.boxContainer.card {
	margin: -10px -10px 20px;
	overflow: hidden;
}

.boxContainer.card .box {
	float: left;
	margin: 10px;
	width: 463px;
}

.boxContainer .box dl {
	float: left;
	width: 434px;
	margin: 20px 30px 0;
}

.boxContainer .box dl + dl {
	margin-left: -10px;
}

.boxContainer .box dt {
	background: #f57158;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 100%;
}

.boxContainer .box dl:first-of-type dt {
	background: #a4d940;
}



/* ノミネート
===============================================================*/
/*

#nominat_page {
	background:url(../images/page02_01_back.jpg) center top;
	background-size:100% auto;
	margin: 0px auto 30px auto;
	padding:57px 0 0 0;
	border-bottom:#212121 4px solid;
}
#nominat_page >  div {
	width:950px;
	margin:0 auto;
}

*/
#nominat_page .title_01 {
	border-bottom:#212121 4px solid;
	text-align:left;
	margin-bottom:83px;
	position:relative;
}
#nominat_page .title_01 a {
	display:inline-block;
	width:268px;
	background:#000000;	
	font-size:23px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	padding:11px 0 8px 0;
	-ms-border-radius:5px;
	border-radius:5px;
}
#nominat_page .title_01 a.btn_01 {
	position:absolute;
	top:0px;
	right:298px;
}
#nominat_page .title_01 a.btn_02 {
	position:absolute;
	top:0px;
	right:0px;
}
#nominat_page .l_box {
	width:960px;
	float:center;
}


#nominat_page h2 {
	margin-bottom:20px;
	padding-top:20px;
}
#nominat_page h3 {
	margin-bottom:20px;
	text-align:center;
	font-size:26px;
	line-height:26px;
	padding-bottom:8px;
	color:#212121;
	padding-top:10px;
	
}
#nominat_page p {
	margin-bottom:40px;
	text-align:left;
	font-size:20px;
	line-height:40px;	
}
#nominat_page ul {
	margin-bottom:30px;
}
#nominat_page ul li {
	width:100%;
	text-align:left;
	box-sizing:border-box;
	padding:0 20px 0 65px;
	margin-bottom:30px;
	font-weight:bold;
	font-size:16px;
	line-height:19px;
	position:relative;
}
#nominat_page ul li:nth-child(2n+1) {
	clear:both;
}
#nominat_page ul li a {
	text-decoration:none;
	text-align:left;
	color:#FFFFFF;
}
#nominat_page ul li a.title {
	color:#535353;
}

#nominat_page ul li span.stations {
	display:inline-block;
	font-size:13px;
	line-height:13px;
	font-weight:normal;
	padding:6px 5px 4px 5px;
	border-radius:3px;
	-ms-border-radius:3px;
	color:#FFFFFF;
	margin-right:5px;
}
#nominat_page ul li span.onsen {
	background:#319151;
}
#nominat_page ul li span.hibiki {
	background:#bc2325;
}
#nominat_page ul li span.hibiki a {
	padding:0px 7px;
	display:inline-block;
}
#nominat_page ul li span.bunka {
	background:#9843a0;
}
#nominat_page ul li span.anime {
	background:#1a849d;
}
#nominat_page ul li span.osaka {
	background:#9d7816;
}
#nominat_page ul li span.lantis {
	background:#2eaa97;
}



#nominat_page ul li span.personality {
	display:block;
	color:#585858;
	font-weight:normal;
	font-size:12px;
	padding-top:3px;
	margin-bottom:5px;
}
#nominat_page ul li span.number {
	color:#FFFFFF;
	font-size:18px;
	line-height:55px;
	text-align:center;
	display:inline-block;
	width:55px;
	height:55px;
	box-sizing:border-box;
	border-radius:5px;
	-ms-border-radius:5px;
	position: absolute;
	top:0px;
	left:0px;
}
#nominat_page .l_box ul li span.number {
	background:#f57258;
}

#nominat_page .txt_box p {
    margin-bottom: 40px;
    text-align: left;
    font-size: 18px;
    line-height: 27px;
}



/* footer
-------------------------------------------------------------------- */
footer {
	background: #fff;
    border-top: #f5e9b5 5px solid;
    font-size: 12px;
}

footer .contWrap h2 {
	color: #80631F;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 20px;
    border-bottom: #80631F 2px solid;
}

footer .committee li a {
    color: #80631F;
}

footer .committee li:before{
	background: #9f8a56;
}

footer p {
	margin-bottom: 20px;
	text-align: center;
}


/* aside
-------------------------------------------------------------------- */
#rehome {
    left: 10px;
    top: 10px;
	position: fixed;
}

#rehome a {
    background: #333;
    color: #fff;
    display: block;
	font-size: 13px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	position: relative;
    text-align: center;
    text-decoration: none;
}

#btnTw {
    right: 10px;
    top: 10px;
	position: fixed;
}

#btnTw a {
    background: url(../imgs/sns_tw.png) center center no-repeat #333;
    background-size: 30px;
    color: #fff;
    display: block;
	font-size: 13px;
	height: 0;
	width: 50px;
	padding-top: 50px;
	position: relative;
	overflow: hidden;
}

#retop {
    right: 10px;
    bottom: 10px;
	position: fixed;
}

#retop a {
    background: #333;
    color: #fff;
    display: block;
	font-size: 13px;
	height: 20px;
	width: 50px;
	line-height: 13px;
	padding-top: 30px;
	position: relative;
    text-align: center;
    text-decoration: none;
}

#retop a span {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(45deg);  
	-moz-transform: rotate(45deg); 
	transform: rotate(45deg);
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 15px;
	height: 15px;
	margin: 10px auto 0;
}



/* program
-------------------------------------------------------------------- */
#program h1 {
    border-color: #f6a911;
    color: #f6a911;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: #f6a911 5px solid;
}

#program {
    border-top: #f6a911 5px solid;
    background: url(../imgs/bg_schedule.jpg) center top repeat;
    background-size: 100%;
    color: #80631F;
}

#program h1 + p strong {
    font-size: 24px;
}


#program h4 {
	color: #f6a911;
	font-size: 24px;
    font-weight: bold;
    text-align: left;
}

#program  h4:before {
    content: "▼";
    margin-right: 10px;
}

#program h3 {
	color: #f6a911;
    font-size: 28px;
    font-weight: bold;
    margin: 40px 0 20px;
    border-bottom: #f6a911 2px solid;
}

/* programList
-------------------------------------------------------------------- */
#programList h3 {
	color: #5b4834;
	border-color: #5b4834;
}

#programList {
    margin-top: 60px;
    position: relative;
}

.tabs {
    border-bottom: 5px solid #5b4834;
    text-align: center;
    margin-top: -60px;
    position: relative;
    height: 55px;
}

.tabs li {
    background: #dac7a1;
    border-left: 5px solid #5b4834;
    border-top: 5px solid #5b4834;
    border-right: 5px solid #5b4834;
    border-bottom: 5px solid #5b4834;
    -webkit-font-smoothing:antialiased;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    display: inline-block;
    height: 50px;
    cursor: pointer;
    margin: 0 5px;
    padding: 0 120px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
}

.tabs li.active {
    background: #fff;
    border-bottom: none;
    color: #5b4834;
    height: 55px;
}

.listTitle {
    display: none;
}

.listNav {
	text-align: center;
}

.listNav li {
	background: #5b4834;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    height: 42px;
    margin: 0 2px;
}

.listNav li a {
	display: block;
    padding: 0 22px;
}

#programList ol {
	margin: -10px -10px 0;
	overflow: hidden;
}

#programList ol > li {
/*	border-left: #5b4834 solid 5px;
    padding-left: 20px;*/
	float: left;
	list-style: none;
	margin: 10px;
	width: 470px;
	overflow: hidden;
}

#programList .number {
	background: #5b4834;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    height: 42px;
    width: 42px;
}

#programList h4,
#programList .personality,
#programList ol > li ul {
	padding-left: 60px;
}

#programList h4 {
    color: #5b4834;
}

#programList h4 a {
    color: #5b4834;
	text-decoration: none;
}

#programList ol > li li {
	background: #f6a911;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    height: 30px;
    margin: 0 2px;
    padding: 0 10px;
}

#programList ol > li li.onsen {background: #319151;}
#programList ol > li li.hibiki {background: #bc2325;}
#programList ol > li li.bunka {background: #ee764e;}
#programList ol > li li.osaka {background: #9843a0;}
#programList ol > li li.lantis {background: #2eaa97;}

.listNav li a,
#programList ol > li li a {
	color: #fff;
	text-decoration: none;
}

.programContents {
    background: url(../imgs/bg_radio.jpg) center top repeat;
    background-size: 100%;
}

/* final
-------------------------------------------------------------------- */
#final h1 {
    border-color: #f6a911;
    color: #f6a911;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: #f6a911 5px solid;
}

#final {
    background: url(../../common/imgs/bg_archive.jpg) repeat;
    background-size: 100%;
    color: #80631F;
}

#final h1 + p strong {
    font-size: 24px;
}

#final h4 {
	color: #fa7878;
	font-size: 24px;
    font-weight: bold;
    text-align: left;
}

#final h4:before {
    content: "▼";
    margin-right: 10px;
}

/* mail_form
-------------------------------------------------------------------- */
body > div > h1 {
    color: #fff;
    font-size: 29px;
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    height: 65px;
    line-height: 65px;
}
body > div > h2 {
    font-size: 20px;
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}
body > div h2 + p {
    margin-bottom: 20px;
}
form {

}
form h1 {
    letter-spacing: 2px;
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
body > div:nth-child(3) > div {
    border: solid 1px #ddd;
    padding: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
body > div:nth-child(3) > div > h1 {
    letter-spacing: 2px;
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    padding-left: 0;
}
form > div {

}
form > div > div {
    border-radius: 3px;
    padding: 10px 20px;
}
form > div > div > p {
    width: 405px;
    float: left;
    margin: 0 15px;
}
form > div > div:before, form > div > div:after {
    display: table;
    content: " ";
    clear: both;
}
form > div input[type=text], form > div input[type=email], form > div textarea, form > div select {
    display: block;
    min-width: 405px;
    max-width: 405px;
    float: right;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
form > div textarea {
    height: auto;
}
input[type=radio] {
    margin-left: 25px;
    margin-top: 8px;

}
body > div label {
    margin-bottom: 0;
    text-align: right;
    width: 180px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
body > div label span {
    color: #fff;
    background: #fb3b6f;
    display: inline-block;
    padding: 2px 5px;
    font-size: 10px;
    font-size: 1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 5px;
    top: 19px;
}
.container label + div {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
button {
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
}
button:hover {
    background: #00b0da;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #00a1d0), color-stop(0, #00bedf));
    background: -webkit-linear-gradient(#00bedf, #00a1d0);
}
button {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
body > div > a > button {
    margin-left: 0;
    margin: 0 auto;
    display: block;
}
a + button {
    margin-left: 20px
}
a {
    text-decoration: none;
}
a:focus, a:hover {
    outline: none;
    text-decoration: none;
}
input::-webkit-input-placeholder {
    color:   #777;
}
button {
    padding: 10px 13px 11px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #0093c9;
    color: #ffffff;
    background: #009ecf;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.28),inset 0px 2px 0px -1px #10a4d2;
}
input[type=button] {
    padding: 10px 13px 11px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #c3c3c3;
    color: #7c7c7c;
    background: #ffffff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
    margin-left: 180px;
    margin-right: 25px;
}
input[type=button] + button {
    display: inline-block;
}
input + div, select + div, textarea + div {
    float: right;
    width: 420px;
    color: red;
    margin-bottom: -10px;
}
.error-form {
    border-color: #fb9a93 !important;
}

/* ex_page
-------------------------------------------------------------------- */

#ex_page {
	background:url(../imgs/bg_nominate.jpg) center top repeat;
	background-size:100% auto;
	border-top: 5px solid;
    color: #212121
}
#ex_page >  div {
	width:960px;
	margin:0 auto;
}
#ex_page .title_01 {
	text-align:left;
	position:relative;
}
#ex_page .title_01 a {
	display:inline-block;
	width:268px;
	background:#000000;	
	font-size:23px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	padding:11px 0 8px 0;
	-ms-border-radius:5px;
	border-radius:5px;
}
#ex_page .l_box {
	width:960px;
	float:left;
	clear:left;
}


#ex_page p {
	margin-bottom:40px;
	text-align:left;
	font-size:16px;
	line-height:40px;	
}
#ex_page ul {
	margin-bottom:30px;
}
#ex_page ul li {
	width:100%;
	text-align:left;
	box-sizing:border-box;
	padding:0 20px 0 65px;
	margin-bottom:30px;
	font-weight:bold;
	font-size:16px;
	line-height:19px;
	position:relative;
}
#ex_page ul li:nth-child(2n+1) {
	clear:both;
}
#ex_page ul li a {
	text-decoration:none;
	text-align:left;
	color:#FFFFFF;
}
#ex_page ul li a.title {
	color:#535353;
}

#ex_page ul li span.stations {
	display:inline-block;
	font-size:13px;
	line-height:13px;
	font-weight:normal;
	padding:6px 5px 4px 5px;
	border-radius:3px;
	-ms-border-radius:3px;
	color:#FFFFFF;
	margin-right:5px;
}
#ex_page ul li span.onsen {
	background:#319151;
}
#ex_page ul li span.hibiki {
	background:#bc2325;
}
#ex_page ul li span.hibiki a {
	padding:0px 7px;
	display:inline-block;
}
#ex_page ul li span.bunka {
	background:#9843a0;
}
#ex_page ul li span.anime {
	background:#1a849d;
}
#ex_page ul li span.osaka {
	background:#9d7816;
}
#ex_page ul li span.lantis {
	background:#2eaa97;
}



#ex_page ul li span.personality {
	display:block;
	color:#585858;
	font-weight:normal;
	font-size:12px;
	padding-top:3px;
	margin-bottom:5px;
}
#ex_page ul li span.number {
	color:#FFFFFF;
	font-size:18px;
	line-height:55px;
	text-align:center;
	display:inline-block;
	width:55px;
	height:55px;
	box-sizing:border-box;
	border-radius:5px;
	-ms-border-radius:5px;
	position: absolute;
	top:0px;
	left:0px;
}
#ex_page .l_box ul li span.number {
	background:#f57258;
}

#ex_page .txt_box p {
    text-align: left;
    font-size: 18px;
    line-height: 27px;
}


/* nominate_header
-------------------------------------------------------------------- */
nominate_header {
	background: #db4141;
	height: 50px;
	line-height: 50px;
}

.nominate_headerWrap {
	margin: 0 auto;
	width: 950px;
	overflow: hidden;
}

nominate_header dl {
	color: #fff;
	overflow: hidden;
}

nominate_header dt {
	float: left;
	font-family: 'Anton', sans-serif;
	font-size: 18px;
	margin-right: 20px;
}

nominate_header dd {
	float: left;
	font-size: 16px;
	font-weight: bold;
}

nominate_header dd a {
	color: #fff;
	text-decoration: none;
}



/* vote
-------------------------------------------------------------------- */
#vote h2,
#vote h3 {
	color: #8a378f;
	border-color: #8a378f;
	margin-bottom: 5px;
}


#vote {
	background: url(../imgs/bg_radio.jpg) center top repeat;
	background-size: 100%;
    border-top: #11b1a8 5px solid;
    color: #2a8782;
}

#vote .title {
    color: #11b1a8;
}


#vote .contWrap > .about{
    margin: 0 50px;
}



#vote .today{
    width: 900px;
    margin: 0 auto;
    padding: 20px;
}

#vote .today .today_title{
    font-size: 300%;
    text-align: center;
}

#vote .about{
    overflow: hidden;
}

#vote .about > dd {
    font-size: 24px;
    font-weight: 700;
}

#vote .about > dd > p {
    font-size: 16px;
    font-weight: 400;
}

#vote .about > dd > p > strong {
    font-size: 20px;
    font-weight: 400;
}

#vote .about > dd .attention {
    font-size: 16px;
    font-weight: 400;
}
#vote .t_title{
    color: #c40d56;
    padding: 20px 0;
    text-align:center;
    font-size: 24px;
    width: 180px;
    margin: 0;
}


.vote_list {
    width: 410px;
    float: left;
    margin: 20px;
}

.vote_list h3{
    font-size: 2em;
    text-align: center;
}


.vote_img{
    float: left;
}
.vote_img img{
    margin-bottom: 10px;
}
.vote_text{
    margin-left: 195px
}
#aboutWrap > div{
    overflow: hidden;
}

.t_l_1{
    font-size: .8em;
    background-color: #c6ffcc;
    border: solid 1px #0c9217;
    margin: 10px 0;
    padding: 5px;
    overflow: hidden;
}
.t_l_2{
    font-size: .8em;
    background-color: #ffaece;
    border: solid 1px #c40d56;
    margin: 10px 0;
    padding: 5px;
    overflow: hidden;
}

.tab {
    margin: 0 20px;
    overflow: hidden;
}

.tab li {
    color: #fff;
    background: #9BD4A3;
    padding: 20px 30px;
    float: left;
    font-size: 19px;
    font-weight: 700;
    margin-right: 5px;
    cursor: pointer;
}

.tab li.select {
    background: #c40d56;
}

.content {
    margin: 0 10px;
}

.content > li {
    background: #f2ffea;
    padding: 30px;
    border-radius: 10px;
}
	label {
		font-weight: bold;
    	margin-right: 10px;
    	margin-bottom: auto;
    	width:350px!important;
    	float: left!important;
    	text-align: left!important;
    	overflow: hidden;
    	clear:left;
	}
	
	label_2 {
    	margin-right: 10px;
    	width:100px!important;
    	float: left;
    	margin-bottom: auto;
    	overflow: hidden;
	}
	
	label_3 {
    	margin-left: 10px;
    	width:450px!important;
    	float: left;
    	margin-bottom: 10px;
    	overflow: hidden;
	}
	
	
	
@media only screen and (max-width: 640px) {
	label {
    	margin-right: 10px;
    	margin-bottom: 0px;
    	width:100%;
    	float: left;
	}
	
	label_2 {
    	margin-right: 10px;
    	margin-left: 15px;
    	margin-bottom: 0px;
    	width:100%;
    	float: left;
	}
	
	label_3 {
    	margin-right: 10px;
    	margin-left: 15px;
    	width:100%;
    	float: left;
    	color: #c40d56;
	}
}


.content > li .about {
    margin: 0;
    line-height: 1.3;
}




.hide {
    display: none;
}

