@charset "UTF-8";
/* --------------------------------------------

	FileName	:	site-news.css

-------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300);

/* reset.css
---------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* body
-------------------------------------------------------------------- */
body {
    font-family:"MS Sans Serif", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
    font-stretch: normal;
    width: 100%;
    line-height: 1.65;
    margin: 0;
    padding: 0;
    position: relative;
    color: #333; 
}
/* main
---------------------------------------------------------------------------*/
#main {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.topicList > li ,
.updateList > li {
    margin-bottom :24px;
}

.topicList > li:last-child ,
.updateList > li:last-child {
    margin-bottom :0;
}

.title ,
.updateList .date {
    font-weight: bold ;
}

.topicList .title{
    color :#cc0000;
}

.new:before {
    content: '「NEW」';
    color :#cc0000;
    font-weight: bold ;
}

.updateList .title ,
.updateList .body {
    font-size: 12px;
    line-height: 20px;
}
/* リンク設定
---------------------------------------------------------------------------*/
a:link,
a:visited,
a:active {
    color:  #336633;
}
/* お知らせ本文HTML表示
---------------------------------------------------------------------------*/
.body strong ,
.body b,
.body em {
	font-weight:bold;
}

