.input-large {
	width: 200px;
}
.green {
	color: #acd13d;
}
.gray {
	color: #555555;
}
.text-center .img-responsive {
	margin: 0 auto;
}
.no-padding-right {
	padding-right: 0 !important ;
}
.no-padding-left {
	padding-left: 0 !important ;
}
.text-150 {
	font-size: 150%;
}
.text-140 {
	font-size: 140%;
}
.text-130 {
	font-size: 130%;
}
.header {
	background: #fff;
}
.header .global-nav ul {
	margin: 0;
}
.header .global-nav ul ul {
	display: none;
}
@media (max-width: 992px) {
	.header .global-nav .secondary-list {
		float: right;
	}
}
.header .global-nav .secondary-list .secondery-btns a {
	color: #555555;
	margin-right: 5px;
	display: inline-block;
	padding: 12px;
}
.header .global-nav .secondery-btns {
	float: left;
	margin-top: 12px;
}
.header .global-nav .primary-list {
	clear: both;
}
@media (min-width: 992px) {
	.header .global-nav .primary-list > li i {
		display: none;
	}
}
.header .global-nav .primary-list > li > a {
	color: #acd13d;
}
.header .global-nav .current {
	position: relative;
}
.header .global-nav .current a {
	text-decoration: underline;
}
.header .global-nav .current:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 8px solid transparent;
	border-top-color: #fff;
	bottom: -30px;
	margin-left: -10px;
	left: 50%;
}
@media (max-width: 992px) {
	.header .global-nav {
		padding: 12px 0 0;
	}
}
.header-sidenav01 {
	margin-top: 0px;
	display: inline-block;
	/*position: relative;*/
}
.header-sidenav01 .form-group {
	margin-bottom: 0;
}
.header-sidenav01 .form-group.with-search-icon:before {
	left: 0;
	top: 0;
	position: static;
	width: 44px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	display: none;
}
.header-sidenav01 .input-group-btn button {
	padding: 7px 15px;
}
.header-sidenav01 .fa-search.open:before {
	content: "\f00d";
}
.header-search-collapse {
	outline: none;
	width: 0px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 1s linear 0;
	-ms-transition: all 1s linear 0;
	-o-transition: all 1s linear 0;
	transition: all 0.3s ease-out;
	position: absolute !important;
	top: 0;
	right: 0;
	width: 44px;
	height: 42px !important;
	border: none;
	box-shadow: none;
	cursor: pointer;
	background-color: transparent;
	text-indent: 40px;
	display: none !important;
}
.header-search-collapse.open,
.header-search-collapse:focus {
	display: block;
	width: 200px !important;
	outline: none;
	right: 50px;
	border: none;
	background-color: #efefef;
	text-indent: 0;
	display: block !important;
	padding: 6px 12px !important;
}
.search-trigger01 {
	width: 44px;
	height: 44px;
	z-index: 0;
	border: none;
	font-size: 24px;
	display: inline-block;
	line-height: 44px;
	margin-right: 0 !important;
	margin-top: -5px;
	text-align: center;
	color: #FFF;
}
#siteSearch01 {
	font-size: 16px;
}
@media (min-width: 992px) {
	.search-trigger01 {
		display: none;
	}
	.header-sidenav01 {
		margin-left: 20px;
	}
}
.search-trigger01 i {
	/*text-indent: -9999px;*/
}
#input_text {
	float: left;
}
#input_text input[type="text"] {
	border: none;
	line-height: 20px;
	line-height: 2rem;
	height: 30px;
	height: 3rem;
	background-color: #efefef;
	padding: 0rem 5px;
	padding: 0rem 0.5rem;
	font-size: 16px;
	font-size: 1.6rem;
	width: 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#input_text input[type="text"]:focus {
	-webkit-animation: mov_to_right .5s ease 1;
	-moz-animation: mov_to_right .5s ease 1;
	-ms-animation: mov_to_right .5s ease 1;
	-o-animation: mov_to_right .5s ease 1;
	animation: mov_to_right .5s ease 1;
	width: 170px;
	background-color: #ccc;
}
#input_text input.mainTainHover {
	width: 170px;
	background-color: #ccc;
}
@-webkit-keyframes mov_to_right {
	0% {
		width: 110px;
		background-color: #efefef;
	}
	100% {
		width: 170px;
		background-color: #ccc;
	}
}
@-o-keyframes mov_to_right {
	0% {
		width: 110px;
		background-color: #efefef;
	}
	100% {
		width: 170px;
		background-color: #ccc;
	}
}
@-moz-keyframes mov_to_right {
	0% {
		width: 110px;
		background-color: #efefef;
	}
	100% {
		width: 170px;
		background-color: #ccc;
	}
}
@keyframes mov_to_right {
	0% {
		width: 110px;
		background-color: #efefef;
	}
	100% {
		width: 170px;
		background-color: #ccc;
	}
}
button#input_submit {
	float: left;
	display: inline-block;
	border: none;
	background: #3399ff;
	line-height: 20px;
	line-height: 2rem;
	width: 60px;
	height: 30px;
	height: 3rem;
	line-height: 30px;
	line-height: 3rem;
	position: relative;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-indent: -9999px;
}
button#input_submit:active {
	background: #359CA8;
}
button#input_submit:before {
	font-size: 18px;
	font-size: 1.8rem;
	text-indent: 0px;
	position: absolute;
	top: 6px;
	left: 22px;
	content: "\f002";
	/*SEARCH_ICON*/
	color: #FFF;
}
.lt-ie9 button#input_submit:before {
	top: -5px;
}
.header-sub {
	background: #111;
	position: relative;
	z-index: 1000;
}
.header-sub .primary-list {
	padding: 0;
	margin-bottom: 0;
}
.header-sub .primary-list > li > a {
	color: #fff;
	font-size: 12.04px;
	display: block;
	line-height: 44px;
	padding: 0 8px 0 8px;
}
@media (max-width: 992px) {
	.header-sub .primary-list > li > a {
		width: 100%;
		display: block;
	}
}
.header-sub .primary-list > li > a:hover {
	background: #a2a2a2;
	text-decoration: none;
}
.header-sub .item-with-ul > a {
	margin-right: 44px;
}
.header-sub .primary-list > li > a.home {
	padding: 0 15px;
}
.header-sub .primary-list > li > a.home i {
	font-size: 150%;
}
.header-sub .list-inline > li {
	padding-left: 0;
	padding-right: 0;
}
.header-sub .list-inline > li ul {
	display: none;
}
.header-sub .list-inline li.open ul {
	display: block;
}
.header-sub .current {
	position: relative;
}
.header-sub .current a {
	text-decoration: underline;
}
.header-sub .header-sidenav01 {
	margin-top: 5px;
	margin-bottom: -1px;
}
@media (max-width: 992px) {
	.header-sub .header-sidenav01 {
		margin: 5px 5px 0px;
	}
}
@media (max-width: 992px) {
	.header-sub .header-search-box,
	.header-sub .header-menu-box {
		display: none;
	}
	.header-sub .header-search-box.open,
	.header-sub .header-menu-box.open {
		display: block;
	}
}
.header-menu-box > ul > div {
	display: none;
}
.header-menu-box > ul .show_on_menu {
	display: none;
}

