@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	overflow: hidden;
	font-family: "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

#container {
	position: relative;
}


/*リンク表示方法*/

a {
	text-decoration: none;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	color: #333;
}

.clickCover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 10;
}


/*-----------------------------------------------------------
pager
-----------------------------------------------------------*/

.pager li {
    display: inline-block;
    margin: 0 0 0 8px;
    text-align: center;
}

.pager > li > em {
    background: #fff;
    border: solid 1px #f7931e;
    display: block;
    width: 30px;
    padding: 3px 0 2px 0;
    text-decoration: none;
    color: #f7931e;
    -webkit-border-radius: 5px;/* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

.pager li:first-child {
    margin: 0;
}

.pager {
    margin: 50px auto 0;
    text-align: center;
    font-weight: bold;
    font-size: 88%;
}

.pager a {
    display: block;
    width: 30px;
    padding: 3px 0 2px 0;
    text-decoration: none;
    color: #FFF;
    background: #f7931e;
    border: solid 1px #f7931e;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
}

.pager a:hover {
    background: #23B574;
    border: solid 1px #23B574;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

.headerWrap {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(./../img/bg_headerWrap.png) no-repeat center 23px;
	z-index: 7;
}

h1 {
	font-weight: normal;
	font-size: 12px;
	background: #F15A24;
	color: #FFF;
}

h1 span {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 5px 0 1px 2px;
}

.headerUl {
	width: 960px;
	margin: 0 auto;
}

.headerLogo {
	float: left;
	width: 344px;
	margin: 21px auto 0;
}

.headerTel {
	float: left;
	width: 337px;
	margin: 9px auto 0;
}


.headerTel li {
	display: inline-block;
	line-height: 1;
}

.headerTel li:first-child {
	margin: 0 3px 0 0;
}

.h_tel2 {
	margin: 0;
	border-left: 1px solid #CCC;
}

.headerAbout {
	float: left;
	width: 256px;
	margin: 15px auto 0 22px;
	font-size: 11px;
}

.headerAbout > ul li {
	padding: 6px 0 0 22px;
}

.h_add {
	background: url(./../img/bg_h_add.png) no-repeat 2px 7px;
}

.h_time {
	background: url(./../img/bg_h_time.png) no-repeat 1px 9px;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

nav {
	width: 960px;
	margin: 29px auto 0;
	padding: 0 0 51px;
}

nav:after {
	content: '';
	display: block;
	clear: both;
}

nav li {
    position: relative;
	width: 160px;
	float: left;
}

nav li a {
	display: block;
}

.dropmenu ul > li > ul {
    display: none;
    position: absolute;
    z-index: 4000;
    color: #ffffff;
    background: #FFF url(./../img/bg_01.png) repeat center top;
    border-top: 3px solid #f7931e;
    margin: -3px auto 0;
}

.dropmenu ul > li:hover ul {
    display: block;
}

.dropmenu ul > li > ul > li {
    display: block;
    width: 160px;
    text-align: center;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    line-height: 1.2;
}

.dropmenu ul > li > ul > li > a {
    display: table-cell;
    width: 160px;
    height: 65px;
    vertical-align: middle;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.dropmenu ul > li > ul > li > .odd {
	background: url(./../img/bg_topNews_02.png) repeat center top;
}


/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	position: relative;
	padding: 150px 0 165px;
	background: url(./../img/bg_topContent.jpg) no-repeat center 172px;
	z-index: 3;
}

.topContent {
	width: 960px;
	margin: 0 auto;
	letter-spacing: 354px;
}

.topContent li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 130px auto 0;
	letter-spacing: normal;
	background: #FFF;
	font-size: 14px;
	line-height: 24.5px;
	/* box-shadow */
	box-shadow: 0px 1px 2px 0 #bcbcbc;
	-moz-box-shadow: 0px 1px 2px 0 #bcbcbc;
	-webkit-box-shadow: 0px 1px 2px 0 #bcbcbc;
	-ms-box-shadow: 0px 1px 2px 0 #bcbcbc;
	-o-box-shadow: 0px 1px 2px 0 #bcbcbc;
}

