@charset "utf-8";

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

		  共通

---------------------------*/
.sb-slidebar{
	display:none;
}
.sp {
	display: none;
}
/*----------------------------

	  641px以上(PC)

----------------------------*/
.sb-slidebar.sb-right{
	display:none;
}
.sb-toggle-right{
	display:none;
}
#sb-site{
	min-height:0 !important;
	transform:translate(0) !important;
}
a:hover, a.line{
	text-decoration:underline;
}
a.line:hover{
	text-decoration:none;
}
a:hover img,
input[type="image"]:hover,
button:hover, label:hover, .f_submit_box input :hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}
a, a img, input[type="image"], label, .f_submit_box input {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
/*---------------------------

		  Header

---------------------------*/
#header{
	width:100%;
	min-width:900px;
	background:#fff;
	border-top:4px solid #442e23;
	box-shadow:0px 2px 4px 0px #d4ccbb;
	-moz-box-shadow:0px 2px 4px 0px #d4ccbb;
	-webkit-box-shadow:0px 2px 4px 0px #d4ccbb;
}
#header .inner{
	width:900px;
	height:82px;
	margin:0 auto;
}
#header .inner .logo{
	display:inline-block;
	float:left;
	height:82px;
}
#header .inner .logo img{
	height:82px;
	width:auto;
}
#header .inner .pchead{
	float:right;
	display:inline-block;
	padding-top:17px;
}
#header .inner .pchead img{
	float:right;
}
#nav{
	width:100%;
	min-width:900px;
	height:60px;
	background:#442e23;
}
#nav div.cf{
	width:900px;
	margin:0 auto;
}
#nav div.cf a{
	display:inline-block;
	float:left;
	height:60px;
}
#nav div.cf a:hover{
	background:#ad8a2c;
}
/*---------------------------

		  Footer

---------------------------*/
.footbnr{
	width:900px;
	margin:0 auto 40px auto;
}
.footbnr img{
	width:440px;
}
.footbnr .left{
	float:left;
}
.footbnr .right{
	float:right;
}
#pagetop{
	width:900px;
	margin:0 auto;
}
#pagetop img{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
	cursor:pointer;
}
#pagetop img:hover{
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}
.foot_info{
	width:100%;
	min-width:900px;
	padding:10px 0 40px 0;
	background:#442e23;
}
.foot_info dt{
	width:900px;
	margin:0 auto;
}
.foot_info dd{
	width:900px;
	margin:0 auto;
}
.foot_info dd .left{
	display:none;
}
.foot_info dd img{
	width:400px;
}
.foot_info dd .right{
	display:inline-block;
	float:right;
}
.foot_info dd .pcleft{
	display:inline-block;
	float:left;
}
.foot_info2{
	width:900px;
	margin:0 auto 40px auto;
	padding:50px 0 0 0;
}
.foot_info2 dl{
	width:440px;
	float:left;
	text-align:left;
	padding-top:50px;
}
.foot_info2 dt{
	margin-bottom:20px;
}
.foot_info2 dt img{
	width:400px;
}
.foot_info2 .footmap{
	width:440px;
	float:right;
}
.copy{
	background:#442e23;
	color:#fff;
	font-size:12px;
	line-height:40px;
}

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

		  Common

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

