@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------
*  1.基本情報
* --------------------------------------------------------------------------------------------------*/
html {
	font-size:62.5%;
	overflow-y: scroll;
}
body {
	background:#fff;
	color:#000;
	font-size:12px;
	font-size:1.2rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	min-width: 1280px;
}
img {
	max-width:100%;
	height:auto;
}
a {
	color:#000;
	text-decoration:none;
/*** 2017/2/28　加藤　修正（Chromeで画像が消えるため） ***/
	/*transition: opacity 0.2s ease-out;*/
}
a:hover {
	text-decoration:underline;
	opacity: 0.7;
}
h2.style01 {
	color:#0052A5;
	font-size:2.0rem;
	font-weight:bold;
	line-height:31px;
	position:relative;
	margin-bottom:8px;
	border-bottom: solid 2px #0052A5;
}
h2.style01 img {
	display:block;
	vertical-align:middle;
	margin:0 auto;
}
h2.style01 span.icon {
	display:inline-block;
	width:31px;
	height:31px;
	margin-right:5px;
	vertical-align:middle;
}
h2.style01 span:not(.icon) {
	position:absolute;
	top:5px;
	right:0;
	font-size:13px;
	padding-left:15px;
	background:url(../img/common/icon_arrow01.png) no-repeat left center;
}
h3.style01 {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background:#0052A5;
	padding:9px;
	position:relative;
}
h3.style01 img {
	vertical-align:middle;
	margin-right:5px;
}
h3.style01 span {
	position:absolute;
	top:10px;
	right:12px;
	font-size:13px;
	padding-left:15px;
	background:url(../img/common/icon_arrow02.png) no-repeat left center;
}
h3.style01 span a {
	color:#fff;
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
}
.clearLeftfix:after {
	content:".";
	display:block;
	clear:left;
	height:0px;
	visibility:hidden;
}
.contentIn {
	padding: 0 10px;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.contentIn:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.character {
	background:#F2F2F2 url(../img/common/bsn_tile_org.png) top center;
}

@media screen and (max-width :1000px) {
    .contentIn {
        /*width:100%;
        max-width:none;*/
    }
}
/* ----------------------------------------------------------------------------------------------------
*  2.ヘッダー
* --------------------------------------------------------------------------------------------------*/
#header {
	padding-top:10px;
}
#header .contentIn {
	height:100px;
}
#header h1, #header .hContents {
	display:inline-block;
	vertical-align:middle;
}
#header .hContents {
	width:235px;
	margin-left:20px;
}
#header .hContents .weatherBox {
	float:left;
	display: none; /* 初期表示時 */
}
#header .hContents ul.hMenu {
	float:right;
}
#header .hContents .weatherBox {
	margin:5px 0 10px;
}
#header .hContents .weatherBox li {
	position: relative;
	width: 116px;
}
#header .hContents .weatherBox li p.place {
	font-size: 12px;
}
#header .hContents .weatherBox li p.place span {
	display: inline-block;
	color: #fff;
	background: #0052a5;
	padding: 1px 5px;
	margin-right: 5px;
}
#header .hContents .weatherBox li p.temp {
	margin-top: 5px;
	font-size: 12px;
}
#header .hContents .weatherBox li p.temp span.max {
	color: #e40012;
}
#header .hContents .weatherBox li p.temp span.min {
	color: #0052a5;
}
#header .hContents .weatherBox li div.weatherIcon {
	position: absolute;
	right: 3px;
	top: 2px;
	width: 37px;
	overflow: hidden;
}
#header .hContents .weatherBox li div.weatherIcon img {
	margin-left: -32px;
	margin-top: 5px;
	width: auto;
	height: auto;
	max-width: none;
}
#header .hContents .bx-wrapper {
	width:116px;
	position:relative;
}
#header .hContents .bx-wrapper .bx-prev, #header .hContents .bx-wrapper .bx-next {
	position:absolute;
	width:7px;
	height:7px;
	margin:auto;
	top:0;
	bottom:0;
	text-indent:-9999px;
}
#header .hContents .bx-wrapper .bx-prev {
	background:url(../img/common/icon_prev01.png) no-repeat center center;
}
#header .hContents .bx-wrapper .bx-next {
	background:url(../img/common/icon_next01.png) no-repeat center center;
}
#header .hContents ul.hMenu {
	margin-top:5px;
	margin-bottom: 3px;
}
#header .hContents ul.hMenu li {
	padding-left:47px;
	background:url(../img/common/icon_arrow01.png) no-repeat left 32px center;
	line-height:25px;
}
#header .searchBox {
	font-size:0;
}
#header .searchBox input[type="text"], #header .searchBox input[type="submit"] {
	height:28px;
	border:none;
	background:#F2F2F2;
	display:inline-block;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#header .searchBox input[type="text"] {
	width:194px;
	padding:0 5px;
	color:#666;
}
#header .searchBox input[type="submit"] {
	width:40px;
	background:url(../img/common/icon_search01.png) no-repeat center center, #F2F2F2;
}
#header .hBnr {
	position:absolute;
	top:0;
	left: 482px;
	padding-right: 10px;
}

