@charset "UTF-8";


/*------------------------------

アコーディオン

------------------------------*/
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}

/*タイトル*/
.detail-box-ttl{
    font-size: 18px;
    color: #595757;
	padding: 20px 25px 20px 0;
}
.link-txt {
    color: #d17936;
    border-bottom: solid 1px #d17936;
    padding-bottom: 3px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	.detail-box-ttl{
		font-size: 16px;
	}
}


/*内容*/

.detail{
	width: 100%;
}
.detail dt{
    width: 28%;
}
.detail dd{
	margin-left: 28%;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.map{
		border: 0;
		width: 85%;
		height: 300px;
	}
	.detail dt{
		width: 100%;
	}
	.detail dd{
		margin-left: 0;
	}
}
