@charset "utf-8";
/* CSS Document */
/*-------------------------------
index.html　TOPICS
-------------------------------*/
#topicsArea a,#topicsArea span,#topicsArea p {
    line-height: 1.5;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ ProN W3", Meiryo,"Noto Sans Japanese", sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}
#topicsArea dl{
    margin:0 0 10px;
    text-align: left;
    padding: 0 10px;
}

#topicsArea dd{
    margin: 0;
    padding: 0;
}
#topicsArea li {
	margin-bottom: 15px;
	list-style-type: none;
}
#topicsArea #topics_date {
	display: block;
    font-weight: bold;
}
#topics #topicsArea #topics_title ,#list #topicsArea #topics_title{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#list #topicsArea p,#list #topicsArea span{
    font-size: 14px;
}
#topics_paging {
    margin-top: 30px !important;
	text-align: center;
}
#topics_paging_previous,#topics_paging_next {
	padding:0 10px !important;
    color:#aaaaaa;
}

#topics_paging_previous a,#topics_paging_next a  {
	display: inline-block;
    color:#333333;
}

/*-------------------
detail.html
---------------------*/

#detail #topics_date {
	text-align: right;

}
#detail {
    padding: 10px;
}
#detail #topics_title {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	word-break: break-all;
    font-weight: bold;
    text-align: left;
}
#detail #topics_body{
    font-size: 14px;
    min-height: 150px;
    text-align: left;
}
#detail #topics_body img[class^="topics_photo_"] {
	max-width: 100%;
	margin: 5px;
}
