@charset "utf-8";

/*=================================
	Base common setting
=================================*/
body {
	font: 12px/1.4 "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",sans-serif;
	color: #333333;
	-webkit-text-size-adjust: none;
	text-shadow: 0 0 1px #333333;
	background: #ffffff;
}


/* link setting */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}

/* heading */








/*=================================
	Header
================================ */

#header #header01 {
	padding: 10px 40px 10px 10px;
	background: url(/sp/common/images/header_il01.gif) no-repeat 98% 3px;
}
#header #header01 .siteLogo {
	float: left;
	width: 72px;
	margin-right: 10px;
}
#header #header01 .siteInfo {
	float: left;
	width: 68%;
	color: #666666;
	font-size: 11px;
}
#header #header02 {
	clear: both;
	padding: 5px 0;
	text-align: right;
	border-top: solid 3px #005eae;
}
#header #header02 p {
	font-size: 0;
}



/*=================================
	Footer
================================ */
#footer {
	clear: both;
	margin-top: 20px;
	border-top: solid 1px #c4def3;
}
#footer #footerInner {
	margin-top: 1px;
	background: -moz-linear-gradient(center top, #c4def3, #ddecf8 50%, #ffffff);
	background: -webkit-gradient(linear, center top, center bottom, from(#c4def3), color-stop(50%, #ddecf8), to(#ffffff));
}
#footer #footerInner .copyright {
	clear: both;
	padding: 13px 0;
	text-align: center;
	line-height: 1;
	font-size: 11px;
	color: #666666;
}



/*=================================
	Top
================================ */

#topContent {
	background: url(/sp/images/index_bg01.jpg) no-repeat 50% 0;
}

#topContent .contactMenu {
	margin: 30px 0 10px;
}
#topContent .contactMenu dl {
	margin: 0 10px;
	-webkit-box-shadow: 0 0 3px 2px #ffffff;
	-moz-box-shadow: 0 0 3px 2px #ffffff;
}
#topContent .contactMenu dt {
	background: url(/sp/images/index_ic04.png) no-repeat 98% 50%, -moz-linear-gradient(center top, #eaf5fd, #dbeffb 20%, #c4e4f9 40%, #d3ebfb 60%, #f8fbff 90%, #e8f4fd);
	background: url(/sp/images/index_ic04.png) no-repeat 98% 50%, -webkit-gradient(linear, center top, center bottom, from(#eaf5fd), color-stop(20%, #dbeffb), color-stop(40%, #c4e4f9), color-stop(60%, #d3ebfb), color-stop(90%, #f8fbff), to(#e8f4fd));
}
#topContent .contactMenu dt.on {
	border-bottom: solid 1px #c2e3f9;
	background: url(/sp/images/index_ic05.png) no-repeat 98% 50%, -moz-linear-gradient(center top, #eaf5fd, #dbeffb 20%, #c4e4f9 40%, #d3ebfb 60%, #f8fbff 90%, #ffffff);
	background: url(/sp/images/index_ic05.png) no-repeat 98% 50%, -webkit-gradient(linear, center top, center bottom, from(#eaf5fd), color-stop(20%, #dbeffb), color-stop(40%, #c4e4f9), color-stop(60%, #d3ebfb), color-stop(90%, #f8fbff), to(#ffffff));
}
#topContent .contactMenu dt span {
	display: block;
	padding: 15px 44px;
	background: url(/sp/images/index_ic03.png) no-repeat 7px 50%;
	border: solid 1px #dceffb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	line-height: 1;
	font-size: 16px;
}
#topContent .contactMenu dt.on span {
	border-bottom: none;
}
#topContent .contactMenu dd .mainMenu01 li {
	margin-top: 0;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #dceffb;
	border-bottom: none;
	border-left: solid 1px #dceffb;
}
#topContent .contactMenu dd .mainMenu01 li span {
	background: #e5f3fc url(/sp/common/images/com_ic01.png) no-repeat 98% 50%;
}
#topContent .contactMenu dd .mainMenu01 .open span {
	display: block;
	padding: 14px 40px 14px 20px;
	background: #e5f3fc !important;
	color: #005eae;
	text-shadow: 0 0 1px #005eae;
}
#topContent .contactMenu dd .mainMenu01 .on span {
	background: #e5f3fc url(/sp/common/images/com_ic02.png) no-repeat 98% 50%;
}
#topContent .contactMenu dd .mainMenu01 li span a {
	display: block;
	padding: 14px 40px 14px 20px;
	color: #005eae;
	text-shadow: 0 0 1px #005eae;
}
#topContent .contactMenu dd .mainMenu02 {
	background: none !important;
}
#topContent .contactMenu dd .mainMenu02 li {
	border-top: none;
	border-right: none;
	border-bottom: solid 1px #c2e3f9;
	border-left: none;
}
#topContent .contactMenu dd .mainMenu02 li:last-child {
	background: url(/sp/common/images/com_ic04.gif) no-repeat 97% 50% !important;
}





