/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 

p {
	font-size: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #000;
	text-align: center;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	color: #090;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #fff;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #fff;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #fff;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 101px;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	left: 8px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #fff;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #fff;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
}

footer .footer-col {
	margin-bottom: 50px;
	color: #FFF;
}

footer .footer-below {
    padding: 25px 0;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
	margin: 0;
	font-size: 3em;
	text-align: center;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* ------------------------------
  NOW ON AIR LIST
------------------------------ */

#onair {
	width: 975px;
	padding-top:50px;
	overflow:hidden;
	margin-left : auto;
	margin-right : auto;
}

.onairlist {
	margin-right: -10px;
	overflow: hidden;
}

.onairlist a {
	text-decoration: none;
}

.oabox {
	width: 187px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	float: left;
	min-height: 170px;
	border-width:2px;
	border-width:1px;
}

a:hover .oabox {
	background-color: #FCFCFC;
	border-width:1px;
}

.oabox .media {
	font-size: 10px;
	line-height: 1em;
	padding: 5px 0px 3px;
	color: #FFFFFF;
	background-color: #888888;
	border-width:1px;
	
}

a:hover .oabox .media {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.oabox .media span {
	padding: 0px 5px;
}

.oabox.tv .media {
	background-color: #006400;
}
.oabox.radio .media {
	background-color: #98b300;
}
.oabox.magazine .media {
	background-color: #eb4064;
}
.oabox.web .media {
	background-color: #ffb400;
}
.oabox.other .media {
	background-color: #3c3c3c;
}


.oabox .inr {
	padding: 14px 10px 10px;
}

.oabox .inr .station {
	display: block;
	text-align: center;
	line-height: 1em;
	margin-bottom: 8px;
	font-size: 12px;
	color: #444444;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.oabox .inr .workread {
	height: 125px;
	overflow: hidden;
	color: #444444;
	font-size: 10px;
	line-height: 1.4em;
	text-align: center;
}

.oabox .inr h4 {
	display: block;
	font-size: 17px;
	color: #444444;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 5px;
	word-break: break-all;
}

a:hover .oabox .inr h4 {
	text-decoration: underline;
}

.oabox .inr .detail {
	color: #444444;
	font-size: 10px;
	line-height: 1.4em;
	text-align: center;
}

/* ------------------------------
 WRITER'S PRESS
------------------------------ */

.press_area {
	width: 975px;
	padding-top:90px;
	padding-bottom:85px;
	overflow:hidden;
	margin-left : auto;
	margin-right : auto;
}

.presslist {
	margin-right: -12px;
	overflow: hidden;
}

.presslist a {
	text-decoration: none;
}

.wbox {
	width: 317px;
	margin-right: 12px;
	margin-bottom: 12px;
	background-color: #FFFFFF;
	float: left;
}

.wbox .thm {
	position: relative;
	min-height: 152px;
	text-align: center;
	background-color:#d2d2d2;
	background-image: url(../img/empty_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a:hover .wbox .thm {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.wbox .thm time {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 53px;
	height: 50px;
	background-image: url(../img/bg_date.png);
	color: #FFFFFF;
	font-family:'Arial';
	letter-spacing: 0.1em;
}

.wbox .thm time p {
	font-size: 15px;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 0px;
}

.wbox .thm time span {
	font-size: 12px;
	line-height: 1em;
}

.wbox .inr {
	width: 287px;
	padding: 15px 0 10px;
	margin: 0 auto;
}

.wbox .inr h4 {
	display: block;
	width: 287px;
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.wbox .inr .headread {/* overflow:hidden、heightは必ず指定する */
	overflow: hidden;
	height: 40px;
	font-size: 12px;
	color: #444444;
	line-height: 1.6em;
}

a:hover .wbox .inr h4 {
	color: #000000;
}

a:hover .wbox .inr .headread {
	color: #000000;
}



/* ------------------------------
  COMPAMY
------------------------------ */

#cprofile {
	width: 975px;
	padding-top:70px;
	overflow:hidden;
	margin-left : auto;
	margin-right : auto;
}

#cprofile #outline {
	float: left;
	width: 290px;
}

#cprofile #outline dl {
	overflow: hidden;
	line-height: 2.5em;
}

#cprofile #outline dl dt {
	float: left;
	width: 60px;
}

#cprofile #outline dl dd {
	float: right;
	width: 215px;
}

