@charset "UTF-8";
/*   
Theme Name: XeoryBase
Theme URI: http://xeory.jp/
Description: Xeory　ベーステーマ 
Author: バズ部
Author URI: http://bazubu.com/
Version: 0.1.7
*/
/* all display
-------------------------------------------------- */
* html body {
	margin:0 auto;
	display:inline;
	-webkit-text-size-adjust: none;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	margin:0 auto;
	padding:0;
	color:#333;
	background:#fff;
	-webkit-text-size-adjust: none;
}
.wrap {
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before {
  display: inline-table;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}
img {
	border:none;
	max-width: 100%;
	height: auto;
}
#main {
  width: 100%;
}
#main-single {
 width: 100%;
 float: left;
}
.main-inner {
    margin-right: 290px;
    margin-left: 0;
}
#side {
  width: 260px;
  margin-left: -260px;
  float: left;
}

.left-content #main {
  width: 100%;
  float: left;
}
.left-content #side {
  width: 290px;
  float: left;
  margin-left: -290px;
}

.right-content #main {
  width: 100%;
  float: left;
}
.right-content .main-inner {
  margin-left: 330px;
  margin-right: 0;
}
.right-content #side {
  width: 290px;
  float: left;
  margin-left: -100%;
}

.one-column #content .wrap {
  width: 1000px;
}
.one-column #content .wrap #main {
  width: 100%;
  float: none;
}
.one-column #content .wrap #main .main-inner {
  width: 100%;
  margin: 0;
}
.one-column #content .wrap #side {
  display: none;
}
/* ====================================================▼ general ============================================== */
#header {
 border-top: 18px #eb6e9a solid;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  max-width: 1500px;
  margin: 0 auto;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
#header #logo {
	float: left;
}
.cf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#navi {
	text-align: center;
	overflow:hidden;
	
}
#navi ul {
	margin:0 auto;
}
#navi ul li {
	display:inline-block;
}
#navi ul li a {
	color:#333;
	padding: 10px 17px;
	display:block;
	text-align:center;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	font-size: 10pt;
	position: relative;
}
#navi ul li.menu-item-25 a {
	background-color: #f15a25;
	color: #fff;
}
#navi ul  li a::before { 
	content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    background: #f0ebe6;
}
#navi ul li.menu-item-25 a::before {
	content: none;
}
#navi ul li a:hover,
#pageRecruit #navi ul li#naviRecruit a,
#pageInquiry #navi ul li#naviContact a,
#pageCompany #navi ul li#naviCompany a {
	text-decoration:none;
	
}
#navi ul li a:hover {
	background-color: #232323;
	color: #fff;
}
.header_index_in {
	margin-bottom: 1%;
}
.header_index_in .index_h1 {
	margin-top: 0.5%;
	margin-bottom: 0.5%;
}
.header_index_in .kanagawa_logo {
	float: left;
	width: 27.1%;
}
.header_index_in .company_logo {
	float: left;
	width: 19.15789473684211%;
	margin-top: 15px;
}

#index_menu {
	width: 100%;
	background: rgba(238,239,239,1);
	background: -moz-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(203,206,208,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,239,239,1)), color-stop(100%, rgba(203,206,208,1)));
	background: -webkit-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(203,206,208,1) 100%);
	background: -o-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(203,206,208,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(203,206,208,1) 100%);
	background: linear-gradient(to bottom, rgba(238,239,239,1) 0%, rgba(203,206,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeefef', endColorstr='#cbced0', GradientType=0 );
	border-bottom: 3px #ff9601 solid;
}
.index_menu_in ul {
	padding-top: 1%;
}
.index_menu_in ul > li .menu_name {
	border-bottom: 3px #999999 solid;
}
.index_menu_in ul > li a:hover .menu_name {
	border-bottom: 3px #ffa320 solid;
}
.index_menu_in ul > li a:hover {
	text-decoration: none;
}
.index_menu_in ul > li {
	list-style: none;
	display: inline;
	float: left;
	background: url(img/index/arrow.png) no-repeat scroll left 2px transparent;
	padding-left: 35px;
	height: 55px;
	padding-top: 0.4%;
	margin-right: 4.5%;
}
.index_menu_in ul > li:last-child {
	margin-right: 0;
}
.index_menu_in ul > li .menu_name span.menu_top {
	font-weight: bold;
	font-size: 12pt;
	color: #333;
}
.index_menu_in ul > li .menu_name span.menu_bottom {
	font-size: 11pt;
	color: #ff0000;
}
.index_menu_in ul > li img {
	max-width: 24px;
}
#whole_body {
	width: 100%;
}
#whole_body .whole_body_wrap .whole_body_in .content_body {
	float: right;
	width: 73.68421052631579%;
}
#whole_body .whole_body_wrap .whole_body_in .side_left {
	float: left;
	width: 24.31578947368421%
}


