﻿/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/* ------ Web Font ------ */

/* IE */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.otf) format("truetype");
}

.icon {
	font-family: iconfont;
	font-weight: normal;
}

.icon-train:before {
	content: "x";
}
.icon-bus:before {
	content: "x";
}
/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

body {
	background-image: url(../images/bg.jpg);
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
#wrapper {
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5a8995;
	border-bottom-color: #5a8995;
}


/* ------ Header ------ */

header {
	width: 100%;
	text-align: center;
}

#header-inner {
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

	#tagline {
	display: none;
	}

#logo {
	padding: 50px 0;
}


/* ------ Contents ------ */

#contents {
	width: 700px;
	padding-top: 50px;
	overflow: hidden;
	*zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#tagline {
}

article section {
	padding: 0 0 30px;
	border-top: solid 1px #ddd;
}
h2 {
	font-size: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.5em;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 20px;
	margin: 0px;
	padding-bottom: 5px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

article section p {
	line-height: 160%;
}
.Tel a {
	font: bold 24px serif;
	text-decoration: none;
}
.Tel a:link ,.Tel a:visited{
	color: #000;
}
section ul {
	padding-left: 12px;
	padding-bottom: 10px;
}
.accessmap{
	padding-top:20px;
	}

/* ------ Left Column ------ */

#left-column {
	float: left;
	width: 300px;
	padding-bottom: 20px;
}


/* ------ Right Column ------ */

#right-column {
	float: right;
	width: 300px;
	padding-bottom: 20px;
}
/* ------ Dr ------ */

#Dr {
	width: 700px;
	padding-bottom: 20px;
	clear: both;
}


#DrPhoto img {
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Dr h3 small {
	font-size: 8px;
	font-weight: normal;
}
#Dr p {
	line-height: 160%;
}


/* ------ Table ------ */


table {
	width: 300px;
}
th,td {
	border: 1px solid #333;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	font-weight: normal;
}


/* ------ Footer ------ */

footer {
	width: 100%;
}
footer p {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer small {
	font-size: 10px;
}




/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 699px) {

/* ------ Header ------ */

header {
	width: 100%;
	text-align: center;
}

#header-inner {
	width: 300px;
	margin: 0 auto;
}

	#logo {
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}
	#logo img {
	width:300px;
	}
#copy {
	padding-bottom: 20px;
	padding-top: 10px;
}
#copy img {
	width:300px;
	padding-bottom: 30px;
}	
	

#wrapper {
	width: 100%;
}

#contents {
	width: 300px;
	padding-top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	#left-column,#right-column {
	width: 300px;
	float: none;
	}



	#Dr {
	width: 300px;
	}
footer small {
	font-size: 8px;
}



}
