
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	height: auto;
	min-width: 1100px;
	overflow-y: scroll;
}

body {
	background: url(images/bg.jpg) repeat center top;
	background-attachment: fixed;
	color: black;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 95%;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4,
h5 {
	text-align: center;
}

h2 em {
	border-bottom: 3px solid #8ad100;
	font-size: 140%;
	font-style: normal;
	padding: 5px 10px;
}

h3 em {
	border-bottom: 3px solid #077dba;
	font-size: 120%;
	font-style: normal;
	padding: 5px 10px;
}

h3.title {
	border-bottom: 2px dotted #3083af;
	color: #3083af;
	font-size: 140%;
	padding-bottom: 7px;
}

h2.point {
	background-color: #e69b00;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	color: white;
	padding: 10px 0;
}

h3.pointtitle {
	border-bottom: 2px dotted #e69b00;
	color: #e69b00;
	font-size: 140%;
	padding-bottom: 10px;
}

p {
	line-height: 1.9em;
	margin: 15px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

a {
	color: #257dab;
	font-weight: normal;
	overflow: hidden;
}

a:hover,
input.submit:hover {
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	     opacity: .50;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a.link-btn,
span.link-btn a {
	background: #017ab9 url(images/link_btn.png) no-repeat right 15px center;
	border-radius: 40px;
	color: white;
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
	margin: 0 auto;
	padding: 20px 75px 20px 60px;
	text-decoration: none;
}

a.link-btn-s,
span.link-btn-s a,
div.body p a {
	background: #017ab9 url(images/link_btn_s.png) no-repeat right 15px center;
	border-radius: 40px;
	color: white;
	font-style: normal;
	font-weight: bold;
	margin: 0 auto;
	padding: 13px 75px 13px 60px;
	text-decoration: none;
}

a.link-btn-gray {
	background: white url(images/link_btn_gray.png) no-repeat right 15px center;
	border-radius: 40px;
	color: black;
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
	margin: 0 auto;
	padding: 18px 65px 18px 50px;
	text-decoration: none;
}

a.link-btn-red {
	background: #da1725 url(images/link_btn_r.png) no-repeat right 15px center;
	border-radius: 40px;
	color: white;
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
	margin: 0 auto;
	padding: 20px 75px 20px 60px;
	text-decoration: none;
}

a.link-btn-prev,
span.link-btn-prev a {
	background: #3083af url(images/link_btn_prev.png) no-repeat left 15px center;
	color: white;
	font-style: normal;
	font-weight: bold;
	margin: 0 auto;
	padding: 13px 60px 13px 75px;
	text-decoration: none;
}

img {
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.8em;
	width: 100%;
}

div.body table {
	margin: 10px auto;
}

div.body table th,
div.body table td {
	border: 1px solid gray;
	padding: 3px 5px;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

div.body ul,
ul.list {
	border-top: 1px dotted black;
	line-height: 1.5em;
}

div.body ul li,
ul.list li {
	background: url(images/ul_list_li.png) no-repeat 10px 13px;
	border-bottom: 1px dotted black;
	display: block;
	padding: 8px 0 8px 30px;
	text-align: left;
}

ul.photos li.c {
	padding: 0 13px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .4em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/

div.indent {
	padding: 0 20px;
}

ul.photos {
	display: flex;
	justify-content: center;
}

ul.photos li {
	padding: 0 10px;
}

table.list-table th {
	background-color: #363636;
	border: 1px solid #9b9b9b;
	color: white;
	font-weight: normal;
	line-height: 1.5em;
	padding: 5px 2px;
	text-align: center;
}

table.list-table td {
	background-color: white;
	border: 1px solid #9b9b9b;
	line-height: 1.5em;
	padding: 5px 2px;
}

/***********************************************************************/
table.form-table {
	background-color: white;
}

table.form-table th {
	border-bottom: 1px solid #9b9b9b;
	border-top: 1px solid #9b9b9b;
	color: black;
	font-weight: normal;
	line-height: 1.5em;
	padding: 25px 2px 0 2px;
	text-align: right;
	vertical-align: top;
	width: 30%;
}

table.form-table td {
	border-bottom: 1px solid #9b9b9b;
	border-top: 1px solid #9b9b9b;
	line-height: 1.5em;
	padding: 20px 2px;
}

table.form-table td.m {
	padding: 22px 20px;
	vertical-align: top;
	white-space: nowrap;
	width: 5%;
}

table.form-table td.m span {
	background-color: #017fa4;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 65%;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

table.form-table td span.comment {
	color: gray;
	margin-left: 5px;
}

table.form-table td p {
	line-height: 1.5em;
	margin: 0;
	padding: 2px 0;
}

input,
textarea,
select {
	background-color: white;
	border: 1px solid #3083af;
	margin-right: 5px;
	padding: 8px;
}

table.form-table td input.size500 {
	width: 500px;
}

table.form-table td input.size400 {
	width: 400px;
}

table.form-table td input.size300 {
	width: 300px;
}

table.form-table td input.size200 {
	width: 200px;
}

table.form-table td input.size150 {
	width: 150px;
}

table.form-table td input.size50 {
	width: 50px;
}

table.form-table td textarea {
	width: 400px;
}

textarea {
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 95%;
	height: auto;
	width: 80%;
}

input.radio,
input.checkbox {
	border: none;
	padding: 0;
}

input.submit {
	background: #3083af url(images/link_btn.png) no-repeat right 10px center;
	color: white;
	cursor: pointer;
	font-size: 140%;
	font-weight: bold;
	padding: 15px 80px 15px 70px;
	text-decoration: none;
}

body#form table.form-table th {
	padding: 15px;
	width: 40%;
}

body#form table.form-table td {
	padding: 15px 15px 15px 30px;
}

/***********************************************************************/
ul.newslist {
	display: block;
	z-index: 1;
}

ul.newslist li {
	border-top: 1px dotted black;
}

ul.newslist li:last-child {
	border-bottom: 1px dotted black;
}

ul.newslist li a {
	background: white url(images/link_btn_blue.png) no-repeat right 25px center;
	color: black;
	display: block;
	padding: 18px 35px 18px 20px;
	text-decoration: none;
}

div.schedulelist ul.newslist li a {
	background-image: url(images/link_btn_yellow.png);
}

ul.newslist li a span.category {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
	width: 110px;
}

ul.newslist li a span.category span {
	color: white;
	display: block;
	font-size: 75%;
	font-size: 85%;
	padding: 0 10px;
	text-align: center;
}

ul.newslist li a span.datetitle {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
}

ul.newslist li a span.datetitle span.date {
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
}

ul.newslist li a span.datetitle strong {
	display: block;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5em;
	text-align: justify;
	text-decoration: none;
	vertical-align: middle;
}

ul.voicelist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

ul.voicelist li {
	border-bottom: 1px solid #d9d0bf;
}

ul.voicelist li a {
	align-items: center;
	background: url(voice/images/voice_btn.png) no-repeat right 40px center;
	color: black;
	display: flex;
	padding: 30px 120px 30px 30px;
	text-decoration: none;
	transition: all .4s;
}

ul.voicelist li a:hover {
	background: url(voice/images/voice_btn_hover.png) no-repeat right 30px center;
	opacity: 1;
	transition: all .3s;
}

ul.voicelist li a span.img {
	border-radius: 10px;
	display: block;
	width: 250px;
}

ul.voicelist li a span.img img {
	height: auto;
	width: 100%;
}

ul.voicelist li a span.text {
	padding-left: 50px;
	width: 500px;
}

ul.voicelist li a span.text strong {
	background-color: white;
	border: 3px dotted #fd7b44;
	border-radius: 15px;
	display: block;
	font-size: 18px;
	line-height: 1.8em;
	padding: 25px 30px;
	text-align: justify;
}

a span.category span.schedule,
.category span.schedule a {
	background-color: #c38500;
}

a span.category span.news,
.category span.news a {
	background-color: #499fb4;
}

a span.category span.movie,
.category span.movie a {
	background-color: #89c21b;
}

div.category span a {
	color: white;
	font-size: 100%;
	padding: 8px 10px;
	text-decoration: none;
	text-decoration: none;
}

div.page {
	padding-top: 50px;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.next,
div.page a.prev {
	margin: 0 10px;
}

div.page a.page-numbers {
	background-color: #257dab;
	color: white;
	display: inline-block;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

div.page a.next,
div.page a.prev {
	background-color: #00afdd;
	border: none;
	border-radius: 40px;
	font-weight: bold;
}

div.page a.next {
	background: #257dab url(images/link_btn_s.png) no-repeat right 15px center;
	padding: 13px 60px 13px 40px;
}

div.page a.prev {
	background: #257dab url(images/link_btn_prev.png) no-repeat left 15px center;
	padding: 13px 40px 13px 60px;
}

div.page span.page-numbers {
	background-color: white;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	display: inline-block;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

/***********************************************************************/
header {
	background-color: #f9fdff;
	border-top: 5px solid #017ab9;
	text-align: center;
}

header #logo p#headertext {
	color: #017ab9;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin: 0;
	padding-top: 15px;
	text-align: center;
}

header #logo a#headerlogo {
	display: inline-block;
	padding: 20px 0;
}

#title {
	padding: 40px 0 30px 0;
	text-align: center;
}

#title h1 {
	color: white;
	font-size: 40px;
}

#title-s {
	padding: 20px 0 10px 0;
	text-align: center;
}

#title-s img {
	height: auto;
	width: 40px;
}

#title-s span {
	color: white;
	display: block;
	font-size: 25px;
	font-weight: bold;
}

