@charset "utf-8";

/* PC：style_pc.css
 * **************************************************
 * Site Width (Header / globalNav / Content / Footer)
 * Space(Margin)
 * Header (Logo / Font Size Change / Site Search)
 * Global Navigation (Nav)
 * Content (Main / Side)
 * Common Elements (Heading / Paragraph / Table / List / Link / Icon)
 * Local Navigation (Nav)
 * Topic Path
 * Page Top
 * Footer 
 * System Settings (Background Color)
 * **************************************************
 */
 

/*　画像切替（非表示）　*/
#home span.spImg,
#subPage span.spImg,
#home div.spImg,
#subPage div.spImg{
	display: none;
}

 
/* リンクカラー */
a {
	color:#0174b5;
}
a:hover {
	color:#0064d2;
	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-ms-filter: "alpha(opacity=70)";
}


/*  Site Width
------------------------------------------------------------------- */
/* padding、borderの値を含めない */
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header .inner,
#globalNav .inner,
#footer .inner {
	margin: 0 auto;
	width: 1000px;
}

/* トップページ */
#home {
background: #f2eee4 url("../images/home/bg_book1.png") center top no-repeat;
}
#home #content .inner {
	margin: 0 auto;
	width: 1000px;
}
#home #content .main {
	width: 685px;
}
#home #content .side {
	width: 320px;
}


/* フッタナビ */
#footer .footerNav ul {
	width: 1000px;
}



/*  Header
------------------------------------------------------------------- */
#header {
	height:120px;
}
#header p {
	width: 235px;
	text-align: center;
	font-size: 13px;
	margin: 4px 0 0 15px;
}
/* Logo */
#header h1 {
	margin: 0;
}
#header h1 img {
	position: relative;
	top:30px;
	left:30px;
	height:77px;
}








/* Content
------------------------------------------------------------------ */

/* トップページ */
#home #content {
	padding: 0 0 0 0;
}
#home #content .main {
	padding: 0 0 20px 0;
}
#home #content .side {
	padding: 0 0 20px 0;
}





/* PageTop
------------------------------------------------------------------ */
#pageTop {
	position:relative;
	margin:0 auto;
	max-width:1000px;
}
#pageTop a {
    z-index: 9999;
    display: block;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    left: auto;
    margin-left: 990px;
    height: 40px;
    width: 40px;
    background: #b12000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: -9999px;
    outline: none;
}
/* Arrow */
#pageTop a:before,
#pageTop a:after {
	position:absolute;
	left:50%;
	content:"";
	width:0px;
	height:0px;
	margin-left:-10px;
	border:10px solid transparent;
}
#pageTop a:before {
	top:50%;
	margin-top:-11px;
	border-bottom:10px solid #b12000;
}
#pageTop a:after {
	z-index:-1;
	top:50%;
	margin-top:-15px;
	border-bottom:10px solid #fff;
}

/* Footer
------------------------------------------------------------------ */
#footer .footerNav {
	background-color: #FFBB22;
}

#footer {
	padding: 60px 0;
	font-size: 1.0em; /* =10px */
	text-align: center;
	background: url(../images/home/bg_footer.png) repeat-x top center;
	height: 50px;
}