dl.apology {
	max-width:1200px;
	text-align:center;
/*	color:#D61200;*/
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#D61200;
/*	border:solid 4px #D61200;*/
	padding:10px;
	margin:0 auto;
	font-size:27px;
	font-weight:bold;
	margin-bottom:10px;
}
dl.apology a {
	color:#ffffff;
}
.apology dt {
	font-size:24px;
}

dl.bsn_apology {
	width:1156px;
	margin:0 auto;
	font-size:16px;
	border:solid 2px #D61200;
	padding:10px 20px;
}

#gnavi {
	padding: 0 10px;
    min-width:940px;
	background:#2EB8DD;
	position:relative;
}
#gnavi > ul {
	max-width:1200px;
	margin:10px auto 0;
}

#gnavi > ul > li {
	float:left;
	/*width:10%;*/
	width:100px;
	padding:12px 0;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#gnavi > ul > li a span{
    position:absolute;
    top:45px;
    left:0;
    display:block;
    width:100%;
    text-align:center;
    color:#ffffff;
    font-weight:bold;
}
#gnavi > ul > li.current a span,
#gnavi > ul > li:hover a span{
    color:#000000;
}
#gnavi > ul > li:hover > a,
#gnavi > ul > li.current > a {
	background:rgba(255,255,255,0.50);
}
#gnavi > ul > li > a {
	display:block;
    height:70px;
	border-right:solid 1px rgba(255,255,255,0.50);
	position:relative;
}
#gnavi > ul > li:first-child > a {
	border-left:solid 1px rgba(255,255,255,0.50);
}
/*
#gnavi > ul > li:hover > a:before {
	content:"";
	position:absolute;
	bottom:-22px;
	left:42%;
	width:0;
	height:0;
	border-style:solid;
	border-width:10px 10px 0 10px;
	border-color:#2EB8DD transparent transparent transparent;
	z-index:100000;
}
*/
#gnavi ul li .pulldown {
	width:100%;
	display:none;
	position:absolute;
	background:rgba(0,82,165,0.80);
	z-index:10000;
	top:94px;
	left:0;
}
#gnavi ul li .pulldown .pulldownContent {
	max-width:1085px;
	padding: 0 10px;
	margin:60px auto;
	color:#fff;
	text-align:left;
}
#gnavi ul li .pulldown .pulldownContent .pulldownTitle {
	margin-bottom:15px;
}
#gnavi ul li .pulldown .pulldownContent .pulldownTitle p {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	font-size:20px;
	font-weight:bold;
}
#gnavi ul li .pulldown .pulldownContent .pulldownTitle p:first-child a {
	vertical-align:middle;
	color:#fff;
	margin:0 20px 0 20px;
	padding-left:15px;
	font-size:13px;
	background:url(../img/common/icon_arrow02.png) no-repeat center left;
}
#gnavi ul li .pulldown .pulldownContent .pulldownTitle p:first-child a:last-child {
	margin-left: 0;
}
#gnavi ul li .pulldown .pulldownContent .pulldownTitle p:first-child a:first-child {
	margin-left: 20px;
}
#gnavi ul li .pulldown .pulldownContent .pulldownTitle img {
	vertical-align:middle;
}
#gnavi ul li .pulldown .pulldownContent ul li {
	width:17.78%;
	float:left;
	margin-right:2.77%;
	margin-bottom:30px;
}
#gnavi ul li .pulldown .pulldownContent ul li:nth-child(5n) {
	margin-right:0;
}