#fb-root {
    display: none;
}
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.sns_media ul > li {
	list-style: none;
	float: left;
	display: inline;
}
.twitter_plugin {
	margin-bottom: 10px;
}
.big_banner_index_in {
	max-width: 950px;
	margin: 0 auto;
}
#big_banner_index {
	width: 100%;
	border-bottom: 3px #ff9601 solid;
	margin-bottom: 15px;
	padding-top: 15px;
	background-color: #f0f8fc;
}
.deal_campaign {
	background-color: #fff23f;
	margin-bottom: 15px;
	float: left;
	border: 1px #a21f08 solid;
	padding: 10px;
	border-radius: 8px;
	width: 73.68421052631579%;
}
.deal_campaign .deal_campaign1 {
	float: left;
	width: 49.26253687315634%;
}
.deal_campaign .deal_campaign2 {
	float: right;
	width: 49.26253687315634%;
}
.moving_banner {
	margin-bottom: 15px;
	float: right;
	width: 24.21052631578947%;
}
.blue_highlight {
	background-color: #f0f7fd;
	border: 2px #0080cb solid;
	padding: 15px;
	margin-bottom: 20px;
}
.blue_highlight .blue_highlight_img {
	max-width: 916px;
	margin-bottom: 15px;
}
.company_service {
	margin-bottom: 20px;
}
.company_service .takuhai_service {
	float: left;
	width: 48.94736842105263%;
}
.company_service .shucho_service {
	float: right;
	width: 48.94736842105263%;
}
.landing_inquiry {
	position: relative;
}
.landing_inquiry .landing_inquiry_no {
	position: absolute;
	top: 17%;
	left: 38.21052631578947%;
	font-size: 47pt;
	font-weight: bold;
}
.landing_inquiry .landing_inquiry_no a {
	color: #ff0000;
}
.how_buy {
	margin-bottom: 20px;
}
.how_buy .can_buy {
	float: left;
	width: 48.96049896049896%;	
}
.how_buy .can_buy .can_buy_in {
	border: 2px #0d9000 solid;
	padding-top: 20px;
	padding-bottom: 20px;
}
.how_buy .can_buy .can_buy_in .can_buy_img {
	float: left;
	width: 19.08893709327549%;
	margin-left: 3.184713375796178%;
	margin-right: 3.184713375796178%;
}
.how_buy .can_buy .can_buy_in .buy_info {
	float: left;
	width: 70%;
}
.how_buy .can_buy .can_buy_in .can_buy_title {
	background-color: #0d9000;
	font-size: 16pt;
	text-align: center;
	padding: 5px 10px 1px 10px;
	font-weight: bold;
	color: #fff;
	max-width: 250px;
	margin-bottom: 10px;
}
.how_buy .can_buy .can_buy_in .can_buy_item {
	color: #000;
	font-size: 13pt;
}
.how_buy .cannot_buy {
	float: left;
	width: 48.96049896049896%;
	margin-left: 2.079002079002079%;
}
.how_buy .cannot_buy .cannot_buy_in {
	border: 2px #0d9000 solid;
	padding-top: 20px;
	padding-bottom: 20px;
}
.how_buy .cannot_buy .cannot_buy_in .cannot_buy_img {
	float: left;
	width: 19.08893709327549%;
	margin-left: 3.184713375796178%;
	margin-right: 3.184713375796178%;
}
.how_buy .cannot_buy .cannot_buy_in .cannot_buyinfo {
	float: left;
	width: 70%;
}
.how_buy .cannot_buy .cannot_buy_in .cannot_buy_title {
	background-color: #ff0000;
	font-size: 16pt;
	text-align: center;
	padding: 5px 10px 1px 10px;
	font-weight: bold;
	color: #fff;
	max-width: 250px;
	margin-bottom: 10px;
}
.how_buy .cannot_buy .cannot_buy_in .cannot_buy_item {
	color: #000;
	font-size: 13pt;
}
.bt20res {
	margin-bottom: 20px;
}
.kaitori_kyoka {
	border-left: 2px #0579bd solid;
	border-right: 2px #0579bd solid;
	border-bottom: 2px #0579bd solid;
	background-color: #e5f5ff;
}
.kaitori_kyoka2 {
	border-left: 2px #26568d solid;
	border-right: 2px #26568d solid;
	border-bottom: 2px #26568d solid;
	background-color: #ebeeeb;
}
.kaitori_kyoka .blue_titlebar {	
	background: rgba(5,122,189,1);
	background: -moz-linear-gradient(top, rgba(5,122,189,1) 0%, rgba(7,150,233,1) 50%, rgba(5,122,189,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,122,189,1)), color-stop(50%, rgba(7,150,233,1)), color-stop(100%, rgba(5,122,189,1)));
	background: -webkit-linear-gradient(top, rgba(5,122,189,1) 0%, rgba(7,150,233,1) 50%, rgba(5,122,189,1) 100%);
	background: -o-linear-gradient(top, rgba(5,122,189,1) 0%, rgba(7,150,233,1) 50%, rgba(5,122,189,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,122,189,1) 0%, rgba(7,150,233,1) 50%, rgba(5,122,189,1) 100%);
	background: linear-gradient(to bottom, rgba(5,122,189,1) 0%, rgba(7,150,233,1) 50%, rgba(5,122,189,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#057abd', endColorstr='#057abd', GradientType=0 );
	margin-bottom: 2.114164904862579%;
}
.kaitori_kyoka .dark_blue_titlebar {	
	background: rgba(38,86,141,1);
	background: -moz-linear-gradient(top, rgba(38,86,141,1) 0%, rgba(37,104,181,1) 50%, rgba(38,86,141,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(38,86,141,1)), color-stop(50%, rgba(37,104,181,1)), color-stop(100%, rgba(38,86,141,1)));
	background: -webkit-linear-gradient(top, rgba(38,86,141,1) 0%, rgba(37,104,181,1) 50%, rgba(38,86,141,1) 100%);
	background: -o-linear-gradient(top, rgba(38,86,141,1) 0%, rgba(37,104,181,1) 50%, rgba(38,86,141,1) 100%);
	background: -ms-linear-gradient(top, rgba(38,86,141,1) 0%, rgba(37,104,181,1) 50%, rgba(38,86,141,1) 100%);
	background: linear-gradient(to bottom, rgba(38,86,141,1) 0%, rgba(37,104,181,1) 50%, rgba(38,86,141,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26568d', endColorstr='#26568d', GradientType=0 );
	margin-bottom: 2.114164904862579%;
}
.kaitori_kyoka .dark_blue_titlebar h2 {
	color: #fff;
	font-size: 19pt;
	padding: 10px 10px 8px 15px;
	font-weight: bold;
	margin-bottom: 0;
}
.kaitori_kyoka .blue_titlebar h2 {
	color: #fff;
	font-size: 19pt;
	padding: 10px 10px 8px 15px;
	font-weight: bold;
	margin-bottom: 0;
}
.kaitori_kyoka_list {
	margin: 0 auto;
}
.kaitori_kyoka_list .each_kaitori_kyoka {
	width: 17.44186046511628%;
	float: left;
	margin-left: 2.114164904862579%;
}
.kaitori_kyoka_list .each_kaitori_kyoka .kaitori_kyoka_img {
	margin-bottom: 10px;
}
.kaitori_kyoka_list .each_kaitori_kyoka h3 {
	text-align: center;
	font-size: 9pt;
	min-height: 40px;
}
.kaitori_kyoka_list .each_kaitori_kyoka h3.long {
	text-align: center;
	font-size: 9pt;
	min-height: 55px;
}
.kaitori_price {
	border-left: 2px #de0303 solid;
	border-right: 2px #de0303 solid;
	border-bottom: 2px #de0303 solid;
	background-color: #fdf9f9;
	margin-bottom: 40px;
}
.kaitori_price .red_titlebar {
	background: rgba(222,3,3,1);
	background: -moz-linear-gradient(top, rgba(222,3,3,1) 0%, rgba(255,0,0,1) 50%, rgba(222,3,3,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,3,3,1)), color-stop(50%, rgba(255,0,0,1)), color-stop(100%, rgba(222,3,3,1)));
	background: -webkit-linear-gradient(top, rgba(222,3,3,1) 0%, rgba(255,0,0,1) 50%, rgba(222,3,3,1) 100%);
	background: -o-linear-gradient(top, rgba(222,3,3,1) 0%, rgba(255,0,0,1) 50%, rgba(222,3,3,1) 100%);
	background: -ms-linear-gradient(top, rgba(222,3,3,1) 0%, rgba(255,0,0,1) 50%, rgba(222,3,3,1) 100%);
	background: linear-gradient(to bottom, rgba(222,3,3,1) 0%, rgba(255,0,0,1) 50%, rgba(222,3,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0303', endColorstr='#de0303', GradientType=0 );
	margin-bottom: 2.114164904862579%;
}
.kaitori_price .red_titlebar h2 {
	color: #fff;
	font-size: 19pt;
	padding: 10px 10px 8px 15px;
	font-weight: bold;
	margin-bottom: 0;
}
.kaitori_price_list {
	margin: 0 auto;
}
.kaitori_price_list .each_kaitori_price {
	width: 17.44186046511628%;
	float: left;
	margin-left: 2.114164904862579%;
	margin-bottom: 20px;
}
.kaitori_price_list .each_kaitori_price .kaitori_price_img {
	margin-bottom: 10px;
}
.kaitori_price_list .each_kaitori_price .buy_price {
	background-color: #ff0000;
	width: 105px;
	border-radius: 4px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 1px;
	margin: 0 auto;
}
.kaitori_price_list .each_kaitori_price h3 {
	text-align: center;
	font-size: 9pt;
	min-height: 70px;
}
.kaitori_price_list .each_kaitori_price h3.longb {
	text-align: center;
	font-size: 9pt;
	min-height: 80px;
}
.kaitori_price_list .each_kaitori_price h3.h3_short {
	text-align: center;
	font-size: 9pt;
	min-height: 50px;
}
.bottom20 {
	margin-bottom: 20px;
}
.faq_info {
	background-color: #0080cb;
	margin-bottom: 20px;
	padding: 20px;
}
.faq_info .faq_title {
	max-width: 218px;
	max-height: 45px;
	margin: 0 auto;
	margin-top: -40px;
}
.faq_info .each_faq_info {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
}
.faq_info .each_faq_info .q_block {
	border-bottom: 1px #333 dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.faq_info .each_faq_info .a_block {
	margin-left: 50px;
}
.faq_info .each_faq_info:last-child {
	margin-bottom: 0;
}
.faq_info .each_faq_info .ask_q {
	display: table-cell;
	width: 31px;
	height: 31px;
}
.faq_info .each_faq_info .ask_text {
	font-size: 16pt;
	font-weight: bold;
	color: #135486;
	display: table-cell;
	padding-left: 20px;
}
.faq_info .each_faq_info .ask_text p {
	font-size: 16pt;
	font-weight: bold;
	color: #135486;
}
.bottom15 {
	margin-bottom: 15px;
}
.faq_info .each_faq_info .answer_a {
	float: left;
	margin-right: 20px;
	width: 31px;
	height: 31px;
}
.faq_info .each_faq_info .answer_text {
	font-size: 12pt;
}
.faq_info .each_faq_info .answer_text span {
	font-size: 9pt;
	color: #ff0000;
}
.switch_btn {
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.switch_btn a.rs-link-active {
	background-color: #0b2fa4;
	padding: 5px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
}

.bottom10 {
	margin-bottom: 10px;
}
.top_banner_index {
	max-width: 950px;
	margin: 0 auto;
}
/* === banner == */
.title_block {
	width: 700px;
	height: 72px;
	position: relative;
}
.title_block .title1 {
	position: absolute;
	top: 17px;
	left: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.bg_content {
	background:url(img/index/bg.png) repeat-y;
}
.bg_content .decription {
	margin-left: 10px;
	margin-right: 10px;
}
.footer_bg {
	margin-bottom: 10px;
	margin-top: -2px;
}
#big_banner {
	width: 950px;
	height: 319px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 50px;
}
#big_banner .big_banner_on {
	width:351px;
	height:102px;
	top:206px;
	left:403px;
	position:absolute;
}
/* ========== left side ======= */
#side .fuyouhin  img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}
#side .ihinseiri img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
#side .llink{
	margin-top:10px;
	}
.title_left_03 {
	margin-bottom: 10px;
}
/* contents */
.cnttxt01{
	width:700px;
	height:187px;
	position:relative;
}
.cnttxt01  .title_01_top{
	width:686px;
	height:48px;
	top:7px;
	left:7px;
	position:absolute;
}
.cnttxt01 .txt1_top{
	line-height:20px;
	width:681px;
	height:98px;
	top:66px;
	left:12px;
	position:absolute;
}
.cnt_top_banner {
	width:700px;
	height:502px;
	font-size:12px;
	position:relative;
}
.cnt_top_banner .label_01 {
	width:206px;
	height:35px;
	top:117px;
	left:229px;
	position:absolute;
}
.cnt_top_banner .label_02{
	width:272px;
	height:35px;
	top:236px;
	left:28px;
	position:absolute;
}
.cnt_top_banner .label_03{
	width:259px;
	height:35px;
	top:360px;
	left:227px;
	position:absolute;
}
.cnt_top_banner .cnt_call_on{
	width:366px;
	height:80px;
	top:410px;
	left:17px;
	position:absolute;
}

.tbl_center .tbl_contactus {
	font-size:12px;
}
.tbl_center th {
	font-weight:bold;
	width: 15%;
	text-align:right;
}
.tbl_center td,
.tbl_center th{
	padding:4px 12px 2px;
	border-bottom:4px solid #FFF;
}
.tbl_center td{
	background:url(img/aboutus/bg_td.gif) repeat-y left top;
	}
.tbl_center span{
	color:blue;
}
.txt_box_bottom{
 margin-top:17px;
}
.txt_box_bottom .txt_bottom{
	background:url(img/aboutus/text_box_bottom.gif) no-repeat left top;
	height:29px;
	width:700px;
}
.txt_box_bottom .txt_center{
	background:url(img/aboutus/tbl_center.gif) repeat-y;
}
.txt_box_bottom .txt_center .txt{
	margin:0 15px;
	font-size:11px;
	line-height:21px;
}
.txt_box_bottom .txt_center .txt span{
	padding:0 3px;
}
.txt_box_bottom .txt_center span{
	color:red;
}
/* ===================== contactus ============== */
.frame_main {
	width:700px;
	height:55px;
	margin:0 auto;
	background:url(img/common/frame/bar.gif) no-repeat left top;
	overflow:hidden;
}
.frame_main p {
	font-size:22px;
	font-weight:bold;
	margin:17px 0 0 38px;
	_margin:19px 0 0 38px;
}
.frame_body {
	width: 700px;
	background:url(img/common/frame/bar_body.gif) repeat-y left top;
	overflow:hidden;
	text-align:center;
}
.frame_body p {
	margin:8px 0 0 17px;
	_padding-top:8px;
	_margin-top:0px;
}
.top_border {
	width: 700px;
	background:url(img/estimate/top_border.png) repeat-y left top;
	overflow:hidden;
	text-align:center;
	height: 11px;
}
.title_bar {
	width: 686px;
	background:url(img/estimate/title_bar.png) repeat-y left top;
	text-align:center;
	height: 48px;
	margin-left: -37px;
	margin-bottom: 10px;
}
.title_bar p {
	font-size:22px;
	font-weight:bold;
	margin: 0 0 0 38px;
	_margin:19px 0 0 38px;
	padding-top: 8px;
}
.auction_application_note {
	margin: 10px 0 10px 0;
}
.auction_application_btn {
	height: 66px;
	width: 589px;
	overflow: hidden;
	margin: 10px 0 10px 10px;
}
.auction_application_btn a:hover img {
	margin-top: -66px;
}
.frame_bottom {
	margin-bottom:20px;
}

.frame_table {
	width:608px;
	margin:0 auto;
	padding-top:10px;
}

/* ==================== ▼ contact area ============== */
.contactarea table {
	width:608px;
	border-spacing: 0;
}
.contactarea td.title {
	padding-top:5px;
	border-spacing: 0;
	padding-right:10px;
	border-collapse: collapse;
	border:4px solid #FFF;
	vertical-align:top;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	width:122px;
}
.contactarea td.input {
	background:url(img/common/frame/td_bg.gif) repeat-y left top;
	text-align: left;
	padding: 5px 0 5px 16px;
	border-collapse: collapse;
	border:4px solid #FFF;
	vertical-align:middle;
	font-size: 12px;
	width:476px;
	overflow: hidden;/*型崩れ防止FF用。↓がFFではつかえないので隠蔽*/
	border-spacing   : 0;
}
.notes {
 font-size:10px;
 line-height:1.2em;
}
.contactarea  p.check {
	margin: 10px 40px;
	text-align: right;
}

.contactarea  INPUT.postcode {
	width : 50px;
}

.contactarea  INPUT.TEL {
	width : 30px;
}

.contactarea  INPUT.TEL_2 {
	width : 40px;
}

.contactarea  textarea.ErrBack {
	background-color: #FF6F6F;
}

.contactarea  select.ErrBack{
	background-color: #FF6F6F;
}

.contactarea  INPUT.text {
	width: 350px;
}

.contactarea  INPUT.name {
	width: 100px;
}

.contactarea  INPUT.ErrBack {
	background-color: #FF6F6F;
}
iv.contactarea  INPUT.text {
	width: 350px;
}

.contactarea .submit {
	padding    : 20px 85px;
	text-align : center;
}

.contactarea  div.complete {
	text-align: center;
	margin: 0 auto;
}

.contactarea  INPUT.button {
	width: 120px;
	height:25px;
	font-weight: bold;
}
div.contactarea  label {
	margin: 10px 0;
}
.how_to_use {
	margin-bottom: 10px;
    margin-top: 10px;
}
.how_to_use li {
	padding-left: 20px;
    background: url(img/common/products/list_orange.gif) no-repeat left 4px;
    list-style: none;
    margin-left: 25px;
}
.delivery_download_btn {
	width: 589px;
	height: 66px;
	overflow: hidden;
	margin-bottom: 15px;
}
.delivery_download_btn a:hover img {
	margin-top: -66px;
}
/* ==================== ▲ contact area ============== */




.click_to_top{
 	clear:both;
	width:950px;
	margin:0 auto; 
 }
.click_to_top .jqry_to_top{
 	float:right;
 	margin-right:18px;
 	display:inline;
 }
 /* ===== page distination === */
#page_destination {
	margin-bottom:10px;/* put page destination under header and upper contents */
	 }
 #page_destination a{
  text-decoration:none;
 }
 #page_destination a:hover{
 text-decoration:underline;
 }

/*==========▼ 不用品の回収（fuyouhin） ======== */
#title_fuyouhin {
	width: 100%;
}
#title_fuyouhin img {
	margin-bottom:10px;
}
.quotation_fuyou {
	width: 100%;
	margin-bottom:10px;
}
.quotation_fuyou_2 {
	width: 100%;
	margin-top: 20px;
}
.example_fuyouhin {
	margin-bottom:16px;
}
.example_fuyouhin .explain ul li {
    padding-left: 15px;
    background: url(img/ihinseiri/list_square.gif) no-repeat left 4px;
    list-style: none;
}
.re_fuyouhin {
	width:700px;
	height: 271px;
	position:relative;
	margin-bottom:16px;
}
/*==========▲ 遺品整理（fuyouhin） ======== */

