@charset "UTF-8";
/*全体ベース*/
* {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #333;
	font-weight: normal;
}
.set {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#allframe {
	border: 5px solid #F63;
	z-index: 1000;
}
#white_wrapper {
	background-color: #FFF;
}
/*トップページ*/
#contents_wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
}
#contents_wrapper_inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#mainslide {
	height: 450px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#mainslide img {
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper h1 {
	font-size: 12px;
	color: #333;
	text-align: center;
	background-color: #DEDEDE;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fbbox {
	float: right;
	height: 435px;
	width: 355px;
}

.ourcontentsbox {
	margin: 15px;
	float: left;
	height: 300px;
	width: 290px;
	border: 3px solid #F63;
	border-radius: 10px;
	background-color: #FFF;
}
.ourcontentsbox h2 {
	font-size: 17px;
	color: #F63;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.ourcontentsbox .imagebox {
	height: 160px;
	background-color: #FFC;
	width: 290px;
	overflow: hidden;
}
.ourcontentsbox .imagebox img {
	-moz-transition: -moz-transform 0.9s linear;
    -webkit-transition: -webkit-transform 0.9s linear;
    -o-transition: -o-transform 0.9s linear;
    -ms-transition: -ms-transform 0.9s linear;
    transition: transform 0.9s linear;
	height: 160px;
	width: 290px;
}
.ourcontentsbox .imagebox img:hover {
	-webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.ourcontentsbox p {
	font-size: 12px;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	line-height: 1.6em;
}
.ourcontentsbox a:link {
	text-decoration: none;
}


#footer {
	background-color: #F63;
	height: auto;
	width: 100%;
}
#footer_inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer #footer_inner #leftbox {
	float: left;
	height: auto;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#leftbox .txt02 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	line-height: 2em;
}
#leftbox .txt03 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	float: right;
	height: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	line-height: 1.8em;
}
#leftbox .txt02 a, #leftbox .txt03 a {
	text-decoration: none;
	color: #FFF;
	line-height: 1.8em;
}
#leftbox .txt02 a:hover, #leftbox .txt03 a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	line-height: 1.8em;
}

#footer #footer_inner #rightbox {
	float: left;
	height: auto;
	width: 380px;
	margin-right: 20px;
	margin-left: 20px;
}
#rightbox .txt01 {
	font-size: 14px;
	color: #FFF;
	float: left;
	height: auto;
	width: 260px;
	line-height: 1.8em;
}
#rightbox .mapbox {
	float: left;
	height: auto;
	width: 380px;
	margin-top: 10px;
}
#footer #footer_inner #centerbox {
	float: left;
	height: auto;
	width: 100%;
}

