body {
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
}

h1,
h2,
h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

h1{
	margin-bottom: 0;
}

h4 {
    font-size: 15px;
}

img{
	max-width: 100%;
	height:auto;
}

.img-responsive{
	width: 100%;
}

a {
    color: #222;
    transition: all 0.2s ease 0s;
    -webkit-tap-highlight-color:rgba(165, 165, 165, 0.44);
}

a:hover {
    color: #7c7c7c;
    transition: all 0.2s ease 0s;
	opacity: 0.8;
}

.breadcrumb {
	padding: 8px 0px;
	margin-bottom: 0px;
	list-style: none;
	background-color: #f4f4f4;
	border-radius: 0px;
	font-size: 14px;
	box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.6);
	font-weight: bold;
}

.breadcrumb a {
}

.well {
    overflow: hidden;
    padding-top: 25px;
    margin-bottom: 35px;
    background: #fff;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.navbar-default .nav li a {
}

.navbar-default .nav li a:hover {
	color: #fff;
	background-color: #006bac;
}
.navbar-default .nav li a:focus{
	color: #fff;
	background-color: #006bac;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #006bac;
}


/*ナビゲーション*/

.navbar-nav > li {
	margin-right:20px;
}

.navbar-nav > li:hover {
	margin-right:20px;
}

.navbar-nav > li:last-child {
	margin-right:0px;
}


.nav li a {
	font-size: 17px;
	

}

.nav li .fa {
}
.nav li span {
	font-size:12px;
}







@media (max-width: 480px) {
    .carousel {
        margin-top: 0px;
    }
   .navbar-default {
    background-color: rgba(255,255,255, 1);
}
}


.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
    border: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------*/
.logo_title{
    font-size:9px;
    font-weight: normal;
}

h2.title2{
	font-size: 26px;
	font-weight: bold;
	margin-bottom:50px;
}

h2.title2 span{
	padding:5px 10px;
	border-left: 5px solid #2982BD;
	border-bottom:solid 2px #eee;

}

h2.title2 .sub_title {
	font-weight: bold;
	font-size: 15px;
	border:none;
}


.title2_002{
	margin-bottom:50px;
}

.title2_002 span{
	padding-bottom: 10px;
	border-bottom:solid 2px #3D4FA1;
}

.title2_002 .sub_title{
	border: none;
}

.img-thumbnail2 {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}




/*-----------------------------------------------------------------------------------news---------*/

section#catch {
    padding: 60px 0 20px;
}

section#catch {
    background: fff;
    background-position: bottom;
    margin-top:46px;
    padding: 0px 0 40px;
}


section#news {
    padding:50px 0 30px 0;
}

#news {
    width: 100%;
	background: rgba(237, 237, 237, 0.39);

}

#news ul {
    list-style: none;
    margin-top: 15px;
    padding-left: 0;
}

#news ul li {
    margin-bottom: 10px;
	padding-bottom:7px;
	border-bottom: dotted 1px #666;
}

#news ul li .news_date {
    width: 16%;
    display: inline-block;
}

#news ul li a {
    color: #222;
}

.news_cont h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom:30px;
}

.news_cont h2 span{
	padding:5px 10px;
	border-left: 5px solid #2982BD;
	border-bottom:solid 1px #eee;
}

.news_cont h2 .news_sub{
    font-weight: bold;
    font-size:15px;
	border-left: none;
	border-bottom:none;

}


.border_blue{
    position: relative;
    padding:0 30px 4px 0;
	border-bottom: 3px solid #ccc;
    
}

.border_blue::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 70%;
	height: 3px;
	background-color: #3498db;
}

.sub_title{
    font-weight: bold;
    font-size:20px;
}


.news_cont p {
    float: left;
    padding-left: 20px;
    margin-top: 25px;
}

.news_cont p a:hover {
    color: #999;
}

.news_list {
    float: right;
    padding-left: 22px;
    background: url(../images/arrow_blue.png ) no-repeat 0 6px;
    margin-top: 25px;
}

.news_list a:hover {
    color: #02328d;
}

#news_line {
    width: 80%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
}

