
html {
	overflow-y: scroll;
}

body {
	font-size: 15px;
	max-width: 480px;
	min-width: 380px;
	-webkit-text-size-adjust: 100%;
}

.df {
	display: none;
}

.sp {
	display: inline;
}

h2.subtitle {
	font-size: 22px;
	padding: 20px 0 15px 0;
}

h2.subtitle em {
	font-size: 13px;
}

h2.img {
	font-size: 24px;
}

h3.subtitle {
	line-height: 1.5em;
}

p.spjustify {
	text-align: justify;
}

.spwideimg {
	height: auto;
	width: 100%;
}

a.link-btn {
	display: block;
	padding: 10px 30px 10px 20px;;
}


/***********************************************************************/


div.catch h2 {
	font-size: 20px;
	padding: 30px 10px 10px 10px;
}

div.catch div.img {
	display: block;
	padding: 20px 20px 10px 20px;
	text-align: center;
}

div.catch div.text {
	display: block;
	padding: 10px 20px 20px 20px;
}

div.arrow img {
	height: auto;
	width: 60px;
}

/***********************************************************************/

table.list-table {
	border: 1px solid #d2d2d2;
}

table.list-table th {
	background-color: #d2d2d2;
	display: block;
	padding: 10px 0 5px 15px;
	text-align: left;
	width: auto;
}

table.list-table td {
	border: none;
	display: block;
	padding: 10px 0 15px 15px;
	width: auto;
}

table.list-table td ul.list li {
	text-align: justify;
}
/***********************************************************************/


table.form-table tr {
	display: block;
	position: relative;
}

table.form-table th {
	border: none;
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding: 10px 0 10px 5%;
	text-align: left;
	width: 95%;
}

table.form-table td {
	border: none;
	clear: both;
	display: block;
	line-height: 1.5em;
	padding: 10px 5% 30px 5%;
}

table.form-table td.m {
	padding: 2px;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 30px;
}

table.form-table td.m span {
	display: table-cell;
	font-size: 12px;
	line-height: 1em;
	vertical-align: middle;
}

table.form-table td input.size500,
table.form-table td input.size400,
table.form-table td input.size300,
table.form-table td input.size200,
table.form-table td textarea {
	width: 95%;
}

table.form-table td input[type=checkbox] {
	width: auto;
}

input.submit {
	display: block;
	font-size: 20px;
	margin: 0 auto;
	padding: 15px 5%;
	width: 90%;
}

body#form p.error {
	padding: 30px 20px;
}

body#form table.form-table th,
body#form table.form-table td {
	padding-bottom: 10px;
	padding-top: 10px;
}

body#form table.form-table td {
	padding-bottom: 30px;
	padding-left: 20px;
}

body#form table.form-table td table tr {
	display: table-row;
}

body#form table.form-table td table th {
	background-color: white;
	color: #88724f;
	display: table-cell;
	padding: 5px 10px;
	text-align: right;
	white-space: nowrap;
	width: 30%;
}

body#form table.form-table td table td {
	display: table-cell;
	padding: 5px 10px;
	width: 70%;
}

/***********************************************************************/

#header-bg {
	background: none;
	padding: 10px 0;
}

#header {
	position: relative;
	width: 100%;
}

#header #header-logo {
	display: block;
	width: 220px;
}

#header #header-logo a {
	display: block;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#header #header-logo a img {
	height: auto;
	width: 180px;
}

#globalnav {
	display: none;
	left: 0;
	padding: 0;
	position: absolute;
	top: 74px;
	width: 100%;
	z-index: 5;
}

#globalnav ul {
	padding: 0;
	width: 100%;
}

#globalnav ul li {
	background-color: white;
	border-bottom: 1px solid #c5c5c5;
	border-left: none;
	display: block;
	padding: 0;
	text-align: center;
	width: auto;
}

#globalnav ul li a {
	background: #282828;
	height: auto;
	line-height: 1.5em;
	padding: 10px 20px;
}

#globalnav ul li a:hover {
	border-bottom: none;
}

#globalnav ul li a em {
	padding-top: 0;
}

#title {
	background-size: auto 100%;
	height: 160px;
}

#title h1 {
	font-size: 33px;
	padding-top: 50px;
	width: auto;
}

#main {
	padding: 20px 0 40px 0;
}

div.main,
div.main-c,
div.main-s,
div.main-ss {
	padding: 10px 15px;
	width: auto;
}

div.contents {
	border-radius: 10px;
	padding: 20px;
}

#footer {
	display: block;
	padding: 0;
	position: static;
	width: 100%;
}

#footer-logo {
	display: block;
	padding: 20px 0 0 0;
	text-align: center;
	width: 100%;
}

#footer-logo img {
	height: auto;
	width: 250px;
}

#footer address {
	line-height: 1.8em;
	padding: 10px 0 20px 0;
}

#footernav {
	margin: 0;
	position: static;
	width: 100%;
	;
}

#footernav ul li {
	background-color: #282828;
	border-bottom: 1px solid white;
	border-right: none;
	display: block;
	line-height: 1.6em;
	padding: 0;
}

#footernav ul li:first-child {
	border-left: none;
}

#footernav ul li a {
	color: white;
	display: block;
	font-weight: bold;
	padding: 12px 50px;
	text-align: center;
}

#footernav ul li a:hover {
	background-color: #505050;
}


#footernav ul li a::after {
	background-color: white;
}

p#copyright {
	padding: 10px 0;
	text-align: center;
	width: auto;
}

#pagetop {
	padding-bottom: 0;
}

#pagetop a {
	background-color: #595959;
	padding: 14px 10px;
}
