@charset "utf-8";

/***************************************ページベース設定***************************************/
/*ページ背景、フォントなど*/
body {
/*	background: none;*/
	background-color: #FFF;
	font-size: 16px;
}

/*テーブル設定*/
td {
	width: auto;
	padding: 2px;
}
th {
	width: 100px;
	padding: 2px;
}

/*幅設定*/
.wa {
	width: 100%;
}

.wl {
	width: 96%;
}
.ws {
	width: 96%;
}

.w100 {
	width: 100%;	
}

/*テキスト配置設定*/
.pl3 {
	padding-left: 0;
}

/*サイトロゴ*/
#mainimg img {
	width: 60%;
	padding: 0;
}
header h1 {
	display: none;
	margin-top: 15px;
}

.abso-1 {
	position: absolute;
	top: 10px;
	right: 5px;
}
.abso-2 {
	position: absolute;
	top: 10px;
	right: 55px;
}
.abso-11 {
	position: absolute;
	top: 20px;
	right: 5px;
}
.abso-22 {
	position: absolute;
	top: 20px;
	right: 55px;
}

/*コンテナ*/
#container {
	width: auto;
}

/*表示・非表示設定*/
.sdisp {
	display: inline;
}

#nomenu header nav {
	display: none;
}

.pcdisp {
	display: none;
}

/*メニューブロック設定*/
.fixmenu {
	font-size: 120%;
	width: 96%;
	position: fixed;
	top: 0;
	left: 5;
	line-height: 45px;
	background-color: #660066; /*深紫*/
	color: #FFF;
	text-align: center;
}
header label {
	background-color: #006F90;
	border-radius: 6px 6px 0 0;
	font-size: 130%;
	color: #FFF;
	padding: 3px 0px 3px 15px;
	clear: both;
	margin-top: 0;
	margin-left: 5px;
	margin-right: 5px;
    display: block;
}

header nav ul {
	display: none;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0.5em;
}
/*各メニュー設定*/
header nav ul li {
	float: none;
	border-right: 0;
	text-align: center;
	background-color: #FFF;
}
header nav ul li a {
	line-height: 30px;
	color: #666;
	text-decoration: none;
	display: block;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
header nav ul li a:hover {
	background-color: #006F90;
	color: #FFF;
}
header nav ul li.focus {
	background-color: #fff9cc;
	color: #FFF;
}

/*メイン・サブコンテンツ*/
#main, #sub,#topper {
	float: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#main img.wa {
	width: 100%;
	height: auto;
}

/*#main h1 {
	font-size: 120%;
	padding-left: 60px;
}
#main h2 {
	font-size: 120%;
}
.note {
	width: 98%;
}
.note img {
	padding-right: 2%;
}
#sub h1 {
	margin: 0px;
}

#sub ul li a:hover {
	color: #666;
}

/*フッターコンテンツ*/

/***************************************各ページの設定***************************************/
/*トップページのメイン画像*/

/*トップページのnews*/
.news {
	width: 97%;
	margin: 0 auto;
}
.news .scroll {
	height: 200px;
}
.news dd {
	float: none;
	padding-left: 1em;
}

.news dt {
	font-size: 100%;
	float: none;
	width: auto;
	line-height: 1.5em;
}

.three {
	float: none;
	width: 100%;
	margin: 10px 5px;
}

.one {
	margin: 10px 5px;
}

.fifth_pic img {
	width: 165px;
	margin-left: 6px;
	margin-right: 6px;
}

.box1, .box2 {
	float: none;
	width: 100%;
	margin: 10px auto;
}

/*WORDPRESS記事の設定*/
#column {
}
#column .pagelink {
	text-align: center;
	line-height: 1em;
	margin-bottom: 0.5em;
}
#column .linkBT a {
	display: inline-block;
	margin: 0 20px;
	text-decoration: none;
	color: #000;
}

/*店舗情報テーブル設定*/
table {
	float: none;
	width: 100%;
	margin-bottom: 0;
}
th {
	width: 5em;
	padding: 0;
}
td {
	width: auto;
	padding: 3px 10px;
	line-height: 1.5em;
}

/*店舗情報地図*/
.map {
	height: 300px;
}
