@charset "utf-8";
/* ===================================================================
	common.css
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/

body,
td,
th,
input,
textarea {
	color: #443807;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
address {
	font-style: normal;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
	color: #443807;
	outline: none;
	text-decoration: none;
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

a:hover {
	text-decoration: underline;
}
a:hover,
a:hover img,
.img_hover:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
}

img {
	vertical-align: top;
}
.img_ck {
	font-size: 1px;
	line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 only */
.clearfix {
	*zoom: 1;
}
/*---------------------------------------------------------------------------*/

/* margin */
.mar_t0 {
	margin-top: 0 !important;
}
.mar_t5 {
	margin-top: 5px !important;
}
.mar_t10 {
	margin-top: 10px !important;
}
.mar_t15 {
	margin-top: 15px !important;
}
.mar_t20 {
	margin-top: 20px !important;
}
.mar_t25 {
	margin-top: 25px !important;
}
.mar_t30 {
	margin-top: 30px !important;
}
.mar_t35 {
	margin-top: 35px !important;
}
.mar_t40 {
	margin-top: 40px !important;
}
.mar_t45 {
	margin-top: 45px !important;
}
.mar_t50 {
	margin-top: 50px !important;
}

.mar_b0 {
	margin-bottom: 0 !important;
}
.mar_b5 {
	margin-bottom: 5px !important;
}
.mar_b10 {
	margin-bottom: 10px !important;
}
.mar_b15 {
	margin-bottom: 15px !important;
}
.mar_b20 {
	margin-bottom: 20px !important;
}
.mar_b25 {
	margin-bottom: 25px !important;
}
.mar_b30 {
	margin-bottom: 30px !important;
}
.mar_b35 {
	margin-bottom: 35px !important;
}
.mar_b40 {
	margin-bottom: 40px !important;
}
.mar_b45 {
	margin-bottom: 45px !important;
}
.mar_b50 {
	margin-bottom: 50px !important;
}

.mar_l0 {
	margin-left: 0 !important;
}
.mar_l5 {
	margin-left: 5px !important;
}
.mar_l10 {
	margin-left: 10px !important;
}
.mar_l15 {
	margin-left: 15px !important;
}
.mar_l20 {
	margin-left: 20px !important;
}
.mar_l25 {
	margin-left: 25px !important;
}
.mar_l30 {
	margin-left: 30px !important;
}
.mar_l35 {
	margin-left: 35px !important;
}
.mar_l40 {
	margin-left: 40px !important;
}
.mar_l45 {
	margin-left: 45px !important;
}
.mar_l50 {
	margin-left: 50px !important;
}

.mar_r0 {
	margin-right: 0 !important;
}
.mar_r5 {
	margin-right: 5px !important;
}
.mar_r10 {
	margin-right: 10px !important;
}
.mar_r15 {
	margin-right: 15px !important;
}
.mar_r20 {
	margin-right: 20px !important;
}
.mar_r25 {
	margin-right: 25px !important;
}
.mar_r30 {
	margin-right: 30px !important;
}
.mar_r35 {
	margin-right: 35px !important;
}
.mar_r40 {
	margin-right: 40px !important;
}
.mar_r45 {
	margin-right: 45px !important;
}
.mar_r50 {
	margin-right: 50px !important;
}

/* float */
.fl_l {
	float: left !important;
}
.fl_r {
	float: right !important;
}
.fl_n {
	float: none !important;
}

/* font color */
.f_c_red {
	color: #ff0000 !important;
}
.f_c_yellow {
	color: #ffff00 !important;
}
.f_c_blue {
	color: #0000ff !important;
}
.f_c_gray {
	color: #cccccc !important;
}
.f_c_gray_2 {
	color: #999999 !important;
}

.t_align_l {
	text-align: left !important;
}
.t_align_c {
	text-align: center !important;
}
.t_align_r {
	text-align: right !important;
}

.f_weight_bold {
	font-weight: bold !important;
}
.f_weight_normal {
	font-weight: normal !important;
}
/*---------------------------------------------------------------------------*/