.facebook {
	height: 320px;
	background-color: #fff;
}
img.nodisplay{
  display:none;
}
.emphasis {
	color:#ff0000;
	font-weight:bold;
}
input ,select{
	vertical-align:-0.5em;
	_vertical-align:0em;
	margin-right:5px;
}
#text_area {
	width : 350px; /*テキストエリアの幅*/
 	height : 140px;/*テキストエリアの高さ*/
 	font-family:"MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","Verdana,sans-serif","Kozuka Gothic Pro";
	color : purple;/*文字の色*/
	background-color : #fff;/*背景の色*/
	padding : 5px;/*内側の余白*/
	overflow:hidden;
	border :1px solid #ccc;/*ボーダーの太さ,スタイル,色*/
}
input {
	vertical-align:middle;
	margin-bottom:3px;
}
.caution {
	color:#00F;
	font-size:9px;
}

/*　2013-12-02 追加　*/
.sns_bloc{
   height  : 30px;
}
.sns_bloc li{
   float      : left;
   text-align : left;
   list-style: none;
}
.sns_bloc li.sns_facebook{ width: 160px; }
.sns_bloc li.sns_twitter { width: 90px; }
.sns_bloc li.sns_google  { width: 67px; }
.sns_bloc li.sns_hatena  { width: 120px; }
.sns_bloc li.sns_pocket  { width: 70px; }

@font-face {
font-family: U-OTF Shin Go Upr H;
src: url(../css/U-OTF-ShinGoUpr-Heavy.otf) format('opentype');
}
@font-face {
src: url(css/UDDigiKyokashoN-B.ttc) format("truetype");
}
#buy_expensive .title2 {
	position: absolute;
	top: 448px;
	left: 49px;
	font-size: 33px;
	font-weight: bold;
	color: #000;
	font-family: U-OTF Shin Go Upr H;
}
@font-face {
font-family: U-OTF Shin Go Upr B;
src: url(../css/U-OTF-ShinGoUpr-Bold.otf) format('opentype');
}
.header_info {
	max-width:1200px;
	margin: 0 auto;
}
.header_info h1 {
	padding: 5px 0;
	text-align: center;
}
.header_info .header_in {
	max-width: 1000px;
	margin: 0 auto;
}
.header_info_in {
	border-bottom: #eb6e9a 3px solid;
}
.header_info_in .header_in {
	max-width: 1200px;
	margin: 0 auto;
}
.font13 {
	font-size: 13pt;
}
.right10 {
	margin-right: 10px;
}

.fyellow {
	color: #ffff00;
}
.cblue {
	color: #006699;
}

.green_bg {
	background-color: #8cc63e;
	color: #fff;
	padding: 6px 10px;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 15px;
}
.blue_bg {
	background-color: #2594c8;
	color: #fff;
	padding: 6px 10px;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 15px;
}
.lgreenbg {
	background-color: #c3da7f;
}
.lbluebg {
	background-color: #86b9e3;
}

.blue_btn {
	background-color: #0097de;
	border-radius: 4px;
	display: block;
	text-align: center;
	padding: 10px 15px;
	max-width: 245px;
	margin: 0 auto 30px;
}
.sorange_btn {
	background-color: #f15d22;
	border-radius: 4px;
	display: block;
	text-align: center;
	padding: 10px 15px;
	max-width: 245px;
	margin: 0 auto 30px;
}
.tween_btn {
	max-width: 370px;
	margin: 0 auto 30px;
}
.lblue_btn {
	background-color: #0097de;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	padding: 10px 15px;
	max-width: 245px;
	margin-right: 30px;
}
.orange_btn {
	background-color: #f15d22;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	padding: 10px 15px;
	max-width: 245px;
}

.red {
	color: #ff0000;
}
.top-20 {
	margin-top: -20px;
}
.blueh3 {
	color: #006699;
	font-weight: bold;
	font-size: 17pt;
	text-align: center;
	margin-bottom: 15px;
}

.triangle-down {
	 width: 0;
     height: 0;
     border-left: 7px solid transparent;
     border-right: 7px solid transparent;
     border-top: 7px #2594c8 solid;
     margin: 0 auto;
}

.bold {
	font-weight: bold;
}
.font12 {
	font-size: 12pt;
}
.faq {
	display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}
.faq .faq_in {
	flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
    min-height: 1px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}
.faq .faq_in .faq_inside {
    border-top: 1px #ccc solid;
}
.faq .faq_in .faq_inq {
	padding: 20px 20px 10px 20px;
}
.faq .faq_in .faq_ina {
	background-color: #f8f8f8;
	padding: 20px;
}
.faq .faq_in .fq {
	font-weight: bold;
	background: url("img/q.png") no-repeat scroll left 0 transparent;
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 13pt;
}
.faq .faq_in .fanswer {
	background: url("img/a.png") no-repeat scroll left 5px transparent;
	padding-left: 40px;
}

.copyr {
	background-color: #eee;
	padding: 10px;
	text-align: center;
}
.copyr a {
	color: #333;
}
.header_icon {
    text-align: right;
}
.header_icon .icon_menu {
    display: inline-table;
    vertical-align: top;
    padding-left: 5px;
}
.header_icon .sponsor {
    display: inline-table;
vertical-align: middle;
padding-left: 5px;
background-color: #f15a25;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
}
.header_icon .sponsor a {
 color: #fff;
}
.table_style {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	border-top: 1px #d2e1f1 solid;
}
.table_style .table_row {
	display: table-row;
	border-bottom: 1px #d2e1f1 solid;
}
.table_style .table_row .table_cell {
	display: table-cell;
	padding: 10px 10px 10px 20px;
}
.table_style .table_row .table_cellh {
	display: table-cell;
	padding: 10px 10px 10px 20px;
	background-color: #dff2ff;
	font-weight: bold;
	min-width: 120px;
	vertical-align: middle;
}
.flex_2col {
	display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.flex_2col .flew_2colin {
	flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.text_center {
	text-align: center;
}


.president_greeting {
	float: left;
	padding-right: 30px;
	width: 30.90507726269316%;
}
.president_name {
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	font-size: 11pt;
}
.available_service {
	display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.available_service .available_service_in {
	flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    text-align: center;
}
.price_lists {
	background-color: #fff;
	margin-bottom: 10px;
}
.price_lists h2 {
	color: #1f65c3;
	text-align: center;
	font-weight: bold;
	font-size: 25pt;
	padding: 15px;
}
.price_lists table { 
  width: 100%; 
  border-collapse: collapse;
  font-size: 10pt;
}
/* Zebra striping */
.price_lists tr:nth-of-type(odd) { 
  background: #f6faff; 
}
.price_lists th { 
  color: white; 
  font-weight: bold; 
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc; 
}
.price_lists td { 
  padding: 10px; 
  border: 1px solid #ccc; 
  text-align: center; 
}
.price_lists td.td_img { 
  min-width: 150px;
  text-align: center;
}
.price_lists td p { 
  margin-bottom: 0;
  text-align: center;
}
.topic .each_top_topic {
	border-bottom: 1px #ccc dotted;
	width: 100%;
	padding: 20px 0;
}
.topic .each_top_topic a {
	font-weight: bold;
	font-size: 12pt;
}
.topic .each_top_topic .topic_thumbnail {
	max-width: 123px;
	min-width: 123px;
	float: left;
	padding-right: 10px;
}
.topic .each_top_topic .topic_thumbnail img {
	border: 1px #ccc solid;
}
.topic .each_top_topic span.topic_date {
	padding: 6px 6px 6px 5px;
	color: #999;
}
.single-post-title {
	margin: 0 0 30px;
	font-size: 23px;
	clear: both;
	font-weight: bold;
}
.regbottom30 {
	margin-bottom: 30px;
}
.post-content h2 {
    padding: 0 0 12px;
    clear: both;
    border-bottom: 1px solid #efefef;
	color: #008000;
	font-size: 18pt;
	margin: 2em 0 1em;
	font-weight: bold;
}
.post-content h3 {
    clear: both;
    border-left: 5px solid #e5e5e5;
	padding: 0 13px;
	color: #008000;
	font-size: 14pt;
	margin: 2em 0 1em;
	font-weight: bold;
}

.single_img {
	margin: 30px 0;
}

.tem_main {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background: #FFFBE5;
}
.tem_main .tem_head {
	display: inline-block;
font-size: 15pt;
background: #F9DB2B;
padding: 15px 25px;
font-weight: 700;
}
.tem_main .tem_body {
	display: inline-block;
	padding: 0 20px;
	font-size: 20pt;
	font-weight: 700;
}
.regbottom20 { 
	margin-bottom: 20px;
}
.cork_board {
    padding: 25px;
    margin-bottom: 15px;
}
.cork_board .cork_board_txt {
    font-size: 19pt;
    font-weight: bold;
    background: #ffffcc;
    display: inline-block;
    padding: 17px 35px;
    margin: -32px auto 0;
    box-shadow: 7px 7px 0px 0px #f8992e;
    transform: skewX(-12deg);
}
.cork_board .cork_board_txt span {
    background: linear-gradient(transparent 50%, #ffff66 0%);
    color: #ff0000;
}






.company_info {
    display: table;
    width: 100%;
}
.company_info .footer_logo {
    display: table-cell;
    vertical-align: middle;
}
.company_info .company_info_detail {
    display: table-cell;
}
.company_info .media_share {
    display: table-cell;
}
.insur_company {
	display: table;
	width: 100%;
}
.insur_company .insur_company_row {
	display: table-row;
}
.insur_company .insur_company_row .insur_company_cell1 {
	display: table-cell;
	line-height: 1.3;
	padding: 5px 0;
	position: relative;
	margin: 0 0 15px;
	width: 10%;
}
.insur_company .insur_company_row .insur_company_cell2 {
	display: table-cell;
	padding-left: 20px;
}

.about_bg {
    border-top: 10px #eb6e9a solid;
    padding-top: 20px;
}
.colorred {
	color: #ff0000;
}
.colorwhite {
    color: #fff;
}

.smoky_mountain_img {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.smoky_mountain_img .smoky_mountain_img_in {
    flex: 0 0 25%;
    max-width: 25%;
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    width: 100%;
}



.faq {
    background-color: #008cd3;
}

.fbold {
    font-weight: bold;
}
.highlight {
      background: url('img/bg.png') center repeat;
      padding: 10px 0;
}
.highlight .hightl1 {
      font-family: UD Digi Kyokasho N-B;
      font-size: 25pt;
      color: #f15a25;
      font-weight: bold;
      text-align: center;
}
.highlight .hightl2 {
      font-family: UD Digi Kyokasho N-B;
      font-size: 25pt;
      color: #3fa839;
      font-weight: bold;
      text-align: center;
}
.highlight p.hightl3 {
      font-family: UD Digi Kyokasho N-B;
      font-size: 18pt;
      font-weight: bold;
}
.highlight p.hightl3 span {
      color: #ca8f11;
}
.monthly_sponsor_btn {
    font-family: UD Digi Kyokasho N-B;
    font-size: 25pt;
    color: #33a1db;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.sponsor_btn {
    max-width: 629px;
    margin: 0 auto;
}
.sponsor_btnr {
    float: right;
    text-align: right;
}
h2.smoky_mountain {
    font-family: UD Digi Kyokasho N-B;
    font-size: 25pt;
    font-weight: bold;
    color: #ca8f11;
    text-align: center;
    padding: 20px 0;
}
.activities {
    background: url('img/heat_bg.png') center repeat;
    padding: 10px 0;
}
.activities h2.donation {
    font-family: UD Digi Kyokasho N-B;
    font-size: 25pt;
    font-weight: bold;
    color: #ca8f11;
    text-align: center;
    padding: 20px 10px;
}
.activities_in {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.activities_in .activities_each {
    flex: 0 0 33.33%;
    max-width: 33.33%;
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
}
.activities_in .activities_each img {
    margin-bottom: 10px;
}
h2.h2_partnership {
    background-color: #eb6e9a;
    color: #fff;
    font-size: 15pt;
    padding: 10px 15px;
    font-weight: bold;
}
h3.h3_partnership {
    background-color: #fcf6f8;
    font-size: 12pt;
    padding: 10px 15px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 15px;
}
p.p_partnership {
    padding-left: 15px;
    padding-bottom: 15px;
}
h2.blue_color {
    background-color: #33a1db;
}
h3.lblue_color {
    background-color: #f0f7fb;
}
.organization_info table {
    width: 100%;
}
.organization_info table tr {
    border: 1px #eee solid;
}
.organization_info table tr th {
    border-right: 1px #eee solid;
}
.chapter {
	width: 100%;
}
.chapter textarea {
    background-color: #f8f8bc;
    font-size: 9pt;
    width: 95%;
    min-height: 400px;
    border: 1px #e5e5e5 solid;
    font-family:"MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","Verdana,sans-serif","Kozuka Gothic Pro";
    padding: 20px;
}
.des_monthly_sponsor {
 background-color: #f7d7e2;
 padding: 15px;
 border-radius: 15px;
}
.contact_table {
    display: table;
    width: 100%;
}
.contact_table .contact_row {
    display: table-row;   
}
.contact_table .contact_row .contact_cell1 {
    display: table-cell;
    padding: 10px 5px;
    width: 15%;
    font-weight: bold;
}
.contact_table .contact_row .contact_cell2 {
    display: table-cell;
    padding: 10px 5px;
}
/* ====================================================▲ generale ================================================= */
/* ====================================================▼ max-width: 991px ============================================== */
@media screen and (max-width: 991px) {
  /* tablet */
  .wrap,
  .one-column #content .wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
  .left-content #main,
  .right-content #main {
    float: none;
  }
.item_description_index {
	min-height: 100px;
	width: 97%;
	margin-bottom: 10px;
}
.left_menu_out .each_category .each_category_text {
	margin-top: 15px;
}
.left_menu_out .each_category .each_category_text2 {
	margin-top: 15px;
}
.header_info_in {
	padding-left: 10px;
	padding-right: 10px;
}
.header_info {
	padding: 0 10px;
}
}
/* ====================================================▲ max-width: 991px ============================================== */


/* ----------------------------------------
* カラースキーム
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
  color: #383838;
}

a {
  text-decoration: none;
  color: #2581c4;
}
a:hover {
  text-decoration: underline;
}

/* form
---------------------------------------- */
form input[type="submit"],
form button {
  background: #f15a25;
  color: #fff;
  max-width: 150px;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header .logo_block {
  z-index: -1;
}
#header #logo a {
  color: #383838;
}
#header #header-sns {
  float: right;
}
#header #header-sns ul {
  padding: 0 0 10px;
}
#header #header-sns li {
  display: inline-block;
  margin-left: 30px;
  font-size: 21px;
}
#header #header-sns li a {
  color: #ccc;
}
#header #header-sns li a:hover {
  color: #57585a;
}