#gnavi ul li .pulldown .pulldownContent ul.announcer li {
	width:11.9%;
	float:left;
	margin-right:2.77%;
	margin-bottom:10px;
	text-align: center;
}

#gnavi ul li .pulldown .pulldownContent ul.announcer li:nth-child(7n) {
	margin-right:0;
}

#gnavi ul li .pulldown .pulldownContent ul.announcer a {
	color:#fff;
	font-size:13px;
}

@media screen and (max-width :1000px) {
#header .contentIn {
    /*width:100%;
	min-width:940px;*/
}
#header .hContents {
	/*display:none;*/
}
dl.apology {
	/*width:1000px;*/
}
#gnavi,
#gnavi ul {
    /*width:100%;
	min-width:inherit;
    max-width:none;*/
}
#gnavi ul li .pulldown .pulldownContent {
    width:100%;
    padding:0 10px;
    box-sizing:border-box;
}
}
/* ----------------------------------------------------------------------------------------------------
*  3.メインコンテンツ
* --------------------------------------------------------------------------------------------------*/
#heading .headingSide {
	float:right;
}
#heading .headingSide p {
	margin-bottom:11px;
}
#heading .headingSide p:last-child {
	margin-bottom:0;
}
#heading {
	padding:0 0 35px;
}
/* イベント時 ------
#heading {
	background:url(../img/top/bg_event01.jpg) no-repeat center center;
	background-size:100% auto;
}
------ */
#heading {
	/*background:#fff;*/
}
#heading ul.breadcrumb {
	margin:15px 0;
}
#heading ul.breadcrumb li {
	float:left;
	font-size:14px;
	margin-right:1.7em;
	line-height:1;
}
#heading ul.breadcrumb li a {
	position:relative;
	color:#0052A5;
}
#heading ul.breadcrumb li a:before {
	position:absolute;
	content:">";
	color:#808080;
	top: 4px;
	right: -17px;
}
#heading ul.breadcrumbSns {
	margin:10px 0;
	max-width: 880px;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	background-color: rgba(255,255,255,0.5);
}
#heading ul.breadcrumbSns li {
	float:left;
	font-size:14px;
	margin-right:1.7em;
	line-height:1;
}
#heading ul.breadcrumbSns li a {
	position:relative;
	color:#0052A5;
}
#heading ul.breadcrumbSns li a:before {
	position:absolute;
	content:">";
	color:#808080;
	top: 4px;
	right: -17px;
}


/* ----------------------------------------------------------------------------------------------------
*  スライダー
* --------------------------------------------------------------------------------------------------*/
.mainSlide {
	margin-right:320px;
}
.mainSlide .bx-wrapper {
	width:880px;
	position:relative;
}
.mainSlide .bx-wrapper .bx-prev, .mainSlide .bx-wrapper .bx-next {
	display: none;
	position:absolute;
	width:54px;
	height:calc(100% -5px);
	margin:auto;
	top:0;
	bottom:5px;
	text-indent:-9999px;
}
.mainSlide .bx-wrapper .bx-prev {
	background:url(../img/common/btn_prev02.png) no-repeat center center rgba(0, 0, 0, 0.25);
}
.mainSlide .bx-wrapper .bx-next {
	background:url(../img/common/btn_next02.png) no-repeat center center rgba(0, 0, 0, 0.25);
}
.mainSlide .bx-wrapper .bx-pager {
	position:absolute;
	margin:auto;
	/*bottom:-20px;*/
	/***ライブ配信リンク設定対応***/
	bottom:15px;
	left:0;
	right:0;
	text-align: center;
	height: 10px;
	opacity: 0.75;
}
.mainSlide .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	text-indent:-9999px;
	margin-right:6px;
}
.mainSlide .bx-wrapper .bx-pager .bx-pager-item a {
	display:block;
	width:10px;
	height:10px;
	background:url(../img/common/icon_circle01.png) no-repeat center center;
}
.mainSlide .bx-wrapper .bx-pager .bx-pager-item a.active {
	background:url(../img/common/icon_circle02.png) no-repeat center center;
}
/* ----------------------------------------------------------------------------------------------------
*  4.フッター
* --------------------------------------------------------------------------------------------------*/
#linkBanner {
	padding:38px 0;
	background:#E5E5E5;
}
#linkBanner .contentIn {
	max-width:1240px;
}
#linkBanner.character {
	background:#E5E5E5 url(../img/common/bsn_tile_org.png) top center;
}
#linkBanner ul {
	padding: 0;
}
#linkBanner ul.bannerList01 li a {
	display:block;
}
#linkBanner ul li {
	float:left;
	margin-bottom:12px;
}
#linkBanner ul li img {
	/*width:100%;*/
	height:auto;
}
#linkBanner ul.bannerList01 li {
	width:12.5%;
	margin-right:2.08%;
}
#linkBanner ul.bannerList02 li {
	width:25%;
}
#linkBanner ul.bannerList03 li {
	width:7.66%;
	margin-right:1.57%;
}
#linkBanner ul.bannerList01 li:last-child, #linkBanner ul.bannerList02 li:nth-child(4n), #linkBanner ul.bannerList03 li:last-child {
	margin-right:0;
}
#linkBanner  ul.bannerList01 li.bnrlec_last {
	margin-right:0;
}
#footer {
	margin-top:70px;
	background:#0052a4;
	padding:40px 0 20px;
}
#footer p.pageTop {
	position:absolute;
	background:#2eb8dd;
	right:10px;
	top:-75px;
}
#footer p.pageTop a {
	width:100px;
	display:block;
	padding:7px 0;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