.topContent li dt {
	position: relative;
	height: 64px;
	z-index: 1;
}

.topContent li dt span {
	position: absolute;
	width: 300px;
	height: 91px;
	top: -22px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.topContent li dd {
	min-height: 163px;
	padding: 18px 0 0;
}

.topContent li dd p {
	padding: 15px 11px 10px;
	font-weight: bold;
	color: #707070;
}

.topContent .topContent01 dt {
	background: #22B573;
}

.topContent .topContent02 dt {
	background: #F7931E;
}

.topContent .topContent03 dt {
	background: #F2ADC9;
}

.topContent .topContent04 dt {
	background: #39B54A;
}

.topContent .topContent01:hover dt {
	background: #4FCA93;
}

.topContent .topContent02:hover dt {
	background: #F8A84B;
}

.topContent .topContent03:hover dt {
	background: #F4BDD3;
}

.topContent .topContent04:hover dt {
	background: #60C36E;
}


.topContent li:hover dd {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	position: relative;
	background: url(./../img/bg_01.png) no-repeat center 296px;
	z-index: 6;
}

#main:before {
	position: absolute;
	content: "";
	width: 1920px;
	height: 300px;
	top: -4px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(./../img/topDay_before.png) no-repeat center top;
	z-index: -1;
}

.topDay {
	position: relative;
	width: 960px;
	margin: -88px auto 0;
	height: 180px;
	font-size: 14px;
	background: url(./../img/bg_topDay.png) no-repeat center top;
	/* box-shadow */
	box-shadow: 0px 1px 2px 0 #bcbcbc;
	-moz-box-shadow: 0px 1px 2px 0 #bcbcbc;
	-webkit-box-shadow: 0px 1px 2px 0 #bcbcbc;
	-ms-box-shadow: 0px 1px 2px 0 #bcbcbc;
	-o-box-shadow: 0px 1px 2px 0 #bcbcbc;
	z-index: 1;
}

.topDay:after {
	position: absolute;
	content: "";
	display: block;
	width: 189px;
	height: 82px;
	background: url(./../img/topDay_before01.png) no-repeat center top;
	top: -81px;
	right: 361px;
	/* left: 0; */
	margin: auto;
	z-index: 100;
}

.topDay:hover:after {
	background: url(./../img/topDay_before01_hover.png) no-repeat center top;
}

.topDay h2 img {
	margin: -40px auto 0;
}

.topDay > dl {
	width: 580px;
	margin: 7px auto 0 76px;
}