/* CMS用 */
.file {
	border-top: 1px dotted #cccccc;
	font-size: 133.3%;
	margin: 15px 0;
	padding: 10px 0 0;
	text-align: left;
}
.file .pdf {
	background: url(../images/cms/pdf.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.file .xls,
.file .xlsx {
	background: url(../images/cms/xls.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.file .doc,
.file .docx {
	background: url(../images/cms/doc.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.top-right {
	float: right;
	margin: 0px 0px 30px 30px;
}
.top-left {
	float: left;
	margin: 0px 30px 30px 0px;
}
.top-center {
	margin: 0px 0px 30px 0px;
	text-align:center;
}
.bottom-right {
	float: right;
	margin: 30px 0px 0px 30px;
}
.bottom-left {
	float: left;
	margin: 30px 30px 0px 0px;
}
.bottom-center {
	margin: 30px 0px 0px 0px;
	text-align:center;
}

.entry-container {
	color: #4e4317;
	margin: 0 auto;
	width: 710px;
}
.entry-container .entry-ttl {
	background: url(../../news/images/detail_ttl_bg.png) left top no-repeat;
	font-size: 141.7%;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.2;
	padding-left: 40px;
}
.entry-container .entry-ttl .txt {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	width: 550px;
}
.entry-container .entry-ttl .date {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	text-align: right;
	vertical-align: bottom;
	width: 120px;
}
.entry-container .entry-content {
	/*
	background: url(../images/line_dotted.png) left top repeat-x;
	*/
	font-size: 133.3%;
	/*
	margin-top: 30px;
	padding: 25px 0;
	*/
}
.entry-container b {
	font-weight: bold;
}
.entry-container i {
	font-style: italic;
}
.entry-container .btn_area {
	margin-top: 70px;
	position: relative;
	text-align: center;
	width: 100%;
}
.entry-container .btn_area .btn_prev {
	left: 0;
	position: absolute;
	top: 23px;
}
.entry-container .btn_area .btn_next {
	position: absolute;
	right: 0;
	top: 23px;
}

.pagenation {
	margin-top: 50px;
	text-align: center;
}
.pagenation li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-family:”ＭＳ Ｐ明朝”, “MS PMincho”, “ヒラギノ明朝 Pro W3″, “Hiragino Mincho Pro”, serif;
	font-size: 166.9%;
	margin-left: 12px;
	line-height: 56px;
	padding-right: 2px;
	vertical-align: middle;
	width: 54px;
}
.pagenation li.this {
	background: url(../images/pagenation_this.png) left top no-repeat;
	color: #fff;
	width: 56px;
}
.pagenation li a {
	color: #756a3d;
	display: block;
}
.pagenation li a {
	background: url(../images/pagenation_bg.png) left top no-repeat;
	display: block;
}
.pagenation li.prev,
.pagenation li.next {
	padding-right: 0;
	padding-top: 8px;
	width: 48px;
}
.pagenation li.prev {
	margin-right: 8px;
}
.pagenation li.next {
	margin-left: 20px;
}
.pagenation li.prev a,
.pagenation li.next a {
	background: none;
}


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

.news_list {
	margin: 0 auto;
	text-align: left;
	width: 840px;
}
.news_list li {
	color: #4e4317;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 22px 45px;
	padding-top: 24px;
	text-align: left;
	vertical-align: top;
	width: 236px;
}
.news_list li a {
	color: #4e4317;
	display: block;
}
.news_list li a:hover {
	text-decoration: none;
}
.news_list li.left {
	background: url(../images/news_list_left_bg.png) left top no-repeat;
}
.news_list li.center {
	background: url(../images/news_list_center_bg.png) left top no-repeat;
}
.news_list li.right {
	background: url(../images/news_list_right_bg.png) left top no-repeat;
}

.news_list li .date {
	font-size: 125%;
	line-height: 1.1;
	height: 25px;
	padding: 0 23px;
	vertical-align: top;
	text-align: right;
}
.news_list li .pix_wrap {
	background: url(../images/news_list_pix_bg.jpg);
	height: 236px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 236px;
}
.news_list li .pix_wrap .pix {
	line-height: 236px;
}
.news_list li .pix_wrap .pix img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
.news_list li .pix_wrap .frame {
	top: 0;
	position: absolute;
	right: 0;
}
.news_list li .pix_wrap_wh {
	background: #FFF;
	height: 236px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 236px;
}
.news_list li .pix_wrap_wh .pix {
	line-height: 236px;
}
.news_list li .pix_wrap_wh .pix img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
.news_list li .pix_wrap_wh .frame {
	top: 0;
	position: absolute;
	right: 0;
}
.news_list li dl dt {
	background: url(../images/line_dotted.png) left bottom repeat-x;
	font-size: 141.7%;
	margin: 15px 0 10px;
	padding-bottom: 10px;
}
.news_list li dl dd {
	font-size: 133.3%;
	line-height: 1.4;
}

/*---------------------------------------------------------------------------*/
body {
	background: url(../images/contents_bg.jpg) repeat;
}
#container {
	min-width: 980px;
	width: 100%;
}
.inner {
	margin: 0 auto;
	width: 980px;
}
.deco {
	position: absolute;
}

/*---------------------------------------------------------------------------*/
header {
	background: url(../images/h_bg.jpg) center top repeat-x;
}
/* header .h_inner {
	margin: 0 auto;
	padding: 20px 0 28px;
	position: relative;
	overflow: hidden;
	width: 980px;
	width : 1220px;
	border : solid 1px #ff0000;
}
header .h_inner .logo {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
	width: 50%;
}
header .h_inner .h_info {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
	text-align: right;
	width: 50%;
	border : solid 1px #000;
}*/
header .h_inner {
	margin: 0 auto;
	padding: 20px 0 28px;
	position: relative;
	overflow: hidden;
	width : 1220px;
	display: flex;
	justify-content: space-between;
}
header .h_inner .hd_logos {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
header .h_inner .h_info	{
	display: flex;
	flex-direction: column;
	margin-right : 10%;
}
header .h_inner .h_info .ad-tel	{
	display: flex;
	flex-direction: column;
}
header .h_inner .h_info .tel {
	margin-bottom: 10px;
}
header .h_inner .h_info .icon-mail	{
	display: flex;
	flex-direction: row;
	align-items: center;
}
header .h_inner .clock {
	margin-left: -130px;
	left: 50%;
	position: absolute;
	top: 0;
	width: 260px;
}
header .h_inner .clock .clock_hour {
	margin-left: -12px;
	left: 50%;
	position: absolute;
	top: 60px;
	 transform-origin:50% 35px;
	-ms-transform-origin:50% 35px;
	-moz-transform-origin:50% 35px;
	-o-transform-origin:50% 35px;
	-webkit-transform-origin:50% 35px;
}
header .h_inner .clock .clock_min {
	margin-left: -5px;
	left: 50%;
	position: absolute;
	top: 40px;
	transform-origin:50% 53px;
	-ms-transform-origin:50% 53px;
	-moz-transform-origin:50% 53px;
	-o-transform-origin:50% 53px;
	-webkit-transform-origin:50% 53px;
}

header nav {
	background: url(../images/nav_bg.png) center top repeat-x;
	padding: 16px 0 18px;
}
header nav .inner {
	width: 100%;
	text-align: center;
}
header nav li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}
header nav li + li {
	border-left: 1px solid #e1dccb;
}

/*---------------------------------------------------------------------------*/
.contents {
	/* background: url(../images/contents_bg.jpg) repeat; */
	background : #faf5e1;
	overflow: hidden;
	padding: 80px 0 80px;
	position: relative;
}
.contents .inner {
	/* background: url(/common/images/151120/continner_bg.png) center top repeat-y; */
	background : #faf5e1;
	position: relative;
}
.contents .page_title {
	background: url(../images/title_bg.png) center bottom no-repeat;
	height: 84px;
	margin-bottom: 45px;
	text-align: center;
}
.contents .deco.bg_img_l1 {
	left: 0;
	top: 500px;
}
.contents .deco.bg_img_l2 {
	left: 0;
	top: 1500px;
}
.contents .deco.bg_img_l3 {
	left: 0;
	top: 2930px;
}
.contents .deco.bg_img_r1 {
	right: 0;
	top: 110px;
}
.contents .deco.bg_img_r2 {
	right: 0;
	top: 1055px;
}
.contents .deco.bg_img_r3 {
	right: 0;
	top: 2290px;
}

.contents .deco.tr_img_l {
	left: 0;
	top: 155px;
}
.contents .deco.tr_img_r {
	right: 0;
	top: 112px;
}

/*---------------------------------------------------------------------------*/
footer {
	background: url(../images/151120/f_bg.png) center top repeat-x;
	position: relative;
	text-align: center;
}
footer .pagetop {
	position: absolute;
	right: 0;
	top: -90px;
}
footer .pagetop.fix {
	bottom: 30px;
	position: fixed;
	right: 0;
	top: auto;
}
footer .inner {
	height: 410px;
}
footer .f_logo {
	padding: 37px 0 41px;
}
footer .f_nav ul {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}
footer .f_nav ul.line1 {
	width: 325px;
}
footer .f_nav ul.line2 {
	width: 235px;
}
footer .f_nav ul.line3 {
	width: 210px;
}
footer .f_nav ul.line4 {
	width: 185px;
}
footer .f_nav ul li {
	color: #413711;
	vertical-align: middle;
	text-align: left;
}
footer .f_nav ul li a {
	color: #413711;
}
footer .f_nav > ul > li {
	font-size: 133.3%;
	line-height: 1;
	margin-bottom: 20px;
}
footer .f_nav > ul > li > a {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	text-decoration: none;
	vertical-align: top;
}
footer .f_nav > ul > li > ul {
	display: block;
	margin-left: -10px;
	margin-top: 5px;
}
footer .f_nav > ul > li > ul > li {
	background: url(../images/151120/f_nav_arrow_s.png) left center no-repeat;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 75%;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 7px;
	vertical-align: top;
}
footer .f_nav > ul > li ul li a {
	text-decoration: underline;
}

footer .copyright {
	background: #6a5d45;
	color: #eae4ce;
	font-size: 91.7%;
	line-height: 59px;
	vertical-align: middle;
}
