@charset "utf-8";

/** |READ ME| **********************************************************************************************************

"共通CSS"

Cascading Style Sheet Setting File

Ver.20160904

------------------------------------------------------------------------------------------------------------------------

01. Reset
02. Common
03. Header
04. RelNavi
05. PageTop
06. Footer
07. Print

********************************************************************************************************** |READ ME| **/

/** |01. Reset | >> ********************************************************************************* >> START **/

*{
	margin:0;
	padding:0;
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

em{
	font-style:normal;
	font-weight:bold;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

a img {
	border: none;
	outline:none;
}

a.blank:before{
	content:" ";
	display: inline-block;
	margin:0 15px 0 0;
	width:16px;
	height:15px;
	background-image: url(/recruit/img/common/ico_cmn_blank.png);
	background-size: 16px 15px;
	background-repeat: no-repeat;
}

img {
	border:none;
	font-size:0;
	line-height:0;
	vertical-align:bottom;
}

iframe{margin:0px;padding:0px;border:none;}

html{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
  height: 100%;
	text-align:center;
	letter-spacing:0em;
	font-size:14px;
	line-height:150%;
	color:#333333;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ,"游ゴシック体", "Yu Gothic",arial, helvetica, sans-serif;
}

/** |01. Reset | << ********************************************************************************* << END **/

/** |02. Common | >> ********************************************************************************* >> START **/

a{
	color:#333333;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
  opacity: 0.7;
  filter: alpha(opacity=70);
	transition: 0.3s ease-in-out;
}

.frame{
	position:relative;
	margin:0 auto;
	padding:0;
	text-align:left;
}

.frame:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.frame.full{
	padding:0 20px;
	width:1140px;
}

.bgClr{
	min-width:1180px;
}

.pcBlock{
	display:block !important;
}

.spBlock{
	display:none !important;
}

.pcInline{
	display:inline !important;
}

.spInline{
	display:none !important;
}

#Analytics{
	width:0;
	height:0;
	overflow:hidden;
	visibility:hidden;
}
.subcatch{
	letter-spacing:0.1em;
}

@media  (max-width: 640px) {

.frame.full{
	padding:0;
	width:auto;
}

.bgClr{
	min-width:0;
}

.pcBlock{
	display:none !important;
}

.spBlock{
	display:block !important;
}

.pcInline{
	display:none !important;
}

.spInline{
	display:inline !important;
}

}

/** |02. Common | << ********************************************************************************* << END **/

/** |03. Header | >> ********************************************************************************* >> START **/

#Header{
	height:110px;
}

#Header .headerWrap{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-width:1180px;
	height:109px;
	background-color:#fff;
	z-index:1001;
	border-bottom:1px solid #eee;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

#Header .logo{
	float:left;
	padding:20px 0 0 0;
}

#Header .form{
	position: absolute;
	top:15px;
	right:20px;
	padding:0;
}

#Header .form img{
	margin:0 auto;
	padding:11px 0;
}

#Header .form a{
	display:block;
	width:120px;
	height:77px;
	border-radius:5px;
	background-color:#6ab7df;
	text-align:center;
	color:#fff;
	font-size:13px;
	line-height:1;
	box-shadow:0px 3px 0px 0px #4191bb;
}

#Header .globalNavi .menu{
	position:relative;
	float:left;
	width:1000px;
}

#Header .globalNavi .menu .categoryList{
	padding:0;
}

#Header .globalNavi .menu .categoryList::before{
	content:" ";
	display: block;
	position: absolute;
	top:25px;
	left:0;
	background:#ddd;
	width:1px;
	height:14px;
}

#Header .globalNavi .menu .categoryList::after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

#Header .globalNavi .menu .categoryList li{
	float:left;
	text-align: center;
}

#Header .globalNavi .menu .categoryList li.company{
	width:200px;
}

#Header .globalNavi .menu .categoryList li.work{
	width:180px;

}

#Header .globalNavi .menu .categoryList li.staff{
	width:150px;

}

#Header .globalNavi .menu .categoryList li.support{
	width:180px;

}

#Header .globalNavi .menu .categoryList li.special{
	width:140px;

}

#Header .globalNavi .menu .categoryList li.recruit{
	width:150px;
}

#Header .globalNavi .menu .categoryList dt{
	font-weight:bold;
	font-size:14px;
	line-height:14px;
}

#Header .globalNavi .menu .categoryList dt a{
	position: relative;
	display:block;
	padding:25px 0 22px;
}

