/* @media only screen and (min-width: 900px) { */

div, p, h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}

/* 本体文字サイズ・背景色 */
th,td {
	background: #f0f0f0;
	font-size: 80%;
}
/* リンク部 */
a {
	text-decoration: none;
}
/* リンク部マウスオーバ時 */
a:hover {
	text-decoration: underline;
	color: #dd0000;
}
/* 掲示板タイトル */
h1 {
	font-size: 170%;
	margin-bottom: 0;
	color: #000;
}
div.bbs-ttl {
	width: 95%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
div.login-name {
	margin-top: 0.3em;
	margin-bottom: 0;
	width: 95%;
	text-align: right;
}
div.bbs-menu {
	padding: 1px;
	width: 95%;
	text-align: right;
	background: #8080c0;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}
div.bbs-menu a {
	color: #fff;
}
table.bbs-item {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
table.bbs-item th {
	padding: 4px;
	background: #8080c0;

	color: #fff;
}
table.bbs-item td {
	background: #fff;
	padding: 4px;
	height: 50px;
	padding: 10px 0px;
	line-height: 30px;
	border-bottom: darkgray dotted 1px;
}

table.bbs-item .bbs-title{
	text-align: left;
	padding-left: 20px;
}

.bbs-title a {
	color: blue;
}

td.w2e {
	width: 2em;
}
td.w3e {
	width: 3em;
}
td.w50p {
	width: 50%;
}
td.w12e {
	width: 12em;
}
td.w14e {
	width: 14em;
}
td.update {
	font-size: 75%;
}
td.td-b {
	white-space: nowrap;
	font-weight: bold;
}
td.td-c {
	text-align: center;
}
td.td-r {
	text-align: right;
}
div.icon-mark {
	margin: 0.8em auto;
	width: 94%;
	border: 1px solid #8080c0;
	background: #fff;
	padding: 4px;
	font-size: 90%;
}
div.icon-mark img {
	text-align: center;
	vertical-align: middle;
	margin-left: 1.5em;
}
div.obi {
	text-align: center;
	padding: 2px;
	background: #8080c0;
	color: #fff;
	font-weight: bold;
}
div.note {
	width: 97%;
	background: #fff;
	border: 1px solid #8080c0;
	margin: 1em;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
p.close {
	text-align: center;
	margin-top: 3em;
}
p.close input {
	width: 80px;
}
div.main {
	text-align: center;
}
div.bbs-navi {
	width: 95%;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

div.vt-url{
	float: left;
}

div.tag-url {
	text-align: right;
	float: right;
}

div.art-head, div.art-body {
	text-align: left;
	padding: 6px;
	margin: 0 auto;
	width: 95%;
}
table.art-info {
	border-collapse: collapse;
}
table.art-info td {
	background: #fff;
	padding: 1px;
}
div.art-head {
	color: red;
	font-size: 20px;
	font-weight: bold;
}
div.art-body {
	border-bottom: 1px solid #404065;
	/*margin-bottom: 15px;*/
}
div.art-head img, img.capt {
	vertical-align: middle;
}
div.art-body img, div.edit img {
	vertical-align: middle;
	border: none;
}
div.edit {
	text-align: right;
}
table.bbsform {
	border-collapse: collapse;
	margin: 1em auto;
	width: 95%;
}
table.bbsform th, table.bbsform td {
	border: 1px solid #8080c0;
	background: #fff;
	padding: 5px;
	white-space: nowrap;
}
table.bbsform th {
	width: 110px;
}
td.small {
	font-size: 75%;
	color: green;
}
div.submit-btn {
	width: 95%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
div.submit-btn input {
	width: 150px;
	height: 30px;
}
p.red {
	color: #dd0000;
}
div.msg-box {
	margin: 3em auto;
	border: 1px solid #8080c0;
	background: #fff;
	width: 450px;
	padding: 2em 0;
	text-align: center;
}
input.msg-btn {
	width: 110px;
	margin: 1.5em;
}
td.smile img {
	vertical-align: middle;
	border: none;
	margin-right: 3px;
}
input.find-btn {
	width: 100px;
	margin-left: 1.5em;
}
p.hit-msg {
	width: 95%;
	text-align: left;
	color: #bb0000;
	margin-left: auto;
	margin-right: auto;
}
p.pg-btn {
	width: 95%;
	text-align: left;
	font-family: Verdana,Arial,Helvetica;
	margin-left: auto;
	margin-right: auto;
}
table.enter {
	border-collapse: collapse;
	margin-top: 1em;
}
table.enter th, table.enter td {
	white-space: nowrap;
	border: 1px solid #8080c0;
	padding: 7px;
}
table.enter th {
	background: #dcdced;
}
table.enter td {
	background: #fff;
}
input.enter {
	width: 180px;
}
table.ent-msg {
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;

}
input.ent-btn {
	margin-top: 1em;
	width: 100px;
}

/* ページ繰越ボタン */
span.pg-on,span.pg-off {
	display: -moz-inline-box;
	-moz-box-align: center;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	width: 22px;
	height: 22px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #8080c0;
	font-family: Verdana,Helvetica,Arial;
}
span.pg-on,span.pg-on a {
	color:  #fff;
	background: #8080c0;
}
span.pg-off,span.pg-off a {
	color: #8080c0 !important;
	background: #fff;
}
div.page-btn {
	text-align: center;
	margin: 0.8em auto;
}

body{
	margin:0px;
	padding:0px;
	background-image:  url("./image/back.jpg");
	background-repeat: repeat;
}

div.header{
	margin: 0 auto;
	width: 900px;
	height: 40px;
	padding:0px 0px 0px 12px;
}

div.header-wrapper{
	border-top: 4px solid;
	margin:0px;
	padding:0px;
	background-color: white;
	box-shadow: 0px 0px 3px 0px #B7B7B7;
	border-bottom:  1px solid #BDBDBD;
}

div.new_thread_button{
	background-color: #8080c0;
	float: right;
	color: white;
	line-height: 10px;
	padding : 10px 30px;
	margin-left: 20px;
}

div.new_thread_button a{
	color: white;
}

div.search_form{
	float:right;
	line-height: 30px;
}

div.search_form input[type="submit"]{
	width: 80px;
	height: 25px;
}

div.search_form input[type="text"]{
	height: 25px;
}

div.homepage{
	float:left;
	line-height: 30px;
}

div.container {
	width: 912px;
	margin:10px auto;
}

div.tag_wrapper {
	margin: 15px auto;
	height: 40px;
	width: 892px;
	align-content: center;
}

div.considaration{
	background:#F0F0F0;
	padding: 15px;
	border-radius: 20px;
}

div.tag {
	border: 1px gray solid;
	background: white;
	width: 130px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin: 0px 20px 0 0;
	font-weight: bold;
}

div.tag_wrapper a:last-child .tag{
	margin: 0;
}

div.considaration p{
	font-size: 15px;
	text-align: left;
}

div.large-big-banner {
	width:728px;
	height: 90px;
	margin : 15px auto;
}

div.footer-banner-wrapper {
	margin : 15px auto;
}

div.read-footer-banner-wrapper {
	margin: 15px auto;
	width: 900px;
	height: 250px;
	clear: both;
}

div.footer-banner {
	width: 300px;
	height: 250px;
	margin : 0px 0px;
}

.left{
	float:left;
}

.right {
	float: right;
}

.clear {
	clear:both;
}

div.read-main, div.form-main {
	width: 912px;
	background-color: white;
	margin: 0px auto;
	padding: 30px 0px;
}

div.form-head {
	width: 90%;
	font-weight: bold;
	font-size: 20px;
	margin: 0 auto;
}

span.name {
	font-weight: bold;
	color: purple;
}

span.id {
	color: gray;
}

span.anker {
	color:blue;
}

.bbs-rescount {
	width: 60px;
}

.bbs-lastdate {
	width: 180px;
	text-align: center;
}

div.form-main {
	background-color: white;
	width: 912px;
	margin: 0px auto;
}

table.form-bbs-item {
	width: 95%;
	margin: 0 auto;
}

table.form-bbs-item th {
	padding: 4px;
	background: #8080c0;

	color: #fff;
}
table.form-bbs-item td {
	background: #fff;
	padding: 4px;
	height: 50px;
	padding: 10px 0;
	line-height: 30px;
	border-bottom: darkgray dotted 1px;
}

table.form-bbs-item .bbs-title{
	text-align: left;
	padding-left: 20px;
}

table.form-bbs-item th{
	border: none;
	margin: 0px;
}


table.form-bbs-item td{
	border: none;
	margin: 0px;
	border-bottom: darkgray dotted 1px;
}

table.form-bbs-item tr {
	border: none;
}

table.form-bbs-item{
	border:none;
	border-spacing: 0px;
}

table.form-bbs-item td.bbs-title {
	font-size: 14px;
	height: 30px;
	padding: 10px;
	padding-left: 20px;
}

table.form-bbs-item .bbs-title a {
	color: blue;
}

div.form-art-head {
	font-weight: bold;
	font-size: 20px;
	width: 95%;
	padding-left: 20px;
}

a.resno {
	color: blue;
	font-weight: bold;
}

p.close {
	margin-bottom: 50px;
}

div.resbutton{
	padding: 5px;
	background-color: #eec0ee;
	text-align: center;
	width: 80px;
	height: 18px;
	font-size: small;
	text-decoration: underline;

	/* 選択禁止 */
	-khtml-user-select:none;
	-webkit-user-select: none;
	-webkit-touch-callout:none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.res-block{
	background-color: #f0f0f0;
	border: gray 1px solid;
}

div.res-block>div:last-child{
	background-color: #f0f0f0;
	border-bottom: none;
}




div.scroll {
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.responsive-ad {
	float: right;
	margin:5px;
}

div.fixed {
	position: fixed;
}


/* }

@media only screen and (max-width: 900px) {

	body{
		background-image: url("./icon/fld_bell.jpg");
		background-repeat: repeat;
	}

/* ----------------------------------------------- */
/*

      BlogRoll css

*/
/* ----------------------------------------------- */

.blogroll-channel{
	border: solid 1px #999 !important;
	height:100px !important;

	overflow-y: scroll;
}


/*------------------管理人追記タグ２段目---------------------------------*/
    div.tag2_wrapper {
	margin: 15px auto;
	height: 40px;
	width: 892px;
	align-content: center;
}
    div.tag2 {
	border: 1px gray solid;
	background: white;
	width: 130px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin: 0px 20px 0 0;
	font-weight: bold;
}

div.tag2_wrapper a:last-child .tag{
	margin: 0;
}
/*------------------管理人追記タグ２段目---------------------------------*/

