@charset "shift_jis";


@media screen and (min-width:781px){
/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/
body{
	margin:0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
ul{
	margin:0;
	padding:0;
}
ul li{
	list-style-type:none;
}

/* インフォトップ表示 */

.t_news {
    width: 290px;
    float: right;
}
.t_news iframe{
    height: 320px;
    width: 290px;
}
.t_news_box {
	overflow: auto;
    width: 96%;
    height: 252px;
    padding: 10px 2%;
    background: #FFF;
}
.t_news_box li {
    border-bottom: 1px dashed #888;
    padding: 10px;
}
.t_news_box li {
    border-bottom: 1px dashed #888;
    padding: 10px 2%;
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 96%;
}
.t_news_box img {
	max-width: 32% !important;
    max-height: 92px !important;
    float: left;
}
.info_li_txt {
    float: right;
    width: 65%;
}
.info_li_txt p {
	font-weight: bold;
    display: inline-block;
    margin: 0;
    font-size: 13px;
}
.info_li_txt a {
	position: absolute;
    display: block;
    top: -3px;
    left: 0%;
    width: 60%;
    height: 69%;
    padding: 35px 4% 0 36%;
    font-size: 13px;
    color: #333333;
    overflow: hidden;
}
.info_li_txt a:hover {
    background: #00000017;
    color: #D90000;
}
}

@media screen and (min-width:300px){
/*--- 街情報 ---*/
.area_img{
    width: 178px;
    max-height: 124px;
    height: 124px;
}
.area_img img {
    height: 100%;
    width: 100%;
}
.t_area_box_inner {
    display: block;
    overflow: hidden;
    width: 178px;
    height: 213px;
    padding: 10px;
}
.t_area_box_inner>a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #333333;
}
.t_area_box_inner>a:hover{
    text-decoration: underline;
    background: #0000001a;
    color: #D90000;
    z-index: 100;
}
.t_area_box_inner span{
    overflow: hidden;
    margin: 0 auto;
    width: 178px;
    padding: 140px 0 0 0;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.t_area_box_inner>img {
    position: absolute;
    bottom: 10px;
    left: 20px;
}


}