/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb {
  margin: 10px 0 15px;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  padding: 0;
}
.breadcrumb li {
  float: left;
  margin-left: 10px;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
* gloval nav
---------------------------------------- */
#gnav {
  margin-top: -1px;
  background: #fff;
  border-top: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
  font-size: 14px;
}
#gnav .sub-menu {
  z-index: 2;
  font-size: 14px;
  margin: 0;
}
#gnav ul {
  margin: 0;
  padding: 0;
}
#gnav li {
  float: left;
  position: relative;
  padding: 0 24px 0 0;
}
#gnav li.current-menu-item a {
  border-top: 1px #2581c4 solid;
}
#gnav li a {
  display: block;
  border-top: 1px #efefef solid;
  margin-top: -1px;
  padding: 20px 0px;
  color: #2B2D2D;
  background: #fff;
  text-decoration: none;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
}
#gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #2581c4 solid;
}
#gnav li a:hover .sub-menu {
  display: block;
}
#gnav li .sub-menu {
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  border: none;
  border-bottom: none;
  margin: 0;
}
#gnav li .sub-menu li {
  float: none;
  border-bottom: none;
  margin-right: 0;
  padding: 0;
}
#gnav li .sub-menu li:list-child {
  border-bottom: none;
}
#gnav li .sub-menu li a {
  color: #fff;
  background: #2b2b2b;
  font-size: 12px;
  padding: 14px 18px;
  margin-top: 0;
  border: none;
  overflow: hidden;
}
#gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
#gnav li .sub-menu li a:after {
  content: "\f105";
  float: right;
  font-family: 'FontAwesome';
}
#gnav li .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
  padding: 0 0 20px;
  /* キャプション */
}
#content .wp-caption {
  max-width: 100%;
  border: 1px solid #efefef;
  text-align: center;
  padding: 5px;
}
#content .wp-caption-text {
  padding: 12px 16px;
  margin-bottom: 0;
  text-align: center;
}
/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.wp101,
article.seo101 {
  background: #fff;
  border: 1px #e5e5e5 solid;
  padding: 30px;
}

.post-header {
  padding: 50px 10px;
  background-color: #c4dff4;
  text-align: center;
}

.post-title a {
  color: #383838;
}
.post-title a:hover {
  color: #f24e4f;
  text-decoration: none;
}

.cat-content .post-header,
article.page .post-header {
  padding: 56px 64px 0;
  margin-bottom: 0;
  background: #fff;
}
.cat-content .post-title,
article.page .post-title {
  margin-bottom: 0;
}

.post-meta {
  margin-top: 0;
  margin-bottom: 42px;
  padding: 0;
  border-top: 1px #efefef solid;
}
.post-meta li {
  background: #fff;
  float: left;
  margin-top: -0.7em;
  margin-right: 20px;
  padding-right: 24px;
  font-size: 14px;
}

.post-thumbnail {
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-content hr {
  border-bottom: 1px solid #efefef;
  margin: 20px 0;
  clear: both;
}
.post-content ul {
  list-style: disc;
}
.post-content ol {
  list-style: decimal;
}
.post-content dl dt {
  font-weight: bold;
  margin-bottom: 4px;
}
.post-content dl dd {
  margin: 0 0 20px;
  border-left: 4px solid #e5e5e5;
  padding: 0 0 0 10px;
}
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content h1 {
  clear: both;
}
.post-content table {
  max-width: 100%;
}
.post-content table th {
  padding: 8px 10px;
}
.post-content table thead th {
  background: #196ea9;
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}
.post-content table.table-line th {
  background: transparent;
  color: #383838;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.post-content table.table-line tr {
  background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.post-cta {
  margin: 0;
  background: #f5f5f5;
  color: #383838;
  border-top: 3px solid #5e6265;
}
.post-cta .post-cta-inner {
  padding: 30px 45px;
}
.post-cta .cta-post-title {
  padding: 40px 45px;
  text-align: center;
  font-size: 32px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 30px;
}
.post-cta .post-cta-cont {
  overflow: hidden;
}
.post-cta .post-cta-btn {
  margin: 40px 0 10px;
}
.post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-radius: 3px;
  border-bottom: 5px solid #38bd3e;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
}
.post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
.post-cta p {
  margin-bottom: 1em;
}
.post-cta .btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: #2581c4;
}
.post-cta .btn:hover {
  text-decoration: none;
  background: #f24e4f;
}

.post-share {
  padding: 0 45px 30px;
  border-top: 1px solid #e5e5e5;
}
.post-share .post-share-fb {
  margin-bottom: 0;
  padding-top: 40px;
  text-align: center;
}
.post-share .post-share-fb > span{
  margin: 0 auto;
}
.post-share .post-share-title {
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 0;
  color: #fff;
  background-color: #57585A;
  text-align: center;
  margin-left: -45px;
  margin-right: -45px;
}
.post-share .post-share-list1,
.post-share .post-share-list2,
.post-share .post-share-list3,
.post-share .post-share-list4 {
  overflow: hidden;
  padding: 30px 0;
  margin-left: -2.08%;
}
.post-share .post-share-list1 a,
.post-share .post-share-list2 a,
.post-share .post-share-list3 a,
.post-share .post-share-list4 a {
  text-decoration: none;
  font-family: 'Didact Gothic';
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  display: block;
  border: 1px #eee solid;
  border-radius: 3px;
  padding: 20px 0;
}
.post-share .post-share-list1 a:hover,
.post-share .post-share-list2 a:hover,
.post-share .post-share-list3 a:hover,
.post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
.post-share .post-share-list1 li,
.post-share .post-share-list2 li,
.post-share .post-share-list3 li,
.post-share .post-share-list4 li {
  text-align: center;
  float: left;
  margin-left: 2.08%;
}
.post-share .post-share-list1 i,
.post-share .post-share-list1 .big,
.post-share .post-share-list2 i,
.post-share .post-share-list2 .big,
.post-share .post-share-list3 i,
.post-share .post-share-list3 .big,
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  font-size: 2em;
}
.post-share .post-share-list1 li {
  width: 97.92%;
}
.post-share .post-share-list2 li {
  width: 47.92%;
}
.post-share .post-share-list3 li {
  width: 31.25%;
  font-size: .8em;
}
.post-share .post-share-list4 li {
  width: 22.92%;
}
.post-share .post-share-list4 {
  text-align: center;
}
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  display: block;
}
.post-share .post-share-list4 .big {
  font-size: 1.2em;
}
.post-share .post-share-facebook a:hover {
  color: #305097;
}
.post-share .post-share-twitter a:hover {
  color: #00aced;
}
.post-share .post-share-google a:hover {
  color: #db4a39;
}
.post-share .post-share-feedly a:hover {
  color: #2bb24c;
}

.post-sns {
  border-top: 1px #eee solid;
  margin: 0 -45px -30px;
  padding: 0;
}
.post-sns ul {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.post-sns ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  color: #929292;
  font-size: 16px;
  text-align: center;
}
.post-sns ul li.post-sns-twitter a:before {
  content: "\f099";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 10px;
}
.post-sns ul li.post-sns-feedly a:before {
  content: "\f09e";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 10px;
}
.post-sns ul li:last-child {
  border-right: none;
  padding: -10px 0;
}
.post-sns ul li:hover {
  background-color: #f7f7f7;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
.post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
.post-sns ul li span {
  font-size: 20px;
}
.post-sns ul li a {
  width: 100%;
  display: block;
  color: #929292;
  text-decoration: none;
  padding: 24px 0;
}
.post-sns ul li a:hover {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
.post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}

.post-footer {
  border-radius: 0 0 3px 3px;
  padding: 40px 64px 0px;
}
.post-footer ul li {
  display: inline-block;
  vertical-align: top;
}
.post-footer ul li a:hover {
  text-decoration: underline;
}
.post-footer .bzb-sns-btn {
  padding: 0 0 64px;
  font-size: 0;
}
.post-footer .bzb-sns-btn li {
  display: inline-block;
  font-size: 16px;
  width: auto;
  vertical-align: top;
}
.post-footer .bzb-sns-btn:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
.post-footer:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}

.post-footer-list {
  margin: 0 0 40px;
}
.post-footer-list li {
  margin-right: 10px;
}

.post-author {
  border-radius: 3px;
  margin-bottom: 0px;
  padding: 40px 64px;
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #383838;
}
.post-author .post-author-img {
  width: 80px;
  float: left;
}
.post-author .post-author-img .inner {
  padding: 0;
}
.post-author a {
  color: #2581c4;
}
.post-author .post-author-meta {
  margin-left: 100px;
}
.post-author .post-author-meta h4 {
  margin: 0 40px 10px 0;
  font-weight: bold;
}

div.post-share-fb .fbcomments,
div.post-share-fb .fb_iframe_widget,
div.post-share-fb .fb_iframe_widget[style],
div.post-share-fb .fb_iframe_widget iframe[style],
div.post-share-fb .fbcomments iframe[style] *,
div.post-share-fb .fb_iframe_widget span {
  max-width: 100% !important;
}

/* bzb sns */
.post-header-meta {
  overflow: visible;
}
.post-header-meta:after {
  content: "";
  clear: both;
  display: block;
}

.bzb-sns-btn {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.bzb-sns-btn li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: auto;
  margin:4px;
}
/*
.bzb-sns-btn li.bzb-facebook {
  width: 98px;
}
.bzb-sns-btn li.bzb-facebook span {
  vertical-align: top !important;
}
.bzb-sns-btn li.bzb-twitter {
  width: 93px;
}
.bzb-sns-btn li.bzb-googleplus {
  width: 65px;
}
.bzb-sns-btn li.bzb-pocket {
  width: 93px;
}*/
.bzb-sns-btn li.bzb-line a, .bzb-sns-btn li.bzb-line img {
  vertical-align: top;
}

.bzb-facebook .fb-like > span {
  vertical-align: top !important;
}

.bzb-twitter {
  width: 92px;
}

.bzb-googleplus {
  width: 80px;
}

.post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}

/* comment
---------------------------------------- */
#comments {
  padding: 40px 64px;
}

