
html {
	min-width: 250px;
	overflow-y: scroll;
}

body {
	background: url(images/bg_sp.jpg) repeat center top;
	background-attachment: fixed;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	-webkit-text-size-adjust: 90%;
	width: 100%;
}

div.df,
span.df {
	display: none;
}

span.sp,
div.sp {
	display: inline;
}

h2 em {
	font-size: 130%;
}

p {
	line-height: 1.8em;
}

p.spjustify {
	text-align: justify;
}

span.link-btn a,
span.link-btn-s a,
span.link-btn-prev a,
span.link-btn-next a,
span.link-btn-w a,
div.page a.next,
div.page a.prev,
div.body a.link-btn,
a.link-btn,
a.link-btn-prev,
a.link-btn-s,
a.link-btn-yellow,
a.link-btn-red {
	display: block;
	margin: 5px 0;
	padding: 10px 30px;
	text-align: center;
	width: auto;
}

a.link-btn-yellow,
a.link-btn-red,
a.link-btn {
	font-size: 100%;
}

a.link-btn-gray {
	display: block;
	font-size: 15px;
	padding: 15px 25px;
}

ul.list li {
	background-position: 5px 13px;
	line-height: 1.5em;
	padding: 8px 0 8px 22px;
}

.spwideimg {
	height: auto;
	width: 100%;
}

/***********************************************************************/
div.indent {
	padding: 0 10px;
}

div.indent {
	padding: 0 20px;
}

ul.photos li img {
	height: auto;
	max-width: 100%;
}

/***********************************************************************/
table.form-table {
	border-top: 1px dotted #c5c5c5;
}

table.form-table tr {
	display: block;
	position: relative;
}

table.form-table th {
	border: none;
	border-top: 1px dotted #c5c5c5;
	display: block;
	float: left;
	font-size: 110%;
	font-weight: bold;
	padding: 20px 0 5px 5%;
	text-align: left;
	width: 95%;
}

table.form-table td {
	border: none;
	clear: both;
	display: block;
	line-height: 1.5em;
	padding: 10px 2% 20px 5%;
	width: 90%;
}

table.form-table td.m {
	border: none;
	float: right;
	height: 30px;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 16px;
	width: 30px;
}

table.form-table select {
	width: 89%;
}

table.form-table td.try select {
	width: auto;
}

table.form-table td input {
	width: 89%;
}

table.form-table td textarea {
	width: 89%;
}

body#form p.error {
	padding: 30px 20px;
}

body#form table.form-table th {
	padding: 10px 0 10px 5%;
	width: 95%;
}

body#form table.form-table td {
	padding: 10px 2% 20px 5%;
	width: 90%;
}

/***********************************************************************/
ul.newslist li a {
	background-position: right 10px center;
	padding: 20px 25px 20px 15px;
}

ul.newslist li a span.category {
	padding: 0;
	white-space: nowrap;
	width: 100px;
}

ul.newslist li a span.datetitle strong {
	font-size: 110%;
}

ul.voicelist li a {
	background-position: center bottom 17px;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	padding: 20px 0 80px 0;
}

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

ul.voicelist li a span.text {
	padding: 0 0 10px 0;
	width: 100%;
}

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

header #logo p#headertext {
	line-height: 1.3em;
	padding-top: 10px;
}

header #logo a#headerlogo {
	padding: 10px 0 15px 0;
}

header #logo a#headerlogo img {
	height: auto;
	width: 150px;
}

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

#title img {
	height: auto;
	max-width: 50px;
	width: 100%;
}

#title h1 {
	font-size: 30px;
	padding-top: 5px;
}

#coursetitle {
	background-image: none;
	padding: 30px 0;
}

div.compact,
div.main,
div.main-s,
div.spmain {
	padding: 0 15px;
	width: auto;
}

div.bgwhite {
	width: auto;
}

footer {
	border-top: none;
	padding: 0;
	text-align: center;
	width: 100%;
}

nav#footernav {
	padding: 0;
}

nav#footernav ul {
	flex-wrap: wrap;
	padding: 0;
}

nav#footernav ul li {
	border-left: none;
	border-right: none;
	padding: 0;
	width: 100%;
}

nav#footernav ul  li:last-child {
	border-right: none;
}

nav#footernav ul li a {
	background: #257dab url(images/footernav_sp_li.png) no-repeat right 15px center;
	border-top: 1px solid white;
	color: white;
	display: block;
	font-size: 100%;
	padding: 18px 0;
	text-decoration: none;
}

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

footer h3 {
	padding-top: 40px;
}

p#footer-tel a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#twitterlogo {
	padding-bottom: 15px;
}

p#copyright {
	background: none;
	padding: 0 0 75px 0;
}

#fcontact {
	align-items: center;
	bottom: 0;
	display: flex;
	position: fixed;
	width: 100%;
}

#fcontact a {
	color: white;
	font-size: 17px;
	line-height: 26px;
	padding: 10px 0 2px 0;
	text-decoration: none;
	width: 50%;
}

#fcontact a em {
	display: block;
	font-size: 17px;
	font-weight: 600;
	padding-top: 3px;
}

#fcontact-experience {
	background-color: #8ad100;
}

#fcontact-material {
	background-color: #00608e;
}

#pagetop {
	height: auto;
	position: static;
	text-align: center;
}

#pagetop a {
	background-color: #257dab;
	height: auto;
	padding: 25px 0 40px 0;
	width: auto;
}

#pagetop a img {
	height: auto;
	width: 30%;
}