/*===========================================

		layout

===========================================*/
#article{
	width: 760px;
	float: right;
	margin-left: 27px;
	/*background: #ccc;*/
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
body.tourism #article{
	float: left;
	margin-left: 0;
	margin-right: 27px;
}
#side{
	width: 213px;
	float: right;
}
body.tourism #side{
	float: right;
}
#article .paragraph{
	width: 780px;
    margin: 0 0 25px -20px;
}
#article .paragraph:before,
#article .paragraph:after {
	content: " ";
	display: table;
}
#article .paragraph:after {
	clear: both;
}
#article .paragraph {
	*zoom: 1;
}



@media screen and (max-width:767px){
	#article{
		width: auto;
		float: none;
		margin-left: 0;
	}
	body.tourism #article{
		float: none;
		margin-right: 0;
	}
	#side{
		width: auto;
		float: none;
	}
	body.tourism #side{
		float: none;
	}
	#article .paragraph{
		width: auto;
	    margin-left: 0;
	}
	#article .colm-12{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}


/*===========================================

		Basic configuration

===========================================*/

/*.article_inner {
	padding: 0 12px 20px;
}*/

/*インデント設定*/
#article .stc{
	position: relative;
	margin: 0 13px;
	word-break: break-word;
}
#article .obj_img_left .stc{
	margin-right: 0;
}
#article .obj_img_right .stc{
	margin-left: 0;
}
#article .obj_txt_left .stc{
	margin-right: 0;
}
#article .obj_txt_right .stc{
	margin-left: 0;
}
@media screen and (max-width:767px){
	#article .stc{
		margin: 0;
	}
	#article .obj_img_left .stc{
		margin-bottom: 10px;
	}
	#article .obj_txt_left .stc{
		margin-bottom: 10px;
	}
}

/*段落*/
/*.article_inner .paragraph{
	margin-top: 20px;
}
.article_inner .paragraph.mt0{
	margin-top: 0px;
}*/
/*.article_footer.paragraph{
	padding: 0 12px 10px;
	box-sizing: border-box;
}*/

/*===========================================

		img

===========================================*/
#article .obj_img_left p,
#article .obj_img_right p{
	margin: 5px 0;
}

/*===========================================

		list(ul.li.ol)

===========================================*/
#article ul{
	list-style: disc;
	list-style-position: inside;
	text-indent: -0.9em;
	padding-left: 1.5em;
}
#article ol{
	list-style: decimal;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}
#article ul.link{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}

#article ul.link li{
	background: url(../img/common/article_li_link.png) no-repeat 0 3px;
	padding-left: 23px;
}
body.tourism #article ul.link li{
	background-image: url(../img/common/tourism_article_li_link.png);
}

/*アイコン設定*/
#article ul li a[href$=".pdf"],
#article ul li a[href$=".PDF"]{
	/*display: inline-block;*/
	list-style: none;
	background: url(../img/icon_pdf.gif) no-repeat right center;
	background-size: contain;
	padding-right: 21px;
}
#article ul li a[href$=".xls"],
#article ul li a[href$=".xlsx"],
#article ul li a[href$=".xlsm"],
#article ul li a[href$=".XLS"],
#article ul li a[href$=".XLSX"],
#article ul li a[href$=".XLSM"]{
	/*display: inline-block;*/
	list-style: none;
	background: url(../img/icon_xls.gif) no-repeat right center;
	background-size: contain;
	padding-right: 21px;
}
#article ul li a[href$=".doc"],
#article ul li a[href$=".docx"],
#article ul li a[href$=".DOC"],
#article ul li a[href$=".DOCX"]{
	/*display: inline-block;*/
	list-style: none;
	background: url(../img/icon_doc.gif) no-repeat right center;
	background-size: contain;
	padding-right: 21px;
}
#article ul li a[href$=".ppt"],
#article ul li a[href$=".pptx"],
#article ul li a[href$=".PPT"],
#article ul li a[href$=".PPTX"]{
	/*display: inline-block;*/
	list-style: none;
	background: url(../img/icon_ppt.gif) no-repeat right center;
	background-size: contain;
	padding-right: 21px;
}
#article ul li a[href$=".mp3"]{
	/*display: inline-block;*/
	list-style: none;
	background: url(../img/icon_mp3.gif) no-repeat right center;
	background-size: contain;
	padding-right: 21px;
}
#article ul li a[href$=".gif"],
#article ul li a[href$=".png"],
#article ul li a[href$=".jpg"],
#article ul li a[href$=".JPG"],
#article ul li a[href$=".jpeg"]{
	/*display: inline-block;*/
	list-style: none;
	background: url(../img/icon_img.gif) no-repeat right center;
	background-size: contain;
	padding-right: 21px;
}
#article ul li a.fancybox[href$=".gif"],
#article ul li a.fancybox[href$=".png"],
#article ul li a.fancybox[href$=".jpg"],
#article ul li a.fancybox[href$=".JPG"],
#article ul li a.fancybox[href$=".jpeg"]{
	background: none;
	padding-right: 0;
}

