@charset "UTF-8";
/*
 1.Basic Elements
 2.Generic Classes
 3.Basic Layout
 4.Content
*/
/***********************************************************
 1.Basic Elements
***********************************************************/
body {
	font: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	background: #ffffff;
}
a img {
	border: none;
}
table {
	font-size: 100%;
}
/***********************************************************
 2.Generic Classes
***********************************************************/
.category {
	background-color: #808080;
	color: #fff;
	border-radius: 3px;
	padding: 2px 15px 1px;
	font-size: 10px;
	margin-right: 4px;
}

/* Table */
.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

/* Label */
.label {
  display: inline;
  padding: 2px 5px 1px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: 2px;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-explain {
  background-color: #0d8fd3;
	font-size: 12px;
	padding: 2px 10px;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-new {
  background-color: #d9534f;
  font-size: 9px;
  font-weight: bold;
  padding-bottom: 1px;
}
.label-radio {
	background-color: #db4a4a;
	font-size: 9px;
}
.label-etv {
	background-color: #00aa0d;
	font-size: 9px;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* 注意書き */
dl.note {
	font-size: 12px;
	line-height: 1.2;
	margin-top: 30px;
	color: #696969;
}
dl.note dt {
	position: relative;
}
dl.note dt span {
	position: absolute;
}
dl.note dd {
	padding-left: 1em;
}
.mcontainer {
	width: 990px;
	margin: 0 auto;
	text-align:left;
	background: url(../images/new_header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
  float: left;
  display: inline;
  margin-left: 10px;
  border: none; 
}
.grid1 {width: 39px;}
.grid2 {width: 88px;}
.grid3 {width: 137px;}
.grid4 {width: 186px;}
.grid5 {width: 235px;}
.grid6 {width: 284px;}
.grid7 {width: 333px;}
.grid8 {width: 382px;}
.grid9 {width: 431px;}
.grid10 {width: 480px;}
.grid11 {width: 529px;}
.grid12 {width: 578px;}
.grid13 {width: 627px;}
.grid14 {width: 676px;}
.grid15 {width: 725px;}
.grid16 {width: 774px;}
.grid17 {width: 823px;}
.grid18 {width: 872px;}
.grid19 {width: 921px;}
.grid20 {width: 970px;}
.first {
	margin-left: 0;clear: left;
}

/* clearfix */
.mclearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.mclear {
	clear: both;
}

 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix {zoom: 1;}

/* My Gogaku Header */
.mheader {
	padding:10px 0;
}

.mheader .logo{
	padding-top:10px;
}

.mheader .login {
	height:100px;
	font-size: 12px;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	padding: 10px 0 0 10px;
}

.mheader .login img{
	margin: 10px 0;
}

.mheader .login li {
	margin:0 30px 0 0;
	background: url(../images/icon/logo.gif) no-repeat 0 1px;
	padding-left: 20px;
	font-size:13px;
	float:left;
	list-style-type: none;
}
#text_recommend  {
	text-align: center;
	margin-top:10px;
	height:100px;
}

#text_recommend img {
	margin:0 10px;
}
/* 2013.05.26 番組告知モジュール */
#nextProgram {
	position: fixed;
	bottom: 0;
	left:0;
	z-index:1;
	width: 100%;
}

#nextProgram .program-pic {
	float: left;
	margin-right: 10px;
	border: 2px solid #ffffff;
}

#nextProgram .title{
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 2px;
}

#nextProgram .text {
	margin: 20px 0;
	font-size: 18px;
}

#nextProgram .caution {
	font-size: 11px;
}

#nextProgram p {
	font-size: 12px;
	line-height: 1.6;
	padding:0;
}

#nextProgram p img{
	vertical-align:top;
}

#npswitchWrap {
	text-align: right;
	position: relative;
}

