/*
Theme Name: e-shareoffice
Theme URI: http://bizceed.jp
Author: Bizceed
Author URI: http://bizceed.jp
Description: eシェアオフィス用テンプレート
Tags: light, custom-menu, custom-header, custom-background, custom-colors, two-columns, right-sidebar, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, gray, blue, featured-images, theme-options
License:
License URI:
Text Domain: innovative
*/
body {
    background-color: #ffffff!important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /*font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;*/
    /*font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
    font-family: Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 游ゴシック, 'Yu Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /*font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;*/
    /*font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
}
blockquote {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    padding: 20px 10px 10px 0;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
}
blockquote p { margin-bottom: 10px }
small { font-size: 100% }
figure { margin: 10px 0 }
code, pre {
    font-weight: normal;
    font-style: normal;
}
pre {
    line-height: 1.3;
    overflow: auto;
    background: #F7F7F7 url('images/code.png') 10px 2px no-repeat;
    padding: 2em 1em 1em 1em;
    border: 1px solid #DDD;
    margin: 15px 0;
}
mark {
    padding: 1px 6px;
    margin: 0 2px;
    color: black;
    background: #FFE974;
}

.event_area dd {
    font-size: 1.25em;
}

.event_area dt {
    width: 100px;
    text-align: left;
}

.event_area dt span {
    background-color: #666666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    padding: 3px 6px;
}

.event_area dd .event_area__title {
    line-height: 1.2;
}

.event_caption {
    margin-bottom: 0;
}

.field {
    margin-bottom: 6px;
    border-bottom: 1px dotted #cccccc;
}

/*-[ Framework ]--------------------*/
body {
    font: 14px/23px Droid Sans, sans-serif;
    color: #444;
    background-color: #FFFFFF;
}
::-moz-selection {
    background: #222;
    color: #bbbbbb;
    text-shadow: none;
}
::selection {
    background: #222;
    color: #bbbbbb;
    text-shadow: none;
}
#page, .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 12px;
    color: #2A2A2A;
    font-weight: bold;
}
h1 {
    font-size: 28px;
    line-height: 1.4;
}
h2 {
    font-size: 24px;
    line-height: 1.4;
}
h3 {
    font-size: 22px;
    line-height: 1.4;
}
h4 {
    font-size: 20px;
    line-height: 1.4;
}
h5 {
    font-size: 18px;
    line-height: 1.4;
}
h6 {
    font-size: 16px;
    line-height: 1.4;
}
.sub-title { font-size: 12px }
p { margin-bottom: 20px }
a {
    text-decoration: none;
    color: #002083;
    -webkit-transition: background-color, color 0.2s linear;
    -moz-transition: background-color, color 0.2s linear;
    transition: background-color, color 0.2s linear;
}
a:hover {
    color: #234059;
    text-decoration: underline!important;
}
a:link, a:visited, a:active { text-decoration: none }

/*-[ Main container ]---------------*/
#page.single {
    margin-top: 10px;
}

/*-[ Header ]-----------------------*/
.header_wrap {
    background: #234059;
    min-height: 88px;
}
#header #logo, #header h2 {
    margin: 6px 0;
}
#header .header-description{
	float: left;
	margin: 16px 0 11px 10px;
	color: #FFFFFF;
	display: block;
}
.logo {
    width: 35%;
}
.header_tel {
    float: left;
    margin: 0;
    color: #FFFFFF;
    display: block;
    width: 65%;
}
.description1 {
    color: #ffffff;
    font-size: 14px;
}
.image-logo a img {
    width: 88%;
}
.header-fix {
    width: 335px;
}


/*-[ グロナビ固有 ]-----------------*/
.g_navi_wrap {
    background-color: #234059;
    border-top: solid 1px #ffffff;
}

.menu > ul {
    border-left: 1px solid #ffffff;
}


.menu > ul > li {
    background-color: #234059;
    width: 19.85%;
    text-align: center;
    border-right: 1px solid #ffffff;
}

.menu > ul > li:hover {
    background: #ffffff;
}

.menu > ul > li a {
    padding: 0.8em 0.2em;
}

.menu > ul > li a:hover {
    color: #234059;
}

.menu > ul > li > ul {
    background-color: #234059;
}

.g_navi__current {
    background-color: #ffffff!important;
}

.g_navi__current a {
    color: #234059!important;
}

.menu-mobile:hover {
    background-color: #234059;
    color: #ffffff;
}

@media only screen and (max-width: 959px) {
    .menu > ul {
        border-left: none;
    }
    .menu > ul > li {
        width: 100%;
        text-align: left;
    }
}

/*-[ Navigation ]-----------------*/
.fixed {
  position: fixed;
  z-index: 10;
  box-shadow: 2px 3px 5px #000;
}

.sf-js-enabled li ul.sf-with-ul { padding-right: 20px }
.sf-with-ul:after {
    content: " ";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 6px;
}
.sf-with-ul i {
    position: absolute;
    top: 1px;
    right: 45px;
}
nav a#pull { display: none }
/*-[ Content ]--------------------*/
.article {
    width: 66.2%;
}

.post.excerpt {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 18px;
}
.wp-post-image { /*float: left*/ }
.thumbnail-area {
	display: block;
	float: left;
	width: 140px;
}
.description-area {
	display: block;
	float: left;
	width: 480px;
    margin-bottom: 5px;
}
#featured-thumbnail {
    float: left;
    max-width: 100%;
    display: block;
}
.headline {
	padding-left: 18px;
	font-weight: bold;
	font-size: 120%;
}
.featured-list {
	padding-left: 18px;
	font-weight: bold;
	font-size: 120%;
}
.list-notice {
	font-size: 60%;
}
.featured_no {
	font-size: 60%;
}
.featured-thumbnail {
    float: left;
    max-width: 120px;
    margin-bottom: 0;
    margin-right: 10px;
    /*width: 36%;*/
    display: block;
    height: auto;
}
.featured-thumbnail img {
    padding-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    display: block;
}
.featured-cat {
    position: absolute;
    /*background: #38B7EE;*/
    background: #002053;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 10px;
}
.p-entry_title {
    font-size: 18px;
    line-height: 1.4;
    clear: both;
    margin-bottom: 0;
    font-weight: bold;
    border-top: solid 2px #234059;
    padding: 5px;
    margin: 0 0 6px 0;
    background: #DEE3E6;
}

