<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/
/*	レイアウト
/*-------------------------------------------*/
/*	#headerTop
/*-------------------------------------------*/
/*	#header
/*-------------------------------------------*/
/*	#gMenu
/*-------------------------------------------*/
/*	#panList
/*-------------------------------------------*/
/*	#main
/*		.content
/*			.child_page_block
/*			.childPageBox
/*			.mainFoot
/*			images
/*			.navigation
/*			.paging
/*			.infoList
/*				.infoListBox
/*			#comments
/*			contactform7
/*-------------------------------------------*/
/*	#sideTower
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
/*	#siteBottom
/*-------------------------------------------*/
/*	top
/*-------------------------------------------*/
/*	post
/*-------------------------------------------*/
/*			#comments
/*-------------------------------------------*/
/*	sitemap &amp; 404 &amp;search
/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/
/*		facebookページ
/*			メニューを折りたたむ
/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
ul, ol {
	list-style: none;
}
body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, table, form, input {
	margin:0;
	padding:0;
	font-family: "NOW-GM";
	}
hr {
	display: none;
}
th {
	font-weight:lighter;
}
img {
	border: none;
	vertical-align: bottom;
}
/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/

body {
	color: #333;
	text-align: center;
	font-family:"NOW-GM";
     -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
}
/* Text elements */
body {
	font-size:100%;
	line-height:130%;
	-webkit-text-size-adjust : 100%;
}
dt {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-size:12px;
	width: 185px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

.content form input[name="address"]{
	width: 250px;
}
a {
	overflow: hidden;
	color:#333;
}
a:hover, a:active {
	color: #4592c5;
	text-decoration:none;
}
.adminEdit {
	clear:both;
	float:none;
	display:block;
	overflow:hidden;
	padding:0px 0px 20px;
}
.assistive-text {
	display:none;
}
.zipform{
	float: left;
}
/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/

#searchform input[type=submit], p.form-submit input[type=submit], form#searchform input#searchsubmit, .content form input.wpcf7-submit, #confirm-button input {
	font-size:1.2em;
	line-height:110%;
	text-align:center;
	width:auto;
	border:none;
	display:inline-block;
	overflow:hidden;
	position:relative;
	white-space:nowrap;
	padding:8px 20px 8px;
	text-decoration:none;
	margin:0 auto;
}
a.btn, .linkBtn a, input[type=button], input[type=submit] {
	display:inline-block;
	overflow:hidden;
	margin-top:15px;
	position:relative;
	padding:8px 20px 6px;
	text-decoration:none;
	cursor:pointer;
	border:none;
	background-color:#efefef;
}
a.btn:hover, .linkBtn a:hover {
	background-color:#e5e5e5;
	color:#333;
}
a.btn.btnS, .linkBtn.linkBtnS a {
	padding:5px 10px;
	font-size:85.7%;
}
a.btn.btnL, .linkBtn.linkBtnL a {
	padding:10px 30px;
	font-size:114.3%;
	text-align:center;
}
a.btn.btnAdmin, .linkBtn.linkBtnAdmin a {
	color:#666666 !important;
	background-color:#e5e5e5;
	border-radius:3px;
	text-decoration:none;
	border:1px solid #cccccc;
	box-shadow:inset 0 1px 0 #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#e5e5e5));
	background: -moz-linear-gradient(#fff, #e5e5e5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#e5e5e5)";
}
#searchform input[type=submit], p.form-submit input[type=submit] {
	padding:6px 15px;
}
#searchform label {
	display:none;
}
form#searchform input#searchsubmit {
	padding:6px 10px;
}
.moreLink {
	margin-bottom:0px;
	height:auto;
	display:block;
}
.moreLink a {
	text-align:center;
	margin-top:10px;
	display:inline-block;
	overflow:hidden;
	font-size:10px;
	line-height:105%;
	text-decoration:none;
	background:url(images/icon_try1_gray.gif) 5px 50% no-repeat #efefef;
	color:#333;
	padding:5px 15px 5px 20px;
}
.moreLink a:hover {
	text-decoration:none !important;
	background-color:#e5e5e5;
}
html, body, #wrap {
	height:100%;
	min-height:100%;
}
p.txt-r {
	text-align:right;
}
/*-------------------------------------------*/
/*	レイアウト
/*-------------------------------------------*/

#header, #pagetop, #footMenu, #footer {
	text-align:center;
	clear: both;
}
.innerBox {
	text-align:left;
	width:94%;
	margin:0px 3%;
}
.innerBox img {
	float:left;
	max-width:100%;
	height:auto;
}
#main {
	width:100%;
	margin:0px auto;
}
#main #container {
	overflow:visible;
}
#main #container .content {
	margin: 0 0px 0px 0px;
	padding-bottom:30px;
}
#main #container #sideTower {
	display:block;
	overflow:hidden;
	width:100%;
	border: 2px solid;
	margin-bottom: 20px;
}
#header #headContact {
	width:50%;
}
#main #container .content.wide {
	width:99%;
	float:none;
	padding-bottom:30px;
	overflow:visible;
}
/*-------------------------------------------*/
/*	#headerTop
/*-------------------------------------------*/
#headerTop {
	color:#333;
	overflow:hidden;
	width:100%;
	padding:2px 0px;
	clear:both;
	font-size:85.7%;
}
#headerTop #site-description {
	font-size:10px;
	line-height:120%;
	display: none;
}
/*-------------------------------------------*/
/*	#header
/*-------------------------------------------*/
#header {
	display:block;
	overflow:hidden;
}
#header {
	padding-top:15px;
	text-align:left;
	border-bottom: 3px solid #000;
}
#header #site-title {
	font-size: 24px;
	line-height:45px;
	margin:40px 0 0 0;
	padding-bottom:10px;
	position:relative;
	font-weight:lighter;
}
#header #site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#header #site-title a img {
	max-height:100px;
}
#header #headContact {
	font-size:100%;
	line-height:110%;
	margin:0px 0px 10px;
	white-space:nowrap;
	float: right;
