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

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

body {
	background: url(images/bg.jpg) center top;
	color: black;
	font-family: serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	font-weight: bold;
}

.sp {
	display: none;
}

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

h2.img em {
	background: url(images/border.png) no-repeat center bottom;
	display: block;
	margin: 0px auto;
	padding: 12px 0px;
	width: 375px;
}

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

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

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

p.center {
	text-align: center;
}

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

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

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

a.link-btn {
	background:  url(images/link_btn.svg) no-repeat right 18px center;
	background-size: 8px;
	border-radius: 40px;
	font-weight: bold;
	margin: 0px auto;
	padding: 8px 45px 8px 40px;
	text-decoration: none;
	border: 1px solid;
	color: black;
}

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: 0px auto;
	padding: 13px 60px 13px 75px;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

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

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

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

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: 110%;
	font-weight: bold;
	line-height: 2em;
}

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

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

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

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

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

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;
}

/***********************************************************************/
table.list-table th {
	border-bottom: 1px solid #cad7db;
	border-top: 1px solid #cad7db;
	line-height: 1.5em;
	padding: 14px 40px 14px 0px;
	text-align: right;
	vertical-align: top;
	width: 30%;
}

table.list-table td {
	border-bottom: 1px solid #cad7db;
	border-top: 1px solid #cad7db;
	line-height: 1.5em;
	padding: 12px 30px 12px 0px;
	text-align: left;
}

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

div.header-bg,
#header-bg {
	background: black url(images/header_bg.jpg) no-repeat center center;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
	height: 347px;
	text-align: center;
	padding-top: 1px;
}

#header-bg h1 {
padding-top: 30px;
}

#header-bg p#header-copy {
	padding-top: 60px;
	text-align: center;
	margin-bottom: 3px;
}

#header-bg #header-logo p#header-text {
	color: white;
	font-size: 16px;
	letter-spacing: 3px;
	padding: 1px 8px;
	text-align: center;
	line-height: 1px;
}

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

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

div.bg-white {
	background-color: white;
}

div.bg-paper {
	background: url(images/bg-paper.jpg) repeat center top;
}

#footer {
	background: url(images/footer_bg.jpg) no-repeat center bottom;
	color: white;
	height: auto;
	padding: 25px 0px 20px 0px;
	text-align: center;
}

#footer a {
	color: white;
}

#footernav ul {
	margin-top: 20px;
	text-align: center;
}

#footernav ul li {
	border-left: 1px solid white;
	display: inline;
	padding: 0px 25px;
}

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

#footernav a {
	color: white;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

#footer h3 {
	color: white;
	font-size: 75%;
	padding-top: 10px;
}

#footer #footer-logo {
	margin: auto;
	padding: 18px 0px 10px 0px;
}

#footer p#footer-tel {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	text-align: center;
}

#footer p#footer-tel span {
	font-size: 30px;
	letter-spacing: 1px;
}

#footer address {
	font-size: 80%;
	font-style: normal;
	text-align: center;
}

#footer p#copyright {
	font-size: 65%;
	margin: auto;
	padding-top: 10px;
	text-align: center;
}

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

#pagetop a {
	display: block;
}
