* { margin: 0px; padding: 0px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
*:focus { outline:none; }
::-moz-selection { background-color: #9ed175; color: #fff; }
::selection { background-color: #9ed175; color: #fff; }

html {
  font-size: 62.5%; }
body {
  font-size: 1.2em;
	line-height: 1.6;
  font-weight: 400;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3e3e3e;
	background-color: #f5f5f5; }

input[type="text"],
input[type="button"],
input[type="submit"],
h1, h2, h3, h4, h5,
.menu-link,
textarea,
select {
	font-weight: 700;
	font-family: "Roboto Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

img {
	max-width: 100%; 
	height: auto;
	vertical-align: middle;
	border: 0; }

.container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto; }
.column {
  width: 100%;
  float: left; }

@media screen and (max-width: 1100px) {
	.container { padding: 0px 10px; }
}

.navbar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	background-color: #252b32;
	padding-top: 7px;
	overflow: hidden;
	z-index: 500;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.4);
	-webkit-transition: height 0.6s;
	-moz-transition: height 0.6s;
	-ms-transition: height 0.6s;
	transition: height 0.6s; }
.navbar.expand { height: 320px; }

.nav-toggle {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 2px;
	top: 3px;
	cursor: pointer; }

.nav-toggle .bar {
	background-color: #fff;
	display: block;
	width: 22px;
  height: 2px;
	position: absolute;
	top: 12px;
	right: 7px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s; }

.nav-toggle .bar:first-child {
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px); }

.nav-toggle .bar:last-child {
	-webkit-transform: translateY(7px);
	-moz-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px); }

.nav-toggle.close .bar {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }

.nav-toggle.close .bar { display: none; }
.nav-toggle.close .bar:first-child,
.nav-toggle.close .bar:last-child { display: block; }

.nav-toggle.close .bar:first-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg); }

.ulist {
	list-style: none;
	margin: 0;
	padding: 0; }

.menu {
	display: block;
	position: relative;
	margin-top: 20px;
	margin-left: 15px; }

.menu-item {
	display: block;
	margin-top: 15px;
	height: 100%; }

@media screen and (min-width: 750px) {
  .column {
    margin-left: 2%; }
  .column:first-child {
    margin-left: 0; }

	.logo.column					{ width: 18%; }
	.nav-menu.column 			{ width: 80% }
	.content.column				{ width: 72%; }
	.left-nav.column			{ width: 26%; }
	.full-width.column		{ width: 100%; margin-left: 0; }

	.nav-toggle {
		display: none; }

	.menu {
		margin: 0px;
		margin-top: 2px;
		display: inline-block;
		float: right; }

	.menu-item {
		border: none;
		display: inline-block;
		margin: 0px 16px;
		text-align: center; }
	.menu-item:last-child {
  	margin-right: 0px; }
}

.color-eff {
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s; }