text-align: right;
}
#headerTop #headContactInner {
	text-align:right;
}
#header #headContact #headContactTxt, #header #headContact #headContactTime {
	font-size:10px;
}
#header #headContact #headContactTxt {
	letter-spacing:0px;
	margin-bottom:1px;
}
#headerTop #headContact #headContactTel {
	font-size:1.5em;
	line-height:21px;
	margin:0 0 2px 0;
	padding-top:10px;
	font-family: 'Roboto', sans-serif;
	color:#000;
}
#header #headContact #headContactTime {
	font-size:12px;
	line-height:15px;
}
/*-------------------------------------------*/
/*	#gMenu
/*-------------------------------------------*/
#gMenu {
	display:none;
}
#wprmenu_bar{
    width: 50px;
    height: 55px;
    right: 0 !important;
    left: auto;
    padding: 10px;
}
.hamburger-box {
    height: 20px;
    }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    border-radius: 2px;
}
#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right{
    top:0;
}
@media only screen and (max-width: 768px){
html {
    padding-top: 0 !important;
}

    #wprmenu_bar .menu_title {
font-size: 10px;
    transform: scale(0.8);
    line-height: 28px;
    width: 5px;
    white-space: nowrap;
    padding-top: 28px;
 }
    #headerTop #headContact #headContactTel{
        padding-top: 80px;
    }
}
/*#gMenu {
	clear:both;
	display:block;
	overflow:visible;
	position:relative;
	width:100%;
}*/
/*#gMenu {
	position: fixed;
	z-index:10;
	top: 0;
	left: 0;
}*/
/*アニメーション*/
@media only screen and (max-width: 660px) {
#gMenu .menu li {
	-webkit-animation-duration: 1s;
	-webkit-animation-name: slidein;
	-moz-animation-duration: 1s;
	-moz-animation-name: slidein;
	-ms-animation-duration: 1s;
	-ms-animation-name: slidein;
	background:#CCC;
	animation-duration: 1s;   /* アニメーション時間 */
	animation-name: slidein;  /* アニメーション名 */
	margin-left:40%;
	width: 100%;
}
@-webkit-keyframes slidein {
from {
margin-left: 100%;
width: 200%;
color: blue;
background-color: #E3E3E3;
}
to {
	margin-left: 40%;
	width: 100%;
	color: black;
	background-color: #CCC;
}
}
 @-moz-keyframes slidein {
from {
margin-left: 100%;
width: 200%;
color: blue;
background-color: #E3E3E3;
}
to {
	margin-left: 40%;
	width: 100%;
	color: black;
	background-color: #CCC;
}
}
 @-ms-keyframes slidein {
from {
margin-left: 100%;
width: 200%;
color: blue;
background-color: #CCC;
}
to {
	margin-left: 40%;
	width: 100%;
	color: black;
	background-color: white;
}
}
@keyframes slidein {
 from {
 margin-left: 100%;
 width: 300%;
 color: blue;
 background-color: #E3E3E3;
}
to {
	margin-left: 40%;
	width: 100%;
	color: black;
	background-color:#CCC;
}
}
}
/*アニメーションここまで*/
#gMenu.itemClose .menu {
	display:none;
}
#gMenu.itemOpen .menu {
	display:block;
}
#gMenu .assistive-text {
	display:block;
	overflow:hidden;
	position:relative;
	left:0px;
	font-weight:lighter;
	text-align:left;
	font-family:'Lato', sans-serif;
	cursor:pointer;
	background-color:#000;
	border-top:1px;
	color:#4592c5;
}
#gMenu .assistive-text span {
	display:block;
	overflow:hidden;
	padding:8px 0px;
	width:94%;
	margin:0px 3%;
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#gMenu .screen-reader-text {
	position: absolute;
	left: -9000px;
}
#gMenu #gMenuInner {
	overflow:visible;
	display:block;
	position:relative;
	padding:0px;
}
#gMenu #gMenuInner.innerBox {
	margin:0px;
	width:100%;
}
#gMenu .menu {
	display:block;
	overflow:visible;
	font-size: 1em;
	list-style: none;
	margin:0;
	padding:0px;
}
#gMenu .menu li {
	position: relative;
	width:100%;
	display:block;
}
#gMenu .menu li a {
	color: #FFF;
	background:#4592c5;
	display: block;
	overflow:hidden;
	padding: 20px 15px 20px;
	margin:0px;
	line-height:110%;
	text-decoration: none;
	letter-spacing:0px;
	text-align:left;
	position:relative;
	border-bottom:1px solid #215c83;
}
#gMenu .menu li a strong {
	font-weight:lighter;
}
#gMenu .menu li a span {
	display: none;
}
#gMenu .menu li.current_page_item &gt; a, #gMenu .menu li &gt; a:hover {
}
#gMenu .menu li li span {
	display:none;
}
#gMenu .menu li li a {
	padding-left:25px;
}
#gMenu .menu li li li a {
	padding-left:35px;
}
#gMenu .menu li li li li a {
	padding-left:45px;
}
/*-------------------------------------------*/
/*	#panList
/*-------------------------------------------*/
#panList {
	clear:both;
	font-size:0.7em;
	padding:0px;
	display:block;
	overflow:hidden;
	width:100%;
	margin-top:5px;
	margin-bottom:20px;
	font-family:NOW-GB;
}
#panList #panListInner {
	display:block;
	overflow:hidden;
	text-align:left;
	padding:0px;
	line-height:24px;
	border-bottom:1px solid #fff;
}
.home #panList {
	display:none;
}
#panList ul {
	display:inline-block;
}
#panList ul li {
	display:inline-block;
	padding-right:5px;
}
/*-------------------------------------------*/
/*	#pageTitBnr
/*-------------------------------------------*/
#pageTitBnr {
	margin:0px;
	clear:both;
	background:#CCC;
	border-bottom: 1px solid #ccc;
}
body.single-info #pageTitBnr,body.archive #pageTitBnr{
	background:url(../../../biz-vektor-child/images/info-top.jpg);
	background-size: cover;
background-position: center;
}
body.page-id-116 #pageTitBnr{
	background:url(../../../biz-vektor-child/images/business-top.jpg);
	background-size: cover;
background-position: center;
}
body.page-id-118 #pageTitBnr{
	background:url(../../../biz-vektor-child/images/results-top.jpg);
	background-size: cover;
background-position: center;
}
body.page-id-120 #pageTitBnr{
	background:url(../../../biz-vektor-child/images/outline-top.jpg);
	background-size: cover;
background-position: center;
}
body.page-id-122 #pageTitBnr{
	background:url(../../../biz-vektor-child/images/contact-top.jpg);
	background-size: cover;
background-position: center;
}
body.page-id-679 #pageTitBnr{
	background:url(../../../biz-vektor-child/images/reason-top.jpg);
	background-size: cover;
background-position: center;
}
body.page-id-754 #pageTitBnr{
	background:url(../../../biz-vektor-child/images/telephone_survey-top.jpg);
	background-size: cover;
background-position: center;
}
body.page-id-133 #pageTitBnr{
	background:url(/wp2016/images/cross01.gif);
}
body.page-id-135 #pageTitBnr{
background:url(/wp2016/images/cross02.gif);}
body.page-id-137 #pageTitBnr{
background:url(/wp2016/images/cross03.gif);}
#pageTitBnr .innerBox {
	text-align:center;
	color:#FFF;
}
#pageTitBnr #pageTitInner {
	display:block;
	overflow:hidden;
	height:200px;
}
#pageTitBnr #pageTitInner #pageTit {
	font-size: 1.5em;
	line-height: 1.8rem;
	letter-spacing: 0.3em;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: 2px  2px 5px #355984,
            -2px  2px 5px #355984,
             2px -2px 5px #355984,
            -2px -2px 5px #355984;
}
body.page-id-133 #pageTitBnr #pageTitInner #pageTit,
body.page-id-135 #pageTitBnr #pageTitInner #pageTit,
body.page-id-137 #pageTitBnr #pageTitInner #pageTit{
	text-shadow:none;
}
#pageTitBnr #pageTitInner #titleTxtSub {
	text-align:left;
	color:#999;
	font-family: 'Comfortaa', cursive;
	font-size:14px;
	letter-spacing:3px;
	float:left;
	margin-top:25px;
	line-height:105%;
}
/*-------------------------------------------*/
/*	#main
/*-------------------------------------------*/
#main {
	display:block;
	overflow:visible;
	clear:both;
}
#main {
	zoom: 1;
}
/* facebookコメント欄が消えるのでhiddenではなくclearfix */
#main:before, #main:after {
	content: "";
	display: table;
}
#main:after {
	clear: both;
}
#main #container {
	padding-top:15px;
}
/*		.content
/*-------------------------------------------*/
.content {
	margin-bottom: 36px;
	text-align:left;
	display:block;
	overflow:visible;
}
.content hr {
	clear:both;
	display:block;
	margin:1em 0;
}
.content .post {
	padding-bottom:25px;
}
.content .alert {
	color:#f00;
}
.content .caption {
	font-size:11px;
	line-height:110%;
}
.content .center {
	text-align:center;
}
.content .right {
	text-align:right;
}
.content .nowrap {
	white-space:nowrap;
}
.content .sectionBox {
	margin-bottom:30px;
	display:block;
	overflow:hidden;
}
.content .entry-meta {
	margin-bottom:40px;
	font-size:11px;
	color:#333;
}
.content .leadTxt {
	color:#333;
}
.content h1 {
	font-size:2em;
	margin-bottom:2em;
}
.content h2, .content h1.contentTitle, .content h1.entryPostTitle {
	clear:both;
	font-size:128.6%;
	padding:13px 0px 8px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	color:#333;
	position:relative;
	line-height:114.3%;
}


