@charset "utf-8";
/* CSS Document */
/*トップ*/
#top {
	width:100%;
	padding:0 0 10px;
	background-color:#72c9ff;
	background-image: url(../../common/images/kumo.png);
	background-position: center top;
	background-repeat:no-repeat;
}
/*スライド*/
#slid {
	width:980px;
	height:455px;
	margin:10px auto 0;
	overflow: hidden;
}
.bx-wrapper {
	position: relative;
	width:100%;
	margin:0 auto;
}
.bx-wrapper .bx-prev {
	position:absolute;
	top:50%;
	left:10px;
	height:41px;
	width:40px;
	background-image:url(../images/p_btn.png);
}
.bx-wrapper .bx-next {
	position:absolute;
	top:50%;
	right:10px;
	height:41px;
	width:40px;
	background-image:url(../images/n_btn.png);
}
/*メニュー*/
#menu {
    margin: 20px auto;
}
#menu #left {
    display: inline-block;
    width: 316px;
    position: left;
}
#menu #left li {
    display: block;
    padding: 6px 0;
}
#menu #left li img {
    width: 316px;
    height: 74px;
}
#menu #right {
    display: inline-block;
    width: 664px;
    position: right;
}
#menu #right li {
    display: block;
    padding: 6px 0;
    text-align: right;
}
#menu #right li img {
    width: 658px;
    height: 337px;
}

/*コンテンツ*/
#contents {
	margin:20px auto 0px !important;
	padding:0 !important;
}
#left {
	width:735px;
	float:left;
}
#right {
	width:234px;
	float:right;
}
.slid_btn li {
	display:inline-block;
	margin:0 5px;
}
.slid_btn {
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	text-align:center;
}
#comment {
	position:absolute;
	bottom:60px;
	right:45px;
}
#slid03_btn {
	position:absolute;
	bottom:10px;
	right:15px;
}
#slid04_btn1 {
	position:absolute;
	bottom:10px;
	left:69px;
}
#slid04_btn2 {
	position:absolute;
	bottom:10px;
	right:29px;
}
/*ニューストピックス*/
#news_topic {
	position:relative;
	margin:0 auto 20px;
}
#news_topic .link a {
	top:10px;
	right:5px;
}
#news_topic h2 {
	font-size:23px;
	padding:5px 0;
	font-weight:bold;
	color:#018ef1;
	background-image: url(../../common/images/border.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#news_topic ul {
	margin:10px 0;
}
#news_topic ul li{
	margin:0 0 5px;
	border-bottom:2px solid #c6c6c6;
	padding:0 0px 5px;
}
#news_topic ul li:hover{
	cursor: pointer;
}
#news_topic dl {
	width:520px;
	float:right;
	margin:0 0px 0 0;
}
.title {
	font-size:13px;
	color:#fc5c8c;
	font-weight:bold;
	margin:5px 0;
	border-bottom:1px solid #fc5c8c;
}
.title a {
	font-size:13px;
	color:#fc5c8c;
	font-weight:bold;
	margin:5px 0;
}
.news_title{
	font-size:15px;
	color:#fc5c8c;
	font-weight:bold;
	margin:5px 0;
	border-bottom:1px solid #fc5c8c;
}
#news_topic .n_link {
	position:absolute;
	top:15px;
	right:5px;
}
#news_topic .n_link a {
	padding:0 15px 0 0;
	background-image:url(../images/news_topics2.png);
	background-position:center right;
	background-repeat:no-repeat;
}
.news_img {
	width:200px;
	max-height: 170px !important;
	float: left;
	overflow:hidden !important;
}
/*納車式*/
/*納車式*/
#nousya {
	margin:0 auto;
	width:100%;
	padding:20px 0;
}
#nousya h2 {
	float:left;
}
#nousha_box {
	float:left;
	margin:0 0 0 25px;
}
#nousha_box li {
	float:left;
	width:115px;
	margin:0 5px;
	text-align:center;
}
/*#nousha_box li div {
	overflow:hidden;
	width:100%;
	border-radius:50% ;
	margin:0 auto;
}
*/
#nousha_box li div {
	width:115px;
	height:115px;
	overflow:hidden;
	border-radius:100%;
}