.p-entry_title a { color: #2A2A2A }

h1.title {
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 5px;
    float: left;
    font-size: 26px;
    line-height: 1.2;
    border-left: 8px solid #234059;
}
.post-info {
    display: block;
    font-size: 13px;
    float: left;
    color: #999;
    margin-top: 3px;
    width: 100%;
}
.post-info span { margin-right: 3px }
.post-info span { margin-left: 3px }
.post-info span:first-child { margin-left: 0 }
article header {
    margin-bottom: 2px;
    overflow: hidden;
}
.single article header { margin-bottom: 10px }
.error404 .single_post { width: 100% }
.single_post .post-info a, .post-info a { color: #EE210B }
.article img.left, .article img.alignleft, .wp-caption.alignleft {
    margin: 0.3em 1.571em 0.5em 0;
    display: block;
    float: left;
    text-align: center;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
    margin: 0.3em 0 0.5em 1.571em;
    display: block;
    float: right;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
    margin: 0.3em auto 1em auto;
    display: block;
}
.article img.aligncenter, .article img.alignnone {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    clear: both;
}
.article ol {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: decimal;
}
.article ul ul, .article ol ol, .article ul ol, .article ol ul {
    margin-top: 0;
    margin-bottom: 0;
}
.article .description h2 {
	border-bottom: 0px;
	margin: 0 0 12px 0;
	font-size: 24px;
}
.for-client {
    margin-top: 40px;
}
.for-client h3 {
    border-top: double 4px #2A2A2A;
    border-bottom: none;
    padding: 12px 0 0 0;
}
.for-enterprise {
	margin-top: 40px;
}
.for-enterprise h3 {
	border-top: double 4px #2A2A2A;
	border-bottom: none;
	padding: 12px 0 0 0;
}
.article .nextpage {
    background: url('images/nextpage.gif') left no-repeat;
    padding: 0 0 0 80px;
    margin: 0 0 18px 0;
}
.article .interviewer {
	font-weight: bold;
	padding: 0 0 18px 0;
}
.article .onepoint {
	background: #E9F0FF;
	padding: 9px 9px 9px 9px;
}
.login-description {
    font-size: 12px;
}
.login-button {
	background: -moz-linear-gradient(top,#FCDFC1, #F6862C 50%,#CB7D2B 50%,#CF7F1B);
	background: -webkit-gradient(linear, left top, left bottom, from(#FCDFC1), color-stop(0.5,#F6862C), color-stop(0.5,#CB7D2B), to(#CF7F1B));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #BF6F1B;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	text-align: center;
	display:inline-block;
	padding: 5px 10px 5px 10px;
    clear: both;
	position: relative;
	font-weight: bold;
	font-size: 16px;
}

.members_wrap__member .login-description:before {
    font-family: 'FontAwesome';
    content:"\f1ad";
    padding-right: 3px;
}
/*.login-button-biz {
	background: -moz-linear-gradient(top,#FFAFA1, #FF661C 50%,#ED5D1B 50%,#EF5F0B);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAFA1), color-stop(0.5,#FF661C), color-stop(0.5,#ED5D1B), to(#EF5F0B));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #BF6F1B;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	text-align: center;
	display:inline-block;
	padding: 5px 10px 5px 10px;
    clear: both;
	position: relative;
	font-weight: bold;
	font-size: 16px;
}*/
.inquiry:before {
    position: absolute;
    top: -4px;
    left: 9px;
    height: 48px;
    width: 48px;
    background-image: url(images/icon_1r_48.png);
    content: "";
}
.inquiry a {
	color: #fff !important;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.inquiry_out {
	display: block;
	margin-left : auto ; margin-right : auto ;
	text-align: center;
}

/*-[ Featured ]---------------------------*/
.featuredBox {
    /*padding: 24px 2.2% 0 2.2%;*/
    padding:  0 0 10px 0;
    overflow: hidden;
}
.firstpost {
    /*float: left;*/
    /*margin-bottom: 0;*/
    margin-bottom: 1.6%;
    /*max-width: 620px;*/
    /*width: 66.2%;*/
    width: 100%;
    position: relative;
    overflow: hidden;
    /*margin-right: 1.8%;*/
}
.secondpost {
    /*float: right;*/
    float: left;
    /*margin-bottom: 1.6%;*/
    margin-right: 1.8%;
    /*width: 32%;*/
    width: 66.2%;
    position: relative;
    overflow: hidden;
}
.thirdpost {
    /*float: left;*/
    float: right;
    /*margin-right: 2.2%;*/
    margin-bottom: 1.6%;
    /*width: 14.9%;*/
    width: 32%;
    position: relative;
    overflow: hidden;
}
.thirdpost:last-child { margin-right: 0 }
#first-thumbnail {
    width: 100%;
    max-width: 550px;
}
#second-thumbnail {
    width: 100%;
    max-width: 380px;
}
.featured-excerpt {
    position: absolute;
    bottom: 0;
    width: 94%;
    margin: 0;
    padding: 3%;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
}
.featured-title {
    font-size: 18px;
    font-weight: 700;
    clear: both;
    display: block;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.secondpost .featured-title {
    font-size: 14px;
    line-height: 1.3;
}
.f-excerpt { font-size: 14px }
.thirdpost .featured-title {
    font-size: 10px;
    line-height: 1.3;
}
.frontTitle {
    color: #234059;
    /*line-height: 36px;*/
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 14px;
    border-left: 5px solid #234059;
    padding-left: 5px;
}
.frontTitle h1 {
	font-size: inherit;
	margin-bottom: 0;
	color: inherit;
}
.searchResultTitle {
    color: #234059;
    /*line-height: 36px;*/
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    border-left: 5px solid #234059;
    padding-left: 5px;
}

/*-[ Custom Nav Widget ]---------------------------*/
.widget_nav_menu [class^="icon-"], .widget_nav_menu [class*=" icon-"], .widget_nav_menu li {
    display: list-item;
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 0;
    border-top: 0;
    margin-bottom: 0;
}
.widget_nav_menu [class^="icon-"] > a, .widget_nav_menu [class*=" icon-"] > a { padding-left: 5px }
.widget_nav_menu ul li a {
    font-size: 14px;
    font-weight: normal;
}
.widget_nav_menu .sub-menu {
    margin-top: 8px;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 20px;
}
.widget_nav_menu .sub-menu:after, .widget_nav_menu .sub-menu:before { border-color: transparent }
.widget_nav_menu .menu [class^="icon-"]:before, .widget_nav_menu .menu [class*=" icon-"]:before {
    left: 0;
    top: 8px;
}
.widget_nav_menu li:first-child { border-top: 0 }
.widget_nav_menu li:last-child { border-bottom: 0 }
.widget_nav_menu .sub-menu li:first-child { border-top: 0 }
/*-[ Tab widget ]------------------------------*/
#tabber {
    display: block;
    height: auto;
    margin: 0;
    overflow: hidden;
    background: #FFF;
    text-transform: uppercase;
}
#tabber .meta { display: inline-block }
#tabber .readMore { margin-top: 3px }
#tabber .inside {
    padding: 0;
    margin-top: 0;
    border-top: none !important;
    border: 1px solid #ddd;
}
#tabber ul.tabs {
    overflow: hidden;
    height: 42px;
    text-align: center;
}
#tabber ul.tabs li {
    background: none;
    float: left;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: none !important;
    width: 50%;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
}
#tabber ul.tabs li a {
    display: block;
    float: left;
    margin: 0;
    text-align: center;
    line-height: 25px;
    padding: 10px 0;
    width: 100%;
    font-weight: normal;
    background: #EFEFEF;
    color: #222;
    font-weight: bold;
}
#tabber ul.tabs li a.selected {
    width: 100%;
    background: #E32;
    margin: 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
}
#tabber ul.tabs li:last-child > a.selected { width: 100% !important }
#tabber ul.tabs li.tab-recent-posts a {
    margin: 0;
    border-left: 0;
    text-align: center;
}
#tabber ul.tabs li a:hover { text-decoration: none }
#tabber .inside li {
    list-style: none;
    padding: 13px 10px 15px  15px;
    margin-left: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #D7D7D7;
}
#tabber .inside li:hover { background: #EEE }
#tabber .inside li:first-child { border-top: 1px solid #FFFFFF }
#tabber .inside li a { line-height: 1 }
#tabber .inside li div.info {
    display: block;
    top: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}
