﻿@charset "UTF-8";
/* CSS Document */
a.item {
display: inline-block;
margin:20px auto;
padding:1em;
border:#53585a 1px solid;
color:#a0072b!important;
font-weight: bold;
line-height: 1.6;
}

div#item {
    width: 765px;
    display: block;
    margin:  20px auto 20px;
    padding: 2em 3em;
    border: #ccc 3px solid;
    text-align: left;
}
div#item .title {
font-size:130%;
text-align: center;
}

div#item p {
line-height: 1.6;
margin:1em 0;
}

div#item dl {
line-height: 1.6;
width: 100%
}

div#item dl dt {
line-height: 1.6;
width: 100%;
margin-bottom:0px;
}
div#item dl dt span {
font-weight: bold;
}
div#item dl dd {
line-height: 1.6;
width: 100%;
padding-left:1em;
margin-bottom: .5em;
}

div#item .contact {
    width: 280px;
    margin:20px auto;
    padding: 20px 50px;
    font-size: 16px;
    line-height: 1.6;
    border: #d1d1d2 1px solid;
    text-align: center;
}

@media only screen and (max-width: 750px) {
a.item {
display: block;
width: 80%;
margin:20px auto;
line-height: 1.6;
}
div#item {
    width: 85%;
    margin:  10px auto 10px;
    padding: 1em 1em;
}
div#item dl dt span {
display: block;
}
div#item .contact {
    width: auto;
    padding: 10px 20px;
    margin:30px 0 10px;
}
.tel-link {
    text-decoration: none;
    border-bottom: #666 1px dotted;
}
}