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

body {
	font-size: 95%;
	-webkit-text-size-adjust: 95%;
}

.df {
	display: none;
}

.sp {
	display: inline;
}

div.sp {
	display: block;
}

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

p.spjustify {
	text-align: justify;
}

span.link-btn a,
span.link-btn-prev a,
div.page a.prev,
div.page a.next,
a.link-btn {
	background-position: right 10px center;
	display: block;
	font-size: 100%;
	line-height: 1.5em;
	margin: 5px 0px;
	padding: 15px 20px;
	text-align: center;
}

span.link-btn-prev a,
div.page a.prev {
	background-position: left 10px center;
}

/***********************************************************************/
table.list-table th {
	display: block;
	padding: 10px;
	text-align: center;
	width: auto;
}

table.list-table td {
	border: none;
	display: block;
	padding: 10px 10px 30px 10px;
	width: auto;
}

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

table.form-table th {
	border: none;
	display: block;
	font-size: 110%;
	padding: 10px 15px;
	text-align: left;
	width: auto;
}

table.form-table td {
	border: none;
	display: block;
	padding: 10px 10px 25px 15px;
}

body#form table.form-table td.m {
	padding: 0px;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 30px;
}

table.form-table td select {
	width: 90%;
}

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

table.form-table td span.spwideform input {
	width: 90%;
}

input.submit {
	background-position: right 10px center;
	display: block;
	font-size: 120%;
	padding: 18px 0;
	width: 100%;
}

body#form table.form-table th {
	padding-bottom: 10px;
	padding-top: 10px;
}

body#form table.form-table td {
	padding-bottom: 25px;
	padding-top: 10px;
}

/***********************************************************************/
ul.newslist li a {
	background-position: right 10px center;
	display: block;
	padding: 16px 0px;
	text-decoration: none;
}

ul.newslist li a span.date {
	padding: 10px 20px;
	text-align: left;
	width: 50%;
}

ul.newslist li a strong {
	display: block;
	padding: 10px 20px;
	width: auto;
}

ul.newslist li a span.category {
	width: 50%;
}

ul.newslist li span.category span {
	width: auto;
}

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

/***********************************************************************/
div.header-sp {
	position: relative;
}

#header {
	padding-bottom: 8px;
	padding-left: 15px;
	width: auto;
}

#header #header-logo {
	border-left: 15px solid #d70d18;
	display: block;
	padding: 15px 0px 8px 15px;
}

#header #header-logo img {
	height: auto;
	width: 160px;
}

#globalnav {
	display: none;
	height: auto;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 65px;
	width: 100%;
	z-index: 990;
}

#globalnav ul {
	display: block;
	padding: 0px;
	width: 100%;
}

#globalnav ul li {
	background-color: white;
	border-bottom: 1px solid #37357a;
	border-left: none;
	display: block;
	padding: 0px;
	text-align: center;
	width: 100%;
}

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

#globalnav ul li a {
	background: #050359 url(images/link_btn.png) no-repeat right 10px center;
	border-bottom: none;
	display: block;
	height: auto;
	padding: 15px 0px;
}

#globalnav ul li.active a {
	background-color: white;
	color: #37357a;
}

#title div img {
	height: auto;
	width: 100%;
}

div.main,
div.main-s,
div.spmain {
	padding: 10px 25px;
	width: auto;
}

#footer {
	background-size: auto 100%;
	padding-bottom: 20px;
	padding-top: 30px;
}

#footernav {
	display: block;
}

#footernav ul {
	margin: 0px;
	padding: 0px;
}

#footernav ul li {
	background-color: white;
	border: none;
	display: block;
	padding: 0px;
}

#footernav ul li a {
	background: #050359 url(images/link_btn.png) no-repeat right 10px center;
	border: none;
	color: #201509;
	color: white;
	display: block;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 20px;
	text-decoration: none;
}

#footernav ul li a:hover {
	text-decoration: none;
}

#footer h3 {
	padding: 30px 10px;
}

#footer h3 img {
	height: auto;
	max-width: 250px;
	width: 100%;
}

p#copyright {
	padding: 10px 0px;
}

#pagetop {
	position: static;
	width: auto;
}

#pagetop a {
	background-color: #d70d18;
	display: block;
	padding: 10px;
	text-align: center;
}

#pagetop a img {
	height: auto;
	width: 100px;
}