#tabber .inside li div.info .entry-title {
    margin-bottom: 0;
    font-weight: bold;
}
.widget li .meta {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 2px;
    text-transform: none;
}
#tabber .tab-thumb {
    border: 1px solid #f0f0f0;
    padding: 4px;
    background: #fff;
    float: left;
    display: inline;
    margin: 0px 12px 0px 0px;
}
#tabber .inside .tabsSep {
    margin-top: 7px;
    width: 100%;
    height: 1px;
    background-color: #e8e5de;
    clear: both;
    float: left;
}

/*-[ Tables ]--------------------*/
table th, table td {
    padding: 7px 7px;
    text-align: center;
}
tbody th {
	width: 100px;
}
/*-[ Search Form 固有 ]------------------*/
#searchform2 {
	display: none;
}
.gnav-member-menu {
	display: none;
}
.top-main-img {
	padding-bottom: 5px;

}
.top-search {
	padding-bottom: 30px;
}
#searchform3 {
    padding: 0;
    clear: both;
    width: 100%;
}
#s3 {
    width: 99.6%;
    border: 1px solid #E2E2E2;
    float: left;
    padding: 7px 0;
    height: 22px;
    text-indent: 10px;
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #F5F5F5;
    position: relative;
    z-index: 1;
}
#searchform3 fieldset {
    float: left;
    position: relative;
    width: 100%;
}
.article #searchform3 fieldset {
    float: none;
    max-width: 622px;
}
.article #searchform3 .icon-search {
    height: 28px;
    width: 13%;
}
/*-[ Sidebar ]---------------------*/
.sidebar.c-4-12 {
    max-width: 300px;
}
.widget {
    margin-bottom: 30px;
}
.widget .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #545E68;
    font-size: 12px;
}
.widget li a {
    display: block;
    line-height: 24px;
    padding: 6px 0;
}
.widget li a:hover {
    background-color: #DEE3E6;
}
.widget li a:before {
    font-family: 'FontAwesome';
    content:"\f1ad";
    padding: 0 5px;
}
.widget .kiji li a:before {
    font-family: 'FontAwesome';
    content:"\f044";
    padding: 0 5px;
}
.widget li {
    list-style-type: none;
    border-bottom: 1px dotted #cccccc;
}
.widget li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget .sidebar-member-menu h3:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    content: "";
}

.widget h3,
.banner_list h3 {
	position: relative;
    font-size: 20px;
    line-height: 1;
    clear: both;
    padding-left: 10px;
    margin: 0 0 10px 0;
    border-left: 7px #234059 solid;
}

.banner_list li {
    margin: 0 0 7px 0;
    list-style-type: none;
}

.widget ul {
	padding-left: 6px;
}