.topDay a:hover + h2 + dl > dt, .topDay a:hover + h2 + dl > dd {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.topDay > dl > dd {
	padding: 0 0 0 2px
}

.topDay > dl > dd:before {
	content: url(./../img/topDay_border.png);
	display: block;
	padding: 1px 2px 2px;
}

.topDay dl:after {
	position: absolute;
	content: "";
	display: block;
	width: 249px;
	height: 195px;
	margin: auto;
	background: url(./../img/topDay_before02.png) no-repeat center top;
	bottom: 0;
	right: 26px;
	z-index: 2;
}

.topGreeting {
	position: relative;
	width: 960px;
	margin: 72px auto 59px;
	font-size: 14px;
	line-height: 30px;
}

.topGreeting h2 {
	padding: 0 0 0 4px;
}

.topGreeting > dl {
	width: 464px;
	margin: 34px auto 0 1px;
	background: url(./../img/bg_topGreeting.png) no-repeat 375px bottom;
	z-index: 1;
}

.topGreeting:after {
	position: absolute;
	content: "";
	display: block;
	width: 416px;
	height: 320px;
	margin: auto;
	background: url(./../img/topGreeting_before_1122.png) no-repeat center top;
	top: -17px;
	right: -1px;
	z-index: 100;
}

.topGreeting > dl > dd {
	margin: 14px auto 0;
	padding: 0 0 8px;
}

.topTopicsWrap {
	background: url(./../img/bg_topTopics.png) no-repeat center top;
}

.topTopics {
	width: 960px;
	margin: 0 auto;
	padding: 67px 0 65px 0;
	font-size: 15px;
}

.topTopics h2 {
	text-align: center;
}

.topTopics h2 img {
	margin: -7px 0 0 0;
}

.topNews {
	float: left;
	width: 435px;
	background: url(./../img/bg_topNews_01.png) no-repeat center top;
	padding: 11px 10px 10px;
/* box-shadow */
	box-shadow: 0px 1px 2px 0 #bcbcbc;
	-moz-box-shadow: 0px 1px 2px 0 #bcbcbc;
	-webkit-box-shadow: 0px 1px 2px 0 #bcbcbc;
	-ms-box-shadow: 0px 1px 2px 0 #bcbcbc;
	-o-box-shadow: 0px 1px 2px 0 #bcbcbc;
}

.topBlog {
	float: left;
	width: 435px;
	background: url(./../img/bg_topBlog_01.png) repeat center top;
	padding: 11px 10px 10px;
/* box-shadow */
	margin: 0 0 0 50px;
	font-size: 15px;
	box-shadow: 0px 1px 2px 0 #bcbcbc;
	-moz-box-shadow: 0px 1px 2px 0 #bcbcbc;
	-webkit-box-shadow: 0px 1px 2px 0 #bcbcbc;
	-ms-box-shadow: 0px 1px 2px 0 #bcbcbc;
	-o-box-shadow: 0px 1px 2px 0 #bcbcbc;
}

.topNews .even {
	background: url(./../img/bg_topNews_02.png) repeat center top;
}

.topBlog .even {
	background: url(./../img/bg_topBlog_02.png) repeat center top;
}

.topNews dl a:hover {
	color: #fbb03b;
}

.topBlog dl a:hover {
	color: #42cd59;
}

.topTopics dl a {
	text-decoration: underline;
}

.topNews > div, .topBlog > div {
	height: 279px;
	background :#FFF;
}

.topTopics dt {
	display: table-cell;
	padding: 0 20px 0 50px;
}

.topTopics dd {
	display: table-cell;
}

.topTopics ul li {
	padding: 21px 0;
}

.topTopics ul li.noDate {
	text-align: center;
}

.topTopics dl {
	display: table;
	background: url(./../img/topTopics_icon02.png) no-repeat 14px 3px;
}

.topTopics .even dl {
	background: url(./../img/topTopics_icon01.png) no-repeat 14px 3px;
}

.topRecruit {
	background: url(./../img/bg_topRecruit.jpg) no-repeat center top;
	font-size: 14px;
	padding: 34px 0 161px;
}

.topRecruit h2 {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 22px;
	text-align: center;
}

.topRecruit p {
	width: 663px;
	margin: 14px auto 49px;
	padding: 0 0 0 8px;
	line-height: 24.5px;
}

.topRecruit a {
	display: block;
	width: 653px;
	margin: 0 auto;
	padding: 0 0 0 1px;
}

.topAccess {
	position: relative;
	padding: 50px 0 159px;
	background: url(./../img/bg_01.png) repeat center center;
	z-index: 1;
}

.topAccess h2 {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 0 5px;
}

.topAccess > ul {
	width: 960px;
	margin: 0 auto;
}

.topAccess p {
	font-weight: bold;
	padding: 0 0 9px 3px;
}

.topAccess p em {
	display: inline-block;
	font-size: 19px;
	margin: 2px 28px 0 0;
}

.topAccess p span {
	padding: 0 0 0 25px;
	font-size: 15px;
	background: url(./../img/topAccess_before.png) no-repeat left top;
}

.mapDay {
	background: url(./../img/topAccess_line.png) no-repeat center top;
	padding: 38px 0 0 0;
}

.mapDay:first-child {
	background: none;
	padding: 67px 0 31px;
}

.topAccess iframe {
	border: none;
}


/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

.topContact {
	position: relative;
	margin: -50px 0 0 0;
	padding: 16px 0 0;
	background: url(./../img/bg_topContact.png) no-repeat center top;
	text-align: center;
	z-index: 2;
}

.inPage .topContact {
	margin: 100px 0 0 0;
}

.topContact:before {
	position: absolute;
	content: "";
	top: -39px;
	left: 0;
	right: 0;
	width: 38px;
	height: 45px;
	margin: auto;
	background: url(./../img/topContact_before.png) no-repeat center top;
	z-index: 10;
}

.topContact ul {
	width: 960px;
	margin: 0 auto;
	background: #FBB033;
	padding: 0 0 27px;
}

.topContact ul li {
	line-height: 1;
}

.topContact ul li:first-child + li {
	padding: 0px 0 15px;
}

footer {
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.f_inner {
	background: #F9F9F9;
	padding: 7px 0 16px;
}

.f_inner  a {
	display: inline-block;
}

.f_inner a:hover {
	text-decoration: underline;
}

.footerNavi {
	width: 880px;
	margin: 12px auto 0;
}

.footerNavi li {
	display: inline-block;
}

.footerNavi li:before {
	content: "｜";
	padding: 0 4px 0 1px;
}

.footerNavi li.inStart:before {
	content: "（";
	padding: 0 1px 0 0;
}

.footerNavi li:first-child:before {
	content: none;
}

.footerNavi li.inGoal:after {
	content: ")";
}

.footerArea {
	width: 960px;
	margin: 1px auto 1px;
	background: #FFF;
}

.footerArea > li {
	float: left;
}

.footerLogo {
	width: 215px;
	margin: 41px 0 0 0;
}

.footerTime {
	width: 347px;
	margin: 0 10px 0 0;
	margin: 36px 0 0 0;
	line-height: 23px;
}

.footerTime > ul > li {
	padding: 0 0 0 20px;
	background: url(./../img/bg_footerTime01.png) no-repeat 1px 4px;
}

.footerTime > ul > li:first-child {
	background: url(./../img/bg_footerTime02.png) no-repeat left center;
}

.footerDay {
	width: 203px;
	margin: 22px 10px 11px 0;
	line-height: 25px;
}

.footerCare {
	width: 185px;
	margin: 22px auto 11px;
}


.footerDay dt {
	font-size: 13px;
	font-weight: bold;
	color: #F15A24;
	margin: 0 0 -1px;
}

.copyright {
	background: #FBB03B;
	color:#FFF;
}

.copyright small {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 6px 0 4px;
	text-align: right;
	font-size: 13px;
}



/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- ページトップ ---*/
#pageTop {
    position: fixed;
    bottom: 160px;
    right: -5px;
    z-index: 9999;
}

/* サイドナビ */
#pageContact {
    position: fixed;
    top: 334px;
    right: 0;
    z-index: 9999;
}

