@charset "utf-8";

/*-----------------------------------------------------
common.css
-------------------------------------------------------*/

html {
	overflow-y: scroll;
	height: 100%;
	font-size: 62.5%;
}

body {
	height: 100%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
}

a {
	color: #0056C0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/******************************
外枠 #wrap
******************************/
#wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #FFFFFF;
}


/******************************
ヘッダー #header
******************************/
#header {
	height: 98px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
}

#headerInner {
	width: 960px;
	margin: 0 auto;
}

#logo {
	width: 210px;
	padding: 18px 320px 0 2px;
	line-height: 1.1;
	font-weight: bold;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: -0.03em;
	color: #0056C0;
	float: left;
}
#logo a {
	color: #0056C0;
	text-decoration: none;
}

#headerContents {
	width: 408px;
	padding-right: 20px;
	float: left;
}
#headerContents #tel {
	padding-top: 28px;
	float: left;
}
#headerContents #btn {
	padding-top: 23px;
	padding-left: 17px;
	float: left;
}
#headerContents #btn a:hover img {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";
}


/******************************
body
******************************/
#body {
	height: auto;
	margin: 0 auto;
	background: url(../image/404/404_bg.jpg) no-repeat center bottom;
}


/******************************
グローバルナビ #globalNav
******************************/
#globalNav {
	width: 100%;
	margin-bottom: 38px;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
}
#globalNav ul {
	width: 960px;
	margin: 0 auto;
}
#globalNav ul li {
	float: left;
}
#globalNav ul li a {
	display: block;
	width: 104px;
	padding: 14px 0;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
#globalNav ul li a:hover, #globalNav ul li.active {
	background-color: rgba(0,86,192,0.1);
}


/******************************
container
******************************/
#container {
	width: 960px;
	height: 745px;
	margin: 0 auto;
}

#mainContens {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0 10px 50px;
}


/******************************
コンテンツ
******************************/

/* タイトル */
#ttl {
	margin-bottom: 40px;
	padding: 11px;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 25px;
	font-size: 2.5rem;
	border: 1px solid #000000;
}

.contents {
	padding-right: 2px;
	padding-left: 2px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.txtArea {
	margin-bottom: 40px;
}
.txt {
	margin-bottom: 20px;
	font-size: 15px;
	font-size: 1.5rem;
}
.btn a:hover img {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";
}



/******************************
フッター footer
******************************/
#footer {
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#footerTop {
	margin: 0 auto;
	background-color: #E4E4E4;
	border-bottom: 1px solid #999999;

}
#footerTopInner {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 12px;
}
#footerAddress {
	width: 240px;
	color: #333333;
	float: right;
}
#footerLogo {
	padding-bottom: 8px;
	font-size: 20px;
	font-size: 2.0rem;
}
#footerLogo a {
	color: #333333;
}
#footerLogo a:hover {
	text-decoration: none;
}
address {
	line-height: 1.3;
	font-style: normal;
	font-size: 10px;
	font-size: 1.0rem;
}

#footerBottom {
	margin: 0 auto;
}
#footerBottomInner {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 6px;
}
#footerLinks {
	padding-top: 7px;
	float: left;
}
#footerLinks ul {
}
#footerLinks ul li {
	padding-left: 8px;
	margin-right: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../image/common/arrow_right_s.jpg) no-repeat 0 2px;
	float: left;
}
#footerLinks ul li.externalLink span {
	padding-right: 16px;
	background: url(../image/common/icon_external_link.png) no-repeat right 1px;
}

#copyright {
	padding-top: 8px;
	text-align: right;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.01em;
	color: #333333;
	float: right;
}


/******************************
その他
******************************/
.txtL {
	text-align: left;
}
.txtC {
	text-align: center;
}
.txtR {
	text-align: right;
}

.floatL {
	float: left;
}
.floatR {
	float: right;
}

p.indent {
	padding-left: 1em;
	text-indent: -1em;
}

span.indent {
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}

.clear {
	clear: both;
}


.notice {
	line-height: 1.4;
	font-size: 12px;
	font-size: 1.2rem;
	color: #666666;
}


span.externalLink {
	padding-right: 16px;
	background: url(../image/common/icon_external_link.png) no-repeat right 1px;
}


/******************************
floatClearHack
******************************/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
