/*※※※※ Reset ※※※※※※※※※※※*/
@charset "utf-8";
/*
Theme Name: JIO
Author: Viasto
*/

/* Reset
-------------------------------------------*/

* {
	padding: 0;
	margin: 0;
	/*list-style: none;*/
	font-style:normal;
}
body,div,pre,p,blockquote,form,fieldset,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,button{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-weight: normal;
    color: #555;
}
body {
    background: none repeat scroll 0 0 #fff;
    color: #222;
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 14px;
    overflow-y: scroll;
}
select,input,textarea,option {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img{
	border: 0;
	margin: 0px;
	padding: 0px;
	display: block;
    vertical-align: bottom;
}
a img{
	border-style: none;
	border:0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
	font-style: normal;
	padding: 0px;
	line-height: normal;
	clear: both;
}
table {
    border-collapse: collapse;
}
a {
    color: #3c95d3;
    outline: medium none;
    text-decoration: none;
}
p {
    word-break: break-all;
}
a:hover {
	text-decoration: none;
}
*:after { clear:both; }

/* Layout
-------------------------------------------*/
#wrapper {
	overflow: hidden;
	background: none repeat scroll 0 0 #fff;
}
#headerWrap {
    overflow: hidden;
}
#container {
    overflow: hidden;
    margin: 0px 0 50px;
}
#headerWrap li,#container li,#footerWrap li,#pankuz li {
    list-style: none;
}
#footerWrap {
	background: none repeat scroll 0 0 #F3F4F8;
    overflow: hidden;
}
/* 共通
-------------------------------------------*/
.inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.inner2 {
    width: 960px;
    margin: 0 auto;
}
#wrapper div p {
	color: #555;
	background-image: url(images);
}
/* h2 --*/
h2 {
    border-left: 5px solid #244386;
    font-size: 18px;
    line-height: 25px;
    padding-left: 10px; 
}  
.titleH2 {
    border-bottom: 2px solid #aaa;
    padding-bottom: 5px;
    margin-top: 10px;
}
dl.ttile {
    overflow: hidden;
    border-bottom: solid 1px #244386;
    padding-bottom: 5px;
}
dl.ttile dt {
    float: left;
    padding-right: 15px;
}
dl.ttile dd.subTtile {
    border-left: 1px solid #555;
    float: left;
    line-height: 17px;
    margin: 4px 0;
    padding-left: 15px;
}
dl.ttile dd {
    float: right;
    line-height: 25px;
    padding-left: 15px;
}
/*  aタグ text-decoration　--*/
#Gnav a,#headerWrap .headRight span a,#mainSearvice a,#company a {
    text-decoration: none;
}
.contactBg span a {
    background: #ffb027; /* Old browsers */
    background: -moz-linear-gradient(top, #ffb027 0%, #fe8b02 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffb027 0%,#fe8b02 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffb027 0%,#fe8b02 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb027', endColorstr='#fe8b02',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ddd;
    border-radius: 7px;
    color: #fff;
    display: block;
    padding: 7px 20px;
}
/*  固定ページ p */
.pageMain p {
    margin: 15px 5px 30px;
}
/* toTop ---------------*/
#toTop {
    overflow: hidden;
    border-bottom: 1px solid #ddd;  
}
#toTop img {
    float: right;
}
#toTop a:hover {
    opacity: 0.6;
}
/* breadcrumb
-------------------------------------------*/
#pankuz {

}
#pankuz #breadcrumb {

}
#pankuz #breadcrumb ul {
    margin: 5px 0;
    overflow: hidden;
}
#pankuz #breadcrumb ul li {
    float: left;
    margin-right: 20px;
    background-image: url("./images/icon/pankuz_icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 1.6;
}
#pankuz #breadcrumb ul li:first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
}
/* header
-------------------------------------------*/
#headerWrap .headerTop {
    overflow: hidden;
    font-size: 13px;
}
#headerWrap .headerTop .h1 {
	margin: 10px 0;
    float: left;
}
#headerWrap .headerTop .h1 h1 {
    font-size: 13px;
}
#headerWrap .headerTop .headerLink {
    float: right;
    margin: 10px 0;
}
#headerWrap .headerTop .headerLink ul {
    overflow: hidden;
}
#headerWrap .headerTop .headerLink ul li {
    border-right: 1px solid;
    float: left;
    margin: 0 3px;
    padding: 0 5px 0 0;
}
#headerWrap .headerMain {
    margin-bottom: 10px;
    overflow: hidden;
}
#headerWrap .headerMain .logo {
    float: left;
    width: 45%;
}
#headerWrap	.headerMain .headRight {
    float: right;
    overflow: hidden;
    width: 55%;
}
#headerWrap .headerMain .headRight .headerContact {
    float: right;
}
#headerWrap .headerMain .headRight .headerTel {
    float: left;
    width: 50%;
    height: 50%;
}
#headerWrap .headerMain .headRight .headerTime {
    float: right;
    margin: 10px 0;
    overflow: hidden;
}
#headerWrap .headerMain .headRight .headerTime dl {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
#headerWrap .headerMain .headRight .headerTime dl dt {
    background: #ddd none repeat scroll 0 0;
    float: left;
    font-size: 12px;
    margin: 2px;
    padding: 3px 20px;
    border-radius: 3px;
}
#headerWrap .headerMain .headRight .headerTime dl dd {
    float: left;
    font-size: 12px;
    padding: 5px 50px;
    text-align: center;
}
#headerWrap .headerMain .headRight .headerContact span  {
    float: right;
}
#headerWrap .headerMain .headRight .headerContact span a {
    border: 1px solid #ddd;
    border-radius: 7px;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 7px 20px;
}
#headerWrap .headerMain .headRight .headerContact span a:hover {
    opacity: 0.6;
}