.search-header {
	background: #21413f;
}
.sns-block {
	font-size: 30px;
}
.sns-block a {
	color: #888888;
}
.sns-block a:hover .fa-facebook-square {
	color: #45619d;
}
.sns-block a:hover .fa-twitter {
	color: #55acee;
}
.sns-block a:hover .fa-rss {
	color: #FF8040;
}
@media (min-width: 992px) {
	.sns-block {
		margin-bottom: 0px !important;
	}
}
.sns-block ul {
	margin-bottom: 0;
}
.header p {
	margin: 0;
}
.header .sns-block {
	margin-top: 14px;
}
.header .sns-block ul {
	float: right;
}
@media (max-width: 992px) {
	.header .sns-block {
		display: none;
	}
}
@media (max-width: 992px) {
	.header .secondery-btns {
		display: none;
	}
}
.logo {
	float: left;
	margin: 9px 0;
}
.logo h1 {
	margin: 0 auto;
}
.logo .logo-mark a {
	background: url(../image/logo.png) no-repeat center center;
	text-indent: -9999px;
	display: block;
	width: 160px;
	height: 60px;
	cursor: pointer;
	background-size: contain;
}
@media (max-width: 992px) {
	.logo .logo-mark a {
		width: 100%;
		background-size: contain;
		height: 44px;
	}
}
@media (max-width: 992px) {
	.logo {
		margin: 5px 0;
	}
}
.sp-only {
	display: none;
}
@media (max-width: 992px) {
	.sp-only {
		display: block;
	}
}
ul.list {
	list-style-type: none;
}
ul.list li {
	display: inline-block;
}
.readmore-area {
	clear: both;
	width: 100%;
}
.readmore-large {
	width: 100%;
	position: relative;
	padding: 12px 0;
}
.readmore-large:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 10px;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
}
.readmore-small {
	width: 100%;
	position: relative;
	padding: 6px 0;
}
.readmore-small:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 10px;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
}
@media screen and (min-width: 650px) and (max-width: 1099px) {
	.blog_subtitle02 {
		font-size: 1.2em !important;
	}
}
@media screen and (min-width: 1200px) {
	.blog_subtitle02 {
		font-size: 1.6em !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.blog_subtitle02 {
		margin-top: 0;
	}
}
#locator {
	margin-bottom: 10px;
	color:#fff;
}
.main {
	margin: 20px 0;
	color: #fff;
}
@media (min-width: 992px) {
	.main {
		margin: 20px 10px;
	}
}
.contents-main {
	float: left;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contents-main .blog_taglist02 {
	display: inline-block;
	margin-left: 0px;
	/* タグをすべて出す場合は、height と overflow をコメントアウト */
	height: 16px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 10px;
}
.contents-main .blog_taglist02 li {
	display: inline-block;
	padding: 0px 5px;
	margin: 0px 3px 3px 0px;
	background-color: #888888;
	color: #B8B8B8;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font: 9px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.contents-main .blog_taglist02 li a {
	line-height: 100%;
}
@media (max-width: 992px) {
	.contents-main {
		padding: 0 5px;
	}
}
.blog-side-nav {
	float: right;
	width: 100%;
}
@media (min-width: 1200px) {
	.contents-main {
		width: 770px;
	}
}
@media (min-width: 992px) {
	.contents-main {
		width: calc(100% - 300px - 2%);
	}
	.blog-side-nav {
		width: 300px;
	}
}
/*CMS Blue Monkey Blog Templete*/
.blog_subtitle01 {
	background: url(bg_blog_subtitle01.jpg) no-repeat top center;
	font-size: 30px;
	line-height: 40px;
	height: 80px;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.blog_subtext01 {
	font-size: 12px;
	color: #999;
	display: inline-block;
	width: 100%;
	line-height: 12px;
}
.blog_pager01 {
	float: left;
	width: 100%;
	margin: 0px 0px 10px;
	text-align: right;
	line-height: 24px;
	font-size: 14px;
}
.blog_pager01 a {
	display: inline-block;
	height: 24px;
	min-width: 14px;
	padding: 0px 5px;
	line-height: 24px;
	text-align: center;
}
.blog_pager01 a.current {
	background: #333;
	color: #FFF;
}
.blog_pager01 .prev {
	text-indent: -9999px;
	background: url(prev.png) no-repeat left top;
	width: 15px;
	height: 24px;
	margin-right: 1em;
}
.blog_pager01 .prev:hover,
.blog_pager01 .next:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";
	/* ie 8 */
	-moz-opacity: 0.7;
}
.blog_pager01 .next {
	text-indent: -9999px;
	background: url(next.png) no-repeat left top;
	width: 15px;
	height: 24px;
	margin-left: 1em;
}
.blog_section01 {
	float: left;
	border: #ccc 1px solid;
	background: #FFF;
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
	margin-right: 19px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 380px;
}
@media (max-width: 992px) {
	.blog_section01 .blog_section01 {
		min-height: 398px;
	}
}
@media (min-width: 1200px) {
	.blog_section01 {
		width: 243px;
	}
	.top .blog_section01:nth-child(3n+1) {
		margin-right: 0;
	}
	.top .blog_section01:nth-child(3n+2) {
		clear: both;
	}
	.common .blog_section01:nth-child(3n),
	.multi .blog_section01:nth-child(3n) {
		margin-right: 0;
	}
	.common .blog_section01:nth-child(3n+1),
	.multi .blog_section01:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 480px) and (max-width: 1200px) {
	.blog_section01 {
		width: 48%;
		margin-right: 4%;
		min-height: initial;
	}
	.top .blog_section01:nth-child(2n+1) {
		margin-right: 0;
	}
	.common .blog_section01:nth-child(2n),
	.multi .blog_section01:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 480px) {
	.blog_section01 {
		width: 100%;
		margin-right: 0;
		min-height: initial;
	}
	.top .blog_section01:nth-child(2n+1) {
		margin-right: 0;
	}
	.common .blog_section01:nth-child(2n),
	.multi .blog_section01:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 480px*0.5) {
	.blog_section01 {
		width: 48%;
		margin-right: 4%;
	}
	.top .blog_section01:nth-child(2n+1) {
		margin-right: 0;
	}
	.common .blog_section01:nth-child(2n),
	.multi .blog_section01:nth-child(2n) {
		margin-right: 0;
	}
}
.blog_pager_detail_box01 {
	float: left;
	width: 100%;
	border-top: #ccc 1px solid;
	margin: 0px 0px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blog_pager_detail_list01 {
	list-style: none;
	margin: 10px 0px;
	font-size: 18px;
	line-height: 24px;
	padding: 0 10px;
}
.blog_pager_detail_list01 li.prev {
	float: left;
	width: 33%;
	text-align: left;
}
.blog_pager_detail_list01 li.prev a {
    color: #fff;
	font-size: 16px;
}
.blog_pager_detail_list01 li.prev a i {
	font-size: 24px;
	line-height: 16px;
}
.blog_pager_detail_list01 li.next {
	float: right;
	width: 33%;
	text-align: right;
}
.blog_pager_detail_list01 li.next a {
    color: #fff;
	font-size: 16px;
}
.blog_pager_detail_list01 li.next a i {
	font-size: 24px;
	line-height: 16px;
}
.blog_subtitle02 {
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 10px;
	font-weight: bold;
}
@media (min-width: 1200px) {
	.blog_subtitle02 {
		min-height: 59px;
	}
}
@media (min-width: 1200px) {
	.common .blog_subtitle02 {
		min-height: initial;
	}
}
.blog_subtitle03 {
	float: left;
	font-weight: bold;
	font-size: 24px;
	line-height: 20px;
	padding: 10px 10px;
	margin-bottom: 20px;
	border-left: #666 5px solid;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blog_date01 {
	line-height: 150%;
	font-size: 12px;
	margin-bottom: 10px;
	color: #999999;
}
.blog_auther01 {
	line-height: 150%;
	font-size: 12px;
	margin-bottom: 10px;
}
.blog_dlist01 {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
	width: 100%;
	overflow: hidden;
	max-height: 28px;
}
.blog_dlist01 dt,
.blog_dlist01 dd {
	display: inline;
}
.blog_dlist01 dt {
	color: #999;
}
.blog_text01 {
	float: left;
	clear: both;
	line-height: 140%;
	font-size: 14px;
	margin: 10px 0px;
}
.blog_text01 img:not(.inlineImg) {
	width: auto;
	max-width: 100%;
	height: auto;
}
a.readmore_btn {
	display: none;
}
.blog_info01 {
	float: left;
	width: 100%;
	font-size: 10px;
}
/*blog sidenav*/
.blog_searchbox {
	margin-bottom: 20px;
}
.blog_search_input {
	border-radius: 5px;
	background: url(search_icon.png) no-repeat 5px center;
	line-height: 35px;
	height: 35px;
	border: 1px solid #ccc;
	padding-left: 24px;
}
.blog_side_section01 {
	clear: both;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
.blog_sidetitle01 {
	font-size: 16px;
	line-height: 35px;
	padding: 0 10px;
	font-weight: bold;
	margin: 0;
	color: #666;
	border-bottom: #d5d5d5 5px solid;
	margin-bottom: 2px;
	background: #FFF;
}
.blog_sidelist01 {
	padding: 0px;
}
.blog_sidelist01 > li {
	background: #FFF;
	display: block;
	width: 100%;
	list-style-type: none;
	margin-bottom: 0px;
	border-bottom: #e6e6e6 1px solid;
	float: left;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blog_sidelist01 > li > a {
	color: #333333;
}
.blog_sidelist01 > li > a:hover {
	text-decoration: none;
	color: #acd13d;
}
.blog_sidelist01 ul {
	margin-left: 12px;
	padding: 5px 0 5px;
	list-style-position: inside;
}
.blog_sidelist02 {
	padding: 20px 10px;
	background: #FFF;
	list-style: inside;
	list-style-type: none;
	margin: 0;
}
.blog_taglist02 {
	padding: 20px 10px;
	margin: 0;
	background: #FFF;
	list-style: inside;
	list-style-type: none;
}
.blog_taglist02 li {
	display: inline-block;
	padding: 0px 5px;
	margin: 0px 3px 3px 0px;
	background-color: #888888;
	color: #B8B8B8;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font: 12px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.blog_taglist02 li a {
	line-height: 30px;
	color: #FFF;
	position: relative;
}
.thum-wrap-small {
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	background: #dfdfdf;
}
.thum-wrap-small img {
	display: inline;
	width: auto;
	max-width: inherit;
	height: 100%;
}
.thum-wrap-small.noimage {
	text-indent: -9999px;
	background: url(../image/noimage.png) no-repeat center center #dfdfdf;
	background-size: 70px;
}
.side-title01 {
	display: block;
	min-height: 67px;
	margin: 0 0 3px;
	font-size: 12px;
}
/*archive monthes*/
.blog_archive_list_box01 {
	margin-bottom: 30px;
	padding: 10px;
	background: #FFF;
}
.blog_list {
	list-style-type: none;
	list-style-position: inside;
	margin: 12px 0px;
	padding: 0px;
}
.blog_list > li {
	display: inline-block;
	width: 12%;
}
.blog_list > li > a {
	border: solid 1px #ccc;
	padding: 5px 0px;
	width: 100%;
	display: block;
	text-align: center;
}
.blog_month_list {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
}
.blog_list > li.current a {
	color: #FFF;
	background: #acd13d;
}
.blog_month_list > li {
	display: inline-block;
	text-align: center;
}
.blog_month_list > li.current a {
	color: #FFF;
	background: #acd13d;
}
.blog_month_list > li > a {
	padding: 2px;
}
.blog_section02 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.blog_subtitle04 {
	float: left;
	font-size: 20px;
}
.blog_pull_right {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog_subtitle03 {
	position: relative;
}
.blog_side_nav01 {
	position: absolute;
	right: 0;
	top: 12px;
	font-weight: normal;
	font-size: 12px !important;
}
.blog_pull_left {
	float: left;
}
/*blog archives with cover*/
/*thumb large setteing*/
.blog_cover_thum {
	float: left;
	width: 180px;
	margin-right: 14px;
}
.blog_thum_wrap {
	width: 180px;
	height: 180px;
	overflow: hidden;
	display: block;
	text-align: center;
}
.blog_thum_wrap img {
	height: 180px;
}
.blog_cover_text {
	float: right;
	width: 530px;
}
/*small thum setting*/
.blog_cover_thum_small {
	float: left;
	width: 120px;
	margin-right: 14px;
}
.blog_thum_wrap_small {
	width: 120px;
	height: 120px;
	overflow: hidden;
	display: block;
	text-align: center;
}
.blog_thum_wrap_small img {
	height: 120px;
}
.blog_cover_text_small {
	float: right;
	width: 590px;
}
/*extra small thum setting*/
.blog_cover_thum_xsmall {
	float: left;
	width: 60px;
	margin-right: 14px;
}
.blog_thum_wrap_xsmall {
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: block;
	text-align: center;
}
.blog_thum_wrap_xsmall img {
	height: 60px;
}
.blog_cover_text_xsmall {
	float: right;
	width: 654px;
	line-height: 180%;
}
.blog_thum_wide {
	text-align: center;
	margin-bottom: 10px;
	height: 270px;
	overflow: hidden;
}
.blog_thum_wide img {
	max-height: 270px;
}
/*related articles*/
.blog_related_list {
	list-style: none;
}
.blog_related_list li {
	border-bottom: #ccc 1px dashed;
	padding: 10px 0;
	float: left;
	width: 100%;
}
/*SNS button*/
.snsbox {
	display: none;
}
.blog_sns_area {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
.blog_sns_area ul {
	list-style-type: none;
}
.blog_sns_area ul li {
	float: left;
	width: auto;
	margin-right: 5px;
}
.blog_sns_area ul li.blog_facebook_btn {
	width: 120px;
}
.blog_sns_plugin {
	margin-top: 20px;
}
.blog_feedback {
	clear: both;
	font-size: 120%;
	border-top: #e6e6e6 1px solid;
	margin-top: 24px;
	padding: 12px 24px 8px;
	text-align: center;
}
.blog_feedback a {
	color: #555555;
	font-size: 16px;
}
.category-label *[class^="category-"] {
	background: #666;
}
.category-label {
	color: #FFF;
	opacity: .8;
	margin-bottom: 12px;
}
.category-label.large {
	height: 40px;
	line-height: 40px;
	margin: -50px -10px 10px -10px;
}
.category-label.large span {
	padding: 0 10px;
	display: block;
}
.category-label.middle {
	height: 30px;
	line-height: 30px;
}
.category-label.small {
	height: 20px;
	line-height: 20px;
}
.blog-thumwrap {
	margin: 0 -10px 10px -10px;
	max-height: 180px;
	min-height: 180px;
	overflow: hidden;
	color: #FFF;
	background: #dfdfdf;
}
.blog-thumwrap.noimage {
	text-indent: -9999px;
	background: url(../image/noimage.png) no-repeat center center #dfdfdf;
}
.top .blog_section01:first-child {
	width: 100%;
	padding: 0px 10px 0px 10px;
	position: relative;
	min-height: initial;
}
.top .blog_section01:first-child .blog_subtitle02 {
	min-height: initial;
}
.top .blog_section01:first-child .blog-thumwrap {
	margin: 0 0 0 -10px;
	float: left;
	width: 57%;
	max-height: 283px;
	line-height: 280px;
}
@media (min-width: 480px) {
	.top .blog_section01:first-child .blog-thumwrap {
		min-height: 270px;
	}
}
@media (max-width: 480px) {
	.top .blog_section01:first-child .blog-thumwrap {
		float: none;
	}
}
.top .blog_section01:first-child .blog-thumwrap .img-responsive {
	display: inline;
}
.top .blog_section01:first-child .blog-description {
	width: 43%;
	float: left;
	position: relative;
	padding-left: 14px;
}
@media (max-width: 480px) {
	.top .blog_section01:first-child .blog-thumwrap {
		width: auto;
		margin: -11px -10px 0px -10px;
	}
	.top .blog_section01:first-child .blog-description {
		width: 100%;
		margin: 0;
		padding-left: 0;
	}
}
.top .blog_section01:first-child .blog_text01 {
	float: none;
	clear: none;
	color: #555555;
	width: auto !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.top .blog_section01:first-child .blog_text01 {
		margin: 5px 0;
	}
}
.top .blog_section01:first-child .blog_info01 {
	width: calc(42.8% - 14px);
	margin: 0 0 63px 14px;
}
.top .blog_section01:first-child .blog_info01 dl {
	width: 100%;
}
@media (max-width: 480px) {
	.top .blog_section01:first-child .blog_info01 {
		float: none;
		margin-left: 0;
		width: auto;
	}
	.top .blog_section01:first-child .blog_info01 dl {
		width: 100%;
	}
}
.top .blog_section01:first-child .snsbox {
	display: block;
	width: calc(42.8% - 14px);
	position: absolute;
	bottom: 0px;
	left: 57.2%;
}
.blog_sns_area ul,
.top .blog_section01:first-child .snsbox ul {
	font-size: 0;
}
.blog_sns_area li,
.top .blog_section01:first-child .snsbox li {
	height: 21px;
	overflow: hidden;
	margin: 0 5px 8px 0;
	vertical-align: middle;
	font-size: 14px;
}
.blog_sns_area	li.blog_twitter_btn,
.top .blog_section01:first-child .snsbox li.blog_twitter_btn {
	width: 105px;
}
.blog_sns_area li.blog_facebook_btn,
.top .blog_section01:first-child .snsbox li.blog_facebook_btn {
	width: 108px;
}
.blog_sns_area li.blog_google_btn,
.top .blog_section01:first-child .snsbox li.blog_google_btn {
	width: 82px;
}
@media (max-width: 768px) {
	.top .blog_section01:first-child .blog_info01 {
		margin-bottom: 0;
	}
	.top .blog_section01:first-child .snsbox {
		padding: 14px 0 0;
		position: static;
		left: 14px;
		right: initial;
		margin-left: 0;
		margin-left: initial;
		width: auto;
		width: initial;
		text-align: left;
	}
	.top .blog_section01:first-child .snsbox li {
		margin-top: 10px;
	}
}
.top .blog_section01:first-child .category-label.large {
	height: 40px;
	line-height: 40px;
	margin: 0 -14px 10px;
}
.top .blog_section01:first-child .category-label.large span {
	padding: 0 10px;
	display: block;
	margin: 0 -6px 10px 0;
}
@media (max-width: 480px) {
	.top .blog_section01:first-child .category-label.large {
		margin: -40px -6px 10px -11px;
	}
}
a.link-wrap {
	color: #555555;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
a.link-wrap:hover {
	text-decoration: none;
}
a.link-wrap .blog_subtitle02 {
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}
a.link-wrap:hover .blog_subtitle02,
a.link-wrap.hover .blog_subtitle02 {
	color: #acd13d;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
.blog-thumwrap a.link-wrap:hover,
a.link-wrap:hover .blog-thumwrap,
a.link-wrap.hover .blog-thumwrap {
	overflow: hidden;
}
.blog-thumwrap a.link-wrap img,
a.link-wrap .blog-thumwrap img {
	-webkit-transition: -webkit-transform .5s ease;
	-moz-transition: -moz-transform .5s ease;
	-ms-transition: -ms-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
}
.blog-thumwrap a.link-wrap:hover img,
.blog-thumwrap a.link-wrap.hover img,
a.link-wrap:hover .blog-thumwrap img {
	-webkit-transition: -webkit-transform .2s ease;
	-moz-transition: -moz-transform .2s ease;
	-ms-transition: -ms-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	transition: transform .2s ease;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.sidenav {
	padding: 0;
}
.sidenav .sortbtns {
	text-align: center;
	width: 100%;
	border-bottom: #e6e6e6 1px solid;
	padding-bottom: 1em;
}
.sidenav .sortbtns a {
	margin: 1rem;
}
.top-pickups-type01 .media {
	padding: 10px;
	background: #FFF;
	margin: 2em auto;
}
.sidenav-tab .nav-tabs.nav-justified > li {
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}
.sidenav-tab .nav-tabs.nav-justified > li > a {
	border: none;
	color: #FFF;
	background: #353230;
}
.sidenav-tab .nav-tabs.nav-justified > li > a:hover {
	border: none;
}
.sidenav-tab .nav-tabs.nav-justified > li.active > a {
	border: none;
	color: #333333;
	background: #f5f5f5;
}
.sidenav-tab .nav-tabs.nav-justified > li.active > a:hover {
	border: none;
}
.sidenav-tab .tab-content {
	border: none;
}
.main-col {
	padding: 0;
	background: #FFF;
}
.main-contents {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.9);
	position: relative;
}
.panel .page-header {
	margin: 0 0 20px ;
}
.panel h2 {
	margin: 0 0 0px ;
}
.thumblist {
	padding: 0;
	list-style: none;
}
.thumblist li {
	margin-bottom: 1.5rem;
}
.thumblist a {
	display: block;
	padding: 0;
}
.thumblist a.thumblist a_.active {
	border: none;
}
.thumblist img {
	width: 100%;
}

@media (max-width: 480px) {
	.footer .footthum01 img {
		width: 50%;
	}
}
.footer .blog_subtitle02 i {
	font-size: 24px;
}
.footer .last-footer {
	float: left;
	width: 100%;
	padding: 10px;
	margin-top: 10px;
    background: #fff;
    color: #222;
	text-align: right;
}
@media (max-width: 992px) {
	.common .contents-main {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.multi .contents-main {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.blog_text01.detail_text {
		color: #333333;
	}
	.blog_text01.detail_text img:not(.inlineImg) {
		display: block;
	}
}
.blog_section02 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 10px;
	border: #e6e6e6 1px solid;
	background: #FFF;
}
.blog_section02 p {
	margin: 26px 0 26px;
	font-size: 16px;
	line-height: 170%;
	color: #333333;
	word-break: break-all;
}
.blog_section02 .blog_text01 {
	float: none;
}
.blog_section02 .blog_date01 {
	margin-top: -20px;
	float: left;
}
.blog_section02 .category-label span {
	float: right;
	padding: 0 10px ;
	font-size: 12px;
	margin-right: -20px;
	margin-top: 10px;
}
@media (min-width: 992px) {
	.blog_section02 .category-label span {
		position: relative;
		float: right;
		display: block;
		padding: 0 10px ;
		font-size: 12px;
		margin: 10px -30px 0 0;
	}
	.blog_section02 .category-label span:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 10px 0 0;
		position: absolute;
		right: 0;
		bottom: -5px;
		border-color: #9d8500 transparent transparent;
	}
}
.blog_section02 .blog_subtitle02 {
	clear: both;
	font-size: 34px !important;
	    color: #222;
}
@media (max-width: 480px) {
	.blog_section02 .blog_subtitle02 {
		clear: both;
		font-size: 24px !important;
	}
}
.blog_section02 .blog_info01 {
	margin: 0;
}
.blog_section02 .blog_dlist01 {
	width: auto;
	margin: 0 0 10px;
}
.blog_section02 .blog-mainthum {
	margin: 0px -20px 10px;
	overflow: hidden;
	clear: both;
}
.blog_section02 .blog-mainthum .img-responsive {
	width: 100%;
}
.blog_section02 .subtitle03 {
	clear: both;
	font-size: 24px;
	line-height: 30px;
	margin: 36px 0 14px;
	text-align: left;
	position: relative;
	border-bottom: #acd13d 5px solid;
}
.blog_section02 .subtitle03:after {
	content: "";
	height: 5px;
	width: 60%;
	display: block;
	position: absolute;
	right: 0;
	bottom: -5px;
	background: #e6e6e6;
}
.blog_section02.base img {
	max-width: 100%;
}
.blog_facebook_comment {
	background: #FFF;
	padding: 14px;
	height: auto !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blog_facebook_comment iframe {
	margin: 0 auto;
}
.side_facebook_comment {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.side_facebook_comment {
		width: 300px;
	}
}
.side_facebook_comment iframe {
	margin: 0 auto;
}
.archivelist_wrap .blog_section01 {
	min-height: 340px;
}
@media (max-width: 992px) {
	.archivelist_wrap .blog_section01 {
		min-height: initial !important;
	}
	.blog_side_section01.blog_categories,
	.blog_side_section01.blog_tags,
	.blog_side_section01.blog_archives {
		display: none;
	}
}
.archivelist_wrap .blog_subtitle02 {
	clear: both;
	font-size: 16px !important;
}
.archivelist_wrap .blog_info01 {
	margin: 0;
}
.archivelist_wrap .blog_info01 ul {
	margin-bottom: 0;
}
.fb_iframe_widget:not(.fb-page),
.fb_iframe_widget:not(.fb-page) span,
.fb_iframe_widget:not(.fb-page) iframe[style] {
	width: 100%!important;
}
.fb-page {
	display: block !important;
	max-width: 500px;
	margin: 0 auto;
}
.blog_facebook_btn iframe {
	width: 110px !important;
}

/* detail header */
/*----------------------------------------------*/
.blog_text01.detail_text h1{
  font-size: 200%;
  line-height: 1.5;
  margin-bottom: 20px;
}
.blog_text01.detail_text h2{
  font-size: 180%;
  line-height: 1.5;
  border-bottom: 5px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.blog_text01.detail_text h2 > span{
  display: inline-block;
  margin-bottom: -5px;
  border-bottom: 5px solid #acd13d;
  padding-bottom: 2px;
}
.blog_text01.detail_text h3{
  font-size: 160%;
  line-height: 1.5;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 4px;
}
.blog_text01.detail_text h4{
  font-size: 140%;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 2px;
}
.blog_text01.detail_text h5{
  font-size: 120%;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}
.blog_text01.detail_text h6{
  font-weight: bold;
}

/*youtube*/
/*----------------------------------------------*/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*20160901*/
/*----------------------------------------------*/

.wrapper {
    overflow: hidden;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    background: url(../../image/common/body_bg.png) no-repeat 0px top #000;
}

.pc {
    display: block;
}
.sp {
    display: none;
}

/*header*/
/*------------------------------------------------------------------------------*/
header{
	/*width: 980px;
	margin: 0 auto 20px;*/
	text-align: left;
}

header:after  {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header_left{
	float: left;
	width: 50%;
}
#header_right{
	float: right;
	width: 50%;
}
header h1{
	/*font-size: 75%;
	line-height: 1;
	color: #666;*/
	float: left;
	margin-bottom: 40px;
	margin-top: 30px;
}
#logo{
	float: left;
	width: 130px;
}
#logo a{
	display: block;
}
#logo img{
	width: 100%;
	height: auto;
}


#headnav_left {
    width: 60%;
	float: left;
    overflow: hidden;
    padding-left: 12%;
}
#headnav_left .sp {
    display: none;
}
#headnav_left p {
	float: left;
	font-size: 95%;
	line-height: 1;
	color: #CCC;
	margin: 44px 0 40px 30px;
}
#headnav_right {
    width: 40%;
	float: right;
    overflow: hidden;
    padding-right: 12%;
}

#headnav_right div {
    width: 100%;
    margin: 10px auto;
}
#headnav_right #header_menu01 {
    width: 100%;
    float: right;
	margin-top: 15px;
	padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
	-webkit-border-bottom: 1px solid rgba(255,255,255,0.3);
	-moz-border-bottom: 1px solid rgba(255,255,255,0.3);
	-o-border-bottom: 1px solid rgba(255,255,255,0.3);
	-ms-border-bottom: 1px solid rgba(255,255,255,0.3);
}
#headnav_right #header_menu01 ul li {
    float: right;
	padding-left: 20px;
    /*width: 82px;*/
}
#headnav_right #header_menu01 ul li a {
    /*padding: 7.2% 2% 0 0;*/
    display: block;
    color: #EEE;
}
#headnav_right #header_menu01 ul li img {
	width: 100%;
	margin-top: 3px;
	
}

