@charset "UTF-8";

html {
	overflow-x: hidden;
}

body {
	/* font-family: 'Noto Serif JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  */
	font-family: Meiryo,メイリオ,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","YuGothic","游ゴシック",Helvetica,Arial,sans-serif;
	font-size: 1.0rem;
	line-height: 1.5;
	background-color:#fff;
	color:#000;
}

.font_honmin { font-family: "HonMinSKok-M"; }
.font_kakugogin_m_m { font-family: "Shuei KakuGo Gin M"; }
.font_kakugogin_m_b { font-family: "Shuei KakuGo Gin B"; }
.font_akzidenz { font-family: 'Roboto', sans-serif; }
.font_termina { font-family: 'Roboto', sans-serif; }

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	transition: all 0.2s ease;
	opacity: 0.8;
}

img,video,picture {
	width: 100%;
}

.img_box {
	position: relative;
	z-index: 2;
}

.img_box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
	margin: auto;
	z-index: 1;
	transition: all 0.5s;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size:inherit;
}

ul, ol {
	list-style-type: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="image"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	appearance: none;
	border: none;
	outline: none;
	border-radius:0;
}

input[type="checkbox"],
input[type="radio"] {
	width: 15px;
	height: 15px;
	vertical-align:middle;
	margin-right:3px;
}

select {
	border-radius:0;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.dib {
	display: inline-block;
}

/*
.clamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
*/

.clamp {
	position: relative;
	overflow: hidden;
}
.clamp::before,
.clamp::after {
  position: absolute;
  background:#F6F5F5;
}
.clamp::before {
  content: "...";
  bottom: 0;
  right: 0;
}
.clamp::after {
  content: "";
  height: 100%;
  width: 100%;
}

.sp { display: none; }

header {
	position: fixed;
	z-index: 77;
	top: 0;
	left: 0;
	width: 100%;
	background-color:rgba(255,255,255,0.4);
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
	font-size: 0.75rem;	
}

header.bg_white {
	background-color:rgba(255,255,255,1.0);
	border-bottom: 1px solid;
}

header h1 {
	width: calc( 100% - 700px );
	max-width: 260px;
	margin-left: 30px;
}

/* pc hmenu start */

.openbtn02 {
	display: none;
}

#h-nav {
	width: 680px;
}

.h_menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: bold;
}

.h_menu>li>a,
.h_menu>li>p {
	display: flex;
	align-items: center;
	height: 80px;
	padding: 0 25px;
}

.h_menu>li.tel>a {
	font-size: 1.0rem;
	line-height: 1.2;
}

.h_menu>li.tel>a span:first-of-type {
	font-size: 0.625rem;
	margin-right: 5px;
}

.h_menu>li.tel>a span:last-of-type {
	font-size: 0.625rem;
	font-weight: normal;
}

.h_menu>li.contact>a {
	background-color: #003296;
	color: #fff;
}

.dd_menu {
	position: relative;
}

.dd_menu p {
	cursor: pointer;
}

.dd_menu ul {
	position: absolute;
	opacity: 0;
	top:80px;
	left:0;
	z-index: 100;
	width: 10em;
	background-color: #003296;
	transition: all .5s;
}

.dd_menu:hover ul {
	opacity: 1;		
}

.dd_menu ul li a {
	display: inline-block;
	padding: 10px 1em;
	color: #fff;
}

/* @media screen and (max-width: 1200px) {
	header {
		font-size: 1.2vw;
	}
} */


/* title */

.ttl_h2 {
	opacity: 0;
}

.ttl_h3 {
	opacity: 0;
	color: #003296;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	margin-bottom: 50px;
}

.ttl_service {
	border-top:2px solid #aa2800;
	border-bottom:2px solid #aa2800;
	color: #aa2800;;
	/* background-color: #aa2800;
	color: #fff; */
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
}

