/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 13px;
    line-height: 1.3em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Meiryo', sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
}

a {
	outline: none !important;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style-type: none;
}

a {
	color: #004098;
	text-decoration: none;
}

a:hover {
	color: #00afec;
}

a.anim img {
	transition: all 0.2s ease-in-out;
}

a.anim:hover img {
	opacity: 0.8;
}

.redd {
	color: red !important;
}

.bluee {
	color: #046eb8 !important;
}

.aleft {
	text-align: left !important;
}

.aright {
	text-align: right !important;
}

.acenter {
	text-align: center !important;
}

li.last {
	margin-right: 0 !important;
	border: none !important;
}

.toolbar {
	background-color: #eeefef;
}

.toolbar .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 7px 0;
	position: relative;
}

.toolbar ul {
	float: right;
	margin-right: 400px;
}

.toolbar ul li {
	color: #888;
	float: left;
	font-size: 93%;
	border-right: 1px solid #888;
	padding: 2px 10px;
}

.toolbar ul li a {
	color: #888;
}

.toolbar ul li a:hover {
	color: #00afec;
}

.toolbar .font-sizer {
	position: relative;
}

.toolbar .font-sizer span {
	position: absolute;
	top: -3px;
	display: block;
	margin-right: 3px;
	border: 1px solid white;
	padding: 3px;
	color: white;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	background: #0074c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #0074c5 0%, #0093e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0074c5), color-stop(100%,#0093e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0074c5 0%,#0093e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0074c5 0%,#0093e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0074c5 0%,#0093e1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0074c5 0%,#0093e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074c5', endColorstr='#0093e1',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);

}

.toolbar .font-sizer span.small { right: -28px; font-size: 85%; }
.toolbar .font-sizer span.medium { right: -56px; font-size: 100%; }
.toolbar .font-sizer span.large { right: -84px; font-size: 115%; }

.toolbar #google_translate_element {
	position: absolute;
	top: 2px;
	right: 0;
}

header {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background: url(../img/bg_header.png) no-repeat 55% top;
}

header h1 {
	padding: 25px 0;
}

header .code,
header .link,
header .calendar-mini,
header .info-today {
	position: absolute;
}

header .code {
	top: 31px;
	left: 270px;
}

header .link {
	top: 3px;
	right: 142px;
}

header .calendar-mini {
	top: 4px;
	right: 0;
	width: 140px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	background: #5f5d5d; /* Old browsers */
	background: -moz-linear-gradient(top,  #5f5d5d 0%, #070606 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f5d5d), color-stop(100%,#070606)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5f5d5d 0%,#070606 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5f5d5d 0%,#070606 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5f5d5d 0%,#070606 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5f5d5d 0%,#070606 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5d5d', endColorstr='#070606',GradientType=0 ); /* IE6-9 */
	text-align: right;
	color: white;
	font-weight: 500;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	vertical-align: middle;
}

header .calendar-mini span {
	display: inline-block;
	margin-left: 2px;
}

header .calendar-mini .month { font-size: 140%; font-weight: bold; }
header .calendar-mini .month-ja { font-size: 80%; }
header .calendar-mini .day { font-size: 140%; font-weight: bold; }
header .calendar-mini .day-ja { font-size: 80%; margin-right: 37px; }

header .calendar-mini .week-day { 
	position: absolute;
	font-size: 100%;
	background-color: #00a0e8;
	top: 5px;
	right: 9px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

header .info-today {
	top: 39px;
	right: 0;
	width: 286px;
	padding: 1px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);

	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #e6e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e6e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#e6e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#e6e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#e6e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#e6e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e7e7',GradientType=0 ); /* IE6-9 */
}

header .info-today table {
	width: 100%;
    border-collapse: separate;
    border-spacing: 2px 2px;
}

header .info-today table th,
header .info-today table td {
	padding: 1px 3px;
}

header .info-today table th {
	background-color: #ffe100;
	font-size: 100%;
	font-weight: normal;

}

header .info-today table .cell01 { width: 60px; font-size: 93%; }
header .info-today table .cell02 { width: 50px; }

header .info-today table .cell01 b {
	font-size: 110%;
	color: red;
}

header .info-today table .cell02,
header .info-today table .cell03 {
	font-size: 77%;
}


nav.main {
	width: 100%;
	background-color: #e1f2fc;
}

nav.main ul.main {
	width: 1000px;
	height: 47px;
	margin: 0 auto;
	position: relative;
}

nav.main li.main {
	width: 139px;
	float: left;
	height: 47px;
	font-size: 116%;
}

nav.main li.main:hover,
nav.main li.main.selected {
	background: #004098 url(../img/bg_nav.png) repeat-x;
}

nav.main li.main:hover .sub,
nav.main li.main.selected .sub {
	display: block;
}

nav.main li.main a.main {
	display: block;
	width: 100%;
	margin: 7px 0;
	height: 33px;
	line-height: 33px;
	color: #222;
	text-shadow: 0 0 1px rgba(0,0,0,0.4);
	border-right: 1px solid #dcdcdd;
	text-align: center;
}

nav.main li.main:hover a.main,
nav.main li.main.selected a.main {
	color: white;
	text-shadow: 0 0 1px rgba(255,255,255,0.4);
}


nav.main #nav01 {
	width: 138px;
}

