/* CSS Document */

/* メイン画像 */
    .slider {
        width: 100%;
        margin: 0px auto;
    }

    .slick-slide {
      margin: 0px 0px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }

.slider, .topbanner {
  display:none;
}
.slider.slick-initialized, .topbanner.slick-initialized  {
  display: block;
}
/* / メイン画像 */
#contents{
	padding:0 !important;
}

#contents p{
	text-indent: 1em;
}

/* 店ボタン */
div#buttonArea{
	width:94%;
	margin:0 3%;
}

div#buttonArea .taisyo{
	float:left;
	width:48%;
}

div#buttonArea .suminoe{
	float:right;
	width:48%;
}

div#buttonArea .taisyo img, div#buttonArea .suminoe img{
	width:100%;
}
/* / 店ボタン */

/* 各種バナー */
div.topbanner{
	clear:both;
	padding:20px 0 0;
}

div.topbanner .bannerWaku{
	padding:0 10px;
}

div.topbanner .bannerWaku p{
	font-size: 14px;
	line-height: 150%;
	text-indent: 0 !important;
}
/* / 各種バナー */


/* お知らせ */
div#infoWaku{
	clear: both;
	width:94%;
	margin:0 3%;
}

div#infoArea{
	float:left;
	width:49%;
}

div#calendarArea{
	float:right;
	width:49%;
}

#infoArea h2, #calendarArea h2 {
	padding:7px 10px 0 40px !important;
	height:23px;
	background-image:url("../img/index/titleInfoNew.png");
	background-repeat: no-repeat;
	color:#000000 !important;
	font-size:16px;
	font-weight: bold !important;
}
div#infoArea .frame, div#calendarArea .frame{
	width:100%;
	height:440px;
	overflow: auto;
	margin: 0;
	padding: 0px;
}


div#infoArea table, div#calendarArea table{
	width:98%;
}

div#infoArea th, div#calendarArea th{
	text-align:left;
	font-size:14px;
	line-height: 120%;
	font-weight:normal;
	padding:8px 5px;
	vertical-align:top;
	width:30%;
	border-bottom:1px dotted #7c7c7c;
}

div#infoArea td, div#calendarArea td{
	font-size:14px;
	line-height: 120%;
	padding:8px 5px;
	border-bottom:1px dotted #7c7c7c;
}


div#calendarArea img{
	margin-right:3px;
	margin-bottom:-3px;
}

/*/ お知らせ */



div#sideMenu li{
	text-align: center;
	padding-left:0;
	margin-bottom: 10px;
	background-image:none !important;
	list-style-type: none;
}











div#whatsArea{
	margin-bottom:20px;
	width:800px;
}

div#whatsArea .title{
	margin:0;
	padding: 0;
	width:780px;
	background-image:url(../images/index/ir.png);
	background-repeat: repeat-x;
	border-right:1px solid #CFCFCF;
}

div#scroll {
	width:780px;
	/*height:190px;*/
	height:320px;
	margin:-5px 0 0;
	padding:0;
	border-style:none solid solid;
	border-width:0 1px 1px;
	border-color:rgb(214,214,214);
	overflow:auto;

}
table#whatsnew {
	width:750px;
	margin:0;
	vertical-align:top;
	text-align:left;
}
table#whatsnew td {
	padding:2px 4px;
	/*font-size:11px;*/
	font-size:12px;
}

table#whatsnew img {
	vertical-align:middle;
	border:0 none;
	padding:0 4px 0 0;
}

table#whatsnew td.txtArea {
	/*line-height: 120%;*/
	line-height:130%;
}

.alignRight {
	text-align:right;
}
.noMargin {
	margin:0;
	padding:0;
}
div#scroll a {
	color:rgb(128,67,23);
	text-decoration:none;
}


div#groupLinkArea{
	margin:20px 0 0 0;
}

div#groupLinkArea .inner{
	margin:0 auto;
	width:1000px;
	text-align: center;
}

div#groupLinkArea img.banner{
	width:180px;
}