.comment-list > .comment {
  margin-bottom: 40px;
  border-bottom: 1px #eee solid;
}

.comment-list > .comment > .comment-body {
  padding: 0 20px;
  margin-bottom: 20px;
}

.comment-list .children {
  margin-left: 45px;
}
.comment-list .children .comment-body {
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #f7f7f7;
}

.comment-author {
  float: left;
  vertical-align: top;
  font-size: 12px;
  margin-left: 10px;
}
.comment-author img {
  vertical-align: top;
}

.comment-meta {
  font-size: 12px;
  margin-bottom: 12px;
}

.reply a {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.reply a:before {
  content: ' ';
  font-family: 'FontAwesome';
}
.reply a:hover {
  text-decoration: none;
}

.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  width: 80%;
  margin: 20px 0;
  border-radius: 3px;
}

.form-allowed-tags {
  font-size: 12px;
  margin-bottom: 20px;
  display: none;
}

.comment-meta:after {
  content: ' ';
  display: block;
  clear: both;
}

.comments-title {
  font-size: 24px;
  padding: 20px 0;
  margin-bottom: 30px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  overflow: hidden;
  margin: 10px 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  width: 15%;
  float: left;
  font-size: 12px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 40%;
  float: left;
  margin-left: 5%;
  border-radius: 3px;
  padding: 5px;
}

.form-submit #submit {
  width: 300px;
  line-height: 40px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.form-submit #submit:hover {
  cursor: pointer;
}

.comment-form-comment textarea {
  width: 95%;
  padding-left: 2%;
  padding-right: 2%;
}

.comment-form {
  overflow: hidden;
}

.comment-form-author,
.comment-form-email {
  width: 49%;
  margin: 0;
}
.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
  width: 90%;
  float: none;
  margin: 0 0 10px;
}

.comment-form-author {
  float: left;
}

.comment-form-email {
  float: right;
}

/* loop
---------------------------------------- */
.cat-content {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

.post-loop-wrap article {
  width: 100%;
  margin: 0 0 60px;
}
.post-loop-wrap article p {
  margin-top: 0;
}
.post-loop-wrap .post-thumbnail {
  width: 304px;
  height: 215px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}
.post-loop-wrap .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-loop-wrap .post-content {
  width: auto;
}
.post-loop-wrap .post-footer {
  border-top: 1px #efefef solid;
  padding-top: 10px;
}
.post-loop-wrap .post-footer .bzb-sns-btn {
  padding: 0;
  margin-right: 50px;
  float: left;
}
.post-loop-wrap .post-footer .loop-comment-icon {
  float: right;
}
.post-loop-wrap .post-footer .loop-comment-icon .fa {
  font-size: 18px;
  margin-right: 5px;
}
.post-loop-wrap .post-footer .loop-comment-icon .share {
  display: none;
}
.post-loop-wrap .post-footer .loop-comment-icon .count {
  font-size: 14px;
}

.more-link {
  border: 1px #2581c4 solid;
  padding: 12px 24px;
  line-height: 26px;
  margin-bottom: 64px;
  box-sizing: border-box;
  clear: both;
  color: #2581c4;
  font-size: 14px;
}
.more-link:hover {
  background: #2581c4;
  color: #fff;
  text-decoration: none;
}

/* content-none */
.content-none {
  padding-top: 40px;
}

/* ----------------------------------------
* pagenation
---------------------------------------- */
.pagination {
  margin: 0 0 120px 0;
  padding: 0;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 12px 18px;
  text-decoration: none;
  width: auto;
  color: #383838;
}

.pagination a:hover {
  background: #eee;
}

.pagination .current {
  padding: 12px 18px;
  background: #eee;
}

/* ----------------------------------------
* side
---------------------------------------- */
.side-widget-area {
  padding: 0;
}

.side-widget {
  margin-bottom: 40px;
  padding-bottom: 40px;
  line-height: 1.6;
  font-size: 14px;
}
.side-widget .side-title {
  margin: 0 0 32px;
  font-size: 15px;
}
.side-widget ul li {
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}
.side-widget .side-title {
  margin: 0 0 13px;
  font-size: 16px;
}
.side-widget a {
  color: #5e6265;
  text-decoration: none;
}
.side-widget a:hover {
  color: #2581c4;
}
.side-widget.widget_recent_comments a {
  background: none;
}
.side-widget .post-date {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}

#views-2 ul li span {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}

.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_views a {
  color: #5e6265;
  text-decoration: none;
  padding-left: 36px;
  display: block;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
.widget_recent_entries a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_views a:hover {
  color: #2581c4;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}

/* comment */
.recentcomments {
  color: #808080;
  font-size: 12px;
}
.recentcomments a {
  color: #383838;
  font-size: 14px;
}

/* 実装中止----------- */
/* calendar */
.widget_calendar {
  border-radius: 3px;
  font-size: 16px;
}
.widget_calendar .side-widget-inner {
  border-radius: 3px;
  padding: 0 20px 20px;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar caption {
  border-radius: 3px 3px 0 0;
  padding: 14px 20px;
  margin: 0 -20px 20px;
  font-size: 18px;
  text-align: center;
}
.widget_calendar a {
  color: #666;
}
.widget_calendar li {
  margin-bottom: 1em;
}
.widget_calendar thead,
.widget_calendar tfoot,
.widget_calendar tbody {
  margin: 0 20px;
}
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar tbody a {
  display: block;
}
.widget_calendar tbody a:hover {
  text-decoration: none;
}

/* follow */
#side .share-list-wrap {
  margin: 0 -20px 20px;
  background: #f9f9f9;
  padding: 20px;
}
#side .share-list-wrap .post-share-list1,
#side .share-list-wrap .post-share-list2,
#side .share-list-wrap .post-share-list3,
#side .share-list-wrap .post-share-list4 {
  overflow: hidden;
  margin-left: -1%;
}
#side .share-list-wrap .post-share-list1 li,
#side .share-list-wrap .post-share-list2 li,
#side .share-list-wrap .post-share-list3 li,
#side .share-list-wrap .post-share-list4 li {
  float: left;
  width: 24%;
  margin-left: 1%;
}
#side .share-list-wrap .post-share-list1 li a,
#side .share-list-wrap .post-share-list2 li a,
#side .share-list-wrap .post-share-list3 li a,
#side .share-list-wrap .post-share-list4 li a {
  border-radius: 100%;
  background: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #5e6265;
}
#side .share-list-wrap .post-share-list1 li a .follow-on,
#side .share-list-wrap .post-share-list1 li a .big,
#side .share-list-wrap .post-share-list2 li a .follow-on,
#side .share-list-wrap .post-share-list2 li a .big,
#side .share-list-wrap .post-share-list3 li a .follow-on,
#side .share-list-wrap .post-share-list3 li a .big,
#side .share-list-wrap .post-share-list4 li a .follow-on,
#side .share-list-wrap .post-share-list4 li a .big {
  display: none;
}
#side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
#side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
#side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
#side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}

/* author */
#side-author {
  overflow: hidden;
  font-size: 12px;
}
#side-author h4 {
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 16px;
}
#side-author .side-author-img {
  float: left;
  width: 100px;
}
#side-author .side-author-meta {
  float: right;
  width: 180px;
}

/* ----------------------------------------
* footer
---------------------------------------- */
#footer {
  color: #1E252C;
}
#footer a {
  color: #1E252C;
}
#footer a:hover {
  color: #2581c4;
}
#footer .wrap {
  padding: 0 0 10px 0;
}
#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}

.footer-01 {
  background: #fff;
  border-top: 1px #efefef solid;
  font-size: 13px;
}
.footer-01 ul {
  overflow: hidden;
  text-align: left;
}
.footer-01 ul li {
  display: inline-block;
  margin-right: 20px;
}
.fa {
    padding-top: 3px;
}
/* ----------------------------------------
* LP
---------------------------------------- */
.single-lp {
  padding: 40px 0;
}
.single-lp .lp-wrap {
  width: 1157px;
  border: 1px solid #efefef;
  margin: 0 auto;
  background: #fff;
  padding: 45px 0;
}
.single-lp .lp-thumbnail {
  border: 1px #ccc solid;
  float: right;
  margin: 0 0 13px 13px;
  border: 1px #ccc solid;
}
.single-lp .lp-thumbnail img {
  vertical-align: top;
}
.single-lp .post-content {
  padding: 0;
  overflow: hidden;
}
.single-lp #lp-header {
  background: #fff;
  padding: 0 56px;
}
.single-lp #lp-header h1 {
  font-size: 32px;
  color: #2581c4;
  padding-bottom: 35px;
  border-bottom: 1px solid #efefef;
}
.single-lp #content {
  padding: 40px 56px;
  overflow: hidden;
}
.single-lp #main {
  width: 100%;
}
.single-lp .main-inner {
  overflow: hidden;
  margin-right: 350px;
}
/* one-column */
.one-column.single-lp #main{
  float: none;
}
.one-column.single-lp .main-inner {
  margin-left: 0;
  margin-right: 0;
}
.one-column.single-lp #side{
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.single-lp.right-content #side {
  width: 320px;
  margin-left: -100%;
}
.single-lp.right-content .main-inner{
  margin-left: 350px;
  margin-right: 0;
}
.single-lp .post-footer {
  padding: 20px 0;
}
.single-lp .lp-form {
  background: #494c4e;
  color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.single-lp .lp-form h3{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}
.single-lp .lp-form input[type=text],
.single-lp .lp-form input[type=email] {
  width: 90%;
  padding: 10px 5%;
  border: none;
}
.single-lp .lp-form input[type=submit],
.single-lp .lp-form button {
  width: 100%;
  padding: 10px 0;
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
  -webkit-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s;
  border-radius: 3px;
}
.single-lp .lp-form input[type=submit]:hover,
.single-lp .lp-form button:hover {
  background: #6ed472;
}
.single-lp .lp-form dl {
  margin-bottom: 13px;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-menu-tog {
  display: none;
}

@media screen and (max-width: 1200px) {
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 36px;
  }
  .single-lp .main-inner {
    margin-right: 350px;
  }
}
@media screen and (max-width: 991px) {
  /* tablet */
  .sp-hide {
    display: none !important;
  }

  .sp-show {
    display: block !important;
  }

  #main .post-sns {
    margin: 0 -20px -20px !important;
  }
  #main .post-share-title {
    margin: 0 -20px !important;
  }

  .single-lp #lp-header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .single-lp #lp-header .lp-title {
    padding: 0;
    margin: 0;
    font-size: 21px;
  }
  .single-lp #content {
    padding: 20px;
  }
  .single-lp .lp-wrap {
    padding: 24px 0;
    width: auto;
    margin: 0 24px;
  }
  .single-lp .lp-wrap input[type=text] {
    width: 100%;
  }
  .single-lp .lp-wrap input[type=submit] {
    margin-top: 30px;
  }
  .single-lp .post-content {
    padding: 0 !important;
  }
  .single-lp #side {
    margin-left: 0;
    width: 100%;
  }
  .single-lp #side dl,
  .single-lp #side dt,
  .single-lp #side dd {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .single-lp #side dt {
    margin-bottom: 8px;
  }

  .alignleft,
  .alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  #header .wrap {
    padding: 0;
  }
  #header #logo img {
    vertical-align: top;
  }
  #header #header-primary-nav {
    display: none;
  }

  #header-menu-tog {
    display: block;
    float: right;
    font-size: 24px;
  }

  #gnav {
    display: none;
  }
  #gnav.active {
    display: block;
  }

  #gnav {
    margin: 20px 2%;
    border: 1px solid #cccccc;
    padding: 10px;
  }
  #gnav .wrap {
    margin: 0;
  }
  #gnav ul li {
    float: none;
    position: relative;
    margin-right: 0;
    margin-bottom: 1px;
    padding: 0;
  }
  #gnav ul li.current-menu-item a {
    border-top: none;
    background: #f7f7f7;
  }
  #gnav ul li a {
    display: block;
    border-top: none;
    padding: 12px 8px;
    color: #2B2D2D;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
    border-bottom: 1px #e5e5e5 solid;
  }
  #gnav ul li a:hover {
    color: #2B2D2D;
    border-top: none;
  }
  #gnav ul li a:hover .sub-menu {
    display: block;
  }
  #gnav ul li .sub-menu {
    display: block;
    position: relative;
    width: auto;
    margin-left: 20px;
    background: #fff;
    border: none;
    border-bottom: none;
  }
  #gnav ul li .sub-menu li {
    float: none;
    margin-right: 0;
  }
  #gnav ul li .sub-menu li:list-child {
    border-bottom: none;
  }
  #gnav ul li .sub-menu li a {
    color: #2581c4;
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px #e5e5e5 solid;
  }
  #gnav ul li .sub-menu li a:hover {
    background: #fafafa;
    color: #2581c4;
    box-shadow: 0;
  }
  #gnav ul li .sub-menu .sub-menu {
    left: auto;
    top: auto;
  }

  /* loop */
  .cat-content {
    padding: 20px;
  }

  .post-loop-wrap .post-thumbnail {
    height: 215px;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .post-loop-wrap .post-thumbnail img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .post-loop-wrap .post-title {
    margin-bottom: 0;
  }
  .post-loop-wrap .post-content {
    padding: 0 40px;
  }
  .post-loop-wrap .post-footer {
    display: none;
  }

  /* comment */
  .comment-form-author,
  .comment-form-email {
    float: none;
    width: auto;
  }

  /* padding */
  .post-header {
    padding: 20px 10px;
  }

  .post-content,
  .cta-post-title,
  .post-cta,
  .post-cta-inner,
  .post-share,
  .post-author,
  article.page .post-header {
    padding: 0 !important;
  }

  .post-thumbnail,
  .post-cta-img {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }

  .post-footer {
    padding: 0 20px;
  }

  .more-link {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }

  /* tablet end */
}
/* =============================================================*/
.touchHover,
.noTapColor,
button { -webkit-tap-highlight-color:rgba(0,0,0,0); }
body {
	min-width:320px; 
}
@media screen and (max-width:900px) {
	
.pcDisplay {
	display:none;
}
.spDisplay {
	display:block;
}
.contact_banner .contact_banner_in .tel_des {
	flex: 0 0 100%;
    max-width: 100%;
}
.contact_banner .contact_banner_in .contact_head {
	max-width: 300px;
	margin: 0 auto 20px;
}
.contact_banner .contact_banner_in .sale_man,
.contact_banner .contact_banner_in .slogan {
	flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    width: 100%;
}
#navi {
	text-align: left;
	overflow:hidden;	
}
.menu {
	/*	position:absolute;
		top:0;
		right:0; */
		width:43px;
		height:45px;
	}
	.menu a {
		font-size:0;
		background:url(img/bg_menu.gif) no-repeat 0 0;
		background-size: 40px 32px;
		-webkit-background-size: 40px 32px;
		display:block;
		width:43px;
		height:45px;
	}
	.menu a.active {
		background:url(img/bg_menu_h.gif) no-repeat 0 0;
		background-size: 40px 32px;
		-webkit-background-size: 40px 32px;
		position: absolute;
		right: 10px;
	}
