@charset "UTF-8";

@font-face {
  font-family: 'tvasahi-webfont';
  src: url("/common/static/fonts/tvasahi-webfont.eot");
  src: url("/common/static/fonts/tvasahi-webfont.eot?#iefix") format("embedded-opentype"), url("/common/static/fonts/tvasahi-webfont.woff") format("woff"), url("/common/static/fonts/tvasahi-webfont.ttf") format("truetype"), url("/common/static/fonts/tvasahi-webfont.svg#webfont") format("svg"); }

.clearfix {
  overflow: hidden;
  *zoom: 1; }

.left {
  float: left; }

.right {
  float: right; }

.liquid-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 360px;
  bottom: 0;
  left: 0;
  background: url(../img/bg.png) repeat-y 0 0; }

.aside:after, .aside-min:after {
  content: "";
  display: block;
  position: absolute;
  width: 360px;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/bg.png);
  background-repeat: repeat-y; }

/*
 * target: IE6,7
 * Validator: Valid
 */
html*.container-wrapper {
  background: #f2f2f2 url(../img/bg.png) repeat-y 50% 0; }

.aside:after {
  background-position: -920px 0; }

.aside-min:after {
  background-position: -1260px 0; }

.aside-container {
  position: relative;
  z-index: 1; }

.container-wrapper {
  background: #000; }

.main-container {
  padding: 0 20px 0 40px;
}

.main-container section {
  padding: 30px 0 0 0;
}

.main-container section .site-title {
  color: #ffff00;
  margin: 0 -20px 10px -20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: #000;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333), color-stop(100%, #000));
  background-image: -webkit-linear-gradient(top, #333, #000);
  background-image: -moz-linear-gradient(top, #333, #000);
  background-image: -o-linear-gradient(top, #333, #000);
  background-image: linear-gradient(top, #333, #000);
  padding: 5px 20px;
}

.main-container section p {
  margin-top: 10px;
  font-size: 0.8em; }

.main-container .center {
  text-align: center;
}

.main-container .img-center img {
  display: block;
  margin: auto;
  width:100% }

.scroll2top {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  width: 50px;
  height: 40px;
  z-index: 10;
  color: #fff;
  background-color: #dfe1e1;
  padding-top: 10px;
  border: solid 1px #f3f5f5;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.scroll2top:hover {
  background-color: #c1c3c3;
}


/*　参考までに　情報特番で使用したサブタイあり、画像左寄せのレイアウト用　*/

.ph-left { float:left; margin:0 15px 15px 0; }
.clearboth { clear:both; }
.catch_text { color:#ef71ca; font-weight:bold; background-color:#ebdae6; padding:5px 10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.txt_b { font-weight:bold; }
.c_y{ color:#d8bd07; }
.c_r{ color:#f45f5f; }
.c_b{ color:#5f90f4; }
.c_p{ color:#a85ff4; }
.c_s{ color:#5fdaf4; }
.c_g{ color:#5be358; }
.wrap { word-wrap:break-word; }


/*2015/3/17 追加*/
.catch_thema{
	font-weight:bold;
	color:#F00;
}

.catch_center{
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.fc-red{ color:#e60012; }
.fc-blue{ color:#0500f0; }
.fc-green{ color:#00bb00; }
.fc-yel{ color:#d8be2f; }
.fc-orenge{ color:#ed8313; }

.ma_auto{
	margin-left:auto !important;
	margin-right:auto !important;