#Header .globalNavi .menu .categoryList dt a::after{
	content:" ";
	display: block;
	position: absolute;
	top:25px;
	right:0;
	background:#ddd;
	width:1px;
	height:14px;
}

#Header .globalNavi .menu .categoryList dd{
	display:none;
}

#Header .globalNavi .pullDown li{
	position:fixed;
	top:110px;
	left:0;
	overflow:hidden;
	visibility:hidden;
	width:100%;
	min-width:1180px;
	text-align:center;
	background-color:#fafafa;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

#Header .globalNavi .pullDown li .linkList{
	display:inline-block;
	margin:0 auto;
	padding:30px 0;
}

#Header .globalNavi .pullDown li .linkList dl::after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

#Header .globalNavi .pullDown li .linkList dd{
	float:left;
	width:255px;
	font-size:15px;
	line-height:15px;
	font-weight:bold;
}

#Header .globalNavi .pullDown li img{
	border-radius:8px;
}

#Header .globalNavi .pullDown li .linkList dd img{
	margin:0 0 10px 0;
	display:block;
}

#Header .globalNavi .menu .categoryList li.feature{
	float:none;
	position: absolute;
	top:-35px;
	right:0;
	border:1px #ddd solid;
	border-radius:3px;
	padding:0;
	font-size:12px;
	line-height:22px;
}

#Header .globalNavi .menu .categoryList li.feature a{
	display: inline-block;
	padding:0 10px;
	border-right:1px #ddd solid;
}

#Header .globalNavi .menu .categoryList li.feature a:last-child{
	border-right:none;
}

@media  (max-width: 640px) {

#Header{
	height:54px;
}

#Header .headerWrap{
	border-bottom:1px solid #eee;
	min-width:0;
	height:53px;
}

#Header .logo{
	float:left;
	padding:12px 0 0 15px;
}

#Header .form{
	position: relative;
	top:auto;
	right:auto;
	float:right;
	margin:0 10px 0 0;
	padding:10px 0 0 0;
}

#Header .form a{
	font-size:12px;
	width:80px;
	height:33px;
	line-height:33px;
	border-radius:16.5px;
}

#Header .spMenu{
	float:right;
	padding:10px 10px 7px 0;
}

#Header .globalNavi .menu{
	clear:both;
	float:none;
	width:auto;
}

#Header .scrollWrap{
	overflow:hidden;
	width:100%;
	height:0;
	background-color:#fff;
	overflow-y:auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#Header .globalNavi .menu .categoryList{
	padding:0 0;
}

#Header .globalNavi .menu .categoryList::before{
	content:none;
}

#Header .globalNavi .menu .categoryList li{
	float:none;
	padding:0 0;
	text-align: left;
}

#Header .globalNavi .menu .categoryList li.company{
	width:auto;
}

#Header .globalNavi .menu .categoryList li.work{
	width:auto;
}

#Header .globalNavi .menu .categoryList li.staff{
	width:auto;
}

#Header .globalNavi .menu .categoryList li.support{
	width:auto;
}

#Header .globalNavi .menu .categoryList li.special{
	width:auto;
}

#Header .globalNavi .menu .categoryList li.recruit{
	width:auto;
}

#Header .globalNavi .menu .categoryList dt{
	position:relative;
	padding:0 0;
	font-weight:bold;
	background-color:#de2a2b;
}

#Header .globalNavi .menu .categoryList dt a{
	display:block;
	padding:15px;
	color:#fff;
}

#Header .globalNavi .menu .categoryList dt a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	cursor:default;
}

#Header .globalNavi .menu .categoryList dt a::after{
	content:none;
}

#Header .globalNavi .menu .categoryList dd{
	display:block;
	position:relative;
	font-size:13px;
	line-height:13px;
	border-bottom:1px solid #eee;
}

#Header .globalNavi .menu .categoryList dd::before{
	position:absolute;
	display:block;
	content:"";
	top:50%;
	right:15px;
	margin:-3px 0 0 0;
	width:6px;
	height:6px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#Header .globalNavi .menu .categoryList dd a{
	display:block;
	padding:15px;
}

#Header .globalNavi .menu .categoryList li.feature{
	float:none;
	position:relative;
	top:auto;
	right:auto;
	border:none;
	border-radius:0;
	padding:0;
	font-size:12px;
	line-height:22px;
}

#Header .globalNavi .menu .categoryList li.feature a{
	position: relative;
	display:block;
	padding:15px;
	border-right:none;
	border-bottom: 1px #ddd solid;
	background-color: #eee;
}

