@charset "shift_jis";

/* 本体定義 */
body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444444;
	font-size: 17px;
	line-height: 32px;
	margin: 0;
	background-color: #FFF;
}
a:link,a:visited {
	color: #1122cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #dd0000;
}

/* 中央・左・右寄せ */
div.ta-c {
	text-align: center;
}
div.ta-l {
	text-align: left;
}
div.ta-r {
	text-align: right;
}

/* 掲示板メイン */
div.main {
	display: block;
	overflow: hidden;
	padding-left: 7px;
	padding-top: 18px;
	padding-bottom: 18px;
}

/* 掲示板タイトル */
h1 {
	font-size: 200%;
	color: #e43a47;
}

/* 記事デザイン */
div.article {
	width: auto;
	text-align: left;
	display: block;
	overflow: hidden;
	padding-left: 7px;
	padding-right: 10px;
	padding-top: 18px;
	padding-bottom: 18px;
}
div.art-date {
	text-align: right;
	display: block;
}
div.art-sub {
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 36px;
	color: #464646;
	overflow: hidden;
	display: block;
	text-shadow: 0px 0px 0px #464646;
	padding-left: 26px;
	padding-right: 10px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F5B40D;
	background-image: url(img/komidashi-002-icon.png);
	background-repeat: no-repeat;
	background-position: 13px 11px;
	padding-top: 12px;
	margin-top: -50px;
}
div.pg-btn {
	width: 95%;
	text-align: center;
	margin: 0 auto;
}

/* 記事中の画像 */
img.img {
	border: none;
	vertical-align: top;
	margin-right: 0.5em;
}

/* TOPパネルボタン */
div.top-panel {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
div.top-panel input {
	width: 52px;
}

/* 赤文字 */
p.red {
	color: #dd0000;
}

/* pagetop */
div.pg-top, div.pg-top a {
	text-align: right;
	font-size: 90%;
	color: #e43a47 !important;
	margin-bottom: 0;
}

/*
	ページ送り
	参考: http://css-happylife.com/template/page_nav/
*/
ul.pager {
	margin: 1em 0;
	padding: 10px;
}
ul.pager li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}
ul.pager li span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 8px;
	background: #e43a47;
	color: #fff;
	border: 1px solid #e43a47;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 8px;
	background: #fff;
	color: #e43a47;
	border: 1px solid #e43a47;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a:hover {
	background: #ffc488;
}

/* アイコン */
img.icon {
	vertical-align: middle;
}
@media only screen and (max-width:648px) {
body,td,th {
	font-size: 16px;
	line-height: 26px;
}
div.article {
	padding-top: 0px;
	padding-bottom: 30px;
}
div.article img {
	margin-bottom: 10px;
}
div.art-sub {
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 18px;
	margin-bottom: 12px;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	background-image: url(img/komidashi-002-icon-sp.png);
	background-position: 9px 6px;
	margin-top: -10px;
}
}
@media only screen and (max-width:420px) {
body,td,th {
	font-size: 13px;
	line-height: 20px;
}
div.art-sub {
	font-size: 15px;
	line-height: 22px;
}
}