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

		Article

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

div#article{
	clear: both;
	border: 1px #d1d1d1 solid;
	background-color: #fff;
	margin-bottom: 20px;
}
.article_inner {
	padding: 0 12px 20px;
}
/* リスト */
#article ul{
	list-style: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}
#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/arrow01_pc.png) no-repeat 0 1px;
	padding-left: 23px;
}
body.inakakurashi #article ul.link li{
	background-image: url(../img/arrow01_pc_inakakurashi.png);
}
body.byouin #article ul.link li{
	background-image: url(../img/arrow01_pc_byouin.png);
}
body.kougyoudanti #article ul.link li{
	background-image: url(../img/arrow01_pc_kougyoudanti.png);
}
body.kankou #article ul.link li{
	background-image: url(../img/arrow01_pc_kankou.png);
}
body.gikai #article ul.link li{
	background-image: url(../img/arrow01_pc_gikai.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;
	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;
	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;
	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;
	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;
	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;
	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 h2{
/*margin: 0 0 30px; */
min-height: 80px;
	font-size: 200%;
	background: url(../img/h2_bg.png) no-repeat right bottom #19976e;
	color: #fff;
}
#article h2 span{
	display: block;
	padding: 15px 20px;
}
#article h3{
	font-size: 170%;
	color: #19976e;
	border-bottom: 3px solid #19976e;
}
#article h4{
	color: #19976e;
	font-size: 138%;
}
#article h5{
	color: #19976e;
	font-size: 110%;
}
/* 段落 */
.paragraph{
	width:100%;
	marginp: 0px 0px 20px;
}
.article_inner .paragraph{
	margin-top: 20px;
}
.article_inner .paragraph.mt0{
	margin-top: 0px;
}
.article_footer .paragraph{
	padding: 0 12px 10px;
	box-sizing: border-box;
}

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

/* 記事下 */
#article .article_footer{
	float: none;
	clear: both;
	border-top: solid 1px #34445c;
	padding-top: 10px;
	margin: 10px auto 0px;
}
#article .article_footer .ti{
	color: #34445c;
	font-weight: bold;
}
#article .article_footer span{
	margin-right: 1em;
}


/* sp */
@media only screen and (max-width: 719px) {

	#article h2{
		min-height: 0;
		-webkit-background-size: 90px 40px;
		background-size: 90px 40px;
	}
	#article .colm-12{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#article .article_footer span{
		display: block;
		margin-top: 8px;
	}
	#article ul.link li{
		background: url(../img/arrow01_sp.png) no-repeat 0 2px;
		background-size: 15px 15px;
	}
	body.inakakurashi #article ul.link li{
		background-image: url(../img/arrow01_sp_inakakurashi.png);
		background-size: 15px 15px;
	}
	body.byouin #article ul.link li{
		background-image: url(../img/arrow01_sp_byouin.png);
		background-size: 15px 15px;
	}
	body.kougyoudanti #article ul.link li{
		background-image: url(../img/arrow01_sp_kougyoudanti.png);
		background-size: 15px 15px;
	}
	body.kankou #article ul.link li{
		background-image: url(../img/arrow01_sp_kankou.png);
		background-size: 15px 15px;
	}
	body.gikai #article ul.link li{
		background-image: url(../img/arrow01_sp_gikai.png);
		background-size: 15px 15px;
	}
}



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

		Side

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

#side{
	float: right;
	border: 3px solid #19976e;
	width: 214px;
}

/* 見出し */
#side h2{
	text-align: center;
	color: #19976e;
	border-bottom: 3px solid #e3f2ed;
	font-size: 22px;
	line-height: 1.3em;
}
#side h2 span{
	display: block;
	font-size: 13px;
	line-height: 1.2em;
}
#side h2 a{
	display: block;
	padding: 30px 10px;
	text-decoration: none;
	color: #19976e;
}
#side .category a:hover{
	
}


