@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;
}

/*メインの中*/
.mag_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;
}

.mag_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;
}

.mag_txt {
	padding: 0 15px;
}

.sendBtn a {
	display: block;
	width: 142px;
	height: 36px;
	margin: 20px auto;
	border: 1px solid #289335;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
	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;
	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 */
}