nav.main #nav01 a.main {
	border-left: 1px solid #dcdcdd;
}

nav.main #nav01:hover a.main,
nav.main #nav01.selected a.main {
	border-left: 1px solid #004098;
}


nav.main #nav04 {
	width: 239px;
}

nav.main #nav06 {
	width: 199px;
}

nav.main .sub-bg {
	position: relative;
	width: 100%;
	height: 57px;
	background-color: #004098;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);
	z-index: 10000; /* greater than overlay */
}

nav.main .sub {
	position: absolute;
	top: 47px;
	left: 0;
	width: 1100px;
	height: 47px;
	display: none;
	z-index: 10001;
}

nav.main .sub li {
	float: left;
	font-size: 85%;
	padding: 0 8px;
	border-right: 1px solid #215593;
}

nav.main .sub li:first-child {
	border-left: 1px solid #3a6599;	
}

nav.main .sub li a {
	color: white;
	text-shadow: 0 0 1px rgba(255,255,255,0.2);
	line-height: 57px;
}

.shadow-bottom {
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);
}

.breadcrumb {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 0;
	color: #666;
	font-size: 93%;
}

.main-wrapper {
	width: 100%;
	position: relative;
	min-height: 500px;
	color: #004098;
}

footer {
	width: 100%;
	background-color: #eeefef;
}

footer .footer-top {
	width: 1000px;
	padding: 15px 0 20px;
	margin: 0 auto;
}

footer .footer-top .column h2 {
	font-size: 108%;
	margin-bottom: 5px;
}

footer .footer-top .column {
	float: left;
	padding: 0 25px 0 15px;
	border-left: 1px solid #ddd;
	min-height: 200px;
}

footer .footer-top .column ul {
	padding: 0 0 0 17px;
}

footer .footer-top .column ul li {
	padding: 5px 0;
}

footer .footer-top .column ul li a {
	color: #666;
}

footer .footer-top .column ul li a:hover {
	color: #00b8ee;
}

footer .footer-top .column ul ul {
	list-style-type: disc;
	padding: 4px 0 0 17px;
	color: #666;
}

footer .footer-top .column.last {
	border-right: 1px solid #ddd;
}

footer .footer-bottom {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	color: #666;
}

footer .footer-bottom h2 {
	font-size: 108%;
	margin-bottom: 5px;
}

footer .footer-bottom p {
	font-size: 85%;
	line-height: 1.7em;
}

footer .footer-bottom p.copyright {
	position: absolute;
	right: 0;
	bottom: 10px;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 1;
	top: 0;
	left: 0;
	z-index: 9999;
}


/* ==========================================================================
   Schedule
   ========================================================================== */

.schedule p.month,
.schedule .label {
	float: left;
	margin: 0 20px 10px 0;
}

.schedule-header {
	position: relative;
}

.schedule p.month img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.schedule .label {
	padding-top: 5px;
}

.schedule ul.nav {
	position: absolute;
	top: 0;
	right: 0;
}

.schedule ul.nav li {
	float: left;
	margin-right: 5px;
}

.schedule ul.nav li a img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.schedule ul.nav li a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.schedule .label table {
	border-collapse: separate;
	border-spacing: 3px 3px;
}

.schedule .label table th,
.schedule .label table td {
	font-size: 93%;
	text-align: left;
	vertical-align: middle;
}

