@charset "utf-8";

/* CSS Document */

/* --hospi-- */
@media print, screen and (min-width: 680px) {
#sec_read .im_read01{
	width: 260px;
	margin-left: 100px;
	margin-top: 70px;
}
#art_read .dl01 {
margin-bottom: 10px;
}
#art_read .dl01 dt{
width: 110px;
}
#art_read .dl01 dd{
margin-left: 115px;
}
#art_emergency{
	position:absolute;
	width:500px;
	right:0;
	top: -405px;
}
#art_item dd{
	margin-left: 110px;
}
#art_price .dl01{
	margin-bottom:30px;
}
#art_price dt{
	width:80px;
}
#art_price dd{
	margin-left:85px;
}
#art_price .table01{
margin: 0 auto 10px auto;
width: 100%;
}
#art_price .table01 th{
width: 130px;
font-weight: bold;
}
#sec_information #art_price .div_topic01 .ol02 {
    counter-reset: list_count;
}
#sec_information #art_price .div_topic01 .ol02 > li {
    list-style: none;
}
#sec_information #art_price .div_topic01 .ol02 > li::before {
    counter-increment: list_count;
    content: counter(list_count);
    display: inline-block;
    text-align: center;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    font-size: 11px;
    border: 1px solid #000;
    position: absolute;
    left: -20px;
    top: 2px;
    line-height: 1.4;
}
}

@media screen and (max-width: 679px) {
#sec_read .im_read01{
	width:50%;
	display: block;
	margin-left: 50%;
}
#art_read .dl01 {
margin-bottom: 10px;
}
#art_read .dl01 dt{
width: 110px;
}
#art_read .dl01 dd{
margin-left: 115px;
}
#art_item dt{
	width: 100px;
}
#art_item dd{
	margin-left: 110px;
}
#art_price .dl01{
	margin-bottom:30px;
}
#art_price dt{
	width:80px;
}
#art_price dd{
	margin-left:85px;
}
#art_price .table01{
margin: 0 auto 10px auto;
}
#art_price .table01 th{
font-weight: bold;
}
#art_price .table01,#art_price .table01 td,#art_price .table01 th {
width: 100%;
display: block;
}
#sec_information #art_price .div_topic01 .ol02 {
    counter-reset: list_count;
}
#sec_information #art_price .div_topic01 .ol02 > li {
    list-style: none;
}
#sec_information #art_price .div_topic01 .ol02 > li::before {
    counter-increment: list_count;
    content: counter(list_count);
    display: inline-block;
    text-align: center;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    font-size: 11px;
    border: 1px solid #000;
    position: absolute;
    left: -20px;
    top: 2px;
    line-height: 1.4;
}
}