/* Gnavi
-------------------------------------------*/
#Gnav {
    background: #2c549c; /* Old browsers */
    background: -moz-linear-gradient(top, #2c549c 0%, #254487 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2c549c 0%,#254487 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2c549c 0%,#254487 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c549c', endColorstr='#254487',GradientType=0 ); /* IE6-9 */
}
#menu,#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu {
    width: 100%;
    margin: 0 auto;
}
#menu:before,#menu:after {
    content: "";
    display: table;
}
#menu:after {
    clear: both;
}
#menu {
    zoom:1;
}
#menu > li:first-child {
    border-left: 1px solid #233a70;
    margin: 0 3px 0 0;
}
#menu li {
    border-right: 1px solid #233a70;
    box-shadow: 1px 0 0 #3163cd;
    float: left;
    position: relative;
    line-height: 18px;
}
#menu li span {
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
#menu a {
    color: #fff;
    float: left;
    font-size: 17px;
    padding: 10px 29px
}
#menu > li a:first-child {
    padding-right: 30px;
}
#menu li:hover > a {
    background-color: #233a70;
}
#menu ul {
    background-color: rgba(51,51,51,0.8);
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 57px;
    visibility: hidden;
    z-index: 1;
}
#menu ul, x:-moz-any-link  { /* firefox用 */
    top: 58px;
}
#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
#menu ul ul {
    top: 0;
    left: 240px;
    margin: 0 0 0 20px;  
}
#menu ul li {
    float: none;
    display: block;
    border: 0;
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#menu ul li:last-child {   
    box-shadow: none;    
}
#menu ul a {    
    padding: 10px;
    width: 220px;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
#menu ul a:hover {
    background-color: #233a70;
}
#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
}
#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
}
#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}
#menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3; 
    border-bottom-color: transparent;   
}
#menu .sub-menu li {
    height: 50px;
}
#menu .sub-menu li a {
    height: 30px;
}

