@charset "utf-8";

/* ==================================================================

home.css

===================================================================== */


/* 
main
---------------------------------------------------------------------- */
/*タイトル*/
.title_box{
	margin:0;
	padding:20px 0 0;
	width:100%;
	height:42px;
	text-align:center;
	background-color:#07b;
	position:relative;
	box-sizing:border-box;
}

.title_box .line{
	margin:0;
	padding:0;
	width:100%;
	border-top:1px solid #bef;
	position:relative;
}

.title_box h2.h2_business{
	margin:-14px auto 0;
	padding:5px 0 0 57px;
	width:208px;
	height:29px;
	font-size:1.8rem;
	color:#fff;
	line-height:1.1em;
	background-color:#07b;
	background-image:url(../business/img/icon_business.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
	background-size:40px 26px;
	display:block;
	position:relative;
	box-sizing:border-box;	
}

.title_box h2.h2_business span{
	font-size:1.5rem;
}

#main{
	overflow: hidden;
	margin:0;
	padding:0;
	width:100%;
	height:242px;
	background-image:url(../business/img/main_bg.png);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:100% 242px;
	box-sizing:border-box;
}

#main .main_naka{
	overflow: hidden;
	margin:0;
	padding:14px 0 0;
	width:100%;
	height:242px;
	background-image:url(../business/img/main_build.png);
	background-position:50% 100%;
	background-repeat: repeat-x;
	background-size:1000px 47px;
	box-sizing:border-box;
}

#main .main_naka .copy{
	margin:0;
	padding:0;
	text-align:center;
}

#main .main_naka .copy img{
	width:259px;
	height:16px;
}

/* slider */
.slide_all {
	width: 320px;
	margin: 0 auto;
	height: 140px;
	position: relative;
}

.slide_wrap {
	width: 960px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

.bxslider{
	margin:0;
	width:320px;
	background-color:transparent;
	overflow:visible;
}

.bxslider li{
	width:100%;
	margin:0 10px;
}


.bxslider img{
	width:100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #9ce !important;  /*ページャーの色の変更*/
}
 
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #39d !important;  /**ページャーの色（フーバー、アクティブ）の変更*/
}

/* 
nav(TOPのみ表示)
---------------------------------------------------------------------- */

ul.ul_nav{
	margin:0;
	padding:0;
}

ul.ul_nav li{
	margin:0;
	padding:0;
	width:33%;
	height:91px;
	border-right: 1px solid #ccc;
	background-image:url(../img/nav_bg.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-size:100% 91px;
	box-shadow:0 3px 1px 0 #ddd;
	float:left;
	box-sizing:border-box;
}

ul.ul_nav li:nth-child(2){
	width:34%;
}

ul.ul_nav li:last-child{
	border-right: none;
}

ul.ul_nav li a{
	margin:0;
	padding:0;
	width:100%;
	height:91px;
	font-size:1.3rem;
	color:#333;
	line-height:1.2em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	display:block;
}

ul.ul_nav li:nth-child(1) a{
	padding:62px 0 0;
	background-image:url(../business/img/b_rental.png);
	background-position:50% 16px;
	background-repeat:no-repeat;
	background-size:50px 38px;
}

ul.ul_nav li:nth-child(2) a{
	padding:62px 0 0;
	background-image:url(../business/img/b_service.png);
	background-position:50% 16px;
	background-repeat:no-repeat;
	background-size:50px 38px;
}

ul.ul_nav li:nth-child(3) a{
	padding:53px 0 0;
	background-image:url(../business/img/b_beginner.png);
	background-position:50% 16px;
	background-repeat:no-repeat;
	background-size:22px 30px;
}


.bnrBox{
	width: 100%;
	margin: 0px auto;
	padding: 20px 10px 0;
	background: #E7F7FF;
	box-sizing: border-box;
}
.bnrBox a{
	display: block;
}



/* 
TOPICS
---------------------------------------------------------------------- */

.topics_box{
	margin:0;
	padding:20px 10px;
	background-color:#E7F7FF;
}

.topics_box h3{
	margin:0;
	padding:13px 0 0 10px;
	width:100%;
	height:40px;
	font-size:1.5rem;
	color:#fff;
	line-height:1.2em;
	font-weight:bold;
	background-color:#39d;
	text-align:center;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	box-sizing:border-box;
	overflow:visible;
	position: relative;
}

.topics_box a{
	margin:0;
	padding:14px 35px 14px 10px;
	width:100%;
	background-color:#fff;
	background-image:url(../common/arrow_gray1.png);
	background-position:95% 50%;
	background-size:9px 14px;
	background-repeat:no-repeat;
	border-bottom:1px solid #bbb;
	display:block;
	box-sizing:border-box;
	text-decoration:none;
}

.topics_box a span.span_business{
	margin:0 5px 0 0;
	padding:3px 0 0 0;
	width:70px;
	height:18px;
	font-size:1.1rem;
	color:#fff;
	line-height:1.2em;
	background-color:#048;
	text-align:center;
	display:inline-block;
	box-sizing:border-box;
}

.topics_box a span.span_new{
	margin:2px 0 0 5px;
	padding:1px 0 0 0;
	width:35px;
	height:14px;
	font-size:1.1rem;
	color:#fff;
	line-height:1.2em;
	background-color:#e23;
	text-align:center;
	display:inline-block;
	box-sizing:border-box;
	position:relative;
}

.topics_box a span.span_new:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 5px solid #e23;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 4px;
    left: -5px;
}

