@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url(https://fonts.googleapis.com/css?family=Playball);
/* CSS Document */

body {
	color: #00397a;
	line-height: 1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	border-top: #f00 5px;
	overflow-x: hidden;
}

#breadcrumb{
	width: 100%;
}

#breadcrumb-inner{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt;
}

#breadcrumb-inner a{
	text-decoration: none;
	color: fff;
}

#wrapper{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_custom.png);
	background-repeat: no-repeat; 
	background-position: top right;
}

#header {
	width: 980px;
	margin: auto;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

div#mainContent {
	width: 940px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}

#mainContent h2{
	font-size: 24px;
}

.img{
	width: 247px;
	float: left;
}

.clear{
	clear: both;
}

#lineUp{
	width: 940px;
	margin: auto;
}

#lineUp ul li{
	display: inline;
	list-style: none;
}

#subMenu{
	width: 940px;
	margin: auto;
	padding-top: 30px;
	clear: both;
}
#subMenu #stock{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#subMenu ul#stock li{
	display: inline;
	list-style: none;
}

#subMenu ul#stock li img{
	margin: 5px;
}

#map{
	width: 80%;
	margin: 20px auto;
	border: 1px solid;
	border-radius: 10px;
	text-align: left;
}

#mapImg{
	width: 55%;
	margin: 10px;
	float: left;
}

#kaijou{
	width: 40%;
	padding: 5px 5px 5px 0;
	float: right;
	text-align: left;
	line-height: 1.5em;
}

#map p#place{
	font-size: 15px;
}

#footer {
	width: 100%;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	background-color: #444;
}

#footer p {
	color: #FFF;
	font-family: "メイリオ", "Times New Roman", sans-serif;
	font-size:12px;
	text-align: center;
	line-height:2;
}

address {
	font-style: normal;
	color: black;
	margin: 0; 
	padding: 0; 
	font-family: "メイリオ", "Times New Roman", sans-serif;
	font-size:12px;
	text-align: center;
	line-height:1.2;
	color: #FFF;
}

a{
	color: #4169e1;
}

a:visited{
	color: #C0C0C0;
}

.playball{
	font-family: 'Playball', 'cursive';
	font-size: 24px;
	width: 25em;
	margin:6px 0;
}