﻿@charset "UTF-8";

/*-------------------------
=01 default style reset
=02 common
=03 layout
=04 module
=05 page
-------------------------*/

/*--------------------------------------------------=01 default style reset--------------------------------------------------*/

body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset , img {
	border: 0;
}
address , caption , cite , code , dfn , em , strong , th , var {
	font-weight: normal;
	font-style: normal;
}
ol , ul {
	list-style: none;
}
caption , th {
	text-align: left;
}
h1 , h2 , h3 , h4 , h5 , h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before , q:after {
	content: '';
}
abbr , acronym {
	border: 0;
}

img {
	vertical-align: bottom;
}

/*--------------------------------------------------=02 common--------------------------------------------------*/

/*-------------------------ページ全体-------------------------*/

body {
	background: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 1.5;
	text-align: center;
}

a:link , a:visited , a:active , a:focus {
	color: #333333;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

/*-------------------------全体コンテナ-------------------------*/

#wrapper {
	text-align: left;
	margin: 0 auto;
}

/*-------------------------ヘッダ-------------------------*/

#header {
	margin: 10px auto;
	width: 950px;
}

#header h1 {
	background: url(../image/logo.jpg) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	/*margin: 0 auto;*/
	display: block;
	width: 156px;
	height: 55px;
	float: left;
	margin-bottom: 15px;
}

#header h1 a {
	display: block;
	width: 156px;
	height: 55px;
}

#header .right {
	text-align: right;
	margin: 0 0 15px;
	float: right;
}

#header p.catch {
	font-size: 0.85em;
	font-weight: bold;
}

/*-------------------------電話番号-------------------------*/

#header #telephone {
	float: right;
	background: url(../image/telephone.jpg) no-repeat 0 0;
	width: 191px;
	height: 26px;
	overflow: hidden;
	font-size: 0%;
	overflow: hidden;
	text-decoration: none;
	margin: 5px 5px 0 0;
}

/*-------------------------文字サイズ変更-------------------------*/

#header #size {
	float: right;
}

#header #size ul {
	margin-top: 10px;
}

#header #size li {
	display: inline;
	float: left;
}

#header #size li a , #header #size li.title {
	display: block;
	position: relative;
	height: 20px;
	font-size: 50%;
	overflow: hidden;
	text-decoration: none;
	margin-left: 5px;
}

#header #size li a span , #header #size li.title span  {
	display: block;
	position: absolute;
	width: 0;
	height: 20px;
	top: 0;
	left: 0;
	text-indent: -9999px;
	line-height: 0;
	cursor: pointer;
	z-index: 1;
}

#header #size li.title {
	background: url(../image/size.jpg) no-repeat 0 0;
	width: 60px;
	height: 20px;
}

#header #size li a#size_n {
	background: url(../image/size.jpg) no-repeat -65px 0;
	width: 20px;
	height: 20px;
}

#header #size li a#size_l {
	background: url(../image/size.jpg) no-repeat -90px 0;
	width: 20px;
	height: 20px;
}

#header #size li a#size_xl {
	background: url(../image/size.jpg) no-repeat -115px 0;
	width: 20px;
	height: 20px;
}

#header #size li a:hover#size_n {
	background: url(../image/size.jpg) no-repeat -65px -20px;
	width: 20px;
	height: 20px;
}

#header #size li a:hover#size_l {
	background: url(../image/size.jpg) no-repeat -90px -20px;
	width: 20px;
	height: 20px;
}

#header #size li a:hover#size_xl {
	background: url(../image/size.jpg) no-repeat -115px -20px;
	width: 20px;
	height: 20px;
}

#header #size li#size_n em {
	background: url(../image/size.jpg) no-repeat -65px 0;
	width: 20px;
	height: 20px;
}

#header #size li#size_l em {
	background: url(../image/size.jpg) no-repeat -90px 0;
	width: 20px;
	height: 20px;
}

#header #size li#size_xl em {
	background: url(../image/size.jpg) no-repeat -115px 0;
	width: 20px;
	height: 20px;
}

/*-------------------------グローバルナビゲーション-------------------------*/

#nav {
	clear: both;
	zoom: 1;
	width: 990px;
}

#nav:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

#nav li {
	display: inline;
}

#nav li a , #nav li em {
	display: block;
	/*width: 190px;*/
	height: 0px;
	overflow: hidden;
	padding-top: 54px;
	margin: 0;
	float: left;
}

#nav li#nav1 a {
	background: url(../image/nav.jpg) no-repeat 0px 0;
	width: 190px;
	padding-left:20px;
	margin-left:-20px;
}

#nav li#nav2 a {
	background: url(../image/nav.jpg) no-repeat -210px 0;
	width: 190px;
}