/*-[ Social Profile Widget ]--------------------------*/
.social-profile-icons { overflow: hidden }
.social-profile-icons ul li {
    background: none;
    border: none;
    float: left;
    list-style-type: none;
    margin: 0 5px 10px;
    padding: 0;
    text-indent: -999em;
}
.social-profile-icons ul li a {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.social-profile-icons ul li a:hover { opacity: 0.7 }
.social-dribbble a { background: url(images/social-dribbble.png) no-repeat }
.social-email a { background: url(images/social-mail.png) no-repeat }
.social-facebook a { background: url(images/social-facebook.png) no-repeat }
.social-gplus a { background: url(images/social-googleplus.png) no-repeat }
.social-linkedin a { background: url(images/social-linkedin.png) no-repeat }
.social-pinterest a { background: url(images/social-pinterest.png) no-repeat }
.social-rss a { background: url(images/social-rss.png) no-repeat }
.social-stumbleupon a { background: url(images/social-stumbleupon.png) no-repeat }
.social-twitter a { background: url(images/social-twitter.png) no-repeat }
.social-youtube a { background: url(images/social-youtube.png) no-repeat }
.social-flickr a { background: url(images/social-flickr.png) no-repeat }
.social-lastfm a { background: url(images/social-lastfm.png) no-repeat }
.social-tumblr a { background: url(images/social-tumblr.png) no-repeat }
.social-vimeo a { background: url(images/social-vimeo.png) no-repeat }
/*-[ Footer ]-------------------*/
body > footer {
    overflow: hidden;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
    background: #EFEFEF;
    color: #555;
}
body > footer .widget { padding: 2px 0 0 0 }
body > footer .sidebar .widget .title {
    font-size: 135%;
    color: #D4D8DB;
}
footer .widget { margin-bottom: 0px }
footer .widget li a { color: #EE210B }
footer .widget li a:hover { color: #222 }
footer {
    position: relative;
    overflow: hidden;
    clear: both;
    line-height: 20px;
}
footer .container { max-width: 100% }
.carousel {
    padding: 0 2.2% 0 2.2%;
    overflow: hidden;
}
.carousel .excerpt {
    float: left;
    max-width: 140px;
    margin-right: 2%;
    width: 15%;
}
.carousel .excerpt:last-child { margin-right: 0 }
.carousel a { color: #2a2a2a }
.carousel .featured-title {
    font-size: 12px;
    margin-top: 10px;
    float: left;
    /*font-family: open sans;*/
}
.carousel .excerpt div.hover {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    -webkit-transition: all 0.20s linear;
    -moz-transition: all 0.20s linear;
    transition: all 0.20s linear;
}
.carousel .excerpt:hover div.hover {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}
.carousel a div {
    overflow: hidden;
    position: relative;
}
footer .carousel img { margin-top: 0 }
.carousel .excerpt:hover div.hover { opacity: 1 }
.carousel .excerpt div.hover span {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    background: url('images/zoom.png') center no-repeat;
}
.foot-logo {
    float: left;
    margin-right: 10px;
}
.copyright-left-text {
    float: left;
    padding-top: 12px;
}
.copyright-text {
    float: left;
    padding-top: 12px;
    margin-left: 5px;
}
.footer-navigation {
    float: right;
    margin: 10px 0;
}
.footer-navigation ul li { float: left }
.footer-navigation ul ul { display: none }
.footer-navigation a {
    color: #9b9b9b;
    /*text-transform: uppercase;*/
    padding: 0 0 0 25px;
}
.footer-navigation ul li:first-child a { padding-left: 0 }
.copyrights {
    float: left;
    width: 95.7%;
    clear: both;
    background: #eee;
    padding: 20px 2.2% 10px 2.2%;
    margin-top: 25px;
    color: #9b9b9b;
    font-size: 14px;
    /*text-transform: uppercase;*/
    position: relative;
    border-top: 1px solid #E2E2E2;
}
#copyright-note {
    width: 1060px;
    margin: 0 auto;
    clear: both;
    max-width: 100%;
}
#copyright-note span {
    vertical-align: text-top;
    float: left;
    line-height: 2;
}
#copyright-note span a:first-child {
    float: left;
    margin-right: 5px;
}
a.toplink {
    display: inline-block;
    line-height: 2;
    padding-right: 0;
    position: absolute;
    left: 12px;
    top: 9px;
    width: 27px;
    height: 27px;
    background: url(images/top.png) no-repeat center center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.toplink .icon-long-arrow-up {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 6px;
}
#sidebars .wp-post-image, footer .wp-post-image {
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 15px;
}
.postsby {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.2;
}
/*-[ Hover transition ]---------------------------*/
.mts-subscribe input[type="submit"], .readMore a, #commentform input#submit {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
/*-[ Related Posts ]---------------------------*/
.related-posts {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.related-posts .meta {
    margin-top: 0;
    line-height: 1;
    margin-top: 5px;
}
.related-posts li {
    width: 48.5%;
    margin-right: 3%;
    float: left;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #D8D7D7;
}
.single_post .related-posts a { color: #2A2A2A }
.single_post .related-posts .meta a { color: #999 }
.rthumb {
    float: left;
    margin-right: 10px;
}
.related-posts .last {
    margin-right: 0;
    float: right;
}
.related-posts ul {
    margin-left: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 0;
}
.related-posts h5 {
    padding-left: 80px;
    color: #919191;
    text-transform: uppercase;
    font-size: 14px;
}
.related-posts h3 {
    font-size: 18px;
    margin: 0;
    line-height: 1;
    border-bottom: 1px solid #d8d7d7;
    padding-bottom: 6px;
}
.relatedthumb img { margin-top: 4px }
/*-[ Author Box ]---------------------------*/
.postauthor p {
    padding-top: 0px;
    font-size: 15px;
    margin-bottom: 0;
}
.postauthor-top span {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.postauthor-top .thetime {
    font-weight: normal;
    font-size: 12px;
    color: #999;
    display: inline-block;
    text-transform: none;
    line-height: 1;
}
.postauthor {
    min-height: 125px;
    float: left;
    clear: both;
    padding: 15px 2.4% 0 2.4%;
    background: #EEEEEE;
    border: 1px solid #E1E1E1;
    width: 94.8%;
}
.postauthor h4 {
    font-weight: bold;
    font-size: 18px;
}
.postauthor h5 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
.postauthor img {
    float: left;
    margin: 5px 20px 15px 0;
}
.postauthor h4 a { color: #473636 }
/*-[ Tags ]---------------------------*/
.tags {
    margin: 5px 0 10px 0;
    width: 100%;
    float: left;
}
.tags a { margin-left: 5px }
/*-[ Misc ]---------------------------*/
.clear { clear: both }
.left, .alignleft { float: left }
.right, .alignright { float: right }
.navigation .alignright, .navigation .alignleft { margin-bottom: 15px }
.last, .post.excerpt.last {
    margin-right: 0;
    clear: none;
}
/*-[ Tag widget ]------------------------------*/
.tagcloud a {
    /*font-size: 14px!important;*/
    /*padding: 2px 7px;*/
    margin-bottom: 5px;
    float: left;
    margin-right: 4px;
    vertical-align: bottom;
    background-color: #fff !important;
    color: #002053!important;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.tagcloud a:hover {
    color: #fff!important;
    background: #2a2a2a;
}

/*-[ Ad Widgets ]------------------------------*/
.ad-125 ul {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
    max-width: 100%;
}
.ad-125 li {
    float: left;
    border: none;
    list-style: none!important;
    padding-left: 0;
    background: none;
    margin-bottom: 15px;
    margin-left: 0;
    max-width: 45%;
}
.ad-125 .evenad { float: right!important }
.ad-125 li:nth-last-child(2), .ad-125 li:last-child { margin-bottom: 0 }
/*-[ Calender Widget ]-------------------------*/
#wp-calendar {
    margin-bottom: 0;
    border: 0;
}
#wp-calendar td {
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#wp-calendar tbody {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 0;
}
#wp-calendar tbody th { border-bottom: 1px solid #CFCFCF }
#wp-calendar caption {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}
#wp-calendar #prev {
    text-align: left;
    padding-left: 12px;
}
#wp-calendar thead th {
    padding: 10px 0;
    text-align: center;
}
#wp-calendar tfoot {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 0;
}

/*-[Comments]--------------*/
.total-comments {
    font-size: 18px;
    line-height: 32px;
    color: #343434;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #D8D7D7;
}
.cnumber { color: #2DB2EB }
#comments {
    padding: 0;
    background-color: transparent;
    margin-top: 25px;
    float: left;
    clear: both;
    width: 100%;
}
#commentsAdd {
    background-color: transparent;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
}
#comments .avatar {
    float: left;
    margin-right: 20px;
    width: 11.3%;
}
.comment time {
    border-left: 1px solid #B3B3B3;
    margin-left: 5px;
    padding-left: 12px;
    color: #939291;
    font-size: 13px;
}
ul.children .commentImageLeft {
    width: 60px;
    height: 90px;
    border-left: 1px solid #c1bbb6;
    border-bottom: 1px solid #c1bbb6;
    position: absolute;
    top: -50px;
    left: -70px;
}
input.text-input, #commentform input { padding: 10px }
input#author, input#email, input#url {
    width: 360px;
    border: 1px solid #E1E1E1;
    background: #fff;
    font-size: 14px;
    display: block;
    max-width: 85%;
    float: right;
    padding: 10px 2%;
}
input#author, input#email, input#url, #comment {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.contactform input[type="text"] { width: 380px }
#cancel-comment-reply-link {
    float: right;
    line-height: 24px;
    margin-top: 0;
}
.contact-submit, #cancel-comment-reply-link {
    color: red;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: -25px;
    text-decoration: underline;
    z-index: 100;
    position: relative;
}
#commentform {
    border: 1px solid #E1E1E1;
    overflow: hidden;
    padding: 10px 5%;
    width: 89.6%;
    background: #EEEEEE;
}
#commentform input#submit {
    line-height: 1;
    background-color: #38B7EE;
    padding: 12px 15px 11px;
    color: #fff;
    text-decoration: none;
    float: right;
    cursor: pointer;
    display: inline-block;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
    font-family: inherit;
}
#commentform input#submit:hover {
    color: #fff;
    background: #2a2a2a;
}
ol.commentlist {
    margin-left: 0;
    overflow: hidden;
}
.commentlist li {
    list-style: none;
    margin: 0 0 20px 0;
    padding-left: 0;
    float: left;
    width: 100%;
}
.commentlist p { margin-bottom: 1em }
.commentlist p:last-child { margin-bottom: 0 }
.comment-author { position: relative }
.comment-author:before {
    border-color: rgba(0, 0, 0, 0) #D2D2D2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 14px 15px 15px;
    bottom: 21px;
    content: " ";
    left: 10.8%;
    position: absolute;
}
.comment-author:after {
    border-color: rgba(0, 0, 0, 0) #F7F5F6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 12px 14px 15px;
    bottom: 21px;
    content: " ";
    left: 11.2%;
    position: absolute;
}
.fn {
    color: #939291;
    font-size: 13px;
    line-height: 1.375em;
}
.fn a { color: #939291 }
.comment-meta {
    font-size: 12px;
    font-style: italic;
}
.comment-meta a { color: #888 }
.commentmetadata {
    background: #EEEEEE;
    border: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    overflow: hidden;
    padding: 12px;
}
.commentmetadata ul, .commentmetadata ol, .commentmetadata ul ol, .commentmetadata ol ul { margin-top: 0 }
.commentmetadata li {
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
    list-style: square;
}
.commentmetadata ol li { list-style: decimal }
.comment-metadata {
    background: #F7F5F6;
    border: 1px solid #D2D2D2;
    border-bottom: 0;
    overflow: hidden;
    padding: 15px 12px;
    position: relative;
}
.reply { float: right }
.reply a {
    float: right;
    font-size: 13px;
    line-height: 22px;
}
.commentlist .children {
    margin-left: 17%;
    margin-bottom: 0;
    margin-top: 0;
    float: left;
    width: 83%;
}
.commentlist .children li { }
.avatar { float: left }
#respond h3 { margin: 0 }
.comment-respond { margin-top: 30px }
#respond h4 {
    font-size: 18px;
    line-height: 32px;
    color: #343434;
    font-weight: bold;
    border-bottom: 1px solid #D8D7D7;
    margin-bottom: 25px;
}
.cancel-comment-reply a {
    float: right;
    margin-top: -8px;
    font-size: 14px;
}
.comment-awaiting-moderation {
    font-style: italic;
    font-weight: bold;
}

/*-[ Comment Form ]----------------------------*/
#commentform textarea {
    width: 360px;
    border: 1px solid #E1E1E1;
    background: #fff;
    font-size: 14px;
    padding: 2%;
    line-height: 25px;
    font-family: inherit;
    float: right;
    max-width: 85%;
}
#commentform p {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
}
#commentform p label {
    display: inline-block;
    margin-bottom: 2px;
    padding-bottom: 5px;
    padding-top: 5px;
    float: left;
}
.required {
    color: #a8a8a8;
    font-size: 16px;
    font-style: italic;
    padding: 0;
    line-height: 1;
}
.comment-notes .required {
    padding-left: 0;
    padding-top: 3px;
}
.comment-notes, .logged-in-as { margin-top: 15PX }
.comment-form-left {
    float: left;
    width: 50%;
}
.comment-form-right {
    float: right;
    width: 50%;
}
input#author:focus, input#email:focus, input#url:focus, #contactForm textarea:focus, #commentform textarea:focus { border-color: #c9a096 }

