@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: b-1service2014
Theme URI: http://create.sou-an.net/
Description: 阿修羅システム搭載
Author: 創庵
Author URI: http://create.sou-an.net/
License:
License URI:
Tags:
Version: 1.0
---------------------------------------------------------*/



/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
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;
    /*font-size: 100%;*/
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}
html{
    font-size: 100%; /*-- 1rem=16px  --*/
}

body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
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;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/*===========================
                         　初期設定
============================*/
/* -- クリアフィックス -- */
.clearfix:before,
.clearfix:after { content: " ";  display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* -- リンク＆画像のマウスオーバー -- */
a {
	color: #0066CC;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
a:hover{ color: #FF9900;}

a{ transition-duration: 0.5s; }
a img{ transition-duration: 0.5s; }
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: &quot;alpha( opacity=70 )&quot;;/* ie6 */
}
/* -- Webフォント -- */
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?86495488');
  src: url('font/fontello.eot?86495488#iefix') format('embedded-opentype'),
       url('font/fontello.woff?86495488') format('woff'),
       url('font/fontello.ttf?86495488') format('truetype'),
       url('font/fontello.svg?86495488#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon:before {
	font-family: 'fontello';
	margin-right: 2px;
}
.icon-a:before { content: "a"; }
.icon-b:before { content: "b"; }
.icon-c:before { content: "c"; }
.icon-d:before { content: "d"; }
.icon-e:before { content: "e"; }
.icon-f:before { content: "f"; }
.icon-g:before { content: "g"; }
.icon-h:before { content: "h"; }
.icon-i:before { content: "i"; }
.icon-j:before { content: "j"; }
.icon-k:before { content: "k"; }
.icon-l:before { content: "l"; }
.icon-m:before { content: "m"; }
.icon-n:before { content: "n"; }
.icon-o:before { content: "o"; }
.icon-p:before { content: "p"; }
.icon-q:before { content: "q"; }
.icon-r:before { content: "r"; }
.icon-s:before { content: "s"; }
.icon-t:before { content: "t"; }
.icon-u:before { content: "u"; }
.icon-v:before { content: "v"; }
.icon-w:before { content: "w"; }
.icon-x:before { content: "x"; }
.icon-y:before { content: "y"; }

/*===========================
                          デザイン開始
============================*/
html {
    font-size: 62.5%; /*-- 1rem=10px  --*/
}
body {
	background: url("images/bg/body.jpg");
	font-size: 1.4rem;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color: #333;
}
#site {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/*===========================
                          #header
============================*/
.headerFrame {
	background: #FFF;
}
.header-in {
	margin: 0 auto;
	width: 960px;
	padding: 0px 0 8px 16px;
}
.site-title {
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.6;
	font-weight: normal;
	color: #333;
}
.logo {
	float: left;
	margin-right: 16px;
	width: 610px;
	height: 140px;
}
.contact {
	float: left;
	/*padding-top: 16px;*/
}
.contact-tpoint {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
}
.contact-tpoint img {
	margin-right: 4px;
}
.contact-info {
	list-style: none outside;
	padding: 4px 8px;
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	background: #FAFAFA;
}
.contact-info li {
	display: inline;
	margin: 0 4px;
}
.contact-info a {
	color: #555;
	text-shadow: none;
}
.contact-info a:hover {
	color: #FF9900;
}
.contact-miyazaki {
	margin: 8px 0;
}
.contact-name {
	margin-right: 8px;
	padding: 8px 16px;
	border-radius: 5px;
	color: #333;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	background: #FAFAFA;
	box-shadow: 2px 2px 3px rgba(255,255,255,0.5) inset,
				-2px -2px 3px rgba(255,255,255,0.5) inset;
	border: 1px solid #CCC;
}
.contact-tel {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #555;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
.contact-tel:before {
	font-weight: normal !important;
	color: #FF9600 !important;
}
.contact-address {
	text-align: right;
	font-size: 13px;
	font-size: 1.3rem;
}

.footerMenu ,
.headerMenu {
	clear: both;
	display: block;
	padding: 8px 0 4px;
	box-sizing: border-box;

	height: 58px;
	background: #00a1e9;
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.footerMenu ul ,
.headerMenu ul {
	list-style: none;
	display: block;
	margin: 0 auto;
	width: 960px;
	height: 41px;
	overflow: visible;
}
.footerMenu ul li ,
.headerMenu ul li {
	position: relative;
	display: block;
	float: left;
	width: 160px;
	padding: 0 5px;
	box-sizing: border-box;
	border-right: 1px solid #0080B7;
	box-shadow: 1px 0 rgba(255,255,255,0.5); 
}
.footerMenu ul li:first-child ,
.headerMenu ul li:first-child {
	border-left: 1px solid #0080B7;
	box-shadow: 1px 0px rgba(255,255,255,0.5) , 1px 0px rgba(255,255,255,0.5) inset;
}
.footerMenu ul li a ,
.headerMenu ul li a {
	display: block;
	width: 150px;
	height: 41px;
	box-sizing: border-box;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	line-height: 1.4;
}
.footerMenu ul li a:hover ,
.headerMenu ul li a:hover {
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.5);
	border-radius: 5px;
}

.footerMenu ul li a:after ,
.headerMenu ul li a:after {
	display: block;
	font-weight: normal;
	text-shadow: none;
	font-size: 8px;
	font-size: 0.8rem;
}

.menu01:after { content: "Home"; }
.menu02:after { content: "Service";}
.menu03:after { content: "Voice" }
.menu04:after { content: "Flow" }
.menu05:after { content: "Faq" }
.menu06:after { content: "Contact" }


.menu-child {
	height: 0;
	overflow: hidden;
}
.headerMenu ul li:hover > .menu-child {
	position: absolute;
	top: 40px;
	left: 0px;
	padding: 0 0 8px;
	width: 480px;
	height: auto;
	overflow: visible;
	border: 1px solid #CCC;
	background: #FFF;
	z-index: 9999;
	box-shadow: 3px 3px 6px #CCC,
				-3px -3px 6px #CCC;
}
.menu-child-title {
	clear: both;
	padding: 8px 16px;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
	background: #FAFAFA;
	box-shadow: 0 1px 3px #CCC;
}
.menu-child ul {
	display: block;
	width: 480px;
	height: 82px;
	margin: 16px 0;
}
.menu-child li {
	border-right: 1px dotted #CCC !important; 
}
.menu-child li:first-child {
	border-left: 1px dotted #CCC !important; 
}
.menu-child li:nth-child(4),
.menu-child li:nth-child(5),
.menu-child li:nth-child(6),
.menu-child li:nth-child(7),
.menu-child li:nth-child(8),
.menu-child li:nth-child(9){
	border-top: 1px dotted #CCC;
}
.menu-child ul li a {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	color: #0066CC;
	font-weight: normal;
	text-shadow: none;
}
.menu-child ul li a:hover {
	color: #FF9900;
	text-shadow: none;
	background: #FAFAFA;
}

/*===========================
		.header-image
============================*/
.header-image {
	margin-bottom: 48px;
	padding: 16px 0 0;
	height: 350px;
	text-align: center;
	background: rgba(102,102,102,0.1);
	box-shadow: 0 -3px 5px rgba(0,0,0,0.15) inset;
	overflow: visible;
}
.header-image img {
	border: 6px solid #FFF;
	box-shadow: -3px -3px 5px rgba(0,0,0,0.15),
				3px 0 5px rgba(0,0,0,0.15),
				0 3px 5px rgba(0,0,0,0.15);
}


/*===========================
                       #content-area
============================*/

.content-area {
	margin: 30px auto;
	width: 960px;
}
.card-content {
	width: 704px;
	float: left;
}
.card {
	margin-bottom: 30px;
	padding: 29px 39px;
	border: 1px solid #CCC;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	background: #FFF;
	box-shadow: 1px 1px 5px -2px #CCC , -1px 0px 5px -2px #CCC;
}

.card-title {
	position: relative;
	margin: 0 -50px 15px;
	padding: 7px 25px 7px 49px;
	font-size: 20px;
	font-size: 2rem;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background: #00A1E9;
	box-shadow: 0px 10px 8px -8px #CCC; 
}
.card-title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 120px;
	height: 0;
	border-width: 0 5px 8px 0;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #00A1E9;
}
.card-title:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 100%;
	border: 5px solid transparent;
	border-left-color: #0080B7;
	border-bottom-color: #0080B7;
}
.card-title a { color: #FFF; }
.card-title a:hover { text-decoration: underline; }
.card-suzuran:before {
  content: "";
  position: absolute;
  background: #FFF;
  top: 0;
  left: 35px;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.card-suzuran:after {
  content: "";
  position: absolute;
  background:#FFF;
  top: 15px;
  left: 30px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.card-thumbnail {
	float: left;
	width: 240px;
	height: 160px;
	margin-right: 16px;
}
.card-thumbnail img {
	width: 240px;
	height: 160px;
	border: 1px solid #CCC;
}
.card-meta {
	position: relative;
}
.card-date {}
.card-category {}

.card-author{
	position: absolute;
	right: 0;
	top: 0;
}
.card-author-picture {
	vertical-align: text-top;
}
.card-text {
	margin-top: 15px;
}
.more-link {
	clear: both;
	float: right;
	display: block;
	width: 375px;
	margin: 15px auto 0;
	line-height: 30px;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	border: 1px solid #CCC;
	background: #FFF;
	box-sizing: border-box;
}
.more-link:hover {
	color: #FFF;
	background: #ADF1E4;
}
/*-----------------------------
　ページナビ（コリスさん作）
------------------------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 11px;
	font-size: 1.1rem;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	line-height: 13px;
	margin-bottom: 20px;
	padding: 20px 0;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #274A78;
	border: 1px solid #274A78;
}
.pagination a:hover {
	color: #274A78;
	background: #FFF;
	border: 1px solid #274A78;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #274A78;
	background-color: #FFF;
	border: 1px solid #274A78;
}

/*===========================
                       single-page
============================*/
.content {
	width: 704px;
	float: left;
}
.content img {
	max-width: 100%;
}
#breadcrumb {
	margin: 0 40px 15px;
}
#breadcrumb div {
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
}

#breadcrumb div a {
	color: #777;
	text-decoration: none;
}

#breadcrumb div a:hover {
	color: #FF9900;
	text-decoration: underline;
}
/*-- Yoast --*/
#breadcrumbs {
	margin: 0 40px 15px;
	font-size: 13px;
}
.post-wrapper {

}
.post {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	padding: 15px 39px 39px;
	border: 1px solid #D1C9AE;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 3px 3px 5px -2px #CCC , -3px 0px 5px -2px #CCC;
}
.post-header {}
.post-date {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}
.post-category{
	font-size: 14px;
	font-size: 1.4rem;
}
.post-title {
	position: relative;
	margin: 10px 0;
	padding: 8px 8px;
	font-size: 23px;
	font-size: 2.3rem;
	color: #333;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	border-bottom: 4px solid #00a1e9;
	box-shadow: 0px 6px 8px -4px rgba(0,0,0,0.2);
}
.post-title:before {
  content: "";
  position: absolute;
  background: #00a1e9;
  top: 0;
  left: -5px;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post-title:after {
  content: "";
  position: absolute;
  background:#409ecc;
  top: 15px;
  left: -10px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.post-title-text {
	position: relative;
}

.post-title a { color: #FFF; }
.post-title a:hover { text-decoration: underline; }
.post-meta {
	text-align: right;
	line-height: 1.5;
}
.post-body {
	padding-top: 32px; 
	word-wrap: break-word;
}
.post-body p{
	margin-bottom: 32px;
}


.post-share { 
	padding: 10px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.post-share-lead {
	text-align: center;
}
.post-share ul {
	display: block;
	width: 457px;
	list-style: none ;
	margin: 10px auto 0;
}
.post-share ul li {
	float: left;
	margin-right: 15px;
}
.post-share ul li:last-child {
	margin-right: 0;
}

.post-footer {
	margin-top: 30px;
	padding: 0 14px 14px;
	border: 2px solid #274A78;
	border-radius: 3px;
	background: #FAFAFA;
}
.author-title {
	margin: 0 -14px 16px;
	padding: 5px 15px;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background: #274A78;
}
.author-body {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
}
.author-picture {
	float: left;
	margin: 0 15px 15px 0;
	border-radius: 5px;
	vertical-align: text-top;
}
.author-name {
	font-size: 25px;
	font-size: 2.5rem;
}
.author-info {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1.3;
}

.author-sns .icon-y:before {
	font-size: 20px;
	font-size: 2rem;
	color: #00A8E8;
}
.author-sns .icon-h:before {
	font-size: 15px;
	font-size: 1.5rem;
	color: #3D58A4;
}
.author-sns .icon-x:before {
	font-size: 15px;
	font-size: 1.5rem;
	color: #DD4B38;
}


.author-shop a {
	color: #333;
}
.author-description {
	margin-top: 10px;
}

.kanren {
	position: relative;
	margin-top: 30px;
	padding: 15px 40px;
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #D1C9AE;
	background: #FFF;
	box-shadow: 1px 1px 5px -2px #CCC , -1px 0px 5px -2px #CCC;
}
.kanren:before {
	content: "";
	width: 0;
	position: absolute;
	bottom: 100%;
	left: 330px;
	border: 20px solid transparent;
	border-bottom-color: #FFF;
	z-index: 99;
}
.kanren:after {
	content: "";
	width: 0;
	position: absolute;
	bottom: 100%;
	left: 328px;
	border: 22px solid transparent;
	border-bottom-color: #D1C9AE;
}
.kanren-lead {
	padding: 10px;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	line-height: 1.5;
}
.kanren-title {
	display: inline;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
.kanren-body {
	margin: 15px 0;
}
.kanren-ul {
	list-style: none outside;
	margin: 0 -10px;
}
.kanren-li {
	float: left;
	display: inline;
	margin-right: 10px;
	width: 120px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}
.kanren-li:nth-child(5) {
	margin-right: 0;
}
.kanren-li:hover {
	background: rgba(204,204,204,0.3);
}
.kanren-a {
	display: block;
	width: 120px;
	min-height: 143px;
}
.kanren-li img {
	width: 120px;
	height: 80px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	background: #FFF;
}
.kanren-time {
	display: block;
	color: #333;
}

.navigation {
	position: relative;
	margin-top: 30px;
	padding: 15px 40px;
	border: 1px solid #D1C9AE;
	background: #FFF;
	box-shadow: 1px 1px 5px -2px #CCC , -1px 0px 5px -2px #CCC;
	text-align: center;
	line-height: 1.5;
}
.navigation:before {
	content: "";
	width: 0;
	position: absolute;
	bottom: 100%;
	left: 330px;
	border: 20px solid transparent;
	border-bottom-color: #FFF;
	z-index: 99;
}
.navigation:after {
	content: "";
	width: 0;
	position: absolute;
	bottom: 100%;
	left: 328px;
	border: 22px solid transparent;
	border-bottom-color: #D1C9AE;
}
.navigation-previous {
	float: left;
	width: 50%;
	padding-right: 15px;
	border-right: 1px solid #CCC;
}
.navigation-next {
	float: left;
	width: 50%;
	padding-left: 15px;
}

/*============================
			ループ
==============================*/
.loop {}
.loop-single {
	position: relative;
	margin-top: 32px;
	font-size: 1.4rem;
	line-height: 1.7;
	padding: 39px 39px 39px;
	border: 1px solid #D1C9AE;
	background: #FFF;
	box-shadow: 3px 3px 5px -2px #CCC , -3px 0px 5px -2px #CCC;
}
.loop-single:before {
	content: "";
	width: 0;
	position: absolute;
	bottom: 100%;
	left: 330px;
	border: 20px solid transparent;
	border-bottom-color: #FFF;
	z-index: 99;
}
.loop-single:after {
	content: "";
	width: 0;
	position: absolute;
	bottom: 100%;
	left: 328px;
	border: 22px solid transparent;
	border-bottom-color: #D1C9AE;
}
.loop-catch {
	margin-bottom: 32px;
	text-align: center;
}

.loop-card {
	position: relative;
	float: left;
	width: 200px;
	margin-bottom: 32px;
	border: 1px solid #CCC;
	border-top: 4px solid #00A1E9;
	font-size: 14px;
	font-size: 1.4rem;
	background: #FDFCFB;
	box-shadow: 0px 2px 6px -2px #CCC;
}
.loop-card:hover {
	background: #FAFAFA;
}
.loop-card:before {
	content: "";
	position: absolute;
	left: -1px;
	top: -4px;
	border-left: 1px solid #00A1E9;
	width: 1px;
	height: 4px;
}
.loop-card:after {
	content: "";
	position: absolute;
	right: -1px;
	top: -4px;
	border-right: 1px solid #00A1E9;
	width: 1px;
	height: 4px;
}
.loop-card:nth-child(2),
.loop-card:nth-child(5), 
.loop-card:nth-child(8){
	margin: 0 12px 32px;
}
.loop-card p {
	margin-bottom: 0;
}
.loop-link {
	display: block;
	padding: 7px;
	color: #333;
}
.loop-title {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #0080B7;
}
.loop-price {
	color: #333;
	text-align: center;
}
.loop-copy {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}
.loop-text {
	font-size: 11px;
	font-size: 1.1rem;
	color: #333;
	text-shadow: none;
}
.loop-more {
	line-height: 32px;
	border: 1px solid #CCC;
	border-radius: 4px;
	text-align: center;
	color: #0066CC;
	background: #FFF;
}
.loop-card:hover .loop-more {
	color: #FF9900;
}


/*============================
			レスポンス
==============================*/
.response {
	position: relative;
	margin: 64px auto;
	padding: 8px;
	border-radius: 8px;
	background: #FFCC66;
}
.response-title {
	margin-left: 110px;
}
.response-image {
	position: absolute;
	left: 8px;
	bottom: 8px;
}
.response-body {
	padding: 8px 8px 8px 110px;
	border-radius: 8px;
	background: #FFF;
}
.response-guide {
	font-size: 13px;
	font-size: 1.3rem;
}
.response-shop {
	margin-bottom: 8px !important;
	padding-bottom: 56px;
}
.response-name {
	padding: 8px 8px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #222;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FAFAFA;
}
.response-tel {
	line-height: ;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	border-bottom: 1px dashed #CCC;
}
.response-web {
	position: absolute;
	right: 16px;
	bottom: 32px;
}
.response-request,
.response-contact {
	display: block;
	margin-bottom: 8px;
	padding: 7px 14px;
	border: 1px solid #FF9900;
	border-radius: 4px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	background: #FFCC66

	background-color: #ffd65e; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
	background-image: -webkit-linear-gradient(top, #ffd65e, #febf04);
	background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
	background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
	background-image: -o-linear-gradient(top, #ffd65e, #febf04);
	background-image: linear-gradient(to bottom, #ffd65e, #febf04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffd65e, endColorstr=#febf04);

	border:0.1rem solid #febf04;
	box-shadow: 0 2.5px 2.5px -2px #AAA ,
				1px 1px 1px rgba(255,255,255,0.4) inset ,
				-1px -1px 1px rgba(255,255,255,0.4) inset;

}
.response-request:hover,
.response-contact:hover {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: &quot;alpha( opacity=70 )&quot;;/* ie6 */
}


/*===========================
                       #widget-area
============================*/

#widget-area {
	width: 240px;
	float: right;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}
.widget {
	margin-bottom: 32px;
	padding: 0 14px 14px;
	border: 2px solid #00A1E9;
	border-radius: 5px;
	background: rgba(255,255,255,0.8);
	box-shadow: 1px 1px 5px -2px #CCC , -1px 0px 5px -2px #CCC;
}
.widget img {
	max-width: 100%;
	height: auto;
}
.widget-title {
	margin: 0 -16px 16px;
	padding: 12px 16px 8px;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	border-radius: 5px 5px 0 0;
	background: #00A1E9;
}
.widget-title span {
	position: relative;
	display: block;
	padding-left: 0px;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.widget-title span:before {
  content: "";
  position: absolute;
  background: #FFF;/*#00a1e9*/
  top: -7px;
  left: -5px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.widget-title span:after {
  content: "";
  position: absolute;
  background: #FFF;/*#409ecc*/
  top: 3px;
  left: -10px;
  height: 5px;
  width: 5px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.bnr-aircon {
	margin-bottom: 16px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2),
			-1px 0px 3px rgba(0,0,0,0.2);
}
.mizumawari-bnr {
	border-radius: 8px;
}
.tv-picture {
	width: 208px;
	height: 126px;
	border: 1px solid #CCC;
}

.side-navi {
	list-style: none outside;
}
.side-navi li {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #CCC;
}
.side-navi a {
	display: block;
	width: 100%;
	min-height: 50px;
	overflow: hidden;
}
.side-navi figure {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 8px;
}
.side-navi img {
	border: 1px solid #CCC;
	border-radius: 2px;
}
.side-info dl {
	margin-top: 14px;
}
.side-info dt {
	margin: 4px 0;
}
.side-info dd {
	margin-left: 4px;
}
.bg-gray {
	padding: 2px 4px;
	margin-right: 4px;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FAFAFA;
}
.side-request-btn {
	display: block;
	margin: 14px 0 7px;
	text-align: center;
	line-height: 64px;
	border-radius: 8px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	background: #FFCC66;

	background-color: #ffd65e; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
	background-image: -webkit-linear-gradient(top, #ffd65e, #febf04);
	background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
	background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
	background-image: -o-linear-gradient(top, #ffd65e, #febf04);
	background-image: linear-gradient(to bottom, #ffd65e, #febf04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffd65e, endColorstr=#febf04);

	border: 1px solid #febf04;
	box-shadow: 0 2.5px 2.5px -2px #AAA ,
				1px 1px 1px rgba(255,255,255,0.4) inset ,
				-1px -1px 1px rgba(255,255,255,0.4) inset;

}
.side-request-btn:hover {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: &quot;alpha( opacity=70 )&quot;;/* ie6 */
}
.area dl {
	margin-bottom: 14px;
}


.wpp-list {
	list-style: none outside;
	counter-reset: wpp-ranking;/*定義＆リセット*/
}
.wpp-list li {
	clear: both;
	position: relative;
	margin-bottom: 1rem;
}
.wpp-list li:before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	position: absolute;
	left: -5px;
	top: -5px;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	border-radius: 2px;
	background: #E95464;
	box-shadow: 1px 1px 3px rgba(255,255,255,0.4) inset,
				-1px -1px 3px rgba(255,255,255,0.4) inset;
	z-index: 9999;
}

.wpp-list li:hover {
	background: rgba(204,204,204,0.3);
}
.wpp-list li:hover a {
	color: #FF9900;
}
.wpp-list figure {
	float: left;
	margin-right: 5px;
	width: 72px;
	height: 72px;
	vertical-align: text-top;
	background: #FFF;
}
.wpp-list img {
	width: 72px;
	height: 72px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
.wpp-list a {
	display: block;
	min-height: 72px;
	color: #333;
}
.wpp-list span {
	position: absolute;
	right: 0;
	bottom: 0;
}
#topnews{
	margin-top: 15px;
	list-style: none outside;
}
#topnews li {
	margin-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}
#topnews li:hover {
	background: rgba(204,204,204,0.3);
}
#topnews li:hover a {
	color: #FF9900;
}
#topnews figure {
	float: left;
	margin-right: 5px;
	width: 72px;
	height: 72px;
	background: #FFF;
}
#topnews img {
	width: 72px;
	height: 72px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
#topnews a {
	display: block;
	width: 100%;
	min-height: 72px;
	color: #333;
}

.all-blog-link {
	clear: both;
	display: block;
	width: 100%;
	margin: 15px auto 0;
	padding: 8px 5px;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	border: 1px solid #CCC;
	background: #FFF;
	box-sizing: border-box;
}
.all-blog-link:hover {
	color: #FF9900;
}

.social ul {
	list-style: none outside;
}
.social .icon-y:before {
	font-size: 20px;
	font-size: 2rem;
	color: #00A8E8;
}
.social .icon-h:before {
	font-size: 15px;
	font-size: 1.5rem;
	color: #3D58A4;
}
.social .icon-x:before {
	font-size: 15px;
	font-size: 1.5rem;
	color: #DD4B38;
}


/*===========================
                           #footer
     グローバルナビは#header領域で兼用編集
============================*/
.footerFrame {
	margin-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
	font-size: 1.6rem;
}
.site-share {
	padding-top: 7px;
	background: rgba(255,255,255,0.3);
}
.sns-btn {
	list-style: none;
	width: 960px;
	margin: 0 auto; 
}
.sns-btn li {
	float: left;
	margin-right: 15px;
}
.tw-btn {
	width: 80px;
}
#footerMenu {
	border-bottom: 1px solid #589617;
	box-shadow: 0px 1px #9EDF5D;
}
#page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#page-top a {
	padding: 10px 15px;
	border-radius: 3px;
	background: #274A78;
	color: #FFF;
	text-decoration: underline;
}
#page-top a:hover {
	background: #00A1E9;
}
#copyright {
	display: block;
	padding-top: 15px;
	border-top: 1px solid #CCC;
	box-shadow: 0px -1px rgba(204,204,204,0.3);
	text-align: center;
}
#copyright a {
	color: #333;
}



/*===========================
          記事装飾
============================*/
.red {
	color: #FF0000;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.underline {
	border-bottom: 1px dashed #333;
}
.marker {
	background: linear-gradient(transparent 65%, #FFDDDD 65%);
}
.font14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.mb16 { margin-bottom: 16px; }
.mb32 { margin-bottom: 32px; }
.picture {
	padding: 7px;
	border: 1px solid #CCC;
	background: #FFF;
	box-shadow: 1px 1px 3px #CCC;
}
.sub-title {
	position: relative;
	margin: 16px 0;
	padding: 5px 15px;
	background: #FAFAFA;
	color: #000;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	border-left: 4px solid #E95464;
}


.box {
	margin: 15px;
	padding: 15px 15px 0px;
	background: #FFF9F3;
	border: 1px solid #CCC;
} 


.cube {
	position: relative;
	margin: 32px 0;
	padding: 8px 8px;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	border-bottom: 4px solid #00a1e9;
	box-shadow: 0px 6px 8px -4px rgba(0,0,0,0.2);

}
.cube:before {
  content: "";
  position: absolute;
  background: #00a1e9;
  top: 0;
  left: -5px;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cube:after {
  content: "";
  position: absolute;
  background:#409ecc;
  top: 15px;
  left: -10px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.cube-pink {
	border-bottom: 4px solid #FF667D;
}
.cube-pink:before {
	background: #FF667D;
}
.cube-pink:after {
	background: #E95464;
}

.bird {
	margin-bottom: 16px;
	padding-left: 53px;
	line-height: 46px;
	color: #00A1E9;
	font-size: 20px;
	font-size: 2rem;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.bird-blue {
	background: url("images/content/bird_001.png") no-repeat left bottom;
}
.bird-pink {
	color: #FF6666;
	background: url("images/content/bird_002.png") no-repeat left bottom;
}
.bird-green {
	background: url("images/content/bird_003.png") no-repeat left bottom;
}

/*==========================================
				固定ページ共通項目
============================================*/

.list-box {
	list-style: outside;
	margin-bottom: 16px;
	padding: 16px;
	border-radius: 8px;
	border: 1px solid #CCE4EC;
	background: #E6F4F7;
}
.check {
	margin-bottom: 16px;
	font-size: 20px;
	font-size: 2rem;
	color: #1C74B8;
	border-bottom: 1px dashed #1C74B8;
}
.list-box ul {
	list-style: outside;
}
.list-box li {
	margin-left: 16px;
	color: #1C74B8;
}
.list-box span {
	color: #333;
	text-shadow: 1px 1px 3px #FFF;
}
.white-shadow {
	text-shadow: 0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 -3px 1px #fff,
				0 3px 1px #fff,
				-3px 0 1px #fff,
				3px 0 1px #fff,
				-3px -3px 1px #fff,
				-3px 3px 1px #fff,
				3px -3px 1px #fff,
				3px 3px 1px #fff,
				0 -3px 1px #fff,
				0 3px 1px #fff,
				-3px 0 1px #fff,
				3px 0 1px #fff,
				-3px -3px 1px #fff,
				-3px 3px 1px #fff,
				3px -3px 1px #fff,
				3px 3px 1px #fff;
}

.beaf-box {
	margin-bottom: 16px;
	padding: 16px;
	border-radius: 8px;
	background: url("images/bg/body.jpg");
}
.point-box {
	margin: 16px auto 0 !important;
	padding: 16px;
	border: 1px dotted #CCC;
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 4px;
	background: #FFF;
}
.point {
	padding: 1px 8px;
	color: #FFF;
	border-radius: 4px;
	background: #CC3333;
}
.clean-box{
	margin-bottom: 16px;
	font-size: 14px;
	font-size: 1.4rem;
}
.clean-picture {
	float: left;
	margin-right: 16px;
}
.clean-picture img {
	padding: 4px;
	border: 1px solid #CCC;
	box-shadow: 1px 1px 3px #CCC,
				-1px -1px 3px #CCC;
}

.price-table {
	position: relative;
	margin: 32px 16px 32px;
	width: 592px;
	border-collapse: collapse;
	/*font-size: 14px;
	font-size: 1.4rem;*/
}
.price-table:before {
	position: absolute;
	content: "（税別）";
	bottom: 100%;
	right: 0;
}
.price-table th {
	box-sizing: border-box;
	width: 70%;
	padding: 8px 16px;
	border: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
}
.price-table td {
	box-sizing: border-box;
	vertical-align: middle;
	width: 30%;
	padding: 8px;
	border: 1px solid #CCC;
	text-align: right;
	background: #FAFAFA;
}
.top-tr th,
.top-tr td {
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background: #00A1E9;
}
.service-detail {
	display: block;
	padding: 4px 8px;
	margin: 4px 20px;
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 13px;
	font-size: 1.3rem;
	background: url("images/bg/body.jpg");
}
/*===============================================
				各固定ページ
=================================================*/


/*============================
			トップページ
==============================*/
.index-title {
	position: relative;
	padding: 4px 8px;
	border-radius: 8px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #FFF;
	background: #ffa500;
	box-shadow: 0 3px 6px -3px #CCC;
}
.index-title:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 52px;
	width: 0;
	border: 16px solid transparent;
	border-top-color: #ffa500;
}
.aisatu {
	margin-top: 64px;
	position: relative;
	padding: 16px 16px 16px 132px;
	border: 4px solid #ffa500;
	border-radius: 8px;
	font-size: 14px;
	font-size: 1.4rem;
	background: #FFFFDD;
}
.aisatu-image {
	position: absolute;
	left: 16px;
	bottom: 0px;
}
.aisatu-text p {
	margin-bottom: 14px;
}
.aisatu-text p:last-child {
	margin-bottom: 0;
}
.sugoi {
	margin-top: 32px;
}
.reason {
	margin-top: 32px;
}
.reason-box {
	position: relative;
	margin-top: 48px;
	padding: 90px 16px 16px 190px;
	border-radius: 8px;
	box-shadow: 0px 3px 6px -3px #CCC;
}
.reason_01 { background: url("images/bg/reason_01.png"); }
.reason_02 { background: url("images/bg/reason_02.png"); }
.reason_03 { background: url("images/bg/reason_03.png"); }

.reason-title {
	position: absolute;
	top: -32px;
	left: 16px;
}
.reason-text {
	font-size: 14px;
	font-size: 1.4rem;
	color: #555;
}
.reason-picture {
	position: absolute;
	bottom: 0px;
	left: 16px;
}

.voice {
	margin-top: 32px;
}
.voice-catch {
	margin-bottom: 32px;
	text-align: center;
}

/*============================
			サービス・料金
==============================*/
.service {

}

.other-service {
	margin-bottom: 64px;
}
.other-title {
	margin-bottom: 16px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	font-size: 16px;
	font-size: 1.6rem;
}
/*============================
			お客様の声
==============================*/
.voice-box {
	margin: 16px 0 32px;
	padding: 16px;
	border-radius: 8px;
	background: url("images/bg/body.jpg");
}
.voice-picture img {
	padding: 4px;
	border: 1px solid #CCC;
	background: #FFF;
	box-shadow: 1px 1px 3px #CCC,
				-1px -1px 3px #CCC;

}
.voice-text {
	margin: 16px auto 0 !important;
	padding: 16px;
	border: 1px dotted #CCC;
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 4px;
	background: #FFF;
}
.voice-name {
	display: block;
	text-align: right;
}
/*============================
			ご利用の流れ
==============================*/
.flow {
	padding: 16px 0;
	margin-bottom: 64px;
	border-radius: 8px;
	font-size: 14px;
	font-size: 1.4rem;
	background: #FCFCFC;
	overflow: hidden;
}
.flow-title {
	margin-bottom: 16px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	font-size: 20px;
	font-size: 2rem;
}
.flow-step {
	padding: 2px 8px;
	margin-right: 8px;
	border-radius: 4px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #FFF;
	background: #00A1E9;
}
.flow-picture {
	float: left;
	margin-right: 16px;
}
.flow-picture img {
	padding: 4px;
	border: 1px solid #CCC;
	background: #FFF;
	box-shadow: 1px 1px 3px #CCC,
				-1px -1px 3px #CCC;
}
.no-frame {
	padding: 0 !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}
.flow-text {
	margin-bottom: 14px !important;
}
/*============================
			よくあるご質問
==============================*/
.faq dl {
	margin-bottom: 48px;
}
.faq dt {
	position: relative;
	min-height: 32px;
	margin-bottom: 16px;
	padding-top: 10px;
	padding-left: 36px;
	border-bottom: 2px solid #FF9999;
	background: #FAFAFA url("images/content/question.gif") no-repeat left;
}
.faq dd {
	margin-left: 32px;
	padding-left: 36px;
	padding-top: 3px;
	min-height: 32px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url("images/content/answer.gif") no-repeat left;
}
/*============================
			見積り依頼フォーム
==============================*/
.request {
	display: table;
	border-collapse: collapse;
	width: 100%;
}
.request dl {
	display: table-row;
	width: 100%;
}
.request dt {
	display: table-cell;
	width: 30%;
	padding: 15px 7px;
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	background: #FAFAFF
}
.request dd {
	display: table-cell;
	width: 70%;
	padding: 15px 7px;
	border: 1px solid #CCC;
	vertical-align: middle;
}
input[type="radio"] {
	margin: 0 3px;
	width: 16px;
	height: 16px;
}
select,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	border: 1px solid #CCC;
	padding: 7px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.1);
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 90%;
}
.final-check {
	margin-top: 32px;
}
.check-btn {
	color: #FF0000;
}
input[type="checkbox"] {
	width: 24px;
	height: 24px;
}
.submit-btn {
	text-align: center;
}
input[type="submit"] {
	display: block;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	width: 90%;
	padding: 16px 0;
	margin: 0 auto;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	border: none;
	background: #00A1E9;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	box-shadow: none;

}
input[type="submit"]:hover {
	cursor: pointer;
	background: #FFCC66;/*#0080B7*/
}
/*============================
			エアコン
==============================*/
.merit-list {
	margin: 32px 0;
	list-style: outside;
}
.merit-list li {
	margin-left: 32px;
	color: #00A1E9;
}
.merit-list span {
	color: #333;
}
.voice-cleanplace {
	margin-bottom: 16px !important;
}
/*============================
			フルクリーニング
==============================*/
.full-box {
	margin: 16px 0;
	padding: 16px 0;
	background: url("images/bg/body.jpg");
}
.full-box figure {
	float: left;
	display: block;
	width: 190px;
	margin: 16px 9px;
	padding: 4px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #CCC;
	background: #FFF;
	box-shadow: 1px 1px 3px #CCC,
				-1px -1px 3px #CCC;
}

/*============================
			求人・採用
==============================*/
.saiyou-box {
	position: relative;
	margin-bottom: 72px;
	padding: 4px 8px 8px;
	border-radius: 4px;
	background: #FFCC66;
	box-shadow: 0 3px 3px -1px #CCC;
}
.saiyou-copy {
	margin: 4px 0 0 108px;
}
.saiyou-text {
	margin-bottom: 0 !important;
	padding: 8px 16px 8px 108px;
	border-radius: 4px;
	font-size: 14px;
	font-size: 1.4rem;
	background: #FFF;
}
.saiyou-image {
	position: absolute;
	left: 8px;
	top: 16px;
}

.kyujin-box {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 72px;
}
/*============================
			プラスワンサービス
==============================*/
.plusone {
	padding: 20px;
	background: #5EC5EE;
	border-radius: 2px;
}
.plusone p {
	margin-bottom: 0;
}
.plusone-header {
	position: relative;
	height: 268px;
}
.plusone-header h5 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.plusone-header h5 img {
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
.plusone-copy {
	position: absolute;
	padding: 10px 20px;
	right: 0;
	top: 20px;
	width: 55%;
	font-size: 2.2rem;
	font-weight: bold;
	color: #3AB1E1;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
.plusone-copy:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 45%;
	border: 15px solid transparent;
	border-right-color: #FFF;
	z-index: 11;
}
.plusone-copy:after {
	content: url('./images/content/su-lon.png');
	position: absolute;
	top: -20px;
	right: -5px;
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
}
.plusone-copy span {
	color: #EB812F;	
}
.plusone-description {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: #FFFDE7;
	border-radius: 0 2px 0 0;
}
.plusone-description p {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 50%;
	font-size: 1.4rem;
}
.plusone-body {
	background: #FFFDE7;
	border-radius: 0 0 2px 2px;
}
.plusone-left , 
.plusone-right {
	float: left;
	width: 50%;
	padding: 20px;
}
.plusone-body h6 {
	margin-top: 24px;
	padding-left: 4px;
	font-size: 1.6rem;
	color: #FFF;
	background: #202683;
	border-radius: 2px;
}
.plusone-body h6:before {
	margin-top: 4px;
	padding-right: 4px;
	content: url('./images/content/one.png');	
}
.plusone-body dl {
	position: relative;
	margin-top: 8px;
	background: url('./images/content/dotted.jpg') repeat-x;
	background-position: 10px;
}
.plusone-body dt {
	display: inline;
	padding-right: 5px;
	font-size: 1.4rem;
	background: #FFFDE7;
}
.plusone-body dt span {
	display: block;
}
.plusone-body dt:before {
	position: absolute;
	left: -15px;
	top: 0;
	content: '●';
	color: #FF6666;
}
.plusone-body dt.noday:before {
	content: '';
}
.plusone-body dd {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 5px;
	background: #FFFDE7;
}
.plusone-body span {
	font-size: 1.3rem;
}
.oneday {
	margin-top: 40px;
	padding: 20px;
	background: #0E6AB1;
}

/*blanc追加*/

.form {
    border-collapse: collapse;
	width: 100%;
	margin: 0 auto 3% auto;
	padding: 0;
	font-size:1.4rem;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.form th {
   color: #000;
   background-color:#FAFAFF;
   text-align: center;
   vertical-align:top;
   font-weight: 900;
   padding: 15px 7px;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   width:30%;
}

.form td {
   color: #000;
   padding: 15px 7px;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

