@charset "utf-8";


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

	  style

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


/* top */

#content h2 {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding: 20px 20px 15px 80px;
	background: #fff url(../images/icon_h2.png) no-repeat left 20px center / auto;
	font-size: 18px;
	font-weight: bold;
}

.articleList > li {
	border-bottom: 1px dotted #eee;
	margin-bottom: 20px;
	padding: 0 20px 20px;
}

.articleList > li h3 {
	padding: 10px 0px 10px 10px;
	font-size: 21px;
	font-weight: bold;
}

.articleList > li div.fl {
	text-align: center;
	width: 280px;
}

.articleList > li div.fl img {
	width: 280px;
	height: auto;
	border: 1px solid #eee;
}

.articleList > li .fr {
	width: 398px;
}

.articleList > li .fr ul li {
	float:right;
	margin-left: 5px;
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.articleList > li .text {
	background: #e5f6ff;
	height: 115px;
	padding: 15px 10px 10px 10px;
	margin-bottom: 10px;
	line-height: 1.6;
}

.articleList > li .text a.more-link {
	display: none;
}

.articleList > li .date {
	padding: 0 10px;
	font-size: 15px;
}

.articleList > li .moreBtn {
	float: right;
	padding: 5px 0;
	border: 1px solid #eee;
	border-left: 3px solid #be2a38;
	background: #fff;
	font-size: 16px;
	transition: all 0.3s;
}

.articleList > li .moreBtn:hover {
	background: #fce1bb;
}

.articleList > li .moreBtn a{
	padding: 5px 10px 5px 40px;
	text-decoration: none;
}

.articleList > li .moreBtn a:after{
	content:">>";
	display: inline-block;
	padding-left: 30px;
	color: #999;
	transition: all 0.3s;
}

.articleList > li .moreBtn:hover a:after{
	color: #fff;
}

.articleList > li .snsShare {
	float: left;
}

.nophoto {
	display: block;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	background: #efefef;
	text-align: center;
	line-height: 210px;
	color: #999;
	text-decoration: none;
}

.ctgyIcon .label {
	height: 32px;
	display: inline-block;
	text-indent: -9999px;
	padding: 0 15px;
}
.ctgyIcon{text-align: left;}
.ctgyIcon li {
	display: inline-block;
	padding-right: 10px;
	margin-bottom: 5px;
}
.ctgyIcon .label {
	padding: 0 10px;
	border-radius: 5px;
	box-sizing: border-box;
	text-indent: 0;
	text-align: center;
	line-height: 32px;
	text-decoration: none;
	background: #f49a1f;
	color: #fff;
	border: 1px solid #f49a1f;
}

.ctgyIcon .label-uncategorized {
	background: #fff;
	border: 1px solid #eee;
	color: #666;
}

.ctgyIcon a.label-pr {
	background: #7d4f6e;
	color: #fff;
	border: 1px solid #7d4f6e;
}


.singleHead h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px !important;
	background: url(../images/icon_title.jpg) no-repeat 0px 10px;
	padding-left: 30px;
}

.single #content .txtCont img {
	max-width: 100%;
	height: auto !important;
}

.txtCont {
	padding: 0 20px 40px 20px;
	font-size: 16px;
}

.txtCont p {
	margin-bottom: 40px;
}

.txtCont h1 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 40px !important;
	text-align: center;
}

.txtCont h2 {
	font-size: 140%;
	font-weight: bold;
	padding: 10px 0 10px 15px;
	margin-bottom: 40px !important;
	border-bottom: 1px solid #ccc !important;
	border-left: 5px solid #f49a1f;
}

.txtCont h3 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 40px !important;
	color: #f49a1f;
}

.txtCont h4 {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.txtCont h5 {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.txtCont h6 {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.txtCont img.aligncenter {
	display: block;
	margin: 0 auto;
}

.txtCont img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
.singleHead{
	padding-top: 20px;
}

.txtCont img.aligncenter {
	display: block;
	margin: 0 auto;
}

.txtCont img.alignright {
	display: block;
	margin: 0 0 0 auto;
}

.singleHead .ctgyIcon {
	float: left;
	clear: both;
}

.singleHead .date {
	margin-bottom: 5px;
	margin-left: 5px;

	line-height: 1 !important;
}

.singleHead .fb-share-button {
	float: right;
}

.pager {
	padding: 20px 0;
}

.pager.single div.fl,
.pager.single div.fr {

}

.pager.single div.fl a,
.pager.single div.fr a {
	padding: 10px 20px;
	background: #f49a1f;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.otherPage {
	padding: 0 0 20px;
}

.otherPage h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px !important;
	background: url(../images/icon_title.jpg) no-repeat 0px 10px;
	padding-left: 30px;
}

.searchResult {
	padding: 10px 20px;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #999;
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

.page-header .page-title {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 30px;
}

.searchForm {
	text-align: center;
	margin: 30px auto;
	width: 400px;
}

.privacyPolicy h3 {

}

.privacyPolicy p {
	margin-bottom: 20px;
	line-height: 1.8;
}

.company table {
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
	width: 100%;
	margin-bottom: 20px;
}

.company table th,
.company table td {
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 20px;
}

.company table th {
	background: #eee;
	border-bottom: 1px solid #fff;
}

#map {
	margin: 0 auto 30px auto;
}