#header_menu01 #tel {
	background:url(../../image/common/header/header_tel.png) no-repeat center;
	width: 56%;
	height: auto;
	text-indent: -9999px;
    display: block;
	padding: 0px 26px 0px 0px;
	border-right: 1px solid rgba(255,255,255,0.3);
	-webkit-border-right: 1px solid rgba(255,255,255,0.3);
	-moz-border-right: 1px solid rgba(255,255,255,0.3);
	-o-border-right: 1px solid rgba(255,255,255,0.3);
	-ms-border-right: 1px solid rgba(255,255,255,0.3);
}

#headnav_right #header_menu02 {
	clear:both;
	float: left;	
	padding-top: 1%;
	width:40%;
}
#headnav_right #header_menu02 ul li {
    float: left;
	padding-right: 10%;
}
#headnav_right #header_menu02 ul li a {
	color: #fff;
}

#headnav_right #searchBtn{
	width:60%;
	float:right;
}

#headnav_right input{
	float:left;
}

/*globalnav*/
/*------------------------------------------------------------------------------*/
#globalnav{
	/*float:right;*/
	clear: both;
	/*background: url(../image/common/header/nav_bg.jpg) repeat-x #000;*/
	background: -moz-linear-gradient(top, s, #066);
	background: -webkit-gradient(linear, left top, left bottom, from(#1E1E1E), to(#171717));
	border-top:1px solid #333333;
}
#gnav_btn{display:none;}

#globalnav ul{
	width:80%;
	max-width:1206px;
	margin:0 auto;
    letter-spacing: -0.4em;
}

#globalnav #globalnav_in li{
	display:inline-block;
	text-align:center;

 letter-spacing: normal; /* 追加 */
    padding: 0 2%;
	position:relative;
}