#Header .globalNavi .menu .categoryList li.feature a::before{
	position:absolute;
	display:block;
	content:"";
	top:50%;
	right:15px;
	margin:-3px 0 0 0;
	width:6px;
	height:6px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#Header .globalNavi .menu .categoryList li.feature a:last-child{
	border-right:none;
}

}

/** |03. Header | << ********************************************************************************* << END **/

/** |04. RelNavi | >> ********************************************************************************* >> START **/

#RelNavi{
	position:relative;
	padding:70px 0 100px;
	width:100%;
	min-width:1180px;
	background-color:#f5f5f5;
}

#RelNavi .mainTitle{
	padding:0 0 50px;
	text-align:center;
	font-weight:bold;
}

#RelNavi .mainTitle .jp{
	padding:0 0 8px 0;
	display:block;
	font-size:20px;
	line-height:20px;
}

#RelNavi .mainTitle .en{
	display:block;
	color:#e02530;
	font-size:10px;
	line-height:10px;
}

#RelNavi .relList{
	margin:0 auto;
	padding:0 0 0 0;
	width:1038px;
}

#RelNavi .relList::after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

#RelNavi .relList li{
	float:left;
	margin:0 18px;
	width:310px;
	background-color:#fff;
	border-radius:5px;
}

#RelNavi .relList li a{
	display:block;
}

#RelNavi .relList li .ttl{
	display:block;
	padding:25px 0;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

#RelNavi .relList li .ttl small{
	font-weight:normal;
	font-size:15px;
}

#RelNavi .relList li img{
	border-radius:5px 5px 0 0 ;
}

@media  (max-width: 640px) {

#RelNavi{
	padding:50px 0 50px;
	min-width:0;
}

#RelNavi .mainTitle{
	padding:0 0 30px;
}

#RelNavi .relList{
	width:auto;
}

#RelNavi .relList li{
	float:none;
	margin:0 15px 15px;
	width:auto;
}

#RelNavi .relList li .ttl{
	padding:15px 0;
	font-size:14px;
}

#RelNavi .relList li .ttl small{
	font-weight:normal;
	font-size:12px;
}

#RelNavi .relList li img{
	width:100%;
	height:auto;
}

}

/** |04. RelNavi | << ********************************************************************************* << END **/

/** |04. SpeNavi | >> ********************************************************************************* >> START **/

#SpeNavi{
	position:relative;
	padding:0 0 135px;
	width:100%;
	min-width:1180px;
	background-color:#f5f5f5;
}

#SpeNavi .mainTitle{
	padding:0 0 50px;
	text-align:center;
	font-weight:bold;
}

#SpeNavi .mainTitle .jp{
	padding:0 0 8px 0;
	display:block;
	font-size:20px;
	line-height:1.2;
}

#SpeNavi .mainTitle .en{
	display:block;
	color:#e02530;
	font-size:10px;
	line-height:10px;
}

/*

#SpeNavi .speList{
	margin:0 auto;
	padding:0 0 0 0;
	width:1038px;
}

#SpeNavi .speList::after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

#SpeNavi .speList li{
	float:left;
	margin:0 18px;
	width:310px;
	background-color:#fff;
	border-radius:5px;
}

#SpeNavi .speList li a{
	display:block;
}

#SpeNavi .speList li .ttl{
	display:block;
	padding:20px;
	min-height:60px;
	text-align:left;
	font-size:14px;
	line-height:1.5;
	font-weight:normal;
}

#SpeNavi .speList li .ttl small{
	font-weight:normal;
	font-size:15px;
}

#SpeNavi .speList li img{
	border-radius:5px 5px 0 0 ;
}

*/

#SpeNavi .speList{
	margin:0 auto;
	padding:0 0 0 0;
	width:1000px;
}

#SpeNavi .speList::after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

#SpeNavi .speList li{
	float:left;
	margin:0 20px 0 0;
	width:235px;
	background-color:#fff;
	border-radius:5px;
}

#SpeNavi .speList li:last-child{
	margin:0;
}

#SpeNavi .speList li a{
	display:block;
}

#SpeNavi .speList li .ttl{
	display:block;
	padding:20px;
	min-height:60px;
	text-align:left;
	font-size:14px;
	line-height:1.5;
	font-weight:normal;
}

#SpeNavi .speList li .ttl small{
	font-weight:normal;
	font-size:15px;
}

#SpeNavi .speList li img{
	width:235px;
	height:149px;
	border-radius:5px 5px 0 0 ;
}

@media  (max-width: 640px) {

#SpeNavi{
	padding:0 0 35px;
	min-width:0;
}

