/*
Theme Name: schedule_bax
Theme URI: https://wordpress.org/themes/twentyten/
Description: 2018年度BAXスケジュール表示用テンプレート
Author: the Adworks team
Author URI: https://adworks24.co.jp
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header
Text Domain: twentyten
*/


* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}
body {
	background: #fff;
	color: #1a1a1a;
	font-family: "Kosugi", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic", YuGothic, "Droid Sans", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	position: relative;
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		-o-text-size-adjust: 100%;
		text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;*/
	font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	word-break: break-word;
}
article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
br,
hr {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
input,
select {
	vertical-align: middle;
}
a {
	color: #333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

.inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.inner:after,
main:after,
section:after,
section dl:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
header {
	background: #23256e;
/*	background: -moz-linear-gradient(top, #7a4873 0%, #5c255e 100%);
	background: -webkit-linear-gradient(top, #7a4873 0%,#5c255e 100%);
	background: linear-gradient(to bottom, #7a4873 0%,#5c255e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a4873', endColorstr='#5c255e',GradientType=0 );
*/	color: #fff;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	height: 10vh;
}
header.inner {
	padding: 18px 0 0;
}
header h2 {
	font-size: 40px;
	font-size: 4rem;
	margin-bottom: 6px;
}
h1#site-title {
	margin-bottom: 0.5em;
}
#post-2 {
}
h2.entry-title {
	background-color: #2e3192;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #666;
	padding: 8px 0;
	color: #fff;
}
.entry-content {
	height: calc(99.999% - 191px);
	height: -webkit-calc(99.999% - 191px);
}
section {
	border-bottom: 1px solid #fff;
	padding: 0;
	width: 100vw;
	height: 14.5vh;
}

section:nth-of-type(1),
section:nth-of-type(3),
section:nth-of-type(5) {
	background: #23256e;
/*	background: -moz-linear-gradient(top, #4d4d4d 0%, #333 100%);
	background: -webkit-linear-gradient(top, #4d4d4d 0%,#333 100%);
	background: linear-gradient(to bottom, #4d4d4d 0%,#333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#333',GradientType=0 );
*/	color: #fff;
}
section:nth-of-type(2),
section:nth-of-type(4),
section:nth-of-type(6) {
	background: #2e3192;
/*	background: -moz-linear-gradient(top, #4d4d4d 0%, #333 100%);
	background: -webkit-linear-gradient(top, #4d4d4d 0%,#333 100%);
	background: linear-gradient(to bottom, #4d4d4d 0%,#333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#333',GradientType=0 );
*/	color: #fff;
}
/*section:nth-of-type(2),
section:nth-of-type(3),
section:nth-of-type(4) {
	background: #333;
	background: -moz-linear-gradient(top, #333 0%, #1a1a1a 100%);
	background: -webkit-linear-gradient(top, #333 0%,#1a1a1a 100%);
	background: linear-gradient(to bottom, #333 0%,#1a1a1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#1a1a1a',GradientType=0 );
	color: #fff;
}
section:nth-of-type(5),
section:nth-of-type(6) {
	background: #1a1a1a;
	background: -moz-linear-gradient(top, #1a1a1a 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #1a1a1a 0%,#000000 100%);
	background: linear-gradient(to bottom, #1a1a1a 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#000000',GradientType=0 );
	color: #fff;
}*/
section h2 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	float: left;
	height: 100%;
	line-height: 14.5vh;
	padding: 0 24px;
}
section h2:first-letter {
	font-size: 30px;
	font-size: 3rem;
}
section dl {
	padding: 0;
	float: left;
	height: 100%;
	line-height: 16vh;
	width: 75%;
}
section dl dt:after {
	content: "";
	display: block;
	clear: both;
}
section p {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
}
section dl dt {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	width: 3.5em;
	float: left;
	background-color: #ffd900;
	color: #000;
	text-align: center;
	height: 100%;
	line-height: 14.5vh;
	clear: left;
/*	background: -moz-linear-gradient(top, #ffe866 0%, #ffd900 100%);
	background: -webkit-linear-gradient(top, #ffe866 0%,#ffd900 100%);
	background: linear-gradient(to bottom, #ffe866 0%,#ffd900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe866', endColorstr='#ffd900',GradientType=0 );
*/}
section dl dd {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	float: left;
	width: 87%;
	padding: 42px 0 0 24px;
}
section dl dd:nth-of-type(2) {
	font-weight: normal;
	font-size: 20px;
	font-size: 2rem;
	padding-top: 2px;
}
section dl dd span {
	font-size: 20px;
	font-size: 2rem;
}
footer {
}