#footer p.pageTop a:hover {
	text-decoration:none;
}
#footer p.pageTop img {
	padding-right:3px;
}
#footer ul li {
	/*width:16.66%;*/
	float:left;
	line-height:180%;
}
#footer ul li.w10 {
	width:10%;
}
#footer ul li.w16 {
	width:16%;
}
#footer ul li.w22 {
	width:22%;
}
#footer ul li a {
	color:#fff;
}
#footer ul li dl:nth-child(n+2) {
	margin-top:25px;
}
#footer ul li dt {
	font-weight:bold;
}
#footer #copyright {
	margin-top: 30px;
	color:#fff;
	text-align: center;
}

/* ==================================================================================================
*
*  下層
*
* ================================================================================================== */


/* 下層のfont-size */
.lower{
	padding-bottom: 60px;
	margin-bottom: 30px;
    /*margin-bottom: 90px;*/
    font-size:14px;
    line-height:1.8;
}
.lower #heading{
    padding-bottom:0;
}

/* layout */
#main:after{
    content:"";
    display:block;
    clear:both;
}
#sideBox{
/* ※widthを変更するときは、#contentsBox のmarginも変更すること */
    float:right;
    width:300px;
}
#contentsBox{
    margin-right:320px;
}
#contentsBox img{
    max-width:100%;
    height:auto;
}
#contentsBox .icon img{
    width:auto;
}


/* ----------------------------------------------------------------------------------------------------
*  #sideBox detail
* --------------------------------------------------------------------------------------------------*/
#sideBox .calendar{
	background: #2EB8DD;
	padding: 21px 0;
    margin:20px 0;
	text-align: center;
	color: #fff;
}
#sideBox .calendar:first-child{
    margin-top:0;
}
#sideBox .calendar p {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
#sideBox .calendar p img {
	margin: 0 20px;
	vertical-align: middle;
}
#sideBox .calendar table {
	width: 93%;
	margin: auto;
	font-size: 13px;
	line-height: 2;
}
#sideBox .calendar table tr:not(:last-child) {
	border-bottom: solid 5px #2EB8DD;
}
#sideBox .calendar table th {
	width: 14.28%;
	font-weight: bold;
}
#sideBox .calendar table td span {
	width: 70%;
	display: block;
	margin: auto;
	color: #2EB8DD;
	background: #fff;
	border-radius: 50%;
}
#sideBox .twitter{
    margin:20px 0;
}
#sideBox .twitter:first-child{
    margin-top:0;
}
#sideBox .contactBox01{
    line-height:1.5;
    border:2px solid #2eb8dd;
}
#sideBox .contactBox01 .title{
    padding:8px 0;
    color:#ffffff;
    text-align:center;
    background:#2eb8dd;
}
#sideBox .contactBox01 .btn_specs01{
    margin:15px;
}
#sideBox .contactBox01 dl{
    margin:15px;
}
#sideBox .contactBox01 dt{
    font-weight:bold;
}
#sideBox .contactBox01 dd{
    padding:10px;
    background:#f2f2f2;
}