#news_line li a:hover {
    color: #999;
}

.btn_mt{
	margin-top: 28px;
}

button.more_btn {
	background: #3B51A1;
    color: #fff;
    border: none;
    position: relative;
    height: 38px;
    font-size: 14px;
    padding: 0 14px;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
	border-radius: 2px;
	font-weight: bold;
}

button.more_btn:hover {
    opacity: 0.7;
}

button.more_btn .fa{
	position: relative;
	top:-1px;
	left:-3px;
}

.top_heading {
    line-height: 39px;
    margin-bottom:30px;
    font-weight: bold;
	color: #3455A4;
	font-size:36px;
}

.top_txt{
    margin-bottom:34px;
	max-width: 82%;
	margin: 0 auto;
	padding:10px 0;
}


.border_green{
    position: relative;
    padding:0 30px 4px 0;
	border-bottom: 3px solid #ccc;
    
}

.border_green::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 70%;
	height: 3px;
	background-color: #00d6a5;
}

.border_red{
	position: relative;
	padding:0 30px 4px 0;
	border-bottom: 3px solid #ccc;

}

.border_red::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 70%;
	height: 3px;
	background-color: #e61d63;
}






.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#reform {
    background: #fafafa;
}

.portfolio_bg {
    background: url(../images/works_bg.jpg) no-repeat;
    background-size: cover;
	background-position: 50% 70%;
}

.reform_box {
    margin-bottom: 32px;
}

#reform_list {
    background: url(../images/shokon_bg01.png);
}

#reform_list i {
    color: #0168b3;
}

#reform_list .top_heading {}


/*page*/

.page_title002 {
	margin-top: 150px;
	font-size: 26px;
	text-align: center;
}

.page_title_bg {
    padding: 5px 12px;
	text-align: center;
}

.page_title002 span {
    font-size: 32px;
	border-bottom:solid #3B51A1 2px;
}

.page_title002 span small {
    font-size: 19px;
    color: #222;
}

.hr001 {
    margin: 40px 0 44px;
    clear: both;
}


/*reform*/

.reform-section {
    padding: 0;
}

.highlight-reform {
    background: url(../images/page_top_reform.jpg) center 47%;
    background-size: cover;
    height: 220px
}


}
.highlight-top .overlay {
    background: rgba(255, 255, 255, 0.3);
    padding: 45px 0;
}

/*works*/
.works-section {
    padding: 0;
}
.highlight-works {
    background: url(../images/page_top_works.jpg) center 70%;
    background-size: cover;
    height: 220px
}

}
.highlight-top .overlay {
    background: rgba(255, 255, 255, 0.3);
    padding: 45px 0;
}
.works_bg {
    background-size: cover;
	padding: 45px 0;
	background: url(../images/bg_stripe.png) repeat 50% 0,rgba(237, 237, 237, 0.2);
}

/*service*/
#service {}
#service h4 {
    line-height: 23px;
    margin-bottom:40px;
}

/*page_service*/

section#page_service{
	padding: 40px 0 80px;
}



#service001,
#service002,
#service003,
#service004,
#service005,
#service006{
	margin-top:-100px;
	padding-top:100px;
}
#page_service h4.page_service_title{
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 19px;
	border-bottom: solid 2px #0294DF;
	padding: 5px 10px 5px 10px;
	background: #3B51A1;
	color: #fff;
}


.page_service_txt{
	font-size: 16px;
}

#page_service .page_service_img{
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}



.company_bg {
    background:#eee;
    background-size: cover;
}
section#company {
	padding: 45px 0;
}
section#company table {
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: solid #d8d4d4 1px;
}


.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 16px 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
	color: #223267;
}

section#company .map{
	border:solid 1px #eee;
	padding: 5px;
}



/*recruit*/

section#recruit{
	padding: 45px 0;
}