.menuBox {
		width:100%;
		position:absolute;
		top: 125px;
		right:0;
		z-index: 15;
		display:none;
		background:#ddd;
		overflow:hidden;
		overflow-y:scroll!important;
	}
	.menuInner {
		padding:10px 15px 14px; 
	}
	
	.naviSP {
		background:#FFF; 
	}
	.naviSP li ul {
		display:none;
	}
	.naviSP li a {
		background:url(img/bg_arrow02_sp.png) no-repeat 100% 50%;
		background-size:25px auto;
		-webkit-background-size:25px auto;
		padding:18px 25px;
		text-decoration:none!important;
		display:block;
		color:#666;
		font-size:12px;
		border-bottom:1px solid #ddd; 
	}
	.naviSP li:last-child a {
		background-color: #f15a25;
		color: #fff;
	}
	
	.naviSP li.sub p a {
		background:url(img/bg_plus.png) no-repeat 100% 50%;
		background-size:30px auto;
		-webkit-background-size:30px auto;
	}
	.naviSP li.sub p.active a {
		background:url(img/bg_minus.png) no-repeat 100% 50%;
		background-size:30px auto;
		-webkit-background-size:30px auto;
	}
	.naviSP li.sub ul li a {
		padding:18px 30px 18px 40px;
	}
	.naviSP li a img {
		vertical-align:middle;
		height:12px;
		font-size:0; 
		margin:0 0 0 7px;
		position:relative;
		top:-1px; 
	}
}
/* ====================================================▼ max-width: 767px ============================================== */
@media screen and (max-width: 767px) {
  /* phone */

  .post-content h2 {
    font-size: 22px;
  }
  .post-content h4 {
    font-size: 18px;
  }
 .post-content table{
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    white-space: nowrap;
  }
  #main .post-share .post-sns {
    margin: 0 -20px -20px;
  }
  #main .post-share .post-sns ul li {
    width: auto;
    float: none;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  #main .post-share .post-sns ul li a {
    padding: 16px 0;
    font-size: 16px;
  }
  #main .post-share .post-sns ul li a span {
    font-size: 16px;
  }
  #main .post-share .post-sns ul li a:before {
    font-size: 18px;
  }
  #main #comments {
    padding: 20px;
  }
  #main .post-author {
    padding: 20px;
  }
  #main .post-author .post-author-img {
    float: none;
  }
  #main .post-author .post-author-meta {
    padding: 0;
    margin: 10px 0 0;
  }

  .post-cta .post-cta-img {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
  }
  .post-cta .post-cta-btn {
    margin: 24px 0 10px;
  }
  .post-cta .post-cta-btn a {
    width: 100%;
    box-sizing: border-box;
  }

  .post-footer {
    padding: 0 20px !important;
  }

  #main .post-cta .cta-post-title {
    font-size: 24px !important;
    padding: 0 0 20px !important;
  }

	.hSection.pcDisplay {
		display:none;
	}
	#header {
		position:relative;
		z-index:3;
	}
	
	.headerInner #logo span {
		display:inline-block;
		vertical-align:middle;
		height:auto; 
	}
	.headerInner {
		overflow:inherit;
	}
.headerInner {
		height:auto;
	}
	
	 .wrap,
  .one-column #content .wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