#globalnav li:before{
	content:"";
	background:#474747;
	width:1px;
	height:30px;
	position:absolute;
	top:22px;
	right:0;
}

#globalnav #globalnav_in li:first-child{
	margin: 0;
	border:none;
}
#globalnav #globalnav_in li a{
    width: 100%;
	font-size: 120%;
	display:block;
     padding: 14px 0;
	font-weight:bold;
	color:#FFF;
	/*border-bottom: 1px solid #fff;*/
}

#globalnav #globalnav_in li a span {
	font-size:30%;
	font-weight:bold;
	color:#FFF;
	font-weight:normal;
	display: block;
}

#globalnav li:hover,#globalnav li.main_current{
	background: url(../../image/common/header/current_bg.png) no-repeat top center;
}

#globalnav_in {
    text-align: center;
}

/*searchBtn*/
/*------------------------------------------------------------------------------*/
#searchBtn {
    float: right;
    /*border-radius: 10px;*/
    padding: 0% 1% 5% 0;
    width: 220px;
}

#searchBtn #searchBtn1 {
    margin: 3% 1% 0 5%;
}

#searchBtn input {
    border: none;
    background: none;
    float: left;
}

#searchBtn input + input {
    float: left;
}

#searchBtn #keywords1 {
    width: 85%;
    height: 26px;
	background: rgba(7,183,238, 0.6);
	font: 13.3333px Arial;
}

