@import url("/assets/css/sharearea.css");

/* 
reset elements
------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}





/* 
basic
------------------------------------------------------------------- */
body {
	background-color: #ffffff;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

h1, h2, h3, h4, h5, h6, address {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

p, div, ul, ol, li, dl, dt, dd {
	list-style-type: none;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

table, input, caption, th, td {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

img {
	border: 0px;
}

hr {
	display: none;
}



/* 
common
------------------------------------------------------------------- */
em {
	color: #cc0000;
	font-style: normal;
	font-weight: normal;
}

strong {
	font-style: normal;
	font-weight: bold;
}

a:link {
	color: #02429e;
	text-decoration: underline;
}

a:visited {
	color: #02429e;
	text-decoration: underline;
}

a:hover, a:active {
	color: #02429e;
	text-decoration: underline;
}

input, label {
	vertical-align: middle;
}

del {
	color: #666666;
	font-style: normal;
}

blockquote {
	font-style: normal;
}

cite {
	font-style: normal;
}

q {
	font-style: italic;
}

address {
	font-style: normal;
	font-weight: normal;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

img.pict {
	margin: 0px 10px 5px 0px;
	float: left;
}

.notes {
	color: #555555;
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.ablock {
	margin: 30px auto;
	text-align: center;
}

.ablock h3 {
	margin: 0;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

a.linkBtn {
	margin: 5px 0;
	padding: 3px 5px;
	background-color: #666666;
	border: 1px solid #666666;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.linkBtn:hover,
a.linkBtn:active {
	opacity: 0.8;
}

/* ★ */
@media screen and (max-width: 639px) {
	a.linkBtn {
		display: block;
	}
}





/* 
wrapper
------------------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
}







#mainArea {
	clear: both;
	overflow: hidden;
	margin: 20px auto ;
	width: 90%;
	text-align: left;
}

@media screen and (max-width: 479px) {
	#mainArea {
	width: 96%;
	}
}

h1 {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 479px) {
	h1 {
	font-size: 20px;
	}
}

p {
	margin: 20px 0;
	font-size: 14px;
	line-hight: 1.8;
}

p#presentLocation {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

p#presentLocation a {
	display: block;
	padding: 5px 5px;
	color: #ffffff;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	background-color: #9c7070;
	border: 1px solid #9c7070;
}

p.horizontalRule {
	font-size: 10px;
	line-height: 1.0em;
	text-align: center;
	position: relative;
}

p.horizontalRule::before{
	position: absolute;
	top: 50%;
	z-index: 1;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	background: #ccc;
}

p.horizontalRule span{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 20px;
	background-color: #fff;
	text-align: left;
}

form#shopSearch {
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

#shopSearch #shop {
	-webkit-appearance: none;
	padding: 5px 10px;
	width: 75%;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

#shopSearch #searchBtn {
	-webkit-appearance: none;
	border-radius: 3px;
	margin: 0 0 0 2px;
	padding: 5px 5px;
	width: 25%;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	background-color: #9c7070;
	border: 1px solid #9c7070;
	box-sizing: border-box;
}

@media screen and (max-width: 479px) {
	#shopSearch #shop {
		padding: 5px 10px;
/*		font-size: 14px;*/
	}
	#shopSearch #searchBtn {
		padding: 5px 1px;
/*		font-size: 14px;*/
	}
	p#presentLocation {
/*		font-size: 14px;*/
	}
}





#footerArea {
	clear: both;
	margin: 20px auto 20px auto ;
/*	width: 960px;*/
	width: 90%;
}

@media screen and (max-width: 479px) {
	#footerArea {
	width: 96%;
	}
}

#footerArea p.credit,
#footerArea p.footerLink {
	margin: 0;
	color: #666666;
	font-size: 11px;
	line-height: 1.8em;
}

#footerArea a {
	color: #666666;
	text-decoration: none;
	white-space: nowrap;
}

#footerArea a:hover,
#footerArea a:active {
	color: #666666;
	text-decoration: underline;
}





/* 
Googleカスタム検索
------------------------------------------------------------------- */
.gsc-input-box {
/*	height: 32px !important;*/
	padding : 8px;
}

.gsc-cursor-page {
	padding: 5px 10px !important;
	border: 1px solid #cccccc !important;
}

@media screen and (max-width: 479px) {
	.gsc-cursor-page {
		padding: 5px 8px !important;
		margin: 0 1px 0 0 !important;
	}
}

.gsc-cursor-page:hover {
	text-decoration: none !important;
	background-color: #f0f0f0 !important;
	border: 1px solid #999999 !important;
}

.gsc-cursor-current-page {
	background-color: #f0f0f0 !important;
}