.content h1.entryPostTitle {
	margin:0px 0px 5px;
}
.content h1, .content h2:first-child {
	margin:0px 0px 25px;
}
.content h2 {
	font-family:NOW-GB;
	margin:30px 0px 25px;
	position: relative;
	padding-bottom: .5em;
		border-bottom: 4px solid #ccc;
		letter-spacing:0.2em;
}
body.single-info .content h2 {
	letter-spacing:0;
}
.content h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 22%;
	height: 4px;
	background-color: #4592c5;
}
.content h2 a {
	text-decoration:none;
}
.content h2.imageTit {
	margin:0px 0px 30px;
	border:none;
	padding:0px;
	background:none;
}
body.single-info .content h2 {
	margin-bottom:5px;
	line-height: 1.4em;
}
.content h3 {
clear: both;
    font-size: 1.2em;
    margin: 30px 0px 25px;
    padding: 2px 0px 0px 15px;
    text-align: center;
}
.content h4 {
	clear:both;
	font-size:16px;
	margin:30px 0px 10px;
	padding:0px 0px 2px;
	border-bottom:1px dotted #ccc;
}
.content h5 {
	clear:both;
	font-size:16px;
	margin:30px 0px 10px;
	padding:0;
}
.content h6 {
	clear:both;
	font-size:14px;
	margin:30px 0px 8px;
	padding:0;
}
.content p {
	line-height: 170%;
	margin-bottom: 20px;
	padding:0px 5px;
}
.content blockquote, .content .sectionFrame {
	border:1px solid #ccc;
	background-color:#f5f5f5;
	padding:25px 25px 5px;
	margin-bottom:20px;
	clear:both;
}
.content blockquote h2:first-child, .content blockquote h3:first-child, .content blockquote h4:first-child, .content blockquote h5:first-child, .content blockquote h6:first-child, .content .sectionFrame h2:first-child, .content .sectionFrame h3:first-child, .content .sectionFrame h4:first-child, .content .sectionFrame h5:first-child, .content .sectionFrame h6:first-child {
	margin-top:0;
}
.content strong {
	font-weight:bold;
}
.content address {
	margin-bottom:20px;
}
.content ul {
	margin:0px 0px 20px 20px;
}
.content li {
	margin-bottom:10px;
}
.content ul li {
	list-style:disc;
	padding:0px;
    line-height: 170%;
}
.content ul ul {
	margin-top:10px;
}
.content ul ul li {
	list-style:circle;
}
.content ol {
	margin:0px 0px 20px 40px;
}
.content ol li {
	list-style:decimal;
	padding:0px;
}
.content table {
	margin: 10px -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	line-height:141.7%;
}
.content table thead th {
	font-weight:bold;
}
.content th, .content thead th {
	padding: 9px 24px;
	background-color:#f5f5f5;
	white-space:nowrap;
}
.content tfoot th, .content tfoot td {
	font-weight:bold;
}
.content table th, .content table td {
	border: 1px solid #ccc;
	padding: 10px 0;
}
.content table.mobile-block th, .content table.mobile-block td {
	border-top:none;
	display: block;
}
.content table ul {
	margin-bottom:0px;
	margin-left:15px;
}
.content table ul li {
	margin:2px 0px;
}
.content table.mobile-block th, .content table.mobile-block td {
	border-top:none;
	display: block;
}
.content dt {
	color:#000;
	padding-bottom:3px;
	margin-bottom:10px;
	color:#4592c5;
}
.content dd {
	margin:0px 0px 30px;
	padding:0px;
}
/*.content iframe	{ border:1px solid #ccc; }


/*			.child_page_block
/*-------------------------------------------*/
.content .child_page_block {
	display:block;
	overflow:hidden;
	margin-bottom:15px;
	width:100%;
}
.content .child_page_block .child_page_blockInner {
	display:block;
	overflow:hidden;
	padding:15px 0px;
}
.content .child_page_block.layout_even {
	float:right;
}
.content .child_page_block h4 {
	border:none;
	padding:0px 0px 2px;
	margin:0px;
	border-bottom:1ps solid #ccc;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	box-shadow:0px 1px 0px rgba(255,255,255,1.0);
}
.content .child_page_block h4 a {
	text-decoration:none;
	color:#4d4d4d;
}
.content .child_page_block h4 a:hover {

}
.content .child_page_block .childText {
	display:block;
	overflow:hidden;
}
.content .child_page_block p {
	font-size:12px;
	margin-bottom:0px;
	line-height:133%;
	padding:0px;
}
.content .child_page_block p a {
	text-decoration:none;
	color:#333;
}
.content .child_page_block p a:hover {

	color:#4592c5;
}
.content .child_page_block .thumbImage {
	float:left;
	display:block;
	border:1px solid #ccc;
	margin-right:13px;
}
.content .child_page_block .thumbImage .thumbImageInner {
	display:block;
	overflow:hidden;
	width:80px;
	border:1px solid #fff;
}
.content .child_page_block .thumbImage .thumbImageInner img {
	width:80px;
	height:80px !important /* ie8 */;
}
/*			.childPageBox
/*-------------------------------------------*/
.content .childPageBox {
	display:none;
}
.content .childPageBox .textBox {
	overflow:hidden;
	border:1px solid #ff0000;
}
/*			.mainFoot
/*-------------------------------------------*/
.content .mainFoot {
	display:block;
	overflow:hidden;
	margin-top:35px;
	margin-bottom:30px;
}
.content .mainFoot .mainFootInner {
}
.content .mainFootContact {
	display:block;
	overflow:hidden;
	text-align:center;
}
.content .mainFootContact p.mainFootTxt {
	font-size:10px;
	letter-spacing:0px;
	margin-bottom:5px;
}
.content .mainFootContact p.mainFootTxt span {
	display:block;
}
.content .mainFootContact p.mainFootTxt span.mainFootCatch {
	line-height:120%;
}
.content .mainFootContact p.mainFootTxt span.mainFootTel {
	font-size:24px;
	font-family:'Lato', sans-serif;
	margin-bottom:2px;
	line-height:100%;
}
.content .mainFootContact p.mainFootTxt span.mainFootTime {
	line-height:120%;
}
.content .mainFootContact .mainFootBt a {
	display:block;
	overflow:hidden;
	background-color:#999;
	max-width:350px;
	margin:0px auto;
}
.content .mainFootContact .mainFootBt a img {
	max-width:100%;
}
/*			images
/*-------------------------------------------*/
.content img {
	margin: 0;
	max-width:100% !important;
	height:auto !important;
}
.content .attachment img {
	max-width: 900px;
}
.content .alignleft, .content img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
.content .alignright, .content img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}
.content .aligncenter, .content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.content img.alignleft, .content img.alignright, .content img.aligncenter {
	margin-bottom: 12px;
}
.content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 0 0 5px;
	text-align: center;
	border:1px solid #e5e5e5;
	max-width:100% !important;
}
.content .wp-caption img {
	margin:5px 0 2px;
	max-width:95% !important;
	height:auto !important;
}
.content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.content .wp-smiley {
	margin: 0;
}
.content .gallery {
	margin: 0 auto 18px;
}
.content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.content .gallery img {
	border: 2px solid #cfcfcf;
}
.content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.content .gallery dl {
	margin: 0;
}
.content .gallery img {
	border: 10px solid #f1f1f1;
}
.content .gallery br+br {
	display: none;
}
.content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/*			.navigation
/*-------------------------------------------*/
.navigation {
	color: #888;
	font-size: 0.9em;
	line-height: 1.5em;
	overflow: hidden;
	border-top:1px solid #ccc;
	padding:10px 0px 15px;
	clear:both;
}
.navigation a:link, .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	color:#4592c5;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
/*			.paging
/*-------------------------------------------*/
.paging {
	display:block;
	overflow:hidden;
	padding:20px 0px 20px;
	text-align:center;
}
.paging span, .paging a {
	margin:0 1px;
	padding:6px 10px;
	color:#999;
	border:1px solid #999;
	text-decoration:none;
	border-radius:3px;
}
.paging span.current, .paging a:hover {
	background-color:#999;
	color:#fff;
	text-decoration:none;
}
.paging span.txt_hellip {
	border:none;
	margin:0;
	padding:6px 0px;
}
/*			.infoList
-------------------------------------------------------------- */
.content .infoList {
	padding-bottom:20px;
}
.content .infoList ul {
	margin:10px 0px 5px;
	list-style:none;
}
.content .infoList ul li {
	border-bottom:1px solid #ccc;
	padding:15px 0px;
	list-style:none;
	margin-bottom:0px;
	overflow:hidden;
}
.content .infoList ul li a {
}
.content .infoList ul li a:hover {
	color:#f00;
}
.content .infoList .infoDate {
	float:left;
	margin-right:8px;
	padding-top:3px;
	color:#4592c5;
	width:100px;
	font-size:0.75em;
	font-family: "NOW-GB";
}
.content .infoList .infoCate {
	float:right;
	vertical-align:top;
}
.content .infoList .infoCate a {
	color:#333;
	margin-right:4px;
	background-color:#eaf2f8;
	color:#333;
	font-size:11px;
	padding:5px 7px 5px;
	line-height:14px;
	text-decoration:none;
	position:relative;
	width: 90px;
display: block;
text-align: center;
}
.content .infoList .infoCate a:hover {
	background-color:#4592c5;
	color:#f5f5f5;
	text-decoration:none;
}
.content .infoList ul li .infoTxt {
	overflow:auto;
	display:block;
}
.content .infoList ul li .infoTxt a {
	text-decoration:none;
	color:#333;
	overflow:hidden;
}
.content .infoList ul li .infoTxt a:hover {
	color:#4592c5;
}
/*				.infoListBox
/*-------------------------------------------*/
.content .infoList .infoListBox {
	display:block;
	overflow:hidden;
	padding:20px 0px;
	border-bottom:1px solid #ccc;
	position:relative;
}
.content .infoList .infoListBox div.entryTxtBox {
	margin:0px;
	display:block;
	overflow:hidden;
}
.content .infoList .infoListBox div.entryTxtBox.haveThumbnail {
	float:left;
}
.content .infoList .infoListBox div.entryTxtBox p {
	margin-bottom:3px;
	padding:0px;
	line-height:150%;
}
.content .infoList .infoListBox div.entryTxtBox p.entryMeta {
	margin-bottom:4px;
}
.content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoDate, .content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoCate {
	color:#333;
}
.content .infoList .infoListBox div.entryTxtBox h4.entryTitle {
	margin:0px 0px 5px;
	padding:0px 0px 2px;
	display:block;
	line-height:120%;
	font-size:114.3%;
}
.content .infoList .infoListBox div.entryTxtBox h4.entryTitle a {
	text-decoration:none;
}
.content .infoList .infoListBox div.entryTxtBox h4.entryTitle a:hover {

}
.content .infoList .infoListBox div.entryTxtBox p.moreLink {
	margin:0px;
	padding:0px;
}
.content .infoList .infoListBox div.thumbImage {
	display:block;
	overflow:hidden;
	float:right;
	text-align:right;
}
.content .infoList .infoListBox div.thumbImage div.thumbImageInner {
	display:block;
	overflow:hidden;
	margin:1px;
}
.content .infoList .infoListBox div.thumbImage div.thumbImageInner img {
	width:98px;
	height:auto;
	border:1px solid #ccc;
}
/*			form
/*-------------------------------------------*/
.content form table {
	margin-top:25px;
}
.content form input[type=text], .content form input[type=email] .content form input[type= tel], .content form textarea {
	position:relative;
	overflow:hidden;
	padding:5px 10px;
	width:185px;
}
.content form textarea {
	width: 85%;
}
.content form input[type=radio] {
	width:auto;
}
.content form input[type=checkbox] {
	width:auto;
}