/* リスト */
#side #catNav{
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#side #catNav li{
	border-top: 1px dashed #a5d6c6;
	/* list-style: disc inside; */
}
#side #catNav > li:first-child{border-top: none;}
#side #catNav li a{
	display: block;
	background-image: url(../img/side_arrow.png);
	background-repeat: no-repeat;
	background-position: 15px 17px;
	color: #333;
	padding: 13px 15px;
	/* padding-left: 1em; */
	/* text-indent: -1em; */
	text-decoration: none;
	line-height: 1.4;
}
#side #catNav li a:hover,
#side #catNav li a.active{
	background-color: #d2ece3;
	/* text-decoration: underline; */
}
#side #catNav li a.active{
	/*background-color: #bdd2e0;*/
}
#side #catNav li ul{
	margin: 0;
	padding: 0;
	border: 0 none;
}
#side #catNav li ul li{
	padding: 0;
	/* border-top: 0 none; */
}
#side #catNav li ul li:first-child{}
#side #catNav li ul li a{
	background-position: 25px 17px;
	padding: 13px 10px 13px 2.2em;
}



/* sp */
@media only screen and (max-width: 719px) {
	
	#side{
		float: none !important;
		width: auto;
		border: none;
	}
	#side h2 a{
		padding-bottom: 10px;
	}
}

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

		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.inakakurashi #article hr.color1{
	border-color: #f7931d;
}
body.byouin #article hr.color1{
	border-color: #239ee9;
}
body.kougyoudanti #article hr.color1{
	border-color: #34435c;
}
body.kankou #article hr.color1{
	border-color: #66b256;
}
body.gikai #article hr.color1{
	border-color: #1c58b0;
}

#article hr.color2{
	border-color: #646464;
}
body.inakakurashi #article hr.color2,
body.byouin #article hr.color2,
body.kougyoudanti #article hr.color2,
body.kankou #article hr.color2,
body.gikai #article hr.color2{
	border-color: #126648;
}
#article hr.color3{
	border-color: #0eb319;
}
body.inakakurashi #article hr.color3,
body.byouin #article hr.color3,
body.kougyoudanti #article hr.color3,
body.kankou #article hr.color3,
body.gikai #article hr.color3{
	border-color: #646464;
}

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

		iframe

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


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

		Table

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

#article table{
	margin: 10px 0;
	width: 658px !important;
	max-width: 100%;
	border-collapse: collapse;
	/*table-layout: fixed;*/
}
#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: #19976d;
}

@media only screen and (max-width: 719px) {
	#article table{
		/*width: 668px;*/
		width: auto !important;
	}
}

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


/* inakakurashi */
body.inakakurashi #article table td,
body.inakakurashi #article table th{
	border-color: #c7700c;
}
body.inakakurashi #article table th,
body.inakakurashi #article table td{
	background-color: #fff;
}
body.inakakurashi #article table thead th,
body.inakakurashi #article table thead td,
body.inakakurashi #article table tbody th{
	color: #fff;
	background-color: #f7931d;
}
/* byouin */
body.byouin #article table td,
body.byouin #article table th{
	border-color: #117ec0;
}
body.byouin #article table th,
body.byouin #article table td{
	background-color: #fff;
}
body.byouin #article table thead th,
body.byouin #article table thead td,
body.byouin #article table tbody th{
	color: #fff;
	background-color: #239ee9;
}
/* kougyoudanti */
body.kougyoudanti #article table td,
body.kougyoudanti #article table th{
	border-color: #33599b;
}
body.kougyoudanti #article table th,
body.kougyoudanti #article table td{
	background-color: #fff;
}
body.kougyoudanti #article table thead th,
body.kougyoudanti #article table thead td,
body.kougyoudanti #article table tbody th{
	color: #fff;
	background-color: #34435c;
}
/* kankou */
body.kankou #article table td,
body.kankou #article table th{
	border-color: #459436;
}
body.kankou #article table th,
body.kankou #article table td{
	background-color: #fff;
}
body.kankou #article table thead th,
body.kankou #article table thead td,
body.kankou #article table tbody th{
	color: #fff;
	background-color: #66b256;
}
/* gikai */
body.gikai #article table td,
body.gikai #article table th{
	border-color: #0f3a7b;
}
body.gikai #article table th,
body.gikai #article table td{
	background-color: #fff;
}
body.gikai #article table thead th,
body.gikai #article table thead td,
body.gikai #article table tbody th{
	color: #fff;
	background-color: #1c58b0;
}



