@charset "utf-8";

html {
	height: 100%;
}

body {
	background: #fff;
	height: 100%;
}

/*固定ヘッダー*/
#header {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 9999;
}

#header a {
	display: block;
}

#header .headerInner {
	padding: 15px 0 15px;
	margin: 0 2.7%;
}

/* ページ内リンクの位置調整 */
span.linkPosAdjust {
	position: relative;
	top: -130px;
	display: block;
}
/* インライン表示 */
.inlineItem {
	display: inline;
}

/*コンテンツ*/
#content .contentInner {
	margin: 0 3%;
	padding-bottom: 80px;
	min-height: 750px;
}

#content h3 {
	font-size: 280%;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 3px;
}

#content .dotLine {
	border-bottom: 2px dotted #333;
	margin: 50px 0;
	clear: both;
}

#content .blue_dotLine {
	border-bottom: 2px dotted #0082cb;
	margin: 50px 0;
	clear: both;
}

#content .blue_dotLine_img {
	padding: 40px 0;
	margin: 0;
}

#content h3 {
	margin-bottom: 20px;
}

#content h3 img {
	width: auto;
	display: inline-block;
	margin: 0 0 -10px 10px;
}

#content h4 {
	background: url(../images/h3_bg.gif) 10px center no-repeat;
	background: url(../images/h3_bg_ie8.gif) 10px center no-repeat\9;
	-moz-background-size: 7px 23px;
	background-size: 7px 23px;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.3;
	padding: 20px 0 20px 27px;
	margin: 20px 0 20px;
	border-top: 2px solid #023894;
	border-bottom: 2px dotted #023894;
	clear: both;
}

#content .red {
	color: #de1e1e;
}

/*フッター*/
.copyright {
	background: #023894;
	color: #fff;
	clear: both;
}

.copyright p {
	margin: 0 auto;
	text-align: center;
	font-size: 80%;
	padding: 3px 0;
}

/* ==========================================================
	各ページ共通パーツ
========================================================== */

/*　---------------- デバイスごとの表示きりかえ ----------------　*/
.sp {
	display: none;
}

.tb {
	display: none;
}

.pc {
	display: block;
}

.pc_none {
	display: none;
}

.tb_none {
	display: block;
}

.sp_none {
	display: block;
}

/*　---------------- 共通リンク設定 ----------------　*/
a.underline {
	text-decoration: underline;
	background-image: none;
}

/* ==========================================================
	PC用1220以上
========================================================== */
@media ( min-width : 1220px) {
	#header .headerInner, #content .contentInner {
		width: 1120px;
		margin: 0 auto;
	}
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 30px;
	font-size: 120%;
}

#page-top a {
	background: #ff6600;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: ffcc99;
	color: #ffbb5a;
	opacity: 0.9
}