.content form input[name="address"]{
	width: 460px;
}

.ziptitle{
	float:left;
	padding:10px 0 0 5px;
}
/*-------------------------------------------*/
/*	#sideTower
/*-------------------------------------------*/
#sideTower {
	clear:both;
}
.sideTower .localSection {
	margin-bottom:50px;
}
.sideTower .localHead {
	border-top:2px solid #666;
	border-bottom:1px solid #000;
	padding:13px 10px 5px;
	position:relative;
	font-family: 'FB Benton Sans Medium';
	text-align:right;
	font-size:0.8em;
	color:#000;

}
.sideTower .localHead a {
	text-decoration:none;
	color:#333;
}
.sideTower .localHead a:hover {
}
.sideTower .sideWidget {
	margin:0px;
}
.sideTower .sideWidget li {
	list-style:none;
	border-bottom:1px solid #000;
	line-height:121.4%;
}
.sideTower .sideWidget li:last-child{
	border-bottom:none;
}
/* Sweep To Left */
.sideTower .sideWidget li a {
	font-family: UD Shin Go NT Medium;
	font-size:0.9em;
	letter-spacing:0.1em;
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  	padding:13px 10px 11px 28px;
}
.sideTower .sideWidget li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eaf2f8;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sideTower .sideWidget li a:hover:before, .sideTower .sideWidget li a:focus:before, .sideTower .sideWidget li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.sideTower .sideWidget li ul {
	display:block;
	margin:0px;
}
.sideTower .sideWidget li ul li {
	display:block;
	border-bottom:none;
	border-top:1px solid #ccc;
}
.sideTower .sideWidget li ul li a {
	padding:11px 10px 9px 28px;
	background:url(images/icon_arrow2_gray.gif) 12px 14px no-repeat;
}
/* 親ページのアクティブだと背景色が子ページにも適応される為 */
.sideTower .sideWidget li ul li a, .sideTower .sideWidget li.current-cat ul li a, .sideTower .sideWidget li.current_page_item ul li a {
	background-color:inherit;
}
.sideTower .sideWidget li ul li a:hover, .sideTower .sideWidget li.current-cat ul li a:hover, .sideTower .sideWidget li.current_page_item ul li a:hover {
	background-color:#efefef;
}
.sideTower .sideWidget li ul li.current-cat a, .sideTower .sideWidget li ul li.current_page_item a, .sideTower .sideWidget li ul li a:hover {
	background-image:#efefef;
}
/* 曾孫 */
.sideTower .sideWidget li ul li ul li a {
	padding-left:33px;
}
.sideTower .sideWidget li ul li ul li a, .sideTower .sideWidget li ul li.current-cat ul li a, #sideTower .sideWidget li ul li.current_page_item ul li a {
	background-position:17px 14px;
}
.sideTower li ul {
	margin-left:15px;
}
.sideTower li.sideBnr {
	margin-bottom:10px;
}
.sideTower li.sideBnr#sideContact a {
	display:block;
	overflow:hidden;
	width:auto;
	background-color:#999;
	width:220px;
	margin:0px auto;
	text-align:center;
}
.sideTower ul#snsBnr {
	border-top:1px solid #ccc;
	margin-bottom:20px;
	text-align:center
}
.sideTower ul#snsBnr li {
	border-bottom:1px solid #ccc;
}
.sideTower .sideWidget {
	margin-bottom:20px;
}
.sideTower .sideWidget .textwidget {
	padding-top:10px;
}
.sideTower .sideWidget h4 {
	clear:both;
	font-size:14px;
	margin:0px 0px 15px;
	padding:4px 0px 2px 12px;
	border-left-style:solid;
	border-left-width:3px;
	background-color:#f5f5f5;
}
.sideTower .sideWidget ul#recentcomments li {
	padding:13px 10px 11px 30px;
	background:url(images/icon_arrow1_gray.gif) 10px 50% no-repeat;
}
.sideTower .sideWidget ul#recentcomments li a {
	padding:0;
	background:none;
}
.sideTower .sideWidget select {
	margin:10px 0;
	padding:5px;
	width:100%;
	border:1px solid #ccc;
}
.sideTower .sideWidget select option {
	padding:2px 5px;
}
.sideTower .ttBoxSection {
	padding: 0;
}
.sideTower .ttBoxSection .ttBox {
	padding: 13px 0px 11px;
	border-bottom: 1px solid #ccc;
	font-size: 85.7%;
	line-height: 135.7%;
}
.sideTower .ttBoxSection .ttBox a {
	color: #666;
}
.sideTower .ttBoxSection .ttBox .ttBoxThumb {
	width: 64px;
}
.sideTower .ttBoxSection .ttBox .ttBoxThumb img {
	border: 1px solid #ccc;
}
form#searchform {
	padding:5px 0px 5px 7px;
	background-color:#e5e5e5;
	display:block;
	overflow:hidden;
	position:relative;
}
form#searchform input#s {
	margin:0px 0px 0px 5px;
	padding:5px;
	width:70%;
	float:left;
}
form#searchform input#searchsubmit {
	margin:0px 10px 0px 0px;
	float:right;
	background-color:#ccc;
	width:15%;
	border-radius:5px;
}
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
#footerSection #pagetop {
	display: none;
}
#pagetop {
	display:block;
	overflow:hidden;
	clear:both;
	z-index:5;
}
#pagetop a {
	float:right;
	display:block;
	position:relative;
	padding:5px 15px 13px;
	font-size:11px;
	text-decoration:none;
	margin-bottom:0px;
	font-family:'Lato', sans-serif;
	letter-spacing:1px;
}
#pagetop a:hover {
}
/*-------------------------------------------*/
/*	#footMenu
/*-------------------------------------------*/

