@charset "UTF-8";

.main_color { background-color:#4e6fbf}
.sub_color { background-color: #526699}
.base_color { background-color: #f3f3f3;}
.list_color { background-color: #eeeff0;}
.page_color { background-color: #f3f3f3;}

/*
BODY
*/
body {
	height: 100%;
	color: #4c5161;
	background-color: #DEE0E2;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
}

/*
全体
*/
#wrapper {
	position: relative;
}

/*
cf
*/
.cf:before,
.cf:after
{
	content: " ";
	display: table;
}
.cf:after
{
	clear: both;
}
.cf
{
	*zoom: 1;
}

/*
ヘッダー
*/
header {
	height: 70px;
}
header .top {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
}
header .top .logo {
	margin-top: 11px;
}

/*
ヘッダー > ナビゲーション
*/
header .navi {
	height: 30px;
}
header .navi nav {
	width: 1000px;
	margin: 0 auto;
}
header .navi nav ul {
	height: 30px;
	width: 600px;
	margin-left: auto;
	overflow: hidden;
}
header .navi nav ul li {
	width: 150px;
	height: 30px;
	float: left;
}
header .navi nav ul li a {
	width: 150px;
	height: 20px;
	padding-top: 10px;
	display: block;
	transition-duration: 100ms;
	background-color: #526699;
}
header .navi nav ul li a span {
	height: 12px;
	margin: 0 auto;
	display: block;
	background-image: url(../../img/common/navi.png);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	transition-duration: 300ms;
}
header .navi nav ul li a:hover {
	transition-duration: 300ms;
	background-color: #4E6FBF;
}
header .navi nav ul li a:hover span {
	transition-duration: 300ms;
}
header .navi nav ul li:nth-child(1) a span {
	width: 70px;
	background-position: 0px 0px;
}
header .navi nav ul li:nth-child(1) a:hover span {
	width: 50px;
	background-position: -80px 0px;
}
header .navi nav ul li:nth-child(2) a span {
	width: 38px;
	background-position: 0px -15px;
}
header .navi nav ul li:nth-child(2) a:hover span {
	width: 48px;
	background-position: -80px -15px;
}
header .navi nav ul li:nth-child(3) a span {
	width: 69px;
	background-position: 0px -29px;
}
header .navi nav ul li:nth-child(3) a:hover span {
	width: 50px;
	background-position: -80px -29px;
}
header .navi nav ul li:nth-child(4) a span {
	width: 66px;
	background-position: 0px -45px;
}
header .navi nav ul li:nth-child(4) a:hover span {
	width: 72px;
	background-position: -80px -45px;
}

/*
フッター
*/
footer
{
	height: 200px;
	position: relative;
}
footer .top
{
	height: 60px;
}
footer .top .body
{
	width: 1000px;
	margin: 0 auto;
}
footer .logo
{
	position: absolute;
	top: 15px;
}
footer nav
{
	text-align: right;
}
footer nav ul
{
	padding-top: 10px;
}
footer nav li
{
	display: inline;
	margin-left: 50px;
}
footer nav li a
{
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	display: inline;
}
footer nav li a:hover
{
	text-decoration: underline;
}
footer .bottom
{
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	color: #ffffff;
	text-align: right;
}
footer .bottom .copyright
{
	font-size: 14px;
}

/*
マウスオーバーエフェクト
*/
.over_effect:hover
{
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
	opacity: 0.7;
	filter: alpha(opacity=70);	
}

/*
内部ページ共通
*/
#page_contents
{
	width: 1000px;
	margin: 0 auto 0 auto;
	padding-bottom: 120px;
	padding-top: 20px;
	position: relative;
}
#page_contents ul,
#page_contents li
{
	list-style: none;
}
#page_contents h1.page_title
{
	width: 1000px;
	height: 104px;
	margin-bottom: 20px;
	text-indent: -9999px;
}
#page_contents .simple_body
{
	margin: 30px 0 60px;
	padding: 30px;
	border: 1px solid #4A5162;
}

/*
戻るボタン
*/
#page_contents .page_back_button
{
	height: 42px;
	padding-left: 50px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: url(../../img/common/btn_page_back.png) no-repeat left center;
	font-size: 15px;
	color: #495161;
	line-height: 42px;
	text-decoration: none;
	display: block;	
}

/*
マージン
*/
#page_contents .m_t10{margin-top: 10px;}
#page_contents .m_t20{margin-top: 20px;}
#page_contents .m_t30{margin-top: 30px;}
#page_contents .m_t40{margin-top: 40px;}
#page_contents .m_t50{margin-top: 50px;}
#page_contents .m_b10{margin-bottom: 10px;}
#page_contents .m_b20{margin-bottom: 20px;}
#page_contents .m_b30{margin-bottom: 30px;}
#page_contents .m_b40{margin-bottom: 40px;}
#page_contents .m_b50{margin-bottom: 50px;}

/*
パンくず
*/
#page_contents #breadcrumb
{
	margin-bottom: 50px;
	overflow: hidden;
	font-size: 12px;
}
#page_contents #breadcrumb li
{
	float: left;
}
#page_contents #breadcrumb li a,
#page_contents #breadcrumb li.active
{
	color: #fff;
	text-decoration: none; 
	padding: 5px 0 5px 30px;
	background: #476ebd;
	background: #476ebd; 
	position: relative; 
	display: block;
	float: left;
}
#page_contents #breadcrumb li a:after,
#page_contents #breadcrumb li.active:after
{
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #476ebd;
	position: absolute;
	top: 50%;
	margin-top: -20px; 
	left: 100%;
	z-index: 2; 
}
#page_contents #breadcrumb li a:before,
#page_contents #breadcrumb li.active:before
{
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -20px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}
#page_contents #breadcrumb li:first-child a,
#page_contents #breadcrumb li.active:first-child
{
	padding-left: 10px;
}
#page_contents #breadcrumb li:nth-child(2) a,
#page_contents #breadcrumb li.active:nth-child(2)
{
	background: #4063aa;
}
#page_contents #breadcrumb li:nth-child(2) a:after,
#page_contents #breadcrumb li.active:nth-child(2):after
{
	border-left-color:#4063aa;
}
#page_contents #breadcrumb li:nth-child(3) a,
#page_contents #breadcrumb li.active:nth-child(3)
{
	background: #395897;
}
#page_contents #breadcrumb li:nth-child(3) a:after,
#page_contents #breadcrumb li.active:nth-child(3):after
{
	border-left-color:#395897;
}
#page_contents #breadcrumb li a:hover
{
	background: #2b4271;
}
#page_contents #breadcrumb li a:hover:after
{
	border-left-color: #2b4271 !important;
}

/*
ページャー
*/
#page_contents .pagenation
{
	position: relative;
	width:100%;
	overflow: hidden;
}
/*#page_contents .pagenation ul
{
	position: relative;
	left: 50%;
	float: left;
}
#page_contents .pagenation li
{
	position: relative;
	left: -50%;
	float: left;
}*/
#page_contents .pagenation ul
{
	margin:0 auto;
	width:780px;
	font-size:0;
	text-align:center;
}
#page_contents .pagenation li
{
	display:inline-block;
	vertical-align:top;
}
#page_contents .pagenation li a
{
	display: block;
}
#page_contents .pagenation li a.prev
{
	background: url("../../img/common/pager.png") left top no-repeat;
	background-position: 0 -30px;
	margin: 10px 40px 0 0;
	width: 66px;
	height: 21px;
	text-indent: -99999px;
}
#page_contents .pagenation li a.prev:hover
{
	background: url("../../img/common/pager.png") left top no-repeat;
	background-position: 0 0;
}
#page_contents .pagenation li a.next
{
	background: url("../../img/common/pager.png") left top no-repeat;
	background-position: -70px -30px;
	margin: 10px 0 0 40px;
	padding:0 !important;
	width: 66px;
	height: 21px;
	text-indent: -99999px;
}
#page_contents .pagenation li a.next:hover
{
	background: url("../../img/common/pager.png") left top no-repeat;
	background-position: -70px 0;
}
#page_contents .pagenation li.page a
{
	font-size: 18px;
	line-height: 2.0;
	padding: 3px 10px;
	width:30px;
	text-decoration: none;
	color: #495161;
	text-align:center;
}
#page_contents .pagenation li a:hover{
	color: #476ebd;
	text-decoration :underline;
}
#page_contents .pagenation li.page.active
{
	font-size: 28px;
	line-height: 1.1;
	padding: 3px 10px;
	font-weight: bold;
	color: #495161;
}