.topics_box a p.p_date{
	margin:3px 5px 0 0;
	padding:0;
	font-size:1.3rem;
	color:#999;
	line-height:1.2em;
	display:inline;
}

.topics_box a p{
	margin:5px 0 0 0;
	padding:0;
	color:#333;
	line-height:1.2em;
	display:display;
}

.topics_box a.a_list {
	margin:0;
	padding:14px 0 0 10px;
	width:100%;
	height:44px;
	font-size:1.5rem;
	color:#39d;
	line-height:1.2em;
	text-align:center;
	background-color:#fff;
	border-bottom: none;
	-webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	background-image:none;
	box-sizing:border-box;
}

.topics_box a.a_list img{
	margin:0 5px 0 0;
	width:18px;
	height:15px;
}

/* 
サニクリーン九州 おすすめサービス
---------------------------------------------------------------------- */

.anshin_box{
	margin:15px 0 0 0;
	padding:20px 0;
	background-color:#fff;
}

.anshin_box h3{
	margin:0;
	padding:18px 10px 10px;
	border-top: 3px solid #39d;
	text-align:left;
	font-size:1.6rem;
	color:#39d;
	line-height:1.1em;
}

.anshin_box h3 span.en{
	margin:0;
	padding:0;
	font-size:0.8rem;
	color:#aaa;
	font-weight:normal;
	text-align:left;
}

.anshin_box p.p_anshin{
	margin:0 10px 15px;
	padding:0;
	color:#333;
	line-height:1.5em;
}

.anshin_box ul.ul_anshin{
	margin:0;
	padding:0;
}

.anshin_box ul.ul_anshin li{
	margin:0;
	padding:15px 10px;
	background-color:#f7f7f7;
}

.anshin_box ul.ul_anshin li:nth-child(2n){
	background-color:#fff;
}

.anshin_box ul.ul_anshin li h4.h4_anshin{
	margin:0 0 7px;
	padding:0;
	color:#48b;
	line-height:1.1em;
	font-weight:bold;
}

.anshin_box ul.ul_anshin li img{
	margin:0 0 0 10px;
	width:92px;
	height:65px;
	float:right;
}

.anshin_box ul.ul_anshin li p{
	margin:0;
	padding:0;
	color:#333;
	line-height:1.5em;
}



/* 
Let me do it!
---------------------------------------------------------------------- */

.letmedoit_box{
	margin:15px 0 10px;
	padding:0;
	background-color:#fff;
}

.letmedoit_box h3{
	margin:0;
	padding:21px 0 0 45px;
	width:100%;
	height:58px;
	font-size:1.7rem;
	color:#39d;
	line-height:1.1em;
	border-top: 3px solid #39d;
	text-align:center;
	overflow:visible;
	box-sizing:border-box;
	position:relative;
}

.letmedoit_box h3 span{
	font-size:1.2rem;
	color:#666;
	line-height:1.1em;
	vertical-align:middle;
}

.letmedoit_box .ill{
	margin:0 0 -63px;
	padding:0;
	width:51px;
	height:63px;
	position: relative;
	top:-63px;
	left:10px;
}

.letmedoit_box .ill img{
	width:51px;
	height:63px;
}