/*--- テーブル ---*/

th {
	background: #ffa236;
	color: #fff;
}

td {
	background: #fff;
	color: #555;
}

.tb {
	width: 100%;
	margin: 30px auto 0;
	border-collapse: separate;
}

.tb th {
	width: 30%;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.tb th, .tb td {
	padding: 13px 10px 10px 15px;
	border-top: 1px solid #ffdfbb;
	position: relative;
}

.tb tr:first-child th, .tb  tr:first-child td {
	border-top: none;
}

.tb2 th {
	background: #41cd58;
}

.tb2 th, .tb2 td {
	border-top: 1px solid #6cff84;
}

.tb3 th {
	background: #ffadce;
}

.tb3 th, .tb3 td {
	border-top: 1px solid #ffc2db;
}




/*--- パンくず ---*/

.pankuzu {
    width: 960px;
    margin: 0 auto;
    font-size: 90%;
    padding: 16px 0 0;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #ffc475;
}

.pankuzu li a:hover {
    color: #3AB54A;
}


/* TOP
----------------------------------------------------------- */

/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100%;
	max-height: 197px;
	margin: 13px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
    outline: none;
}

.jspContainer {
    width: 100% !important;
    overflow: hidden;
    position: relative;
}

.jspPane {
    width: 96% !important;
    position: absolute;
}

