@charset "UTF-8";
/*
Theme Name: Web Problem Solving Salon Theme
Description:集まる集客 ウェブのお悩み解決サロンのテーマです。
Author:アクティブノート
Author URI:http://www.active-note.jp/
Version: 1.0
*/

/****************************************

	reset

*****************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img {
	vertical-align: top;
}
body {
	line-height: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
ol {
	margin-left: 2em;
}
/****************************************

	main Layout

*****************************************/

body {
	background-color: #fff;
	color: #333;
	font: 14px/1.6em "メイリオ", Meiryo, verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html {
	overflow-y: scroll;
}
html, body {
	overflow-x: hidden;
}
#header {
	padding: 0;
}
#header-inner {
	width: 1200px;
	margin: 0 auto;
}
#contents {
	width: 1200px;
	margin: 0 auto;
}
#page-title {
	padding: 10px 20px;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	margin-bottom: 20px;
}
#main-visual {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}
#main {
	width: 538px;
	float: left;
	margin-left: 300px;
}
.sidebar-left {
	float: left;
	width: 270px;
	margin-left: -838px;
}
.sidebar-right {
	float: right;
	width: 332px;
}
/****************************************

	general&common

*****************************************/

a {
}
a:hover, a:active {
}
.clear {
	display: block;
	clear: both;
}
strong {
	font-weight: bold;
}
.cat {
	padding: 0 5px;
	background: #717171;
	font-size: 12px;
	color: #fff;
}
.posr {
	position: relative;
}
.en {
	color: #333;
	font-weight: bold;
}
/****************************************

	 header

*****************************************/


#logo {
	float: left;
	padding-top:9px;
}

#logo img {
	width: auto;/* for ie8 */
}

/****************************************

	global Navi

*****************************************/

#nav-bg {
	margin-bottom: 30px;
	background:url(images/gnavi_bg.png) repeat-x left top;
}
#global-navi {
	width: 1200px;
	margin: 0 auto;
}
.menu-collapser, ul.slimmenu li {
	background: transparent;
}
ul.slimmenu li> a {
	padding: 17px 16px 17px 16px !important;
	font-size: 14px;
	color: #fff;
}
ul.slimmenu li.menu-item-has-children>a {
	padding: 17px 50px 17px 16px !important;
}
ul.slimmenu li a:hover {
	background: #429e2e;
}
ul.slimmenu li ul li {
	background: #5bb647;
}
.sub-collapser {
	font-family: 'icomoon';
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.sub-collapser i {
	font-style: normal;
}
.sub-menu {
	min-width: 200px !important;
	
}


/****************************************

	breadcrumb

*****************************************/
#breadcrumb {
	margin-top: -30px;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 30px;
	background-color:#f6f6f6;
	color: #333;
}
#breadcrumb ul {
	width: 1200px;
	margin: 0 auto;
}
#breadcrumb li {
	float: left;
	height: 27px;
	background: url(images/breadcrumb_bg.png) no-repeat left 1px;
	padding-top: 8px;
	padding-left: 35px;
	padding-right: 10px;
}
#breadcrumb a {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#breadcrumb a span {
	font-family: "メイリオ", Meiryo, verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#breadcrumb a:hover {
	color: #666;
}
/****************************************

	post

*****************************************/

#main article {
	margin-bottom: 30px;
}
.post-area {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	margin-bottom: 1em;
	word-break: break-all;
	line-height: 2em;
}
.post-category a, .post-tag a {
	text-decoration: none;
}
.post-meta {
	margin: 0 -20px 20px;
	padding: 10px 20px;
	color: #333;
	font-size: 12px;
	background-color: #f4efe3;
}
.post-meta a {
	text-decoration: none;
	color: #333;
}
.post-area h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 1em;
	background:url(images/bg_posttitle.png) no-repeat left 5px;
	padding-left: 55px;
	padding-top: 10px;
	line-height: 1.4em;
	color: #333;
	min-height: 44px;
}

.post-area h2 a {
	text-decoration: none;
	color: #333;
}
.post-area p {
	margin-bottom: 1.5em;
	line-height: 1.5;
	font-size: 14px;
}

