@charset "UTF-8";


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

#sleep_top {
	width: 100%;
	height: 450px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
#sleep_top dl {
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#sleep_top dl dt {
	font-weight: bold;
	font-size: 180%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #0099cb;
}
#sleep_top dl dt span {
	border-bottom: dotted 2px #0099cc;
}
#sleep_top dl dd {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 2.2em;
}
#medical_txt {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}
#medical_txt span {
    font-weight: bold;
    color: #BC0003;
}
#medical_sub {
display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}
#medical_sub::after{
  content:"";
  display: block;
  width:22%;
}
#medical_sub dl {
    padding: 0px;
    height: auto;
    width: 22%;
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
}
#medical_sub dl dt {
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 5px;
    top: -15px;
    height: 42px;
    width: 42px;
}
#medical_sub dl dd {
    margin: 0px;
    padding: 10px;
    text-align: center;
    line-height: 1.6em;
    color: #FFFFFF;
    font-weight: bold;
}
#medical_sub dl dd span{
    color: #fbf9ce;
}
#medical_sub dl ul {
    background-color: #F3F3F3;
    margin: 0px;
    height: 150px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
#medical_sub dl ul li {
    margin: 0px;
    padding: 0px;
    font-size: 90%;
}
.blue {
    background-color: #009ACE;
}
.green {
    background-color: #4ba586;
}
.next {
    position: relative;
}
.next img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#medical_cl {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #d9d9d9;
    border-bottom-color: #d9d9d9;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}

#medical_cl_fukidasshi {
    background-color: #009ace;
    height: auto;
    width: 30%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    border-radius: 5px;
    position: relative;
    padding: 10px;
}
#medical_cl_fukidasshi:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #009ace transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}
#medical_cl_inner {
	margin: 0px;
	padding: 0px;
}
#medical_cl_inner dl {
    padding: 0px;
    height: auto;
    width: 70%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#medical_cl_inner dl dt {
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 60px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#medical_cl_inner dl dd {
    font-size: 120%;
    font-weight: bold;
    color: #000;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#medical_cl_inner dl p {
    color: #626262;
    line-height: 1.6em;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
.link-btn-me {
    text-align: center;
    padding: 0px;
    margin: 0px;
    float: left;
    height: auto;
    width: 40%;
}
.link-btn-me a {
    color: #FFF;
    text-decoration: none;
    display: block;
    background-color: #675e41;
    border-radius: 5px;
    margin: 0px;
    background-image: url(../images/yajirushi_yoko.png);
    background-repeat: no-repeat;
    background-position : right 15px bottom 18px;
    font-size: 90%;
    padding: 8px;
}
.link-btn-me 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: #837b63;
}
#shape {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#shape dl {
	margin: 0px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	border: 2px solid #009ace;
	height: auto;
	width: 23%;
	border-radius:3px;
}
#shape dl dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#shape dl dd {
	margin: 0px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 0px;
}
#shape dl p {
	font-size: 80%;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#shape_txt {
	color: #000;
	text-align: center;
	padding: 0px;
	line-height: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#shape_txt span {
	color: #C00;
	font-weight: bold;
}
#gennin {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}

#ge_fukidasshi {
	background-color: #009ace;
	height: auto;
	width: 40%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 110%;
	border-radius: 5px;
	position: relative;
}
#ge_fukidasshi:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #009ace transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}
#gennin_inner {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
}
#gennin_inner dl {
	padding: 0px;
	height: auto;
	width: 270px;
	text-align: center;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
}
#gennin_inner dl dt {
	margin: 0px;
	padding: 0px;
}
#gennin_inner dl dd {
	font-size: 120%;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#treatment {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#treatment dl {
	background-color: #F6F6F6;
	margin: 0px;
	padding: 30px;
	height: auto;
	width: 32%;
}
#treatment dl dt {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#treatment dl dd {
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#treatment dl dd span {
	color: #009ace;
	font-weight: bold;
	text-decoration: underline;
}
#treatment_txt {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#treatment_txt dl {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#treatment_txt dl dt {
	font-size: 120%;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#treatment_txt dl dt span {
	color: #009ace;
}

#treatment_txt dl dd {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#slpr_txt {
	font-size: 90%;
	line-height: 1.8em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#slpr_txt span {
	color: #C00;
}
.cost-list1 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 100px;
	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: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.cost-list1 th {
	background-color: #FAFAFA;
	width: 52%;
	font-size: 90%;
}

.cost-list1 td {
	text-align: right;
	font-size: 95%;
	line-height: 1.7em;
}
.cost-list1 th p {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.6em;
}
.cost-list1 td p {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.6em;
}
.cost-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5em;
}
.cost-list1 td span {
	font-size: 80%;
	color: #666;
	line-height: 1.5em;
}
#pee {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#pee dl {
	margin: 0px;
	height: auto;
	width: 31%;
	padding: 0px;
}
#pee dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#pee dl dd {
	font-size: 90%;
	background-color: #009ace;
	padding: 0px;
	height: auto;
	width: 80px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#pee dl p {
	font-size: 90%;
	color: #000;
	margin: 0px;
	padding: 0px;
}
#pee_ex {
	background-color: #F7F7F7;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#pee_ex dl {
	margin: 0px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}
#pee_ex dl dt {
	font-weight: bold;
	color: #C00;
	margin: 0px;
	padding: 0px;
}
#pee_ex dl ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pee_ex dl ul li {
	font-size: 90%;
	color: #000;
}
}