/*footer*/
/*------------------------------------------------------------------------------*/
footer{
	background-color: #FFF;
	padding: 50px 0 10px;
	overflow: hidden;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
#footer_top{
	width: 980px;
	margin: 0 auto;
	padding-bottom: 50px;
    padding-bottom: 30px;
    text-align: center;
	text-align:left;
}
#footer_logo{
	width: 20%;
	margin: 0 auto;
	text-align: center;
}
#footer_logo a{
	display: block;
}
#footer_logo img{
	/* width: 100%; */
	height: auto;
}
.footnav{
	float: left;
	width: 23%;
}
.footnav li{
	margin-bottom: 5px;
}
.footnav li a{
	color: #333;
	background: url(../image/common/arr02.png) no-repeat 0 4px;
	background-size: 4px 8px;
	padding-left: 10px;
}
.footnav li ul{
	margin-top: 10px;
}
.footnav li li a{
	background: none;
	padding-left: 20px;
}
#footer_logo p {
	display:block;
	text-align:center;
    padding: 6% 0 16%;
}

#footer_top p{
	text-align:center;
}

#footer_top p img {
    padding-top: 1%;
    height: auto;
}

#footer_bottom{
	width: 980px;
	margin: 0 auto;
	text-align:center;
}
.footnav_b{
	float: left;
}
.footnav_b li{
	display: inline;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #ccc;
	line-height: 1;
}
.footnav_b li:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
small{
	display: block;
	/*text-align:center;*/
	padding: 2% 0;
    color: #AAA;
}

