﻿@charset "UTF-8";

@import url("search.css");

div#bbs_wrapper {
	width: 500px;
	margin: 0px auto 0px auto;
}
div#bbs_wrapper hr {
	border: solid 1px #FFFFFF;
	clear: both;
}
div.bbs_result_msg {
	font-size: 12px;
}
div#res_body {
	font-size: 12px;
	clear: both;
	line-height: 1.7em;
}
form#bbs_form {
	padding: 0px;
	margin: 0px;
}
dl.bbs_form_dl,
dl.bbs_form_dl_note {
	margin: 0px;
	padding: 0px;
	clear: both;
}
dl.bbs_form_dl dt,
dl.bbs_form_dl_note dt {
	width: 110px!important;
	width/**/: 120px;
	float: left;
	font-size: 12px;
	clear: both;
	text-align: right;
}
dl.bbs_form_dl dt span,
dl.bbs_form_dl_note dt span {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	color: #007CC2;
	font-weight: normal;
	line-height: normal;
	font-size: 10px;
	display: block;
}

dl.bbs_form_dl dd,
dl.bbs_form_dl_note dd {
	width: 360px!important;
	width/**/: 390px;
	float: left;
	text-align: left;
}
dl.bbs_form_dl dd span {
	font-size: 10px;
	display: block;
	color: #999999;
}
dl.bbs_form_dl dt,
dl.bbs_form_dl dd {
	height: 40px!important;
	height/**/: 50px;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	border-bottom: solid 1px #CCCCCC;
	overflow: hidden;
	font-size: 12px;
}
dl.bbs_form_dl_note dt,
dl.bbs_form_dl_note dd {
	margin: 0px;
	padding: 5px 5px 0px 5px;
	border-bottom: solid 1px #CCCCCC;
	overflow: hidden;
	font-size: 12px;
	height: 190px!important;
	height/**/: 200px;
}
textarea.note {
	width: 350px;
	height: 180px;
	line-height: 1.7em;
}
input.longfield {
	width: 350px;
}

dl.bbs_article_dl {
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro W6","Osaka","ＭＳ Ｐゴシック";
	border: solid 1px #CCCCCC;
	margin: 10px auto 10px auto;
	clear: both;
}
dl.bbs_article_dl dt {
	margin: 1px;
	padding: 5px;
	background-color: #EEEECC;
	font-size: 14px;
}
dl.bbs_article_dl dd {
	font-size: 12px;
	line-height: 1.7em;
	margin: 0px;
	padding: 5px 15px 10px 15px
}
dl.bbs_article_dl dd span {
	color: #999999;
	display: block;
	font-size: 10px;
}
div.bbs_res {
	width: 30px;
	height: 16px;
	background-image: url(images/res.gif);
	overflow: hidden;
	text-indent: -5000px;
	float: right;
	cursor: pointer;
}
div#res_mode {
	text-align: left;
	display: none;
	border: solid 1px #CCCCCC;
	margin: 5px auto 5px auto;
	padding: 10px;
	background-color: #FFEEEE;
}
strong#res_title {
	color: #990000;
	font-weight: bolder;
	font-size: 14px;
}
div#res_cancel {
	width: 70px;
	height: 16px;
	background-image: url(images/cancel.gif);
	overflow: hidden;
	text-indent: -5000px;
	float: right;
	cursor: pointer;
}
div.article_title {
	display: inline;
}
dl.bbs_res_dl {
	border: solid 1px #CCCCCC;
	margin-top: 10px;
	clear: both;
}
dl.bbs_res_dl dt {
	background-color: #EEEEEE;
	padding: 3px;
	font-size: 12px;
}
div#bbs_fields {
	text-align: left;
}

div.mfp_footer {
	width: 520px;
	height: 40px;
	background-image: url(images/mfp_footer.gif);
	text-indent: -5000px;
	clear: both;
	margin: 0px auto 0px auto;
}

div.must {
	background-image: url(images/must.gif);
	width: 30px;
	height: 16px;
	float: left;
}
div.article_image {
	width: 100px;
	float: right;
	padding: 3px;
	border: solid 1px #CCCCCC;
}
div.article_image img {
	width: 100px;
	border: none;
}

a.bbs_pdf,a.bbs_xls,a.bbs_doc,a.bbs_zip {
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 3px 3px 3px 25px;
	display: block;
	border: solid 1px #CCCCCC;
	background-color: #FFEEEE;
}
a.bbs_pdf {
	background-image: url(images/pdf.gif);
}
a.bbs_xls {
	background-image: url(images/xls.gif);
}
a.bbs_doc {
	background-image: url(images/doc.gif);
}
a.bbs_zip {
	background-image: url(images/zip.gif);
}

