@charset "utf-8";

/* 成田山教育財団 共通CSS（PC）
========================================*/
body {
	min-width:960px;
}
a {
	color:#333;
}
a:hover {
	text-decoration:none;
}

/* header */
header {
	margin:0 auto;
	padding:22px 0 20px;
	width:960px;
}
header .logo {
	float:left;
	padding:13px 0;
}
header .headerR {
	float:right;
	width:650px;
}
header .headerR .search {
	line-height:100%;
	text-align:right;
}
header .headerR .search input {
	vertical-align:top;
}
header .headerR .search input[type="text"] {
	border:1px solid #333 !important;
	border-radius:2px;
	font-size:93%;
	line-height:135%;
	padding:3px 4px !important;;
	height:18px;
	width:160px;
}
header .headerR .search input[type="submit"] {
	background:url(../img/icon_search.png) no-repeat center center #fff;
	border:1px solid #333;
	border-radius:5px;
	cursor:pointer;
	margin-left:10px;
	height:26px;
	width:60px;
}
header .headerR .sitenav {
	float:right;
	margin-top:15px;
}
header .headerR .sitenav li {
	float:left;
	letter-spacing:0.1em;
	padding:0 0.45em;
}
header .headerR .sitenav li.right {
	padding:0 0 0 0.45em;
}
header .headerR .sitenav li:after {
	font-size:85%;
	content:"|";
	cursor:default;
	line-height:180%;
	margin-left:0.9em;
}
header .headerR .sitenav li.right:after {
	content:"";
	margin-left:0;
}
header .headerR .sitenav li span {
	display:inline-block;
	padding:0 0.3em 15px;
}
header .headerR .sitenav li span.cur {
	background:url(../img/bg_line_cur.png) no-repeat center bottom;
}
header .headerR .sitenav li a {
	font-size:85%;
	line-height:180%;
	text-decoration:none;
}
header .headerR .sitenav li a:hover {
	color:#888;
}

/* gloNav */
#gloNav {
	border-bottom:2px solid #691c33;
}
#gloNav ul {
	margin:0 auto;
	width:960px;
}
#gloNav ul li {
	cursor:pointer;
	float:left;
	line-height:1%;
	margin-right:30px;
	text-align:center;
	width:145px;
}
#gloNav ul li:after {
	background:#691c33;
	content:"　";
	display:inline-block;
	height:3px;
	width:0%;
	transition:width 0.5s ease;
}
#gloNav ul li:hover:after {
	width:100%;
	transition:width 0.5s ease;
}
#gloNav ul li.home {
	width:85px;
}
#gloNav ul li a {
	display:block;
	line-height:1%;
	padding:30px 0;
	text-align:center;
}
#gloNav ul li.home a {
	padding:28px 0 30px;
}

/* main */
main .secInr {
	margin:0 auto;
	width:960px;
}
main .topicpath {
	font-size:85%;
	margin:15px auto 2px;
	text-align:right;
	width:960px;
}
main .ttlWrap {
	margin-bottom:70px;
}
main .ttlWrap h1 {
	margin:0 auto 35px;
	width:960px;
}
main .ttlWrap .ttlimg {
	height:240px;
	min-width:960px;
}
main .h2ttl {
	border-bottom:3px solid #650c25;
	font-size:155%;
	line-height:135%;
	margin-bottom:35px;
	padding-bottom:20px;
}

/* footer */
footer {
	margin-top:120px;
}
footer .footerNav {
	color:#666;
	display:table;
	margin:0 auto 60px;
	max-width:960px;
}
footer .footerNav li {
	float:left;
	margin-right:1.5em;
}
footer .footerNav li:after {
	content:"|";
	cursor:default;
	display:inline-block;
	margin-left:1.5em;
}
footer .footerNav li.right:after {
	content:"";
}
footer .footerNav a {
	color:#666;
}
footer .access {
	margin-bottom:50px;
	text-align:center;
}
footer .access dt {
	margin-bottom:35px;
}
footer .access dd a {
	color:#666;
}
footer .footerInr {
	border-top:4px solid #691c33;
	padding:60px 0 40px;
}
footer .footerInr .copyright {
	margin-top:40px;
	text-align:center;
}