.schedule td.myj { background-color: #e50012; }
.schedule td.of { background-color: #7dcdf3; }
.schedule td.of-morning { background-color: #bfd97c; }
.schedule td.of-summer { background-color: #ffe100; }
/*.schedule td.of-night { background-color: #ac89bd; }*/
.schedule td.of-night { background-color: #CDADDC; }

.schedule .label td.myj,
.schedule .label td.of,
.schedule .label td.of-morning,
.schedule .label td.of-summer,
.schedule .label td.of-night { width: 2em; height: 2em; }

.schedule .label .notice {
	font-size: 93%;
}

.schedule .calendar-s table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.schedule .calendar-s th,
.schedule .calendar-s td {
	text-align: center;
	border: 1px solid #999999;
}

.schedule .calendar-s th {
	padding: 10px 0;
	color: white;

}

.schedule .calendar-s td {
	height: 20px;
	padding: 0 3px;
}

.schedule .calendar-s .day td,
.schedule .calendar-s .weekday td { 
	width: 24px;
	font-size: 85%;
	padding: 2px 0;
	color: #222;
}

.schedule .calendar-s .day td.sun,
.schedule .calendar-s .weekday td.sun {
	background-color: #fbe3d6;
	color: #c30e23;
}

.schedule .calendar-s .day td.sat,
.schedule .calendar-s .weekday td.sat {
	background-color: #d3ecfb;
	color: #1d2087;
}

.schedule .calendar-s .row-myj th {
	background-color: #a50519;
}

.schedule .calendar-s .row-myj td {
	font-size: 85%;
	color: white;
}

.schedule .calendar-s .row-tv td {
	padding: 0;
}

.schedule .calendar-s .row-tv td div {
	position: relative;
}

.schedule .calendar-s .row-tv td div .tooltip {
	position: absolute;
	top: -1.7em;
	right: -5%;
	line-height: 1.7em;
	padding: 0 4px;
	background-color: #222;
	color: white;
	display: none;
	font-size: 85%;
	border-radius: 4px;
}

.schedule .calendar-s .row-tv td div:hover .tooltip {
	display: block;
}

.schedule .calendar-s .row-tv th { background-color: #a50519; }
.schedule .calendar-s .th-of { background-color: #00487e; }
.schedule .calendar-s .th-main { background-color: #046eb8; }
.schedule .calendar-s .th-pal { background-color: #004697; }


/* ==========================================================================
   Common Style
   ========================================================================== */

.main-title {
	font-size: 123%;
	padding: 0 0 0 10px;
	background: #0068b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #0068b7 0%, #083190 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0068b7), color-stop(100%,#083190)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0068b7 0%,#083190 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0068b7 0%,#083190 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0068b7 0%,#083190 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0068b7 0%,#083190 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b7', endColorstr='#083190',GradientType=0 ); /* IE6-9 */
	color: #222;
	margin-bottom: 15px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.main-title div {
	padding: 10px 13px;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #e8e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#e8e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#e8e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#e8e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#e8e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e9e9',GradientType=0 ); /* IE6-9 */
}

.title01 {
	font-size: 123%;
	padding: 13px 20px;
	margin-bottom: 20px;
	font-weight: normal;
	color: white;
	background: #0070bd; /* Old browsers */
	background: -moz-linear-gradient(top,  #0070bd 0%, #00a0e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0070bd), color-stop(100%,#00a0e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0070bd 0%,#00a0e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0070bd 0%,#00a0e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0070bd 0%,#00a0e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0070bd 0%,#00a0e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070bd', endColorstr='#00a0e8',GradientType=0 ); /* IE6-9 */
}

.title01 span {
	font-size: 69%;
	display: inline-block;
	margin-left: 10px;
}


.title02 {
	font-size: 123%;
	padding: 13px 20px;
	margin-bottom: 20px;
	font-weight: normal;
	color: white;
	background: #009c9e; /* Old browsers */
	background: -moz-linear-gradient(top,  #009c9e 0%, #54b8b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009c9e), color-stop(100%,#54b8b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009c9e 0%,#54b8b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009c9e 0%,#54b8b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009c9e 0%,#54b8b9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009c9e 0%,#54b8b9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009c9e', endColorstr='#54b8b9',GradientType=0 ); /* IE6-9 */
}

.title02 span {
	font-size: 69%;
	display: inline-block;
	margin-left: 10px;
}

.title03 {
	font-size: 123%;
	padding: 13px 20px;
	margin-bottom: 20px;
	font-weight: normal;
	color: white;
	background: #db1c20; /* Old browsers */
	background: -moz-linear-gradient(top,  #db1c20 0%, #9e0d10 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db1c20), color-stop(100%,#9e0d10)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #db1c20 0%,#9e0d10 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #db1c20 0%,#9e0d10 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #db1c20 0%,#9e0d10 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #db1c20 0%,#9e0d10 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1c20', endColorstr='#9e0d10',GradientType=0 ); /* IE6-9 */
}

.title03 span {
	font-size: 69%;
	display: inline-block;
	margin-left: 10px;
}

.title04 {
	font-size: 123%;
	padding: 13px 20px;
	margin-bottom: 20px;
	font-weight: normal;
	color: white;
	background: #fece62; /* Old browsers */
	background: -moz-linear-gradient(top,  #fece62 0%, #ff9003 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fece62), color-stop(100%,#ff9003)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fece62 0%,#ff9003 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fece62 0%,#ff9003 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fece62 0%,#ff9003 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fece62 0%,#ff9003 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fece62', endColorstr='#ff9003',GradientType=0 ); /* IE6-9 */
}

.title04 span {
	font-size: 69%;
	display: inline-block;
	margin-left: 10px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}