#SpeNavi .mainTitle{
	padding:0 0 30px;
}

#SpeNavi .speList{
	width:auto;
}

#SpeNavi .speList li{
	float:none;
	margin:0 15px 15px;
	width:auto;
}

#SpeNavi .speList li:last-child{
	margin:0 15px 0;
}

#SpeNavi .speList li .ttl{
	padding:15px;
	font-size:14px;
	min-height:0;
}

#SpeNavi .speList li .ttl small{
	font-weight:normal;
	font-size:12px;
}

#SpeNavi .speList li img{
	width:100%;
	height:auto;
}

}

/** |05. SpeNavi | << ********************************************************************************* << END **/

/** |06. PageTop | >> ********************************************************************************* >> START **/

#PageTop{
	position:relative;
	width:100%;
	z-index:1000;
	background-color:#f00;
	opacity:0;
}

#PageTop.fix{
	position:fixed;
	bottom:0;
	right:0;
}

#PageTop a{
	position:absolute;
	display:block;
	bottom:10px;
	right:0;
	width:50px;
	height:50px;
}

@media  (max-width: 640px) {

#PageTop{
	position:fixed;
	bottom:0;
	right:0;
}

#PageTop a{
	right:10px;
}

}

/** |06. PageTop | << ********************************************************************************* << END **/

/** |07. Footer | >> ********************************************************************************* >> START **/

#Footer{
	position:relative;
	margin:-35px 0 0 0;
	width:100%;
	min-width:1180px;
	color:#fff;
	background-color:#222;
	z-index:2;
}

#Footer a,
#Footer a:hover{
	color:#fff;
}

#Footer .btnList{
	display:block;
	text-align:left;
	letter-spacing:-0.1em;
}

#Footer .btnList{
	margin:0 auto 0;
	padding:70px 80px 70px;
}

#Footer .btnList .left{
	float:left;
}

#Footer .btnList .right{
	float:right;
}

#Footer .btnList::after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

/*----------[category]----------*/

#Footer .categoryList{
	padding:0 80px 35px;
}

#Footer .categoryList::after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

#Footer .categoryList li{
	float:left;
	width:245px;
	min-height:180px;
}

#Footer .categoryList li.special{
	clear:both;
}

#Footer .categoryList .linkList dt{
	padding:0 0 20px 0;
	color:#de2a2b;
	font-size:16px;
	line-height:16px;
}

#Footer .categoryList .linkList dd{
	position:relative;
	margin:0 5px 12px 0;
	padding:0 0 0 12px;
	font-size:13px;
	line-height:16px;
}

#Footer .categoryList .other .linkList dd{
	padding:0 0 0 18px;
}

#Footer .categoryList .linkList dd::before{
	position:absolute;
	content:" ";
	display:block;
	top:50%;
	left:0;
	margin:-3px 0 0 0;
	width:5px;
	height:5px;
	background-image:url(../img/common/ico_cmn_arrow_01.png);
	background-position:0 0;
	background-size:5px 5px;
	background-repeat:no-repeat;
}

#Footer .categoryList .other .linkList dd::before{
	content:" ";
	display:block;
	top:50%;
	left:0;
	margin:-4px 10px 0 0;
	width:10px;
	height:9px;
	background-image: url(/recruit/img/common/ico_cmn_blank_s.png);
	background-size: 10px 9px;
	background-repeat: no-repeat;
}



#Footer .categoryList .site{
	width:490px;
}

#Footer .categoryList .site::after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
#Footer .categoryList .site img{
	border-radius:5px;
}

#Footer .categoryList .site span{
	display:block;
	float:left;
	margin:0 18px 0 0;
	width:145px;
	height:145px;
	text-align:center;
}

#Footer .categoryList .site span a{
	display:block;
	font-size:12px;
	line-height:145px;
}

/*----------[subFooter]----------*/

#Footer .subFooter{
	background-color:#fff;
	letter-spacing: -0.4em;
}

#Footer .subFooter,
#Footer .subFooter a,
#Footer .subFooter a:hover{
	color:#000;
	text-decoration:none;
}

#Footer .subFooter ul{
	padding:30px 0 15px;
	text-align: center;
}

#Footer .subFooter ul::after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

#Footer .subFooter li{
	display: inline-block;
	position:relative;
	margin:0;
	padding:0 8px;
	font-size:13px;
	font-weight:normal;
}

#Footer .subFooter li:last-child{
	margin:0 0 0 0;
}