.social-button {
    margin: 0 0 10px 0;
    width: auto;
    height: auto;
    display: inline-block;
}
.hatebu-button {
	float: left;
	padding-right: 16px !important;
}
.twitter-button {
	float: left;
	display: inline-block;
}
.twitter-share-button {
	padding-right: 16px !important;
}
.fb-share-button {
	float: left;
	width: auto !important;
	padding-right: 16px !important;
	overflow: visible !important;
}
.fb_iframe_widget{
	float: left;
	width: auto;
	overflow: visible !important;
}
#___plusone_0 {
	float: left !important;
	width: 65px !important;
}
#___plusone_0 iframe {
	width: 65px !important;
}
.header-fb {
	padding-top: 20px;
	float: right;
}
.fb-like-box, .fb-like-box span, .fb-like-box iframe {
	width: 100% !important;
}
.fb-like-box {
	margin-top: 9px;
}

.related_post_title {
	font-size: 20px !important;
}

.post-content .client_name, .post-content .name, .post-content .tel, .post-content .postcode, .post-content .postaddress, .post-content .tanto, .post-content .fax, .post-content description, .post-content .photo {
	display: none;
}

/* 写真 */
.main-image {
	max-height: 400px;
	margin-bottom: 12px;
	overflow: hidden;
}
.main-image img {
	max-height: 400px;
}
.sub-image img {
	max-height: 200px;
	max-width: 300px;
	width: 100%;
	display: inline;
}
.two-sub-image {
	display: inline;
	overflow: hidden;
	max-height: 200px;
	float: left;
	width: 298px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.two-sub-image img{
	max-width: none;
	width: 100%;
}

/*-[ プロフィールの表(single.php)固有 ]---------------------------*/
.profile-box {
  border-color: #234059;
  background: #DEE3E6;
}
.profile-title {
  width: 120px;
  border-top: 1px solid #234059;
  color: #234059;
}
.profile-value {
  border-top: 1px solid #234059;
  border-left: 1px solid #234059;
}

.tag_area:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f9f9f9 transparent;
    position: absolute;
    margin-top: -10px;
    left: 50px;
}

