﻿@charset "utf-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav{
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}

strong{
 font-weight:normal;
}

ul, ol {
 list-style: none;
}
img {
 max-width : 100%;
 height:auto;
 vertical-align:bottom;
}
a {margin:0px;}
p {padding:0 0 15px 0;}
/*span {color:#ff8695;font-weight:bold;} */

h1{margin:0px; padding:0 0 5px 3px; text-decoration:none; font-size:12px; font-weight:normal;}
h2{margin:0 0 50px 0;}
h3{margin:20px 0 15px 0; padding:0 0 5px 0; }


body {
 background-image: url('../images/bg.jpg');
 background-repeat:repeat;
 font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
 font-size:100%;
 line-height: 1.6;
 color:#333;
}

#wrap {
 position:relative;
 margin:0 auto;
 padding:0;
 overflow:hidden;
}


a:hover { color: #0088d4;}

.text-left{text-align:left;}
.text-center{text-align:center;}

.f125{ font-size:125%; }
.comment{ font-size:80%;}
.bold { font-weight:bold; }
.brown { color:#663300; }
.red { color:#ff0000; }
.og { margin-bottom:0; padding-bottom:0; color:#ff6600; font-size:150%;}
.og02 { color:#ff6600;}
.komemark { color:#ff0000; }
.jan { color:#000; }
.under{text-decoration:underline;font-size:120%;}

.mt25{margin-top:25px;}
.mb25{margin-bottom:25px;}
.mb35{margin-bottom:35px;}

.img-center{ display:block;margin-left:auto;margin-right:auto;
}

.pc-none{display:none;}

.link{ padding:0 0 0 20px; font-size:90%; background:url(../images/arrow_link.png) 0 4px no-repeat; }
.link a{ color:#333; text-decoration:none; }
.link a:hover{ color:#0088d4; text-decoration:none;  }

/*
.section-heading1 {
  font-weight: normal;
  text-align: center;
  font-size: 28pt;
  line-height: 0.8em;
  margin-top: 20px;
  margin-bottom: 20px !important;
  position: relative;
  color: #333;
 font-family: arial,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}
*/


.section-heading1 {
  font-weight: normal;
  text-align: center;
  font-size: 28pt;
  line-height: 0.8em;
  margin-top: 20px;
  margin-bottom: 20px !important;
  position: relative;
  color: #333;
 font-family: arial,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}

.section-heading1{
 margin:0;padding:0 0 10px 0;font-size:22pt;display: flex; align-items: center;
color:#663300;}
.section-heading1:before,
.section-heading1:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #d45d16;
}
.section-heading1:before { margin-right: 1rem;}
.section-heading1:after { margin-left: 1rem;}



.section-heading1 span {
  font-size: 11pt;
  color: #333;
  vertical-align:top;
}

.section-heading2 {
  font-weight: normal;
  text-align: left;
  font-size: 17pt;
  line-height: 0.8em;
  margin-bottom: 10px;
  position: relative;
  color: #333;
}
.section-heading2 span {
  font-size: 7pt;
  color: #85725e;
}

.sub-title{
 margin-bottom:15px;
 padding-bottom:8px;
 font-size:120%;
/* color:#85725e; */
 color:#ff6074;
 border-bottom:1px dotted #85725e;
}

div#breadcramb-list {
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
}
div#breadcramb-list p {
  max-width: 980px;
  margin: 0px auto;
  padding: 0px 0 14px;
  font-size: 9pt;
}
/*
h3.title{
  margin-top:15px;
  margin-bottom:20px;
  padding:8px 0 4px 0;
  font-size:160%;
  text-align:left;
  font-weight:normal;
  border-bottom:3px solid #6ab725;
}

h3.title02{
  margin-top:15px;
  margin-bottom:20px;
  padding:8px 0 8px 0;
  font-size:160%;
  text-align:center;
  font-weight:normal;
  color:#fff;
  background:#8ec256;
}
*/



/* ============================================================== */
/*header*/
/* ============================================================== */
header {
  text-align: left;
  margin-bottom: 10px;
}
header div {
  max-width: 980px;
  margin: 0px auto;
  position: relative;
  padding-bottom: 5px;
}
header ul#header-tel {
  display:block;
  position: absolute;
  right: 0px;
  top: 0px;
}
header ul#header-tel li{
  float:left;
}

.spnavi{
  display:none;
}
.spnaviOpen{
  display:none;
}
ul.drop-menu{
  display:none;
}

/* ============================================================== */
/*navi*/
/* ============================================================== */

.gnavi-box {
 max-width:100%;
 height:78px;
 margin:0 auto;
 padding:0;
}
.gnavi-box02 {
 max-width:100%;
 height:78px;
 margin:0 auto;
 padding:0;
 border-top:1px solid #ccc;
}
.gnavi {
 max-width:980px;
 height:78px;
 margin:0 auto;
 padding:0;
}
.gnavi img {
 vertical-align:bottom;
}
.gnavi ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
.gnavi ul li {
 float:left;
 list-style :none;
 margin: 0;
 padding:0;
}
.gnavi li a {
 margin:0;
 padding:0;
 display:block;
 outline: 0;
}

/* ============================================================== */
/*home*/
/* ============================================================== */

.main-contents {
 max-width:100%;
 margin:0 auto;
 /*background:url(../images/main_bg.jpg); */
}

.main-contents:after {
 content: '';
 display: block;
 clear: both;
}
.main-contents02 {
 max-width:100%;
 margin: 0px auto;
}
.main-contents02:after {
 content: '';
 display: block;
 clear: both;
}
.main-image {
 width:980px;
 height:auto;
 margin:0 auto;
 padding:0;
}
.main-image02 {
 max-width:980px;
 height:auto;
 margin:0px auto;
 margin-top:20px;
 padding:0;
 text-align:left;
}

.contents-block {
 max-width:100%;
 margin: 0px auto 0px auto;
 padding: 0 0px 20px 0px;
}
.box{
 width:100%;
 margin:0 auto;
}
.box-in{
 width:980px;
 margin:0 auto;
 margin-top:30px;
}
.box-con{
 width:850px;
 margin:0 auto;
 margin-top:30px;
}
.home01{
 width:980px;
 margin:0 auto;
 height:318px;
 background:url(../images/home01_bg.jpg) no-repeat;
}
.home01 p{
 padding-top:80px;
 text-align:center;
 font-size:1.5em;
}
.btn-base {
	font-size:1.3em;
	font-family: "genshin-m","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ","Meiryo";
}
.btn-line {
 clear:both;
 margin:0 auto;
 margin-top:20px;
 width:360px;
 border:1px solid #0088d4;
}
.btn-line a {
 display:block;
 padding:10px 0;
 color:#333;
 text-align:center;
 text-decoration:none;
}
.btn-line a:hover {
 background:#0088d4;
 color:#fff;
}

div.box02 {
 background-color: #f6f6f6;
 overflow: hidden;
}

div.box02 > div {
  max-width: 980px;
  margin: 0px auto;
  padding: 50px;
}

.float-box{
 margin:0 auto;
}
.float-box:after {
 content: '';
 display: block;
 clear: both;
}
.float-left {
 margin-right:20px;
 float:left;
}
.float-right {
 margin-left:20px;
 float:right;
}

.home02{
 margin:0 auto;
}
.home02:after {
 content: '';
 display: block;
 clear: both;
}
.home02-left {
 width:450px;
 margin-top:20px;
 margin-bottom:30px;
 margin-right:20px;
 float:left;
}
.home02-right {
 width:450px;
 margin-top:20px;
 margin-bottom:30px;
 margin-left:20px;
 float:right;
}
.home-recruit dl{width:450px;}
.home-recruit dt{width:90px;float:left; font-size:95%;}
.home-recruit dd{margin-left:90px; font-size:95%;}

div.box03 {
 margin:0 auto;
 padding-top:30px;
 /*background: url(../images/recruit_bg.jpg) no-repeat;*/
 margin-bottom: 50px;
 overflow: hidden;
}
div.box03 > div {
  max-width: 980px;
  margin: 0px auto;
  padding: 50px;
}
.home03{
 margin:0 auto;
}
.home03:after {
 content: '';
 display: block;
 clear: both;
}
.home-recruit-box{
 width:900px;
 margin:0 auto;
}
.recruit-left {
 width:300px;
 margin-right:20px;
 float:left;
}
.recruit-right {
 width:560px;
 margin-top:50px;
 margin-left:20px;
 padding-top:30px;
 float:right;
 background:#fff;
}
ul.home-recruit{
 width:140px;
 margin-left:40px;
 float:left;
}
ul.home-recruit li{
 padding:0 0 10px 10px;
 background:url(../images/arrow_blue.jpg) 0 6px no-repeat;
}
ul.home-recruit li a{
 color:#000;
 text-decoration:none;
}
ul.home-recruit li a:hover{
 color:#0088d4;
 text-decoration:none;
}

.btn-line02 {
 margin:0 auto;
 margin-top:20px;
 width:220px;
 border:1px solid #0088d4;
}
.btn-line02 a {
 display:block;
 padding:10px 0;
 color:#333;
 text-align:center;
 text-decoration:none;
}
.btn-line02 a:hover {
 background:#0088d4;
 color:#fff;
}
.home-recruit-btn{
 width:480px;
 margin-left:40px;
 margin-bottom:40px;
}
.home-recruit-btn:after{
 content: '';
 display: block;
 clear: both;
}
.home-recruit-left{
 width:220px;
 float:left;
}
.home-recruit-right{
 width:220px;
 float:right;
}

.home04{
 margin:0 auto;
}
.home04:after {
 content: '';
 display: block;
 clear: both;
}
.home-access-box{
 width:900px;
 margin:0 auto;
}
.access-left {
 width:430px;
 margin-top:30px;
 margin-right:20px;
 margin-bottom:30px;
 float:left;
}
.access-right {
 width:450px;
 margin-top:30px;
 margin-bottom:30px;
 float:right;
}
.home-access dl{width:450px;margin-top:0;}
.home-access dt{width:80px;float:left;}
.home-access dd{margin-left:80px;}


#home-news{ width:700px; margin:0 auto;}
#home-news:after{ content: ''; display: block; clear: both;}
div#index-news {width:100%; margin-bottom:10px;}
div#index-news div.wn-item { margin-bottom:20px;  padding: 20px 0 30px 120px;  position: relative; font-size: 100%; text-align:left; border-bottom:1px dotted #ccc;}
div#index-news div.wn-item a{ color:#333; text-decoration:none;}
div#index-news div.wn-item a:hover{ color:#3782bd; text-decoration:underline;}
div#index-news div.wn-date { position: absolute; top: 20px; left: 0px; color:#3782bd;}



/* ============================================================== */
/* map */
/* ============================================================== */

.gmap {
max-width:100%;
margin-left:auto;
margin-right:auto;
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}

.gmap iframe {
position: absolute;
top: 0;
left: 0;
max-width: 100% !important;
height: 80% !important;
}


/* ============================================================== */
/*footer */
/* ============================================================== */

footer {
 width:100%;
 margin: 30px 0 0 0;
 padding:10px 0 0 0;
 border-top:1px solid #ccc;
}
footer a{
 color: #333;
 text-decoration:none;
}
footer a:hover{
 color: #0088d4;
 text-decoration:none;
}
#foot-box{
 width:980px;
 margin:0 auto;
}

.copyright {
 margin-top:0;
 padding-top:0;
 font-size:70%;
}

#foot-logo {
 width:450px;
 display:block;
 margin:0 auto;
 margin-top:10px;
 text-align:left;
 float:left;
}
#foot-logo:after {
 content: '';
 display: block;
 clear: both;
}
#foot-logo p{
 padding:10px 0 0 0;
 font-size:90%;
 position: relative;
}

#foot-menu {
 display:block;
 max-width:980px;
 margin:0 auto;
 padding:7px 0 2px 0;
 text-align: center;
 overflow: hidden;
 position: relative;
 float:right;
}
#foot-menu:after {
 content: '';
 display: block;
 clear: both;
}
#foot-menu ul{
 padding:0;
 text-align: center;
 position: relative;
 left: 50%;
 float:left;
}
#foot-menu li{
 margin-bottom:7px;
 padding:0 7px 0 7px;
 font-size:75%;
 float:left;
 border-right:1px solid #ccc;
 text-align: center;
 position: relative;
 left: -50%;
}
#foot-menu li.last{
 margin-bottom:7px;
 padding:0 7px 0 7px;
 font-size:75%;
 float:left;
 text-align:center;
 border-right:none;
}
#foot-menu li a{
 color:#333;
 text-decoration:none;
}
#foot-menu li a:hover{
 color:#0088d4;
 text-decoration:underline;
}