.tel{
	line-height: 1.8;
}



/* pagetop */
/*------------------------------------------------------------------------------*/
#topcontrol{
	z-index:150;
}
a.pagetop {
	width: 60px;
	height: 60px;
	background: url(../../image/common/pagetop.gif) no-repeat 0 0;
	overflow: hidden;
	display:block;
}



/* bg */

.bg_01{
	color:#000;
}
.bg_02{
	background:() repeat;
}


.header-main{
	display: none;
}





@media only screen and (min-width:691px) and (max-width:979px) {

/*header*/
/*------------------------------------------------------------------------------*/
header{	width: 100%;}
header h1{margin-bottom: 20px;}
#headnav{margin-bottom: 30px;}

#header_menu01 #tel {
	background:url(../../image/common/header/header_tel.png) no-repeat center;
	width: 70%;
	height: auto;
	text-indent: -9999px;
    display: block;
	padding: 0px 26px 0px 0px;
	border-right: 1px solid rgba(255,255,255,0.3);
	-webkit-border-right: 1px solid rgba(255,255,255,0.3);
	-moz-border-right: 1px solid rgba(255,255,255,0.3);
	-o-border-right: 1px solid rgba(255,255,255,0.3);
	-ms-border-right: 1px solid rgba(255,255,255,0.3);
}
#headnav_right {
	padding-right: 2%;
}
#headnav_right #header_menu02 ul li {
	padding-right: 6px;
}