.jspVerticalBar {
	height: 200px;
	position: absolute;
	top: 0;
	right: 0px;
	width: 20px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	background: url(../img/sample/scroll_top.png) no-repeat center;
}

.jspArrowDown {
	background: url(../img/sample/scroll_bottom.png) no-repeat center;
}

.jScrollPaneDrag {
	height: 200px;
}

.jspTrack {
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 7px;
	margin: 0 auto;
	background: #FBB03B;
	position: relative;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.topBlog .jspDrag {
	background: #42CD59;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}


/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

#sub_cover_wrap {
	position: relative;
	padding: 180px 0 0;
	z-index: 3;
	text-align: center;
}

.about #sub_cover {
	background: url(./../img/about.jpg) no-repeat center top;
}

.care #sub_cover {
	background: url(./../img/care.jpg) no-repeat center top;
}

.visiting #sub_cover {
	background: url(./../img/visiting.jpg) no-repeat center top;
}

.welfare #sub_cover {
	background: url(./../img/welfare.jpg) no-repeat center top;
}

.day #sub_cover {
	background: url(./../img/day.jpg) no-repeat center top;
}

.taxi #sub_cover {
	background: url(./../img/taxi.jpg) no-repeat center top;
}

.blog #sub_cover {
	background: url(./../img/blog.jpg) no-repeat center top;
}

.recruit #sub_cover {
	background: url(./../img/recruit.jpg) no-repeat center top;
}

.access #sub_cover {
	background: url(./../img/access.jpg) no-repeat center top;
}

.company #sub_cover {
	background: url(./../img/company.jpg) no-repeat center top;
}

.privacy #sub_cover {
	background: url(./../img/privacy.jpg) no-repeat center top;
}

.sitemap #sub_cover {
	background: url(./../img/sitemap.jpg) no-repeat center top;
}

.contact #sub_cover {
	background: url(./../img/contact.jpg) no-repeat center top;
}

#sub_main {
	position: relative;
	background: url(./../img/bg_01.png) repeat center 296px;
	z-index: 6;
}

.leadTxt01 {
	padding: 10px;
	background: url(./../img/bg_lead01.jpg) repeat center top;
	text-align: center;
	font-family: "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #707070;
}

.leadTxt01 span {
	display: block;
	background: #FFF;
	padding: 20px;
}


.leadTxt02 {
	padding: 10px;
	background: url(./../img/bg_topBlog_01.png) repeat center top;
	text-align: center;
	font-family: "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #707070;
}

.leadTxt02 span {
	display: block;
	background: #FFF;
	padding: 20px;
}

.leadTxt03 {
	padding: 10px;
	background: url(./../img/bg_topNews_01.png) repeat center top;
	text-align: center;
	font-family: "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #707070;
}

.leadTxt03 span {
	display: block;
	background: #FFF;
	padding: 20px;
}

.leadTxt04 {
	padding: 10px;
	background: url(./../img/bg_topBlog_01.png) repeat center top;
	text-align: center;
	font-family: "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	color: #707070;
}

.leadTxt04 span {
	display: block;
	background: #FFF;
	padding: 20px 20px 12px;
}

.leadTxt04 em.imp01 {
	display: block;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #23b574;
}

.leadTxt04 em.imp02 {
	display: block;
	margin: 5px auto 0;
	text-align: center;
	font-weight: bold;
}

.leadTxt05 {
	padding: 10px;
	background: url(./../img/bg_topNews_01.png) repeat center top;
	text-align: center;
	font-family: "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	color: #707070;
}

.leadTxt05 p {
	background: #FFF;
	padding: 12px 20px;
}

.leadTxt05 span {
	display: block;
	padding: 8px 0;
}

.leadTxt05 span.em {
	font-size: 110%;
	font-weight: bold;
}

.conteBox {
	width: 960px;
	margin: 50px auto 0;
}

