@charset "utf-8";



.brown_ttlbox{
	height: 38px;
	margin: 10px auto;
	background-color: #8d5835;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3), 0px 3px rgba(255, 255, 255, 0.5) inset;
}
.brown_ttl_img{
	width: 31px;
	height: 29px;
	margin: 5px 10px 5px 10px;
	background-image: url("//img.undernavi.com/portal/web/chugoku/shop/dir/bbs/main_icon1.png");
	background-repeat: no-repeat;
	float: left;
}
.brown_ttl{
	width: 860px;
	height: 15px;
	margin-top: 10px;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	color: white;
	float: left;
}

/*メインの中*/
.bbs_maintop_colorbox{
  width: 100%;
	padding-top: 10px;
	background-color: #f3f2eb;
	-webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.bbs_main_topttl{
	height: 20px;
	margin:10px 10px 10px 15px;
	padding-left: 10px;
	line-height: 22px;
	font-size: 120%;
	font-weight: bold;
	border-left: 5px solid #75aa16;
}


.tbl_form {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.tbl_form dl {
  display: table-row;
}
.tbl_form dl dt,
.tbl_form dl dd {
}
.tbl_form dl dt {
  display: table-cell;
  vertical-align: top;
  width: 45px;
  padding: 16px 0 0 30px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.6;
}
.tbl_form dl dd {
	display: table-cell;
	padding: 5px 0 10px 5px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 1.6;
}
.tbl_form dl dd input,
.tbl_form dl dd textarea {
	width: 95%;
	padding: 10px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #e9e9e7;
}
.tbl_form dl dd textarea {
	height: 8em;
}


.note_of_cautionbox{
	width: 600px;
	height: 15px;
	margin-left: 100px;
	margin-top: 5px;
}
.note_of_caution{
	width: 163px;
	height: 10px;
	font-size: 80%;
	margin-left: 300px;
	margin-top: 5px;
	float: left;
}
.asterisk,
.red {
	width: 9px;
	height: 2px;
	color: red;
	margin-top: 5px;
}
.note_of_caution2{
	width: 100px;
	height: 10px;
	font-size: 80%;
	margin-top: 5px;
	float: left;
}

.topbox_btn {
	display: block;
	width: 142px;
	height: 36px;
	margin: 20px auto;
	border: 1px solid #289335;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor: pointer;
	color: white;
	text-shadow: 0px 1px 1px #000;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px rgba(255, 255, 255, 0.5) inset;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd255+0,8eb92a+50,72aa00+100,9ecb2d+100 */
	background: rgb(191,210,85); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 100%, rgba(158,203,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 100%,rgba(158,203,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 100%,rgba(158,203,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );*/ /* IE6-9 */
}

.caution {
	display: block;
	margin: -10px 20px 0 0;
	color: #666666;
	font-size: 85%;
	text-align: right;
}

/*最新を見る・最初から見る*/
.btnbox{
	margin: 20px 22px 15px 0;
	text-align: right;
	overflow: hidden;
}
.btnbox a {
	float:right;
	width: 139px;
	height: 29px;
	margin-left: 10px;
	color: white;
	background-color: #da5ebb;
	border: 1px solid #da5ebb;
	border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 116%;
	text-align: center;
	line-height: 27px;
	text-decoration: none;
}
.btnbox a.active,
.btnbox a:hover {
	color: #da5ebb;
	background-color: white;
	border: 1px solid #da5ebb;
	border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	text-align: center;
	line-height: 27px;
}
/*コメント*/
.comment {
	margin: 0 10px 10px;
}

.comment li {
	font-size: 16px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid gray;
	border-radius:10px;
}

.comment li .databox {
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: #e6e4e4;
	border-radius: 5px;
}

.comment li .databox .date {
	float: right;
	margin-left: 10px;
}

.comment li .databox .writer {
	overflow: hiddenl
}

.comment li .databox .writer span {
	overflow: hidden;
	margin-right: 1em;
	color: blue;
	font-weight: bold;
}

.comment li h5 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px dashed #e6e4e4;
}

/*余白*/
.index_inbox {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fcfcfc;
  overflow: hidden;
}