.ttl_h2.is-animated,
.ttl_h3.is-animated {
	animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideIn {
0% {
	transform: translateX(180px);
	opacity: 0;
}
100% {
	transform: translateX(0);
}
40%,100% {
	opacity: 1;
}
}



.move01 {
	animation: arrowMove 1s ease-in-out infinite;
}

  @keyframes arrowMove {
    0% { transform: translateX(0px); }
   50% { transform: translateX(5px); }
  100% { transform: translateX(0px); }
}

.zoomin {
	opacity: 0;
}

.zoomin.is-animated {
	animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
0% {
	transform: scale(0.8);
	opacity: 0;
}
100% {
	opacity: 1;
	transform: scale(1);
}
}

.imgzoom {
	opacity: 0;
}

.imgzoom.is-animated {
	animation: imgZoom 1s linear forwards;
}

@keyframes imgZoom {
0% { 
	transform: scale(0.5);
	opacity: 0;
	}
100% { 
transform: scale(1.0);
	}
40%,100% {
opacity: 1;
	}
}

.top_main {
	position: relative;
	width: 100%;
	height: 650px;
	background-image: url("../img/img_main.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_main p {
	position: absolute;
	top: 30%;
	left: 15%;
	width: 460px;
}

.section_blue {
	background-color: #e1eff5;
}

.section_blue02 {
	background-color: #003296;
}

.section01 {
	width: 85%;
	max-width: 1000px;
	padding: 60px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	line-height: 2.0;
}

.section02 {
	width: 85%;
	max-width: 1000px;
	padding: 60px 0;
	margin: 0 auto;
}

.section03 {
	width: 85%;
	max-width: 1000px;
	padding: 20px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.btn_top {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	background-color: #003296;
	height: 40px;
	border-radius: 20px;
	letter-spacing: 0.1em;
}

.top_company_l {
	width: 46%;
}

.top_company_r {
	width: 46%;
}

.top_company_l h2 {
	width: 100%;
	max-width: 400px;
	margin-bottom: 30px;
}
.top_company_l p {
	margin-bottom: 30px;
}

.top_service_01l {
	width: 64%;
	order: 1;
}

.top_service_01r {
	width: 28%;
	order: 2;
}

.top_service_01l>p:first-of-type {
	width: 80px;
	margin-left: 30px;
	position: relative;
	z-index: 2;
}

.top_service_01l>p:last-of-type {
	width: 100%;
	margin-top: -30px;
	margin-bottom: -80px;
	position: relative;
	z-index: 1;
}

.top_service_01l>div {
	margin: 0 30px;
	position: relative;
	z-index: 2;
}

.top_service_info {
	background-color: #fff;
	padding: 25px;
}

.top_service_info>p:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.top_service_info>p:last-of-type {
	margin-bottom: 20px;
}

.top_service_01l a.btn_top {
	width: 90%;
	margin: 0 auto;
}

.top_service_01r h2 {
	width: 100%;
	max-width: 185px;
	margin-bottom: 30px;
}

.top_service_01r p span {
	display: inline-block;
}

.top_service_02l {
	width: 64%;
}

.top_service_02r {
	width: 46%;
	margin-left: -10%;
	text-align: right;
}

.top_service_02r>p {
	display: inline-block;
	width: 80px;
	margin-right: 30px;
	position: relative;
	z-index: 2;
}

.top_service_02r>div {
	text-align: left;
	margin-top: -30px;
	position: relative;
	z-index: 1;
}

.top_service_03l {
	width: 46%;
}

.top_service_03r {
	width: 64%;
	margin-left: -10%;
}

.top_service_03l>p {
	width: 80px;
	margin-left: 30px;
	position: relative;
	z-index: 2;
}

.top_service_03l>div {
	margin-top: -30px;
	padding: 35px 25px 25px;
	position: relative;
	z-index: 1;
}

.ttl_topnews {
	width: 100%;
	max-width: 165px;
	margin: 0 auto 30px;
}

.top_news {
	/* height: 420px;
	padding: 30px;
	overflow-x: hidden;
	overflow-y: auto; */
	margin-bottom: 50px;
}

.top_news dl {
	display: flex;
	flex-wrap: wrap;
}

.top_news dt {
	width: 100px;
	font-size: 0.75rem;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.top_news dd {
	width: calc( 100% - 100px );
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.btn_news {
	width: 460px;
	margin: 0 auto;
}

.second_main {
	position: relative;
	width: 100%;
	height: 380px;	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.second_main.company { background-image: url("../img/main_company.png"); }
.second_main.property { background-image: url("../img/main_company.png"); }
.second_main.contact { background-image: url("../img/main_company.png"); }

.second_main h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 2.0rem;
	font-weight: bold;
	color: #003296;
}

.company_txt01 {
	line-height: 2.0;
}

.company_txt02 {
	margin-top: 30px;
	line-height: 2.0;
	text-align: right;
}

.company_txt02 img {	
	width:150px;
	margin-left: 10px;
}

.company_dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
	line-height: 1.8;
}

.company_dl>dt {
	width: 240px;
	font-weight: bold;
	padding: 20px;
	border-bottom: 1px solid #707070;
}

.company_dl>dd {
	width: calc( 100% - 240px );
	padding: 20px;
	border-bottom: 1px solid #707070;
}

.company_dl>dd dl {
	display: flex;
	flex-wrap: wrap;
}

.company_dl>dd dl dt {
	width: 6em;
}

.company_dl>dd dl dd {
	width: calc( 100% - 6em );
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
	 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.company_list01 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.company_list01 li {
	width: 20%;
	margin: 2.5%;
	font-size: 0.875rem;
}

.company_list01 li p {
	width: 100%;
}

.company_list01 li span {
	color: #6bb4ff;
}

.service01_l {
	width: 45%;
}

.service01_l h4 {
	width: 100%;
	max-width: 350px;
	margin-bottom: 30px;
}

.service01_r {
	width: 45%;
}

.service02 {
	line-height: 2.0;
}

.service02 h4 {
	width: 100%;
	max-width: 290px;
	margin: 0 auto 30px;
}

.service02 ul {
	display: flex;
	flex-wrap: wrap;
}

.service02 ul li {
	width: calc( 50% - 2px );
	margin: 1px;
	padding: 50px 30px;
	background-color: #fff;
}

.service02 ul li p:nth-of-type(1) {
	width: 100%;
	max-width: 160px;
	margin: 0 auto 10px;
}

.service02 ul li p:nth-of-type(2) {
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.service02 ul li p span {
	display: inline-block;
}

.service03 {
	line-height: 2.0;
}

.service03 h4 {
	width: 100%;
	max-width: 240px;
	margin: 0 auto 30px;
}

.service03 ul {
	display: flex;
	justify-content: space-between;
}

.service03 li {
	width: 28%;
	position: relative;
}

.service03 li::after {
	position: absolute;
	left: 100%;
	top: 0;
	width: 28%;
	height: 18px;
	margin-top: calc( 50% - 9px );
	content: "";
	background-image: url("../img/arrow_right.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 37%;
}

.service03 li:last-child::after {
	display: none;
}

.service03 li p:first-child {
	margin-bottom: 20px;
}

.service04>p {
	width: 46%;
}

.service04>div {
	width: 46%;
	color: #fff;
	padding-bottom: 20px;
}

.service04>div>p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	color: #90d3ed;
	margin-bottom: 20px;
}

.service04 div div {
	font-weight: bold;
	line-height: 1.2;
}

.service04 div div p:first-of-type {
	font-size: 3.0rem;
}

.service04 div div p:first-of-type span {
	font-size: 1.5rem;
	margin-right: 10px;
}

.service04 div div p:last-of-type {
	font-size: 1.25rem;
	margin-bottom: 20px;
}

.service04 div div>a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 58px;
	border: 2px solid;
	border-radius: 30px;
	font-size: 1.25rem;	
}

.service05 h4 {
	width: 100%;
	max-width: 275px;
	margin: 0 auto 30px;
}

.service05 p {
	margin-bottom: 20px;
	line-height: 2.0;
}

.service05 table {
	width: 100%;
}

.service05 table tr:first-child th {
	padding: 20px 10px;
	text-align: center;
}

.service05 table tr:nth-child(n+2) th,
.service05 table tr:nth-child(n+2) td {
	padding: 15px 10px;
	text-align: center;
}

.service05 table tr:first-child th:nth-child(1) {
	width: 25%;
}
.service05 table tr:first-child th:nth-child(2) {
	width: 50%;
	border: 1px solid #003296;
	background-color: #003296;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
}
.service05 table tr:first-child th:nth-child(3) {
	width: 25%;
	border: 1px solid #dedede;
	border-left: none;
	background-color: #ececec;
	font-weight: bold;
	font-size: 1.5rem;
}

.service05 table tr th:first-child {
	background-color: #ececec;
	border: 1px solid #dedede;
	border-right: none;
}

.service05 table tr:nth-child(n+2) td:nth-child(2) {
	background-color: #e1eff5;
	border: 1px solid #003296;
	color: #003296;
	font-weight: bold;
}

.service05 table tr:nth-child(n+2) td:nth-child(3) {
	background-color: #fff;
	border: 1px solid #dedede;
	border-left: none;
}

.service06 h4 {
	width: 100%;
	max-width: 275px;
	margin: 0 auto 30px;
}

.service06 ul {
	display: flex;
	justify-content: space-between;
	line-height: 2.0;
}

.service06 ul li {
	width: 28%;
}

.service06 ul li p:nth-child(2) {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 20px 0 0;
}

.service07 h4 {
	width: 100%;
	max-width: 275px;
	margin: 0 auto 30px;
}

.service07 dl dt {
	text-align: left;
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding: 25px 50px 25px 20px;
	margin-top: 20px;
	position: relative;
	background-color: #003296;
}

.service07 dl dt::before,
.service07 dl dt::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 20px;
	height: 4px;
	width: 20px;
	background: #fff;
	transition: all .3s ease-in-out;
}

.service07 dl dt::before {
	transform: rotate(90deg);	
}
  
.service07 dl dt.open::before {
	transform: rotate(180deg);
}

.service07 dl dt.open::after {
	opacity: 0;
}
  
.service07 dl dd {
	display: none;
	border: 1px solid #003296;
	padding: 20px;
	line-height: 2.0;
}

#parking,#rental {
	padding-top: 100px; margin-top: -100px;
}

.service08 p:first-child,
.service09 p:last-child {
	width: 25%;
}

.service08 p:last-child,
.service09 p:first-child {
	width: 65%;
	line-height: 2.0;
	margin-bottom: 20px;
}

.service_sub a {
	margin-top: 20px;
}

.service_txt {
	line-height: 2.0;
}

.property_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.property_list li {
	width: 32%;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

.property_list li h3 {
	/* color: #003296; */
	font-weight: bold;
	margin-bottom: 15px;
}

.property_list li a.img {
	display: block;
	width: 100%;
	padding-bottom: 90%;
	margin-bottom: 5px;
	border: 1px solid #eee;
}

.property_list li dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
	margin-bottom: 5px;
}

.property_list li dl dt {
	width: 80px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #707070;
}

.property_list li dl dd {
	width: calc( 100% - 80px );
	padding: 5px;
	border-bottom: 1px solid #707070;
}

.property_list li dl dt:last-of-type,
.property_list li dl dd:last-of-type {
	border: none;
}

.property_list li a.more {
	margin-top: auto;
	align-self: flex-end;
	width: 110px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #fff;
	font-size: 0.625rem;
	background-color: #003296;
}

.property_list li a.more img {
	width: 25px;
}

.detail_section01 {
	width: 100%;
	display: flex;	
	justify-content: space-between;
}

.detail_slider {
	position: relative;
	width: 560px;
}

.detail_info {
	width: calc( 100% - 600px );
}

.detail_img {
	width: 560px;
}

.detail_img p {
	width:100%;
	height: 560px;
	background-color: #ccc;
}

.detali_ttl {
	/* color: #003296; */
	font-weight: bold;
	margin-bottom: 15px;
}

.detail_dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
	margin-bottom: 30px;
}

.detail_dl dt {
	width: 150px;
	font-weight: bold;
	padding: 10px 5px;
	border-bottom: 1px solid #707070;
}

.detail_dl dd {
	width: calc( 100% - 150px );
	padding: 10px 5px;
	border-bottom: 1px solid #707070;
}

.detail_txt {
	font-size: 0.875rem;
}

.detail_section02 {
	width: 95%;
	margin: 30px auto 0;
}

.detail_section02>div {
	display: flex;	
	justify-content: space-around;
	align-items: flex-start;
}

.detail_dl02 {
	width: 47%;
	margin-bottom: 0;
}

.detail_dl02 dt:first-of-type,
.detail_dl02 dd:first-of-type {
	border-top: 1px solid #707070;
}

.section_contact p.txt {
	font-size: 1.125rem;
	line-height: 2.0;
	margin-bottom: 40px;
}

.section_contact p.txt02 {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.section_contact p.txt03 {
	text-align: center;
	margin-bottom: 40px;
	line-height: 2.0;
}

.section_contact p.txt span,
.section_contact p.txt03 span {
	display: inline-block;
}

.section_contact dl {
	font-size: 0.875rem;
	display: flex;
	flex-wrap: wrap;
}

.section_contact dl dt {
	width: 300px;
	padding: 0 30px 35px 0;
	display: flex;
	align-items: center;
}

.section_contact dl dt span {
	display: block;
	font-size: 0.625rem;
	color: #fff;
	background-color: #bc3941;
	padding: 0 5px;
	margin-left: 5px;
}

.section_contact dl dd {
	width: calc( 100% - 300px);
	padding-bottom: 35px;
}

dd.address>p {
	margin-bottom: 15px;
}

dd.address>p:first-child {
	margin-bottom: 5px;
}
dd.address>p:last-child {
	margin-bottom: 0;
}

.contact_dl dd span.err {
	color: #bc3941;
}

.area {
	width:100%;
	padding:5px;
	background-color: #f1f1f1;
	border: 1px solid #787878 !important;
}

.area02 {
	width:40%;
}

#check {
	margin: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8125rem;
}

#check p {
	display: block;
	position: relative;
	margin: 0 25px;
	width: 190px;
	height: 50px;	
}

#check p input,
#check p a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;	
}