#npswitch {
	border-top: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding: 3px 5px 1px;
	font-size: 10px;
	text-align: center;
	color:#808080;
	z-index:2;
	background-color: #f5f5f5;
	cursor: pointer;
	margin-right: 20px;
	line-height:1.3;
}

#nextProgram a {color:#2a60ad;outline:none;}
#nextProgram a:link{text-decoration:none;}
#nextProgram a:visited{text-decoration:none;}
#nextProgram a:hover{text-decoration:underline;}
#nextProgram a:active{color:#0af;}

#npswitch a {
	color:#808080;
	text-decoration:none;
}

#npswitch a:hover, active {
	color:#333;
	text-decoration:none;
}
#elearnig_nav {
	margin-top: 15px;
}
div#npSlide {
	width: 100%;
	display: none;
	padding: 10px 0;
	border-top:1px solid #c0c0c0;
	background-color: #f5f5f5;

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ddf5f5f5,EndColorStr=#ddf5f5f5);
	background-color: rgba(245, 245, 245, 0.95);
	position:relative;
	overflow:hidden;
}

div#npSlide ul {
	position:relative;
	left:50%;
	float:left;
}
div#npSlide li {
	position:relative;
	left:-50%;
	float:left;
}
#scrollUp {
	width:60px;
	height:60px;
	bottom: 15px;
	right: 15px;
	background:url(/e-news/images/top.png) no-repeat;
	opacity: 0.75;
}
#scrollUp:hover {
	opacity: 0.95;
}

/* J-Stream  */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/***********************************************************
 FLAT DESIGN BY IWAMA
***********************************************************/
/* Generic Classes */
.img-responsive {
	width: 100%;
}
.text-center {
	text-align: center;
}
/* form */
.form-control {
height: 28px;
padding: 0 0 0 5px;
font-size: 14px;
line-height: 1.42857143;

	background-color: #fff;
	background-image: none;
	border: 1px solid #adadad;
	border-radius: 4px;
	vertical-align: middle;
	margin: 5px 0;
}
.form-control::-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #a9a9a9;
}
.form-control::-webkit-input-placeholder {
	color: #a9a9a9;
}.form-control:focus {
	border-color: #808080;
	outline: 0;
}
/* Button */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-top {
  color: #333333;
  background-color: #fff;
  border: 2px solid #0d8fd3;
}

.btn-top:hover,
.btn-top:focus,
.btn-top:active,
.btn-top.active,
.open .dropdown-toggle.btn-top {
  color: #333333;
  background-color: #ebebeb;
  border-color: #0d8fd3;
}

.btn-top:active,
.btn-top.active,
.open .dropdown-toggle.btn-top {
  background-image: none;
}

