@charset "utf-8";

/* トップタイトル
-------------------- */
#PageTitle {
    margin-top: 230px;
    height: 200px;
    background: url(../img/page/bg_sub_title.png) no-repeat;
    background-size: cover;
    text-align: center;
}
#PageTitle h1 {
	padding-top: 60px;
	font-size: 30px;
	font-weight: bold;
	font-family: "Sawarabi Mincho";
	color: #00947a;
	font-size: 50px;
	letter-spacing: 4px;
	text-align: center;
	text-shadow: 0 0 10px #fff;
}


/* レイアウト
-------------------- */
.contents {
    margin-bottom: 50px;
}
#Main {
}
#Side {
    margin-top: 100px;
}
#Side #Banner {
    margin: 30px 0 60px;
    text-align: center;
}
#Side #Banner .banner {
    display: inline-block;
}
/* 右サイド */
#MainLeft {
    float: left;
    width: 824px;
}
#SideLeft {
    float: left;
    width: 300px;
}
/* 左サイド */
#MainRight {
    float: right;
    width: 824px;
}
#SideRight {
    float: right;
    width: 300px;
}

#SideLeft #Banner,
#SideRight #Banner {
    text-align: center;
}
#SideLeft #Banner .banner,
#SideRight #Banner .banner {
    margin: 20px 0;
}



/* 汎用スタイル
-------------------- */
/* 見出し */
/*.main h2 {
	margin-bottom: 30px;
    padding-bottom: 15px;
    background: url(/theme/bccolumn/img/page/common/bg_headline.png) left bottom no-repeat;
	font-family: "Century Gothic", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 30px;
    line-height: 1.3;
	color: #FF8200;
	padding-left:0px;
}*/
.main h2{
position: relative;
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white;
padding: 0.2em 0.5em;
color: #454545;
margin-bottom: 30px;
}
.main h2:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #a8d4ff;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.main h3 {
    background:url(../img/page/icon_ttl.png) left top no-repeat;
	border-bottom: 2px dashed #B3B3B3;
	padding-top: 0;
	padding-right: 0;
	padding-left: 50px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	line-height: 50px;
	height: 50px;
}
.main h3 a {
	text-decoration: none;
    color: #333;
}
.main h3 a:hover {
	text-decoration: underline;
    color: #888;
}
.main h4 {
	background:#CBC0C1;
	border-radius: 10px;
	color: #000;
	padding-left: 10px;
	font-weight: normal;
	vertical-align:bottom;
}

/* 文章 */
.main p {
    margin-bottom: 30px;
}
#Recipe img {
    border: 1px solid #ccc;
    box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.1);
}

/* サイドバー
-------------------- */
.side h2 {
    margin-bottom: 10px;
    padding: 8px;
    text-align: center;
    color: #fff;
    background:#FF8931;
    font-family: "oswald";
    font-size: 14px;
    letter-spacing: 2px;
}
.widget {
    margin-bottom: 30px;
}
.widget li a {
    display: block;
    padding: 13px 10px 12px 20px;
    border-bottom: 1px solid #CCCCCC;
    background: url(../img/common/icn_arrow02.png) 10px 18px no-repeat;
    text-decoration: none;
    color: #333;
}
.widget li a:hover {
    background-color: #EFEFEF;
}
.widget table tr:first-child {
    background: #666666;
    color: #fff;
}
.widget table tr:first-child a {
    color: #fff;
}
.widget table th,
.widget table td {
    padding: 3px;
    border: 1px solid #ddd;
    text-align: center;
}
.widget table th {
    background: #e8e8e8;
}
.widget table td {

}


/* 検索窓 */
.search-box {
    margin-bottom: 30px;
}
.search-box input#SearchIndexQ {
    width: 200px;
    margin-right: 10px;
}