.conteBox + .conteBox {
	padding: 50px 0 0;
	background: url(./../img/topAccess_line.png) no-repeat center top;
}

.titH3 {
	font-size: 30px;
	text-align: center;
	margin: 0 auto 30px;
}


/* サービス内容
----------------------------------------------------------- */

.floatDl01 {
	margin: 50px auto 0;
}

.floatDl01 dt {
	float: right;
	width: 410px;
}

.floatDl01 dt img {
	background: #fdc57a;
	padding: 4px;
	border: 1px solid #FFF;
	-webkit-border-radius: 15px;/* for Safari and Chrome */
	-moz-border-radius: 15px; /* for Firefox */
	-o-border-radius: 15px; /* for opera */
	border-radius: 15px;
}

.leadTxt01 + .floatDl01 dt img {
	background: #fdd2ed;
}

.leadTxt02 + .floatDl01 dt img {
	background: #44cf5b;
}

.floatDl01 dd {
	float: left;
	width: 530px;
}

.floatDl01 dd > p {
	margin: 20px auto 0;
	line-height: 1.8;
	font-size: 106%;
}

.floatDl01 dd > p:first-child {
	margin: 0 auto;
}

.inTxt01 {
	padding: 30px 30px;
	background: #FFF;
	/* box-shadow */
	box-shadow: 0px 1px 4px 0px #bcbcbc;
	-moz-box-shadow: 0px 1px 4px 0px #bcbcbc;
	-webkit-box-shadow: 0px 1px 4px 0px #bcbcbc;
	-ms-box-shadow: 0px 1px 4px 0px #bcbcbc;
	-o-box-shadow: 0px 1px 4px 0px #bcbcbc;
}

.inTxt01 h4 {
	font-size: 130%;
	font-weight: bold;
	padding: 0px 0 20px;
	border-bottom: 2px dotted;
	text-align: center;
}

.inTxt01 h4, .inTxt01 p em {
	color: #FBB03B;
}

.inTxt01.green h4, .inTxt01.green p em {
	color: #64B68D;
}

.inTxt01 > p {
	margin: 15px auto 0;
	font-size: 106%;
}

.inTxt01 h4 + p {
	margin: 30px auto 0;
}

.textDl01 {
	margin: 20px auto 0;
	padding: 0 15px;
}

.textDl01:first-child {
	margin: 0 auto;
}

.textDl01 dt {
	font-size: 110%;
	color: #64B68D;
}

.textDl01 dt:before {
	content: "○";
	padding: 0 0 0 4px;
}

.textDl01 dd {
	padding: 15px 20px;
	background: url(./../img/bg_topBlog_02.png) repeat center top;
}

.textDl01 dd p > span {
	display: inline-block;
	font-size: 90%;
	padding: 5px 0 0 0;
}

.textDl01 dd p > a {
	display: inline-block;
	padding: 0 0.5em;
	color: #64B68D;
	font-weight: bold;
	font-size: 95%;
	text-decoration: underline;
}

.textDl01 dd p > a:hover {
	color: #fbb03b;
}

.stepOl {
	margin: 20px 110px 0;
	padding: 10px;
	background: url(./../img/bg_topNews_01.png) repeat center top;
	text-align: center;
}

.stepOl > li {
	padding: 15px 20px;
	background: #FFF;
}

.stepOl > li.even {
	background: #FFF url(./../img/bg_topNews_02.png) repeat center top;
}

.stepOl dt {
	display: inline-block;
	font-weight: bold;
	font-size: 110%;
	margin: 0 auto 10px;
	border-bottom: 1px dotted;
	color: #f7931e;
}



/* ごあいさつ
----------------------------------------------------------- */

.contentsDl01 {
	margin: 50px auto;
}

.contentsDl01 dt {
	text-align: center;
}

.contentsDl01 dt img {
	background: #fdc57a;
	padding: 4px;
	border: 1px solid #FFF;
	-webkit-border-radius: 15px;/* for Safari and Chrome */
	-moz-border-radius: 15px; /* for Firefox */
	-o-border-radius: 15px; /* for opera */
	border-radius: 15px;
}

