/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign,FiveColorVariations
Version: simple 1.1
Base Color Variations: beige
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@charset "utf-8";
/* CSS Document */

/* ヘッダー エリア */
.description {
  width: 50%;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #666666;
  display: inline-block;
  float: left;
}

.top_navi {
  float: right;
}

.top_navi li {
  float: right;
}

.top_navi li a {
  font-size: 11px;
  text-decoration: none;
  color: #02bf07;
  padding-left: 13px;
  vertical-align: 2px;
  background-image: url("http://fakumamoto.com/wp-content/uploads/2016/03/top_icon.png");
  background-position: 0 3px;
  background-repeat: no-repeat;
}

.top_navi li a:hover {
  color: #666666;
}

.logo {
  width: auto;
  height: auto;
  margin-top: 10px;
  float: left;
}

/* グローバルナビ エリア */
#nav {
  width: 980px;
  height: 114px;
  padding-botton: 57px;
}

#nav ul {
  width: 980px;
  height: 57px;
}

#nav ul li.current {
  width: 165px;
  height: 57px;
  margin: 0;
  float: left;
}

#nav ul li {
  width: 163px;
  height: 57px;
  margin: 0;
  float: left;
}

#nav ul li a:hover {
  opacity: 0.7;
}

.main_bnr_box {
  width: 980px;
  height: 405px;
  margin-top: 20px;
}

.main_bnr_box li {
  width: 320px;
  height: 120px;
  margin-bottom: 15px;
  float: left;
}

.top_bnr_box p {
  font-size: 14px;
  color: #444444;
}

/* パンくずリスト エリア */
#breadcrumb {
  margin: -10px 0 5px 0;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content_out h1 { 
  width: auto;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 20px 10px 15px 30px;
  clear: both;
  color: #ffffff;
  background-image: url("http://fakumamoto.com/wp-content/uploads/2016/03/h1_bg.png");
  background-position: top;
  background-repeat: repeat;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#content h2 { 
  width: auto;
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 25px;
  padding: 5px 0 5px 15px;
  clear: both;
  color: #222222;
  border-left: 7px solid #02bf07;
}

#content h3 { 
  width: auto;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 13px 0 13px 10px;
  clear: both;
  color: #222222;
  background-color: #f5f5f5; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #fefefe),
  color-stop(1, #eeeeee)
);
  background: -o-linear-gradient(bottom, #fefefe 0%, #eeeeee 100%);
  background: -moz-linear-gradient(bottom, #fefefe 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(bottom, #fefefe 0%, #eeeeee 100%);
  background: -ms-linear-gradient(bottom, #fefefe 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
  border-top: 3px solid #02bf07;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#content h4,
#content h5,
#content h6 { 
  width: auto;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  padding: 10px 0 10px 10px;
  clear: both;
  color: #222222;
  border-top: 1px solid #02bf07;
  border-bottom: 3px solid #02bf07;
}

#content_out h1 a {
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}

#content h2 a { 
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #222222;
}

#content h3 a { 
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #222222;
}

#content h4 a,
#content h5 a,
#content h6 a { 
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #222222;
}

#content_out h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover { 
  color: #ff0000;
}

#content .post {
  padding-bottom: 20px;
}

/* 新着情報 エリア */
#content .news_title { 
  width: auto;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 6px 10px 3px 20px;
  clear: both;
  color: #666666;
  background-color: #f8f8f8;
  border-top: 4px solid #a58878;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#content .news_title a { 
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}

#content .news_title a:hover {
  color: #a58878;
}

#content .news {
  width: auto;
  max-height: 150px;
  padding: 20px 10px 0 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-bottom: 4px solid #a58878;
}

#content .news li {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
  display: table;
  border-bottom: 1px solid #999999;
}

#content .news li p.entry_header {
  float: left;
}