/* ブログスタイル
-------------------- */
.blog h2 {
    font-size: 20px;
}
.blog h2 a {
    text-decoration: none;
    color: #333;
}
.blog h2 a:hover {
    position: relative;
    bottom: -1px;
    color: #666;
}
.blog h3 {
    padding-bottom: 10px;
    font-size: 20px;
}
.blog .post {
    margin-bottom: 80px;
}
.blog .more {
    text-align: right;
}
.blog .more a {
    display: inline-block;
    width: 130px;
    margin: 10px 0;
    padding: 10px 10px 10px 20px;
    background: #ff69b4 url(../img/common/icn_arrow01.png) 10px center no-repeat;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
}
.more a{
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
background-color: #ff69b4 !important;
}
.btn-more{
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
background-color: #ff69b4 !important;
}
.blog .more a:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}
.blog .meta {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px dashed #ccc;
}
.blog .tag a {
    display: inline-block;
    margin-right: 2px;
    padding: 2px 15px;
    background: #000;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.blog .eye-catch {
    margin-bottom: 30px;
}

/* コメントスタイル */
#BlogCommentList {
    margin-bottom: 50px;
}
img.auth-captcha-image {
	margin-bottom: 6px;
}
.auth-captcha {
	margin: 20px 0;
	color: #fff;
	text-align: center;
}
.submit {
	text-align: center;
}

/* ボタンスタイル */
.button {
	font-size:15px;
	font-weight:normal;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	padding:5px 15px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f9f9f9 7%, #e9e9e9 98% );
	background:-ms-linear-gradient( top, #f9f9f9 7%, #e9e9e9 98% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(7%, #f9f9f9), color-stop(98%, #e9e9e9) );
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
    cursor: pointer;
}
.button:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 7%, #f9f9f9 98% );
	background:-ms-linear-gradient( top, #e9e9e9 7%, #f9f9f9 98% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(7%, #e9e9e9), color-stop(98%, #f9f9f9) );
	background-color:#e9e9e9;
}
.button:active {
	position:relative;
	top:1px;
}


/* baser system style
-------------------- */
	/* contents-navi */
#contents-navi {
	margin: 50px 0 20px;
	text-align: center;
}
#contents-navi a {
	color: #333;
}

	/* pagination */
.pagination {
	margin: 60px 0;
	text-align: center;
	font-size: 12px; font-size: 1.2rem;
}
.pagination span.disabled,
.pagination span.prev a,
.pagination span.next a {
	margin: 0 20px;
	color: #333;
}
.pagination span.current,
.pagination span.number a {
	margin: 0 4px;
	padding: 7px 10px;
	background: #dedede;
	color: #fff;
	text-decoration: none !important;
}
.pagination span.current,
.pagination span.number a:hover {
	background: #666;
}
.pagination a:active {
	background: #666;
}

/* ContactForm
-------------------- */
.form-s {
    width: 20%;
}
.form-m {
    width: 50%;
}
.form-l {
    width: 90%;
}

.mail-before-attachment {
}
.mail-after-attachment {
}
.mail-description small {
}

.submit {
	margin: 30px 0;
	text-align: center;
}
.submit input.button {
	font-size: 15px;
	cursor: pointer;
}
.auth-captcha {
	margin: 30px 0;
	text-align: center;
}
.mail-description {
	margin-bottom: 10px;
}
#flashMessage {
	margin-bottom: 10px;
}
.alert-message {
    color: #c00;
}


@media screen and (max-width: 640px) {
	.form-contact table {
		box-sizing: border-box;
	}
	.form-contact tr {
		display: block;
		margin-bottom: 1.5em;
	}
	.form-contact th {
		padding: 5px 10px;
		background: #999;
		color: #fff;
	}
	.form-contact th,
	.form-contact td {
		display: list-item;
		width: auto;
		border: none;
	}
	.form-contact td textarea {
		width: 100%;
	}
}


/* 実績
-------------------- */
.works-index .eye-catch,
.works-archives .eye-catch {
   float: left;
    margin-right: 20px;
}
.works .post {
    position: relative;
}
.works .category {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;
}
.works .category a {
    display: inline-block;
    padding: 2px 15px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
}
.works .tag {
    margin: -20px 0 20px;
}
.works-single .eye-catch {
    width: 280px;
}