/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {



#sleep_top {
	width: 100%;
	height: auto;
	background-image: url(../images/top_sp.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
#sleep_top dl {
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sleep_top dl dt {
	font-weight: bold;
	font-size: 120%;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	color: #0099cb;
}
#sleep_top dl dd {
	font-size: 90%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 65%;
}
#medical_txt {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    font-size: 90%;
    height: auto;
    width: 90%;
}
#medical_txt span {
    font-weight: bold;
    color: #BC0003;
}
#medical_sub {
    padding: 0px;
    margin: 0px;
}
#medical_sub dl {
    padding: 0px;
    height: auto;
    width: 90%;
    position: relative;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#medical_sub dl dt {
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 5px;
    top: -15px;
    height: 42px;
    width: 42px;
}
#medical_sub dl dd {
    margin: 0px;
    padding: 10px;
    text-align: center;
    line-height: 1.6em;
    color: #FFFFFF;
    font-weight: bold;
}
#medical_sub dl dd span{
    color: #fbf9ce;
}
#medical_sub dl ul {
    background-color: #F3F3F3;
    margin: 0px;
    padding: 20px;
}
#medical_sub dl ul li {
    margin: 0px;
    padding: 0px;
    font-size: 90%;
}
.blue {
    background-color: #009ACE;
}
.green {
    background-color: #4ba586;
}
.next {
    text-align: center;
    margin: 0px;
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
    
}
#medical_cl {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #d9d9d9;
    border-bottom-color: #d9d9d9;
    margin-top: 35px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    height: auto;
    width: 90%;
}

#medical_cl_fukidasshi {
    background-color: #009ace;
    height: auto;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    border-radius: 5px;
    position: relative;
    padding: 10px;
}
#medical_cl_fukidasshi:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #009ace transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}
#medical_cl_inner {
	margin: 0px;
	padding: 0px;
}
#medical_cl_inner dl {
    padding: 0px;
    margin: 0px;
}
#medical_cl_inner dl dt {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    text-align: center;
}
#medical_cl_inner dl dd {
    font-size: 110%;
    font-weight: bold;
    color: #000;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#medical_cl_inner dl p {
    color: #626262;
    line-height: 1.6em;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 90%;
}
.link-btn-me {
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.link-btn-me a {
    color: #FFF;
    text-decoration: none;
    display: block;
    background-color: #675e41;
    border-radius: 5px;
    margin: 0px;
    background-image: url(../images/yajirushi_yoko.png);
    background-repeat: no-repeat;
    background-position : right 15px bottom 18px;
    font-size: 90%;
    padding: 8px;
}
#shape {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#shape dl {
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	border: 2px solid #009ace;
	height: auto;
	width: 90%;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#shape dl dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#shape dl dd {
	margin: 0px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 0px;
}
#shape dl p {
	font-size: 80%;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#shape_txt {
	color: #000;
	padding: 0px;
	line-height: 2em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#shape_txt span {
	color: #C00;
	font-weight: bold;
}
#gennin {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}

#ge_fukidasshi {
	background-color: #009ace;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 110%;
	border-radius: 5px;
	position: relative;
}
#ge_fukidasshi:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #009ace transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}
#gennin_inner {
	margin: 0px;
	padding: 0px;
}
#gennin_inner dl {
	padding: 0px;
	height: auto;
	width: 270px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#gennin_inner dl dt {
	margin: 0px;
	padding: 0px;
}
#gennin_inner dl dd {
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#treatment {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#treatment dl {
	background-color: #F6F6F6;
	padding: 30px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#treatment dl dt {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#treatment dl dd {
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#treatment dl dd span {
	color: #009ace;
	font-weight: bold;
	text-decoration: underline;
}
#treatment_txt {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#treatment_txt dl {
	margin: 0px;
	padding: 0px;
}
#treatment_txt dl dt {
	font-size: 110%;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
}
#treatment_txt dl dt span {
	color: #009ace;
}

#treatment_txt dl dd {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#slpr_txt {
	font-size: 90%;
	line-height: 1.8em;
	text-align: center;
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#slpr_txt span {
	color: #C00;
}
.cost-list1 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 100px;
	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: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.cost-list1 th {
	background-color: #FAFAFA;
	width: 52%;
	font-size: 90%;
}

.cost-list1 td {
	text-align: right;
	font-size: 95%;
	line-height: 1.7em;
}
.cost-list1 th p {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.6em;
}
.cost-list1 td p {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.6em;
}
.cost-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5em;
}
.cost-list1 td span {
	font-size: 80%;
	color: #666;
	line-height: 1.5em;
}
#pee {
	padding: 0px;
	margin: 0px;
}
#pee dl {
	height: auto;
	width: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#pee dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#pee dl dt img{
	width:100%;
}
#pee dl dd {
	font-size: 90%;
	background-color: #009ace;
	padding: 0px;
	height: auto;
	width: 80px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#pee dl p {
	font-size: 90%;
	color: #000;
	margin: 0px;
	padding: 0px;
}
#pee_ex {
	background-color: #F7F7F7;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
}
#pee_ex dl {
	margin: 0px;
	padding: 30px;
}
#pee_ex dl dt {
	font-weight: bold;
	color: #C00;
	margin: 0px;
	padding: 0px;
}
#pee_ex dl ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pee_ex dl ul li {
	font-size: 90%;
	color: #000;
}
}