/*下層ページベース*/
#tempimage {
	height: 70px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#temp_wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#temp_wrapper h2 {
	font-size: 25px;
	font-weight: bold;
	color: #F63;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #F63;
	margin-bottom: 1px;
	padding-bottom: 3px;
}
#temp_wrapper h3 {
	font-size: 15px;
	font-weight: normal;
	color: #333;
	text-align: left;
	margin-bottom: 5px;
	padding: 5px;
	line-height: 1.5em;
}
#temp_wrapper .titlebox01 {
	height: 230px;
	width: 500px;
	float: left;
	background-image: url(image/service01/tempimage.png);
	padding-right: 460px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#temp_wrapper .titlebox02 {
	height: 230px;
	width: 500px;
	float: left;
	background-image: url(image/service02/tempimage.png);
	padding-right: 460px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#temp_wrapper .titlebox03 {
	height: 230px;
	width: 500px;
	float: left;
	background-image: url(image/service03/tempimage.png);
	padding-right: 460px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#temp_wrapper .titlebox04 {
	height: 230px;
	width: 500px;
	float: left;
	background-image: url(image/service04/tempimage.png);
	padding-right: 460px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#temp_wrapper .titlebox05 {
	height: 230px;
	width: 500px;
	float: left;
	background-image: url(image/service05/tempimage.png);
	padding-right: 460px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#temp_wrapper .titlebox06 {
	height: 210px;
	width: 500px;
	float: left;
	background-image: url(image/contact/tempimage.png);
	padding-right: 460px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#temp_wrapper .titlebox07 {
	height: 210px;
	width: 500px;
	float: left;
	background-image: url(image/company/tempimage.png);
	padding-right: 460px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#temp_wrapper .titlebox08 {
	height: 210px;
	width: 500px;
	float: left;
	background-image: url(image/recruit/tempimage.png);
	padding-right: 460px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#temp_wrapper .titlebox09 {
	height: 230px;
	width: 500px;
	float: left;
	background-image: url(image/service06/tempimage.png);
	padding-right: 460px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#temp_wrapper .titlebox09_1 {
	height: 230px;
	width: 500px;
	float: left;
	background-image: url(image/service06/tempimage01.png);
	padding-right: 460px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.tempcontents_all {
	padding: 5px;
	float: left;
	height: auto;
	width: 950px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.tempcontents_all .image01 {
	background-color: #FCC;
	float: right;
	height: 200px;
	width: 200px;
}
.tempcontents_all .image02-wrapper {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tempcontents_all .image02-wrapper img {
	float: left;
	height: 200px;
	width: 300px;
	margin-left: 15px;
}
.tempcontents_all .ss {
	float: left;
	height: auto;
	width: 740px;
}
.tempcontents_all .ss_title {
	color: #F63;
	font-size: 17px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F63;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F63;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(image/company/title-icon.png);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 25px;
}
.tempcontents_all .ss_title_sub {
	color: #333;
	font-size: 20px;
	line-height: 1.6em;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}
.tempcontents_all .ss_comment {
	color: #333;
	font-size: 16px;
	line-height: 1.6em;
	padding-bottom: 5px;
	padding-left: 15px;
}
.tempcontents_all .ss_comment2 {
	color: #666;
	font-size: 14px;
	line-height: 1.6em;
	padding-bottom: 5px;
	padding-left: 15px;
}
.tempcontents_all .ss_comment_bg_yellow {
	background-color: #FFFDE7;
	clear: both;
	margin-left: 15px;
	margin-top: 10px;
	padding: 10px;
}
.tempcontents_all .ss_comment_bg_yellow img {
	float: right;
	height: 200px;
	width: 200px;
	margin-left: 10px;
}
.tempcontents_all .ss_comment_bg_yellow p {
	color: #333;
	font-size: 15px;
	line-height: 25px;
}

.tempcontents_half {
	padding: 5px;
	float: left;
	height: auto;
	width: 460px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.tempcontents_half .image01 {
	background-color: #FCC;
	float: right;
	height: 205px;
	width: 150px;
}
.tempcontents_half .ss {
	float: left;
	height: auto;
	width: 300px;
}
.tempcontents_half .ss_title {
	color: #F63;
	font-size: 17px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F63;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F63;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.tempcontents_half .ss_comment {
	color: #333;
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.tempcontents_all .ss2 {
	float: left;
	height: auto;
	width: 453px;
	margin: 5px;
	border: 1px solid #CCC;
	padding: 5px;
}
.tempcontents_all .ss2_title {
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	background-color: #F63;
}
.tempcontents_all .ss2_comment {
	color: #333;
	font-size: 15px;
	line-height: 1.6em;
}
.tempcontents_all .ss2_comment span {
	font-size: 12px;
}

.tempcontents_all .recruit {
	height: auto;
	width: 928px;
	margin: 5px;
	border: 1px solid #CCC;
	padding: 5px;
	float: left;
}
.tempcontents_all .recruit_title {
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	background-color: #06C;
}
.recruit dl {
	background-image: url(image/recruit/recruit-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-bottom: 20px;
}
.recruit dt {
	font-size: 14px;
	color: #06C;
	text-align: left;
	font-weight: bold;
	line-height: 22px;
	padding: 10px;
	float: left;
	height: auto;
	width: 122px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.recruit dd {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	float: left;
	height: auto;
	width: 760px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.recruit dd span {
	font-weight: bold;
	color: #333;
}
.recruit dd span.orange {
	font-weight: bold;
	color: #F63;
	font-size: 14px;
	line-height: 22px;
}
.recruit-txt01 {
	font-size: 15px;
	color: #06C;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;
}


.alltxt01 {
	font-size: 25px;
	font-weight: bold;
	color: #F63;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #F63;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(image/company/title-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.alltxt01b {
	font-size: 25px;
	font-weight: bold;
	color: #06C;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #06C;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(image/company/title-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.alltxt02 {
	font-size: 15px;
	color: #333;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1.6em;
	padding-left: 5px;
}
.alltxt02 span {
	color: #F63;
	font-weight: bold;
	line-height: 2em;
	font-size: 18px;
}
.alltxt03 {
	font-size: 15px;
	color: #333;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1.6em;
	text-align: right;
}
.aisatsu {
	float: right;
	height: 370px;
	width: 230px;
	margin-left: 10px;
}
.gaiyou {
	float: left;
	width: 475px;
}
.gaiyou dt {
	font-size: 15px;
	color: #F63;
	float: left;
	height: auto;
	width: 115px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.gaiyou dd {
	font-size: 15px;
	color: #333;
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.map {
	height: 400px;
	width: 950px;
	clear: both;
}
.form-t1 {
	padding: 10px;
}

.recbox {
	float: left;
	width: 160px;
	height: 90px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* プロモーションページ */
.promotion01 {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 15px;
}
.promotion01 li {
	font-size: 15px;
	color: #06C;
	line-height: 2em;
}
.promotion02 {
	margin-top: 10px;
	margin-left: 15px;
}
.promotion02 dt {
	font-size: 18px;
	line-height: 1.8em;
	font-weight: bold;
}
.promotion02 dt:first-letter {
	color: #F90;
}
.promotion02 dd {
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 20px;
	padding-left: 18px;
}
.promotion_title01 {
	color: #333;
	font-size: 20px;
	line-height: 1.6em;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
	text-align: center;
}
.promotion_img {
	text-align: center !important;
}
.promotion_contact {
	text-align: center;
}
.promotion_contact .tel {
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	padding-top: 10px;
}
.promotion_contact .time {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
}
.promotion_contact .txt {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-top: 20px;
}
.promotion_contact .txt a {
	font-size: 16px;
	font-weight: bold;
	color: #F63;
}
.promotion_contact .txt a:hover {
	text-decoration: none;
}
.pet{
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right:15px;
}
.pet li {
	color: #333;
	font-size: 16px;
	line-height: 1.6em;
	padding-bottom: 5px;
	list-style: url(image/service02/pet_icon01.png)
}
.pet_cuun01 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 5px;
	padding-left: 15px;
}
.pet_cuun02 {
	font-size: 14px;
	color: #333;
	padding-bottom: 5px;
	margin: 15px
}
.pet_cuun03 {
	font-size: 16px;
	color: #333;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	width:80%;
	text-align:left;
	background-color: #FFFFCC;
}
.pet_cuun_comment01 {
	color: #333;
	font-size: 16px;
	line-height: 1.6em;
}
.pet_cuun_comment02 {
	color: #333;
	font-size: 14px;
	margin: 10px;
}