.recruit_table{
	width:100%;
	border: 1px solid #ccc;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}

.recruit_table th{
	padding: 15px 12px;
	border-top: solid 1px #ffffff;
	width: 30%;
	overflow: hidden;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background-color: #0e61d3;
}


.recruit_table td{
	padding: 15px 12px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	background-color: #ffffff;
	border-top: solid 1px #ccc;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}

@media (max-width: 400px){
	.recruit_table th{
		width:100%;
		display:block;
		margin: 0 auto;
		border:none;
	}
	.recruit_table td{
		display: list-item;
		width: 100%;
		border-top: none !important;
	}
}/* end */


/*archive*/
section#archive {
    padding:40px 0 60px;
}
.archive-section {
    padding: 0;
}
.highlight-archive {
    background: url(../images/page_top.jpg) center 70%;
    background-size: cover;
    height:220px;
    box-shadow: 2px 2px 2px #666;
}
#archive .section-heading {
    margin-bottom:70px;
}


.archive_box {
	width: 95%;
	clear: both;
	margin-bottom:20px;
	padding-bottom:8px;
	overflow: hidden;
	font-size: 16px;
	border-bottom:solid #eee 1px;
}
.archive_box .archive_date {
	width: 15%;
	float:left;
	margin-right: 12px;
}

.archive_box .archive_title {
	font-weight: bold;
	font-size: 16px;
	float:left;
	width: 68%;
	line-height: 21px;
}
.archive_box .archive_title a {
	color: #124FAA;
	text-decoration: underline;
}

.archive_box .cat{
	background: #124FAA;
	color: #fff;
	padding: 2px 12px;
	margin-right:15px;
	float: left;
	font-size: 13px;
	text-align: center;
	border-radius: 2px;
	display: none;
}


.archive_more_btn {
	margin-top:30px;
	margin-bottom:14px;
	overflow: hidden;
}
.archive_well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    overflow: hidden;
}
.news_title {
    position: relative;
    padding-bottom: .5em;
    border-bottom: 4px solid #ccc;
}
.news_title:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
}
.news_title a {
    color: #222;
}

/*single*/
section#single {
    padding:60px 0 60px;
}
.single-section {
    padding: 0;
}
.highlight-single {
    background: url(../images/page_top.jpg) center 70%;
    background-size: cover;
    height:220px;
    box-shadow: 2px 2px 2px #666;
}



.single_box {
	clear: both;
	padding-bottom:8px;
	overflow: hidden;
	font-size: 16px;
	width: 100%;
	border-right:solid 1px #e6e6e6;
	box-sizing: border-box;
	padding-right: 5%;
	min-height: 420px;
}
.single_box .single_date {
	width: 15%;
	float:left;
	margin-right: 5px;
	margin-bottom:10px;
}

.single_box .single_title {
	font-weight: normal;
	font-size: 16px;
	float:left;
	width: 68%;
	line-height: 21px;
}
.single_box .single_title a {
	color: #124FAA;
	text-decoration: underline;
}

.single_box .cat{
	background: #124FAA;
	color: #fff;
	padding: 2px 12px;
	margin-right:15px;
	float: left;
	font-size: 11px;
	text-align: center;
	border-radius: 2px;
	margin-top:2px;
}
.single_box .news_title {
	clear: both;
	border-bottom: solid 2px #0294DF;
	padding: 5px 10px 5px 10px;
	background: #3B51A1;
	color: #fff;
}


.single_box .single_post{
	min-height: 150px;
	clear: both;
}









.screen-reader-text {
    display: none;
}
.nav-links {
    width: 100%;
	overflow: hidden;
}
.nav-links a {
    color: #333;
    border-bottom: solid 1px #333;
    padding: 5px 6px;
    border-radius: 2px;
    font-size: 13px;
    margin-bottom: 10px;
    transition: all 0.2s ease 0s;
    width: 100%;
    line-height: 28px;
}
.nav-links a:hover {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    transition: all 0.2s ease 0s;
    width: 100%;
    text-decoration: none;
}
.nav-previous {
    float: left;
    margin-top: 30px;
}
.nav-next {
    float: right;
    margin-top: 30px;
}


.nav-previous a:before{
	content: '<<';
	margin-right: 3px;
	font-size: 10px;
	top:-1px;
	position: relative;
}