/* ブログ
-------------------- */
.topics-index .eye-catch,
.topics-archives .eye-catch {
   float: left;
    margin-right: 20px;
}
.topics-single .eye-catch {
    width: 280px;
}


#about{}
#about p{
	font-size: 16px;
}
#about table{
		font-size: 16px;

}


img.page_ttl{
	margin-top: 15px;
margin-bottom: 30px;
}
img.img001{
	margin-left: 25px;
}
#otetsudai{
	overflow: hidden;
}
dl.txt001{
	width: 420px;
	
}
#otetsudai dl.txt001 dt{
	font-size: 120%;
	font-weight: bold;
}
table.table_border caption{
	margin-top: 30px;
	font-size: 18px;
}
#abc{
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.pink{
	color: rgba(242,161,236,1.00);
}
.p10{
padding:10px;
}
.m5{
	margin:5px;
}
.m8{
	margin:8px;
}
.ml10{
	margin-left:10px;
}
.ml25{
	margin-left: 25px;
}
.mt15{
	margin-top:15px;
}
.mb15{
	margin-bottom:15px;
}
.mb25{
	margin-bottom:25px;
}
.insidebox{
	overflow: hidden;
}
#kaji{
	overflow: hidden;
}

#kaji dl.txt001 dt{
	font-size: 120%;
	font-weight: bold;
}
div.insidebox_resp ul{
	max-width: 1284px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
div.insidebox_resp ul li{
	float: left;
}

#kaji{
	overflow: hidden;
}


#okatazuke dl.txt001 dt{
	font-size: 120%;
	font-weight: bold;
}

li.pink a{
	color: #FF87C9;
}
li.sky a{
	color:#339FFF;
}



#detail .difference .box p {
	padding: 5px 0 0 0;
}
#detail .example {
	clear: both;
}
#detail .example h3{
	border-bottom: 2px dashed #ee99cb;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
#detail .example .exBox {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 2px;
	padding-bottom: 30px;
	overflow: hidden;
}
#detail .example .exBox dl.photo {
	width: 200px;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: 36px;
}
#detail .example .exBox dl.photo dt {
	margin: 0 0 5px;
}
#detail .example .exBox dl.photo dd {
	line-height: 1.5;
	font-size: 13px;
}
#detail .example .exBox dl.photo dd span {
	display: block;
	font-weight: bold;
	line-height: 1.5;
	font-size: 15px;
	border-bottom: 1px solid #929292;
}

#detail .example .exBox .boxWrap {
	width: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 27px 0 0;
	clear: both;
}
#detail .example .exBox .boxCont {
	width: 911px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0 0 25px;
	clear: both;
}
#detail .example .exBox .box {
	background-position: 0 0;
	background-repeat: repeat-y;
	background-size: contain;
	clear: both;
	padding: 5px 35px;
}
#detail .example .exBox .box ul {
	overflow: hidden;
	margin: 0 0 17px;
}
#detail .example .exBox .box ul li {
	font-size: 13px;
	line-height: 1.9;
}
#detail .example .exBox .box h4 {
	font-size: 13px;
	line-height: 1.9;
}
#detail .example .exBox .box ul.exList {
	margin: 0;
}
#detail .example .exBox .box ul.exList li {
	float: left;
	padding: 0 15px 0 0;
}
.photo dl span{
	font-weight: bold;
}


#detail2 .difference .box p {
	padding: 5px 0 0 0;
}
#detail2 .example {
	clear: both;
}
#detail2 .example h3{
	border-bottom: 2px dashed #ee99cb;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