#content .news li p.entry_header span {
  font-family: "ＭＳ Ｐゴシック";	
  font-size: 11px;
  font-weight: bold;
  padding: 2px 7px 1px 7px;
  margin: 0;
  line-height: 0;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fe8121;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #dc143c;
}

/* サイドバー エリア */
#sidebar h3 {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0 8px 15px;
  color: #666666;
  background-color: #f8f8f8;
  border-top: 4px solid #a58878;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 55px;
}

p.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  color: #ffffff;
  background-color: #cccccc; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #999999)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #999999 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #888888;
}

p.pagetop a:hover {
  opacity: 0.7;
  color: #02bf07;
}

/* フッター エリア */
.bottom_info_box {
  width: 980px;
  overflow:hidden;
}

.bottom_info_box table.bottom_info {
  width: 650px;
  height: 200px;
  float: right;
  border-collapse: collapse;
  border: 0; 
}

.bottom_info_box table.bottom_info tr {
  border-bottom: 1px solid #cccccc;
}

.bottom_info_box table.bottom_info th {
  width: 120px;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
}

.bottom_info_box table.bottom_info td {
  width: 530px;
  font-size: 13px;
  font-weight: normal;
  padding: 10px 0;
}

.bottom_info_box table.bottom_info td span {
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
  float: left;
}

.bottom_contact {
  width: 980px;
  height: 150px;
  margin: 30px 0 60px 0;
  padding: 30px 0 0 499px;
  background-image: url("http://fakumamoto.com/wp-content/uploads/2016/03/bottom_contact_bg.png");
  background-repeat: no-repeat;
}

.foot_navi01 {
  width: auto;
  height: auto;	
  font-size: 12px;
  text-align: center;
  color: #02bf07;
}

.foot_navi02 {
  width: auto;
  height: auto;	
  font-size: 12px;
  margin: 0;
  color: #02bf07;
}

.foot_navi01 a,
.foot_navi02 a {
  color: #02bf07;
  text-decoration: none;
}

.foot_navi01 a:hover,
.foot_navi02 a:hover {
  color: #02bf07;
  text-decoration: underline;
}

.foot_txt {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  margin: 20px 0;
  padding: 15px 0;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
}

.foot_box_left {
  float: left;
}

.foot_box_right {
  float: right;
}

.foot_box_left p.name {
  font-size: 14px;
  font-weight: bold;
  color: #02bf07;
}

.foot_box_left p.address {
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  margin: 3px 0 13px 0;
}

.copyright {
  width: auto;
  height: auto;	
  font-family: "arial";
  font-size: 12px;
  text-align: center;
  margin: 0;
  color: #ffffff;
}

/* ウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  float: left;
  clear: both;
  background-color: #none;
}

#sidebar #widget-area .widget-container ul li {
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 4px 0 4px 25px;
  background-image: url("images/nav_icon.png");
  background-position: 0 8px;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #444444;
}

#sidebar #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}

#sidebar #widget-area .widget-container ul li a:hover {
  color: #a58878;
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 11px 0 11px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#sidebar #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: auto;
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 0 15px;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #a58878;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container h3 {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0 8px 15px;
  color: #666666;
  background-color: #f8f8f8;
  border-top: 4px solid #a58878;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container a:link {
  text-decoration: underline;
  outline:none;
  color: #0000ff;
}

#sidebar #widget-area .widget-container a:active {
  text-decoration: none;
  color: #ff0000;
}

#sidebar #widget-area .widget-container a:visited {
  text-decoration: underline;
  color: #0000ff;
}

#sidebar #widget-area .widget-container a:hover {
  text-decoration: none;
  color: #ff0000;
}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

/* ウィジェット（テキストウィジェット） エリア */
#sidebar .side_info_box {
  width: 260px;
  height: auto;
  margin: 0;
  padding: 10px 10px 20px 10px;
  border: 1px solid #cccccc;
  display: table;
}

#sidebar .side_info_box img {
  width: 238px;
  height: auto;
}