.post-area h3 {
    background: #f6f6f6;
    border-left: 7px solid #5BB747; 
    padding: .8em .9em;
    margin-bottom: .8em;
}
.excerpt {
	margin-bottom: 1.2em;
}
.more {
	text-align: right;
	overflow: hidden;
}
.more a {
	display: block;
	width: 70px;
	float: right;
	text-decoration: none;
	border-radius: 4px;
	padding: 10px 35px 10px 20px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(255,255,255,.4);
	position: relative;
	background: #ab872f;
    background-image: -moz-linear-gradient( 90deg, rgb(166,130,42) 0%, rgb(186,150,62) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(166,130,42) 0%, rgb(186,150,62) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(166,130,42) 0%, rgb(186,150,62) 100%);
 	transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
}
.more a:after {
	content: "\36";
	position: absolute;
	top: 15px;
	right: 10px;
	font-family: 'icomoon';
	font-size: 18px;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}
.more a:hover {
	border-radius: 20px;
}
.post-date {
	margin-right: 10px;
}
.post-404 {
	padding-bottom: 10px;
}
.icatch {
	margin-bottom: 20px;
	-o-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.icatch:hover {
	opacity: 0.5;
}

.icatch a{
	text-decoration:none;
}

.icatch img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.post-area img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/****************************************

	sidebar-widget

*****************************************/

.sidebar .widget {
	background: #fff;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	margin-bottom: 30px;
	word-break: break-all;
}
.sidebar .widgettitle {
	background-color: #73d55d;
	margin: -20px -20px 20px;
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
}
.sidebar li {
	position: relative;
}
.sidebar li:after {
	content: "\3e";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	font-family: 'icomoon';
	font-weight: bold;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #999;
}
.sidebar li+li {
	border-top: 1px dotted #ccc;
}
.sidebar li ul>li:first-child {
	border-top: 1px dotted #ccc;
}
.sidebar li a {
	padding: 10px 20px 10px 0;
	display: block;
	text-decoration: none;
	color: #333;
}
.sidebar .widget_categories a {
	position: relative;
}
.sidebar-right .widget_categories li:after {
	content: none;
}
.sidebar-right .widget_categories a:after {
	content: "\3e";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	font-family: 'icomoon';
	font-weight: bold;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #999;
}
.sidebar-right .widget_categories .children li {
	padding-left: 0.8em;
}
.sidebar-right .widget_categories .children li a:before {
	content: "\2517";
	color: #999;
	font-size: 90%;
	margin-right: 5px;
}
.sidebar-right .widget_newpostcatch a {
	padding: 0;
}
.sidebar-right .widget_newpostcatch li {
	padding: 10px 20px 10px 0;
}

.sidebar-left img{
	width:100%;
	height:auto;
}


/****************************************

	mailkouza

*****************************************/

/*header mailkouza*/

.widget-header, #headerMailkouzaBtn {
	display: none;
}
#header .widgettitle {
	display: none;
}
#headerMailkouzaBtn {
	cursor: pointer;
}
#headermailkouza {
	display: block;
	width: 600px;
	height:176px;
	float: right;
	overflow: hidden;
	background: url(images/header_mailkouza_bg.jpg) no-repeat left top;
}
#headermailkouza img {
	max-width: 100%;
	height: auto;
}
#headermailkouza #slogan a {
	display: block;
	width: 100%;
	height:121px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#touroku-form {
	 text-align: right;
}

#headermailkouza .inputmail,
#headermailkouza .inputname
 {
	vertical-align: middle;
	border: none;
	background-color: transparent;
	border-radius: 4px;
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	background: #fff;
	height: 16px;
	border: 1px solid #ccc;
}
#headermailkouza .inputmail {
	width: 206px;
	padding: 5px;
}
#headermailkouza .inputname {
	width: 177px;
	padding: 5px;
}
.AGENTMAIL__submit {
	background: #f62627;
    background-image: -moz-linear-gradient( 90deg, rgb(239,0,0) 0%, rgb(248,50,50) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(239,0,0) 0%, rgb(248,50,50) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(239,0,0) 0%, rgb(248,50,50) 100%);
	width: 100px;
	height: 35px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	color: #fff;
	border:none;
	border-radius: 4px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}


/*-----------------[side mailkouza]------------------------*/

.mailkouza {
	width: 292px;
	height:425px;
	margin: 0 auto;
	box-sizing: border-box;
	background: url(images/mailkouza_bg.jpg) no-repeat left top;
}
.mailkouza img {
	max-width: 100%;
	height: auto
}
.mailkouza h3 a {
	display: block;
	height:251px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}
.touroku-form {
	padding: 0 20px 25px;
}