/*=================================
	SlideBox layout
================================ */
.slideBox {
	position: relative;
	clear: both;
	height: auto;
}
.slideContainer {
	margin: 0 auto;
	overflow: hidden;
}
.slideList {
	position: relative;
	overflow: hidden;
	height: 162px;
}
.slideList .item {
	float: left;
	margin: 0 1px 0 7px;
	overflow: hidden;
}
.slideList figure {
}
.moving {
	-moz-transition: -webkit-transform .5s ease-out;
	-webkit-transition: -webkit-transform .5s ease-out;
	-o-transition: -webkit-transform .5s ease-out;
	-ms-transition: -webkit-transform .5s ease-out;
}

/* slideNav */
.slideNav {
	margin: 3px auto 3px;
	text-align: center;
	overflow: hidden;
}
.slideNav li {
	display: inline;
	margin-right: 15px;
}
.slideNav li.selected {
}
.slideNav li:last-child {
	margin-right: 0;
}
.slideNav li a {
	display: inline-block;
	width: 12px;
	height: 12px;
	-webkit-background-clip: padding-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 2px #cccccc inset;
	-moz-box-shadow: 0px 0px 2px #cccccc inset;
	box-shadow: 0px 0px 2px #cccccc inset;
	background: #005eae;
	text-indent: -9999px
}
.slideNav li.selected a {
	background: #f8569b;
}

/* pager */
.pager {
}
.pager li {
	text-indent: -9999px;
}
.pager .prev {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/sp/images/index_ic01.png) no-repeat 0 50%;
}
.pager .prev span {
}
.pager .next {
	position: absolute;
	top: 0;
	right: 0;
	background: url(/sp/images/index_ic02.png) no-repeat 100% 50%;
}
.pager .next span {
}
.pager .off {
	opacity: 0.3;
}
.pager li span {
	display: block;
	width: 50px;
	height: 162px;
}





/*=================================
	Contents
================================ */

/* heading */
.heading01 {
	font-size: 0;
}