/* ============================================================== */
/*summary */
/* ============================================================== */

.sum-top{
 font-size:140%;
}

/* ============================================================== */
/*guide */
/* ============================================================== */

.guide-table { 
 width: 100%;
 margin-top:15px;
 margin-bottom:30px;
 padding:0;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 border-collapse: collapse;
 border-spacing:0;  
}
.guide-table td{ 
 padding:5px;
 font-size:14px;
 border-bottom:1px solid #ccc;
 border-right:1px solid #ccc;
}
.guide-table .left-area{ 
 padding:5px;
 border-left:1px solid #ccc;
 border-bottom:1px solid #ccc;
 border-right:1px solid #ccc;
 background:#f2f2f2;
}
.guide-table .area01{
 width:56%; 
 padding:5px;
 text-align:center;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 background:#f2f2f2;
}
.guide-table .area02{
 width:22%; 
 padding:5px;
 text-align:center;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 background:#f2f2f2;
}
.guide-table .area03{
 width:22%; 
 padding:5px;
 text-align:center;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 background:#f2f2f2;
}

.guide-table03 {margin-top:15px;margin-bottom:30px;}
.guide-table03 dl{width:100%;}
.guide-table03 dt{padding:12px 0 12px 0;float:left; clear:left;width:15%;}
.guide-table03 dd{padding-top:12px;padding-bottom:12px;padding-left:15%;border-bottom:1px solid #ccc;}

.guide-list li{ margin-bottom:15px;padding-left:25px;background:url(../images/check_pink.jpg) 0 2px no-repeat;}
.guide-list li span{ font-weight:bold;}


/* ============================================================== */
/*recruit */
/* ============================================================== */

.rc-table { 
 width: 100%;
 margin-top:0;
 margin-bottom:20px;
 padding:0;
 /*border-top:1px solid #ccc;
 border-left:1px solid #ccc;*/
 border-collapse: collapse;
 border-spacing:0;  
}
.rc-table td{ 
 padding:5px;
 font-size:13px;
 border-bottom:1px solid #ccc;
 border-right:1px solid #ccc;
}
.rc-table .left-area{ 
 padding:5px;
 border-left:1px solid #ccc;
 border-bottom:1px solid #ccc;
 border-right:1px solid #ccc;
 background:#f2f2f2;
}
.rc-table .area01{
 width:10%; 
 padding:5px;
 text-align:center;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 background:#f2f2f2;
}
.rc-table .area02{
 width:20%; 
 padding:5px;
 text-align:center;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 background:#f2f2f2;
}
.rc-table .area03{
 width:20%; 
 padding:5px;
 text-align:center;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 background:#f2f2f2;
}
.rc-table .area04{
 width:10%; 
 padding:5px;
 text-align:center;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 background:#f2f2f2;
}
.rc-table .area05{
 width:10%; 
 padding:5px;
 text-align:center;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 background:#f2f2f2;
}
.rc-table .area06{
 width:10%; 
 padding:5px;
 text-align:center;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 background:#f2f2f2;
}
.rc-table .area07{
 width:10%; 
 padding:5px;
 text-align:center;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 background:#f2f2f2;
}
.rc-table .area08{
 width:10%; 
 padding:5px;
 text-align:center;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 background:#f2f2f2;
}

/* ============================================================== */
/*contact */
/* ============================================================== */
.contact-table { 
 width: 100%;
 margin-top:30px;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto; 
 padding:0;
 border:none;
 border-collapse: collapse;
 border-spacing: 0;  
}
.contact-table th{
 width:30%;
 margin:0; 
 padding:24px 0 24px 0; 
 font-size:88%;
 text-align:left;
 border:none;
 border-bottom:1px solid #ccc;
 vertical-align:top;
} 
.contact-table td{ 
 padding:24px 0 24px 18px;
 border:none;
 border-bottom:1px solid #ccc; 
}
.contact-table td.bordernone{
 border:none; 
}

.contact-table .size1{ 
 width:100%;
}
.contact-table .size2{ 
 width:100%;
 height:80px;
}
.contact-table .size3{ 
 width:100%;
 height:250px;
}
.contact-table .size4{ 
 width:100px;
}
.contact-table .size4{ 
 width:100px;
}
.contact-table .size5{ 
 width:100px;
}
.contact-table .size6{ 
 width:120px;
}

.contact-table input,select{ 
 height:27px;
 vertical-align:middle;
}
.contact-table radio,checkbox{ 
 vertical-align:middle;
}

.contact-box button{ 
 padding:10px 15px 10px 15px;
}

/*
.contact-table-conf { 
 width: 80%;
 margin-top:30px;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto; 
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;  
}
.contact-table-conf th{
 width:30%;
 margin:0; 
 padding:24px 0 24px 0; 
 font-size:88%;
 text-align:left;
 border-bottom:1px solid #ccc;
} 
.contact-table-conf td{ 
 padding:24px 0 24px 18px; 
 border-bottom:1px solid #ccc;  
}
.contact-table-conf td.bordernone{
 border:none; 
}
*/

.contact-table-conf { 
 width: 100%;
 margin-top:30px;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto; 
 padding:0;
 border:none;
 border-collapse: collapse;
 border-spacing: 0;  
}
.contact-table-conf th{
 width:30%;
 margin:0; 
 padding:24px 0 24px 0; 
 font-size:88%;
 text-align:left;
 border:none;
 border-bottom:1px solid #ccc;
 vertical-align:top;
} 
.contact-table-conf td{ 
 padding:24px 0 24px 18px;
 border:none;
 border-bottom:1px solid #ccc; 
}
.contact-table-conf td.bordernone{
 border:none; 
}

.contact-table02 { 
 width: 70%;
 margin-top:20px;
 margin-bottom:20px;
 padding:0;
 border:none;
 border-collapse: collapse;
 border-spacing: 0;  
}
.contact-table02 th{
 width:26%;
 margin:0; 
 padding:14px 0 14px 0; 
 font-size:88%;
 text-align:left;
 border:none;
 border-bottom:1px solid #ccc;
 vertical-align:top;
} 
.contact-table02 td{ 
 padding:14px 0 14px 18px;
 font-size:80%;
 border:none;
 border-bottom:1px solid #ccc; 
}
.contact-table02 td.bordernone{
 border:none; 
}
.contact_text{
 text-align:center;
}

/* ============================================================== */
/*privacy */
/* ============================================================== */

.privacy_title{
 margin:0;
 padding:10px 0 0 3px;
 text-align:left;
 font-size:13px;
 font-weight:bold;
}

.privacy_text{
 margin:5px 5px 10px 5px;
 padding:0 0 20px 0;
 text-align:left;
 font-size:13px;
 border-bottom:1px dotted #ccc;
}

.privacy_date{
margin: 0 15px 0 5px;
padding:20px 0 15px 0;
font-size:12px;
text-align:right;
line-height:140%;
}


/* ============================================================== */
/*経歴 */
/* ============================================================== */

.hist-table { 
 width: 70%;
 margin-top:30px;
 margin-bottom:60px;
 margin-left: auto;
 margin-right: auto; 
 padding:0;
 border:none;
 border-collapse: collapse;
 border-spacing: 0;  
}
.hist-table th{
 width:14%;
 margin:0; 
 padding:18px 0 18px 0; 
 font-size:88%;
 text-align:left;
 border:none;
 vertical-align:top;
 font-weight:bold;
 border-bottom:1px solid #ccc;
} 
.hist-table td{ 
 padding:18px 0 18px 18px;
 border:none;
 border-bottom:1px solid #ccc;
}
.hist-table  td.bordernone{
 border:none; 
}



/* ============================================================== */
/*recruit */
/* ============================================================== */

h3.rc-ttl{ font-size:120%;
 font-weight:bold;
 margin-top:30px;
 margin-bottom:10px;
 color:#66cc99;
}

h3.rc-ttl span{
 border:none;
 display: inline-block;
 font-size:120%;
 font-weight:bold;
 margin-top:30px;
 margin-bottom:10px;
 padding:10px 16px;
 border:1px solid #66cc99;
 color:#fff;
 background:#66cc99;
}

.job-table { 
 width: 100%;
 margin-top:10px;
 margin-bottom:50px;
 padding:0;
 border-top:1px solid #ccc;
 /*border-left:1px solid #ccc; */
 border-collapse: collapse;
 border-spacing:0;
}
.job-table td{ 
 padding:8px 10px;
 font-size:14px;
 border-bottom:1px solid #ccc;
 /*border-right:1px solid #ccc; */
 font-size:92%;
}
.job-table th{
 width:20%; 
 padding:8px;
 /*border-left:1px solid #ccc;*/
 border-bottom:1px solid #ccc;
 border-right:1px solid #ccc;
 background:#f2f2f2;
 text-align:left;
 font-size:92%;  
 font-weight:bold;
}


.menu-job{width:100%; margin:0 auto; }
.menu-job:after{ content: '';
 display: block;
 clear: both;}
.menu-job ul{width:100%; margin:0 auto; display:flex;}
.menu-job li {width:28%; margin:0 auto; 
 border:none;
 display: inline-block;
 font-size:100%;
 font-weight:bold;
 margin-bottom:10px;
 padding:16px 16px;
 border:1px solid #66cc99;
 color:#66cc99;
 float:left;
 text-align:center;
}

.menu-job li a{margin:0 auto; 
 font-size:100%;
 font-weight:bold;
 color:#66cc99;
 text-align:center;
 text-decoration:none;
 display: inline-block;
}
.menu-job li a:hover{margin:0 auto; 
 font-size:100%;
 font-weight:bold;
 color:#66cc99;
 text-align:center;
 text-decoration:underline;
 display: inline-block;

}

.img-center{text-align:center;}
.img-center img{text-align:center;}

.pc-none{display:none;}
#logo{padding-top:15px !important;}


#foot-bnr{text-align:right;}
#foot-bnr img{margin-top:30px;}