#nousha_box li div a{
	width:115px;
	height:115px;
	display: block;
	background-repeat: no-repeat; background-position: center;
	background-size: cover;

}
#nousya .n_link {
	position:absolute;
	bottom:0px;
	left:70px;
}
#nousya .n_link a {
	padding:0 15px 0 0;
	background-image:url(../images/news_topics2.png);
	background-position:center right;
	background-repeat:no-repeat;
}
.customNavigation{
	position:relative;
}
.btn{
	position:absolute;
	top:-100px;
}
.prev{ left:-20px;}
.next{ right:-10px;}


/**/
#calendar {
}
#event {
	margin-top:20px;
	text-align:center;
	padding:15px 10px 20px;
	box-sizing:border-box;
	width:234px;
	background-image:url(../images/event_box.png),url(../images/event_box.png);
	background-position:left top,left bottom;
	background-repeat:no-repeat,no-repeat;
	background-color:#eaeaea;
	cursor: pointer;
	position:relative;
}
#event .n_link {
	text-align:right;
}
#event .n_link a {
	padding:0 15px 0 0;
	background-image:url(../images/news_topics2.png);
	background-position:center right;
	background-repeat:no-repeat;
}
#event h2 {
	color:#018ef1;
	font-size:18px;
	padding-bottom:5px;
}
#event dl {
	text-align:left;
}
#event img {
	border-radius:5px;
	margin:5px 0 0 0;
}
#event dd.title {
	border-bottom:none;
	margin:3px 0;
}
#event dd span {
	background-color:#FFF;
	padding:2px 10px;
	border-radius:20px;
	display:inline-block;
	float:right;
}
/*バナー
#link_list {
	margin:0 auto 40px;
}
#link_list li {
	float: left;
	margin-right:15px;
	margin-bottom:15px;
	width:316px;
}
#link_list .list {
	margin-right:0;
}*/
/*----- banner_Area -----*/
#banner_Area {
	margin:20px auto 0;
	clear:both;
}
#banner_Area li {
	float:left;
	margin:0 13px 15px 0;
}
#banner_Area li:nth-child(3n) { margin:0 0 15px 0;}



/*========================================
 + カレンダー
========================================*/
#sche_disp{
	background-image: url(/index/images/cal_bck.png);
	background-repeat:no-repeat;
	height:250px;
	width:231px;
	padding:0 3px 0;
	margin:10px 0 0 0;
}


/*詳細ページ*/
.detail {
	width:900px !important;
	padding:10px;
	background-image:url(../../nousya/images/back.png);
	border-radius:6px;
	position:fixed;
	top:50px;
	left: 0;
	right: 0;
}
.back {
	background-color:#FFF;
	margin:0 auto;
	border-radius:6px;
}
.left {
	float:left;
	margin:0 10px 20px;
	width: 480px;
	overflow: hidden;
}
.left img{ width: 100%;}
.right {
	float:left;
	width:390px;
	position:relative;
	margin-right: 10px;
}
.nousya-pop-up {
	/* margin-top:10px; */
	width:100%;
}
.nousya-pop-up th,.nousya-pop-up td {
	border-bottom:1px dotted #f0c6c6;
	padding:10px 0;
}
.nousya-pop-up th {
	width:115px;
}
.comment p {
	height:100px;
	overflow-y: scroll
}
.nousya-pop-up samp {
	background:linear-gradient(transparent 0%, #ffdee5 0%);
	padding:4px;
	border-radius:5px;
}
.modoru {
	position:absolute;
	top:-5px;
	right:-10px;
}

.header-popup{ width: 100%; text-align: center; padding: 12px 0;}
.comment p {
    height: 100px;
    overflow-y: scroll;
    padding:5px;
}