@charset "UTF-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

.kenshin1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.kenshin1 dt {
	font-size: 95%;
	line-height: 1.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.kenshin1 dt span {
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
}
.kenshin1 dd {
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	color: #666;
}
.list1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
}
.list1 th,
.list1 td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
}
.list1 th {
	background-color: #E1EDFF;
	width: 30%;
	font-size: 85%;
	padding-left: 15px;
	font-weight: normal;
	line-height: 1.7em;
}
.list1 td {
	font-size: 85%;
	padding-left: 20px;
	line-height: 1.7em;
}
.koumoku {
	margin: 0px;
	padding: 0px;
}
.koumoku dt {
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.koumoku dd {
	padding: 10px;
	border: 1px dotted #999;
	font-size: 85%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.list2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
}
.list2 th,
.list2 td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
}
.list2 th {
	background-color: #E1EDFF;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	width: 10%;
	line-height: 1.3em;
	vertical-align: middle;
}
.list2 td {
	text-align: center;
}
.setumei {
	font-size: 80%;
	line-height: 1.3em;
	text-align: right;
}
.tokuken {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.tokuken dt {
	padding: 0px;
	float: right;
	height: auto;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.tokuken dd {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
.tokuken dd span {
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
}
.toku1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.toku1 dt {
	font-weight: bold;
}
.toku1 dd {
	font-size: 85%;
	color: #666;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}

}





/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

.kenshin1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.kenshin1 dt {
	font-size: 95%;
	line-height: 1.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.kenshin1 dt span {
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
}
.kenshin1 dd {
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	color: #666;
}
.list1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
}
.list1 th,
.list1 td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
}
.list1 th {
	background-color: #E1EDFF;
	width: 30%;
	font-size: 85%;
	padding-left: 15px;
	font-weight: normal;
	line-height: 1.7em;
}
.list1 td {
	font-size: 85%;
	padding-left: 20px;
	line-height: 1.7em;
}
.list1 th br {
	display: none;
}

.koumoku {
	margin: 0px;
	padding: 0px;
}
.koumoku dt {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.koumoku dd {
	padding: 10px;
	border: 1px dotted #999;
	font-size: 85%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.list2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
}
.list2 th,
.list2 td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
}
.list2 th {
	background-color: #E1EDFF;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	width: 10%;
	line-height: 1.3em;
	vertical-align: middle;
}
.list2 td {
	text-align: center;
}
.setumei {
	font-size: 80%;
	line-height: 1.3em;
	padding: 0px;
	height: auto;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.tokuken {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.tokuken dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
.tokuken dd {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
.tokuken dd span {
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
}
.toku1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.toku1 dt {
	font-weight: bold;
}
.toku1 dd {
	font-size: 85%;
	color: #666;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}

}
