@charset "UTF-8";

/* ---------------for all--------------- */

* {
	margin: 0;
	padding: 0;
}
html, body {
 	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	-webkit-text-size-adjust: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
p {
	margin-top: 3px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
#box-main {
	width: auto;
	height: auto;
	padding: 30px 20px 30px 20px;
	margin: auto;
}
/* ---------------for all--------------- */
#header {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #BBBBBB;
	margin-bottom: 20px;
	height: 1.5em;
}
#bread {
	font-size: 12px;
	color: #333333;
	margin-left: 30px;
	margin-bottom: 10px;
}
/* ----郵便番号---- */
.txtSmall {
	font-size: 11px;
}
.txtSub {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #333333;
}
/* ----斜線---- */
.txtAcc1 {
	font-weight: normal;
	font-size: 16px;
	color: #BBBBBB;
}
/* ----星---- */
.txtAcc2 {
	color: #000000;
}
/* ---------------info--------------- */
table {
	background-color: #FFFFFF;
	width: auto;
	height: auto;
	padding-right: 20px;
	padding-left: 20px;
}
th {
}
tr {
}
td {
	text-align: left;
	padding: 10px;
}
/* ---------------info--------------- */

/* ---------------footer--------------- */
#footer {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #555555;
	clear: both;
	width: auto;
	margin-top: 20px;
}
/* ---------------footer--------------- */
