/* =============================================================================
   共通
============================================================================= */


/*____________________________

	HTML SELECTORS
	____________________________
*/
html,body {
	width: 100%;
}
body {
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*____________________________

	BASE LAYOUT and STYLE
	____________________________
*/
#siteContainer {
	width: 100%;
	position: relative;
}
.contentBox {
	width: 960px;
	margin: 0 auto;
	padding: 48px 0;
}
.bgTexture {
	background: url(../images/cmn/bg_texture.png) repeat;
	box-shadow: 0 -8px 16px rgba(0,0,0,.1) inset;
	-webkit-box-shadow: 0 -8px 16px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 -8px 16px rgba(0,0,0,.1) inset;
}
h2 {
	background: url(../images/cmn/img_h2.png) left no-repeat;
	padding-left: 48px;
	font-weight: normal;
	font-size: 130%;
}
h2 span {
	font-size: 60%;
	padding-left: 16px;
}
h3 {
	clear: both;
	border-bottom: #d8dfea 1px solid;
	font-size: 130%;
	padding-bottom: 8px;
	margin-bottom: 40px;
}
h3 span {
	color: #aaa;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	display: block;
}
h4 {
	clear: both;
	font-size: 120%;
	border-left: #005693 4px solid;
	padding-left: 12px;
	line-height: 1.2;
	margin-bottom: 16px;
}
.note {
	color: #888;
	font-size: 70%;
	font-weight: normal;
	text-align: right;
}

/*____________________________

	LINK
	____________________________
*/
a {
	color: #12c;
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out;
		 -moz-transition: 0.3s ease-in-out;
			 -o-transition: 0.3s ease-in-out;
					transition: 0.3s ease-in-out;
}
a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.ie8 a:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
a.out {
	background: url(../images/cmn/img_out.png) no-repeat right;
	padding-right: 16px;
	margin-right: 4px;
}
a.out_white {
	background: url(../images/cmn/img_out_white.png) no-repeat right;
	padding-right: 16px;
	margin-right: 4px;
}
a.btn {
	background: #005693 url(../images/cmn/img_arrow.png) 90% no-repeat;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
	padding: 8px 32px 8px 16px;
	line-height: 4em;
}
a.link {
	background: url(../images/cmn/img_arrow_topicoath.png) no-repeat left;
	padding-left: 16px;
}


/*____________________________

	UTILITY CLASSES
	____________________________
*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/*____________________________

	PAGE TOP
	____________________________
*/
#pageTop {
	background: url(../images/cmn/img_pagetop.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 73px;
	height: 72px;
	display: block;
	position: fixed;
	bottom: 80px;
	right: 50px;
	margin: 0;
	padding: 0;
}


/*____________________________

	HEADER
	____________________________
*/
#headerContainer {
	background: rgba(255,255,255,.8);	
	border-top: #005693 solid 8px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	width: 100%;
	padding: 0 0 32px;
	position: absolute;
	top: 0;
	z-index: 100;
}
header {
	width: 960px;
	margin: 0 auto;
}
header h1 {
	text-indent: -9999px;
	width: 289px;
	height: 48px;
	margin: 40px 0 auto;
	float: left;
}
header h1 a {
	display: block;
	background: url(../images/cmn/img_logo.png) no-repeat 0 0;
	width: 289px;
	height: 48px;
}
#headerRight {
	float: right;
	position: relative;
}
#headerRight p.tel {
	background: url(../images/cmn/img_tel.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 213px;
	height: 24px;
	position: absolute;
	top: 16px;
	right: 0;
}

/* NAVIGATION */

header nav {
	margin: 80px 0 auto auto;
}
header nav ul {
	margin: 0;
	padding: 0;
	font-size: 90%;
}
header nav ul li {
	list-style: none;
	float: left;
}
header nav ul li a {
	border-bottom: #aaaaaa dotted 1px;
	color: #333;
	text-decoration: none;
	padding: 0 0 8px;
	margin-left: 24px;
}
header nav ul li a:hover,
header nav ul li a.active {
	border-bottom: #dd2020 dotted 1px;
	color: #dd2020;
}



/*____________________________

	FOOTER
	____________________________
*/
#footerCommon {
	background: url(../images/cmn/bg_dot.png);
}
.infoTxt {
	width: 592px;
	float: left;
	font-size: 80%;
}
.infoTxt figure {
	float: left;
	font-size: 82%;
	width: 272px;
}
.address {
	width: 296px;
	float: right;
}
#map {
	border: #fff 2px solid;
	float: right;
	width: 364px;
	height: 236px;
	padding: 0;
}
#map iframe {
	border: 0;
}

footer {
	background: #005693;
	padding: 48px 0 0;
}
footer nav {
	background: url(../images/cmn/img_logo_footer.png) no-repeat right;
	width: 960px;
	margin: 0 auto;
	min-height: 49px;
	*height: 49px;
	margin-bottom: 32px;
}
footer nav ul {
	margin: 0;
	padding: 0;
}
footer nav ul li {
	font-size: 80%;
	float: left;
	margin-right: 16px;
}
footer nav ul li a {
	color: #fff;
}
footer .copyRight {
	background: #003d68;
	text-align: center;
	color: #fff;
	padding: 16px 0;
	font-size: 85%;
}
footer .copyRight a {
	color: #fff;
}





/* =============================================================================

   レスポンシブ用スタイル
	 
============================================================================= */

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1140px) {

}


/* =============================================================================

   印刷用スタイル
	 
============================================================================= */

@media print {

}