.mailkouza .inputmail,
.mailkouza .inputname {
	width: 100%;
	padding: 5px;
	vertical-align: middle;
	border: none;
	background-color: transparent;
	border-radius: 4px;
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	background: #fff;
	height: 40px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.touroku-form .AGENTMAIL__submit {
	width: 100%;
	height: 40px;
	font-size: 16px;

}
/****************************************

	 article-mailkouza

*****************************************/

.article-mailkouza {
	background: url(images/articlemail_bg.jpg) no-repeat left top;
	margin: 0 auto 30px;
	width: 498px;
	height:173px;
}
.article-mailkouza h3 {
	margin-bottom: 0;
	padding: 0;
	border: none;
	background: none;
}

.article-mailkouza h3 a {
	display: block;
	height: 120px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}
.article-mailkouza .inputmail,
.article-mailkouza .inputname
 {
	background:#fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow:inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5) ;
	height: 16px;
	vertical-align: middle;
}
.article-mailkouza .touroku-form {
	padding: 0 37px 5px;
}
.article-mailkouza .inputmail {
	padding: 5px;
	width: 180px;
}
.article-mailkouza .inputname {
	padding: 5px;
	width: 130px;
}
.article-mailkouza .AGENTMAIL__submit {
	height: 29px;
	width: 80px;
	font-size:12px;
}

/****************************************

	 footer

*****************************************/

#footer {
	color: #333;
	overflow: hidden;
}
.footer-inner {
	width: 1200px;
	margin: 0 auto;
}
#footer-widget {
	overflow: hidden;
}
#footer-widget h2 {
	padding: 0 0 5px 0;
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
	border-bottom: solid 1px #fff;
}
#footer-widget .widget {
	float: left;
	width: 308px;
}
#footer-widget .widget+.widget {
	margin-left: 28px;
}
#copy {
	font-size: 14px;
	text-align: center;
	padding: 20px;
}
#footer-navi {
	background:#73d55d;
	position: relative;
}
#footer-navi ul {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}
#footer-navi li {
	float: left;
	padding-left: 14px;
}
#footer-navi li+li {
	margin-left: 15px;
}
#footer-navi a {
	display: block;
	text-decoration: none;
	color: #fff;
}
#footer-navi a:hover {
	opacity: 0.7;
}
#pup {
	display: block;
	width: 44px;
	height: 44px;
	text-decoration: none;
	position: fixed;
    right: 10px;
	bottom: 10px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height: 40px;
	background:#58c440;
	z-index:999;
	border-radius:2px;
	cursor:pointer;
	border-radius:50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-top:3px;
}

/****************************************

	 pagenation

*****************************************/
.tablenav {
	color: #333;
	margin: 1em auto 2.5em;
	line-height: 2em;
}
a.page-numbers, .tablenav .current {
	padding: 10px 14px;
	text-decoration: none;
	font-size: smaller;
	color: #333;
	border: 1px solid #73d55d;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
}
a.page-numbers:hover {
	color: #fff;
	background: #73d55d;
}
.tablenav .current {
	color: #fff;
	background: #73d55d;
	font-weight: bold;
}
.tablenav .next, .tablenav .prev {
	border: 0 none;
	background: transparent;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	padding: 10px 10px;
	color: #333;
}
.tablenav .dots {
	color: #333;
}
.tablenav .next:hover, .tablenav .prev:hover {
	background: transparent;
	color: #333;
}
.page-numbers+.page-numbers {
	margin-left: 5px;
}
.lof-navigator-wapper {
	left: 50% !important;
	margin-left: -40px;
	background-color: #73d55d !important;
}
.pagination {
	clear: both;
	position: relative;
	font-size: 11px;
	line-height: 28px;
	overflow: hidden;
	width: 300px;
	margin: 0 0 30px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	color: #333;
	border: 1px solid #73d55d;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
}
.pagination a:hover {
	color: #fff;
	background: #73d55d;
}
.pagination .current {
	background: #73d55d;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #fff;
}
.page-btn+.page-btn {
	margin-left: 6px;
}

/****************************************

	clearfix

*****************************************/

.clearfix:before, .clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0 !important;
	content: "";
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}

@media screen and (min-width : 801px) {
#headermailkouza {
	display: block !important;
}
}

/****************************************

	tablet

*****************************************/
@media screen and (max-width : 800px) {
	
#contents {
	width: 100%;
	padding: 0 10px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#main {
	width: 100%;
	float: none;
	margin-left:0;
}
.sidebar {
	width: 100%;
	float: none;
	margin-left: 0;
}
	
/****************************************

	header(tb)

*****************************************/