#footerSection{
	background:#000;
	color:#eaf2f8;
}
#footMenu {
	padding:10px 0px;
	display:block;
	overflow:hidden;
	width:100%;
	z-index:10;
	position:relative;
	border-top:1px solid #CCC;
}
#footMenu .innerBox {
	padding:15px 0px;
}
#footMenu .menu {
	margin:0px;
	padding:0px;
	display:block;
	overflow:hidden;
	float:right;
}
#footMenu .menu li {
	display:block;
	margin:0px;
	padding:0px;
	line-height:100%;
	font-size:12px;
}
#footMenu .menu li a {
	line-height:1.8em;
	text-decoration:none;
	color:#a2a2a2;
	background:url(images/icon_arrow2_white.gif) 2px 50% no-repeat;
	padding:8px 18px 8px 10px;
}
#footMenu .menu li a:hover {
	color:#FFF;
}
#footerOutline {
    float: left;
	font-family:Hiragino Kaku Gothic W6 JIS2004;
}
/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
#footer {
	margin:0px;
	padding:20px 0px 20px;
	display:block;
	overflow:hidden;
}
#footer {
	text-align:left;
}
#footer dl#footerOutline {
	margin:0px;
	line-height:150%;
	width:300px;
}
#footer dl#footerOutline dt {
	margin-bottom:8px;
	line-height:150%;
}
#footer dl#footerOutline dt img {
	margin-bottom:5px;
	max-width:260px;
}
#footer dl#footerOutline dd {
	font-size:85.7%;
	line-height:150%;
}
/*		#footerSiteMap
/*-------------------------------------------*/
#footerSiteMap {
	display:block;
	overflow:hidden;
	width:100%;
	padding-top:15px;
}
#footerSiteMap .menu {
	font-size:87.5%;
	vertical-align:text-top;
}
#footerSiteMap .menu a {
	color:#999;
	text-decoration:none;
}
#footerSiteMap .menu a:hover {
	color:#f00;
}
#footerSiteMap .menu li {
	display:block;
	vertical-align:text-top;
	line-height:116.7%;
	margin-bottom:6px;
}
#footerSiteMap .menu li a {
	background:url(images/icon_arrow1_gray.gif) left 50% no-repeat;
	padding:8px 15px 8px 18px;
	overflow:hidden;
	display:block;
}
#footerSiteMap .menu li a:hover {
	background-image:url(images/icon_arrow1_blue.gif);
}
#footerSiteMap .menu li ul {
	margin-top:6px;
}
#footerSiteMap .menu li li {
	display:block;
}
#footerSiteMap .menu li li a {
	background:url(images/icon_arrow2_gray.gif) 2px 50% no-repeat;
	padding:8px 18px;
}
#footerSiteMap .menu li li a:hover {
	background-image:url(images/icon_arrow2_blue.gif);
}
#footerSiteMap .menu li ul ul {
	padding-left:5px;
}
/*-------------------------------------------*/
/*	#siteBottom
/*-------------------------------------------*/
#siteBottom {
	clear:both;
	padding:15px 0px 40px;
	font-size:88%;
	font-family:Arial, Helvetica, sans-serif;
}
#siteBottomInner {
	text-align:center;
}
#siteBottom a {
	color:#eaf2f8;
	text-decoration:none;
}
#siteBottom #copy {
	text-align:center;
	font-size: 0.6em;