/* index primary
-------------------------------------------*/
#primary {
    width: 70%;
    float: left;
    overflow: hidden;
}
/* 共通 -------------*/
#primary .indexContents {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 15px 0;
    overflow: hidden;
    padding: 8px;
}
#primary section {
    margin: 20px 0 40px;
}
/* MetaSlider -------------*/
.metaslider {
    position: relative;
    margin-bottom: 20px;
}
.metaslider:after {
    background: transparent url("./images/bg/slider_bg.png") no-repeat scroll 0 0;
    bottom: -20px;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 960px;
}
/* pickUp ---------------*/
#pickUp .pickUpmenu {
    overflow: hidden;
}
#pickUp .pickUpmenu li {
    float: left;
    width: 31.3%;
    margin: 10px 1%;
}
#pickUp .pickUpmenu a:hover {
    opacity: 0.6;
}
/* about ---------------*/
#about {

}
#about .aboutMain {
    margin: 15px 0;
}
#about .aboutMain p {
    margin: 10px;
}
/* news ---------------*/
#news {
    
}
.nextList {
    position: relative;
}
.nextList span {
    margin-left: 20px;
}
.nextList span:before {
    content: "";
    background: url("./images/icon/arroe02.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 12px;
    position: absolute;
    width: 12px;
    top: 6px;
    background-size: 100%;
}
#news .newsMain {
    margin: 20px 0;
}
li.newsList {
    border-bottom: 1px solid #aaa;
    overflow: hidden;
}
/* group ---------------*/
#group {
    display: inline-table;
    width: 960px;
    overflow: hidden;
    margin: 20px 0 40px;
}
#group .groupList {
    overflow: hidden;
    padding: 10px;
}
#group .groupList li {
    float: left;
    margin: 10px 0.5%;
    width: 24%;
}
#group .groupList li:hover {
    filter:alpha(opacity=60); /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
    -moz-opacity:0.6; /* FF , Netscape */
    -khtml-opacity: 0.6; /* Safari 1.x */
    opacity:0.6;
    zoom:1; /*IE*/
}
#group .groupTxt {
    margin: 20px 0;
}

/* secondary
-------------------------------------------*/
#secondary {
    float: right;
    margin-left: 3%;
    width: 27%;
}
#secondary a:hover {
    filter:alpha(opacity=60); /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
    -moz-opacity:0.6; /* FF , Netscape */
    -khtml-opacity: 0.6; /* Safari 1.x */
    opacity:0.6;
    zoom:1; /*IE*/
}
/* shopInfo --------*/
#secondary #shopInfo {
    background: #244386 none repeat scroll 0 0;
    border-radius: 8px;
    overflow: hidden;
}
#secondary #shopInfo .secondaryInner {
    margin: 9%;
}
#secondary #shopInfo .secondaryInner figure {
}
#secondary #shopInfo .secondaryInner figure img {
    display: inline;
    width: 100%;
}
#secondary #shopInfo .secondaryInner .address {
    margin: 10px 0;
}
#secondary #shopInfo .secondaryInner .address .addressTxt p {
    color: #fff;
    font-size: 14px;
}
#secondary #shopInfo .secondaryInner .tel {
    margin: 15px 0 0;
}
#secondary #shopInfo .secondaryInner .tel p {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
#secondary #shopInfo .secondaryInner .contactBg span a {
    font-size: 18px;
    padding: 10px;
    text-align: center;
}
#secondary #shopInfo .secondaryInner .shopTime {
    margin: 0 0 10px;
}
#secondary #shopInfo .secondaryInner .shopTime p {
    color: #fff;
    font-size: 11px;
    text-align: center;
}
#secondary #shopInfo .secondaryInner .accessBg span a {
    font-size: 18px;
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 7px;
    color: #fff;
    display: block;
    padding: 7px 20px;
    margin: 15px 0;
}


/* banner --------*/
#secondary #banner .secondaryInner li {
    margin: 15px 0;
}
#secondary #banner .secondaryInner li img {
    width: 100%;
    height: 100%;
}

/* page_共通 --------*/
#pageImg .inner {
    background-image: url("./images/bg/contents_BG.jpg");
    background-repeat: no-repeat;
    height: 200px;
    background-size: 100% 100%;
}
#pageImg .pageImgTitle {
    margin: 60px auto;
    width: 200px;
}
#pageImg .pageImgTitle .PtitleTop {
    font-size: 25px;
    color: #fff;
    border-bottom: solid 1px aliceblue;
    text-align: center;
}
#pageImg .pageImgTitle .PtitleBottom {
    margin: 3px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