#sidebar .side_info_box p.title {
  font-size: 14px;
  font-weight: bold;
  color: #02bf07;
  margin: 15px 0 3px 0;
}

#sidebar .side_info_box p {
  font-size: 14px;
  font-weight: normal;
}

#sidebar .side_commany_box {
  width: 260px;
  height: auto;
  margin-bottom: 10px;
  padding: 20px 10px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #f8f8f8;
  display: table;
}

/* ウィジェット（Biz Calendar） エリア */
#sidebar #widget-area .widget-container #bizcal {
  margin: 0 0 0 0 !important;
}

/* ウィジェット（ブログ出力） エリア */
.blog {
  height: auto;
  margin-bottom: 15px;
  border-collapse: collapse;
}

.blog tr {
  border-bottom: 1px solid #cccccc;
  height:50px;
  display: inline-block;
}

.blog th {
  width: 79px;
  height: 79px;
  padding: 7px;
}

.blog td {
  width: 181px;
  height: 79px;
  padding: 7px 5px 7px 0;
  vertical-align: top;
}

.blog td .entry_header {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 7px;
}

.blog td .entry_content {
  font-size: 12px;
  font-weight: bold;
}

.blog td .entry_content a {
  color: #02bf07 !important;
  text-decoration: none !important;
}

.blog td .entry_content a:hover {
  text-decoration: underline !important;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
}

#respond a {
  font-weight: bold;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #dc143c;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom : 20px;
}

#commentform textarea {
  width: 99%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  margin-bottom: 20px;
  padding:5px;
  color: #333333;
  background-color: #eeeeee; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #cccccc)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border: 1px solid #bbbbbb;
}

p.nocomments {
  display: none;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  padding-left: 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content p.not_found {
  font-size: 14px;
  color: #dc143c;
}

#content dl.search_box {
  width: 100%;
  height: auto;
  padding: 15px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #a58878;
}

#content h4.search_result_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #333333;
  background: none;
  background-image: url("images/search_result.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px dotted #000000;
}

#content p.search_result {
  font-size: 16px;
  margin-bottom: 20px;
}

#content p.search_result_txt {
  font-size: 14px;
  margin-bottom: 20px;
  color: #dc143c;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* トップページ エリア */
#content .voice_box {
  width: 640px;
  height: auto;
  margin-bottom: 40px;
  display: table;
}

#content .voice_box .voice {
  width: 210px;
  height: auto;
  padding: 6px;
  border: 1px solid #cccccc;
  float: left;
}

#content .voice_box .voice li {
  font-size: 15px;
  text-align: center;
}

#content .voice_box .voice li img {
  width: 198px;
}

#content .voice_box .voice li p {
  line-height: 26px;
}

#content .voice_box .voice li p span {
  font-weight: bold;
}

#content .bottom_voice_box {
  width: 640px;
  height: auto;
  margin-bottom: 15px;
  padding: 8px 15px 15px 15px;
  display: table;
  border: 2px solid #d0fbcb;
  background-color: #e6fbe3;
}

#content .bottom_voice_box .inner {
  width: 610px;
  height: auto;
  padding: 7px 0 8px 0;
  display: table;
  border-bottom: 2px solid #d0fbcb;
}

#content .bottom_voice_box img {
  width: 170px;
  height: auto;
}

/* スタッフページ エリア */
.page-id-217 #content .profile_box {
  width: 640px;
  height: auto;
  display: table;
}

.page-id-217 #content .profile_box .profile_img_box {
  width: 260px;
  height: 200px;
  margin: 0 15px 5px 0;
  padding: 10px;
  float: left;
  background-image: url("http://fakumamoto.com/wp-content/uploads/2016/03/profile_img_bg.png");
  background-repeat: no-repeat;
}

.page-id-217 #content .profile_box .profile_img_box img {
  width: 240px;
  height: 180px;
}

.page-id-217 #content .profile_box .title {
  font-size: 14px;
  font-weight: bold;
  margin: 2px 0 10px 0;
  color: #02bf07;
}