#check p input.btnclear,
#check p a.btnclear {
	background-color: #cfcfcf;
}

#check p input.btncheck,
#check p a.btncheck {
	background-color: #003296;
	color: #fff;
}

#check p img {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
}

#check p input:hover {
	transition: all 0.2s ease;
	opacity: 0.8;
}

.to_top {
	display: block;
	position: relative;
	width: 260px;
	height: 50px;
	margin: 0 auto 50px;
}

.to_top p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #003296;
	color: #fff;	
}

.to_top img {
	position: absolute;
	top: 20px;
	right: 50px;
	width: 30px;
}


footer {
	background-color: #003296;	
}

.footer_main{	
	width: 85%;
	max-width: 1000px;
	padding: 50px 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	color: #fff;
}

.footer_l {
	width: 50%;
	padding-right: 40px;
	line-height: 2.0;
}

.footer_l p:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.footer_r {
	width: 50%;
	font-weight: bold;
	padding-left: 40px;
	line-height: 1.2;
	border-left: 2px solid;
}

.footer_r p:first-of-type {
	font-size: 2.25rem;
	margin-bottom: 5px;
}

.footer_r p:first-of-type span {
	font-size: 1.5rem;
	margin-right: 10px;
}

.footer_r p:last-of-type {
	font-size: 1.25rem;
	margin-bottom: 20px;	
}

.footer_r>a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 58px;
	border: 2px solid;
	border-radius: 30px;
	font-size: 1.25rem;	
}

.footer_copy {
	background-color: #fff;
	font-size: 0.75rem;
	padding: 25px 0;
	text-align: center;
}

#pagetop {
	position:fixed;
	right:40px;
	bottom:200px;
	z-index: 33;
}

#pagetop img {
	width:50px;
}

.pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 90px;
}

.pagenavi a,
.pagenavi p {
	display: flex;
	align-items: center;
	margin-right: 20px;
	font-size: 0.875rem;
}

.pagenavi a:last-child,
.pagenavi p:last-child {
	margin-right: 0;
}

.pagenavi a.arrow {
	width: 25px;
}

.pagenavi a.page {
	font-weight: bold;
}