@charset "utf-8";


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

	  style

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


/* top */

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

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

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

.articleList > li div{
	text-align: center;
	width: 100%;
	margin-bottom: 3%;
}

.articleList > li div img {
	height: 150px;
	width: auto;
}

.articleList > li div a{
	display: block;
}

.articleList > li .fl,
.articleList > li .fr {
	width: 100%;
	float: none;
}

.articleList > li div ul li {
	margin: 0 2% 0 0;
	border-bottom: none;
	display: block;
	float: left;
	width: auto;
	padding-bottom: 10px;
}

.articleList .text {
	background: #e5f6ff;
	width: 94%;
	padding: 3%;
	margin: 0 auto 10px auto;
	font-size: 110%;
	text-align: left;
}

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

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

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

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

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

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

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

.articleList .snsShare {
	float: left;
	width: 100%;
	text-align: left;
}
.articleList .snsShare .fbShare{margin-top: -2px;}

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

.ctgyIcon{text-align: left;}
.ctgyIcon li {
	display: inline-block;
	padding-right: 5px;
	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;
}

.rankCont {
    counter-reset: ranking;
    position: relative;
}

.rankCont ul li {
	position: relative;
	counter-increment: ranking;
}

/*
.rankCont ul li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    line-height:20px;
    width: 83px;
    height: 20px;
    display: block;
    text-indent: -9999px;
    margin: 5px 0 0px 5px;
}
*/

.rankCont ul li:after {
	content:counter(ranking, decimal);
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
	background: #f49a1f;
	border: 3px solid #fff;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
/*

.rankCont ul li:first-child:after {
	content:"1";
}

.rankCont ul li:nth-child(2):after {
	content:"2";
}

.rankCont ul li:nth-child(3):after {
	content:"3";
}

.rankCont ul li:nth-child(4):after {
	content:"4";
}

.rankCont ul li:nth-child(5):after {
	content:"5";
}
*/


input.search-field {
    width:100%;
    height:40px;
    margin-bottom: 30px;
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border:1px solid #efefef;
    behavior: url(/PIE.htc);
    padding:5px;
}
input.search-submit {
    box-shadow: none;
    background-image: url(../images/icon_search.jpg);
    background-repeat: no-repeat;
    width: 30px;
    text-indent: -60px;
    background-color: #FFFFFF;
    background-position: 50% 50%;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 13%;
    right: 3%;
}
.screen-reader-text {
    display: none;
	}

.singleHead > li {
	padding-bottom: 0;
}

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

.txtCont {
	padding: 0 4% 30px 4%;
	font-size: 110%;
	overflow: hidden;
}
.txtCont p {
	margin-bottom: 20px;
}

.txtCont img {
	height: auto !important;
}

blockquote{
	word-wrap: break-word;
	margin: 0px auto 30px 0px !important;
}

.singleHead .ctgyIcon {

}

.singleHead .date {
	margin-bottom: 5px;
	margin-left: 5px;
	float: none !important;
	line-height: 1 !important;
	text-align: 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: 20px 0;
}

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


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

.page-header .page-title {
	font-size: 20px;
	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;
	width: 35%;
}

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