.btn-top.disabled,
.btn-top[disabled],
fieldset[disabled] .btn-top,
.btn-top.disabled:hover,
.btn-top[disabled]:hover,
fieldset[disabled] .btn-top:hover,
.btn-top.disabled:focus,
.btn-top[disabled]:focus,
fieldset[disabled] .btn-top:focus,
.btn-top.disabled:active,
.btn-top[disabled]:active,
fieldset[disabled] .btn-top:active,
.btn-top.disabled.active,
.btn-top[disabled].active,
fieldset[disabled] .btn-top.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default {
  color: #333333;
  background-color: #fff;
  border-color: #adadad;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

a.btn-primary, 
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
a.btn-success,
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

a.btn-warning,
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

a.btn-warning:hover,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
a.btn-sentence,
.btn-sentence {
  color: #ffffff;
  background-color: #f0ad4e;
  font-size: 12px;
  line-height: 1.4;
  padding: 0;
  width: 88px;
}
a.btn-sentence:hover,
.btn-sentence:hover,
.btn-sentence:focus,
.btn-sentence:active,
.btn-sentence.active {
  color: #ffffff;
  background-color: #ed9c28;
}

.btn-sentence:active,
.btn-sentence.active {
  background-image: none;
}

.btn-sentence.disabled {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

/* top page buttons to replace 'learn_news.gif' */
.new_btn {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #d9d8d8;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 5px;
}
.new_btn:active {
	position:relative;
	top:1px;
}
.new_btn a:visited {
	color:#333333;
}
/* news_top tabs */

/* elearning buttons */
.expl_td{
	padding: 0;
}
.explbutton {	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fffbe7), color-stop(1, #ffe588) );
	background:-moz-linear-gradient( center top, #fffbe7 5%, #ffe588 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbe7', endColorstr='#ffe588');
	background-color:#fffbe7; 
	-webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
	border:1px solid #ffd07e;
	display:inline-block;
	color:#000000;
	font-size:16px;
	font-weight:normal;
	height:60px;
	line-height:60px;
	width:273px;
	text-align:center;
	padding:0;
	margin-left: 20px;
}
.explbutton a {
	text-decoration: none;
}

.explbutton a p {
	padding:0;
}

.explarrows {
	color:#fa8503;
	font-size: 24px;
	font-weight:bold;
}

/* elearning back forward buttons */
.tr_back {	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fbfbfb), color-stop(1, #d6d6d6) );
	background:-moz-linear-gradient( center top, #fbfbfb 5%, #d6d6d6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#d6d6d6');
	background-color:#f5f5f5; 
	-webkit-border-top-left-radius:3px; -moz-border-radius-topleft:3px; border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px; -moz-border-radius-topright:3px; border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px; -moz-border-radius-bottomright:3px; border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px; -moz-border-radius-bottomleft:3px; border-bottom-left-radius:3px;
	border:1px solid #cecece;
	display:inline-block;
	color:#777777;
	font-size:16px;
	font-weight:normal;
	height:27px;
	line-height:27px;
	width:125px;
	text-align:left;
	padding: 0 0 0 30px;
}
.tr_back a {
	text-decoration: none;
}

.tr_forward {	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a46b1c), color-stop(1, #c5a270) );
	background:-moz-linear-gradient( center top, #a46b1c 5%, #c5a270 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a46b1c', endColorstr='#c5a270');
	background-color:#a46b1c; 
	-webkit-border-top-left-radius:3px; -moz-border-radius-topleft:3px; border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px; -moz-border-radius-topright:3px; border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px; -moz-border-radius-bottomright:3px; border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px; -moz-border-radius-bottomleft:3px; border-bottom-left-radius:3px;
	border:1px solid #966701;
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
	height:27px;
	line-height:27px;
	width:125px;
	text-align:right;
	padding: 0 25px 0 0;
}
.tr_forward a {
	text-decoration: none;
	color:#ffffff;
}
.tr_f_cen {
	text-align:center;
	padding: 0 0 0 0;
}
.tr_arrows {
	color:#777777;
	font-size: 18px;
	font-weight:bold;
}

/* elearning training buttons */

.tr_btn {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffb412), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffb412 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb412', endColorstr='#ffffff');
	background-color:#ffb412;
	-webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
	border:1px solid #ffd07e;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:27px;
	line-height:27px;
	width:155px;
	text-align:center;
	margin-left:3px;
	margin-right:3px;
}

.tr_btn a {
	text-decoration: none;
} 

.tr_btn a p {
	padding:0;
}

.tr_white {	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fbfbfb), color-stop(1, #d6d6d6) );
	background:-moz-linear-gradient( center top, #fbfbfb 5%, #d6d6d6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#d6d6d6');
	background-color:#f5f5f5; 
	-webkit-border-top-left-radius:3px; -moz-border-radius-topleft:3px; border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px; -moz-border-radius-topright:3px; border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px; -moz-border-radius-bottomright:3px; border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px; -moz-border-radius-bottomleft:3px; border-bottom-left-radius:3px;
	border:1px solid #cecece;
	display:inline-block;
	color:#777777;
	font-size:16px;
	font-weight:normal;
	height:27px;
	line-height:27px;
	text-align:center;
	padding: 5 5 5 5px;
	min-width:127px;
	margin-left:3px;
	margin-right:3px;
}
.tr_white a {
	text-decoration: none;
}

.tr_brown {	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a46b1c), color-stop(1, #c5a270) );
	background:-moz-linear-gradient( center top, #a46b1c 5%, #c5a270 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a46b1c', endColorstr='#c5a270');
	background-color:#a46b1c; 
	-webkit-border-top-left-radius:3px; -moz-border-radius-topleft:3px; border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px; -moz-border-radius-topright:3px; border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px; -moz-border-radius-bottomright:3px; border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px; -moz-border-radius-bottomleft:3px; border-bottom-left-radius:3px;
	border:1px solid #966701;
	display:inline-block;
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	height:27px;
	line-height:27px;
	text-align:center;
	padding: 5 5 5 5;
	min-width:127px;
	margin-left:3px;
	margin-right:3px;
}
.tr_brown a {
	text-decoration: none;
}

.chal_btn {
	background: #feccb1; /* Old browsers */
	background: -moz-linear-gradient(top,  #feccb1 0%, #f17432 40%, #ea5507 59%, #fb955e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feccb1), color-stop(40%,#f17432), color-stop(59%,#ea5507), color-stop(100%,#fb955e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feccb1 0%,#f17432 40%,#ea5507 59%,#fb955e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feccb1 0%,#f17432 40%,#ea5507 59%,#fb955e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feccb1 0%,#f17432 40%,#ea5507 59%,#fb955e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feccb1 0%,#f17432 40%,#ea5507 59%,#fb955e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius:3px; -moz-border-radius-topleft:3px; border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px; -moz-border-radius-topright:3px; border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px; -moz-border-radius-bottomright:3px; border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px; -moz-border-radius-bottomleft:3px; border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #d9d8d8;
	display:inline-block;
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	text-align:center;
	padding: 5 5 5 5;
	min-width:127px;
	margin-left:3px;
	margin-right:3px;
}
.chal_btn a {
	text-decoration: none;
	color:#ffffff;
}
.hintbtn {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #d9d8d8;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
	text-align:center;
	min-width:90px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.tr_forward_small {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #d9d8d8;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
	text-align:center;
	min-width:90px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.fill_training_AgainBtn {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #d9d8d8;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
	text-align:center;
	min-width:90px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.chal_input {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #d9d8d8;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
	text-align:center;
	min-width:127px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
/* audio buttons */
audio { 
	width: 100%; display: block; margin: 0;
}
.sentence audio { 
	margin-top: 15px;
}
.explain audio { 
	margin: 10px 0;
}

/* wordbook buttons */
.mytango_btn {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #d9d8d8;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.all_onoff {	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a46b1c), color-stop(1, #c5a270) );
	background:-moz-linear-gradient( center top, #a46b1c 5%, #c5a270 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a46b1c', endColorstr='#c5a270');
	background-color:#a46b1c; 
	-webkit-border-top-left-radius:3px; -moz-border-radius-topleft:3px; border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px; -moz-border-radius-topright:3px; border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px; -moz-border-radius-bottomright:3px; border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px; -moz-border-radius-bottomleft:3px; border-bottom-left-radius:3px;
	border:1px solid #966701;
	display:inline-block;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	min-width:90px;
}

.onoff1 {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #d9d8d8;
	display:inline-block;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
a.btn, a.btn:hover {
	text-decoration: none;
}
button.btn.btn100,
a.btn.btn100 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
/* Pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 10px;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
h3.about-title {
	font-size: 18px;
	margin: 10px 0 25px;
}
h4.about-title {
	font-size: 14px;
	margin: 10px 0 0;
}
/***********************************************************
 3.Basic Layout
***********************************************************/
.news-block {
	border: 2px solid #0d8fd3;
	height: 100px;
	margin: 0 0 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.news-block.news-header{
	border: none;
	border-bottom: 2px solid #0d8fd3;
	height: 100px;
	margin: 0 0 15px;
	background-color: #cfe9f6;
	border-radius: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.news-block.news-header dl dt img,
.news-block.news-header dl dt .noimage,
.news-block.news-header dl dt .bgimage {
	position: absolute;
	border-bottom-left-radius: 0;
}

.news-block.news-header .news-tilte-jp a:hover {
	text-decoration: underline;
}
.news-block a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.news-block a:hover {
	background-color: #cfe9f6;
	opacity: 0.9;
}
.news-block dl dt {
	position: relative;
}
.news-block dl dt img,
.news-block dl dt .noimage,
.news-block dl dt .bgimage {
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	width: 0;
	height: 0;
}
.news-block dl.top dt img,
.news-block dl.top dt .noimage,
.news-block dl.top dt .bgimage {
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	width: 100px;
	height: 100px;
}
.news-block dl dd {
	padding: 10px 5px 0 15px;
}
.news-block dl.top dd {
	padding: 10px 5px 0 115px;
}
.news-block .bdate {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
}
.news-block .news-tilte-jp {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 0;
}
.news-block .news-tilte-en {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	color: #696969;
	margin: 4px 0;
}
.news-block .original-date {
	font-size: 11px;
	color: #808080;
}
.news-block .noimage {
	background-color: #f5f5f5;
	text-align: center;
}
.news-block .bgimage {
	background-position: 50% 50%;
	background-size:200px auto;
}
.news-block .noimage p {
	color: #a9a9a9;
	font-size: 12px;
	margin-top: 30px;
	line-height: 2.4;
}

@media (max-width: 768px) {
	.news-block {
		border: none;
		border-top: 2px solid #0d8fd3;
		border-radius: 0;
		height: 100px;
		margin: 0;
	}
	.news-block.news-header {
		border: none;
		border-bottom: 2px solid #0d8fd3;
		margin-bottom: 0;
	}
	.news-block dl dd {
		padding: 10px 5px 0 10px;
	}
	.news-block dl.top dd {
		padding: 10px 5px 0 110px;
	}
	

	.news-block .bdate {
		font-size: 12px;
		font-weight: normal;
	}
	.news-block dl dt img,
	.news-block dl dt .noimage,
	.news-block dl dt .bgimage {
		border-radius: 0;
	}
	.news-block .news-tilte-jp {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.3;
		margin: 4px 0;
	}
	.news-block .news-tilte-en {
		font-size: 10px;
		font-weight: bold;
		line-height: 1.1;
		color: #696969;
		margin: 2px 0;
	}
	.news-block .original-date {
		display: none;
	}
	.news-block dl.top dt img,
	.news-block dl.top dt .noimage,
	.news-block dl.top dt .bgimage {
		border-radius: 0;
	}
}
/***********************************************************
 4.Content
***********************************************************/
#img-castpic {
	width: 556px;
	margin-bottom: 10px
}
.about-waku {
	background-color: #f4f4f4;
	padding: 15px;
	margin-top: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#elearning-footer {
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding-top: 5px;
	text-align: center;
}
#elearning-footer table {
	width: 650px;
	margin: 0 auto;
}
/* ボキャブラリーチェック */
#vcheck .title-sub {
	 font-weight: bold;
	 font-size: 14px;
	 margin: 20px 0 0;
}
#vcheck .btn-area {
	text-align: center;
	margin:30px 0;
}
#vcheck ul.caution {
	font-size: 12px;
	line-height: 1.2;
	margin-top: 15px;
	color: #696969;
	text-align: left;
	margin: 45px 90px;
}

/* 固定ページ用ヘッダータイトル */
#main_mid h2.page_title {
	background-color: #cfe9f6;
	border: 2px solid #0d8fd3;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 5px 10px;
	text-align: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* 固定ページ用ヘッダータイトル */
#main_mid h2.statics_title {
	background-color: #e2e2e2;
	border: 2px solid #9c9c9c;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 5px 10px;
	text-align: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/***********************************************************
 4.Content - Top
***********************************************************/
#conatiner {
	width: 100%;
	padding: 0;
}
.mcontainer {
	background: none;
}
#top_links, 
#top_links_login {
	background: none;
	height: 20px;
}
#link_white a {
	text-shadow: none;
}
#link_white a:hover {
	text-decoration: underline;
}
.news-block_1 {
	border: 2px solid #0d8fd3;
	margin: 0 0 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.block_1 h2 {
	font-size: 16px;
	background-image: none;
	background-color: #cfe9f6;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-bottom: 0;
}
.block_2 {
	border: 1px solid #ddd;
	margin: 15px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}
.block_2 h2 {
	font-size: 16px;
	background-image: none;
	background-color: #f5f5f5;
	margin-bottom: 0;
	padding: 5px 10px;
}
#conatiner #content_area {
	padding-top: 20px;
}
#conatiner #content_area #main_mid .tbl_data td {
	padding: 10px;
}
#main_right {
	padding: 0;
}
#top-notice-sp {
	font-size: 12px;
	font-weight: bold;
	color: #ce4844;
	line-height: 1.4;
	padding: 5px;
	border: 1px solid #ce4844;
	border-radius: 4px;
	margin:10px;
}

/* About */
.title.brown {
	margin-top: 20px;
}
ul.about {
	font-size: 13px;
	margin: 5px 0 5px 20px;
	
}
ul.about li {
	padding: 4px 0;
}

.block_rgt {
	background-image: none;
	background: none;
	border: 2px solid #bebebe;
	margin: 15px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}
.block_rgt .block2 a.btn {
	margin-bottom: 5px;
}
.block_rgt .block2 a.btn img {
	vertical-align: -2px;
	margin-right: 2px;
}
.block_rgt .block2 a.btn:last-child {
	margin-bottom: 0;
}

#main_right h2 {
	font-size: 14px;
	background-image: none;
	background-color: #d4d4d4;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: auto;
	margin: 0;
	padding: 5px 10px;

}
#container_links, #top_links {
	background-color: #e5e5e5;
}
#container_links_login, #top_links_login {
	background-color: #e5e5e5;
}
#top_links, 
#top_links_login {
	width: 990px;
	margin: 0 auto;
	height: 28px;
	padding: 4px;
}
.tab_menu {
	color: #000;
	font-size: 14px;
	padding: 4px 10px 2px;
}
.tbl_rgt tr {
	background: none;
}
.tbl_rgt td {
	border-bottom: 2px solid #bebebe;
}
/* News */
#conatiner_in_gray {
	background: none;
	border: 1px solid #ddd;
	margin: 20px 0 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#conatiner_in h2.news-header,