#searchBtn #keywords1 {
	width: 84%;
}

#globalnav ul {
	width:100%;
}
#globalnav #globalnav_in li {
	padding: 0 8px;
}



/*footer*/
/*------------------------------------------------------------------------------*/
footer{
	padding: 30px 0 10px;
}
#footer_logo {
	width:22%;
}
#footer_top{
	width: 94%;
	padding-bottom: 30px;
}
.footnav{
	width: 25%;
}

#footer_bottom{
	width: 94%;
}



/* pagetop */
/*------------------------------------------------------------------------------*/
#topcontrol{
	display: none;
}
/*------------------------------------------------------------------------------*/

.col-xs-3 {
     width: 50%; 
}
.header-main{
	display: inline;
}

}

@media only screen and (max-width:690px) {
	/*layout*/
/*------------------------------------------------------------------------------*/
.pc {
    display: none;
}
.sp {
    display: block;
}


/*header*/
/*------------------------------------------------------------------------------*/
#wrapper{
	width: 100%;
}
header{
	width: 100%;
	margin: 0px;
	height:43px;
}
#header_left{
	width: 100%;
	float: none;
	margin-left: 3%;
    padding: 6% 0px 0 2%;
}
#header_right{
	width: 100%;
	float: none;
}
header h1{
	margin-bottom: 10px;
}