.page-id-217 #content .profile_box .greet {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px;
}

.page-id-217 #content .profile_box table {
  width: 640px;
  height: auto;
  margin: 15px 0 40px 0;
  padding: 0;
  border-collapse: collapse;
  border: 0; 
}

.page-id-217 #content .profile_box table tr {
  border-bottom: 1px solid #02bf07;
}

.page-id-217 #content .profile_box table th {
  width: 50px;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  vertical-align: top;
  padding: 12px 0 10px 0;
}

.page-id-217 #content .profile_box table th span {

  padding: 0 3px;
  background-color: #02bf07;
}

.page-id-217 #content .profile_box table td {
  width: 560px;
  height: auto;
  font-size: 14px;
  vertical-align: top;
  padding: 12px 0 10px 0;
}

/* 会社のご案内ページ エリア */
.page-id-267 #content table {
  width: 640px;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
  border-collapse: collapse;
  border: 0; 
}

.page-id-267 #content th {
  width: 200px;
  height: auto;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 0 0;
  padding: 10px;
  background-color: #f8f8f8;
  border: 1px solid #cccccc; 
}

.page-id-267 #content td {
  width: 440px;
  height: auto;
  font-size: 15px;
  vertical-align: middle;
  margin: 0 0 0 0;
  padding: 10px;
  border: 1px solid #cccccc; 
}

.page-id-267 #content td span {
  font-size: 12px;
}

.page-id-267 #content td p {
  font-size: 14px;
  font-weight: bold;
}

/* 選ばれる7つの理由／FA熊本光の森でできることページ エリア */
.page-id-307 #content p {
 line-height: 24px;
}

.page-id-307 #content .reason_box {
  margin-bottom: 25px;
  display: table;
}

.page-id-307 #content .devising {
  width: 640px;
  height: auto;
  margin-bottom: 25px;
  padding: 10px;
  display: table;
  background-color: #f7fcf6;
  border: 4px solid #e6fbe3;
}

/* 初めての方へページ エリア */
.page-id-359 #content .point_box {
  width: 640px;
  height: auto;
  margin-bottom: 15px;
  display: table;
}

.page-id-359 #content .point_box .ng_point,
.page-id-359 #content .point_box .point {
  width: 440px;
  height: auto;
  margin-bottom: 15px;
  float: left;
}

.page-id-359 #content .point_box .ng_point li {
  width: 440px;
  height: auto;
  font-size: 14px;
  margin-bottom: 25px;
  padding-left: 45px;
  background-image: url("http://fakumamoto.com/wp-content/uploads/2016/03/ng_icon.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
}

.page-id-359 #content .point_box .ok_point li {
  width: 440px;
  height: auto;
  font-size: 14px;
  margin-bottom: 25px;
  padding-left: 45px;
  background-image: url("http://fakumamoto.com/wp-content/uploads/2016/03/ok_icon.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
}

.page-id-359 #content .qa {
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
}

.page-id-359 #content .qa li {
  line-height: 26px;
  margin-bottom: 15px;
}

/* QAページ エリア */
.page-id-427 #content .qa {
  padding-top: 10px;
}

.page-id-427 #content .qa li.q {
  min-height: 40px;
  margin-bottom: 15px;
  padding-left: 45px;
  background-image: url("http://fakumamoto.com/wp-content/uploads/2016/03/icon_q.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.page-id-427 #content .qa li.a {
  min-height: 40px;
  margin-bottom: 30px;
  padding: 0 0 5px 45px;
  background-image: url("http://fakumamoto.com/wp-content/uploads/2016/03/icon_a.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #999999;
}

/* お問い合わせページ エリア */
.page-id-431 #content #wpcf7-f439-p431-o1 {
  width: 640px;
  height: auto;
  padding: 0;
  display: table;
}