.nav-next a:after{
	content: '>>';
	font-size: 10px;
	top:-1px;
	position: relative;
}


/*single*/
section#single_works {
    padding:40px 0 60px;
}
.single_works-section {
    padding: 0;
}
.highlight-single_works {
    background: url(../images/page_top.jpg) center 70%;
    background-size: cover;
    height:220px;
    box-shadow: 2px 2px 2px #666;
}

.single_works_box{
	width: 100%;
	border-right:solid 1px #e6e6e6;
	box-sizing: border-box;
	padding-right: 5%;
	padding-bottom: 20px;
}

.single_works_box .news_title {
	clear: both;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	margin-bottom:15px;
}
.single_works_box .news_title::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 40%;
	height: 4px;
	background-color: #124FAA;
}

.single_works_box .single_date{
	margin-bottom:14px;
}


.single_works_title {
    margin-bottom:20px;
}
.single_works_content_box {
    margin-top:30px;
}
.sp-selected-thumbnail {
    border: 3px solid #898989;
}
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
    cursor: pointer;
}
.visible-xs .sp-selected-thumbnail {
	border: 1px solid #898989;
}



/*latest_works*/

.latest_works_box {
	margin-top: 70px;
}
.latest_works_box .latest_works_title {
}

.latest_works_box .latest_works_title  {
	clear: both;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	margin-bottom:22px;
}
.latest_works_box .latest_works_title::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 40%;
	height: 4px;
	background-color: #124FAA;
}

.latest_single_caption h4{
	background: #eee;
	margin: 0 0 20px 0;
	padding:8px 5px;
	font-size: 12px;
}

/*spacer*/
.spacer15 {
    margin-bottom:15px !important;
}
.spacer50 {
    margin-bottom:50px !important;
}
.spacer100 {
    margin-bottom:100px !important;
}

/*widget*/
#secondary section {
    padding:0;
}
.widget-title {
	margin-bottom: 19px !important;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	letter-spacing: 0;
	margin-bottom: 7px;
	background: #eee;
	padding: 8px 13px;
	border-radius: 2px;
	border-left: 3px solid #3F4C9E;
}




.widget-area ul {
    margin-bottom: 40px;
    padding:0;
}
.widget-area ul li {
    margin-bottom: 4px;
    padding-left: 16px;
	padding-bottom:3px;
    list-style: none;
	border-bottom:solid 1px #eee;
	position: relative;
	margin-left: 10px;
}
.widget-area ul li:before {
	font-family: FontAwesome;
	content: '\f00c';
	font-size: 12px;
	position: absolute;
	left: -8px;
	top:5px;
	color: #660027;
	margin-right:10px;
}
.widget_archive {
    margin-bottom: 40px;
}

/*contact*/

/*archive*/
section#contact_page {
    padding:40px 0 60px;
}
.contact_page-section {
    padding: 0;
}
.highlight-contact_page {
    background: url(../images/page_top.jpg) center 70%;
    background-size: cover;
    height:220px;
    box-shadow: 2px 2px 2px #666;
}

.contact_form p{
	font-weight: bold;
	font-size: 15px;
}

.contact_form input{
	height: 40px;
}

.contact_form textarea{
	height: 180px;
}

.contact_form input,
.contact_form textarea{
	width:100%;
	margin:10px 0 18px;
	border-radius: 3px;
	border:solid #a3a3a3 1px;
	padding: 10px;
	font-weight: normal;
}

.contact_form input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	width: 260px;
	margin: 0 auto;
	display: block;
	height: auto;
	background: #3498db;
	color: #fff;
	transition: all 0.3s ease 0s;

}
.contact_form input[type="submit"]:hover {
	background: #1e7ebe;

}


/*contact form*/

