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

/*==================================
              contact
==================================*/
h3 {
    margin: 10px auto 20px;
	border-bottom: #009933 dotted 1px;
	color: #18A715;
	font-size: 24px;
    font-weight: bold;
}
.tel_copy {
    margin: 0 auto 20px;
    font-size: 16px;
    text-align: center;
}
.contact h2 img {
    border:none;
}
.contact img {
    border: #FED749 solid 2px;
}
.chuui-jikou {
    font-size: 16px;
    line-height: 1.7em;
    margin: 10px auto;
    text-align: left;
    text-indent: -1em;
    width: 900px;
}
#contact_list {
	margin:40px auto 0;
}
#contact_list table {
    background: #ffffff none repeat scroll 0 0;
    border-left: 1px solid #797979;
    border-top: 1px solid #797979;
    font-size: 16px;
    margin: 30px auto;
    text-align: left;
    width: 900px;
}
#contact_list table th,
#contact_list table td {
    border-bottom: 1px solid #797979;
    border-right: 1px solid #797979;
    line-height: 1.6;
    padding: 15px 10px;
}
#contact_list table th {
    background-color: #D5F0B8;
    font-weight: bold;
    width: 220px;
}
.red {
    color: #FF0000;
}
.kojinjyouhou {
    height: 200px;
    overflow: auto;
    padding: 10px;
}
.kojinjyouhou p {
    padding: 0px 0px 0px 30px;
}
.text-right {
    text-align: right;
}
.kojin-title {
    margin: 20px;
    text-align: center;
}
.kou {
    margin: 20px 0px 5px;
}
.contact_tel_img {
	margin:20px auto;
    border: #FED749 solid 2px;
}