@charset "utf-8";
/* ------------------------------------------------------------

	common style

------------------------------------------------------------ */

@import "common.css";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	color: #323333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	-webkit-text-size-adjust: 100%;
	text-align: center;
}

a:link {
	color: #003D7A;
	text-decoration: underline;
}

a:visited {
	color: #003D7A;
	text-decoration: underline;
}


/* font default */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

p, address {
	font-size: 100%;
	font-style: normal;
	line-height: 1.67em;
}

/* list default */

ol, ul {
	list-style: none;
}

ul, ol, dl {
	font-size: 100%;
	line-height: 1.67em;
}

ul.list_basic {
	list-style-type: disc;
	padding-left: 15px;
}

ul.list_basic li {
	margin-left: 3px;
}

ol.list_basic {
	list-style-type: decimal;
	padding-left: 15px;
}

ol.list_basic li {
	margin-left: 10px;
}

*+html ol.list_basic li {
	margin-left: 16px;
}

ol.list_roman {
	list-style-type: upper-roman;
	padding-left: 15px;
}

ol.list_roman li {
	margin-left: 12px;
}

*+html ol.list_roman li {
	margin-left: 18px;
}

sub {
	vertical-align: baseline;
}

/* sup for Firefox */

*>/**/sup {
	vertical-align: text-top;
	line-height: 4px;
}

/* table default */

table {
	border-collapse: collapse;
}

th, td {
	font-weight: normal;
	line-height: 1.67em;
}

td p,
td ul,
td ol,
td dl {
	line-height: 1.67em;
}

/* image default */

img {
	border-style: none;
}

/* ----------clear---------- */

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}


/* ----------container---------- */

.container {
	width: 510px;
	margin: 0 auto;
	text-align: left;
}


/* ----------footer---------- */

#footer {
	display: table;
	width: 510px;
	height: 40px;
	background-color: #102645;
	margin: 0 auto;
}

#footer_logo,
#copyright {
	display: table-cell;
	vertical-align: middle;
}

#footer_logo {
	width: 158px;
	padding-left: 10px;
	text-align: left;
}

#copyright {
	width: 332px;
	padding-right: 10px;
	color: #FFF;
	font-size: 71.4%;
	line-height: 1.4em;
	text-align: right;
}


/* ----------btn_close---------- */

.btn_close {
	margin: 30px 0;
	text-align: center;
}

/* ----------list_tel---------- */

dl.list_tel dt {
	width: 2.5em;
}

dl.list_tel dd {
	margin: -1.67em 0 0 2.5em;
}


/* ----------list_access---------- */

dl.list_access dt {
	font-weight: bold;
}

dl.list_access dt span.colored {
	color: #296E9C;
}

dl.list_access dd {
	margin-bottom: 0.5em;
}

dl.list_access dd.column {
	border: 1px solid #A1B2B9;
	padding: 4px 9px;
}


/* ----------popup_grid2---------- */

.popup_grid2 {
	width: 510px;
	margin-bottom: 30px;
	overflow: hidden;
}

.popup_grid2 .box1 {
	float: left;
	width: 246px;
}

.popup_grid2 .box2 {
	float: right;
	width: 244px;
}

.popup_grid2 .photo_left {
	margin-top: 0;
}


/* ------------------------------------------------------------
	print style
------------------------------------------------------------ */

@media print {
.btn_close,
#footer {
	display: none;
}
body {
	font-size: 10px;
}
}