/* page-consulting
-------------------------------------------*/
#consulting {
    overflow: hidden;
}
.consultingList {
    background: #eeeeee;
    border-radius: 5px;
    margin: 10px 0;
    overflow: hidden;
    padding: 20px;
}
.consultingList img {
    border-radius: 5px;
    float: left;
}
.consultingListMain {
    float: left;
    margin-left: 20px;
    width: 330px;
}
.consultingList .consultingListMain h3 {
    font-weight: bold;
    border-bottom: solid 2px #aaa;
}
.consultingList p {
    margin: 5px 0;
}

/* page-consulting__corporation
-------------------------------------------*/
#corporation {
    overflow: hidden;
}
.corporationList {
    background: #eeeeee;
    border-radius: 5px;
    margin: 10px 0;
    overflow: hidden;
    padding: 20px;
}
.corporationList img {
    border-radius: 5px;
    float: left;
}
.corporationListMain {
    float: left;
    margin-left: 20px;
    width: 520px;
}
.corporationList .corporationListMain h3 {
    font-weight: bold;
    border-bottom: solid 2px #aaa;
}
.corporationList p {
    margin: 5px 0;
}
/* page-consulting__individual
-------------------------------------------*/
#individual {
    overflow: hidden;
}
.individualList {
    background: #E2FBFF;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    display: inline-table;
    margin: 10px 0;
}
.individualList .individualListImg {
    margin: 20px 20px 0;
}
.individualList .individualListImg img {
    border-radius: 5px;
}
#individual li:nth-child(2n) {
    background: #FFE2E2;
}
#individual li:nth-child(3n) {
    background: #FFFCE3;
}
#individual li:nth-child(4n) {
    background: #E5FFE2;
}
#individual li:nth-child(5n) {
    background: #F9E2FF;
}
#individual li:nth-child(6n) {
    background: #FFEEE2;
}
#individual h3 {
    background: #fefefe; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(#fefefe 0%, #e0e0e0 100%);
    background: -o-linear-gradient(#fefefe 0%, #e0e0e0 100%);
    background: linear-gradient(#fefefe 0%, #e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: bold;
    margin: 20px;
    padding: 10px;
    text-align: center;
}
.individualList p {
    line-height: 1.8;
    margin: 15px 20px 30px;
}
/* page-support
-------------------------------------------*/
.supportList {
    margin: 10px 0px 25px;
    overflow: hidden;
}
.supportList img {
    border-radius: 5px;
    float: left;
}
.supportList p {
    float: left;
    width: 450px;
    margin: 0 10px;
}
.supportBottomTxt {
    display: inline-block;
}
/* page-company
-------------------------------------------*/
.companyMain {
    overflow: hidden;
}
.companyMain img {
    margin: 15px auto 20px;
    float: left;
}
.companyMain p {
    float: left;
    width: 340px;
    margin: 15px;
}
.companyMain .ceoName {
    text-align: right;
}
.companyAside {

}
.companyAside ul {
    margin: 20px auto;
}
.companyAside ul li {
    margin: 0 0 10px 0;
    display: inline-block;
}
/* page-company__corporation
-------------------------------------------*/
.corporation {
    margin: 15px 0 25px;
}
.corporation dl,.corporation dt,.corporation dd {
    margin: 0;
    padding: 0;
}
.corporation dl {
    background-color: #DBEAF9;
    border: 1px solid #244386;
    border-top: none;
}
.corporation dl dt {
    width: 7em;
    padding: 0.5em 0 0.5em 0;
    border-top: 1px solid #244386;
    float: left;
    text-align: center;
}
.corporation dl dd {
    background-color: #fff;
    margin: 0 0 0 7em;
    padding: 0.5em 1em 0.5em 1em;
    border-top: 1px solid #244386;
    border-left: 1px solid #244386;
}
.corporation iframe {
    margin: 0 0 15px;
}
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.ggmap iframe,.ggmap object,.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* page-company__staff
-------------------------------------------*/
#staff {
    margin: 20px 0;
}
#staff #sfaffList {
    overflow: hidden;
}
#staff #sfaffList li {
    float: left;
    margin: 0px 0 20px;   
}
#staff #sfaffList li img {
    border-radius: 5px;
    width: 210px;
    height: 280px;    
}
#staff #sfaffList li:nth-child(2),#staff #sfaffList li:nth-child(5),#staff #sfaffList li:nth-child(8),#staff #sfaffList li:nth-child(11),#staff #sfaffList li:nth-child(14) {
    margin: 0 20px;
}

