@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
             service
==================================*/
.day_page #header {
    background-image:url(/img/shisetsu/crear_kurosaki/homon/service/day_service_img.jpg);
}
.tokucho img {
    margin: 10px auto;
    border-radius: 20px;
}
.tokucho li {
	display: inline-block;
    vertical-align: top;
    margin: 10px;
    width: 450px;
    text-align: center;
}
.tokucho .goannai li {
	width:auto;
	margin:0;
	text-align: left;
}
.tokucho .goannai li:before {
    margin: 0 7px 0 0;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #EE6D40;
    border-radius: 50%;
}
.tokucho dd {
	margin:10px auto;
	font-size:15px;
	text-align: left;
}
.tokucho dt {
	color:#EE6D40;
	font-size:24px;
	font-weight:bold;
}
.schedule ul li {
    float: none;
    margin: 10px;
    border-bottom: #EE6D40 dotted 1px;
	font-size: 16px;
    text-align: left;
}
.schedule ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    display: inline-block;
    background-color: #EE6D40;
    border-radius: 50%;
}
.schedule h5 {
    font-weight: bold;
    font-size: 16px;
    margin: 10px auto;
    display: inline-block;
    width: 250px;
}
.service p {
    margin: 0 auto;
    font-size: 18px;
}
.soudan p {
    margin: 0 auto;
    font-size: 18px;
	text-align: center;
    font-weight: bold;
}
.shogaifukushi ul {
    margin: 10px 32px;
}