#conatiner_in h2.mypage-header {
	font-size: 16px;
	background-image: none;
	background-color: #cfe9f6;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-bottom: 15px;
	line-height: 26px;
	padding: 5px 10px;
}
#conatiner_in_gray h2.news-header{
	font-size: 16px;
	background-image: none;
	background-color: #f5f5f5;
	margin-bottom: 15px;
	line-height: 26px;
	padding: 5px 10px;
}
.calender_bg_News {
	background: none;
	border: 1px solid #ddd;
	margin: 20px 0 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px 0 30px;
	text-align: center;
}
div#calender_news {
	margin-bottom: 5px;
}
.tabs a {
/* 	background: none; */
}
#myTab {
	margin-top: 8px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.tab-content {
	padding: 20px 10px 15px;
	line-height: 1.6;
	font-size: 16px;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}
p.caution {
	font-size: 12px;
	line-height: 1.2;
	margin: 15px 15px 0;
	color: #696969;
}

/* elearning */
.pagelink {
	padding: 3px 5px 1px;
}
.pagelink.active {
	background-color: #777;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
label.radio {
	cursor: pointer;
}
.msg {
	text-align: center;
	margin-bottom: 90px;
}
.msg p {
	font-size: 20px;
	line-height: 1.6;
	color: #808080;
	padding: 90px 0 20px;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-picture:before {
  content: "\e060";
}
/***********************************************************
 4.Contents
***********************************************************/
/* webquiz */
#webquiz #title {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}
#webquiz .sentence {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 5px;
}
#webquiz textarea {
	width: 100%;
	font-size: 14px;
}
#webquiz input {
	font-size: 12px;
	padding: 1px;
}
#webquiz p.rest {
	font-size: 90%;
	color: #333;
	padding-top: 5px;
	
}
#webquiz p.caution {
	font-size: 95%;
	color: #333;
	padding-top: 5px;
}
#webquiz .btn-area {
	text-align: center;
	margin: 30px 0 90px;
}
#webquiz embed {
	margin-bottom: 15px;
}
#webquiz #enquete {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 15px;
	padding: 15px;
}
#webquiz #enquete ul {
	list-style-type: none;
	width:100%;
}
#webquiz #enquete ul li {
	float: left;
	padding-right: 30px;
}