/* #sideBox メニュー */
#sideBox .menuBox01{
    margin:20px 0;
    padding:15px;
    line-height:1.4;
    background:#f2f2f2;
}
#sideBox .menuBox01:first-child{
    margin-top:0;
}
#sideBox .menuBox01 ul{
    margin-left:15px;
}
#sideBox .menuBox01 li{
    margin-bottom:5px;
}
#sideBox .menuBox01 li a{
	display: block;
	margin-bottom: 5px;
}


#sideBox .menuBox02{
    margin:20px 0;
    padding:15px 0;
    font-size: 12px;
    line-height:1.4;
    background:#f2f2f2;
}
#sideBox .menuBox02:first-child{
    margin-top:0;
}
#sideBox .menuBox02 .title{
    margin-bottom: 8px;
    padding-left: 15px;
    color: #0052a5;
    font-weight: bold;
    font-size: 16px;
    line-height:1.0;
    border-left:4px solid #0052a5;
}
#sideBox .menuBox02 .title a{
    color: #0052a5;
}
#sideBox .menuBox02 li ul > li{
    margin:0 20px 10px;
}
#sideBox .menuBox02 > li{
    margin-top:20px;
}
#sideBox .menuBox02 > li:first-child{
    margin-top:0;
}

#sideBox .menuBox_tv_news{
    margin:20px 0;
    padding:15px;
    line-height:1.4;
    background:#ffffff;
}
#sideBox .menuBox_tv_news:first-child{
    margin-top:0;
}
#sideBox .menuBox_tv_news ul{
    margin-left:15px;
}
#sideBox .menuBox_tv_news li{
    margin-bottom:5px;
    border-bottom: solid 1px #E5E5E5;
}
#sideBox .menuBox_tv_news li a{
	display: block;
	margin-bottom: 5px;
}



/* ==================================================================================================
*
*  装飾　& その他
*
* ================================================================================================== */
/*.fl{ float:left; }
.fr{ float:right; }*/

.ul_specs01:after{
    content:"";
    display:block;
    clear:both;
}
.ul_specs01 > li{
    float:left;
    width:31%;
    margin:0 2% 30px 0;
}
.ul_specs01 > li:nth-child(3n){
    margin-right:0;
}
.ul_specs02:after{
    content:"";
    display:block;
    clear:both;
}
.ul_specs02 li{
    float:left;
    width:47.5%;
    margin:0 2.5% 20px 0;
}
.ul_specs02 > li:nth-child(2n){
    margin-right:0;
}
.ul_specs02 li:after{
    content:"";
    display:block;
    clear:both;
}


/* title */
.tit_specs01{
    margin-bottom:10px;
    font-size:16px;
    color:#0052a5;
}
.tit_specs01 .icon{
    display:inline-block;
    margin-right:10px;
    vertical-align:middle;
}