letter-spacing: 0.4em;
}
#siteBottom #powerd, #siteBottom #powerd a {
	color:#ccc;
}
/*-------------------------------------------*/
/*	▼各テンプレートごとの設定
/*-------------------------------------------*/

/*-------------------------------------------*/
/*	top
/*-------------------------------------------*/
.home #gMenu { /*border-bottom:1px solid #ccc;*/
}
.home #main {
	padding-top:0px;
}
#topMainBnr {
	position:relative;
	display:block;
	overflow:visible;
	margin-bottom: 15px;
}
#topMainBnrFrame {
	position:relative;
	height:auto;
	display:block;
	margin:0 auto;
}
#topMainBnrFrame #topManiBnrInnerFrame {
	overflow:hidden;
}
#topMainBnrFrame img {
	width:100%;
	position:relative;
}
#topMainBnrFrame ul.slides li {
	overflow:hidden;/*display:block; */
}
.home .content {
	padding-bottom:40px;
}
#topFreeArea {
	margin-bottom:35px;
	display:block;
	overflow:hidden;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	-moz-box-shadow:0 2px 1px #efefef;
	-webkit-box-shadow: 0 2px 1px #efefef;
	box-shadow:0 2px 1px #efefef;
}
#topPr .topPrOuter {
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:10px;
}
#topPr h3 {
	margin:0px 0px 9px;
	line-height:120%;
	font-size:16px;
	padding-left:10px;
}
/* a をブロック指定しないと高さが揃わない */
#topPr h3 a {
	text-decoration:none;
	color:#333;
	display:block;
	overflow:hidden;
}
#topPr p a {
	text-decoration:none;
	line-height:16px;
	color:#333;
}
#topPr a:hover {
}
#topPr p.topPrDescription {
	margin-bottom:0px;
	font-size:14px;
	line-height:120%;
	padding:0px;
}
#topPr .prImage {
	float:left;
	width:70px;
	margin-right:10px;
	overflow:hidden;
	margin-bottom:10px;
}
#topPr .prImage img.imageWide {
	display:none;
}
#topPr .prImage img.imageSmall {
	display:block;
}
#topPr .topPrTxtBox {
	display:block;
	overflow:hidden;
}
.content .infoList {
	position:relative;
}
.content #topInfo h2, .content #topBlog h2 {
	margin-bottom:0px;
}
.content #topInfo, .content #topBlog {
	margin-bottom:10px;
}
.content #topBlog.infoList ul li .infoDate {
	display:block;
	float:left;
}
.content #topBlog.infoList ul li .infoTxt {
	clear:none;
}
.content .infoList .rssBtn {
	text-align:right;
	position:absolute;
	right:0px;
	top:12px;
}
.content .infoList .rssBtn a {
	color:#000;
	font-size:0.8em;
	font-family:'Lato', sans-serif;
	line-height:24px;
	text-decoration:none;
	padding:0px 5px;
	position:relative;
}
#topContentsBottom {
	margin-bottom:20px;
}
/*-------------------------------------------*/
/*	post
/*-------------------------------------------*/
.content .entry-content {
	display:block;
	overflow:hidden;
	margin-bottom:25px;
}
.content .entry-content.post-content h1.entryPostTitle {
	margin-bottom:0px;
}
.content .entry-utility {
	clear:both;
	margin-top:15px;
}
.content .entry-utility dl.tag-links, {
display:inline;
}
.content .entry-utility dl.tag-links dt, .content .entry-utility dl.tag-links dd {
	display:inline;
	font-size:85.7%;
	line-height:120%;
}
.content .entry-utility dl.tag-links dt {
	display:inline-block;
	border:1px solid #e5e5e5;
	font-weight:lighter;
	margin-right:10px;
	padding:0px 10px;
	background-color:#e5e5e5;
	color:#999;
}
/*			#comments
/*-------------------------------------------*/
#comments {
	clear: both;
}
#comments ol.commentlist {
	margin:0px 0px 15px 0px;
}
#comments ol.commentlist li {
	list-style:none;
}
#comments li.comment .commentBox {
	border:4px solid #e5e5e5;
	padding:15px;
	margin-bottom:10px;
}
#comments li.comment .comment-author img {
	float:left;
	border:2px solid #ccc;
	margin-right:10px;
}
#comments li.comment .comment-author cite.fn {
	font-style:normal;
	line-height:120%;
}
#comments li.comment .comment-meta.commentmetadata {
	font-size:85.7%;
	line-height:120%;
}
#comments li.comment .comment-body {
	margin-left:50px;
	margin-top:10px;
}
#comments li.comment .comment-body p {
	margin-bottom:10px;
}
#comments li.comment .reply {
}
#comments #respond .required {
	color:#e50000;
}
.content #commentform p {
	margin-bottom:5px;
}
.content #commentform input, .content #commentform textarea {
	display:block;
	width:95%;
	padding:4px;
}
.content #commentform p.form-allowed-tags {
	font-size:10px;
	line-height:120%;
	color:#333;
	width:95%;
	margin-bottom:10px;
}
.content #commentform p.form-submit input {
	width:auto;
	padding:10px 20px;
}
.content ol.commentlist li.post.pingback {
	padding-bottom:0;
}
/*-------------------------------------------*/
/*	sitemap &amp; 404 &amp;search
/*-------------------------------------------*/
.content.wide {
	display:block;
	overflow:hidden;
}
.content #sitemapPostList {
	margin-top:20px;
}
.content #sitemapPostList h5 {
	margin:0px;
	padding:0px;
	font-weight:lighter;
	font-size:14px;
}
.content ul.linkList {
	margin:0px;
	padding:0px;
	font-size:85.7%;
}
.content ul.linkList li {
	list-style:none;
	margin-bottom:0px;
}
.content ul.linkList li a {
	background:url(images/icon_arrow1_gray.gif) left 8px no-repeat;
	padding:5px 15px;
	display:block;
	text-decoration:none;
	color:#333;
}
.content ul.linkList li a:hover {
	background-image:url(images/icon_arrow1_blue.gif);
	color:#4592c5;
}
.content ul.linkList li li a {
	background:url(images/icon_arrow2_gray.gif) left 10px no-repeat;
}
.content ul.linkList li li a:hover {
	background-image:url(images/icon_arrow2_blue.gif);
}
.content ul.linkList li li li a {
	background:url(images/icon_try2_gray.gif) left 10px no-repeat;
}
.content ul.linkList li li li a:hover {
	background-image:url(images/icon_try2_red.gif);
}
.content ul.linkList ul {
	margin-bottom:0px;
	margin-top:0px;
	margin-left:10px;
}
.content .error404 {
	text-align:center;
	padding-bottom:30px;
}
#sitemapOuter {
font-size: 1.1em;
	padding:20px;
	display:block;
	overflow:hidden;
	margin:0px auto;
}
.content form#searchform label {
	display: none;
}
.content form#searchform input#s {
	width:70%;
}
#likeBox {
	border:1px solid #00ff00;
	width:100% !important;
}
.fbConnectWidgetTopmost {
	border:1px solid #00ff00;
	width:100% !important;
}
/*business*/