/* page-network
-------------------------------------------*/
.parent_menu{
    margin: 15px 0px;
}
.parent_menu:after{
    clear: both;
}
.child_menu{
    display: none;
}
.child_menu li {
    border-bottom: solid 1px #999;
    padding: 15px;
    overflow: hidden;
}
.child_menu li .networkName {
    float: left;
    width: 318px;
}
.child_menu li .networkMain {
    float: left;
    width: 298px;
    padding-left: 20px;
    border-left: dotted 2px #999;
}
.parent_menu_title{
    display: table-cell;
    height: 35px;
    width: 670px;
    background: #2c549c; /* Old browsers */
    background: -moz-linear-gradient(top, #2c549c 0%, #254487 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2c549c 0%,#254487 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2c549c 0%,#254487 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c549c', endColorstr='#254487',GradientType=0 ); /* IE6-9 */
    vertical-align: middle;
    padding: 0 15px;
    color: #fff;
}
.child_menu_title{
    display: table-cell;
    height: 50px;
    width: 250px;
    border: solid 1px;
    vertical-align: middle;
    text-align: center;
}
.child_menu .netWorkIcon {
    padding: 2px 10px;
    background: #cacaca;
    color: #fff;
    display: table;
    border-radius: 5px;
    font-size: 11px;
}

/* page-solicitationpolicy
-------------------------------------------*/
/* page-privacy
-------------------------------------------*/
#privacy ul {
    margin: 20px 15px;
}

/* page-contact
-------------------------------------------*/
.contact {
    
}
.contact .contactMain dl,.corporation .contactMain dt,.corporation .contactMain dd {
    margin: 0;
    padding: 0;
}
.contact .contactMain dl {
    border-top: none;
    border-bottom: solid 1px #eee;
    padding: 20px 0 20px 0;
}
.contact .contactMain dl dt {
    width: 14em;
    padding: 1em 0 0.5em 1em;
    float: left;
    font-size: 16px;
}
.contact .contactMain dl dt span {
    padding-left: 20px;
    color: red;
    font-size: 12px;
}
.contact .contactMain dl dd {
    margin: 0 0 0 18em;
    padding: 0.5em 0em 0.5em 0em;
}
.contact .contactMain input,.contact .contactMain select {
    width: 80% !important;
    height: 30px;
}
.contact .contactMain input {
    background: #efefef;
    border: solid 1px #ddd;
}
.contact .contactMain select {
    text-align: center;
    background: #fefefe; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(#fefefe 0%, #e0e0e0 100%);
    background: -o-linear-gradient(#fefefe 0%, #e0e0e0 100%);
    background: linear-gradient(#fefefe 0%, #e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
.contact .contactMain textarea {
    width: 95% !important;
    background: #efefef;
    border: solid 1px #ddd;
}
#submit {
    
}
#submit p {
    text-align: center;
}
#submit p input {
    background: #ffb027; /* Old browsers */
    background: -moz-linear-gradient(top, #ffb027 0%, #fe8b02 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffb027 0%,#fe8b02 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffb027 0%,#fe8b02 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb027', endColorstr='#fe8b02',GradientType=0 ); /* IE6-9 */
    margin: 25px 0;
    width: 185px !important;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    height: 100%;
}
#file_1,#file_2,#file_3,#file_4,#file_5{
    background: none;
    border: none;
}
#file_data dd {
	padding:1em 0em 2em 0em;
}

/* page-member-contact
-------------------------------------------*/
#primary_contact {
    width: 70%;
    overflow: hidden;
    margin: 0 auto;
}
#member-contact input {
    background: none;
    border: none;
}