#detail2 .example .exBox {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 2px;
	padding-bottom: 30px;
	overflow: hidden;
}
#detail2 .example .exBox dl.photo {
	width: 250px;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 36px;
}
#detail2 .example .exBox dl.photo dt {
	margin: 0 0 5px;
}
#detail2 .example .exBox dl.photo dd {
	line-height: 1.5;
	font-size: 13px;
}
#detail2 .example .exBox dl.photo dd span {
	display: block;
	font-weight: bold;
	line-height: 1.5;
	font-size: 15px;
	border-bottom: 1px solid #929292;
}

#detail2 .example .exBox .boxWrap {
	width: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 27px 0 0;
	clear: both;
}
#detail2 .example .exBox .boxCont {
	width: 911px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0 0 25px;
	clear: both;
}
#detail2 .example .exBox .box {
	background-position: 0 0;
	background-repeat: repeat-y;
	background-size: contain;
	clear: both;
	padding: 5px 35px;
}
#detail2 .example .exBox .box ul {
	overflow: hidden;
	margin: 0 0 17px;
}
#detail2 .example .exBox .box ul li {
	font-size: 13px;
	line-height: 1.9;
}
#detail2 .example .exBox .box h4 {
	font-size: 13px;
	line-height: 1.9;
}
#detail2 .example .exBox .box ul.exList {
	margin: 0;
}
#detail2 .example .exBox .box ul.exList li {
	float: left;
	padding: 0 15px 0 0;
}
#detail2 .photo dl span{
	font-weight: bold;
	font-size: 18px;
}


table.company {
	width: 100%;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 18px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background:#DDDDDD;
    vertical-align: middle;
    text-align: left;
    width: auto;
    overflow: visible;
    position: relative;
    color: #000;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color:#DDDDDD;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #DDDDDD 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    width:auto ;
    padding-left: 20px;
}
table caption{
text-align: left;
font-size: 20px;
font-weight: bold;
}

div.konro{}
div.jaguti{
	width: 50%;
	float: left;
}
div.sinku{
	width: 50%;
	float: right;
}
div.yokusitu_cleaning{
	width: 100%;
	overflow: hidden;
}
div.yokusitu_cleaning_box{
	width: 45%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
h5.yokusitu_cleaning_txt{
	font-size: 18px;
	font-weight: bold;
}


div.selectservice {
	width: 225px;
	float: left;
	font-size: 90%;
	border: 1px dashed #CCC;
	margin: 10px;
	padding: 10px;
	height: 220px;
}

div.totalservice {
	width: 93%;
	font-size: 90%;
	border: 1px dashed #CCC;
	margin: 10px;
	padding: 10px;
	height: 150px;
}
div.totalservice img {
	float: left;
}
#selectservice_box{
overflow: hidden;
}
.sky{
color: #009CFF;
}

dl.pink_box{
background-color:#FFE8E8;
border-radius: 5px;
padding: 5px;
}

dl.flow{
margin-top: 10px;
margin-bottom: 10px;
font-size: 16px;
}
dl.flow dt{
font-weight: bold;
color: #FF92ED;
margin-top: 10px;
}

/* あいメモリープレゼント */
.presentBlock .ttl{
	margin: 0 auto;
	width: 100%;
}
.presentBlock .detail{
	width: 100%;
	margin: 0 auto;
	padding-top: 18px;
	padding-bottom: 18px;
	background: #fff;
}
.presentBlock .detail .img{
	float: left;
	width: 20%;
	padding: 
}
.presentBlock .detail .text{
	float: right;
	width: 80%;
}
.presentBlock .detail dt{
	font-size: 16px;
	font-weight: bold;
}
.presentBlock .detail dd{
	margin: 3px 0 0 ;
	font-size: 16px;
}
.presentBlock .detail .text span.i{
	display: inline-block;
	padding: 0 5px 0 0;
}
.presentBlock .btn{
	display: table;
	margin: 30px 0 0;
	padding: 0 0 0 230px;
}
.presentBlock .btn span.btn-01{
	display: table-cell;
	width: 272px;
	padding: 0 15px 0 0;
}
.presentBlock .btn span.btn-02{
	display: table-cell;
	width: 185px;
	vertical-align: bottom;
}