#article a.ex_link[target="_blank"]{
	display: inline-block;
	position: relative;
	padding-right: 24px;
}
#article a.ex_link[target="_blank"]:after{
	content: "";
	position: absolute;
	top: 5px;
	right: 8px;
	background: url(../img/icon_blank_town.png) no-repeat 0 0;
	width: 12px;
	height: 11px;
}
.tourism #article a[target="_blank"]:after{
	background: url(../img/icon_blank_tourism.png) no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
	#article ul.link li{
		background: url(../img/common/article_li_link_sp.png) no-repeat 0 3px;
		background-size: 15px 15px;
	}
	body.tourism #article ul.link li{
		background-image: url(../img/common/tourism_article_li_link_sp.png);
		background-size: 15px 15px;
	}

}


/*===========================================

		Heading

===========================================*/

/*タイトル*/
#article .article_title strong{
	display: block;
	font-size: 120%;
	background: #ececec;
	color: #42210b;
	padding: 8px 15px;
	border: 1px solid #d7d7d7;
	border-top-left-radius: 6px; 
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#article .article_title{
	margin-bottom: 20px;
}
#article .article_title h2{
	font-size: 180%;
	margin-top: -1px;
	background: #fafafa;
	color: #333;
	border: 1px solid #d7d7d7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#article .article_title h2 span{
	display: block;
	padding: 15px 15px;
}
@media screen and (max-width:767px){

}

/*大見出し*/
#article .h3_title .head{
	background: url(../img/common/h3_head.png) no-repeat 0 0;
	height: 11px;
}
body.tourism #article .h3_title .head{
	background-image: url(../img/common/tourism_h3_head.png);
}
#article .h3_title h3{
	padding: 0 50px 11px 15px;
	background: url(../img/common/h3_body.png) no-repeat 0 bottom;
	font-size: 130%;
	color: #007f00;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.tourism #article .h3_title h3{
	background-image: url(../img/common/tourism_h3_body.png);
	color: #a58a5b;
}
@media screen and (max-width:767px){
	#article .h3_title .head{
		background: url(../img/common/h3_head.png) no-repeat 0 0;
		-webkit-background-size: 100% 8px;
		background-size: 100% 8px;
		height: 8px;
	}
	body.tourism #article .h3_title .head{
		background-image: url(../img/common/tourism_h3_head.png);
	}
	#article .h3_title h3{
		padding: 0 50px 8px 12px;
		background: url(../img/common/h3_body.png) no-repeat 0 bottom;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	body.tourism #article .h3_title h3{
		background-image: url(../img/common/tourism_h3_body.png);
	}	
}

/*中見出し*/
#article .h4_title {
	position: relative;
}
#article .h4_title h4{
	position: relative;
	color: #007f00;
	font-size: 130%;
	z-index: 10;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.tourism #article .h4_title h4{
	color: #666;
}
#article .h4_title .bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 15px;
	width: 100%;
	background-color: #f0f8f0;
	z-index: 0;
}
body.tourism #article .h4_title .bottom{
	background-color: #f6f3ee;
}
@media screen and (max-width:767px){

}

/*小見出し*/
#article h5{
	color: #007f00;
	font-size: 110%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.tourism #article h5{
	color: #666;
}


/* sns */
#article .sns{
/*	margin: 40px auto 0px;*/
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: right;
}