#header_menu01 #tel {
	background:url(../../image/common/header/btn_sp_tel.png) no-repeat center center;
	text-indent: -9999px;
    display: block;
	border-right: none;
}
#header_menu01 #eng {
	background:url(../../image/common/header/btn_sp_eng.png) no-repeat center center;
	text-indent: -9999px;
    display: block;
}
#headnav{
	display: none;
}

/* header */

#headnav_left{
    padding: 2px 0 5% 3%;
}

#headnav_left p{
	margin:2% 0 0 2%;
	font-size:70%;
	float:left;
}



#logo{
	width: 40%;
	margin:0px;
}

#searchBtn{
	display:none;
}
#headnav_right{
	padding-right:43px;
}

#headnav_right #header_menu01{
	border:none;
	margin:0px;
	padding:0px;
}
#headnav_right #header_menu01 ul li{
    width: 50%;
	height: 43px;
    padding: 0;
    border-left: 1px solid rgba(255,255,255,0.7);
}

#header_menu01 #eng,
#header_menu01 #tel{
	height:24px;
	background-size:auto 70% ;
	-webkit-background-size:auto 70% ;
	-moz-background-size:auto 70% ;
}

/* gnavi */

#globalnav ul{
	width:100%;
}

#globalnav #globalnav_in li:first-child{
	border-bottom:1px solid #FFF;
}

#globalnav #globalnav_in li a:hover{
	background:none;
}

#globalnav li:before{
	display: none;
}


#globalnav #globalnav_in li{
	width:100%;
	background:#000;
}

#header_menu02{
	display:none;
}



/*globalnav*/
/*------------------------------------------------------------------------------*/
#globalnav{
	margin:0;
	display:block;
	float: none;
}
#gnav_btn{display:block;}
#gnav_btn a {
	width:43px;
	height:43px;
	background:url(../../image/common/header/btn_sp_menu.png) no-repeat 0 0;
	background-size: 100%;
	display: block;
	text-indent:-9999px;
	position:absolute;
	top:0px;
	right:0%;
}
#globalnav_in{
	width: 100%;
	height:auto;
	overflow: hidden;
	background-color: #fff;
	position: absolute;
	left: 0;
	top43px;
	z-index: 100;
}
#globalnav ul{ display: none;}
#globalnav li{
	display:block;
	text-align:left;
	margin:0;
	border-bottom: 1px solid #ddd;
}
#globalnav li:first-child{
	border-top: 1px solid #ddd;
}
#globalnav li a{
	display:block;
	padding: 20px 10px;
	border-bottom: none;
	text-decoration: none;
	webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	position: relative;
	display: block;
}
#globalnav li a::after{
	position: absolute;
	top: 50%;
	right: 5%;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#globalnav li a:hover,#globalnav li.main_current a{
	border-bottom: none;
	background-color: #eee;
}



/*footer*/
/*------------------------------------------------------------------------------*/
footer{
	padding: 25px 0 10px;
}
#footer_top{
	width: 94%;
	padding-bottom: 10px;
}
#footer_logo{
	width: 50%;
	float: none;
	margin: 0 auto 25px;
}

.footnav{
	float: none;
	width: 100%;
}
.footnav li{
	margin-bottom: 15px;
}
.footnav li ul{
	display: none;
}
#footer_bottom{
	width: 94%;
	padding-top: 20px;
}
#footer_bottom p {
	text-align:center;
}
.footnav_b{
	float: none;
	margin-bottom: 15px;
	text-align: center;
}
.footnav_b li{
	padding-right: 15px;
	margin-right: 15px;
}
small{
	float: none;
	/*text-align: center;*/
}




/* pagetop */
/*------------------------------------------------------------------------------*/
#topcontrol{
	display: none;
}
/*------------------------------------------------------------------------------*/

.col-xs-3 {
     width: 50%; 
}
.header-main{
	display: inline;
}

}