#cprofile #occupation{
	float: right;
	width: 570px;
}


/* ------------------------------
 ACCESS MAP
------------------------------ */

#access {
	width: 975px;
	padding-top:60px;
	padding-bottom:85px;
	margin-left : auto;
	margin-right : auto;
	overflow:hidden;
}

#access #mapbox {}

#access #mapbox .inr {
	position: relative;
	height: 400px;
	width: 100%;
	min-width: 960px;
}

#access #mapbox .inr .gmap {
	width: 100%;
	height: 400px;
}


/* ------------------------------
  CONTACT
------------------------------ */

.cform {
	width: 975px;
	overflow:hidden;
	margin-left : auto;
	margin-right : auto;
}

.cform dl {
	display: block;
	width: 100%;
	overflow:hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
}

.cform dl.error {
	background-color: #ffe3e3;
}

.cform dl.error dd input ,
.cform dl.error dd textarea {
	border:solid 1px #f19292;
}

.cform dl dt {
	display: block;
	float: left;
	width: 200px;
}

.cform dl dt span {
	margin-left: 3px;
	font-weight: normal;
}

.cform dl dt h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	padding-top: 10px;
	padding-left: 30px;
	color: #111111;
}

.cform dl dd {
	display: block;
	float: right;
	width: 760px;
	font-size: 13px;
}

.input-basic {
	padding:8px 7px;
	font-size:13px;
	color:#222222;
	background-color: #f7f7f7;
	border:solid 1px #d8d8d8;
}

.input-basic:focus {
	border:solid 1px #00a0e9;
}


/* ------------------------------
  ftr
------------------------------ */

.sort-sk {
	width: 300px;
	border-top: 3px solid #00a0e9;
	border-left: 3px solid #00a0e9;
}

.sort-sk li {
	float: left;
	width: 97px;
	border-bottom: 3px solid #00a0e9;
	border-right: 3px solid #00a0e9;
}

.sort-sk li a {
	display: block;
	width: 97px;
	padding: 7px 0;
	text-align: center;
	line-height: 1em;
	color: #00a0e9;
	font-weight: bold;
	text-decoration: none;
}

.sort-sk li.on a {
	background-color: #00a0e9;
	color: #FFFFFF;
}

.sort-sk li a:hover {
	background-color: #00a0e9;
	color: #FFFFFF;
	text-decoration: none;
}

.sklist {
	margin-right: -13px;
	overflow: hidden;
}

.sklist a {
	text-decoration: none;
}

.skbox {
	width: 184px;
	min-height: 350px;
	margin-right: 13px;
	margin-bottom: 13px;
	background-color: #FFFFFF;
	float: left;
}