/* 記事footer */
#article .article_footer{
	float: none;
	clear: both;
}
#article .article_footer .colm-12{
	padding-top: 10px;
	padding-left: 14px;
	border-top: solid 1px #d7d7d7;
}
#article .article_footer .ti{
	color: #42210b;
	font-weight: bold;
}
#article .article_footer span{
	margin-right: 1em;
}
@media only screen and (max-width: 767px) {
	#article .article_footer span{
		display: block;
		margin-top: 8px;
	}
	#article .article_footer .colm-12 {
	    padding-left: 0;
	}
}

/*===========================================

		height

===========================================*/
#article .paragraph.height1 {
	height:1em;
}
#article .paragraph.height2 {
	height:2em;
}
#article .paragraph.height3 {
	height:3em;
}
#article .paragraph.height4 {
	height:4em;
}
#article .paragraph.height5 {
	height:5em;
}
#article .paragraph.height6 {
	height:6em;
}
#article .paragraph.height7 {
	height:7em;
}
#article .paragraph.height8 {
	height:8em;
}
#article .paragraph.height9 {
	height:9em;
}
#article .paragraph.height10 {
	height:10em;
}


/*===========================================

		hr

===========================================*/
#article hr{
	border-width: 1px 0px 0px;
	border-style: dashed;
}
#article hr.color1{
	border-color:#126648;
}
body.tourism #article hr.color1{
	border-color: #a58a5b;
}

#article hr.color2{
	border-color: #646464;
}
/*body.tourism #article hr.color2{
	border-color: #126648;
}*/

#article hr.color3{
	border-color: #0eb319;
}
/*body.tourism #article hr.color3{
	border-color: #646464;
}*/



/*===========================================

		Table

===========================================*/
#article .table_wrap {
	width: 100%;
	overflow-x: auto;
	box-sizing: padding-box;
	padding: 0 14px;
}
#article table{
	max-width: 96%;
	border-collapse: collapse;
	/*table-layout: fixed;*/
	/*margin: 10px 0;*/
	/*width: 658px !important;*/
}
#article table td,
#article table th{
	border: solid 1px #126648;
	padding: 0.5em 1em;
	text-align: left;
	/* width: auto !important; */
	word-break: break-all;
	white-space: normal;
}
#article table th,
#article table td{
	background: #fff;
}
#article table thead th,
#article table thead td,
#article table tbody th{
	color: #fff;
	background: #007f00;
}

@media only screen and (max-width: 767px) {
	#article table{
		width: auto;
	}
}

/* cms画面用 */
#article .supersmall table{
	width: auto !important;
}



/* tourism */
body.tourism #article table td,
body.tourism #article table th{
	border-color: #a58a5b;
}
body.tourism #article table th,
body.tourism #article table td{
	background-color: #fff;
}
body.tourism #article table thead th,
body.tourism #article table thead td,
body.tourism #article table tbody th{
	color: #333333;
	background-color: #ece6dc;
}



/* color2 */
#article table.color2 td,
#article table.color2 th{
	border: solid 1px #000;
	padding: 0.5em 1em;
	text-align: left;
}
#article table.color2 th,
#article table.color2 td{
	background: #fff;
}
#article table.color2 thead th,
#article table.color2 thead td,
#article table.color2 tbody th{
	color: #fff;
	background: #646464;
}

/* tourism */
body.tourism #article table.color2 td,
body.tourism #article table.color2 th{
	border-color: #000;
}
body.tourism #article table.color2 th,
body.tourism #article table.color2 td{
	background-color: #fff;
}
body.tourism #article table.color2 thead th,
body.tourism #article table.color2 thead td,
body.tourism #article table.color2 tbody th{
	color: #fff;
	background-color: #646464;
}



/* color3 */
#article table.color3 td,
#article table.color3 th{
	/* border: solid 1px #449133; */
	border: none;
	padding: 0.5em 1em;
	text-align: left;
}
#article table.color3 th,
#article table.color3 td{
	/* background: #fff; */
	background: none;
}
#article table.color3 thead th,
#article table.color3 thead td,
#article table.color3 tbody th{
	color: #fff;
	/* background: #6cb05d; */
	background: none !important;
}

/* tourism */
body.tourism #article table.color3 td,
body.tourism #article table.color3 th{
	/* border-color: #449133; */
	border-color: none;
}
body.tourism #article table.color2 th,
body.tourism #article table.color2 td{
	/* background-color: #fff; */
	background-color: none;
}
body.tourism #article table.color3 thead th,
body.tourism #article table.color3 thead td,
body.tourism #article table.color3 tbody th{
	/* color: #fff; */
	/* background-color: #6cb05d; */
	background-color: none !important;
}