#header {
	padding: 20px 15px;
}
#logo {
	float: none;
	text-align: center;
	margin: 0 10px 0;
	padding:0px;
	text-align: center;
}
#logo img {
	max-width: 100%;
	height: auto;
}
#header-inner {
	width: 100%;
	padding:0;
	background:none;
}

/****************************************

	 slider(tb)

*****************************************/

.main-bg {
	background:none;
	margin-top:0;
}

/****************************************

	 mailkouza(tb)

*****************************************/

/*header mailkouza*/

#headerMailkouzaBtn {
	display: block;
	text-align: center;
	border-radius: 4px;
    background: #f62627;
    background-image: -moz-linear-gradient( 90deg, rgb(239,0,0) 0%, rgb(248,50,50) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(239,0,0) 0%, rgb(248,50,50) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(239,0,0) 0%, rgb(248,50,50) 100%);
	color: #fff;
	margin: 0px 10px;
	line-height: 44px;
	font-size: 16px;
	position: relative;
}
#headerMailkouzaBtn:after {
	content: "\64";
	font-family: 'icomoon';
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 10px;
	top: 14px;
}
#headerMailkouzaBtn.active:after {
	content: "\75";
	font-family: 'icomoon';
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 10px;
	top: 14px;
}
#headermailkouza {
	float: none;
	width: 292px;
	height:425px;
	margin: 20px auto 0;
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: auto;
	background: url(images/mailkouza_bg.jpg) no-repeat left top;
}
#headermailkouza #slogan a{
	height:251px;
}
#headermailkouza .inputmail, #headermailkouza .inputname {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 15px;
}
#touroku-form {
	padding: 0 20px 25px;
}
#touroku-form .AGENTMAIL__submit {
	width: 100%;
	height: 40px;
	font-size: 16px;
}

/****************************************

	global Navi(tb)

*****************************************/
#nav-bg {
	margin-bottom: 0;
}

.home #nav-bg {
	margin-bottom:20px;
}

#global-navi {
	width: 100%;
}
#global-navi:after {
	content: none;
}
#global-navi:before {
	content: none;
}

#global-navi li {
	background:#5bb647;
}
#global-navi .sub-menu li {
	background:#73d55d;
}
#global-navi .slimmenu li a {
	padding: 12px 64px 12px 16px !important;
}
ul.slimmenu li ul li {
	max-width: 100% !important;
}
.sub-menu {
	width: 100% !important;
}
.menu-collapser {
	color: #fff;
	font-weight: bold;
	text-shadow:none;
	height: 56px;
	line-height: 56px;
}
#navigation li:first-child a {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.sub-menu li:first-child a {
	border-top:none !important;
}

/****************************************

	breadcrumb(tb)

*****************************************/

#breadcrumb {
	font-weight: bold;
	overflow: hidden;
	margin-top:0;
	margin-bottom: 20px;
	background-color: #fff;
	color: #333;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .3), inset 0px 1px 2px rgba(0, 0, 0, .3);
}
#breadcrumb ul {
	width: 100%;
	padding: 0 10px;
}
#breadcrumb li {
	position: relative;
	font-size: 12px;
	float: left;
	background: none;
	padding: 15px 0 13px;
	line-height: 1em;
	margin: 0;
	height: auto;
}
#breadcrumb li+li {
	background: url(images/breadcrumb_sp_bg.png) no-repeat 3px 16px;
	background-size: 7px, 10px;
	padding-left: 15px;
}
#breadcrumb a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}



/****************************************

	post(tb)

*****************************************/

.post-area {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	margin-bottom: 1em;
	word-break: break-all;
	line-height: 2em;
}
.post-page, .post-single {
	margin-right: -10px;
	margin-left: -10px;
}

.post-area h2 {
	margin:0.2em 0 0.5em;
}

.post-category a, .post-tag a {
	text-decoration: none;
}
.post-meta {
	margin: 0 -10px 10px;
	padding: 5px 10px;
}

.post-area iframe {
	max-width: 100%;
	width: auto;
	height: auto;
}
.more {
	font-size: 12px;
}
.more a {
	float: none;
	width: 100%;
	text-align: center;
	padding: 0;
	line-height: 40px;
	box-sizing: border-box;
}
.more a:after {
	content: "\36";
	position: absolute;
	top: 12px;
	right: 10px;
	font-family: 'icomoon';
	font-size: 16px;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}
.post-404 {
	padding-bottom: 10px;
}
.icatch {
	text-align: center;
}


