﻿@charset "utf-8";

body {
	background-color: #FFF;
	background-image: url(../images/bg_img.jpg);
	background-repeat: repeat;
} /* 全体の背景指定 */

#wrapper #contents { width: 1000px; }

/* anchor */
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}
/* NAVIめーる半透明回避 */
#wrapper #contents #side #banner_navimail a:hover {
	/*filter: alpha(opacity=100);*/
	-moz-opacity:1;
	opacity:1;
}


/* #main */
#main {
	width: 675px;
	padding-bottom: 35px;
}


/* #side */
#side { padding: 10px 0px 0px; }

#side .box{
	/* border-radius */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
	/* box-shadow */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/* #header */
#main #article #header {
	width: 675px;
	height: 338px;
	background: url(../images/img-top-title.jpg) no-repeat 0px 0px;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

}
/*
#main #article #header h1 {
	height: 45px;
	width: 235px;
	position: absolute;
	left: 50px;
	top: 2px;
}
*/
#topad { padding-bottom:5px; }





/* #top */
#header {
	/* タイトル画像指定 */
	/* background: url(../images/img-top-title.jpg) no-repeat 0px 0px; */
	/* height: 300px; */
}
/* #top #header h1 { display: none; } */

#header h1 img {
	max-width: 100%;
	height: auto;
	width /***/:auto; /*IE8のみ適用*/
}

#nav {
	padding: 10px;
}

#nav ul {
	letter-spacing:-0.4em; /* hack */
}

#nav ul li {
	display: inline-block;
	letter-spacing: 0em; /* hack */
	margin-right: 5px;
	margin-bottom: 5px;
}

#nav ul li a,
#nav ul li span {
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	display: block;
	height: 44px;
	width: 10em;
	text-decoration: none;
	color: #333;
	border: 1px solid #ccc;
}

#btn-sbm {
	text-align: left;
	padding-top: 0px;
	padding-right: 200px;
	padding-bottom: 10px;
	padding-left: 200px;
}

#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}
*html #btn-sbm li { display: inline; } /* for IE6 */
*+html #btn-sbm li { display: inline; } /* for IE7 */

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#btn-sbm .btnGoogleCalendar { margin-right: 10px; }


/* テキスト指定 */
#article {
	font-size: 120%;
	line-height: 1.5;
	background-color: #FFFFFF;
	/* box-shadow: */
box-shadow:1px 0px 1px 0px #ededed;
-moz-box-shadow:1px 0px 1px 0px #ededed;
-webkit-box-shadow:1px 0px 1px 0px #ededed;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-bottom: 30px;
	margin-bottom: 0px;
}

#article .text {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#article h2 {
	font-weight: bold;
	font-size: 110%;
	background-color: #333;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 13px;
	padding-bottom: 13px;
}
#article h3 {
	font-weight: bold;
	font-size: 130%;
	text-align: left;
	line-height: 2em;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 220px;
	min-height: 250px;
}
#article h4 {
	font-weight: bold;
	font-size: 130%;
	text-align: left;
	line-height: 2em;
	padding-top: 20px;
	padding-right: 30px;
	/* padding-left: 220px; */
	padding-left: 30px;
	/* min-height: 250px; */
	min-height: 100px;
}
#article p {
	margin-bottom: 10px;
}

.innerlink-head {
	margin-top: 5px;
	clear: both;
	text-align: right;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
}
.innerlink-head a {
	font-size: 11px;
	color: #000;
}

.section {
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/*--- リンクエリア ---*/
#linkArea {
	font-size: 16px;
	color: #FFF;
	background-color: #e6005a;
	margin: 0px;
	padding: 10px 0px;
	overflow: hidden;
}
#linkArea p { float: left; padding:0px; margin:0px;}
#linkArea .link_l,
#linkArea .link_r
 {
	text-align: center;
	width: 100px;
	color: #790031;
	margin: 0px;
	padding: 0px;
}
#linkArea .link_date {
	text-align: center;
	width: 475px;
	font-weight: bold;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}
#linkArea a {
	color: #E6005A;
	background-color: #FFF;
	padding: 5px 10px;
	border-radius:5px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}

#outline {
	background-image: url(../images/thum_img.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#outline2 {
	/* background-image: url(../images/thum_img.jpg); */
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*--- 放送内容 ---*/
#onair p {
	font-size: 105%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	line-height: 1.8em;
	padding-top: 10px;
}
#onair dl {
	text-align: left;
	overflow: hidden;
	font-size: 105%;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 10px;
}
#onair dl dt {
	color: #e6005a;
	float: left;
	clear: left;
	margin: 0px 15px 10px 0px;
	font-weight: bold;
}
#onair dl dd {
	float: left;
	text-align: left;
	margin-bottom: 5px;
	}

/*--- バナー ---*/
#article .bnr {
	float: left;
	width: 50%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 105%;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
#article .bnrArea {
	overflow: hidden;
	font-size: 90%;
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	background-color: #EFEFEF;
	text-shadow:#FFF 1px 1px;
}
#article .bnr .bnr_movie a,
#article .bnr .bnr_tensai a  {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#main .innerlink-head a {
	background-color: #E6005A;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	line-height: normal;
}
#top #wrapper #contents #main #article .bnrArea .bnr p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* SNSボタン */

.global_NTV_snsArea ul {
    overflow: hidden;
    padding-left: 260px;
}
.global_NTV_snsArea ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    padding-bottom: 20px;
}