.page-id-431 #content #wpcf7-f439-p431-o1 p {
  font-size: 14px;
  margin: 15px 0 10px 0;
  line-height: 24px;
}

.page-id-431 #content #wpcf7-f439-p431-o1 span.text-832 input[type=text],
.page-id-431 #content #wpcf7-f439-p431-o1 span.text-403 input[type=text],
.page-id-431 #content #wpcf7-f439-p431-o1 span.your-name input[type=text],
.page-id-431 #content #wpcf7-f439-p431-o1 span.text-396 input[type=text],
.page-id-431 #content #wpcf7-f439-p431-o1 span.your-email input[type=email] {
  width: 400px;
  height: 28px;
}

.page-id-431 #content #wpcf7-f439-p431-o1 span.text-412 input[type=text] {
  width: 100px;
  height: 28px;
}

.page-id-431 #content #wpcf7-f439-p431-o1 span.text-929 input[type=text] {
  width: 640px;
  height: 28px;
}

.page-id-431 #content #wpcf7-f439-p431-o1 span.checkbox-6 label {
  margin-top: -20px;
  display: block;
}

.page-id-431 #content #wpcf7-f439-p431-o1 span.your-message textarea {
  width: 640px;
  height: 100px;
}

.page-id-431 #content #wpcf7-f439-p431-o1 span.tel-444 input[type=tel],
.page-id-431 #content #wpcf7-f439-p431-o1 span.your-subject input[type=text] {
  width: 300px;
  height: 28px;
}

.page-id-431 #content #wpcf7-f439-p431-o1 p input[type=submit] {
  width: 180px;
  height: 35px;
  text-align: center;
  margin: 10px 0 0 230px;
  color: #ffffff;
  background-color: #1ccf20; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #3ae23f),
  color-stop(1, #06c20b)
);
  background: -o-linear-gradient(bottom, #3ae23f 0%, #06c20b 100%);
  background: -moz-linear-gradient(bottom, #3ae23f 0%, #06c20b 100%);
  background: -webkit-linear-gradient(bottom, #3ae23f 0%, #06c20b 100%);
  background: -ms-linear-gradient(bottom, #3ae23f 0%, #06c20b 100%);
  background: linear-gradient(to bottom, #3ae23f 0%, #06c20b 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
}

.page-id-431 #content #wpcf7-f439-p431-o1 p input[type=submit]:hover {
  opacity: 0.7;
}

/* ブログ一覧ページ エリア */
.blog_list {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}

.blog_list th {
  width: 150px;
  height: 150px;
  padding: 7px 15px 7px 7px;
}

.blog_list td {
  width: auto;
  height: auto;
  padding: 7px 5px 7px 0;
  vertical-align: top;
}

.blog_list td .entry_header {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
}

.blog_list td .entry_title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.blog_list td .entry_title a {
  color: #02bf07 !important;
  text-decoration: none !important;
}

.blog_list td .entry_title a:hover {
  text-decoration: underline !important;
}

..blog_list td .entry_content {
  font-size: 14px;
  font-weight: normal;
}

.blog_list td .entry_content a {
  color: #000000 !important;
  text-decoration: none !important;
}

.blog_list td .entry_content a:hover {
  text-decoration: underline !important;
}

/* 固定ページヴィジュアル画像を利用するページ */
.page-id-217 #content_out .b_margin,
.page-id-267 #content_out .b_margin,
.page-id-307 #content_out .b_margin,
.page-id-359 #content_out .b_margin,
.page-id-423 #content_out .b_margin,
.page-id-427 #content_out .b_margin,
.page-id-431 #content_out .b_margin,
.category-blog #content_out .b_margin,
.category-voice #content_out .b_margin {
  margin-bottom: 20px;
}

/* 固定ページヴィジュアル画像を利用しないページ */
.page-id-581 #content_out .b_margin,
.page-id-515 #content_out .b_margin {
  margin-bottom: -30px;
}

#sp_gnav{
	display:none;
	}