.content .business-box.bb01 {
	background:url(../../../biz-vektor-child/images/business-01.jpg);
}
.content .business-box.bb02 {
	background:url(../../../biz-vektor-child/images/business-02.jpg);
}
.content .business-box.bb03 {
	background:url(../../../biz-vektor-child/images/business-03.jpg);
}
.content .business-box.bb04 {
	background:url(../../../biz-vektor-child/images/business-04.jpg);
}
.content .business-box.bb05 {
	background:url(../../../biz-vektor-child/images/business-05.jpg);
}
.content .business-box.bb06 {
	background:url(../../../biz-vektor-child/images/business-06.jpg);
}
.content .business-box {
	width:100%;
	height:220px;
	margin-bottom: 20px;
	background:#CCC;
	-moz-background-size:100% auto !important;
	background-size:100% auto !important;
}
.content .business-box h3 {
	font-size:0.9em;
	letter-spacing:0.2em;
	font-family:"Shin Go Regular";
	padding:10px;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(0, 129, 255, 0.5);
	color: white;
	border:none;
}
.content .business-box h3 a:link,.content .business-box h3 a:visited{
	color:#FFF;
}

/*outline*/
.su-dropcap{
	background-color:#4592c5 !important;
}
/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/

/*-------------------------------------------*/
/* コンテンツ推奨サイズより大きい場合
/*-------------------------------------------*/
@media (min-width: 660px) { /* スクロール分余裕に20px */
#pageTitBnr #pageTitInner{
	height:400px;
}
body.page-id-133 #pageTitBnr #pageTitInner,body.page-id-135 #pageTitBnr #pageTitInner,body.page-id-137 #pageTitBnr #pageTitInner{
	height:200px;
}
#pageTitBnr #pageTitInner #pageTit {
	font-size: 2em;
}
#pageTitBnr #pageTitInner #pageTit br{
	display:none;
}
#headerTop #site-description {
	display:block;
}
#header #site-title {
	margin:0;
}
#headerTop #site-description {
	text-align:right;
	line-height:150%;
	font-size:12px;
}
#header #site-title {
	padding-bottom:15px;
	float:left;
}
#header #headContact {
	text-align:right !important;
}
#header #headContact #headContactTxt {
	font-size:11px;
}
#header #headContact #headContactTime {
	font-size:12px;
}
#header #headContact #headContactTel {
	font-size:24px;
	margin-bottom:4px;
	color:#000;
}
#main #container {
	padding-top:20px;
}
#main #container .content {
	margin:0px auto;
}
.content p {
	line-height:170%;
}
.content table.mobile-block th, .content table.mobile-block td {
	border: 1px solid #ccc;
	display: table-cell;
}
.content .mainFootContact p.mainFootTxt {
	float:left;
	margin-bottom:0px;
	text-align:left;
}
.content .mainFootContact p.mainFootTxt .mainFootCatch {
	font-size:120%;
}
.content .mainFootContact .mainFootBt {
	float:right;
}
.content .mainFootContact .mainFootBt a {
	width:350px;
	min-height:50px;
}
.content .mainFootContact .mainFootBt a img {
	width:auto;
}
.content table.mobile-block th, .content table.mobile-block td {
	display: table-cell;
}
.content table.mobile-block th {
	box-shadow: inset 1px 2px 0px #ffffff;
}
.paging span.pageIndex {
	display:inline;
}
#topMainBnr {
	padding: 0;
	margin-bottom:20px;
}
#topPr {
	display:block;
	overflow:hidden;
	margin-bottom:25px;
}
#topPr .topPrOuter {
	padding-bottom:0px;
	border-bottom:none;
}
#topPr #topPrLeft {
	width:33.1%;
	text-align:left;
	float:left;
	display:block;
	overflow:visible;
}
#topPr #topPrCenter {
	width:33.1%;
	text-align:center;
	float:left;
	display:block;
	overflow:visible;
}
#topPr #topPrRight {
	width:33.1%;
	text-align:right;
	float:right;
	display:block;
	overflow:visible;
}
#topPr #topPrLeft .topPrInner {
	float:left;
}
#topPr #topPrCenter .topPrInner {
	margin:0px auto;
}
#topPr #topPrRight .topPrInner {
	float:right;
}
#topPr .topPrInner {
	text-align:left;
	width:95%;
}
#topPr .topPrInner p {
	padding:0px;
}
#topPr .topPrInner p.topPrDescription {
	font-size:12px;
}
#topPr .prImage {
	float:none;
	width:100%;
	margin-right:0px;
}
#topPr .prImage img {
	height:auto;
}
#topPr .prImage img.imageWide {
	display:block;
}
#topPr .prImage img.imageSmall {
	display:none;
}
.content .child_page_block {
	width:48%;
}
.content .child_page_block.layout_odd {
	float:left;
	clear:both;
}
#footMenu .menu li {
	float:left;
}
.content .infoList ul li .infoTxt a {
	padding-right: 140px;
}
}

/*-------------------------------------------*/
/* pc iPad3より大きい場合
/*-------------------------------------------*/
@media (min-width: 770px) {
body {
	line-height:150%;
}
#headerTop {
	display:block;
}
#gMenu {
	display:block;
	border-top:none;
	border-bottom:none;
	position:relative;
}
#gMenu:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#gMenu #gMenuInner.innerBox {
	margin:0px 3%;
	width:94%;
}
#gMenu.itemClose .menu, #gMenu.itemOpen .menu {
	display:block;
}
#gMenu .menu {
/*	border-left:1px solid #e5e5e5;*/
	border-top:none;
	margin-bottom:15px;
}
#gMenu .menu:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#gMenu .assistive-text {
	position: absolute;
	top: -9000px;
} /* display:noneだと読み上げない / 横にオフセットするとIEで読み込みまでの間表示される */
#gMenu .menu li a {
	border-bottom:none;
}
#gMenu .menu &gt; li {
	float: left;
	width:auto;
	border-bottom:none;
	overflow:visible;
}
#gMenu .menu &gt; li &gt; a {
	text-align:center;
