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

html {
	overflow-y: scroll;
}

body {
	background: url(images/bg.jpg);
	color: #333333;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	min-width: 1000px;
}

.sp {
	display: none;
}

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

p {
	line-height: 1.8em;
	margin: 10px 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: #523f2b;
	overflow: hidden;
}

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

a.link-btn {
	background: url(images/link_btn.svg) no-repeat right 12px center,  white;
	background-size: 25px;
	border: 1px solid #d25c8c;
	color: #d25c8c;
	display: inline-block;
	font-weight: 600;
	padding: 10px 60px 10px 50px;
	text-decoration: none;
}


ul {
	list-style-type: none;
}

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

ol li {
	margin-top: 5px;
}

sup,
sub {
	font-size: 12px;
	line-height: 1em;
	margin: 0 5px;
}

em {
	font-style: normal;
}

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

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.green {
	color: #66b5bc;
}

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%;
	font-weight: 600;
	line-height: 1.5em;
}

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

span.img-right {
	float: right;
	margin: 5px 0 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0;
}

strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0 5px;
}

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

ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 10px 14px;
	background-size: 5px;
	border-bottom: 1px dotted #244163;
	display: block;
	padding: 6px 0 6px 26px;
}

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: .2em;
}

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

div.line {
	border-top: 1px dotted #244163;
	clear: both;
	display: block;
	font-size: 5px;
	height: 20px;
}

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.main {
	margin: 0 auto;
	width: 950px;
}

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

#footer-bg {
	background-color: rgba(95,73,50,.3);
	padding: 50px 0 20px 0;
}

#footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 850px;
}

#footer #footer-text address {
	font-style: normal;
}

p#copyright {
	background: #5f4932;
	color: #cbaa80;
	font-size: 11px;
	margin: 0 0 30px 0;
	padding: 10px 0;
	text-align: center;
}

#pagetop {
	bottom: 10px;
	display: block;
	position: fixed;
	right: 10px;
}