#nav li#nav3 a {
	background: url(../image/nav.jpg) no-repeat -400px 0;
	width: 190px;
}

#nav li#nav4 a {
	background: url(../image/nav.jpg) no-repeat -590px 0;
	width: 190px;
}

#nav li#nav5 a {
	background: url(../image/nav.jpg) no-repeat -780px 0;
	width: 190px;
	padding-left:20px;
}

#nav li#nav1 a:hover , #nav li#nav1 em {
	background: url(../image/nav.jpg) no-repeat 0px -54px;
	width: 190px;
	padding-left:20px;
	margin-left:-20px;
}

#nav li#nav2 a:hover , #nav li#nav2 em {
	background: url(../image/nav.jpg) no-repeat -210px -54px;
	width: 190px;
}

#nav li#nav3 a:hover , #nav li#nav3 em {
	background: url(../image/nav.jpg) no-repeat -400px -54px;
	width: 190px;
}

#nav li#nav4 a:hover , #nav li#nav4 em {
	background: url(../image/nav.jpg) no-repeat -590px -54px;
	width: 190px;
}

#nav li#nav5 a:hover , #nav li#nav5 em {
	background: url(../image/nav.jpg) no-repeat -780px -54px;
	width: 190px;
	padding-left:20px;
}

/*-------------------------サイドナビゲーション-------------------------*/

#navSide {
	clear: both;
	zoom: 1;
	margin-bottom: 19px;
}

#navSide:after {
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}

#navSide li {
	margin-bottom: 1px;
}

#navSide li a {
	display: block;
	width: 190px;
	height: 0px;
	overflow: hidden;
	padding-top: 40px;
	margin: 0;
}

#navSide li#navSide1 a {
	background: url(../image/navSide.jpg) no-repeat 0 0;
	width: 190px;
}

#navSide li#navSide2 a {
	background: url(../image/navSide.jpg) no-repeat 0 -41px;
	width: 190px;
}

#navSide li#navSide3 a {
	background: url(../image/navSide.jpg) no-repeat 0 -82px;
	width: 190px;
}

#navSide li#navSide4 a {
	background: url(../image/navSide.jpg) no-repeat 0 -123px;
	width: 190px;
}

#navSide li#navSide5 a {
	background: url(../image/navSide.jpg) no-repeat 0 -164px;
	width: 190px;
}

#navSide li#navSide6 a {
	background: url(../image/navSide.jpg) no-repeat 0 -205px;
	width: 190px;
}

#navSide li#navSide1 a:hover , #navSide li#navSide1 em {
	background: url(../image/navSide.jpg) no-repeat -190px 0;
	width: 190px;
}

#navSide li#navSide2 a:hover , #navSide li#navSide2 em {
	background: url(../image/navSide.jpg) no-repeat -190px -41px;
	width: 190px;
}

#navSide li#navSide3 a:hover , #navSide li#navSide3 em {
	background: url(../image/navSide.jpg) no-repeat -190px -82px;
	width: 190px;
}

#navSide li#navSide4 a:hover , #navSide li#navSide4 em {
	background: url(../image/navSide.jpg) no-repeat -190px -123px;
	width: 190px;
}

#navSide li#navSide5 a:hover , #navSide li#navSide5 em {
	background: url(../image/navSide.jpg) no-repeat -190px -164px;
	width: 190px;
}

#navSide li#navSide6 a:hover , #navSide li#navSide6 em {
	background: url(../image/navSide.jpg) no-repeat -190px -205px;
	width: 190px;
}

/*-------------------------フッタ-------------------------*/

#footer {
	clear: both;
	background: url(../image/footer.jpg) repeat-x #f3f9ff;
	padding-bottom: 30px;
	margin: 0 auto;
}

#footer address {
	color: #0b80ff;
	font-size: 0.75em;
	font-weight: bold;
	text-align: right;
	padding: 15px 10px 10px;
	width: 950px;
	margin: 0 auto;
}

/*--------------------------------------------------=03 layout--------------------------------------------------*/

/*-------------------------共通-------------------------*/

#contents {
	clear: both;
}

/*-------------------------コンテンツ-------------------------*/

#contents {
	width: 950px;
	margin: 0 auto;
}

#contents .colR {
	width: 740px;
	margin-left: 20px;
	float: right;
}

#contents .colL {
	float: left;
}

#contents .colL img.store {
	margin-bottom:30px;
	width: 190px;
    height: 152px;
}

/*--------------------------------------------------=04 module--------------------------------------------------*/

/*-------------------------クリア-------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
	display: inline-block;
	overflow: hidden;
}

/*-------------------------テキスト-------------------------*/

h3 {
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	background: url(../image/h3.jpg) no-repeat #ffffff;
	border-bottom: 2px #0b80ff solid;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
}

