@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: #f2f2f2; }

.main-container {
  padding: 0 20px 0 40px; }
.main-container section {
  padding: 20px 0; }
.main-container section .site-title {
  color: #fafafa;
  margin: 0 -20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: #00a0c6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a0c6), color-stop(100%, #0082a8));
  background-image: -webkit-linear-gradient(top, #00a0c6, #0082a8);
  background-image: -moz-linear-gradient(top, #00a0c6, #0082a8);
  background-image: -o-linear-gradient(top, #00a0c6, #0082a8);
  background-image: linear-gradient(top, #00a0c6, #0082a8);
  padding: 5px 20px; }
.main-container section p {
  margin-top: 10px; }





/*　変更　*/
.main-container {
  padding: 0 20px 0 40px;
}

.main-container section {
  padding: 30px 0 0 0;
}



/*　ドラマはあったほうが便利　Pのインデント　必要なら追加　*/
.main-container section p {
  text-indent: 1em;
}



/*　追加　一番上　*/
@charset "UTF-8";
/*　追加したら、ファイルの文字コードも変換（DWなら「修正」→「ページプロパティ」でエンコーディングをUTF-8に　*/


/*　追加　*/
.main-container section h1 {
  font-size: 1.0em;
  font-weight: bold;
  margin: 1em 0 20px 0;
}

.main-container section h2 {
  font-size: 0.9em;
  font-weight: bold;
  margin: 1em 0 20px 0;
}

.main-container section h3 {
  font-size: 0.8em;
  font-weight: bold;
  margin: 1em 0 10px 0;
}

.main-container section dl {
  padding: 20px 0;
}

.main-container section dt {
  font-weight: bold;
}

.main-container section dd, .main-container section p {
  margin-top: 10px;
  font-size: 0.8em;
}

.main-container section > p {
  margin-top: 20px;
}

/*　タイトルバー設定　色のみ変更（このサンプルはグレーのグラデーション）　*/
.main-container .gradient-bar {
  color: #fafafa;
  margin: 0 -20px 10px -20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: #ff3366;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff3366), color-stop(100%, #fd4f7b));
  background-image: -webkit-linear-gradient(top, #ff3366, #fd4f7b);
  background-image: -moz-linear-gradient(top, #ff3366, #fd4f7b);
  background-image: -o-linear-gradient(top, #ff3366, #fd4f7b);
  background-image: linear-gradient(top, #ff3366, #fd4f7b);
  padding: 5px 20px;
}

.main-container .center {
  text-align: center;
}

.main-container .img-center img {
  display: block;
  margin: auto;
}

.main-container .timestamp {
  display: block;
  margin-top: 0.2em;
  float: right;
  font-size: 0.7em;
  font-weight: normal;
  font-style: italic;
}

.main-container .horizontal-list {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  *zoom: 1;
}

.main-container .horizontal-list ul {
  position: relative;
  float: left;
  left: 50%;
}

.main-container .horizontal-list li {
  position: relative;
  float: left;
  left: -50%;
}

.main-container .sumi:before {
  content: "【";
}

.main-container .sumi:after {
  content: "】";
}



.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 { background-color:#FFc; padding:5px 10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }



.docterx_read {
  font-size: 25px!important;
line-height: 2em;
font-weight: bold;
}

/*140820 追加*/

.fw-b {
    font-weight: bold;
}
.txt-red {
    color: #F00;
}

.ml20 {
    margin-left: 20px;
}


.extra-yoko2 dt {
    font-size: 0.8em !important;
}

.text-kasen {
    text-decoration: underline;
}

.main-container ul {
    font-size: 0.75em;
    line-height: 1.5;
    margin: 20px 0px 25px;
    list-style-type: disc;
}

.main-container section .oubo_btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  width: 50%;
  margin: 20px auto 40px auto;
  color: #fff;
  border: 2px solid #00a0e9;
  background: #00a0e9 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlYmVmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTBlOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ebeff), color-stop(100%, #00a0e9));
  background-image: -webkit-linear-gradient(top, #1ebeff, #00a0e9);
  background-image: -moz-linear-gradient(top, #1ebeff, #00a0e9);
  background-image: -o-linear-gradient(top, #1ebeff, #00a0e9);
  background-image: linear-gradient(top, #1ebeff, #00a0e9);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
.main-container section .oubo_btn a.active, .main-container section .oubo_btn a:hover {
  border: 2px solid #ffe400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmYxZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZTQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffff1e), color-stop(100%, #ffe400));
  background-image: -webkit-linear-gradient(top, #ffff1e, #ffe400);
  background-image: -moz-linear-gradient(top, #ffff1e, #ffe400);
  background-image: -o-linear-gradient(top, #ffff1e, #ffe400);
  background-image: linear-gradient(top, #ffff1e, #ffe400);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  background: #ffe400 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  color: #333333;
}

.caution-text2 { font-size:0.75em !important; line-height:1.7; }

.extra-yoko dt { font-size:0.85em !important;} 
.extra-yoko2 dt { font-size:0.8em !important;} 
.extra-yoko2 dd { font-size:0.8em !important; margin: 0 0 10px 35px; }


.main-container ul {
font-size:0.75em;
line-height:1.5;
margin:20px 0 25px 0;
list-style-type:disc;
}

.main-container li {
margin:0 0 10px 50px;
}

.red_text2 { color:#F00; font-size:110%; text-align:center; margin:20px 0 40px 0; }

.kinkyu {
	background-color:#FF9;
	color:#F00;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	padding:6px 0;
	margin:15px 0 0 0 !important;
}