/*===========================================

		Gallery

===========================================*/

#article .gallery{
	width: 770px;
	margin: 0 0 0 15px;
	text-indent: 0;
	padding-left: 0;
	list-style: none;
}
#article .gallery li{
	float: left;
	width: 20%;
	list-style: none;
}
#article .gallery li:nth-child(5n+1){
	clear: both;
}
#article .gallery li a{
	display: block !important;
	margin: 0 5px 10px;
}
#article .gallery li img{
	max-width: 100%;
	height: auto;
}
@media screen and (min-width:768px) and (max-width:1023px){
	
}
@media screen and (max-width: 767px) {
	#article .gallery{
		width: auto;
		margin-left: 0;
	}
}
/*===========================================

		youtube

===========================================*/
@media screen and (max-width: 767px) {
	#article .youtube iframe{
	  width: 100%;
	}
}

/*===========================================

		Map

===========================================*/
#article .map{
	/*width: 658px;*/
	width: 100%;
	height: 300px;
}
@media screen and (max-width: 767px) {
	#article .map{
		width: 100%;
	}
}

/*===========================================

		Info

===========================================*/
#article .info{
	/*margin-bottom: 0px;*/
	padding: 0px;
}
#article .info ul{
	text-indent: 0;
	padding-left: 0;
}
#article .info li{
	list-style:none;
}

/*===========================================

		etc

===========================================*/
/*画像文章ファイルオブジェクトで使用*/
.obj_file{
	margin-bottom: 10px;
}
/* パンくず */
ul.pan{
	margin-bottom: 20px;
}
ul.pan li{
	font-size: 95%;
	float: left;
}
ul.pan li a,
ul.pan li span{
	position: relative;
	display: block;
	padding: 3px 6px;
	margin-right: 5px;
	background: #fafafa;
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
ul.pan li a{
	margin-right: 20px;
}
ul.pan li a:after{
	content: '\003e';
	position: absolute;
	top: 2px;
	right: -13px;
	color: #999;
	font-size: 12px;
}
ul.pan li a:hover{
	background-color: #d9d9d9;
}
/*
ul.pan li a{
	color: #666;
	text-decoration: none;
}
*/

/* 一覧 */
#article ul.list{
	border-top:1px dashed #B3B3B3;
	list-style:none !important;
}
#article ul.list>li{
	border-bottom:1px dashed #B3B3B3;
}
#article ul.list>li>a{
	display:block;
	width:96%;
	padding:10px 2%;
	font-size:100%;
	text-decoration:none;
	color:#333;
}
@media only screen and (max-width: 767px) {
	
}



/*===========================================

		pager

===========================================*/
/* pager */
div.pager {
	font-size: 0.9em;
	/* width: 210px; */
	margin: 20px 20px 40px;
}
div.pager  ul{
	padding-left: 0 !important;
	text-indent: inherit !important;
}
div.pager ul li{
	float:left;
	list-style:none;
	margin-left: -1px;
}
div.pager ul li a{
	margin: 0px;
	padding: 5px 9px;
	background-color: #F8F8F8;
	border: 1px solid #ccc;
	border-right: none;
	line-height: 14px;
	color: #333;
	text-decoration: none;
}
div.pager ul li a:hover,
div.pager ul li.now a{ background-color: #E4E4E4; }
div.pager ul li:last-child a{ border: 1px solid #ccc; }
div.pager ul li:first-child a{
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
div.pager ul li:last-child a{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}/* pager2 */
#article .pager2{
	text-align:center;
	width:100%;
}
#article .pager2>p{
	display:inline-block;
	width:50%;
	text-align:right;
}
#article .pager2>p:first-child{
	text-align:left;
}
#article .pager2>p>a:hover{
	text-decoration:none;
}
@media only screen and (max-width: 767px) {
	div.pager ul li a{
		padding: 7px 8px;
	}
}

/*===========================================

		pager2

===========================================*/
#article .pager2{
	text-align:center;
	width:100%;
}
#article .pager2>p{
	display:inline-block;
	width:50%;
	text-align:right;
}
#article .pager2>p:first-child{
	text-align:left;
}
#article .pager2>p>a:hover{
	text-decoration:none;
}

 