@charset "UTF-8";

body {
	font-family:-apple-system,
				blinkMacSystemFont,
				'Helvetica Neue',
				'Segoe UI',
				YuGothicM,
				YuGothic,
				Meiryo,
				sans-serif;
}
@font-face {
	font-family: YuGothicM;
	font-weight: normal;
	src:local('YuGothic-Medium'),
		local('Yu Gothic Medium'),
		local('YuGothic-Regular');
}
@font-face {
	font-family: YuGothicM;
	font-weight: bold;
	src:local('YoGothic-Bold'),
		local('Yu Gothic');
}

.container {
	height: auto;
}
header {
	height: 50px;
}
.hero{
	padding-top:15px;;
}
.caption{
	text-indent:0!important;
	color: #813737!important;
}
.chapter{
	font-weight:bold;
}
.block{
	padding-top:1em;
}
#privacy h3{
	padding: 0.2em 1em;
	margin-top:2em;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #813737;
}
#privacy p{
	padding-left: 1em;
	text-indent:1em;
}
#privacy div{
	padding-left: 1em;
}
#privacy ul {
	padding: 0 1em 1em 1em;
}
#privacy li{
	list-style-type:none;
	list-style-position:inside;
	line-height:1.8em;
	padding-left: 2em;
	text-indent:-1em;
}
#privacy #rule li{
	list-style-type:none;
	list-style-position:inside;
	padding-left: 3.5em;
	text-indent:-2.5em;
}

#rules h3{
	padding: 0.2em 1em;
	margin-top:2em;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #813737;
}
#rules p{
	padding-left: 1em;
	text-indent:1em;
}
#rules div{
	padding-left: 1em;
}
#rules ul {
	padding: 0 1em 1em 1em;
}
#rules li{
	list-style-type:none;
	list-style-position:inside;
	line-height:1.8em;
	padding-left:1em;
	text-indent:1em;
}
#rules .chapter{
	padding-top:0.5em;
}
#rules a{
	color:#55f;
	text-decoration:underline!important;
}

#browser{
	padding-bottom:4em;
}
#browser h3{
	padding: 0.2em 1em;
	margin-top:2em;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #813737;
}
#browser p{
	padding-left: 1em;
	text-indent:1em;
}
#browser div{
	padding-left: 1em;
}
#browser div div{
	line-height:1.8em;;
}
#browser ul {
	padding: 0 1em 1em 3em;
}
#browser li{
	line-height:1.8em;
}
#browser .chapter{
	padding-top:0.5em;
	list-style-type:none;
	list-style-position:inside;
	text-indent:-1.5em;
}
#browser a{
	color:#55f;
	text-decoration:underline!important;
}
#browser .att{
	color:#f55;
	padding-left:0;
}

h2{
	position: relative;
	background-color:#fff;
	margin: 0 0 1em 0;
	padding: 0.3em 0 0.3em 0.75em;
	font-size: 1.1em;
	border-top: solid 1px #e1d9d1;
	border-right: solid 1px #e1d9d1;
	border-bottom: solid 1px #e1d9d1;
	border-left: 6px solid #c5a995;
}
h2 span{
	margin-left: 1.25em;
	font-size: 0.9em;
	color: #454545;
}
.information{
	background-color: #f7f7f5;
	margin: 1em;
	padding: 1.5em;
	border: 1px solid #e1d9d1;
}
.information table{
	width:100%;
	padding: 10px;
	background-color:#fff;
	border: solid 1px #e1d9d1;
}
.information th{
	font-size:0.9em;
	width:5.5em;
	text-align: left;
	vertical-align: top;
	padding: 0.4em 0.5em 0.5em 2.2em;
	border-bottom: solid 1px #e1d9d1;
}
.information th i{
	color: #a55945;
	position:absolute;
	margin-top:-6px;
	margin-left:-27px;
	font-size:1.6em;
}
.information td{
	font-size:0.9em;
	border-bottom: solid 1px #e1d9d1;
	padding: 0.4em 0.5em 0.5em 0.5em;
}


#loginbox{
	clear:both;
	display: table;
	margin: 2em auto;
	line-height:2em;
	text-align:center;
	margin-top: 0;
	padding: 15px 15px 0 15px;
}
#loginbox #waitingBox div{
	font-size: 1.75em;
	color:#c03546;
	padding:0.5em;
}
#loginbox #waitingBox p{
	font-size: 1.1em;
}
#loginbox div.cap{
	font-size:0.9em;
	margin-top: 1em;
	text-align:left;
	font-weight: bold;
}
#loginbox input[type="text"]{
	width: 280px;
	height:18px;
	padding: 10px;
	border: 1px solid #b59995;
}
#loginbox input[type="password"]{
	font-size:1em;
	width: 280px;
	height:18px;
	padding: 10px;
	border: 1px solid #b59995;
}
#loginbox input[type="button"]{
	color:#fff;
	font-size: 1.1em;
	font-weight:bold;
	width: 304px!important;
	margin-top: 2em;
	padding: 0.5em 2em;
	background-color: #613727;
	border: 1px solid #a15151;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 3px #ddd;
}
#loginbox input[type="button"]:hover{
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
.note{
	color:#613727;
	text-align:center;
	font-size: 0.8em;
	margin-top:10px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0 1em;
}
#loginbox input[type="button"]:active{
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}

#icon-field{
	position: absolute;
	display: inline-block;
	margin-top:5px;
	margin-left:-35px;
}
.mdi{
	font-size: 24px;
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}

.banner {
	background-color: #eee;
	background-image: url(../images/04-002-010.jpg);
	height: 400px;
	background-attachment: local;
	background-size: cover;
	background-repeat: no-repeat;
}

.bread{
	padding:1px;
	background-color:#fafafa;
	border-bottom:solid 1px #e1e1e1;
}
.bread, .bread a{
	color:#888;
}
.bread a:hover{
	color:#C03546;
}
.bread ol{
	padding:0 1em;
	margin:0.5em;
}
.bread ol li{
	font-size:0.8em;
	color:#555;
	font-weight:bold;
	display: inline;
	list-style-type: none;
	padding-left:0.5em;
}
.bread ol li:after{
	padding-left:0.5em;
	content:" > ";
}
.bread ol li:last-child:after {
	content:"";
}

#ErrMsg{
	padding: 5px 30px 0 25px;
}
#BackLnk{
	font-weight: bold;
	display: block;
	padding: 0 15px 15px 30px;
}
#BackLnk a{
	font-size: 1.1em;
	padding: 5px;
}
.banner {
	background-color: #eee;
	background-image: url(../images/04-002-010.jpg);
	height: 400px;
	background-attachment: local;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}
.link{
	text-align:left;
	padding-left:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px solid #eee;
}
.link a{
	color:#613727;
	padding-left:1em;
}
.link a:hover{
	color:#a15151;
}
::placeholder{
	color: #cbb;
}
::-ms-input-placeholder{
	color: #cbb;
}
:-ms-input-placeholder{
	color: #cbb;
}

@media screen and (max-width: 1000px) {
	.hero{
		padding-top:5px;
	}
}