#Footer .subFooter li .ico{
	position:absolute;
	top:50%;
	left:0;
	margin:-7px 0 0 0;
}

#Footer .subFooter .copy{
	display: block;
	padding:20px 0 0 0;
	text-align: center;
	font-size:12px;
	font-weight:normal;
	letter-spacing: 0;
}

@media  (max-width: 640px) {

#Footer{
	margin:0 0 0 0;
	min-width:0;
}

#Footer .btnList{
	display:block;
	text-align:left;
	letter-spacing:-0.1em;
}

#Footer .btnList{
	margin:0 auto 0;
	padding:30px 15px 15px;
}

#Footer .btnList .left{
	padding:0 0 15px 0;
	width:auto;
	float:none;
	text-align:center;
}

#Footer .btnList .left img{
	width:100%;
	height:auto;
}

#Footer .btnList .right{
	padding:0 0 0 0;
	width:auto;
	float:none;
	text-align:center;
}

#Footer .btnList .right img{
	width:100%;
	height:auto;
}

/*----------[category]----------*/

#Footer .categoryList{
	padding:0 15px 30px;
}

#Footer .categoryList li{
	float:none;
	width:auto;
	min-height:0;
}

#Footer .categoryList .linkList dt{
	padding:15px 0;
}

#Footer .categoryList .linkList dd a{
	display:block;
}

#Footer .categoryList .site{
	padding:15px 0 0 0;
	width:auto;
}

#Footer .categoryList .site span{
	display:block;
	float:left;
	margin:0 3.3% 0 0;
	width:30%;
	height:auto;
}

#Footer .categoryList .site span img{
	width:100%;
	height:auto;
}

/*----------[subFooter]----------*/

#Footer .subFooter ul{
	padding:30px 10px 20px;
}

#Footer .subFooter li{
	width:33.33%;
	margin:0 0 10px 0;
	padding:0 5px;
	box-sizing: border-box;
}

#Footer .subFooter li img{
	width:100%;
	height:auto;
}

#Footer .subFooter .copy{
	width:100%;
	padding:10px 0 0 0;
	text-align:center;
	font-size:10px;
}

}

/** |07. Footer | << ********************************************************************************* << END **/

/** |08. Print | >> ********************************************************************************* >> START **/

@media print{

#Header,
#Footer{
	display:none;
}

}

/** |08. Print | << ********************************************************************************* << END **/

/** |09. MainVisual | >> ********************************************************************************* >> START **/

#MainVisual{
	min-width:1180px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

#MainVisual .frame{
	min-height:400px;
}

#MainVisual h2{
	position:absolute;
	top:50%;
	left:50%;
	width:196px;
	height:196px;
	margin:-98px 0 0 -98px;
	transform-style:preserve-3d;
	transition:all 0.5s cubic-bezier(0.2, -0.2, 0.8, 1) 0s;
	transform: rotateY(-90deg);
}

#MainVisual h2.open{
	transform: rotateY(0);
}

@media  (max-width: 640px) {

#MainVisual{
	min-width:0;
	min-height:200px;
}

#MainVisual .frame{
	min-height:200px;
}

#MainVisual h2{
	width:120px;
	height:120px;
	margin:-60px 0 0 -60px;
	transform: rotateY(0);
}

#MainVisual h2 img{
	width:120px;
	height:120px;
}

}

/** |09. MainVisual | << ********************************************************************************* << END **/

/** |10. PageAnchor | >> ********************************************************************************* >> START **/

#PageAnchor .anchorList{
	padding:100px 0;
	text-align:center;
	letter-spacing:-0.4em;
}

#PageAnchor .anchorList li{
	display:inline-block;
	width:249px;
	letter-spacing:0;
	background-color:#eee;
	border-right:1px #fff solid;
}

#PageAnchor .anchorList li a{
	position:relative;
	padding:15px 0;
	display:block;
	font-size:14px;
	line-height:14px;
}

#PageAnchor .anchorList li a::before{
	content:" ";
	display:block;
	position:absolute;
	top:50%;
	left:10px;
	margin:-2px 0 0 0;
	width:5px;
	height:5px;
	background-image:url(../img/common/ico_cmn_arrow_03.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:5px 5px;
}

@media  (max-width: 640px) {

#PageAnchor .anchorList{
	padding:30px 15px;
	letter-spacing:0;
}

#PageAnchor .anchorList li{
	display:block;
	width:auto;
	border-right:0;
	border-bottom:1px #fff solid;
}

}


/** |10. PageAnchor | << ********************************************************************************* << END **/