.bottom_contact_sp{
  display: none;
}

/*スマートフォン幅用*/
@media screen and ( max-width:640px )
{
body {
    min-width:100%;
	}

#header{
	height:auto;
	}

#header_top_in {
    width: 100%;
    height: 20px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.description {
    width: 100%;
    text-align:center;
	font-size: 9px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 5px 0;
    color: #fff;
    display: inline-block;
    //float: left;
	background-color:#0C4F18;
	}
	
.top_navi {
    display:none;
	}
	
#header_in{
	width:100%;
	height:auto;
	}
	
#global_navi{
	display:none;
	}

#sp_gnav{
	margin-top: 20px;
    display: inline-block;
	}

.sp_nav{}

.sp_nav li{
	padding:8px 0;
	width:50%;
	float:left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d9d9d9), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #d9d9d9);
	background: -moz-linear-gradient(#fff, #d9d9d9);
	background: -o-linear-gradient(#fff, #d9d9d9);
	background: -ms-linear-gradient(#fff, #d9d9d9);
	background: linear-gradient(#fff, #d9d9d9);
	text-align:center
	}
.sp_nav li a{
	color:#4F4F4F;
	font-weight:900;
	text-decoration:none;
	font-size:13px;
	}

.s_nav_1,.s_nav_3,.s_nav_5{
	border-right:solid 1px #e6e6e6;
	}
.s_nav_1{
	border-bottom:solid 5px #FE3656;
	}
	
.s_nav_2{
	border-bottom:solid 5px #F285A1;
	}
	
.s_nav_3{
	border-bottom:solid 5px #E2C254;
	}
	
.s_nav_4{
	border-bottom:solid 5px #97C907;
	}
	
.s_nav_5{
	border-bottom:solid 5px #0B4199;
	}
	
.s_nav_6{
	border-bottom:solid 5px #A154A6;
	}
	
.s_nav_1,.s_nav_2{
	border-top: solid 1px #E6E6E6;
}

.logo{
	width:60%;
	}
.mgn_t10 {
    margin-top: 30px;
	width:40%;
	}
	
#main_visual {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    background-image:none;
    //background-repeat: no-repeat;
    //z-index: 1000;
    position: relative;
	display: inline-block;
}

#main_visual_in img{
	display:inline-block;
	margin-top:0;
	}

#main_visual_in {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
	inline-block
}
	
#sidebar{
	display:none;
	}
	
#content {
	text-align:center;
    width: 98%;
    padding: 20px 0px 30px 0;
    float: none;
    margin:auto;
	}
	
.home #wrapper{
	width:100%;
	}

#bottom*{
	min-width:100%;
	}

.bottom_info_box{
  width: 100%;
}

.bottom_info_box table.bottom_info{
  width: 100%;
}

.blog tr{
  height: auto;
  display: inline-table;
  padding: 10px 0 0 20px;
}

.bottom_info_box{
  text-align: center;
}

.bottom_info_box .img_left{
  float: none;
  display: inline;
}

.bottom_info_box table.bottom_info th{
  width: 150px;
}

.bottom_info tbody tr td .mouse_on img.img_left{
  float: right;
}

.bottom_contact{
	display: none;
}

.bottom_contact_sp{
  display: inline;
}

.bottom_contact_sp img{
  margin:auto;
}

.bottom_info_box table.bottom_info td {
    width: 400px;
}

.foot_box_left p.address{
	font-size: 14px;
	font-weight: 600;
}

.copyright_in{
	width: 100%;
}

.copyright{
	font-size: 13px;
}

.foot_navi01 .mgn_b20{
	display: none;
}

.foot_box{
	margin-top: 5px;
}

.foot_box_left p.name,.foot_box_left p.address,.foot_navi02{
	text-align: center;
}

.foot_box_left p.address{
	margin: 5px 8px;
}

.foot_navi01{
	margin: 10px 40px;
}

p.pagetop{
	bottom: 230px;
}

}