.tag_area {
  clear: both;
  line-height: 16px;
  background-color: #f9f9f9;
  padding: 0 3px;
}

.tag_area .profile-list li {
  padding: 2px;
  margin: 5px;
  border: none;
  display: block;
  line-height: 160%;
}

.tag_area .profile-list li a {
  color: #444444;
}
.bizceed_auto_regist {
	margin-bottom: 10px;
}
.description.client-item {
	margin-bottom: 24px;
}
.soudan {
	margin: 20px 0 20px 0;
}
.referrer-form {
	display: none;
}
.referrer-form div {
    display: none;
}

/* 詳細ページ */
.appeal {
    background-color: #FFE2E5;
}

.sample-single-img {
	float: right;
	margin: 5px;
	width: 180px;
}

.reg-button {
    width: 100%;
    font-size: 18px;
    margin: 30px auto;
}

.reg-button a,
.post-content.reg-button a {
    padding: 10px!important;
    font-size: 20px!important;
}


.reg-button a:before {
    font-family: 'FontAwesome';
    content:"\f044";
    padding-right: 3px;
}

.reg-button a:hover {
    color: #ffffff!important;
}


/* トップページ */
.top_kiji_block {
    overflow: auto;
    margin: 0 0 0 0;
}

.freedrink {
    font-weight: bold;
    color: #fa9102;
}

/* 記事ページ */
.news_area {
    overflow: hidden;
}

.news_area .main_img {
    margin: 0 0 2px 0;
}

.news_area .news_title {
    color: #234059;
    border-bottom: 1px dashed #234059;
    margin: 10px 0 10px 0;
    padding: 0 0 5px 0;
}

.news_area h2,
.topics_area .thecontent h2,
.post-content h2 {
    margin-top: 30px;
    padding-left: 5px;
    font-size: 20px;
    color: #234059;
    background-color: #DEE3E6;
    line-height: 34px;
}

.topics_kiji,
.topics_search {
    margin: 40px 0 10px 0;
    font-size: 20px;
    color: #234059;
    padding-bottom: 5px;
    border-bottom: 3px solid #234059;
}

.topics_kiji:before {
    font-family: 'FontAwesome';
    content:"\f044";
    padding-right: 5px;
}

.topics_search:before {
    font-family: 'FontAwesome';
    color: #234059;
    content:"\f002";
    padding-right: 5px;
}

.news_area h1:before {
    font-family: 'FontAwesome';
    color: #234059;
    content:"\f044";
    padding-right: 5px;
}

.news_area h2:before,
.topics_area .thecontent h2:before,
.post-content h2:before {
    font-family: 'FontAwesome';
    color: #234059;
    content:"\f0a9";
    padding-right: 5px;
}

.news_area h2 {
    padding-left: 5px;
    font-size: 20px;
    color: #234059;
    background-color: #DEE3E6;
}

.news_area h3 {
    font-size: 18px;
}

.news_area h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #234059;
}

.news_area h3:before {
    font-family: 'FontAwesome';
    color: #234059;
    content:"\f046";
    padding-right: 5px;
}

.news_area .formula {
    padding: 5px;
    background-color: #dddddd;
    border: 1px dashed #aaaaaa;
    font-weight: bold;
}

.this_category {
    margin-bottom: 20px;
}

