@charset "UTF-8";


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


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

#imp {
	margin: 0px;
	height: auto;
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
#type {
	padding: 0px;
	height: auto;
	width: 1040px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#type dl {
	margin: 0px;
	padding: 0px;
}
#type dl dt {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#type dl dd {
	font-size: 130%;
	padding: 0px;
	line-height: 1.7em;
	color: #6bb6ff;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#type dl p {
	font-size: 95%;
}
.type_inner {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.type_inner_min {
	margin: 0px;
	padding: 20px;
	height: auto;
	width: 31%;
	background-color: #FFF;
	border: 1px solid #6bb6ff;
}
.type_inner_icon {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.type_inner_text {
	margin: 0px;
	text-align: center;
	font-size: 85%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
}
.text1 {
	margin: 0px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	color: #666;
	font-size: 120%;
	line-height: 1.7em;
}
.text1 span {
	color: #6bb6ff;
}


#plan {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -30px;
	margin-left: 0px;
}
.plan_inner {
	margin: 0px;
	height: auto;
	width: 48%;
	background-color: #F5F5F5;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.plan_inner dl {
	margin: 0px;
	padding: 0px;
}
.plan_inner dl dt {
	background-color: #6bb6ff;
	height: auto;
	width: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFF;
}
.plan_inner dl dd {
	padding: 0px;
	text-align: center;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}





.list1 {
	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;
	margin: 0px;
}
.list1 th,
.list1 td {
	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;
	padding: 10px;
}
.list1 th {
	background-color: #FFF3E8;
	width: 30%;
	font-size: 90%;
}
.list1 td {
	font-size: 85%;
	background-color: #FFF;
	line-height: 1.7em;
}
.soudan {
	background-color: #f2f2f2;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	margin: 0px;
}
.soudan dt {
	font-size: 130%;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.link-btn-imp {
	text-align: center;
	padding: 0px;
	width: 45%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.link-btn-imp a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	background-color: #5081be;
	border-radius: 7px;
	box-shadow: 4px 4px #bfd3ed;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_w.png);
	background-repeat: no-repeat;
	background-position : 15px 30px;
}
.link-btn-imp a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #3d6393;
}

#cost {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#cost dl {
	background-color: #F5F5F5;
	margin: 0px;
	padding: 30px;
	height: auto;
	width: 48%;
}
#cost dl dt {
	background-color: #6bb6ff;
	width: 50%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-radius: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#cost dl dd {
	margin: 0px;
	padding: 0px;
	font-size: 95%;
}
.safety {
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
.safety dl {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}
.safety dl dt {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.safety dl dd {
	background-color: #6bb6ff;
	height: auto;
	width: 30%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 120%;
	border-radius: 8px;
	margin: 0px;
}
.safety dl p {
	font-size: 95%;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mk {
	background-color: #F5F5F5;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#mk dl {
	margin: 0px;
	padding: 40px;
}
#mk dl dt {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#mk dl dd {
	font-size: 130%;
	font-weight: bold;
	padding: 0px;
	color: #6bb6ff;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#mk dl p {
	font-size: 95%;
	overflow: hidden;
}
#mk_ex {
	background-color: #F5F5F5;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#mk_ex dl {
	margin: 0px;
	padding: 40px;
}
#mk_ex dl dt {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mk_ex dl dd {
	font-size: 130%;
	font-weight: bold;
	padding: 0px;
	color: #6bb6ff;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#mk_ex dl p {
	font-size: 95%;
	overflow: hidden;
}
.cost-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;
}
.cost-list1 th,
.cost-list1 td {
	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;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.cost-list1 th {
	width: 52%;
	font-size: 90%;
	background-color: #F0F0F0;
}
.cost-list1 td {
	text-align: right;
	font-size: 90%;
}
.cost-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.3em;
}
.cost-list1 td span {
	font-size: 80%;
	color: #666;
	line-height: 1.3em;
}
.cyuusyaku {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
.cyuusyaku li {
	font-size: 80%;
	color: #666;
	line-height: 1.5em;
}
.imp_price {
	font-weight: bold;
	font-size: 90%;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
}
.other {
	border: 1px solid #999;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.other dt {
	font-size: 85%;
	line-height: 1.5em;
}
.other dt span {
	color: #C00;
	text-decoration: underline;
	font-weight: bold;
}
#second {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#second dl {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#second dl dt {
	margin: 0px;
	padding: 0px;
}
#second dl dd {
	font-size: 130%;
	font-weight: bold;
	color: #6bb6ff;
	text-decoration: underline;
	line-height: 2em;
}
#second_ex {
	padding: 0px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#second_ex dl {
	margin: 0px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	background-image: url(../images/second.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#second_ex dl dt {
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#second_ex dl dd {
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
}
#cooper {
	background-color: #F5F5F5;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#cooper dl {
	margin: 0px;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
}
#cooper dl dt {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#cooper dl dd {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	font-weight: bold;
}
#cooper dl p {
	font-size: 90%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#msou {
	margin: 0px;
	padding: 0px;
}
#msou dl {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#msou dl dt {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#msou dl dd {
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
	
