@charset  "utf-8";

/*
-----------------
created 2016.06.21
-----------------
up date 2020.10.27
-----------------
table of contents
-----------------
01.main
02.table
03.form
*/


/*
01.main
---------------------------------------------------------------------------------------*/
#main {
	width: 820px;
	position: relative;
	z-index: -10;
    margin: 0 auto;
}
#main article {
	padding: 20px;
	min-height: 400px;
	text-align: center;
	background-color: rgb(255,255,255);
	margin-top: 40px;
}
#main article.nx {
	margin: 0 0 30px;
}
#main h1,
#main h2,
#main h3,
#main h4 {
	font-size: 2em;
	font-weight: bold;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	letter-spacing: 2px;
	padding: 5px 0 5px 20px;
	margin: 0 0 10px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
#main p {
	font-size: 1.6em;
	padding: 0 0 20px;
}
#main p.center {
	text-align: center;
}
#main ol#err {
	padding: 0 0 20px 60px;
}
#main #err li {
	font-size: 1.4em;
	font-weight: bold;
	color: rgb(255,30,30);
	list-style: decimal outside;
}
#main div.img {
	text-align: center;
	padding: 0 0 30px;
}


/*
02.table
---------------------------------------------------------------------------------------*/
#main table {
	margin: 0 10px 30px;
	table-layout: fixed;
	width: 760px;
}
#container table,
.big #main table {
	margin: 0 0 10px;
	table-layout: fixed;
	width: 100%;
}
#main table caption,
#container table caption {
	font-size: 1.4em;
	font-weight: bold;
}
#main table th,
#container table th {
	border-bottom: solid 1px rgb(254,99,16);
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
	width: 150px;
}
#main table thead th {
	width: auto;
}
#main table tbody tr:nth-child(2n+2) {
	background-color: rgb(247,247,247);
}
#main table th.w01 {
	width: 130px;
}
#main table th.w02 {
	width: 100px;
}
#main table td,
#container table td {
	border-bottom: solid 1px rgb(236,236,236);
	font-size: 1.4em;
	padding: 10px 0 10px 10px;
}
#main table td.must {
	width: 40px;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
#main table td.nini {
	width: 40px;
	background-color: rgb(236,236,236);
}
#main table td ul {
	padding: 0 0 0 20px;
}
#main table td ul li {
	list-style: disc outside;
}


/*
03.form
---------------------------------------------------------------------------------------*/
#main form label {
	padding: 0 0 5px;
	display: block;
	font-size: 1.2em;
/*	float: left;*/
}
#main form table.study label {
	float: none;
}
#main form input[name="price"],
#main form input[name="yubin"] {
	width: 100px;
}
#main form input[type="checkbox"],
#main form input[type="radio"] {
	display: block;
	float: left;
	height: 19px;
}
#main form input#lb-19 {
	clear: both;
}
#main form input[type="text"],
#main form textarea {
	/*width: 500px;*/
}
#main form .btn {
	text-align: center;
    font-size: 1.6em;
    font-weight: bold;
}
#main form .btn input[type="submit"] {
	background-color: rgb(26, 205, 74);
	color: rgb(255,255,255);
	text-decoration: none;
	display: inline-block;
	padding: 12px 60px;
	border: none;
	font-size: 1.3rem;
}
#main form .btn input[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#main form .bnr input[type="image"]:disabled {
	cursor: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#main form p label {
	padding: 0;
	display: inline;
	float: none;
}
#main form p label input[type="checkbox"] {
	display: inline;
	float: none;
}


/*
04.リスト
---------------------------------------------------------------------------------------*/
dl.word dt {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	background-color: rgb(235,237,232);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	margin: 0 0 5px;
	clear: both;
}
dl.word dd {
	font-size: 16px;
	padding: 0 10px 10px;
}
dl.word dd ol,
dl.word dd ul {
	padding: 0 0 0 30px;
}
dl.word dd ol li {
	list-style: decimal outside;
	display:list-item;
}
dl.word dd ul li {
	list-style: disc outside;
	display:list-item;
}


dl.word dt {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	background-color: rgb(235,237,232);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	margin: 0 0 5px;
	clear: both;
}
dl.word dd {
	font-size: 16px;
	padding: 0 10px 10px;
}
dl.word dd ol,
dl.word dd ul {
	padding: 0 0 0 30px;
}
dl.word dd ol li {
	list-style: decimal outside;
	display:list-item;
}
dl.word dd ul li {
	list-style: disc outside;
	display:list-item;
}