/*** レスポンシブテーブルデザイン ***/
.reserve_table {
    width: 100%;
    margin: 0px 0 25px;
    border: 2px solid #d6ceb4;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
.reserve_table th {
    padding: 20px 15px 17px;
    border-top: solid 1px #ffffff;
    width: 30%;
    overflow: hidden;
    color: #333;
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
    background-color: #eeece4;
}
.reserve_table td {
    padding: 15px 15px 17px;
    text-align: left;
    vertical-align: top;
    color: #595960;
    background-color: #ffffff;
    border-top: dotted 1px #e0dccc;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
@media (max-width: 400px) {
    .reserve_table th {
        width: 100%;
        display: block;
        margin: 0 auto;
        border: none;
        border-radius: 3px;
    }
    .reserve_table td {
        display: list-item;
        width: 100%;
        border-top: none !important;
    }
    .reserve_table input,
    .reserve_table select,
    .reserve_table textarea {
        width: 100%;
        border-radius: 4px;
    }
}

/* end */
.reserve_table textarea {
    width: 100%;
    border: solid #ccc 1px;
    border-radius: 4px;
}

/*footer*/
#contact p {
    margin-bottom:0px;
}
.footer_logo {
    width:70%;
}
.footer_tel {
    font-size:30px;
    margin:20px 0 0;
}
.footer_map {
    margin-top:20px;
}



.footer-distributed{
	background: rgba(237, 237, 237, 0.39);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	border-top:solid 3px #3B51A1;
	padding: 70px 50px 40px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 38%;
	border-right: 1px solid #cccccc;
	padding-bottom: 15px;
}

/* The company logo */

.footer-distributed h3{
	color:  #333;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed ul.footer-links{
	color:  #333;
	margin: 0px 0 12px 30px;
	padding: 0;
	list-style: none;
}

.footer-distributed .footer-links li{
	border-bottom:solid #eee 1px;
	padding-bottom: 2px;
}

.footer-distributed .footer-links li:before{
	font-family: FontAwesome;
	content: '\f14a';
	font-size: 13px;
	margin-right: 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
	font-size: 15px;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 33%;
	border-right: 1px solid #cccccc;
	margin-right:1%;
}

.footer-distributed .footer-center i{
	color: #193394;
	font-size: 30px;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 40px;
	margin: 10px 10px 10px 10px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #333;
	vertical-align: middle;
	margin:0;
	font-size: 15px;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #333;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
	
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #666;
	font-size: 13px;
	font-weight: normal;
	margin: 20px 0 0 0;
	width: 90%;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
		padding: 20px 10px 0px;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center{
		display: block;
		width: 100%;
		margin-bottom: 0px;
		border-right: 0px dashed #cccccc;
		padding-bottom: 15px;
	}
	.footer-distributed .footer-right{
		display: none;
		width: 100%;
		margin-bottom: 40px;
		border-right: 0px dashed #cccccc;
		padding-bottom: 15px;
	}


	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	
	
	.footer-distributed .footer-company-about {
		line-height: 20px;
		font-size: 13px;
		font-weight: normal;
		margin: 20px 0 0 0;
		width: 97%;
		text-align: left;
	}
	.footer-distributed ul.footer-links {
		color: #333;
		margin: 0px 0 12px 0px;
		padding: 0;
		list-style: none;
	}

}

/*page_nav*/

.wp-pagenavi {
	clear: both;
	margin-top:40px;
	margin-bottom:30px;
	font-size: 13px;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	color:#ecf0f1;
	background:#4aa3df;
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	display: inline-block;
	color:#ecf0f1;
	background:#124FAA;
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi span.current {
	display: inline-block;
	font-weight: bold;
}



/*high_light*/
.company-section {
	padding: 0;
}
.highlight-service {
	background: url(../images/page_bg.jpg)  center 45%;
	background-size: cover;
	height:240px;
}

.highlight-company {
	background: url(../images/page_bg.jpg)  center 70%;
	background-size: cover;
	height:240px;
}


/*pagetop*/


#pageTop {
	position: fixed;
	bottom: 13px;
	right: 20px;
	z-index: 10000;
}




#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 0 8px;
	width: 40px;
	height: 40px;
	background-color: #eee;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	position: relative;
	
}


#pageTop a:hover {
	text-decoration: none;
	opacity: 0.5;
}

#pageTop a .fa{
	position: absolute;
	left:11px;
	font-size: 18px;
}


label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: wi;
	width: 100%;
}