.tit_specs02{
    margin:30px 0 30px;
    font-size:14px;
    color:#ffffff;
    border-bottom:2px solid #0052a5;
}
.tit_specs02 span{
    display:inline-block;
    padding:8px 15px 5px;
    background:#0052a5;
}
.tit_specs02 .icon img{
    display:inline-block;
    margin-right:8px;
    vertical-align:-4px;
}
.tit_specs03{
    /* margin:25px 0 25px; */
    font-size:24px;
    color:#000000;
}
.tit_specs04{
    margin:20px 0;
    padding:5px 10px;
    color: #fff;
    font-size: 24px;
    line-height:1.4;
    background: #0052a5;
}
.tit_specs05{
    position: relative;
    margin-bottom: 10px;
    color: #0052a5;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
.tit_specs05:before{
    position: absolute;
    bottom:0;
    left:0;
    content:"";
    width:100%;
    height:2px;
    background: #cccccc;
    z-index:-99;
}
.tit_specs05 span{
    display:inline-block;
    padding:0 5px 5px 20px;
    border-bottom:2px solid #0052a5;
}
.tit_specs05 span:before{
    position: absolute;
    top:2px;
    left:0;
    content:"";
    width:15px;
    height:16px;
    background:url(../img/common/icon_circle05.png) no-repeat;
}
.tit_specs06{
    color: #0052a5;
    font-size: 14px;
    font-weight: bold;
    border-bottom:2px solid #0052a5;
}

.tit_specs_tv_newsken{
    margin-bottom:10px;
    font-size:16px;
    font-weight: bold;
    color:#0052a5;
    border-bottom: 2px solid rgb(0, 82, 165);
}
.tit_specs_tv_newsken .icon{
    display:inline-block;
    margin-right:10px;
    vertical-align:middle;
}
h2.tit_specs_tv_newsken span:not(.icon) {
	top:5px;
	right:0;
	font-size:13px;
	padding-left:15px;
	background:url(../img/common/icon_arrow01.png) no-repeat left center;
	margin-left: 60px;
}

.tit_specs_tv_newszen{
    margin-bottom:10px;
    font-size:16px;
    font-weight: bold;
    color:#0052a5;
	  border-bottom: 2px solid rgb(251, 81, 0);
}
.tit_specs_tv_newszen .icon{
    display:inline-block;
    margin-right:10px;
    vertical-align:middle;
}
h2.tit_specs_tv_newszen span:not(.icon) {
	top:5px;
	right:0;
	font-size:13px;
	padding-left:15px;
	background:url(../img/common/icon_arrow01.png) no-repeat left center;
	margin-left: 60px;
}




.icon_arrow03 li{
    position:relative;
    margin-left:15px;
}
.icon_arrow03 li:before{
    position:absolute;
    top:6px;
    left:-15px;
    content:"";
    width:6px;
    height:8px;
    background:url(../img/common/icon_arrow03.png) no-repeat ;
}
.icon_contents01{
    display: inline-block;
    padding:3px 8px;
    color: #ffffff;
    font-size: 13px;
    background:#2eb8dd;
}

/* btn */
.btn_specs01 a{
    position:relative;
    display:block;
    padding:15px 0;
    font-size:16px;
    text-align:center;
    color:#ffffff;
    text-indent:10px;
    background:#0052a5;
}
.btn_specs01 a:hover{
    opacity:0.8;
    text-decoration:none;
}
.btn_specs01 a:before{
    position:absolute;
    top:50%;
    left:20px;
    margin-top:-9px;
    content:"";
    width:26px;
    height:19px;
    background:url(../img/common/icon_contact01.png) no-repeat;
}
.btn_specs02{
    margin:10px 0;
    text-align:right;
    font-size: 13px;
}
.btn_specs02 a{
    position:relative;
}
.btn_specs02 a:before{
    position:absolute;
    top:50%;
    left:-15px;
    margin-top:-6px;
    content:"";
    width:10px;
    height:11px;
    background:url(../img/common/icon_arrow01.png) no-repeat;
}

.btn_specs03{
    margin:10px 0;
    font-size: 13px;
}
.btn_specs03 a{
	display: block;
    width:100%;
    text-align: center;
    background:url(../img/common/icon_arrow01.png) no-repeat 10px center;
    border: solid 1px #0052a5;
    padding: 3px;
    box-sizing: border-box;
}


.topTileBg {
	background: url(../img/common/bsn_tile_org.png) top center;
}

.generalContent table {
	max-width: 100%;
	margin: 10px 0;
}
.generalContent table,.generalContent td, .generalContent th {
	border: solid 1px #000;
	padding: 5px;
}

/* ----------------------------------------------------------------------------- */
/* Ulizaプレイヤー用 */
.videobox * {
    width:590px;
    height:368px;
}
/* ボタン */
.css_btn_entry_pink {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #ee1eb5;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff5bb0), color-stop(100%, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	background:-ms-linear-gradient( top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color:#ff5bb0;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #c70067;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fbafe3;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fbafe3;
 	box-shadow:inset 1px 1px 0px 0px #fbafe3;
}.css_btn_entry_pink:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ef027d), color-stop(100%, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	background:-ms-linear-gradient( top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color:#ef027d;
	color:#ffffff !important;
}.css_btn_entry_pink:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}

.css_btn_entry_red {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d83526;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fe1a00), color-stop(100%, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	background:-ms-linear-gradient( top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #b23e35;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f29c93;
 	-moz-box-shadow:inset 1px 1px 0px 0px #f29c93;
 	box-shadow:inset 1px 1px 0px 0px #f29c93;
}.css_btn_entry_red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ce0100), color-stop(100%, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	background:-ms-linear-gradient( top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
	color:#ffffff !important;
}.css_btn_entry_red:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}