.mincho {font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.ltr01 {
	text-indent: -1em;
	padding: 0 0 0 2px;
}
.ltr02 {
	padding: 0 0 0 1.2em;
}

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

		  Index

---------------------------*/
#fade div{
	width:100%;
	min-width:900px;
}
#wrap_fade #fade div.fade1{
	background:url(img/pcbg01.jpg) no-repeat center center;
	background-size:cover;
}
#wrap_fade #fade div.fade2{
	background:url(img/pcbg02.jpg) no-repeat center center;
	background-size:cover;
}
#wrap_fade #fade div.fade3{
	background:url(img/pcbg03.jpg) no-repeat center center;
	background-size:cover;
}
.bx-pager{
	width:900px;
	margin:10px auto 30px auto;
	height:15px;
}
.bx-pager div{
	width:15px;
	height:15px;
	display:inline-block;
	margin:0 5px;
}
.bx-pager div a{
	display:block;
	width:15px;
	height:15px;
	background:#ac8829;
	text-indent:-9999px;
}
.bx-pager div a.active, .bx-pager div a:hover{
	background:#fff;
}
.top_about{
	width:900px;
	margin:0 auto 40px auto;
}
.top_about dl{
	width:440px;
	background:#fff;
	margin-bottom:20px;
	box-shadow:0px 0px 9px 0px #d4ccbb;
	-moz-box-shadow:0px 0px 9px 0px #d4ccbb;
	-webkit-box-shadow:0px 0px 9px 0px #d4ccbb;
}
.top_about dl dt img{
	width:300px;
}
.top_about dl dd{
	padding-bottom:20px;
}
.top_about dl dd .img img{
	width:440px;
}
.top_about dl dd .txt{
	display:block;
	text-align:left;
	padding:30px 30px;
}
.top_about dl dd .btn{
	display:block;
	margin:0 auto;
	width:380px;
}
.top_about dl dd .btn img{
	width:380px;
}
.top_about dl.left{
	float:left;
	clear:both;
}
.top_about dl.right{
	float:right;
}
.top_event{
	width:900px;
	margin:0 auto 40px auto;
}
.top_event dt{
	background:#fff;
	border-bottom:2px solid #442e23;
	padding:10px;
	text-align:left;
	font-size:20px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position:relative;
}
.top_event dt span{
	font-size:14px;
	display:inline-block;
	color:#b39a80;
	position:absolute;
	right:10px;
	top:18px;
}
.top_event dd a{
	display:block;
	text-align:left;
	border-bottom:1px dotted #b39a80;
	position:relative;
	background:url(img/arrow01.png) no-repeat right center;
	background-size:auto 15px;
	color:#442e23;
	padding:15px 20px 15px 120px;
}
.top_event dd a:hover{
	background:#fdf9ee url(img/arrow01.png) no-repeat right center;;
	background-size:auto 15px;
	text-decoration:none;
}
.top_event dd a span{
	display:inline-block;
	color:#ac8829;
	position:absolute;
	top:15px;
	left:0;
}
.top_event dd p.btn{
	text-align:right;
	padding-top:10px;
}
.top_event dd p.btn a{
	display:inline-block;
	padding:0;
	border:none;
	background:none;
}
.top_event dd p.btn a img{
	width:200px;
}
/*---------------------------

		  underlayer Common

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

.main_key {
	min-width: 900px;
}
.main_key img {
	width: 750px;
	height: auto;
}
.main_key.key01 {
	overflow: hidden;
	background: url(img/about_bgpc.jpg) no-repeat center;
	background-size: cover;
}
.main_key.key01 img {

}
.main_key.key02 {
	background: url(img/fac_bgpc.jpg) no-repeat center;
	background-size: cover;
}
.main_key.key03 {
	background: url(img/guide_bgpc.jpg) no-repeat center;
	background-size: cover;
}
.content_bnr {
	width: 900px;
	margin: 0 auto 30px;
}
.content_bnr ul li {
	width: 440px;
	margin: 0 0 20px;
	box-shadow: 0 1px 4px rgba(7,0,2,0.3);
	float: left;
}
.content_bnr ul li:nth-child(2n) {
	float: right;
}
.content_bnr ul a {
	display: block;
}
.content_bnr ul a img {
	width: 100%;
	height: auto;
}
.global_wrapper {
	width: 900px;
	margin: 0 auto 30px;
}
.global_wrapper .right {
	float: right;
}
.global_wrapper p {
	color: #442e23;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0.05em;
}
.global_wrapper .tit img {
	width: 704px;
	height: auto;
}
.global_wrapper .box01 {
	margin: 0 0 30px;
	width: 440px;
	float: left;
}
.global_wrapper .box01:nth-child(2n) {
	float: right;
}
.global_wrapper .box01 .top {
	margin: 0 0 10px;
	box-shadow: 0 1px 4px rgba(7,0,2,0.3);
	overflow: hidden;
}
.global_wrapper .box01 .top img {
	width: 100%;
	height: auto;
}
.global_wrapper .box01 .bottom {
	padding: 10px 20px 0;
}
.global_wrapper .box02 {
	padding: 20px;
	border: solid 10px #675447;
	box-sizing: border-box;
	background: #fff;
	clear: both;
}
.global_wrapper .box02 .top {
	margin: 0 0 10px;
}
.global_wrapper .box02 .top img {
	width: 100%;
	height: auto;
}
.global_wrapper .box02 .bottom {
	padding: 10px 20px 0;
}
.global_wrapper .box03 {
	width: 440px;
	margin: 0 0 30px;
	box-shadow: 0 1px 4px rgba(7,0,2,0.3);
	display: inline-block;
	float: left;
}
.global_wrapper .box03 dt {
	position: relative;
	border-bottom: solid 3px #c1c1c1;
	padding: 7px 0;
	background: #fff;
}
.global_wrapper .box03 dt:before {
	content: "";
	width: 97px;
	height: 3px;
	margin: 0 0 -3px;
	background: #442e23;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.global_wrapper .box03 dt img {
	width: 100%;
	height: auto;
}
.global_wrapper .box03 dd {
	min-height: 300px;
	background: #fff;
	padding: 10px;
}
.global_wrapper .box03 .top {
	margin: 0 0 10px;
}
.global_wrapper .box03 .top img {
	width: 100%;
	height: auto;
}
.global_wrapper .box03 .bottom {
	padding: 5px 10px;
}
.global_wrapper .box03 .bottom ul li:before {
	content: "";
	width: 13px;
	height: 11px;
	margin: 5px 0 0 0;
	display: inline-block;
	background: url(img/ico_check.gif) no-repeat center;
	background-size: cover;
	vertical-align: middle;
	float: left;
}
.btn_box {
	width: 900px;
	margin: 0 auto 50px;
}
.btn_box a {
	display: block;
}
.btn_box a img {
	width: 483px;
	height: auto;
}
.info {
	width: 900px;
	margin: 0 auto 50px;
	box-shadow: 0 1px 4px rgba(7,0,2,0.3);
}
.info>.top {
	background: #fff;
}
.info>.top dt {
	position: relative;
	border-bottom: solid 3px #c1c1c1;
}
.info>.top dt:before {
	content: "";
	width: 97px;
	height: 3px;
	margin: 0 0 -3px;
	background: #442e23;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.info>.top dt img {
	width: 704px;
	height: auto;
}
.info>.top dd {
	padding: 10px 10px 30px;
}
.info>.top dd p {
	width: 650px;
	color: #442e23;
	text-align: left;
	font-size: 28px;
	margin: 0 auto 5px;
}
.info>.top dd img {
	width: 650px;
	height: auto;
}
.info>.bottom {
	padding: 13px 0 20px;
	background: #442e23;
}
.info>.bottom dt img {
	width: 650px;
	height: auto;
}

/*.info>.bottom dd a {
	margin: 0 0 10px;
	width: 49%;
	float: left;
}
.info>.bottom dd a.right {
	float: right;
}
.info>.bottom dd a img {
	width: 100%;
	height: auto;
}*/