#title-s a {
	text-decoration: none;
}

div.main {
	margin: 0 auto;
	width: 1000px;
}

div.main-s {
	margin: 0 auto;
	width: 850px;
}

main {
	background: rgba(255,255,255,.6);
}

#coursetitle {
	margin: 0 auto;
	padding: 70px 500px 50px 100px;
}

div.photo img {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

footer {
	border-top: 1px solid #4da1cd;
	padding-top: 20px;
	text-align: center;
}

footer a {
	color: #017ab9;
}

nav#footernav {
	padding: 10px 0;
}

nav#footernav ul {
	display: flex;
	justify-content: center;
	padding: 10px 0;
}

nav#footernav ul li {
	border-left: 1px solid;
	color: #017ab9;
	line-height: 1.0em;
	padding: 0 26px;
}

nav#footernav ul  li:last-child {
	border-right: 1px solid;
}

nav#footernav ul li a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

footer #bgblue {
	background-color: rgba(1,122,185,.7);
	margin-top: 20px;
}

footer h3 {
	color: white;
	font-size: 80%;
	padding-top: 60px;
}

#footer-logo {
	margin: auto;
	padding: 20px 0 25px 0;
}

footer address {
	color: white;
	font-style: normal;
	text-align: center;
}

footer address a {
	color: white;
	font-size: 85%;
}

p#footer-tel {
	color: white;
	font-size: 25px;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

p#footer-tel span {
	font-size: 30px;
	margin-left: 5px;
}

#twitterlogo {
	padding-bottom: 40px;
}

#fcontact {
	display: none;
}

#pagetop {
	bottom: 0;
	position: fixed;
	right: 0;
}

#pagetop a {
	display: block;
}

p#copyright {
	background: #017ab9;
	color: white;
	font-size: 80%;
	margin: auto;
	padding: 20px 0;
	text-align: center;
}

