#main_content #article{
	background-color:#fdfaf1 !important;
}
#article{
	word-wrap: break-word;
	background-color:#fff;
	margin:0px auto;
}
#article h3{
	font-size: 123%;
	color: #6d5720; /* #836c31 */
	border-bottom: dashed 1px #C7B277;
}
#article ul{
	list-style: disc;
}
#article ol{
	list-style: decimal;
}
#article .inner{
	border: 3px #C7B277 solid;
	background-color: #fff;
	padding: 20px 10px;
	position:relative;
}
	body.black #article .inner{
		background: #000;
		color: #fff;
	}
	body.yellow #article .inner{
		background: #fff700;
		color: #000;
	}
	body.blue #article .inner{
		background: #0005ff;
		color: #fff;
	}
#main_content #article .inner{
	min-height:400px;
}

#article .center{
	text-align:center;
}
#article .pc-right{
	text-align:right;
}
#article .error {
	color: #c01415;
}
#article .error input, #article .error select, #article .error textarea , #article .error #cke_editor, #article .error #editor {
	border-color: #da3e5a;
}
#article .width-100{width:100%}
#article .width-80{width:80%}
#article .width-70{width:70%}
#article .width-60{width:60%}
#article .width-50{width:50%}
#article .width-40{width:40%}
#article .width-30{width:30%}
#article .width-20{width:20%}

#article form th,#article form td{vertical-align:middle;}
#article form ul{list-style:none;}


#article h4{
	display: inline-block;
	color: #6d5720; /* #A08950 */
	background: url(../image/icon_h4.png) no-repeat left 6px;
	padding: 2px 10px 2px 14px;
	border: solid 1px #937832;
	font-size: 100%;
}
ul.pan{
	font-size: 100%;
	margin-bottom: 20px;
}
ul.pan li{
	float: left;
  	list-style:none;
    margin:0px;
}
ul.pan li:after{
	content: ">";
	margin: 0 5px;
}
ul.pan li:last-child:after{
	content: " ";
	margin: 0;
}
ul.pan li a{
	color: #939393;
}
	body.black #article ul.pan li a{
		color: #fff700;
	}
	body.yellow #article ul.pan li a{
		color: #0005ff;
	}
	body.blue #article ul.pan li a{
		color: #fff700;
	}

ul.pan li a:hover{
	/* color: #3c3c3c; */
}
#article .paragraph{
	margin-top:20px;
}
#article .paragraph.article_footer{
	margin-top:0px;
}
#article .paragraph.sns{
	margin-top:40px !important;text-align:right;
}
#article .paragraph.mt0{
	margin-top:0px !important;
}
#article .paragraph .icon-link-ext{
	color:#C7B277;
	margin-left:2px;
}
#article .paragraph .colm-12 iframe {
	width: 100%;
}
#article .paragraph .colm-12 .map img{
	max-width:none;
}

#article ul.gallery li{
	float: left;
	width: 98px;
	margin: 0 7px;
	margin-bottom: 10px;
	list-style:none;
	text-align: right;
}
#article ul.gallery li>a{
	clear:both;
}
#article ul>li.pdf{
	list-style:none;
	background: url(../image/icon_pdf.gif) no-repeat left center;
	text-indent:21px;
}
#article ul>li.xls,#article ul>li.xlsx{
	list-style:none;
	background: url(../image/icon_xls.gif) no-repeat left center;
	text-indent:21px;
}
#article ul>li.doc,#article ul>li.docx{
	list-style:none;
	background: url(../image/icon_doc.gif) no-repeat left center;
	text-indent:21px;
}
#article table{
	width: 100%;
}
	#article table td,
	#article table th{
		border: solid 1px #C7B277;
		padding: 0.5em 1em;
		text-align: left;
	}
		#article table thead th,#article table thead td{
			background: #846853 !important;
			color: #ffffff;
		}
		#article table tbody th{
			background: #f5edd7;
			font-weight: normal;
		}
		#article table.color2 thead th,#article table.color2 thead td{
			background: #6EB25F !important;
			color: #ffffff;
		}
		#article table.color2 tbody th{
			background: #d8f5d1;
			font-weight: normal;
		}
		#article table.color3 thead th,#article table.color3 thead td{
			background: #9d9d9d !important;
			color: #ffffff;
		}
		#article table.color3 tbody th{
			background: #eaeaea;
			font-weight: normal;
		}

#article .article_footer .colm-12{
	border-top: solid 3px #C7B277;
	margin-top: 10px;
	padding-top: 10px;
}
#article .article_footer .colm-12 .ti{
	color: #c7b277;
	font-weight: bold;
}

#article ul.topics_list{
	border-top: 1px #b3b3b3 dashed;
	margin-top:20px;
	list-style: none !important;
}
	#article ul.topics_list li{
		border-bottom: 1px #b3b3b3 dashed;
	}
		#article ul.topics_list li a{
			display: block;
			width: 96%;
			padding: 10px 2%;
			font-size: 100%;
			text-decoration: none;
			color: #333;
		}
			#article ul.topics_list li a:hover{
				background: #f5efd4;
			}
		#article ul.topics_list li a span{
			display: block;
			font-weight: bold;
		}
		#article ul.topics_list li a span>span{
			display: inline-block;
			line-height: 150%;
			font-size: 11px;
			vertical-align: middle;
			font-weight: normal;
			padding: 1px 6px 0;
			margin-bottom: 3px;
			margin-left: 6px;
			color: #ffffff;
		}
			#article ul.topics_list li a span>span.event{
				background-color: #8cc63f;
			}
			#article ul.topics_list li a span>span.news{
				background-color: #c93a32;
			}
/* 線 */
#article hr{
	border-width:1px 0px 0px;
	border-style:solid;
	border-color:#846853;
}
#article hr.color2{
	border-color:#6EB25F;
}
#article hr.color3{
	border-color:#9d9d9d;
}
/* 改行 */
#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;
}

/********************************************************************************************* 

3.  720px (タブレット

*********************************************************************************************/ 
@media only screen and (min-width: 720px) and (max-width: 959px) {
	#article ul.gallery li{
		float: left;
		width: 68px;
		margin: 0 7px;
		margin-bottom: 10px;
		text-align: right;
	}
	#article h4{
		background: url(../image/icon_h4_sp.png) no-repeat left 6px;
		background-size: 8px auto;
	}
}

/********************************************************************************************* 

4.  lt 720px (スマホ

*********************************************************************************************/ 

@media only screen and (max-width: 719px) {
	#article .pc-right{
		text-align:none;
	}
	#article ul.gallery li{
		float: left;
		width: 29%;
		margin: 0 2%;
		margin-bottom: 10px;
		text-align: right;
	}
	#article h4{
		background: url(../image/icon_h4_sp.png) no-repeat left 6px;
		background-size: 8px auto;
	}
	#article .article_footer .colm-12 span{
		display: block;
	}
}