.global_wrapper.about .box02 .top {
	height: 270px;
	overflow: hidden;
}
.global_wrapper.about .box02 .top img {
	margin: -22px 0 0;
}
.global_wrapper.wrap01 .tit {
	border-bottom: solid 1px #442e23;
	background: #fff;
	margin: 30px 0 0;
}
.global_wrapper.wrap01 .box01 {
	width: 100%;
	float: initial;
}
.global_wrapper.wrap01 .box01 .top {
	height: 350px;
	overflow: hidden;
}
.global_wrapper.wrap01 .box01 .top img {
	margin: -100px 0 0;
}
.global_wrapper.wrap01 .box03 {
	width: 286px;
	margin: 0 0 20px 21px;
}
.global_wrapper.wrap01 .box03.left {
	margin: 0 0 20px;
}
.info .ryokin {
	background: #fff;
}
.info .ryokin>dt {
	position: relative;
	border-bottom: solid 3px #c1c1c1;
	position: relative;
}
.info .ryokin>dt:before {
	content: "";
	width: 97px;
	height: 3px;
	margin: 0 0 -3px;
	background: #442e23;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.info .ryokin>dt img {
	width: 704px;
	height: auto;
}
.info .ryokin>dd {
	padding: 20px 30px;
}
.info .ryokin .box:nth-child(1) {
	margin: 0 0 30px;
}
.info .ryokin .top {
	text-align: left;
	margin: 0 0 10px;
	color: #442e23;
	font-size: 23px;
	line-height: 1.3;
	border-left: solid 3px #442e23;
	border-bottom: solid 1px #cbcbcb;
	padding: 4px 0 0px 12px;
}
.info .ryokin .bottom {
	width: 100%;
	display: table;
}
.info .ryokin .bottom .left {
	display: table-cell;
	width: 260px;
	vertical-align: top;
}
.info .ryokin .bottom .left img {
	width: 260px;
	height: auto;
}
.info .ryokin .bottom .right {
	display: table-cell;
	text-align: left;
	padding: 0 0 0 30px;
	vertical-align: top;
}
.info .ryokin .bottom .right .txt {
	color: #cb1f1f;
}
.info .ryokin .bottom .right dl {
	border-bottom: solid 1px #cbcbcb;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.info .ryokin .bottom .right dt {
	line-height: 1.3;
}
.facility_info {
	width: 900px;
	margin: 0 auto 50px;
	box-shadow: 0 1px 4px rgba(7,0,2,0.3);
	background: #fff;
}
.facility_info dt {
	position: relative;
	border-bottom: solid 3px #c1c1c1;
}
.facility_info dt:before {
	content: "";
	width: 97px;
	height: 3px;
	margin: 0 0 -3px;
	background: #442e23;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.facility_info dt img {
	width: 704px;
	height: auto;
}
.facility_info dd {
	padding: 20px 30px;
	display: table;
}
.facility_info dd img{
	width: 570px;
	height: auto;
	margin: 0 0 10px;
	display: table-cell;
}
.facility_info dd div {
	display: table-cell;
	padding: 0 0 0 20px;
}
.facility_info dd div p {
	color: #442e23;
	font-size: 14px;
	text-align: left;
	margin: 0 0 8px;
	padding: 0 0 5px 80px;
	border-bottom: dotted 1px #442e23;
	position: relative;
}
.facility_info dd div p span {
	width: 70px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.facility_info dd div p span:after {
	content: ":";
	float: right;
}
.global_wrapper.guide {
	margin: 20px auto 0;
}
.global_wrapper .box04 {
	margin: 0 0 30px;
	box-shadow: 0 1px 4px rgba(7,0,2,0.3);
}
.global_wrapper .box04>dl>dt {
	position: relative;
	border-bottom: solid 3px #c1c1c1;
	background: #fff;
}
.global_wrapper .box04>dl>dt:before {
	content: "";
	width: 97px;
	height: 3px;
	margin: 0 0 -3px;
	background: #442e23;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.global_wrapper .box04>dl>dt img {
	width: 704px;
	height: auto;
}
.global_wrapper .box04>dl>dd {
	background: #fff;
}
.global_wrapper .box04 .top {
	padding: 40px 30px 10px;
}
.global_wrapper .box04 .top>dl {
	margin: 0 0 30px;
}
.global_wrapper .box04 .top>dl>dt {
	text-align: left;
	margin: 0 0 10px;
	padding: 0 0 0 6px;
	border-left: solid 3px #442e23;
}
.global_wrapper .box04 .top>dl>dt p {
	font-size: 16px;
	border-bottom: dotted 1px #442e23;
	line-height: 1.3;
	padding: 3px 0 3px 3px;
}
.global_wrapper .box04 p span {
	display: block;
}
.contact_box {
	padding: 20px 30px;
	background: #442e23;
}
.contact_box a {
	width: 49%;
	float: left;
}
.contact_box a.right {
	float: right;
}
.contact_box a img {
	width: 100%;
	height: auto;
}
.contact_box .pc {
	width: 49%;
	height: auto;
	float: left;
}
.global_wrapper .box04 .map {
	padding: 30px;
}
.global_wrapper .box04 .boxin {
	padding: 0 30px 20px;
}
.global_wrapper .box04 .boxin .list {
	margin: 0 0 20px;
}
.global_wrapper .box04 .boxin>p {
	margin: 0 0 10px;
}
.global_wrapper .box04 .boxin:last-child {
	margin: 0;
}
.global_wrapper .box04 .boxin dl dt {
	text-align: left;
    margin: 0 0 10px;
    padding: 0 0 0 6px;
    border-left: solid 3px #442e23;
}
.global_wrapper .box04 .boxin dl dt p {
	font-size: 16px;
    border-bottom: dotted 1px #442e23;
    line-height: 1.3;
    padding: 3px 0 3px 3px;
}
.global_wrapper .box04 .boxin dl dd p {
	margin: 0 0 10px;
}
.under_wrap {
	margin: 15px 0 20px;
	box-shadow: 0 1px 4px rgba(7,0,2,0.3);
	background: #fff;
}
.posting .under_wrap {
	margin: 15px 0 0;
	box-shadow: initial;
	background: initial;
}
.under_wrap>dt {
	border-bottom: solid 3px #442e23;
	margin: 0 0px 5px;
	position: relative;
	background: #fff;
	box-shadow: 0 1px 4px rgba(7,0,2,0.3);
}
.under_wrap>dt:after {
	content: "";
	height: 1px;
	width: 100%;
	display: block;
	background: #442e23;
	position: absolute;
	bottom: -5px;
}
.posting  .under_wrap>dt {
	margin: 0 0 22px;
}
.under_wrap>dt img {
	width: 704px;
	height: auto;
}
.under_wrap>dd {
	padding: 30px;
}
.posting .under_wrap>dd {
	padding: 0;
}
.posting .under_wrap>dt {
	margin: 0 0 22px;
}
.posting.detail .under_wrap>dd {
	padding: 30px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(7,0,2,0.3);
}
.contactform table {
	width: 100%;
	display: block;
	margin: 0 0 10px;
}
.contactform tr {
	margin: 0 0 20px;
	display: block;
}
.contactform th {
	margin: 0 0 5px;
	display: block;
}
.contactform th span {
	color: #fff;
	font-size: 13px;
	padding: 1px 4px 0;
	margin: 0 0 0 7px;
	line-height: 1;
	vertical-align: middle;
}
.contactform th .type01 {
	background: #c32121;
}
.contactform th .type02 {
	background: #282ed4;
}
.contactform td {
	text-align: left;
	display: block;
}
.contactform .f_back {
	display: none;
}
.contactform .mw_wp_form_preview .f_off {
	display: none;
}
.contactform .mw_wp_form_preview td {
	padding: 7px 10px;
}
.contactform .mw_wp_form_preview td textarea {
	padding: 7px 10px;
}
.contactform .mw_wp_form_preview .f_back {
	width: 200px;
	height: 90px;
	font-size: 30px;
	margin: 0 15px 0 0;
	background: #eee;
	display: inline-block !important;
	border: none;
	float: left;
}
.contactform td.f_txtbox {
	border: none;
}
.contactform td>input {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 7px 10px;
}
.mw_wp_form .error {
	padding: 7px 10px 7px;
}
.contactform td textarea {
	width: 100%;
	max-width: 840px;
	height: 150px;
	display: block;
	box-sizing: border-box;
	padding: 7px 10px;
}
.contactform td a {
	color: #0c37d8;
	display: inline-block;
	text-decoration: underline;
}
.contactform .f_submit_box {
	display: inline-block;
	position: relative;
}
.contactform .f_submit_box .f_submit {
	width: 484px;
	height: 90px;
	font-size: 30px;
	color: #fff;
	background: url(img/btn_bg01.jpg) no-repeat center;
	border: none;
}
.contactform .mw_wp_form_preview .f_back:hover, .contactform .f_submit_box .f_submit:hover {
	cursor: pointer;
}
.contactform .f_submit_box .f_submit:before {
	content: "";
	width: 31px;
	height: 31px;
	background: url(img/icoi_arw.png) no-repeat center;
	background-size: cover;
	display: inline-block;
	position: absolute;
	left: 348px;
	top: 50%;
	margin: -16px 0 0;
	z-index: 9999;
}
.under_wrap>dd .thankyou {
	text-align: center;
}
.under_wrap>dd .thankyou .tit {
	text-align: center;
	font-size: 28px;
	margin: 0 0 10px;
}
.under_wrap>dd .thankyou p {
	text-align: center;
	line-height: 2;
}
.under_wrap>dd .thankyou a {
	text-decoration: underline;
	display: inline-block;
	padding: 10px 0 0;
}
.under_wrap>dd>.box {
	margin: 0 0 30px;
}
.under_wrap>dd>.box p {
	font-size: 16px;
}
.under_wrap .section {
	margin: 0 0 30px;
}
.under_wrap .section:last-child {
	margin: 0;
}
.under_wrap .section dt {
	font-size: 20px;
	position: relative;
	border-bottom: solid 2px #c1c1c1;
	text-align: left;
	margin: 0 0 12px;
	padding: 0 0 2px;
	line-height: 1.3;
}
.under_wrap .section dt:after {
	content: "";
	width: 97px;
	height: 3px;
	margin: 0 0 -2px;
	background: #442e23;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.posting .under_wrap .time {
	color: #ac8829;
	font-size: 12px;
	text-align: left;
	margin: 0 0 0;
}
.posting .under_wrap .tit {
	color: #442e23;
	font-size: 20px;
	text-align: left;
	margin: 0 0 20px;
	border-bottom: solid 1px #d3cecb;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.posting .under_wrap .box p {
	font-size: 14px;
	font-weight: initial;
}
.posting .under_wrap ul {

}
.posting .under_wrap ul li {
	width: 100%;
	margin: 0 0 20px;
	padding: 30px 0;
	background: #fff;
	box-shadow: 0 1px 4px rgba(7,0,2,0.3);
}
.posting .under_wrap ul li:last-child {
	margin: 0 0 0;
	border-bottom: none;
}
.posting .under_wrap ul li .top {
	padding: 0 30px;
}
.posting .under_wrap ul li .bottom {
	padding: 0 30px;
}
.posting .under_wrap ul li .box {
	margin: 0 0 10px;
}
.posting .under_wrap .btn {
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.posting .under_wrap .btn a {
	width: 150px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #c3a863;
	padding: 10px 0 8px;
	display: inline-block;
	text-decoration: none;
}
.posting .under_wrap .btn02 {
	margin: 10px 0 0;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.posting .under_wrap .btn02 a {
	width: 150px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #c3a863;
	padding: 10px 0 8px;
	display: inline-block;
	text-decoration: none;
}
.posting .under_wrap a:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}
.posting .under_wrap .top {

}
.posting .under_wrap .bottom {
	position: relative;
}
.posting .under_wrap .left {
	width: 170px;
	height: 170px;
	overflow: hidden;
	margin: 0 20px 0 0;
	vertical-align: top;
	float: left;
}
.posting .under_wrap .left a {
	display: block;
}
.posting .under_wrap .left div {
	width: 170px;
	background: #f2f0eb;
}
.posting .under_wrap .left div img {
	width: 100%;
	height: auto;
}
.posting .under_wrap .left img {
	height: 100%;
}
.posting .under_wrap .right {
	float: none;
	margin: 0 0 0 190px;
	position: relative;
}
.newsimg{
	width:100%;
}
#pager{
	padding-top:20px;	
}
#pager a, #pager span{
	display:inline-block;
	border:1px solid #9c7612;
	padding:0 10px;
	line-height:30px;
	margin:0 1px;
}
#pager a{
	background:#9c7612;
	color:#fff;
}
#pager span, #pager a:hover{
	background:#fff;
	color:#9c7612;
	text-decoration:none;
}
.backbtn{
	margin:15px auto 20px auto;
	text-align:right;
}
.backbtn a {
	width: 180px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #c3a863;
	padding: 10px 0 8px;
	display: inline-block;
	text-decoration: none;
}
.backbtn a:hover{
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}


