@charset "shift_jis";

/* pageHeader */
.pageHeader{...}
@media(max-width:768px){
	.pageHeader{...}
}

/* pageMain */
.pageMain{
	float:left;
	...
}
@media(max-width:768px){
	.pageMain{
		float:none;
		...
	}
}
...

/* formatting style
------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 13px;
}
body {
	font-size: 77%;
	line-height: 1.6;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	text-align: center;
}
hr {
	display: none;
	border-bottom: 1px solid #666;
}

/*link style 
------------------------------*/

a img {
	border-style: none;
	margin-top: 0px;
}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #630;
	text-decoration: none;
}
.text_590_center {
	text-decoration: none;
	position: relative;
}



/*navi
------------------------------*/

#navi {
	padding: 0px 0px 0px;
	width: 230px;
}
#side_contents {
	padding-bottom: 10px;
	line-height: 10px;
}
div.side_button {
	padding: 10px 0px 10px 10px;
}
div.inquiry_heading {
	background-image:url(../images/00_inquiry_waku1.gif);
	background-repeat:no-repeat;
	padding: 0;
	width: 230px;
	height: 30px;
}
div.inquiry_text {
	background-image: url(../images/00_inquiry_waku2.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 30px;
}
div.inquiry_footing {
	background-image: url(../images/00_inquiry_waku3.gif);
	background-repeat: no-repeat;
	width: 230px;
	height: 10px;
	line-height: 20px;
}

div.side_kakaku_button {
	padding: 0px 0px 0px 10px;
	text-align: left;
}
/* topic
------------------------------*/

div.explain_content {
	background-image:url(../images/00_info_waku01.gif);
	background-repeat:no-repeat;
	padding: 0 0 0 10;
	width: 210px;
	height: 30px;
}
div.topic_heading {
	background-image:url(../images/00_info_waku01.gif);
	background-repeat:no-repeat;
	padding: 0 0 0 10;
	width: 210px;
	height: 30px;
}
div.topic_text {
	background-image: url(../images/00_info_waku02.gif);
	background-repeat: repeat-y;
	width: 210px;
	padding: 0 0px;
}
div.topic_footing {
	background-image: url(../images/00_info_waku03.gif);
	background-repeat: no-repeat;
	width: 210px;
	height: 10px;
	line-height: 20px;
	margin-bottom: 10px;
}
div.topic_textarea {
	padding: 10px;
	width: 210px;
	line-height: 18px;
	font-size: 13px;
}

/* opening hours
------------------------------*/
div.open_heading {
	background-image:url(../images/00_time_waku01.gif);
	background-repeat:no-repeat;
	padding: 0 0 0 10;
	width: 210px;
	height: 30px;
}

#side_time {
	width: 210px;
}
div.side_time_text {
	width: 195px;
	line-height: 18px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}

/*calendar
------------------------------*/

#calendar_area {
	width: 210px;
}
.calendar {
	text-align: center;
}
.sns {
	padding-top: 10px;
}
.banner {
	line-height: 20px;
	padding-top: 10px;
}


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

div#footer {
	width:840px;
	text-align:center;
	height: 20px;
	padding: 0px;
	margin: 20px 0px 10px 10px;
	font-size: 12px;
	clear: both;
}
div#footer ul#footerNavi {
	line-height: 18px;
	text-decoration: none;
	padding: 0px;
	height: 20px;
	width: 840px;
}
div#footer ul#footerNavi li {
	display:inline;
	list-item-position:inside;
	margin-left:20px;
	padding-right:20px;
	text-decoration: none;
	color: #333;
	border-right: 1px solid #333;
}
div#footer ul#footerNavi li a {
	color:#333;
	text-decoration: none;
}
div#footer ul#footerNavi li a:hover {
	text-decoration:underline;
}
div#footer ul#footerNavi li.end {
	display:inline;
	list-item-position:inside;
	margin-left:10px;
	border-right:none;
}

/*copyright
------------------------------*/

#copyright {
	text-align: center;
	height: 40px;
	width: 840px;
	padding-top: 10px;
	padding-bottom: 30px;
	clear: both;
	background-image: url(../images/00_footer.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
}
#address {
	color: #FFF;
	text-align: center;
	line-height: 18px;
	height: 20px;
	width: 840px;
}