.contentsDl01 dd {
	margin: 50px auto 0;
	font-family: "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	background: url(./../img/bg_topGreeting.png) no-repeat 98% bottom;
}

.contentsDl01 dd p:first-child {
	margin: 0 auto;
}

.contentsDl01 dd p {
	margin: 20px auto 0;
	line-height: 1.9;
	letter-spacing: 1px;
}


/* プライバシーポリシー
----------------------------------------------------------- */

.privacy dl {
	margin: 50px 0 0;
}

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #F2ADC9;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	margin: 10px 10px 0;
}

.privacy dd ul {
	margin: 5px 0 0;
}

.privacy dd li:before {
	content: "・";
	padding: 0 0 0 20px;
}


/* ブログ
----------------------------------------------------------- */

#mainIn {
	width: 770px;
	float: right;
}

#mainIn .contents_top > .blog_dl {
	padding: 20px;
	background: #FFF;
/* box-shadow */
	box-shadow: 1px 1px 5px 0 #bcbcbc;
	-moz-box-shadow: 1px 1px 5px 0 #bcbcbc;
	-webkit-box-shadow: 1px 1px 5px 0 #bcbcbc;
	-ms-box-shadow: 1px 1px 5px 0 #bcbcbc;
	-o-box-shadow: 1px 1px 5px 0 #bcbcbc;
	word-wrap: break-word;
}

p.blog_dl {
	text-align: center;
}

#mainIn .contents_top > dl + dl {
	margin: 30px auto 0;
}

#side {
	width: 170px;
	float: left;
}

#side h3 {
	text-align: center;
	margin-bottom: 10px;
	background: #f7931e;
	padding: 9px 10px 8px;
	color: #FFF;
}

#side ul {
	margin-bottom: 20px;
	text-align: center;
}

#side ul li {
	/* line-height: 230%; */
	background-color: #FFF;
}

#side ul li:first-child {
	margin-top: 0;
}

#side ul li a {
	display: block;
	text-decoration: none;
}
.category ,.archive {
	margin-bottom: 20px;
}

.blog #side li {
	font-size: 14px;
}

.blog #side li a {
	text-decoration: none;
	display: block;
	padding: 9px 10px 8px;
	border: solid 1px #ff9d2a;
}

.blog #side li a:hover {
	color: #FFF;
	background: #ff9d2a;
}

.blog #side li a span {
	display: block;
	margin: 4px auto 0;
	font-size: 90%;
}

.blog_dl > dt {
	border-bottom: solid 5px #f7931e;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 0 6px;
}

.blog_dl > dd > div {
	clear: both;
}

.blog_date {
	float: right;
	display: block;
	width: 50%;
	font-size: 90%;
	text-align: right;
	margin-bottom: 30px;
}

.blog_category {
	float: left;
	display: block;
	width: 50%;
	font-size: 90%;
	margin-bottom: 30px;
}

.blog_dl .flexslider {
	clear: both;
	float: left;
	width: 50%;
	margin: 0 auto;
	border: 0;
}

.blog_dl .blogIn {
	clear: none;
	float: right;
	width: 48%;
}

.blog_dl .moreBtn {
	clear: both;
	float: right;
	display: block;
	width: 200px;
	margin: 15px auto 0;
	background: #f7931e;
	color: #FFF;
	padding: 10px 20px 6px;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
	text-align: center;
}

.blog_dl .moreBtn:hover {
	background:	#23B574;
}

.blog .conteBox {
	margin: 50px auto;
}

.topContact.flat {
	position: relative;
	margin: 0;
	padding: 16px 0 0;
	background: #fbb03b;
	text-align: center;
	z-index: 2;
}

.topContact.flat:before {
	position: absolute;
	content: none;
	top: 0;
	left: 0;
	right: 0;
	width: 38px;
	height: 45px;
	margin: auto;
	background: #fbb033;
	z-index: 10;
}


