@charset "utf-8";
/*▼共通スタイル▼*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p {
	/*Reset*/
	margin: 0;
	padding: 5px;
}
#news_list {
	margin:5px 20px 20px;
	padding:0;
}
#news_list li {
	color:#333;
	font-size:14px;
	margin:auto;
	padding:0;
	padding-bottom:2px;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:1.8em;
    width: 95%;
    max-width: 820px;
}


/* CSSは必要最低限しか指定してませんのでお好みで（もちろん外部化OK） */

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }


a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

#news_list li {
	color:#333;
	font-size:14px;
	margin:0;
	padding:0;
	padding-bottom:2px;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:1.7em;
}
.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
    margin: auto;
	float:left;
	overflow:hidden;
    font-size:14px;
	width:95%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}

@media screen and (max-width: 900px) {
#news_list {
	margin:5px 10px 10px;
	padding:5px;
}

#news_list li {
	color:#333;
	font-size:14px;
	margin:auto;
	padding:0;
	padding-bottom:2px;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:1.8em;
    width: 65%;
    max-width: 750px;
}
}


a {
	color:#36F;
	text-decoration:none;
}
a:hover {
	color:#039;
	text-decoration:underline;
}
/*▲共通スタイル▲*/

/*▼ポップアップウインドウのスタイル▼*/
body#news_popup {
	-webkit-text-size-adjust: none;
	margin:10px;
	padding:0;
}
body#news_popup h2 {
	font-size:16px;
	margin:0 0 5px;
	color:#444;
	border-bottom:1px dotted #999;
	padding:5px 2px 1px;
}
p#cbox {
	padding:10px;
	margin:0px;
	color:#666;
	font-size:15px;
	line-height:140%;
}
p.up_ymd {
	font-size:13px;
	margin:0px;
	color:#666;
	text-align:right;
}
.close_btn {
	font-size:15px;
	text-align:right;
	padding-right:15px;
}
.close_btn a {
	padding:2px 10px;
	border:1px solid #aaa;
	text-decoration:none;
	color:#666;
	border-radius:5px;
}
.close_btn a:hover {
	background:#eee;
}
/*▲ポップアップウインドウのスタイル▲*/

/*▼index.phpスタイル▼*/

/*▲index.phpスタイル▲*/

/*▼admin.phpスタイル▼*/

body#news_admin p {
	margin:0 0 5px;
	line-height:130%;
	font-size:13px;
}
body#news_admin #wrapper {
	width:820px;
	border: 1px solid #ccc;
	border-top:0;
	border-bottom:0;
	box-shadow: 0 0px 7px #aaa;
	margin:0 auto;
	color:#666;
	padding:5px 20px;
}
body#news_admin h1 {
	font-size:18px;
	color:#333;
	margin-bottom:5px;
	padding-left:5px;
	border-left:5px solid #333;
}
body#news_admin h2 {
	font-size:14px;
	color:#fff;
	margin-bottom:10px;
	padding-left:5px;
	background:#333;
	padding:5px 8px 3px;
	border-radius:3px;
}
body#news_admin #news_wrap {
	width:820px;
	height:150px;
	overflow:auto;
}
.submit_btn {
	width:240px;
	height:30px;
}
form p {
	border-bottom:1px dotted #ccc;
	padding:10px 0;
	margin-bottom:10px;
}
.fc_bbb, .fc_bbb a:link {
	color:#bbb!important
}
.fc_red {
	color:#F00!important
}
.message_com {
	min-height:18px
}
.logout_btn {
	text-align:right;
}
.logout_btn a {
	padding:2px 10px;
	border:1px solid #aaa;
	text-decoration:none;
	color:#666;
	font-size:13px;
	border-radius:4px;
}
.logout_btn a:hover {
	background:#eee;
}
/*▲admin.phpスタイル▲*/