/****************************************

	sidebar-widget(tb)

*****************************************/


.sidebar .widget {
	padding: 10px 10px 15px;
	margin-left: -10px;
	margin-right: -10px;
	border-radius: 0;
}
.sidebar .widgettitle {
	margin: -10px -10px 10px;
	padding: 15px;
	border-radius: 0;
}
.sidebar li a {
	padding: 15px 20px 15px 0;
}

/****************************************

	footer(tb)

*****************************************/

#footer {
	box-shadow: none;
}
.footer-inner {
	width: 100%;
}
#footer-widget {
	border-top: 1px dotted #ccc;
}
#footer-widget .widget {
	float: none;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
}
#footer-widget .widget:last-child {
	margin-bottom: 0;
}
#footer-widget .widget+.widget {
	margin-left: 0px;
}
#footer-navi ul {
	width: 100%;
	padding: 0;
}
#footer-navi li {
	float: none;
	padding: 0;
	font-size: 14px;
	position: relative;
	margin-left: 0;
	border-top: 1px solid #fff;
}
#footer-navi li+li {
	margin-left: 0;
}
#footer-navi a {
	padding: 15px 20px 15px 10px;
}
#footer-navi li:after {
	content: "\3e";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	font-family: 'icomoon';
	font-weight: bold;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}
#pup {
	display: block;
	width: 100%;
	height: 44px;
	position: static;
	font-size: 15px;
	line-height: 40px;
	border-radius: 0px;
	cursor: pointer;
}

/****************************************

	slider(tb)

*****************************************/

#main-visual {
	width: 100%;
}
#main-visual img {
	max-width: 100%;
	width: auto;
	height: auto;
}

}

/****************************************

	sphone

*****************************************/
@media screen and (max-width : 600px) {

/****************************************

	post(sp)

*****************************************/


.post-area h2 {
	font-size: 18px;
	font-weight: bold;
	background: url(images/bg_posttitle.png) no-repeat left 1px;
	background-size:24px 24px;
	padding-left: 30px;
	padding-top: 0;
	min-height: 27px;
	margin-bottom: 0.4em;
	margin-top:0;
}
.post-meta {
	margin: 0 -10px 0;
	padding: 5px 10px;
	font-size: 12px;
}
.post-meta+.excerpt {
	margin-top: 1em;
}
.icatch {
	margin: 0 -10px 10px;
	text-align: center;
}

.post-page .post-meta, .post-single .post-meta {
	margin-bottom: 10px;
}
/****************************************

	global Navi(sp)

*****************************************/

ul.slimmenu.collapsed li .sub-collapser {
	height: 47px;
}

/****************************************

	slider(sp)

*****************************************/

.flexslider{
	margin-bottom:0 !important;
}

/****************************************

	breadcrumb(sp)

*****************************************/

#breadcrumb ul {
	padding: 15px 10px 13px;
	overflow: hidden;
}
#breadcrumb li {
	padding: 0;
}
#breadcrumb li+li {
	background: url(images/breadcrumb_sp_bg.png) no-repeat 3px 1px;
	background-size: 7px, 10px;
	padding-left: 15px;
}

/****************************************

	mailkouza(sp)

*****************************************/
/*entry mailkouza*/

.article-mailkouza {
	background: url(images/mailkouza_bg.jpg) no-repeat left top;
	width: 292px;
	height:425px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.article-mailkouza h3 a {
	height:251px;
}
.article-mailkouza .inputmail, 
.article-mailkouza .inputname {
	-moz-box-sizing: border-box;
	height: 40px;
	margin-bottom: 15px;
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.article-mailkouza .touroku-form {
	padding: 0 20px 20px;
}
.article-mailkouza .AGENTMAIL__submit {
    width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
}

}

/* sidebar お客様の声
   ========================================================================== */

.sidebar .more a{
	padding: 10px 35px 10px 20px;
	color: #fff;
	float: none;
	width: 100%;
	text-align: center;
	padding: 0;
	line-height: 40px;
	box-sizing: border-box;
}

.sidebar .more a::after {
    color: #fff;
    content: "6";
    font-family: "icomoon";
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 12px;
}

.sidebar .koe li {
	border-top: 1px dotted #666;
}
.sidebar .koe li:lfirst-child {
	border-top: none!important;
}
.sidebar .koe li img {
	margin-top:0.5em;
	margin-bottom:1em;
}
.sidebar .koe li::after {
    content: none;
}
.sidebar .koe li a.koewrap {
	padding-right: 0;
}