/* contents menu */
#mainMenu {
}
#mainMenu .mainMenu01 li,
#mainMenu .mainMenu01 dt {
	margin-top: 10px;
	border: solid 1px #dceffb;
	font-size: 16px;
	line-height: 1;
}
#mainMenu .mainMenu01 li span,
#mainMenu .mainMenu01 dt span {
	display: block;
	background: url(/sp/common/images/com_ic01.png) no-repeat 98% 50%, -moz-linear-gradient(center top, #eaf5fd, #dbeffb 20%, #c4e4f9 40%, #d3ebfb 60%, #f8fbff 90%, #e8f4fd);
	background: url(/sp/common/images/com_ic01.png) no-repeat 98% 50%, -webkit-gradient(linear, center top, center bottom, from(#eaf5fd), color-stop(20%, #dbeffb), color-stop(40%, #c4e4f9), color-stop(60%, #d3ebfb), color-stop(90%, #f8fbff), to(#e8f4fd));
}
#mainMenu .mainMenu01 .on span {
	background: url(/sp/common/images/com_ic02.png) no-repeat 98% 50%, -moz-linear-gradient(center top, #eaf5fd, #dbeffb 20%, #c4e4f9 40%, #d3ebfb 60%, #f8fbff 90%, #ffffff);
	background: url(/sp/common/images/com_ic02.png) no-repeat 98% 50%, -webkit-gradient(linear, center top, center bottom, from(#eaf5fd), color-stop(20%, #dbeffb), color-stop(40%, #c4e4f9), color-stop(60%, #d3ebfb), color-stop(90%, #f8fbff), to(#ffffff));
}
#mainMenu .mainMenu01 li a,
#mainMenu .mainMenu01 dt a {
	display: block;
	padding: 16px 40px 16px 20px;
}
#mainMenu .mainMenu01 dd div {
	padding: 10px 20px;
}
#mainMenu .mainMenu01 dd div p a {
	color: #005eae;
}

#mainMenu .mainMenu02 {
	background: #ffffff;
}
#mainMenu .mainMenu02 li {
	margin: 0;
	background: url(/sp/common/images/com_ic04.gif) no-repeat 97% 50% !important;
	border-top: solid 1px #c2e3f9;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 14px;
}
#mainMenu p.mainMenu02 {
	margin: 10px 0 0 0;
	background: url(/sp/common/images/com_ic04.gif) no-repeat 97% 50% !important;
	border-top: none;
	font-size: 14px;
}
#mainMenu p.normalLink {
	background: none !important;
}
#mainMenu .mainMenu02 li:last-child {
	background: url(/sp/common/images/com_ic04.gif) no-repeat 97% 50%, -moz-linear-gradient(center top, #ffffff, #ffffff 90%, #eaf5fd) !important;
	background: url(/sp/common/images/com_ic04.gif) no-repeat 97% 50%, -webkit-gradient(linear, center top, center bottom, from(#ffffff), color-stop(90%, #ffffff), to(#eaf5fd)) !important;
}
#mainMenu .mainMenu02 li a {
	display: block;
	padding: 10px 45px;
	background: url(/sp/common/images/com_ic03.gif) no-repeat 20px 50% !important;
}
#mainMenu p.mainMenu02 a {
	padding-left: 25px;
	background: url(/sp/common/images/com_ic03.gif) no-repeat 0 50% !important;
}


#mainMenu .normalList01 li {
	margin: 0;
	padding-left: 8px;
	background: url(/common/images/com_ic09.gif) no-repeat 0 0.5em;
	line-height: 1.4;
	border: none;
	font-size: 12px;
}
#mainMenu .normalList01 li a {
	display: inline;
	padding: 0;
	color: #005eae;
}
#mainMenu .tel {
	margin-bottom: 10px;
}
#mainMenu .tel a {
	display: block;
	padding: 5px 0 5px 22px;
	background: url(/sp/contact/images/index_ic01.gif) no-repeat 0 50%;
	color: #FF8800 !important;
	font-size: 17px;
	font-weight: bold;
}

.contactLeadText {
	margin: 10px 20px;
}





/* other menu */

#otherMenu {
}
#otherMenu .searchBt {
	clear: both;
	margin-top: 10px;
	text-align: center;
}


#otherMenu ul {
	clear: both;
	margin: 18px auto 0 auto;
	text-align: center;
}
#otherMenu ul.menu01,
#otherMenu ul.menu02 {
	width: 295px;
}
#otherMenu ul li {
	float: left;
	width: 64px;
	margin-left: 13px;
	text-align: center;
}
#otherMenu ul li.home {
	width: 54px;
	margin-top: 15px;
	margin-left: 18px;
	text-align: left;
}
#otherMenu ul li:first-child {
	margin-left: 0;
}
#otherMenu ul li a,
#otherMenu ul li span {
	display: block;
	text-align: center;
}
#otherMenu ul li span {
	color: #005eae;
	text-shadow: 0 0 1px #005eae;
	line-height: 1;
}
#otherMenu ul li.home span {
	color: #666666;
	text-shadow: 0 0 1px #666666;
}
#otherMenu .small {
	font-size: 80%;
}











/*=================================
	Other
================================ */
/* margin-top */
.mt0 {
	margin-top: 0 !important;
}0
.mt5 {
	margin-top: 5px !important; 
}
.mt10 {
	margin-top: 10px !important; 
}
.mt15 {
	margin-top: 15px !important; 
}
.mt20 {
	margin-top: 25px !important; 
}
.mt30 {
	margin-top: 30px !important; 
}






/*=================================
	Clearfix
================================ */

#header #header01:after,
#otherMenu ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
