.detail_image {
    margin: 0 auto 15px auto;
    width: 180px;
    text-align: center;
}

.detail_image img {
    width: 180px;
}

.mushi_detail {
    width: 100%;
    background: #e8faff;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-collapse: collapse;
}

.mushi_detail table,
.mushi_detail th,
.mushi_detail td {
    border: 1px solid #ffffff;
}

.mushi_detail th {
    padding: 5px;
    width: 5em;
    color: #008eb9;
    font-size: 80%;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
}

.mushi_detail td {
    padding: 10px 0px 10px 10px;
    font-size: 90%;
}

.shop_list li:first-child {
    border-top: solid 1px #cccccc;
}

.shop_list li {
    border-bottom: solid 1px #cccccc;
}

.shop_list li a {
    display: block;
    padding: 10px 0px 10px 5px;
    font-size: 120%;
    color: #000000;
    text-decoration: none;
    background: url('/youkai3/images/sp/arrow.png') no-repeat right center;
}