/* 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;
}

body.inakakurashi #article table.color2 td,
body.inakakurashi #article table.color2 th,
body.byouin #article table.color2 td,
body.byouin #article table.color2 th,
body.kougyoudanti #article table.color2 td,
body.kougyoudanti #article table.color2 th,
body.kankou #article table.color2 td,
body.kankou #article table.color2 th,
body.gikai #article table.color2 td,
body.gikai #article table.color2 th{
	border-color: #126648;
}
body.gikai #article table.color2 th,
body.gikai #article table.color2 td{
	background-color: #fff;
}
body.inakakurashi #article table.color2 thead th,
body.inakakurashi #article table.color2 thead td,
body.inakakurashi #article table.color2 tbody th,
body.byouin #article table.color2 thead th,
body.byouin #article table.color2 thead td,
body.byouin #article table.color2 tbody th,
body.kougyoudanti #article table.color2 thead th,
body.kougyoudanti #article table.color2 thead td,
body.kougyoudanti #article table.color2 tbody th,
body.kankou #article table.color2 thead th,
body.kankou #article table.color2 thead td,
body.kankou #article table.color2 tbody th,
body.gikai #article table.color2 thead th,
body.gikai #article table.color2 thead td,
body.gikai #article table.color2 tbody th{
	color: #fff;
	background-color: #19976e;
}



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

body.inakakurashi #article table.color3 td,
body.inakakurashi #article table.color3 th,
body.byouin #article table.color3 td,
body.byouin #article table.color3 th,
body.kougyoudanti #article table.color3 td,
body.kougyoudanti #article table.color3 th,
body.kankou #article table.color3 td,
body.kankou #article table.color3 th,
body.gikai #article table.color3 td,
body.gikai #article table.color3 th{
	border-color: #000;
}
body.gikai #article table.color2 th,
body.gikai #article table.color2 td{
	background-color: #fff;
}
body.inakakurashi #article table.color3 thead th,
body.inakakurashi #article table.color3 thead td,
body.inakakurashi #article table.color3 tbody th,
body.byouin #article table.color3 thead th,
body.byouin #article table.color3 thead td,
body.byouin #article table.color3 tbody th,
body.kougyoudanti #article table.color3 thead th,
body.kougyoudanti #article table.color3 thead td,
body.kougyoudanti #article table.color3 tbody th,
body.kankou #article table.color3 thead th,
body.kankou #article table.color3 thead td,
body.kankou #article table.color3 tbody th,
body.gikai #article table.color3 thead th,
body.gikai #article table.color3 thead td,
body.gikai #article table.color3 tbody th{
	color: #fff;
	background-color: #646464;
}



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

		Gallery

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

#article .gallery{margin-top: 20px;}
#article .gallery li{
	float: left;
	width: 98px;
	margin: 0 10px 10px 0;
	list-style: none;
}
#article .gallery li a{
	display: block !important;
}
#article .gallery li img{
	max-width: 100%;
	height: auto;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
	#article .gallery li{
		float: left;
		width: 68px;
		margin: 0 7px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 719px) {
	#article .gallery li{
		float: left;
		width: 29%;
		margin: 0 2%;
		margin-bottom: 10px;
	}
}

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

		Map

===========================================*/
#article .map{
	width: 658px;
	height: 300px;
}
@media only screen and (max-width: 719px) {
	#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

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

/* パンくず */
ul.pan{margin-bottom: 10px;}
ul.pan li{
	font-size: 85%;
	float: left;
}
ul.pan li:after{
	content: ">";
	margin: 0 5px;
}
ul.pan li:last-child:after{content: none;}
ul.pan li a{color: #33435b;}

/* 一覧 */
#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: 719px) {
	ul.pan{
		padding: 0 3%;
	}	
}



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

		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: 719px) {
	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;
}

 