.css_btn_entry_blue {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_entry_blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
	color:#ffffff !important;
}.css_btn_entry_blue:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}

.css_btn_entry_green {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #83c41a;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #9dce2c), color-stop(100%, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	background:-ms-linear-gradient( top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #689324;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	-moz-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	box-shadow:inset 1px 1px 0px 0px #c1ed9c;
	color:#ffffff !important;
}.css_btn_entry_green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #8cb82b), color-stop(100%, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	background:-ms-linear-gradient( top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
	color:#ffffff !important;
}.css_btn_entry_green:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}


.css_btn_entry_linegreen {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #83c41a;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #00C300), color-stop(100%, #21B010) );
	background:-moz-linear-gradient( center top, #00C300 5%, #21B010 100% );
	background:-ms-linear-gradient( top, #00C300 5%, #21B010 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00C300', endColorstr='#21B010');
	background-color:#00C300;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #689324;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	-moz-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	box-shadow:inset 1px 1px 0px 0px #c1ed9c;
	color:#ffffff !important;
}.css_btn_entry_linegreen:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #21B010), color-stop(100%, #00C300) );
	background:-moz-linear-gradient( center top, #21B010 5%, #00C300 100% );
	background:-ms-linear-gradient( top, #21B010 5%, #00C300 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21B010', endColorstr='#00C300');
	background-color:#21B010;
	color:#ffffff !important;
}.css_btn_entry_linegreen:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}

.css_btn_entry_forestgreen {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #83c41a;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #04A204), color-stop(100%, #21B010) );
	background:-moz-linear-gradient( center top, #04A204 5%, #21B010 100% );
	background:-ms-linear-gradient( top, #04A204 5%, #21B010 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04A204', endColorstr='#21B010');
	background-color:#04A204;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #689324;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	-moz-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	box-shadow:inset 1px 1px 0px 0px #c1ed9c;
	color:#ffffff !important;
}.css_btn_entry_forestgreen:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #21B010), color-stop(100%, #04A204) );
	background:-moz-linear-gradient( center top, #21B010 5%, #04A204 100% );
	background:-ms-linear-gradient( top, #21B010 5%, #04A204 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21B010', endColorstr='#04A204');
	background-color:#21B010;
	color:#ffffff !important;
}.css_btn_entry_forestgreen:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}


#main .common-table {
	border: 1px #D9D9D9 solid;
	width: 100%;
}

#main .common-table th{
	border: 1px #D9D9D9 solid;
	background-color: #EEEEEE;
	text-align: center;
	padding:5px;
}

#main .common-table td{
	border: 1px #D9D9D9 solid;
	padding:5px;
}
#main .page_title    {
    font-size: 120%;
    font-weight: bold;

}

/* SNS一覧用 */
.sns-list{
    width:70%;
}
.sns-list tr{
    border-bottom: 1px solid rgb(153, 153, 153);
}
.sns-name{
    width:55%;
    padding:15px;
    vertical-align: middle;
}
.sns-twitter{
    width:15%;
    padding:10px 15px 0
}
.sns-facebook{
    width:15%;
    padding:10px 15px 0
}
.sns-other{
    width:15%;
    padding:10px 15px 0
}

/* サイトマップ用 */
h3.sitemap{
border: 1px solid rgb(0, 82, 165);
padding: 5px;
margin: 10px;
color: rgb(255, 255, 255);
display: block;
font-weight: bold;
}

/* インスタグラム用 */
div.instagramWidget{
	background: #F5D0E0;
}
div.instagramWidget ul{
	background: #F5D0E0;
}
div.instagramWidget ul li{
	width: 150px;
	list-style: none;
	float: left;
	margin: 4px 10px;
}
div.instagramWidget ul li img{
	width: 100%%;
}



/* SNSシェアボタン用 */

ul.snsBtn    {
	margin: 15px 0 0 0;
	/*width:300px;*/
	width:310px;
	display: inline-block;
	float: right;
}

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

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

/* facebookボタン位置調整用 */
li.fbBtn > .fb_iframe_widget > span {
	vertical-align: baseline !important;
	background: none;
	padding:0;
}
