@charset "UTF-8";

.notice { color: #ff3333; }
.comment { color: #339933; }
.verror { color: #ff3333; }

.clearfix:after, .block:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix, .block {
	display: inline-block;
}

.clearfix, .block {
	display: block;
}

.fright { float: right; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }

#cms {
	width: 100%;
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #ee8822;
	background: #ff9933;
	text-align: center;
	color: #ffffff;
	font-size: small;
	clear: both;
}

#main dl.image.right {
	float: right;
	margin: 0 0 0 20px;
	line-height: 100%;
}

#main dl.image.left {
	float: left;
	margin: 0 20px 0 0;
	line-height: 100%;
}

#main dl.image.single {
	margin-bottom: 20px;
}

#main dl.image dd {
	text-align: center;
}

#main dl.image dt {
	text-align: center;
	margin: 5px 0 20px 0;
	font-size: 80%;
}

#main dl.image.right dt,
#main dl.image.left dt {
	margin: 5px 0 20px 0;
}

#main dl.image.photo {
	float: left;
	line-height: 100%;
}

#main ul.image.right {
	float: right;
	margin: 0 0 20px 20px;
	line-height: 100%;
}

#main ul.image.left {
	float: left;
	margin: 0 20px 20px 0;
	line-height: 100%;
}

#main ul.image.photo {
	float: left;
	margin: 0 0 20px 0;
	line-height: 100%;
}

#main ul.image li {
	text-align: center;
	font-size: 80%;
}

.block {
	clear: both;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#main p {
	margin: 0 0 1em 0;
	line-height: 170%;
}

#side p {
	margin: 0 0 1em 0;
}

#main p.left, #side p.left {
	text-align: left;
}

#main p.center, #side p.center {
	text-align: center;
}

#main p.right, #side p.right {
	text-align: right;
}

#main strong, #side strong {
	font-weight: bold;
}

#main p.inquiry {
	color: red;
	font-size:18px;
	line-height:1em;
}

ul.social {
	display: block;
	margin: 0 0 10px 0;
}

ul.social li {
	display: block;
	float: right;
}

#navi {
	margin: 10px 0 10px 0;
	font-size: small;
}

#navi a {
	padding-right: 5px;
	font-size: small;
}

.html iframe {
	width: 100%;
	height: 500px;
}

#subnavi {
	clear: both;
	margin: 30px 0 0 0;
	border-top: 1px dotted #ccc;
}

#subnavi li {
	float: left;
	width: 33%;
	font-size: small;
}

#subnavi li.left {
	text-align: left;
}

#subnavi li.center {
	text-align: center;
}

#subnavi li.right {
	text-align: right;
}

#subnavi a {
	text-decoration: none;
	font-size: small;
}

#subnavi a:hover {
	text-decoration: underline;
}

ul.simple {
	margin: 0 0 20px 0;
}

ul.simple.right li {
	text-align: right;
}


ul.simple li a {
	text-decoration: none;
}

ul.simple li a:hover {
	text-decoration: underline;
}

dl.simple {
	margin: 0 0 20px 0;
}

dl.simple dt, dl.simple dt a {
	font-weight: bold;
}

#main dl.simple dd {
	padding-left: 20px;
	margin-bottom: 1em;
}

#main dl.simple dd.image.left {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

#main dl.simple dd.image.right {
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
}

#side dl.simple dd {
	padding-left: 10px;
	margin-bottom: 1em;
}

dl.simple dd .item {
	margin-right: 20px;
}

#main table.simple {
	width: 100%;
}

#main table.simple th {
	padding: 5px 10px 5px 10px;
	border: 1px solid #ccc;
	background: #eee;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

#main table.simple td {
	padding: 5px 10px 5px 10px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: left;
	vertical-align: top;
}
#main table.simple tr.inquiry td {
	background: #0cf;
}

#main dl.children dt {
	margin: 0 0 10px 0;
	clear: both;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}

#main dl.children dt a {
	color: #191919;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

#main dl.children dt a:hover {
	text-decoration: underline;
}

#main dl.children dd {
	margin-bottom: 20px;
}