.highlight .hightl1,
.highlight .hightl2 {
      font-size: 18pt;
}
.highlight p.hightl3 {
      font-size: 14pt;
}
.monthly_sponsor_btn {
    font-size: 14pt;
}

}
/* ====================================================▲ max-width: 767px ============================================== */
/* ----------------------------------------
* カラースキーム 01
---------------------------------------- */
body.color01 {
}
body.color01 body {
  background: #fafafa;
  color: #494D50;
}
body.color01 a {
  color: #1ABB9A;
}
body.color01 form input[type="submit"],
body.color01 form button {
  background: #1ABB9A;
}
body.color01 #header {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
body.color01 #header #logo a {
  color: #494D50;
}
body.color01 #header #header-sns li a {
  color: #ccc;
}
body.color01 #header #header-sns li a:hover {
  color: #34465C;
}
body.color01 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color01 #gnav li.current-menu-item a {
  border-top: 1px #1ABB9A solid;
}
body.color01 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color01 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #1ABB9A solid;
}
body.color01 #gnav li .sub-menu li a {
  background: #2b2b2b;
  color: #fff;
  border: none;
}
body.color01 #gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
body.color01 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color01 .cat-content,
body.color01 article.post,
body.color01 article.page,
body.color01 article.wp101,
body.color01 article.seo101 {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color01 .post-title a {
  color: #494D50;
}
body.color01 .post-title a:hover {
  color: #1ABB9A;
}
body.color01 .post-meta {
  border-top: 1px #ededed solid;
}
body.color01 .post-meta li {
  background: #fff;
}
body.color01 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color01 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color01 .post-content h3 {
  border-left: 5px solid #e5e5e5;
}
body.color01 .post-content blockquote {
  border: 1px #e5e5e5 solid;
}
body.color01 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color01 .post-content blockquote cite {
  color: #808080;
}
body.color01 .post-content table th,
body.color01 .post-content table td {
  border: #ddd solid 1px;
}
body.color01 .post-content table thead th {
  background: #5e6265;
}
body.color01 .post-content table tbody th {
  background: #919598;
}
body.color01 .post-content table.table-line table,
body.color01 .post-content table.table-line th,
body.color01 .post-content table.table-line td {
  border-color: #fff;
}
body.color01 .post-content table.table-line th {
  background: transparent;
  color: #494D50;
}
body.color01 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color01 .post-content table.table-line tr {
  background: #eee;
}
body.color01 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color01 .post-cta {
  background: #f5f5f5;
  color: #494D50;
  border-top: 3px solid #5e6265;
}
body.color01 .post-cta .cta-post-title {
  border-bottom: 1px solid #e5e5e5;
}
body.color01 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color01 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color01 .post-cta .btn {
  color: #fff;
  background: #1ABB9A;
}
body.color01 .post-cta .btn:hover {
  background: #BB2C46;
}
body.color01 .post-share {
  border-top: 1px solid #e5e5e5;
}
body.color01 .post-share .post-share-title {
  color: #fff;
  background-color: #57585A;
}
body.color01 .post-share .post-share-list1 a,
body.color01 .post-share .post-share-list2 a,
body.color01 .post-share .post-share-list3 a,
body.color01 .post-share .post-share-list4 a {
  border: 1px #eee solid;
}
body.color01 .post-share .post-share-list1 a:hover,
body.color01 .post-share .post-share-list2 a:hover,
body.color01 .post-share .post-share-list3 a:hover,
body.color01 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color01 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color01 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color01 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color01 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color01 .post-sns {
  border-top: 1px #eee solid;
}
body.color01 .post-sns ul li {
  border-right: 1px solid #eee;
  color: #929292;
}
body.color01 .post-sns ul li:hover {
  background-color: #f7f7f7;
}
body.color01 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color01 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color01 .post-sns ul li a {
  color: #929292;
}
body.color01 .post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
body.color01 .post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}
body.color01 .post-author {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #494D50;
}
body.color01 .post-author a {
  color: #1ABB9A;
}
body.color01 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color01 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color01 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color01 .more-link {
  border: 1px #1ABB9A solid;
  color: #1ABB9A;
}
body.color01 .more-link:hover {
  background: #1ABB9A;
  color: #fff;
}
body.color01 .pagination span, body.color01 .pagination a {
  color: #494D50;
}
body.color01 .pagination a:hover {
  background: #eee;
}
body.color01 .pagination .current {
  background: #eee;
}
body.color01 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color01 .side-widget a {
  color: #5e6265;
}
body.color01 .side-widget a:hover {
  color: #1ABB9A;
}
body.color01 .side-widget .post-date {
  color: #999999;
}
body.color01 #views-2 ul li span {
  color: #999999;
}
body.color01 .widget_recent_entries a,
body.color01 .widget_archive a,
body.color01 .widget_categories a,
body.color01 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color01 .widget_recent_entries a:hover,
body.color01 .widget_archive a:hover,
body.color01 .widget_categories a:hover,
body.color01 .widget_meta a:hover {
  color: #1ABB9A;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color01 .recentcomments a {
  color: #494D50;
}
body.color01 #side .share-list-wrap {
  background: #fafafa;
}
body.color01 #side .share-list-wrap .post-share-list1 li a,
body.color01 #side .share-list-wrap .post-share-list2 li a,
body.color01 #side .share-list-wrap .post-share-list3 li a,
body.color01 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
body.color01 #footer {
  color: #1E252C;
}
body.color01 #footer a {
  color: #1E252C;
}
body.color01 #footer a:hover {
  color: #1ABB9A;
}
body.color01 .footer-01 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color01 .footer-02 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color01 .single-lp .lp-wrap {
  border: 1px solid #ededed;
  background: #fff;
}
body.color01 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color01 .single-lp #lp-header {
  background: #fff;
}
body.color01 .single-lp #lp-header h1 {
  color: #1ABB9A;
  border-bottom: 1px solid #ededed;
}
body.color01 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color01 .single-lp .lp-form input[type=submit],
body.color01 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color01 .single-lp .lp-form input[type=submit]:hover,
body.color01 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color01 end
---------------------------------------- */
/* ----------------------------------------
* カラースキーム 02
---------------------------------------- */
body.color02 {
  /* ----------------------------------------
  * all
  ---------------------------------------- */
  /* form
  ---------------------------------------- */
  /* ----------------------------------------
  * header
  ---------------------------------------- */
  /* ----------------------------------------
  * breadcrumb
  ---------------------------------------- */
  /* ----------------------------------------
  * gloval nav
  ---------------------------------------- */
  /* ----------------------------------------
  * content
  ---------------------------------------- */
  /* ----------------------------------------
  * main
  ---------------------------------------- */
  /* comment
  ---------------------------------------- */
  /* loop
  ---------------------------------------- */
  /* ----------------------------------------
  * pagenation
  ---------------------------------------- */
  /* ----------------------------------------
  * side
  ---------------------------------------- */
  /* comment */
  /* follow */
  /* ----------------------------------------
  * footer
  ---------------------------------------- */
  /* ----------------------------------------
  * LP
  ---------------------------------------- */
}
body.color02 body {
  background: #fafafa;
  color: #656364;
}
body.color02 a {
  color: #FB4343;
}
body.color02 form input[type="submit"],
body.color02 form button {
  background: #FB4343;
}
body.color02 #header {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
body.color02 #header #logo a {
  color: #656364;
}
body.color02 #header #header-sns li a {
  color: #ccc;
}
body.color02 #header #header-sns li a:hover {
  color: #4E4E4E;
}
body.color02 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color02 #gnav li.current-menu-item a {
  border-top: 1px #FB4343 solid;
}
body.color02 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color02 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #FB4343 solid;
}
body.color02 #gnav li .sub-menu li a {
  background: #2b2b2b;
  color: #fff;
  border: none;
}
body.color02 #gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
body.color02 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color02 .cat-content,
body.color02 article.post,
body.color02 article.page,
body.color02 article.wp101,
body.color02 article.seo101 {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color02 .post-title a {
  color: #656364;
}
body.color02 .post-title a:hover {
  color: #FB4343;
}
body.color02 .post-meta {
  border-top: 1px #ededed solid;
}
body.color02 .post-meta li {
  background: #fff;
}
body.color02 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color02 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color02 .post-content h3 {
  border-left: 5px solid #e5e5e5;
}
body.color02 .post-content blockquote {
  border: 1px #e5e5e5 solid;
}
body.color02 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color02 .post-content blockquote cite {
  color: #808080;
}
body.color02 .post-content table th,
body.color02 .post-content table td {
  border: #ddd solid 1px;
}
body.color02 .post-content table thead th {
  background: #5e6265;
}
body.color02 .post-content table tbody th {
  background: #919598;
}
body.color02 .post-content table.table-line table,
body.color02 .post-content table.table-line th,
body.color02 .post-content table.table-line td {
  border-color: #fff;
}
body.color02 .post-content table.table-line th {
  background: transparent;
  color: #656364;
}
body.color02 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color02 .post-content table.table-line tr {
  background: #eee;
}
body.color02 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color02 .post-cta {
  background: #f5f5f5;
  color: #656364;
  border-top: 3px solid #5e6265;
}
body.color02 .post-cta .cta-post-title {
  border-bottom: 1px solid #e5e5e5;
}
body.color02 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color02 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color02 .post-cta .btn {
  color: #fff;
  background: #FB4343;
}
body.color02 .post-cta .btn:hover {
  background: #58DADF;
}
body.color02 .post-share {
  border-top: 1px solid #e5e5e5;
}
body.color02 .post-share .post-share-title {
  color: #fff;
  background-color: #57585A;
}
body.color02 .post-share .post-share-list1 a,
body.color02 .post-share .post-share-list2 a,
body.color02 .post-share .post-share-list3 a,
body.color02 .post-share .post-share-list4 a {
  border: 1px #eee solid;
}
body.color02 .post-share .post-share-list1 a:hover,
body.color02 .post-share .post-share-list2 a:hover,
body.color02 .post-share .post-share-list3 a:hover,
body.color02 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color02 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color02 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color02 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color02 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color02 .post-sns {
  border-top: 1px #eee solid;
}
body.color02 .post-sns ul li {
  border-right: 1px solid #eee;
  color: #929292;
}
body.color02 .post-sns ul li:hover {
  background-color: #f7f7f7;
}
body.color02 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color02 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color02 .post-sns ul li a {
  color: #929292;
}
body.color02 .post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
body.color02 .post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}
body.color02 .post-author {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #656364;
}
body.color02 .post-author a {
  color: #FB4343;
}
body.color02 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color02 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color02 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color02 .more-link {
  border: 1px #FB4343 solid;
  color: #FB4343;
}
body.color02 .more-link:hover {
  background: #FB4343;
  color: #fff;
}
body.color02 .pagination span, body.color02 .pagination a {
  color: #656364;
}
body.color02 .pagination a:hover {
  background: #eee;
}
body.color02 .pagination .current {
  background: #eee;
}
body.color02 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color02 .side-widget a {
  color: #5e6265;
}
body.color02 .side-widget a:hover {
  color: #FB4343;
}
body.color02 .side-widget .post-date {
  color: #999999;
}
body.color02 #views-2 ul li span {
  color: #999999;
}
body.color02 .widget_recent_entries a,
body.color02 .widget_archive a,
body.color02 .widget_categories a,
body.color02 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color02 .widget_recent_entries a:hover,
body.color02 .widget_archive a:hover,
body.color02 .widget_categories a:hover,
body.color02 .widget_meta a:hover {
  color: #FB4343;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color02 .recentcomments a {
  color: #656364;
}
body.color02 #side .share-list-wrap {
  background: #fafafa;
}
body.color02 #side .share-list-wrap .post-share-list1 li a,
body.color02 #side .share-list-wrap .post-share-list2 li a,
body.color02 #side .share-list-wrap .post-share-list3 li a,
body.color02 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
body.color02 #footer {
  color: #1E252C;
}
body.color02 #footer a {
  color: #1E252C;
}
body.color02 #footer a:hover {
  color: #FB4343;
}
body.color02 .footer-01 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color02 .footer-02 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color02 .single-lp .lp-wrap {
  border: 1px solid #ededed;
  background: #fff;
}
body.color02 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color02 .single-lp #lp-header {
  background: #fff;
}
body.color02 .single-lp #lp-header h1 {
  color: #FB4343;
  border-bottom: 1px solid #ededed;
}
body.color02 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color02 .single-lp .lp-form input[type=submit],
body.color02 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color02 .single-lp .lp-form input[type=submit]:hover,
body.color02 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color02 end
---------------------------------------- */
/* ----------------------------------------
* カラースキーム 03
---------------------------------------- */
body.color03 {
  /* ----------------------------------------
  * all
  ---------------------------------------- */
  /* form
  ---------------------------------------- */
  /* ----------------------------------------
  * header
  ---------------------------------------- */
  /* ----------------------------------------
  * breadcrumb
  ---------------------------------------- */
  /* ----------------------------------------
  * gloval nav
  ---------------------------------------- */
  /* ----------------------------------------
  * content
  ---------------------------------------- */
  /* ----------------------------------------
  * main
  ---------------------------------------- */
  /* comment
  ---------------------------------------- */
  /* loop
  ---------------------------------------- */
  /* ----------------------------------------
  * pagenation
  ---------------------------------------- */
  /* ----------------------------------------
  * side
  ---------------------------------------- */
  /* comment */
  /* follow */
  /* ----------------------------------------
  * footer
  ---------------------------------------- */
  /* ----------------------------------------
  * LP
  ---------------------------------------- */
}
body.color03 body {
  background: #fafafa;
  color: #444756;
}
body.color03 a {
  color: #F37D3D;
}
body.color03 form input[type="submit"],
body.color03 form button {
  background: #F37D3D;
}
body.color03 #header {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
body.color03 #header #logo a {
  color: #444756;
}
body.color03 #header #header-sns li a {
  color: #ccc;
}
body.color03 #header #header-sns li a:hover {
  color: #21262D;
}
body.color03 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color03 #gnav li.current-menu-item a {
  border-top: 1px #F37D3D solid;
}
body.color03 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color03 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #F37D3D solid;
}
body.color03 #gnav li .sub-menu li a {
  background: #2b2b2b;
  color: #fff;
  border: none;
}
body.color03 #gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
body.color03 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color03 .cat-content,
body.color03 article.post,
body.color03 article.page,
body.color03 article.wp101,
body.color03 article.seo101 {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color03 .post-title a {
  color: #444756;
}
body.color03 .post-title a:hover {
  color: #F37D3D;
}
body.color03 .post-meta {
  border-top: 1px #ededed solid;
}
body.color03 .post-meta li {
  background: #fff;
}
body.color03 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color03 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color03 .post-content h3 {
  border-left: 5px solid #e5e5e5;
}
body.color03 .post-content blockquote {
  border: 1px #e5e5e5 solid;
}
body.color03 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color03 .post-content blockquote cite {
  color: #808080;
}
body.color03 .post-content table th,
body.color03 .post-content table td {
  border: #ddd solid 1px;
}
body.color03 .post-content table thead th {
  background: #5e6265;
}
body.color03 .post-content table tbody th {
  background: #919598;
}
body.color03 .post-content table.table-line table,
body.color03 .post-content table.table-line th,
body.color03 .post-content table.table-line td {
  border-color: #fff;
}
body.color03 .post-content table.table-line th {
  background: transparent;
  color: #444756;
}
body.color03 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color03 .post-content table.table-line tr {
  background: #eee;
}
body.color03 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color03 .post-cta {
  background: #f5f5f5;
  color: #444756;
  border-top: 3px solid #5e6265;
}
body.color03 .post-cta .cta-post-title {
  border-bottom: 1px solid #e5e5e5;
}
body.color03 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color03 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color03 .post-cta .btn {
  color: #fff;
  background: #F37D3D;
}
body.color03 .post-cta .btn:hover {
  background: #23B0F3;
}
body.color03 .post-share {
  border-top: 1px solid #e5e5e5;
}
body.color03 .post-share .post-share-title {
  color: #fff;
  background-color: #57585A;
}
body.color03 .post-share .post-share-list1 a,
body.color03 .post-share .post-share-list2 a,
body.color03 .post-share .post-share-list3 a,
body.color03 .post-share .post-share-list4 a {
  border: 1px #eee solid;
}
body.color03 .post-share .post-share-list1 a:hover,
body.color03 .post-share .post-share-list2 a:hover,
body.color03 .post-share .post-share-list3 a:hover,
body.color03 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color03 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color03 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color03 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color03 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color03 .post-sns {
  border-top: 1px #eee solid;
}
body.color03 .post-sns ul li {
  border-right: 1px solid #eee;
  color: #929292;
}
body.color03 .post-sns ul li:hover {
  background-color: #f7f7f7;
}
body.color03 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color03 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color03 .post-sns ul li a {
  color: #929292;
}
body.color03 .post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
body.color03 .post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}
body.color03 .post-author {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #444756;
}
body.color03 .post-author a {
  color: #F37D3D;
}
body.color03 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color03 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color03 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color03 .more-link {
  border: 1px #F37D3D solid;
  color: #F37D3D;
}
body.color03 .more-link:hover {
  background: #F37D3D;
  color: #fff;
}
body.color03 .pagination span, body.color03 .pagination a {
  color: #444756;
}
body.color03 .pagination a:hover {
  background: #eee;
}
body.color03 .pagination .current {
  background: #eee;
}
body.color03 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color03 .side-widget a {
  color: #5e6265;
}
body.color03 .side-widget a:hover {
  color: #F37D3D;
}
body.color03 .side-widget .post-date {
  color: #999999;
}
body.color03 #views-2 ul li span {
  color: #999999;
}
body.color03 .widget_recent_entries a,
body.color03 .widget_archive a,
body.color03 .widget_categories a,
body.color03 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color03 .widget_recent_entries a:hover,
body.color03 .widget_archive a:hover,
body.color03 .widget_categories a:hover,
body.color03 .widget_meta a:hover {
  color: #F37D3D;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color03 .recentcomments a {
  color: #444756;
}
body.color03 #side .share-list-wrap {
  background: #fafafa;
}
body.color03 #side .share-list-wrap .post-share-list1 li a,
body.color03 #side .share-list-wrap .post-share-list2 li a,
body.color03 #side .share-list-wrap .post-share-list3 li a,
body.color03 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
body.color03 #footer {
  color: #1E252C;
}
body.color03 #footer a {
  color: #1E252C;
}
body.color03 #footer a:hover {
  color: #F37D3D;
}
body.color03 .footer-01 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color03 .footer-02 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color03 .single-lp .lp-wrap {
  border: 1px solid #ededed;
  background: #fff;
}
body.color03 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color03 .single-lp #lp-header {
  background: #fff;
}
body.color03 .single-lp #lp-header h1 {
  color: #F37D3D;
  border-bottom: 1px solid #ededed;
}
body.color03 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color03 .single-lp .lp-form input[type=submit],
body.color03 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color03 .single-lp .lp-form input[type=submit]:hover,
body.color03 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color03 end
---------------------------------------- */
/* ----------------------------------------
* カラースキーム 04
---------------------------------------- */
body.color04 {
  /* ----------------------------------------
  * all
  ---------------------------------------- */
  /* form
  ---------------------------------------- */
  /* ----------------------------------------
  * header
  ---------------------------------------- */
  /* ----------------------------------------
  * breadcrumb
  ---------------------------------------- */
  /* ----------------------------------------
  * gloval nav
  ---------------------------------------- */
  /* ----------------------------------------
  * content
  ---------------------------------------- */
  /* ----------------------------------------
  * main
  ---------------------------------------- */
  /* comment
  ---------------------------------------- */
  /* loop
  ---------------------------------------- */
  /* ----------------------------------------
  * pagenation
  ---------------------------------------- */
  /* ----------------------------------------
  * side
  ---------------------------------------- */
  /* comment */
  /* follow */
  /* ----------------------------------------
  * footer
  ---------------------------------------- */
  /* ----------------------------------------
  * LP
  ---------------------------------------- */
}
body.color04 body {
  background: #fafafa;
  color: #474747;
}
body.color04 a {
  color: #F6706F;
}
body.color04 form input[type="submit"],
body.color04 form button {
  background: #F6706F;
}
body.color04 #header {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
body.color04 #header #logo a {
  color: #474747;
}
body.color04 #header #header-sns li a {
  color: #ccc;
}
body.color04 #header #header-sns li a:hover {
  color: #34465C;
}
body.color04 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color04 #gnav li.current-menu-item a {
  border-top: 1px #F6706F solid;
}
body.color04 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color04 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #F6706F solid;
}
body.color04 #gnav li .sub-menu li a {
  background: #2b2b2b;
  color: #fff;
  border: none;
}
body.color04 #gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
body.color04 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color04 .cat-content,
body.color04 article.post,
body.color04 article.page,
body.color04 article.wp101,
body.color04 article.seo101 {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color04 .post-title a {
  color: #474747;
}
body.color04 .post-title a:hover {
  color: #F6706F;
}
body.color04 .post-meta {
  border-top: 1px #ededed solid;
}
body.color04 .post-meta li {
  background: #fff;
}
body.color04 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color04 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color04 .post-content h3 {
  border-left: 5px solid #e5e5e5;
}
body.color04 .post-content blockquote {
  border: 1px #e5e5e5 solid;
}
body.color04 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color04 .post-content blockquote cite {
  color: #808080;
}
body.color04 .post-content table th,
body.color04 .post-content table td {
  border: #ddd solid 1px;
}
body.color04 .post-content table thead th {
  background: #5e6265;
}
body.color04 .post-content table tbody th {
  background: #919598;
}
body.color04 .post-content table.table-line table,
body.color04 .post-content table.table-line th,
body.color04 .post-content table.table-line td {
  border-color: #fff;
}
body.color04 .post-content table.table-line th {
  background: transparent;
  color: #474747;
}
body.color04 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color04 .post-content table.table-line tr {
  background: #eee;
}
body.color04 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color04 .post-cta {
  background: #f5f5f5;
  color: #474747;
  border-top: 3px solid #5e6265;
}
body.color04 .post-cta .cta-post-title {
  border-bottom: 1px solid #e5e5e5;
}
body.color04 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color04 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color04 .post-cta .btn {
  color: #fff;
  background: #F6706F;
}
body.color04 .post-cta .btn:hover {
  background: #5EE1E1;
}
body.color04 .post-share {
  border-top: 1px solid #e5e5e5;
}
body.color04 .post-share .post-share-title {
  color: #fff;
  background-color: #57585A;
}
body.color04 .post-share .post-share-list1 a,
body.color04 .post-share .post-share-list2 a,
body.color04 .post-share .post-share-list3 a,
body.color04 .post-share .post-share-list4 a {
  border: 1px #eee solid;
}
body.color04 .post-share .post-share-list1 a:hover,
body.color04 .post-share .post-share-list2 a:hover,
body.color04 .post-share .post-share-list3 a:hover,
body.color04 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color04 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color04 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color04 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color04 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color04 .post-sns {
  border-top: 1px #eee solid;
}
body.color04 .post-sns ul li {
  border-right: 1px solid #eee;
  color: #929292;
}
body.color04 .post-sns ul li:hover {
  background-color: #f7f7f7;
}
body.color04 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color04 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color04 .post-sns ul li a {
  color: #929292;
}
body.color04 .post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
body.color04 .post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}
body.color04 .post-author {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #474747;
}
body.color04 .post-author a {
  color: #F6706F;
}
body.color04 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color04 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color04 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color04 .more-link {
  border: 1px #F6706F solid;
  color: #F6706F;
}
body.color04 .more-link:hover {
  background: #F6706F;
  color: #fff;
}
body.color04 .pagination span, body.color04 .pagination a {
  color: #474747;
}
body.color04 .pagination a:hover {
  background: #eee;
}
body.color04 .pagination .current {
  background: #eee;
}
body.color04 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color04 .side-widget a {
  color: #5e6265;
}
body.color04 .side-widget a:hover {
  color: #F6706F;
}
body.color04 .side-widget .post-date {
  color: #999999;
}
body.color04 #views-2 ul li span {
  color: #999999;
}
body.color04 .widget_recent_entries a,
body.color04 .widget_archive a,
body.color04 .widget_categories a,
body.color04 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color04 .widget_recent_entries a:hover,
body.color04 .widget_archive a:hover,
body.color04 .widget_categories a:hover,
body.color04 .widget_meta a:hover {
  color: #F6706F;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color04 .recentcomments a {
  color: #474747;
}
body.color04 #side .share-list-wrap {
  background: #fafafa;
}
body.color04 #side .share-list-wrap .post-share-list1 li a,
body.color04 #side .share-list-wrap .post-share-list2 li a,
body.color04 #side .share-list-wrap .post-share-list3 li a,
body.color04 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
body.color04 #footer {
  color: #1E252C;
}
body.color04 #footer a {
  color: #1E252C;
}
body.color04 #footer a:hover {
  color: #F6706F;
}
body.color04 .footer-01 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color04 .footer-02 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color04 .single-lp .lp-wrap {
  border: 1px solid #ededed;
  background: #fff;
}
body.color04 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color04 .single-lp #lp-header {
  background: #fff;
}
body.color04 .single-lp #lp-header h1 {
  color: #F6706F;
  border-bottom: 1px solid #ededed;
}
body.color04 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color04 .single-lp .lp-form input[type=submit],
body.color04 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color04 .single-lp .lp-form input[type=submit]:hover,
body.color04 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color04 end
---------------------------------------- */