.skbox .thm {
	height: 130px;
	width: 184px;
	text-align: center;
	background-color:#d2d2d2;
	background-image: url(../img/empty_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a:hover .skbox .thm {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.skbox .inr {
	padding: 20px 10px 10px;
}

.skbox .inr h4 {
	display: block;
	text-align: center;
	line-height: 1em;
	margin-bottom: 6px;
	font-size: 14px;
	color: #333333;
}

.skbox.women .inr h4 {
	color: #ff5a81;
}
.skbox.men .inr h4 {
	color: #2a7ed4;
}

.skbox .inr .kana {
	font-size: 10px;
	color: #afafaf;
	line-height: 1em;
	text-align: center;
	margin-bottom: 20px;
}

.skbox .inr .profile {
	height: 150px;
	color: #777777;
	font-size: 11px;
	line-height: 1.7em;
	text-align: center;
}

.skbox .inr .profile .headread {/* overflow:hidden、heightは必ず指定する */
	overflow: hidden;
	height: 128px;
	text-align: center;
}

.skbox .inr .profile .more {
	color: #444444;
	text-align: center;
	line-height: 1em;
}

a:hover .skbox .inr .profile .more {
	color: #000000;
	text-decoration: underline;
}

/* ------------------------------
  pagenav
------------------------------ */

.pagenav {
	/zoom: 1;
	overflow: hidden;
	padding: 0;
}

.pagenav li {
	float: left;
	margin-left: 5px;
}


.pagenav li span,
.pagenav li a {
	float: left;
	padding: 10px 12px;
	background-color: #FFFFFF;
	border: 2px solid #00a0e9;
	color: #00a0e9;
	line-height: 1em;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.pagenav li span {
	background: #00a0e9;
	color: #FFFFFF;
}

.pagenav li a:hover {
	border-color: #00a0e9;
	text-decoration: none;
	background-color: #00a0e9;
	color: #FFFFFF;
}

.pagenav li.on a {
	background-color: #00a0e9;
}


/* ------------------------------
  作家詳細ページ
------------------------------ */

.skhead {
	overflow: hidden;
}

.skhead .leftbox {
	float: left;
	width: 184px;
	text-align: center;
	background-color: #EEEEEE;
	line-height: 0;
}

.skhead .rightbox {
	float: right;
	width: 670px;
	position: relative;
}

.skhead .nav {
	float: right;
}

.skhead .nav li {
	float: left;
	width: 100px;
	margin-right: 2px;
}

.skhead .nav li:last-child {
	margin-right: 0;
}

.skhead .nav li a {
	display: block;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	background-color: #00a0e9;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1em;
	text-decoration: none;
}

.skhead .nav li a:hover {
	background-color: #22b5f8;
	color: #FFFFFF;
	text-decoration: none;
}

.skhead h3 {
	font-size: 26px;
	line-height: 1em;
	margin-top: 40px;
	margin-bottom: 15px;
	display: block;
}

.skhead h3.women {
	color: #ff5a81;
}
.skhead h3.men {
	color: #2a7ed4;
}

.skhead .kana {
	font-size: 10px;
	color: #afafaf;
	line-height: 1em;
}


@media print{

#contents_wrap {
	background-color: #FFFFFF;
}

#sakka #headbox, #artist #headbox {
	display: none;
}

.skhead .nav {
	display: none;
}

#sakka #ftr, #artist #ftr {
	display: none;
}

}


/* ------------------------------
  アーティスト詳細ページ
------------------------------ */


.athnav {
	float: right;
}

.athnav li {
	float: left;
	width: 100px;
	margin-right: 2px;
}

.athnav li:last-child {
	margin-right: 0;
}

.athnav li a {
	display: block;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	background-color: #00a0e9;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1em;
	text-decoration: none;
}

.athnav li a:hover {
	background-color: #22b5f8;
	color: #FFFFFF;
	text-decoration: none;
}

.athead {
	background-color: #c5bda7;
	overflow: hidden;
}

.athead .leftbox {
	float: left;
	text-align: center;
	width: 487px;
	padding-top: 145px;
}

.athead .leftbox h2 {
	font-size: 36px;
	margin-bottom: 15px;
	color: #FFFFFF;
}

.athead .leftbox .job {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

.athead .rightbox {
	float: right;
	line-height: 0;
	height: 332px;
}

.athead .rightbox img {
	margin: 0;
	padding: 0;
}

.atcont {
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-bottom: 50px;
	margin-bottom: 30px;
}

.atcont .inr {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

.atcont .cont-left {
	float: left;
	width: 400px;
	line-height: 2.5em;
}

.atcont .cont-right {
	float: right;
	width: 410px;
	line-height: 2.5em;
}

.atcont .large-font {
	font-size: 18px;
}

.atcont .medium-font {
	font-size: 14px;
}

.atcont .small-font {
	font-size: 12px;
}

.dscont {
	background-color: #FFFFFF;
	padding-top: 50px;
}

.dscont h3 {
	font-size: 24px;
	text-align: center;
	padding-bottom: 50px;
	font-weight: bold;
}

.dscont .inrwrap {
	width: 877px;
	margin: 0 auto;
	overflow: hidden;
}

.dscont .inrwrap .discolist {
	overflow: hidden;
	margin-right: -47px;
}

.dsbox {
	width: 261px;
	min-height: 350px;
	margin-right: 47px;
	margin-bottom: 65px;
	background-color: #FFFFFF;
	float: left;
}

.dsbox .thm {
	height: 261px;
	width: 261px;
	text-align: center;
	background-color:#DDDDDD;
	background-image: url(../img/sakka_ph_empty.gif);
	background-repeat: no-repeat;
}

a:hover .dsbox .thm {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.dsbox .inr {
	padding: 20px 0px 10px;
}

.dsbox .inr h4 {
	display: block;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 12px;
	font-size: 16px;
	color: #333333;
}

.dsbox .inr .read {
	font-size: 12px;
	color: #ff6598;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 6px;
}

.dsbox .inr .profile {
	color: #777777;
	font-size: 11px;
	line-height: 1.7em;
	text-align: center;
	text-align: center;
}








.store {
	background-color: #3d3d3d;
	padding-top: 25px;
	padding-bottom: 25px;
}

.store .inr {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

.store .inr h3 {
	display: block;
	font-size: 16px;
	padding-top: 5px;
	color: #FFFFFF;
	float: left;
	width: 200px;
}

.store .inr .linkbox {
	float: right;
	width: 600px;
	text-align: right;
	line-height: 1.1em;
}


/* ------------------------------
  ARCHIVE LIST
------------------------------ */

.archivelist {
	width: 975px;
	padding-bottom:35px;
	overflow:hidden;
	margin-left : auto;
	margin-right : auto;
}

.archivelist .list-inr {
	margin-right: -11px;
	overflow:hidden;
}

.archivelist a {
	text-decoration: none;
}

.archivelist dl {
	display: block;
	float: left;
	width: 482px;
	margin-right : 11px;
	margin-bottom:2px;
	overflow:hidden;
	background-color: #FFF;
}

.archivelist a:hover dl {
	background-color: #FCFCFC;
}

.archivelist dl dt {
	display: block;
	float: left;
	width: 78px;
	line-height: 1em;
	padding: 5px 0;
	text-align: center;
	color:#FFFFFF;
}

.archivelist a:hover dl dt {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.archivelist dl.tv dt {
	background-color: #00a2ff;
}
.archivelist dl.radio dt {
	background-color: #98b300;
}
.archivelist dl.magazine dt {
	background-color: #eb4064;
}
.archivelist dl.web dt {
	background-color: #ffb400;
}
.archivelist dl.other dt {
	background-color: #3c3c3c;
}

.archivelist dl dd {
	display: block;
	float: right;
	width: 404px;
	line-height: 1em;
	padding: 5px 0;
}

.archivelist dl dd p {
	padding: 0 10px;
	
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.archivelist a:hover dl dd p .title {
	text-decoration: underline;
}

.archivelist dl dd p .station {
	font-size: 10px;
	margin-right: 5px;
}



/* ------------------------------
  news
------------------------------ */

#news .newslist {
	width: 100%;
	float:left;
}

#news .newslist a {
	text-decoration: none;
}

#news .newslist a:hover {
	text-decoration: none;
}

#news .newslist dl {
	display: block;
	background-color: #FFFFFF;
	padding: 22px 26px;
	margin-bottom: 2px;
}

#news .newslist a:hover dl {
	background-color: #fcfcfc;
}

#news .newslist dl dt {
	display: inline;
	font-size: 12px;
	color: #222222;
	line-height: 1.0em;
	text-decoration: none;
}

#news .newslist a:hover dl dt {
	color: #000000;
	text-decoration: none;
}