.this_category .casettle {
    list-style-type: none;
    width: 50%;
    max-height: 265px;
    float: left;
    text-align: center;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.this_category .casettle a {
    display: block;
    padding: 5px;
}

.this_category .casettle a:hover {
    background-color: #DEE3E6;
}

/* 記事ページアーカイブ */
.archive_list__cassette {
    width: 100%;
    overflow: auto;
    list-style-type: none;
}

.archive_list__cassette p {
    margin: 0;
    padding: 0;
}

.archive_list__cassette a {
    display: block;
    padding: 10px;
    overflow: auto;
    color: #2A2A2A;
}

.archive_list__cassette a:hover {
    background-color: #DEE3E6;
}

.archive_list__title {
    margin: 0 0 5px 0;
    font-size: 18px;
}

.archive_list__title:before {
    font-family: 'FontAwesome';
    color: #234059;
    content:"\f044";
    padding-right: 5px;
}

.archive_list__cassette .left_area {
    width: 38%;
    float: left;
    margin-right: 2%;
}

.archive_list__cassette .right_area {
    width: 60%;
    float: left;
}

.archive_list__cassette .right_area span {
    float: right;
}

.topics_title {
    font-size: 30px;
    padding: 10px 8px;
    color: #234059;
    border-bottom: 5px solid #B1E0DA;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e5f4f3', endColorstr = '#cbeae7');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e5f4f3', endColorstr = '#cbeae7')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #e5f4f3, #cbeae7);
    background-image: -ms-linear-gradient(top, #e5f4f3, #cbeae7);
    background-image: -o-linear-gradient(top, #e5f4f3, #cbeae7);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#e5f4f3), to(#cbeae7));
    background-image: -webkit-linear-gradient(top, #e5f4f3, #cbeae7);
    background-image: linear-gradient(top, #e5f4f3, #cbeae7);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.topics_title__top {
    font-size: 20px;
    padding: 8px;
}


/* フォーム取り次ぎ画像 */
.toritsugi .text {
    width: 83%;
    float: left;
}

.toritsugi img {
    float: left;
    width: 15%;
    padding: 0 2% 0 0;
}

/*トップ用入居者募集情報*/
.pick_news_list_wrap {
    margin-bottom: 10px;
}

/*入居者募集情報ここから*/
.pick_news_icon {
    color: #ffffff;
    background-color: #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0 4px;
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
    display: inline-block;
}

.pick_news_icon__before {
    background-color: #007F40;
}

.pick_news_icon__after {
    background-color: #7F001A;
}

.pick_news_icon__close {
    background-color: #FFBF00;
}

.pick_news_icon__present {
    background-color: #0080FF;
}


.pick_news_caution {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.pick_news_caution__before {
    color: #007F40;
}

.pick_news_caution__after {
    color: #7F001A;
}

.pick_news_caution__close {
    color: #FFBF00;
}

.pick_news_caution__present {
    color: #0080FF;
}



.pick_news_list {
}

.pick_news_list li {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px dotted #cccccc;
}

.caution {
    color: #B80202;
}

/*入居者募集情報アーカイブここから*/
.archive__pick_news a:hover {
    text-decoration: none!important;
}


.archive__pick_news_title {
    font-size: 18px;
    margin-bottom: 5px;
}





/*創業手帳の無料申し込み導線改善(ID 01)ここから*/
#app_banner {
    max-width: 620px;
}

#app_banner a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
/*創業手帳の無料申し込み導線改善(ID 01)ここまで*/

/*無料申し込みEFO(ID 02)ここから*/
.basic_form label span,
.questionnaire_form label span {
    line-height: 28px;
}

.basic_info {
  background: #DEE3E6;
  color: #234059;
}

.add_bt {
    margin: 20px auto;
    text-align: center;
    clear: both;
}

form .basic_form p {
    margin: 20px 0 0;
}
form .basic_form .control-group-a p {
    margin: 7px;
}
form .basic_form p.add_bt {
    margin-bottom: 20px;
}
p.add_bt button.basic_btn {
    font-size: 18px;
}
button.basic_btn {
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #febb5f;
    background: -webkit-gradient(linear, left top, left bottom, form(#febb5f), bottom(#fa9102));
    background: -webkit-linear-gradient(top, #febb5f 0%, #fa9102 100%);
    background: linear-gradient(to bottom, #febb5f 0%,#fa9102 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
    border: 1px solid #fa9000;
    color: #fff !important;
    text-shadow: 1px 1px 1px #b26904;
    cursor: pointer;
}
.check_privacy {
    margin-left: 7px;
}
.error_msg {
    color: #FF0000;
}

/*無料申し込みEFO(ID 02)ここまで*/
.footer_tag_area {
    width: 24%;
    margin: 10px auto;
    float: left;
}

.footer_tag_area--large {
    width: 28%;
}

.footer_tag_area .main_title {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #9b9b9b;
}

.footer_tag_area .sub_title {
    margin: 0 0 5px 0;
    font-size: 14px;
}

.c-footer_credit {
    background-color: #000000;
    line-height: 32px;
    clear: both;
    color: #ffffff;
    text-indent: 24px;
}

.c-footer_credit a {
    color: #ffffff;
    text-decoration: underline;
}

.c-footer_credit a:hover {
    text-decoration: none;
}

.footer_tag_list_sp {
    display: none;
}

/* フッタースクエアバナー */
.footer_square {
  padding-top: 20px;
  text-align: center;
}

.footer_square .footer_square__left {
  width: 300px;
  margin: 0 auto 10px auto;
  padding-right: 10px;
  display: inline-block;
}

.footer_square .footer_square__right {
  width: 300px;
  margin: 0 auto 10px auto;
  display: inline-block;
}

/* フッターバナー */
.foot_banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #000000;
  z-index: 1000;
  display: none;
  height: 50px;
}
.foot_banner a {
    width: 320px;
    height: 50px;
    display: block;
    color: #ffffff;
    margin: 0 auto;
    padding-top: 0;
}
.foot_banner a:hover {
    color: #ffffff;
    text-decoration: none!important;
}

.foot_banner a strong {
    font-size: 13px;
    line-height: 16px;
}

.foot_banner a p {
    font-size: 11px;
    color: #cccccc;
    line-height: 12px;
}

/* 右サイドバナー広告300x100 */
.side-top-banner300x100 {
    width: 300px;
    margin: 0 auto 10px auto;
    clear: both;
}

.side-top-banner300x250 {
    width: 300px;
    height: 250px;
    margin: 0 auto 20px auto;
    clear: both;
}

.side-top-banner300x250 img,
.side-top-banner300x100 img {
    width: 100%;
    vertical-align: bottom;
}

/* 基本デザイン */
.mark {
    padding: 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    float: right;
}

.mark__share {
    background-color: #327180;
    color: #ffffff!important;
}

.mark__virtual {
    background-color: #2F804D;
    color: #ffffff!important;
}

.mark__coworking {
    background-color: #6B8032;
    color: #ffffff!important;
}

.mark__rental {
    background-color: #80562F;
    color: #ffffff!important;
}

.mark__event {
    background-color: #80395B;
    color: #ffffff!important;
}

.mark__cafe {
    background-color: #683B80;
    color: #ffffff!important;
}

.mark__incubation {
    background-color: #224B82;
    color: #ffffff!important;
}

.mark__meeting {
    background-color: #3B4780;
    color: #ffffff!important;
}


.basic_btn__member {
    background: #000095;
    background: -webkit-gradient(linear, left top, left bottom, form(#000095), bottom(#00156A));
    background: -webkit-linear-gradient(top, #000095 0%, #00156A 100%);
    background: linear-gradient(to bottom, #000095 0%,#00156A 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
    border: 1px solid #000113;
    color: #fff !important;
    text-shadow: 1px 1px 1px #17550F;
}

.basic_btn__user {
    background: #FB8C3C;
    background: -webkit-gradient(linear, left top, left bottom, form(#FB8C3C), bottom(#CE610D));
    background: -webkit-linear-gradient(top, #FB8C3C 0%, #CE610D 100%);
    background: linear-gradient(to bottom, #FB8C3C 0%,#CE610D 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
    border: 1px solid #A1340D;
    color: #fff !important;
    text-shadow: 1px 1px 1px #A1340D;
}

.consult_btn {
    text-align: center;
    margin-bottom: 50px;
    font-size: 22px;
}

.no-results .consult_btn {
	margin-top: 20px;
}

.cnv_btn {
    display: block;
    width: 98%;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0 40px 0;
}

.basic_btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.wrap_title {
  font-size: 16px;
  line-height: 1.4;
  padding: 6px 0 6px 0;
  margin-top: 20px;
}

.event_alert:before {
  font-family: 'FontAwesome';
  content: "\f017";
  padding: 0 2px;
}

.basic_btn__sidebar {
    display: block;
    clear: both;
    text-align: center;
}

.event_alert {
    display: block;
    float: right;
    color: #ffffff!important;
    padding: 0 3px;
    background-color: #FF5C26;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #FF5C26;
    margin: 0 0 0 5px;
}

.event_alert:hover {
    background-color: #ffffff;
    border: 1px solid #FF5C26;
    color: #FF5C26!important;
    text-decoration: none!important;
}

.search-form-top {
    margin-bottom: 30px;
}


/*-[ search_form ]---------------------------*/
.search-form input[type=text] {
    box-sizing: content-box;
}
.p-search_form {
    clear: both;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px dashed #234059;
}
.p-search_form__detail_wrap {
    margin: 0 0 20px 0;
}
.p-search-form__title {
    margin: 0 0 10px 0;
    background-color: #DEE3E6;
    color: #333333;
    padding: 3px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 16px;
    color: #234059;
}

.p-search-form__title-type:before {
  font-family: 'FontAwesome';
  content: "\f0f7";
  padding: 0 3px 0 0;
}

.p-search-form__title-area:before {
  font-family: 'FontAwesome';
  content: "\f124";
  padding: 0 3px 0 0;
}

.p-search-form__title-event:before {
  font-family: 'FontAwesome';
  content: "\f0c0";
  padding: 0 3px 0 0;
}

.p-search-form__title-free:before {
  font-family: 'FontAwesome';
  content: "\f11c";
  padding: 0 3px 0 0;
}

.p-search_form__area_table {
    font-size: 14px;
}
.p-search_form .p-search_form__area_table label {
    margin-right: 0px;
}
.p-search_form__area_table dt {
    float: left;
    width: 90px;
    clear: both;
    padding: 0 15px 0 0;
}
.p-search_form__area_table dd {
    padding: 0 15px 0 0;
}
.p-search_form__area_table ul {
    list-style: none;
    margin: 0;
}
.p-search_form__area_table li {
    width: 85px;
    display: inline-block;
    padding: 0;
    margin: 0 0 6px 0;
}

.p-search_form__area_table li:last-child {
    margin-right: 0;
}

.p-search_form label {
    cursor: pointer;
    margin: 0 15px 0 0;
}

.p-search_form__decide_btn {
    text-align: center;
    margin: 25px 0 0 0;
}

input.search-word {
    width: 90%;
}

.p-search_form__submit {
    font-size: 18px;
    line-height: 28px;
    width: 150px;
    padding: 5px!important;
}

.p-biz_form_error {
    font-size: 18px;
    line-height: 32px;
    color: #ff0000;
}

/* ユーティリティー */
.u-item dt {
    margin-right: 10px;

}

/* 有料デザイン */
.p-synth_concept {
    padding: 5px 8px;
    background-color: #F5F7F7;
    margin-bottom: 20px;
    border: 1px dotted #DEE3E6;
}

.p-synth_middle_title {
    margin: 30px 0 10px 0;
    color: #4B1E87;
    border-bottom: 2px solid #4B1E87;
}

.p-synth_small_title:before {
  font-family: 'FontAwesome';
  content: "\f18e";
  padding: 0 2px;
}

.p-synth_small_title {
    font-size: 18px;
}

/* 有料プラン用デザイン */
.p-recommend_option {
    font-size: 12px;
    background-color: #CC000B;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px;
    vertical-align: text-top;
}

.p-recommend_option:before {
  font-family: 'FontAwesome';
  content: "\f06e";
  padding: 0 2px;
}

.p-recommend_option--lists {
  position: absolute;
  display: block;
  line-height: 18px;
  margin: 3px 0 0 3px;
}

/* ヘッダー告知 */
.c-header_information {
    margin: 10px 20px 0 20px;
    text-align: center;
}

.c-header_information p {
    display: block;
    text-align: left;
    border: dashed 1px #234059;
    font-size: 13px;
    padding: 2px 5px 2px 20px;
    position: relative;
    margin-bottom: 0;
}

.c-header_information p:before {
  font-family: 'FontAwesome';
  content: "\f129";
  padding: 0 3px 0 0;
  position: absolute;
  top: 8%;
  left: 8px;
  color: #234059;
}

/* エリア選択上部SEOテキスト */
.p-area_top_text__wrap {
    clear: both;
    padding-top: 100px;
}

.p-area_top_text {
    clear: both;
    line-height: 18px;
    border-top: 3px solid #cccccc;
    border-bottom: 1px dashed #cccccc;
    padding: 10px 0;
    color: #666666;
}

/* リージャスLP対応 */
.p-regus_lp__select_bt {
    font-size: 24px;
    width: 38%;
    background-color: #e10034;
    display: inline-block;
    text-align: center;
    padding: 3% 3%;
    margin: 3% 3%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
}

.p-regus_lp__select_bt:hover {
    background-color: #000000;
    color: #ffffff;
}

.p-regus_lp__menu {
    overflow: hidden;
    margin-bottom: 30px;
}

.p-regus_lp__menu li {
    float: left;
}

.p-regus_lp__menu li:after {
    content: "|";
    margin: 0 5px 0 5px;
}

.p-regus_lp__area_title:before {
    font-family: 'FontAwesome';
    content: "\f041";
    padding: 0 5px 0 0;
    color: #e10034;
}

.p-regus_lp__station_title:before {
    font-family: 'FontAwesome';
    content: "\f238";
    padding: 0 5px 0 0;
    color: #e10034;
}

.p-regus_lp__area_title {
    border-bottom: 1px dashed #cccccc;
}

.p-regus_lp__station_title {
    border-bottom: 1px dashed #cccccc;
}

.p-regus_lp__sub_title {
    margin: 0 0 5px 0;
}

.p-regus_lp__list {
    overflow: auto;
    margin: 0 0 20px 0;
}

.p-regus_lp__list li {
    float: left;
    width: 310px;
    margin: 0 0 5px 0;
}

.p-regus_lp__list li a {
    display: block;
}

.p-regus_lp__list li a:hover {
    background-color: #DEE3E6;
}

.p-regus_lp__list li a:before {
    font-family: 'FontAwesome';
    content: "\f1ad";
    padding: 0 2px;
}

/*
Object-Project（プロジェクト）--------------------------------------------------------------------------------------------
プロジェクト固有のパターン
いくつかのComponentと、それに該当しない要素によって構成
記事一覧や、画像ギャラリーなどコンテンツを構成する要素
p-の接頭辞を付与する
*/

/*-[ topメインビジュアル ]---------------------------*/
#main_vidual {
    display: none;
}

.sp-caption-container {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}

/*-[ single投稿 ]---------------------------*/
.biz_pageclip_btn:before,
.biz_inforequest_btn_add:before,
.biz_inforequest_btn_m:before,
.biz_interest_btn:before,
.biz_for_top_btn:before {
    color: #234059;
}

/*
Object-Component（コンポーネント）--------------------------------------------------------------------------------------------
再利用できるパターンとして、小さな単位のモジュールを定義
Bootstrapのbuttonのようなもの
出来る限り、最低限の機能を持ったものとして定義されるべきで、固有の幅や色などの特色を持つことは避けるのが望ましい
c-の接頭辞を付与する
*/

/* 一覧表示カセット */
.excerpt {
    margin-bottom: 25px;
}

.importance {
    background: #DEE3E6;
    border: 4px solid #234059;
}

.importance dt {
    color: #234059;
    margin-bottom: 10px;
}

.c-sub_page_menu__list a:hover,
.c-sub_page_menu__list--current a {
    background-color: #ffffff;
    color: #234059;
    border-bottom: 3px solid #234059;
}
