@charset "utf-8";

#NewsIndex .boxFrame {
	margin-bottom: 35px;
}
#NewsIndex .newsWrap {
	font-size:88%;
	line-height:1.4em;
}
#NewsIndex .newsWrap dl {
	border-bottom:1px #AAA dotted;
	padding-bottom:9px;
	margin-bottom:9px;
	position:relative;
}
#NewsIndex .newsWrap dl img.icon {
	position:absolute;
	top:0px;
	left:85px;
}
#NewsIndex .newsWrap dl dt {
	display:block;
	margin-bottom:3px;
}
#NewsIndex .newsWrap dl dd {

}

#NewsIndex .newsWrap  mark {
	display: inline-block;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 2px 5px;
	margin-right: 10px;
	background:#008ae1;
	min-width:50px;
	text-align: center;
}

#NewsIndex .newsWrap  mark.news_mark {
	background:#ff348a;
}

#NewsIndex .newsWrap mark.press_mark {
	background:#008ae1;
}



#Detail .article {
    font-size:92%;
	line-height:1.7em;
}
#Detail .article pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}
#Detail .article p#date {
   text-align:right;
}

#buttonareabottom .inner {
	width: auto;
}

#buttonareabottom p {
	width: auto;
	float: right;
}

/* フッター にあるLINE友達追加アイコンの位置を調整するため、追加した */
body {
	line-height:0.7em;
}