@charset "utf-8";

/*-----------------------------------------------------------------------------*/
/*ピックアップ*/

img{
	border:0;
}

#article-detail{
color:#000;
background:#fff;
}


#article-detail h5{
	margin-bottom:15px;
	padding-left:10px;
	border-left:5px solid #6464ff;
	font-size:18px;
	font-weight:normal;
	color:#666;
}


#article-detail #detail-photo{
width:220px;
float:right;
margin-bottom:20px;
}

#article-detail #detail-photo a{
display:block;
padding-bottom:15px;
}


#article-detail #detail-map{
width:400px;
float:left;
}

#article-detail #detail-kihon{
width:630px;
float:left;
}

#article-detail #detail-kihon table{
margin-bottom:15px;
width:400px;
font-size:0.8em;
}

#article-detail #detail-kihon table th{
padding:5px 10px;
background:#ffa8e2;
}

#article-detail #detail-kihon table td{
padding:5px 10px;
background:#ffe6f7;
}

#article-detail #detail-kihon table th.th-width{
	width:75px;
}

#article-detail #detail-kihon table td ul{
	list-style-position: outside;
	list-style-type: disc;
	padding-left:1.4em;
	line-height:1.8em;
}
#article-detail #detail-kihon table td ul li{
	line-height:1.8em;
}

.general{
	font-size:16px;
	font-weight:bold;
}