#main dl.children dd.image {
	width: 160px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

#main dl.children.right dd.image {
	float: right;
	margin-left: 20px;
}

#main dl.children dd .right {
	margin-top: 20px;
	text-align: right;
	font-size: small;
}

#main form {
}

#main form .text {
	width: 80%;
	padding: 4px;
	border: 1px solid #999999;
}

#main form textarea {
	width: 80%;
	height: 150px;
	padding: 4px;
	border: 1px solid #999999;
}

#main form dd {
	padding: 5px 0 10px 20px;
	line-height: 160%;
}

#main form label {
	padding: 0 20px 0 0;
	cursor: pointer;
}

#main form label input {
	margin-right: 10px;
}

#main form .comment {
	line-height: 140%;
}

#main form .agreement{
	width: 80%;
	max-height: 200px;
	overflow: auto;
	border: 1px solid #999999;
	margin: 0 0 1em 20px;
	padding: 10px;
	background: #ffffff;
}

#main form .button {
	margin: 0 10px 0 10px;
	padding: 3px 5px 3px 5px;
	color: #fff;
	background: #262626;
	border: 1px solid #ccc;
	outline: none;
	cursor: pointer;
}

#main form .button:hover {
	background: #333;
}

.border_luytq3 {

	padding-left: 20px;
}
.border_luytq3 p,
.border_luytq3 li,
.border_luytq3 a {

}
.border_luytqk {

	padding: 10px 10px 0 10px;
	border: 1px solid #ccc;
}
.border_luytqk p,
.border_luytqk li,
.border_luytqk a {

}
.border_luytr3 {

	padding: 10px 10px 0 10px;
	border: 1px dotted #ccc;
}
.border_luytr3 p,
.border_luytr3 li,
.border_luytr3 a {

}
.border_luytrx {

	padding: 10px 10px 0 10px;
	border: 1px dashed #ccc;
}
.border_luytrx p,
.border_luytrx li,
.border_luytrx a {

}
.border_luytw7 {
	color: #f00;
	border: 1px solid #f00;
	background: #fcc;
	padding: 10px 10px 0 10px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0 2px 2px #ccc;
	-moz-box-shadow: 0 2px 2px #ccc;
	box-shadow: 0 2px 2px #ccc;
}
.border_luytw7 p,
.border_luytw7 li,
.border_luytw7 a {
	color: #f00;
}
.border_luytwq {
	color: #666;
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px 10px 0 10px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0 2px 2px #ccc;
	-moz-box-shadow: 0 2px 2px #ccc;
	box-shadow: 0 2px 2px #ccc;
}
.border_luytwq p,
.border_luytwq li,
.border_luytwq a {
	color: #666;
}
.border_luytu1 {

	padding: 10px 10px 0 10px;
	border: 1px solid #ccc;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0 2px 2px #ccc;
	-moz-box-shadow: 0 2px 2px #ccc;
	box-shadow: 0 2px 2px #ccc;
}
.border_luytu1 p,
.border_luytu1 li,
.border_luytu1 a {

}
img.border_s {
	border: solid 1px #666;
}
img.border_f {
	border: solid 1px #dcdcdc;
	background:url("/common/images/iback.png") repeat;
	padding: 4px;
}
#main img.shadow_a {
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	margin-bottom: 10px;
}
#side img.shadow_a {
	-webkit-box-shadow: 0px 0px 6px #666;
	-moz-box-shadow: 0px 0px 6px #666;
	box-shadow: 0px 0px 6px #666;
	margin-bottom: 10px;
}
#main img.shadow_rb {
	-webkit-box-shadow: 5px 5px 5px #aaa;
	-moz-box-shadow: 5px 5px 5px #aaa;
	box-shadow: 5px 5px 5px #aaa;
	margin-bottom: 10px;
}
#side img.shadow_rb {
	-webkit-box-shadow: 0px 5px 4px #ccc;
	-moz-box-shadow: 0px 5px 4px #ccc;
	box-shadow: 0px 5px 4px #ccc;
	margin-bottom: 10px;
}