/*	border-right:1px solid #e5e5e5; */
	border-bottom:none;
}
#gMenu .menu &gt; li.current_page_ancestor &gt; a {
	background-color:#f5f5f5;
}
#gMenu .menu &gt; li &gt; a span {
	display: block;
	font-size:10px;
	line-height:140%;
	letter-spacing:1px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#999;
}
#gMenu .menu &gt; li ul {
	display:none;
}
#gMenu .menu li li a {
	padding-left:15px;
}
#gMenu .menu li li li a {
	padding-left:15px;
}
#gMenu .menu li li li li a {
	padding-left:15px;
}
#gMenu .menu li:hover ul {
	display:block;
	position:absolute;
	z-index:100;
	border-top:1px solid #e5e5e5;
	position:absolute;
	width:200px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.2);
	opacity:0.97;
}
#gMenu .menu li:hover li {
	background:#fff;
	border-bottom:1px solid #e5e5e5;
	width:200px;
	position:relative;
}
#gMenu .menu li:hover ul li ul {
	position:absolute;
	left:200px;
	top:10px;
	border-top:none;
}
#gMenu .menu li:hover ul li ul, #gMenu .menu li:hover ul li ul li {
	display:none;
}
#gMenu .menu li:hover ul li:hover ul, #gMenu .menu li:hover ul li:hover ul li {
	display:block;
}
#gMenu .menu li:hover ul li:hover ul {
	border-top:1px solid #e5e5e5;
}
/* Underline From Center */
#gMenu .menu &gt; li &gt; a {
	background:#FFF;
	color:#000;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  font-family: UD Shin Go NT Medium;
  font-size:0.9em;
  letter-spacing:0.1em;
}
#gMenu .menu &gt; li &gt; a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#gMenu .menu &gt; li &gt; a:hover:before, #gMenu .menu &gt; li &gt; a:focus:before, #gMenu .menu &gt; li &gt; a:active:before {
  left: 0;
  right: 0;
}
body.page-id-131 #gMenu .menu &gt; li#menu-item-73 &gt; a,
body.post-type-archive #gMenu .menu &gt; li#menu-item-128 &gt; a,body.tax-info-cat #gMenu .menu &gt; li#menu-item-128 &gt; a,body.single-info #gMenu .menu &gt; li#menu-item-128 &gt; a,
body.page-id-116 #gMenu .menu &gt; li#menu-item-127 &gt; a,
body.page-id-118 #gMenu .menu &gt; li#menu-item-126 &gt; a,
body.page-id-120 #gMenu .menu &gt; li#menu-item-125 &gt; a,
body.page-id-122 #gMenu .menu &gt; li#menu-item-124 &gt; a{
	background:#FBFBFB;
}
#footerSiteMap .menu {
	font-size:12px;
}
#footerSiteMap .menu li {
	display:inline-block;
}
#footerSiteMap .menu li a {
	background-position:left 2px;
	padding:0px 20px 4px 18px;
}
#footerSiteMap .menu li li a {
	background-position:3px 3px;
	padding:0px 20px 0px 18px;
	font-size:11px;
}
#footerSiteMap .menu li li li a {
}
.content form span.wpcf7-form-control-wrap .wpcf7-list-item {
	padding-top:2px;
	padding-bottom:2px;
}
#footerSiteMap .menu li li li a {
	background-position: 5px 3px;
}
#sitemapOuter {
	padding:20px 50px;
}
.content #sitemapPageList {
	float:left;
	width:49%;
}
.content #sitemapPostList {
	float:right;
	width:49%;
	margin-top:0px;
}
.content ul.linkList li a {
	padding:3px 15px;
}
} /* @media (min-width: 770px)  */
/*-------------------------------------------*/
/*	フルサイズ
/*-------------------------------------------*/
@media (min-width: 970px) { /* スクロール分余裕に20px */
.innerBox, #gMenu #gMenuInner.innerBox {
	width:1000px;
	margin:0px auto;
}
#main #container {
	padding-top:30px;
}
#main #container .content {
	float:left;
	width:600px;
}
/*#main #container #sideTower {
	float:right;
	width:300px;
	clear:none;
	border-top: 2px solid;
	border-left: 2px solid;
border-bottom: 2px solid;
border-radius: 10px 0 0 10px;
margin-top:20px;
margin-bottom: 20px;
}*/
	#main #container #sideTower {
	float:right;
	width:300px;
	clear:none;
border-radius: 10px;
margin-bottom: 20px;
}
.localNaviBox h3.localHead{
	border-top:none;
}
body.left-sidebar #main #container .content {
	float:right;
}
body.left-sidebar #main #container #sideTower {
	float:left;
}
body.home.one-column #main #container .content {
	float:none;
	width:100%;
}
body.home.one-column #main #container #sideTower {
	float:none;
	display:none;
}
form#searchform input#s {
	width:110px;
}
.sideTower form#searchform input#searchsubmit {
	width:30%;
}
#topMainBnr {
	width:100%;
}
#topMainBnr img {
}
#topMainBnrFrame .slider li {
}
#topMainBnrFrame {
	min-height:250px;
}
/*			.childPageBox
/*-------------------------------------------*/
.content .childPageBox {
	display:block;
}
.content .childPageBox {
	margin-top:20px;
	border:1px solid #ccc;
	padding:0px;
	display:block;
	overflow:hidden;
	width:638px;
	margin-bottom:20px;
}
.content .childPageBox h4 {
	font-weight:lighter;
	margin:15px 20px 10px;
	padding:0px 0px 3px;
	font-size:14px;
}
.content .childPageBox h4 a {
	text-decoration:none;
	color:#666
}
.content .childPageBox ul {
	margin:0px 20px 15px;
	padding:0px;
	display:block;
	overflow:hidden;
	font-size:85.7%;
	line-height:125%;
}
.content .childPageBox ul li {
	float:left;
	display:block;
	width:33%;
	list-style:none;
	margin:0px;
}
.content .childPageBox ul li a {
	background:url(images/icon_arrow1_gray.gif) left 5px no-repeat;
	padding:3px 5px 3px 17px;
	text-decoration:none;
	display:block;
	overflow:hidden;
	color:#333;
}
.content .childPageBox ul li a:hover, .content .childPageBox ul li.current_page_item a {
	background-image:url(images/icon_arrow1_blue.gif);
	color:#4592c5;
}
.content .childPageBox ul li ul {
	margin:0px;
	font-size:91.7%;
}
.content .childPageBox ul li ul li {
	float:none;
	width:auto;
}
.content .childPageBox ul li ul li a {
	background:url(images/icon_arrow2_gray.gif) left 6px no-repeat;
	padding:3px 5px 3px 14px;
	text-decoration:none;
	margin-left:3px;
}
.content .childPageBox ul li ul li a:hover, .content .childPageBox ul li ul li.current_page_item a {
	background-image:url(images/icon_arrow2_blue.gif);
}
.content .childPageBox ul li ul li ul {
	padding-left:8px;
	font-size:100%;
	line-height:120%;
}
.content .childPageBox ul li.current_page_item ul li a {
	color:#333;
	text-decoration:none;
	background-image:url(images/icon_arrow2_gray.gif);
}
.content .childPageBox ul li.current_page_item ul li a:hover {
	color:#4592c5;

	background-image:url(images/icon_arrow2_blue.gif);
}
.content .mainFootContact .mainFootBt a img {
	width:100%;
}
#footerSiteMap {
	width:640px;
	padding-top:0px;
	font-size:12px;
}
#footer dl#footerOutline {
	float:left;
}
	
.zipform{
	float: right;
}
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
body {
	background: none !important;
}
#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
}
#headerTop, #header, #panList, #gMenu, #pagetop, #sideTower, #footMenu, #footer, #siteBottom {
	display:none !important;
}
#pageTitBnr, .content table th {
	box-shadow:none !important;
}
#access, #branding img, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area {
	display: none !important;
}
#container {
	margin: 0;
	width: 100%;
}
}
</pre></body></html>