/* News */
#myTabContent a.word {
	text-decoration: none;
	line-height: 1;
	padding: 0;
	border-bottom: 1px dotted #808080;
}
#myTabContent a.word:hover,
#myTabContent a.word:active {
	background: #dcdcdc;
}
div.tooltip{
	color:#fff;
	background:#333;
	font-size: 13px;
	padding: 5px 10px;
	position:absolute;
	display:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	opacity: 0.95;
	margin-right: 15px;
}
div.tooltip span.type {
	border: 1px solid #fff;
	padding: 1px 1px 0;
	font-size: 11px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-right: 3px;
	line-height: 1;
}
div.tooltip #audio {
	margin: 4px 0 2px;
}
.radio-streaming {
  padding: 5px 10px;
  margin: 15px 0 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-weight: bold;
  background-color: #eeeeee;
  text-align: left;
}
.radio-streaming embed {
  vertical-align: top;
  margin-left: 15px;
}
/* Search */
.search-result {
	margin:10px 0 -15px;
}
h4.news-title {
	font-size: 16px;
}
h4.news-title-en {
	font-size: 14px;
	color: #555;
}
p.src-data {
	font-size: 12px;
	color: #808080;
	padding: 2px 0;
}
.panel-content {
	padding: 15px;
}
/* sentence */
.panel-content dl {
	margin-bottom: 10px;
}
.panel-content dl.sentence dt {
	margin-top: 24px;
	position: relative;
}
.panel-content dl.sentence dt span {
	position: absolute;
}
.panel-content dl.sentence dd {
	padding-left: 120px;
}
.panel-content dl.sentence dd embed {
	margin: 10px 0;
}
.panel-content .category-block {
	margin: 2px 0;
}
span.label-category {
	border: 1px solid #a9a9a9;
	color: #555;
	font-size: 11px;
	margin: 2px 5px 2px 0;
	padding: 1px 10px;
	white-space: nowrap;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
}
/* e-learning */
#fill_training_Btn .btn, #sort_training_Btn .btn {
	margin-right: 5px;
}
/* pronunciation */
#pron h2.movie-title {
	font-size: 16px;
}
#pron .area-movie {
	margin:25px 0 45px;
	text-align: center;
}
#pron embed {
/*
	width: 512px;
	height: 360px;
*/
}
#pron ul li p {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}
/***********************************************************
 5.Media Query
***********************************************************/
@media (max-width: 720px) {
	p {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 5px;
	}
	p.sentence, p.explain {
		font-size: 16px;
		line-height: 1.6;
		margin: 10px 0 20px;
	}
	ol.explain li {
		font-size: 16px;
		line-height: 1.6;
		padding-bottom: 15px;
	}
	.label-explain {
		font-size: 12px;
		margin-top: 15px;
	}
	.msg p {
		font-size: 16px;
		line-height: 1.4;
	}
	#login {
		font-size: 10px;
		width: 150px;
	}
	#login .btn{
		margin: 3px 0;
	}
	#main_mid h2.page_title {
		border: 0;
		border-bottom: 2px solid #0d8fd3;
		font-size: 14px;
		padding: 5px;
		margin: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}

	#main_mid h2.statics_title {
		background-color: #fe2e2e2;
		border: 0;
		border-bottom: 2px solid #9c9c9c;
		font-size: 14px;
		padding: 5px;
		margin: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	.sp-container {
		padding: 10px;
	}
	.btn-lg {
		font-size: 16px;
	}
	.block_2 {
		border-left: none;
		border-right: none;
		border-bottom: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		margin: 0;
	}
	/* About */
	.title.brown {
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 4px;
	}
	div.notice {
		font-size: 12px;
	}
	div.notice li {
		list-style-type: decimal;
	}
	ul.about li {
		list-style-type: disc;
	}
	h1.title-elearning {
		font-size: 16px;
		border-bottom: 1px solid #808080;
		padding: 5px 10px;
		background-color: #f5f5f5;
	}
	h3.about-title {
		font-size: 13px;
		line-height: 1.4;
		margin: 10px 0;
	}
	h4.about-title {
		font-size: 12px;
		margin: 5px 0 0;
	}
	.about-waku {
		padding: 10px;
	}
	/* words */
	#words #words-block {
		margin: 15px -10px 30px; 
	}
	#words #words-block ul{
		padding: 15px 0; 
	}
	#words #words-block ul li{
		padding: 5px 10px; 
	}
	#words #words-block ul li.japanese{
		background-color: #f5f5f5;
	}
	#words #words-block ul li.english{
		border-top: 2px solid #dcdcdc;
	}
	#words #words-block ul li:last-child {
		border-bottom: 2px solid #dcdcdc;
	}
	#words #words-block ul li button{
		margin-right: 5px;
	}
	#words span.type {
		border: 1px solid #333;
		padding: 1px;
		font-size: 11px;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		margin-right: 3px;
		line-height: 1;
	}

	.tab-content {
		padding: 15px 0;
		line-height: 24px;
	}
	#btn-group {
		margin:15px 0;
	}
	#btn-group a.btn {
		margin:5px 0 ;
	}
	#myTab {
		margin-top: 15px;
	}
	#myTab a,
	#myTab a:hover,
	#myTab a:active {
		font-weight: bold;
		color: #333;
	}
	/* eLearning */
	#elearning .btn-area {
		margin-top: 30px;
	}

	#elearning-footer table {
		width: 100%;
	}
	#img-castpic {
		width: 100%;
	}
	/* WEB Quiz */
	#webquiz #title {
		padding-top: 5px;
	}
	#webquiz .sentence {
		font-size: 12px;
	}
	#webquiz #enquete {
		padding-bottom: 0;
	}
	#webquiz #enquete ul li {
		float: none;
		padding: 5px 0;
	}
	#webquiz video {
		margin-bottom: 5px;
	}
	/* Search */
	.pagination {
	  margin: 10px 0 10px;
	}
	.search-result {
		margin: 2px 10px;
	}
	.panel-content {
		padding: 10px;
	}
	.panel-content .sentence .btn{
		margin: 5px 0;
	}
	.panel-content dl.sentence dt {
		margin-top: 15px;
	}
	.panel-content dl.sentence dt span {
		position: relative;
	}
	.panel-content dl.sentence dd {
		padding-left: 0;
	}
	.radio-streaming {
	  margin: 0 0 15px;
	}
}
@media print { 
	#nolCommonHeader, #common-footer { display: none !important; } 
}