.menu-link {
	font-size: 1.2rem;
	text-decoration: none;
	text-transform:uppercase;
  color: #99a2ad; }
.menu-link:hover,
.menu-link:focus {
	color: #fff; }

.search-box {
  width: 200px;
  height: 28px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0px;
	background-color: #40494f; }
.search-box input {
	background-color: transparent;
	color:#fff;
	padding-left: 6px;
	border: 0;
  width: 170px;
  height: 28px; }
.search-box span {
	cursor: pointer;
	display: block;
	font-size: 1.3rem;
	width: 30px;
	height: 28px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	color: #99a2ad; }
.search-box span:hover {
	color:#fff; }

.search-box input::-webkit-input-placeholder { color: #aebbc5; }
.search-box input:-moz-placeholder { color: #aebbc5; }
.search-box input::-moz-placeholder { color: #aebbc5; }
.search-box input:-ms-input-placeholder { color: #aebbc5; }

h1, h2, h3, h4, h5 { margin: 0px; padding: 0px; }
h1 { font-size: 2.0rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.2rem; }
h4 { font-size: 1.2rem; }
h5 { font-size: 1.2rem; }

@media screen and (min-width: 550px) {
	h1 { font-size: 2.5rem; }
	h2 { font-size: 1.7rem; }
	h3 { font-size: 1.2rem; }
	h4 { font-size: 1.3rem; }
	h5 { font-size: 1.3rem; }
}

h2, h2 a { 
	color: #555;
	text-decoration:none; }
h2 a:hover,
h2 a:focus {
	color: #ccc; }
h2 span, 
h2 span a { color: #bbb; text-decoration:none; font-size: 1.2rem; }
h2 span a:hover { color: #9ed175; }

h3 { color: #cecece; text-transform:uppercase; padding-bottom: 2px; border-bottom: 1px solid #eee; }
h4 { margin-top: 10px; }
h5 { color: #fefefe; text-transform:uppercase; }

.page-body {
	margin-top: 55px;
	margin-bottom: 20px; }

.left-nav-separator {
	padding-top: 15px;
	border-top: 1px solid #eee; }

@media screen and (min-width: 750px) {
	.left-nav-separator {
		padding-top: 0px;
		border-top: none; }
}

.shadow-bg {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); }

.left-nav-box {
	margin-bottom: 10px;
	padding: 5px 10px; }

.left-nav-item {
	margin-bottom: 10px;
	padding: 5px 0px; }

.left-nav-item p {
	padding: 5px 0px;
	color: #666; }
.left-nav-item p span { color: #CC3333; margin: 0px 2px; }

.button-list {
	margin: 4px 0px; }
.button-list li {
	display: inline-block;
	margin-top: 5px;
	margin-right: 6px; }
.button-list li a {
	font-size: 1.1rem;
	display: inline-block;
	border: 1px solid #eee;
	padding: 2px 8px;
	color: #777;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border-color 0.6s;
	-moz-transition: border-color 0.6s;
	-ms-transition: border-color 0.6s;
	transition: border-color 0.6s; }
.button-list li a:hover {
	border-color: #9ed175; }

.random-tag-list li { display: inline-block; }
.random-tag-list li a {
	display: inline-block;
	margin:2px 8px 2px 0px;
	color: #777;
	text-decoration: none; }
.random-tag-list li a:hover {
	color: #9ed175; }

.tag_1 { font-size: 1.0rem; }
.tag_2 { font-size: 1.1rem; }
.tag_3 { font-size: 1.3rem; }
.tag_4 { font-size: 1.5rem; }

@media screen and (min-width: 550px) {
	.tag_1 { font-size: 1.0rem; }
	.tag_2 { font-size: 1.2rem; }
	.tag_3 { font-size: 1.4rem; }
	.tag_4 { font-size: 1.7rem; }
}


.body-item {
	margin: 15px 0px;
	padding: 10px; }
.body-item h3 { margin-bottom: 12px; }

.font-hcard { margin-bottom: 15px; }
.fhc-foot { width:100%; }
.fhc-foot-col {
	display: block;
	float: left;
	margin: 0px;
	font-size: 1.0rem;
	color: #888;
	background-color: #eee; }
.fhc-foot-col1 {
	padding: 5px 0px 5px 5px;
	border-right: 1px solid #fff;
	width: 80%; }
.fhc-foot-col2 {
	padding: 5px 0px;
	text-align: center;
	width: 20%; }
.fhc-foot-col3 {
	padding: 5px 0px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: #a3d16e;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	transition: background-color 0.5s; }
.fhc-foot-col3:hover { background-color: #85b54e; }

@media screen and (min-width: 550px) {
	.fhc-foot-col1 { width: 65%; }
	.fhc-foot-col2 { width: 15%; border-right: 1px solid #fff; }
	.fhc-foot-col3 { width: 20%; }
}

.font-hcard h2::after, .rlv-card h2:after {
  display: block;
	margin-top: 3px;
  content: '';
  height: 1px;
  width: 85px;
  background-color: #a3d16e; }


.hcard-button {
	display: inline-block;
	float: right;
	font-size: 1.0rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 15px;
	margin-left: 1px;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	transition: background-color 0.5s; }
.btn-green { background-color: #a3d16e; }
.btn-green:hover { background-color: #85b54e; }
.btn-grey { background-color: #c7c7c7; }
.btn-grey:hover { background-color: #a0a0a0; }


.rlv-card { margin-bottom: 10px; border-bottom: 1px dashed #eee; }
.rlv-card-head h2 {
	font-size: 1.4rem; 
	float: left; }


.footer-pre {
	padding: 40px 0;
	background-color: #252b32; }
.fplink {
	text-decoration: none;
	color: #99a2ad; }
.fplink:hover {
	color: #fff; }

.fplink-list li { margin-top: 6px; }

.flink-box {
	margin-top: 10px; }
.flink-col {
	float: left;
	width: 46%;
	margin-bottom: 15px;
	margin-right: 4%; }
.flink-col:last-child { 
	margin-right: 0; }

@media screen and (min-width: 750px) {
	.flink-col { width: 22%; }
}

.page-footer {
	padding: 30px 0;
	text-align: center;
	background-color: #9ed175;
	-webkit-box-shadow: 0px -5px 3px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -5px 3px -3px rgba(0,0,0,0.3);
	box-shadow: 0px -5px 3px -3px rgba(0,0,0,0.3); }

.foot-list { margin-bottom: 15px; }
.foot-list li {
	display: inline-block;
	margin-right: 15px; }
.foot-list li:last-child {
	margin-right: 0px; }

.foot-link {
	text-decoration: none;
	color: #252b32; }
.foot-link:hover { color: #fff; }

.social-link {
	display: inline-block;
	text-decoration: none;
	background-color: #252b32;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	transition: background-color 0.5s; }
.social-link.fb-link:hover {
	background-color: #3b5998; }
.social-link.tw-link:hover {
	background-color: #55acee; }
.social-link.gp-link:hover {
	background-color: #dc4e41; }

.page-footer p {
	color: #252b32; }


.text-link {
	color: #222;
	text-decoration: underline; }
.text-link:hover{ color: #9ed175; }

.faq-list { padding: 5px 5px; }
.faq-list li { padding-top: 5px; }
.faq-list li a {
	color: #a3d16e;
	text-decoration:none; }
.faq-list li a:hover { color: #666; }

.alpha-list {
	margin-bottom: 10px;
	margin-top: 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee; }
.alpha-list li {
	display: inline-block;
	margin-right: 0px; }
.alpha-list li:last-child {
	margin-right: 0px; }
.alpha-list li a {
	padding: 3px 6px;
	display: inline-block;
	font-size: 1.2rem;
	color: #666;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s; }
.alpha-list li a:hover, .alpha-list li a.sel { background-color: #9ed175; color: #fff; }

.pagination-info {
	margin-top: 10px;
	color: #bbb; }
.pagination {
	margin-top: 10px;
	font-size: 1.0rem; }
.pagination a, .pagination span.disable {
	display: inline-block;
	float: left;
	padding: 5px 8px;
	border: 1px solid #eee;
	text-decoration: none;
	margin-right: 5px; }
.pagination a {
	color: #666;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s; }
.pagination span.disable { color: #ccc; }
.pagination span.dots {
	display: inline-block;
	float: left;
	padding: 3px 6px 3px 0px;
	color: #b7b7b7; }
.pagination a:hover, .pagination a.selected{ background-color: #a3d16e; color: #fff;}

.list-opt {
	margin: 10px 0px;
	padding: 5px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 1.1rem; }
.list-opt span { margin-right: 10px; }
.list-opt input, .list-opt select {
	border: 0px;
	background-color: #fff;
	color: #666;
	border:1px solid #eee; }
.list-opt select { padding: 2px; }
.list-opt input[type="text"] { padding: 3px; }
.list-opt input[type="submit"] { padding: 3px 8px; }

.twocolumn_list { margin-top: 20px; }
.twocolumn_list li {
	list-style: none;
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 7px; }
.twocolumn_list li a {
	text-decoration: none;
	color: #5f5f5f; }
.twocolumn_list li a:hover { text-decoration: underline; }

@media screen and (min-width: 750px) {
	.twocolumn_list li { width: 46%; margin-right: 2%; }
}

.inner_search_block {
	width: 330px;
	float: left;
	margin: 5px 25px 15px 0px; }
.inner_search_block a {
	display: block;
	margin: 5px 0px;
	text-decoration: none;
	color: #555; }
.inner_search_block a:hover { text-decoration: underline; }


.detail-top {
	position:relative; }

.detail-title {
	margin: 0px;
	display: inline-block;
	float: left; }

.d-link, .d-link1, .d-link2 { color: #999; }
.d-link1:hover, .d-link2:hover { color:#9ed175; }
.d-link1 { text-decoration: underline; }
.d-link2 { text-decoration: none; }

.detail-button {
	margin-top: 5px;
	display: inline-block;
	text-align: center;
	float: right; }

.detail-button a {
	display: block;
	background-color: #9ed175;
	color: #fff;
	padding: 6px 20px;
	font-size: 1.2rem;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	transition: background-color 0.5s; }
.detail-button a:hover { background-color:#85b54e; }

@media screen and (min-width: 750px) {
	.detail-button a { font-size: 1.4rem; }
}

.detail-button span { font-size: 1.1rem; color: #999; }

.tabs-block {
	border-bottom: 1px solid #eee;
	margin: 20px 0px; }
.tab, .currenttab {
	display: inline-block;
	float: left;
	padding: 4px 8px;
	font-size: 1.0rem;
	color: #a3d16e;
	text-decoration: none;
	margin-bottom: -1px; }
.tab:hover { color: #555; }
.currenttab {
	border: 1px solid #eee;
	color: #555;
	border-bottom: 1px solid #fff;
	border-top: 2px solid #a3d16e; }

@media screen and (min-width: 750px) {
	.tab, .currenttab { padding: 10px 20px; font-size: 1.2rem; }
}

.detail-item { margin: 15px 0px; }
.detail-item h3 { margin-bottom: 5px; }
.detail-text { margin-top: 5px; color: #888; }

.font-style {
	border-bottom: 1px dotted #eee;
	font-size: 1.1rem;
	padding-left: 2px;
	padding-bottom: 10px;
	color: #555; }
.font-style span { display: block; }

.custom-prv {
	background-color: #eee;
	padding: 5px;
	display: none; }
.custom-prv input {
	border: 0px;
	background-color: #fff;
	color: #555;
	padding: 10px;
	width: 250px;
	display: inline-block;
	float: left;
	border: 1px solid #d8d8d8; }
.custom-prv span {
	display: inline-block;
	float: left;
	padding-top: 10px;
	margin: 0px 10px 0px 30px; }
.custom-prv select {
	border: 0px;
	border: 1px solid #d8d8d8;
	color: #555;
	display: inline-block;
	float: left;
	height: 40px;
	padding: 10px; }
.custom-prv a {
	padding: 10px 20px 10px 20px;
	float: left;
	margin-left: 10px;
	font-size: 1.2rem;
	margin-top:1px; }

#char_map_block { padding:10px 0px 10px 0px; display:none; }

blockquote {
	background-color: #f9f9f9;
	border-left: 10px solid #eee;
	margin: 5px 0px;
	padding: 0px 10px;
	font-size: 1.1rem; }
blockquote p { padding: 5px 0px; }
blockquote p a {
	color: #555;
	text-decoration: underline; }
blockquote p a:hover{ text-decoration:none; }

.fp-tag-list li {
	display: inline-block;
	margin-top: 5px;
	margin-right: 6px; }
.fp-tag-list li a {
	font-size: 1.1rem;
	display: inline-block;
	background-color: #eee;
	padding: 2px 8px;
	color: #888;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s; }
.fp-tag-list li a:hover { background-color: #a3d16e; color: #fff; }

.datatable { width: 100%; margin-bottom: 15px; }
.datatable th { text-align: left; padding: 4px; border-bottom: 1px solid #eee; background-color: #f5f5f5; }
.datatable tr { border-bottom: 1px dotted #eee; }
.datatable tr:hover { background-color: #f5f5f5; }
.datatable td { padding: 4px; }
.datatable td a { text-decoration: none; color: #444; }
.datatable td a:hover { color: #a3d16e; }

.fb-page { margin-top: 10px; }
._ad_side, ._ad_top { margin: 5px 0px 5px 0px; }
._ad_bottom { margin: 10px 0px 10px 0px; }

.g_ad_box { margin: 10px 0; }
.ad_slot_tb { width: 320px; height: 100px; }
@media(min-width: 500px) { .ad_slot_tb { width: 468px; height: 60px; } }
@media(min-width: 800px) { .ad_slot_tb { width: 728px; height: 90px; } }

.ad_slot_sd { display: block; width: 200px; height: 200px; }
@media (max-width: 940px) { .ad_slot_sd { display: none; } }
@media (min-width: 1000px) { .ad_slot_sd { width: 250px; height: 250px; } }


.container:after,
.row:after,
.clear {
  content: "";
  display: table;
  clear: both; }