.button_link a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 20px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    /* width: 1000px; */
}	

}








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

#imp {
	margin: 0px;
	height: auto;
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#type {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#type dl {
	margin: 0px;
	padding: 0px;
}
#type dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#type dl dt img {
	width:100%;
}
#type dl dd {
	font-size: 120%;
	padding: 0px;
	line-height: 1.6em;
	color: #6bb6ff;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#type dl p {
	font-size: 95%;
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.type_inner {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.type_inner_min {
	padding: 20px;
	height: auto;
	width: 90%;
	background-color: #FFF;
	border: 1px solid #6bb6ff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.type_inner_icon {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.type_inner_text {
	margin: 0px;
	text-align: center;
	font-size: 85%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
}
.text1 {
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #666;
	font-size: 110%;
	line-height: 1.6em;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.text1 span {
	color: #6bb6ff;
}


#plan {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -30px;
	margin-left: 0px;
}
.plan_inner {
	background-color: #F5F5F5;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.plan_inner dl {
	margin: 0px;
	padding: 0px;
}
.plan_inner dl dt {
	background-color: #6bb6ff;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFF;
	margin: 0px;
}
.plan_inner dl dd {
	padding: 0px;
	text-align: center;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}





.list1 {
	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;
	margin: 0px;
}
.list1 th,
.list1 td {
	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;
	padding: 10px;
}
.list1 th {
	background-color: #FFF3E8;
	width: 30%;
	font-size: 90%;
	line-height: 1.5em;
}
.list1 td {
	font-size: 85%;
	background-color: #FFF;
	line-height: 1.7em;
}
.soudan {
	background-color: #f2f2f2;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.soudan dt {
	font-size: 110%;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1.5em;
}
.link-btn-imp {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.link-btn-imp a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	background-color: #5081be;
	border-radius: 7px;
	box-shadow: 4px 4px #bfd3ed;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_w.png);
	background-repeat: no-repeat;
	background-position : 15px 30px;
}

#cost {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#cost dl {
	background-color: #F5F5F5;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#cost dl dt {
	background-color: #6bb6ff;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-radius: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#cost dl dd {
	margin: 0px;
	padding: 0px;
	font-size: 95%;
}
.safety {
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
.safety dl {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}
.safety dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.safety dl dt img {
	width:100%;
}
.safety dl dd {
	background-color: #6bb6ff;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	border-radius: 5px;
	margin: 0px;
}
.safety dl p {
	font-size: 95%;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mk {
	background-color: #F5F5F5;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#mk dl {
	margin: 0px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#mk dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#mk dl dt img {
	width:100%;
}
#mk dl dd {
	font-size: 130%;
	font-weight: bold;
	padding: 0px;
	color: #6bb6ff;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#mk dl p {
	font-size: 95%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#mk_ex {
	background-color: #F5F5F5;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#mk_ex dl {
	margin: 0px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#mk_ex dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#mk_ex dl dt img {
	width:100%;
}
#mk_ex dl dd {
	font-size: 130%;
	font-weight: bold;
	padding: 0px;
	color: #6bb6ff;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#mk_ex dl p {
	font-size: 95%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.cost-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;
}
.cost-list1 th,
.cost-list1 td {
	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;
	padding: 10px;
}
.cost-list1 th {
	width: 52%;
	font-size: 90%;
	background-color: #F0F0F0;
	line-height: 1.5em;
}
.cost-list1 td {
	text-align: right;
	font-size: 90%;
}
.cost-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5em;
	display: block;
}
.cost-list1 td span {
	font-size: 80%;
	color: #666;
	line-height: 1.3em;
}
.cyuusyaku {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	width: 90%;
	height: auto;
}
.cyuusyaku li {
	font-size: 80%;
	color: #666;
	line-height: 1.5em;
}
.imp_price {
	font-weight: bold;
	font-size: 95%;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
	text-align: center;
}
.other {
	border: 1px solid #999;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
}
.other dt {
	font-size: 85%;
	line-height: 1.5em;
}
.other dt span {
	color: #C00;
	text-decoration: underline;
	font-weight: bold;
}
#second {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#second dl {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#second dl dt {
	margin: 0px;
	padding: 0px;
}
#second dl dd {
	font-size: 120%;
	font-weight: bold;
	color: #6bb6ff;
	text-decoration: underline;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
#second_ex {
	padding: 0px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#second_ex dl {
	margin: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#second_ex dl dt {
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 95%;
	line-height: 1.6em;
}
#second_ex dl dd {
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
}
#cooper {
	background-color: #F5F5F5;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#cooper dl {
	margin: 0px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#cooper dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#cooper dl dd {
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.7em;
}
#cooper dl p {
	font-size: 90%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.6em;
}
#msou {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#msou dl {
	margin: 0px;
	padding: 0px;
}
#msou dl dt {
	font-size: 90%;
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#msou dl dd {
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

}
