@charset "shift_jis";
/*=============================================================
 home Layout
=============================================================*/
/* common
-------------------------------------------------------------*/
#pageBody {
	background: none;
	width: 950px;
	padding: 0;
}
#breadCrumb {
	display: none;
}
.contentsWide #mainArea {
	width: 692px;
}
/* home-sliderArea
-------------------------------------------------------------*/
#slider {
	position: relative;
	width: 100%;
}
#slider a:focus {
    outline: 0;
}
.slider-view {
	position: relative;
	width: 100%;
	height: 302px;
	overflow: hidden;
}
.slider-container {
	position: absolute;
	top: 0;
	left: 0;
}
.slider-container div {
	position: relative;
	float: left;
	width: 950px;
	height: 302px;
}
#slide-prev, #slide-next {
	position: absolute;
	top: 118px;
	z-index: 11;
	cursor: pointer;
	width: 40px;
	height: 60px;
	display: block;
}
#slide-prev {
	left: -55px;
}
#slide-next {
	right: -55px;
}
.slider-pagination {
	position: absolute;
	top: 246px;
	left: 50%;
	z-index: 11;
	margin-left:-53px;
}
.slider-pagination a {
	float: left;
	margin: 0px 5px 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	background: url(../img/home_slider_btn_spr.png) no-repeat 0 0;
}
.slider-pagination a.current {
	background-position:0 -11px;
}

/* home-businessMenu
-------------------------------------------------------------*/
#home-businessMenu {
	background: url(../img/home_business_bg.png) no-repeat center 0;
	width: 892px;
	margin-top: -35px;
	padding: 5px 31px 29px 27px;
	overflow: hidden;
	position: relative;
	z-index: 21;
}
#home-businessMenu li {
	float: left;
	padding-left: 3px;
}
/* home-newsBox
-------------------------------------------------------------*/
.home-newsBox {
	background: url(../img/home_bg_frame_mdl.gif) repeat-y 0 0;
	margin-top: 25px;
}
.home-newsBox .boxInr {
	background: url(../img/home_bg_frame_btm.gif) no-repeat 0 bottom;
	padding-bottom: 3px;
}
.home-newsBox .ttlArea {
	background: url(../img/home_bg_frame_top.gif) no-repeat 0 0;
	padding: 10px 13px 0 14px;
}
.home-newsBox .ttlArea h2 {
	float: left;
}
.home-newsBox .ttlArea p {
	float: right;
	margin: 10px 0 0 15px;
}
.home-newsBox .ttlArea .arwL {
	float: left;
	margin: 8px 0 0 17px;
}
.home-newsBox .newsList {
	margin: 0 13px 0 14px;
	border-top: 2px solid #003c7c;
}
.home-newsBox .newsList dt {
	color: #333;
}
/* CMS */
#home .newsList dd.ico {
	display: none;
}
/* home-newsArea
-------------------------------------------------------------*/
#home-newsArea .arwL a {
	background-image: url(../../shared/img/arw_circle_blue.gif);
}
#home-newsArea .arw a {
	background-image: url(../../shared/img/arw_blue.gif);
}
/* home-bnrSet
-------------------------------------------------------------*/
#home-bnrSet {
	background: url(../img/home_bnrset_bg.png) no-repeat 0 0;
	width: 100%;
	height: 143px;
	margin-top: 30px;
	padding: 1px;
	position: relative;
}
#home-bnrFrame {
	width: 639px;
	height: 116px;
	margin: 23px 0 0 26px;
	overflow: hidden;
}
#home-bnrSet ul {
	padding-left: 213px;
	margin-left: -213px;
	overflow: hidden;
}
#home-bnrSet li {
	text-align: center;
	float: left;
	width: 213px;
	height: 116px;
}
#home-bnrSet li .text {
	font-size: 12px;
	line-height: 1.5;
	display: block;
	width: 203px;
	padding: 5px 5px 0;
}
#home-bnrSet .prev {
	display: none;
	position: absolute;
	top: 41px;
	left: 0;
	cursor: pointer;
}
#home-bnrSet .next {
	position: absolute;
	top: 41px;
	right: 0;
	cursor: pointer;
}


/*=============================================================
 iPads (landscape)
=============================================================*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
}
/* iPads (landscape) end*/

/*=============================================================
 iPads (portrait)
=============================================================*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){
}
/* iPads (portrait) end*/

/*=============================================================
 Smartphones
=============================================================*/
@media only screen and (max-device-width:767px) {
#pageBody{
	margin-top:30px;
}

/* home-sliderArea
-------------------------------------------------------------*/
#slide-prev,
#slide-next{
	display: none!important;
}

/* home-bnrSet
-------------------------------------------------------------*/

#home-bnrSet {
	/*background: url(../img/home_bnrset_bg.png) no-repeat 0 0;*/
	width: 100%;
	height: 173px;
	margin-top: 30px;
	padding: 1px;
	position: relative;
	background:#f0f0f0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;	
	box-sizing:border-box;
	border:solid 1px #ccc;
}
#home-bnrFrame {
	width: 639px;
	height: 146px;
	margin: 23px 0 0 26px;
	overflow: hidden;
}
#home-bnrSet ul {
	padding-left: 213px;
	margin-left: -213px;
	overflow: hidden;
}
#home-bnrSet li {
	text-align: center;
	float: left;
	width: 213px;
	height: 146px;
}
#home-bnrSet li .text {
	font-size: 16px;
	line-height: 1.2;
	display: block;
	width: 203px;
	padding: 5px 5px 0;
}
#home-bnrSet .prev {
	display: none;
	position: absolute;
	top: 51px;
	left: 0;
	cursor: pointer;
}
#home-bnrSet .next {
	position: absolute;
	top: 51px;
	right: 0;
	cursor: pointer;
}


@media screen and (max-device-width:767px) and (orientation: landscape) {
   
}

/* Smartphones end*/