/* ============================ ▼ min-width 1000px for pc ================================================== */
@media only screen and (min-width : 1000px) {
.switch_btn {
	display: none;
}
}
/* ============================ ▲ min-width 1000px for pc ================================================== */
@media only screen and (min-width : 901px) {
.pcDisplay {
	display:block;
}
.spDisplay {
	display:none;
}
.menuBox {
		display:none!important;
}
.header_info_absolute {
	position: absolute;
}
}
/* ============================ ▼ max-width 999px for mobile ================================================= */
@media only screen and (max-width : 999px ) {


}
/* ============================ ▲ max-width 999px for mobile ================================================= */
/* ============================ ▼ max-width 768px for mobile ================================================= */
@media only screen and (max-width : 768px ) {
.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
}
.flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
}
.side_banner {
	display: none;
}
.title_light_red {
	display: none;
}
#main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .left-content #side,
  .right-content #side {
    width: 100%;
    float: none;
    margin: 0;
  }
.left-content .main-inner,
  .right-content .main-inner {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }


.flex_2col .flew_2colin {
	flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.flex_2col {
    margin-left: -10px;
    margin-right: -10px;
}
.regbottom20 { 
	margin-bottom: 10px;
}
.cork_board .cork_board_txt {
    font-size: 14pt;
}
.sub_last {
	margin-bottom: 20px;
}
.step dl {
    background: #fff;
    padding: 15px;
    -moz-box-shadow: 0px 0px 0px 0px rgba(222, 222, 222);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(222, 222, 222);
    -ms-box-shadow: 0px 0px 0px 0px rgba(222, 222, 222);
    box-shadow: 0px 0px 0px 0px rgba(222, 222, 222);
    overflow: hidden;
    margin-bottom: 30px;
    display: table;
    border: 1px #ccc solid;
}
.smoky_mountain_img,
.activities_in {
    margin-left: -10px;
    margin-right: -10px;
}
.smoky_mountain_img .smoky_mountain_img_in,
.activities_in .activities_each {
	flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px 20px 10px;
}

}
/* ============================ ▲ max-width 768pxe for mobile ==================================== */

/* ============================ ▼ max-width 499px for iphone 6 plus =========================== */
@media only screen and (max-width : 499px) {

.left25 {
	margin-left: 0;
}
.top-20 {
	margin-top: -10px;
}

.regbottom30 {
	margin-bottom: 10px;
}
.table_style .table_row .table_cell,
.table_style .table_row .table_cellh {
	display: block;
}
.table_style .table_row .table_cell:first-child {
	padding-bottom: 0;
}

h2.smoky_mountain,
.activities h2.donation {
    font-size: 16pt;
}
h2.smoky_mountain img {
    max-width: 40px;
}
.activities h2.donation img {
    max-width: 30px;
}
.company_info .media_share,
.company_info .footer_logo,
.company_info .company_info_detail,
.contact_table .contact_row .contact_cell1,
.contact_table .contact_row .contact_cell2 {
    display: block;
}
.contact_table .contact_row .contact_cell1 {
    width: 100%;
}
.chapter textarea {
    padding: 10px;
} 
}
/* ============================ ▲ max-width 499px for iphone 6 plus =========================== */
/* ============================ ▼ max-width 320px for mobile ================================================== */
@media only screen and (max-width : 320px ) {
#whole_body .whole_body_wrap .whole_body_in .content_body {
	width: 100%;
}
#whole_body .whole_body_wrap .whole_body_in .side_left {
	width: 100%;
}
.left_menu_out ul > li {
	width: 100%;
}
.left_menu_out .each_category .each_category_img {
	max-width: 50px;
}
.individaul_banner_group .individaul_banner_left1 {
	width: 100%;
}
.individaul_banner_group .individaul_banner_left2 {
	width: 100%;
	margin-left: 0;
}
.topics_side .topics_side_in ul {
	float: none;
	width: 100%;
}
#buy_up_ways .buy_up_ways_txt1 {
	font-size: 6pt;
}
#buy_up_ways .buy_up_ways_txt2 {
	font-size: 6pt;
}
#buy_up_ways .buy_up_ways_txt3 {
	font-size: 6pt;
	left: 25%;
}
.content_banner_two1 {
	width: 100%;
}
.content_banner_two2 {
	margin-left: 0;	
	width: 100%;
}
.content_inquiry .content_inquiry_num {
	font-size: 15pt;
}
#index_new_posts .new_posts_block {
	width: 100%;
}
.left25 {
	margin-left: 0;
}
.other_service .other_service_in .each_service {
	width: 97%;
}
.individual_title .title_media .posted_title {
	padding-left: 5%;
}
#all_footer .all_footer_in .footer_all_menu .each_menu_list,
#all_footer .all_footer_in .footer_all_menu .each_menu_list_last  {
	width: 97%;
	margin-left: 0;
}
#all_footer .all_footer_in .footer_all_menu .each_menu_list .ecoregroup_power1 {
	display: none;
}
.landing_inquiry .landing_inquiry_no {
	font-size: 14pt;
}
.kaitori_price_list .each_kaitori_price h3 {
	min-height: 70px;
}
.kaitori_price_list .each_kaitori_price h3.h3_short {
	min-height: 40px;
}
.products ul li {
	width: 100%;
	float: none;
	}
}
/* ============================ ▲ max-width 320px for mobile =================================================== */