#news .newslist dl dt p {
	display: inline;
}

#news .newslist dl dt a {
	text-decoration: underline;
}

#news .newslist dl dt a:hover {
	color: #00a0e9;
}

#news .newslist dl dd {
	display: inline;
	width: 100px;
	font-family:Arial;
	font-size: 12px;
	color: #999999;
	line-height: 1.0em;
	padding-top: 5px;
	text-decoration: none;
}

#news .newslist a:hover dl dd {
	color: #00a0e9;
}


/* ------------------------------
  press
------------------------------ */

.pentry .titlebox {
	width: 100%;
	overflow: hidden;
	margin-bottom: 45px;
}

.pentry .titlebox time {
	float: left;
	display: block;
	width: 53px;
	height: 50px;
	background-image: url(../img/bg_date.png);
	color: #FFFFFF;
	font-family:'Arial';
	letter-spacing: 0.1em;
	text-align: center;
}

.pentry .titlebox time p {
	font-size: 15px;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 0px;
}

.pentry .titlebox time span {
	font-size: 12px;
	line-height: 1em;
}

.pentry .titlebox .ptitle {
	float: right;
	width: 800px;
}

.pentry .titlebox .ptitle h2 {
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 5px;
}

.pentry .titlebox .ptitle .writer {
	font-size: 12px;
	color: #a5a5a5;
	line-height: 1em;
}