h4 {
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	border-left: 2px #0b80ff solid;
	padding: 5px 0 2px 5px;
	margin-bottom: 10px;
}

h5 {
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

h6 {
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.colR p {
	font-size: 0.875em;
	margin-bottom: 20px;
}

.colR strong {
	font-weight: bold;
}

.colR em {
	color: #ff0000;
}

.txtAlignL {
	text-align: left;
}

.txtAlignC {
	text-align: center;
}

.txtAlignR {
	text-align: right;
}

.margB10 {
	margin-bottom: 10px;
}

.margB30 {
	margin-bottom: 30px;
}

/*-------------------------リスト-------------------------*/

ul.typeA {
	font-size: 0.875em;
	margin-bottom: 20px;
}

ul.typeA li {
	background: url(../image/ul_type_a.gif) 2px 7px no-repeat #ffffff;
	padding-left: 1em;
}

ul.cautionA , ul.cautionB {
	font-size: 0.875em;
	text-indent: -1em;
	/*line-height: 1.5;*/
	padding-left: 1em;
	margin: 0 0 20px 0em;
}

ul.cautionB {
	color: #ff0000;
}

p + ul.cautionA , ul.cautionB {
	margin-top: -10px;
}

ol {
	margin-bottom: 20px;
}

ol li {
	margin-left: 2.5em;
}

/*-------------------------水平線-------------------------*/

hr {
	border: none;
	border-bottom: 1px #cccccc dashed;
	margin: 0 0 20px;
}


/*-------------------------ブロック-------------------------*/

.block2A , .block2B {
	width: 710px;
}

.block2A .blockL {
	width: 350px;
	margin-right: 10px;
	float: left;
}

.block2A .blockR {
	width: 350px;
	float: right;
}

.block2B .blockL {
	width: 200px;
	margin-right: 10px;
	float: left;
}

.block2B .blockR {
	width: 500px;
	float: right;
}

/*-------------------------その他-------------------------*/

.colR .box {
	background: #f3f9ff;
	border: 1px #0b80ff solid;
	padding: 20px 20px 0;
	margin-bottom: 20px;
}

.colR .box p {
	color: #ff7f00;
	font-size: 1em;
	font-weight: bold;
}

.colR img {
	margin-bottom: 10px;
}

.colR img.margB30 {
	margin-bottom: 30px;
}

.floR {
	margin: 0 0 -10px 20px;
	float: right;
}

/*--------------------------------------------------=05 page--------------------------------------------------*/

/*-------------------------トップページ-------------------------*/

dl.topics {
	font-size: 0.875em;
	margin-bottom: 20px;
}

dl.topics dt {
	font-weight: bold;
	float: left;
}

dl.topics dd {
	border-bottom: 1px #cccccc dashed;
	padding: 0 0 5px 9em;
	margin-bottom: 5px;
}

/*-------------------------メインビジュアル-------------------------*/

h2 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 950px;
	height: 120px;
	margin: 0 auto 20px;
}

#prescription h2 {
	background: url(../../image/title_prescription.jpg) no-repeat;
}

#item h2 {
	background: url(../../image/title_item.jpg) no-repeat;
}

#cosmetics h2 {
	background: url(../../image/title_cosmetics.jpg) no-repeat;
}

#access h2 {
	background: url(../../image/title_access.jpg) no-repeat;
}

#staff h2 {
	background: url(../../image/title_staff.jpg) no-repeat;
}

#recruit h2 {
	background: url(../../image/title_recruit.jpg) no-repeat;
}

#store h2 {
	background: url(../../image/title_store.jpg) no-repeat;
}







/*-------------------------共通-------------------------*/

#contents p.telephone {
	background: url(../../image/telephone.gif) no-repeat;
	font-size: 1em;
	font-weight: bold;
	padding-left: 25px;
	margin-bottom: 10px;
}

#contents p.detail {
	text-align: right;
	margin-bottom: 0;
}

#index #contents table.time , #info #contents table.time {
	font-size: 0.75em;
	border-collapse: collapse;
	empty-cells: show;
	border: 1px #cccccc solid;
	margin-bottom: 5px;
}

#index #contents table.time {
	width: 100%;
}

table.time thead th {
	background: #f5f5f5;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border: 1px #cccccc solid;
	padding: 5px;
}

table.time tbody th {
	background: #fafafa;
	text-align: left;
	white-space: nowrap;
	border: 1px #cccccc solid;
	padding: 5px;
}

table.time td {
	text-align: center;
	border: 1px #cccccc solid;
	padding: 5px;
}

table.time .sat {
	color: #6666ff;
	font-weight: bold;
}

table.time .sun {
	color: #ff6666;
	font-weight: bold;
}

#contents table.time + p {
	font-size: 0.75em;
}