#primary_contact label.up_link {
    display: block;
    cursor: pointer;
    background: #efefef;
    color: #555;
    font-size: 16px;
    line-height: 3;
    text-align: center;
    border: solid 1px #ddd;
}
#primary_contact .up_link::before{
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
#primary_contact label.up_link + img{
  width: 100%;
}
#primary_contact label.up_link input{
  display: none;
}
#primary_contact .img_form {
  position: relative;
  width: 250px;
}
#primary_contact a.del{
  text-decoration: none;
}
#primary_contact a.del::after{
    position: absolute;
    top: 5px;
    right: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f057";
    font-size: 2.7em;
    color: #000;
}
#primary_contact a.del::before{
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 50%;
}

/* wp-pagenavi -----------------*/
.wp-pagenavi {
    text-align: center;
    margin: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
    color: #2c549c;
    background-color: #FFFFFF;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border: thin dotted #254487;
    display: inline-table;
}
.wp-pagenavi a:hover{
    color: #fff;
    background-color: #2c549c;
    }
.wp-pagenavi span.current{
    color: #fff;
    background-color: #254487;
    }
/* sitemap
-------------------------------------------*/
.sitemap {
    padding: 20px;
}
.sitemap h3 {
    margin: 5px 0;
    border-bottom: solid 1px #ccc;
}
.sitemap ul {
    margin: 10px;
}
.sitemap ul li {
    margin: 5px 0;
}


/* category news 
-------------------------------------------*/
#news {
    margin: 10px;
}
#news .newsList {
    padding: 10px;
}
.newsTitle {
    
}
.newsBottom {
    background: #ffb027; /* Old browsers */
    background: -moz-linear-gradient(top, #ffb027 0%, #fe8b02 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffb027 0%,#fe8b02 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffb027 0%,#fe8b02 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb027', endColorstr='#fe8b02',GradientType=0 ); /* IE6-9 */
    float: right;
    padding: 3px 20px;
    border-radius: 5px;   
}
.newsTitle .newsdys {
    border-bottom: dashed 1px #aaa;
}
.newsTitle .title {
    font-size: 18px;
    margin: 5px 0;

}
.newsTitle a:hover {
    color: #3c95d3;
}
.newsBottom a {
    color: #fff;
}

/* single news 
-------------------------------------------*/
.blog_status {
    margin: 10px 0;
    border-bottom: dashed 1px #aaa;
    text-align: right;
    padding-right: 10px;
}
.blog_main {
    margin: 20px 10px;
}

/* common 
-------------------------------------------*/
#footerWrap p,#footerWrap h3 {
    color: #999;
}
#footerWrap h3 {
    border-bottom: 1px solid #ccc;
    line-height: 2;
}
#footerWrap a {
}
#footerWrap #footerContents {
    overflow: hidden;
}
#footerWrap #footerContents .footerList {
    width: 35%;
}
#footerWrap #footerContents {
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}
#footerWrap #footerContents .widget ul,#footerWrap #footerContents .footerBiz ul {
    overflow: hidden;
}
#footerWrap #footerContents .widget ul>li {
    float: left;
    margin: 10px 0;
    width: 20%;
}
#footerWrap #footerContents .widget .children li {
    float: none;
    margin: 1% 5%;
    width: 96%;
}
/* footerLeft -----------*/
#footerWrap #footerContents .footerLeft {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    width: 550px;
}
#footerWrap #footerContents .footerLeft .footerInfo {
    float: left;
}
#footerWrap #footerContents .footerLeft .footerInfo ul {
    margin: 5px 15px;
    overflow: hidden;
}
#footerWrap #footerContents .footerLeft .footerInfo ul li {
    float: left;
    margin: 5px 35px 0 0;
}
#footerWrap #footerContents .footerRight {
    bottom: -155px;
    float: right;
    position: relative;
}
#footerWrap #footerContents .footerRight .footerLogo {
    overflow: hidden;
}
#footerWrap #footerContents .footerRight .footerLogo img {
    float: right;
}
#footerWrap #footerContents .footerRight p {
    text-align: right;
}