.pentry .titlebox .ptitle .writer span {
	color: #00a0e9;
	margin-left: 5px;
}

.pentry .titlebox .ptitle .writer a {
	font-size: 12px;
	color: #00a0e9;
	margin-left: 5px;
	text-decoration: underline;
}

.pentry .titlebox .ptitle .writer a:hover {
	color: #00a0e9;
	text-decoration: none;
}

.pentry .letter {
	font-size: 14px;
	line-height: 2.0em;
}

.pentry ul.pager {
	display: block;
	width: 100%;
	overflow: hidden;
}

.pentry ul.pager li {
	display: block;
	float: left;
	margin-right: 2px;
	min-height: 45px;
	background-color: #CCCCCC;
}

.pentry ul.pager li a {
	display:block;
	padding:16px 0;
	text-decoration:none;
	color:#FFFFFF;
	background-color: #00a0e9;
	text-align: center;
	line-height: 1em;
	white-space: nowrap;
	font-size: 13px;
}

.pentry ul.pager li.prev {
	width: 364px;
}
.pentry ul.pager li.list {
	width: 243px;
}
.pentry ul.pager li.next {
	width: 364px;
	margin-right: 0;
}

.pentry ul.pager li a:hover {
	background-color: #25b5f7;
}

.pentry ul.pager li.none span {
	display:block;
	padding:16px 0;
	text-decoration:none;
	color:#FFFFFF;
	background-color: #CCCCCC;
	text-align: center;
	line-height: 1em;
	white-space: nowrap;
	font-size: 13px;
}



/* ------------------------------
  ftr
------------------------------ */
#ftr {
	width: 100%;
	min-width: 975px;
	background-color: #FFFFFF;
	padding: 35px 0px 55px;
	border-bottom: solid 10px #00a0e9;
}

#ftr .inr {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}

#ftr-navi {
	width: 100%;
	margin-bottom: 110px;
}
#ftr-navi .inr {
	width: 975px;
	margin: 0 auto;
}

#ftr-navi ul {
	display:block;
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
	text-align: center;
}

#ftr-navi ul li {
	display: inline;
}

#ftr-navi ul li a{
	display:inline;
}

#ftr-navi ul li a span {
	display: inline-block;
	overflow: hidden;
	text-align:center;
	border-right: 1px solid #ebebeb;
	padding: 0 17px;
	font-size: 13px;
	line-height: 1.1em;
}

#ftr-navi ul li a:hover span {
	color: #25b5f7;
}

#ftr-navi ul li:last-child a span {
	border-right: none;
}