/* サイトマップ
----------------------------------------------------------- */
.sitemapBox {
	background: url(./../img/bg_topNews_01.png) repeat center top;
	padding: 10px;
}

.sitemapBox > ul {
	float: left;
	width: 42%;
	padding: 0 0 25px 8%;
	background: #FFF;
}

.sitemapBox > ul > li {
	padding: 25px 0 0;
}

.sitemapBox > ul li:before {
	content: '●';
	color: #ff8000;
	position: relative;
	right: 4px;
	padding: 0 15px 0 0;
}

.sitemapBox ul li.aNone:before, .sitemapBox > ul li li:before {
	color: #42CD59;
}

.sitemapBox > ul > li.aNone > a, .sitemapBox > ul > li.aNone > a:hover {
	border-bottom: none;
	cursor: default;
}

.sitemapBox ul ul li {
	padding: 25px 0 0 10%;
}

.sitemapBox ul li a {
	font-size: 120%;
	border-bottom: 1px solid #ff8000;
}

.sitemapBox ul li a:hover {
    border-bottom: 2px solid #ff8000;
}

.sitemapBox > ul li li a {
	font-size: 120%;
	border-bottom: 1px solid #42CD59;
}

.sitemapBox > ul li li a:hover {
    border-bottom: 2px solid #42CD59;
}


/* アクセスマップ
----------------------------------------------------------- */

.accessUl > li > p.access {
	font-weight: bold;
	padding: 0 0 9px 3px;
}

.accessUl p.access em {
	display: inline-block;
	font-size: 19px;
	margin: 2px 28px 0 0;
}

.accessUl p.access span {
	padding: 5px 0 3px 25px;
	font-size: 15px;
	background: url(./../img/topAccess_before.png) no-repeat left top;
}

.accessUl p.car {
	margin: 3px auto 0;
	padding: 8px 20px;
	font-size: 90%;
	background: #fff6eb;
	text-align: center;
}

.accessUl p.car span {
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
	color: #f7931e;
}

.accessUl iframe {
	border: none;
}


/* 会社概要
----------------------------------------------------------- */

.bg01 {
	background: url(./../img/bg_topTopics.png) repeat center top;
	background-size: contain;
	padding: 50px 0;
	margin: 50px auto 0;
}

.photoUl01 {
	width: 960px;
	margin: 0 auto;
}

.photoUl01 li {
	float: left;
	width: 310px;
	margin: 0 0 0 15px;
	text-align: center;
}

.photoUl01 li:first-child {
	margin: 0;
}

.photoUl01 li img {
	padding: 4px;
	border: 1px solid #ffccbc;
	background: #FFF;
	-webkit-border-radius: 20px;/* for Safari and Chrome */
	-moz-border-radius: 20px; /* for Firefox */
	-o-border-radius: 20px; /* for opera */
	border-radius: 20px;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #23B574;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.contact_cf .clearForm,
.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 220px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 220px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #f7931e;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

#name, #post, #mail, #mail2, #mail_confirm, textarea, #url, #kana, #tel {
	width: 630px;
	position: relative;
}

#zip1, #zip2 {
	width: 180px;
}

#city, #pref, #add {
	width: 364px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 42px;
}

textarea {
	width: 630px;
	height: 8em;
	padding: 10px 5px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"] {
	height: 25px;
	padding: 5px;
}

input[type="text"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #F00;
	display: block;
	margin: 8px 0 0;
}

.contact_tb th em {
	position: absolute;
	right: 9px;
	margin: 0 0 0 5px;
	padding: 2px 5px;
	background: #F00;
	color: #FFF;
	font-size: 85.714%;
}

.toHome {
	display: block;
	margin: 0 auto;
	width: 218px;
	text-align: center;
	text-decoration: none;
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #f7931e;
    outline: none;
    border-color: #fbb03b;
    transition: .3s;
}

.ui-widget-header {
    background: #f7931e !important;
    border-color: #f7931e !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/*-- flexslider --*/

.lb-number {
	display: none !important;
}
