@charset "utf-8";

body > header > .mobile{
  display: none;
}
.mb_search,
.mb_menu
{
  display: none;
}

@media screen and (max-width: 480px) {

body > header > .pc{
  display: none;
}
body > header > .mobile{
  display: block;
}
body > nav.gnav{
  display: none;
}
.cont_wrap{
  width: 100%;
}
/*---------*/
body > header{
  border-top: 5px solid #F34D71;
}
body > header > .mobile{
  position: relative;
  height:70px;
  border-bottom: 1px solid #ddd;
}
body > header > .mobile .logo{
  position: absolute;
  top: 22px;
  left: 15px;
}
body > header > .mobile .logo img{
  width: 200px;
}
body > header > .mobile > .mobile_search_btn img,
body > header > .mobile > .mobile_menu_btn img
{
  width: 34px;
  height: 30px;
}
body > header > .mobile > .mobile_search_btn{
  position: absolute;
  top: 20px;
  right: 70px;
}
body > header > .mobile > .mobile_menu_btn{
  position: absolute;
  top: 20px;
  right: 15px;
}
/*--------------------------*/
body > .contents > .kitaosaka_top_iconlink{
  text-align: center;
}
body > .contents > .kitaosaka_top_iconlink > li{
  float: none;
  margin-left: 0;
  display: inline-block;
}
body > .contents > .kitaosaka_top_iconlink > li img{
  width: 130px;
  height: auto;
  margin: 6px;
}
/*-----------------------*/
body > .contents > .kitaosaka_top_news .news_box{
  padding: 10px;
  border-left: none;
  border-right: none;
}
body > .contents > .kitaosaka_top_news .news_box > li{
  display: block;
}
body > .contents > .kitaosaka_top_news .news_box > li >p.date,
body > .contents > .kitaosaka_top_news .news_box > li >p.cat
{
  display: inline;
}
body > .contents > .kitaosaka_top_news .news_box > li >p.title{
  padding-top: 10px;
  display: block;
}
body > .contents > .kitaosaka_top_news .news_box_wrap > .to_news_all img{
  height: 20px;
  width: auto;
}
body > .contents > .kitaosaka_top_news .news_box_wrap > .to_news_all{
  position: absolute;
  top:-20px;
  right:0;
}
/*---------------*/
body > .contents > .kitaosaka_top_center{
  padding-bottom: 30px;
}
body > .contents > .kitaosaka_top_center > .inner > ul{
  text-align: center;
  width: 100%;
}
body > .contents > .kitaosaka_top_center > .inner > ul > li{
  margin-left: 0px;
  margin-bottom: 5px;
  float: none;
  display: inline-block;
}
body > .contents > .kitaosaka_top_center > .inner > ul > li.l{
  margin-left: 0;
}
body > .contents > .kitaosaka_top_center > .inner > ul > li img{
  width: 140px;
}


/*--------*/
body > .contents > .mv_wrap{
  padding-top: 5px;
  padding-bottom: 5px;
}
/*------------*/
body > footer > .head{
  margin-bottom: 10px;
}

body > footer > .head > .inner{
  display: block;
  padding: 20px 0;
}
body > footer > .head > .inner >li{
  display: block;
  text-align: center;
  border-right: none;
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
body > footer > .head > .inner >li:first-child{
  border-left: none;
  border-top: 1px dotted #ccc;
}
body > footer > .body > .left{
  float: none;
  width: 100%;
  padding: 5px;
}
body > footer > .body > .right{
  float: none;
  width: 100%;
  padding: 5px;
}
body > footer > .body > .right > .gmap{
  display: none;
}
body > footer > .body > .right > .gmap + ul{
  margin-top: 20px;
  text-align: center;
}
body > footer > .body > .right > .gmap + ul .green_btn{
  width:150px;
  font-size: 14px;
}
body > footer > .body > .right .f_l,
body > footer > .body > .right .f_r
{
  float: none;
  display: inline-block;
}
body > footer > .body{
  margin-bottom: 30px;
}
body > footer > .head{
  border-bottom: none;
}
body > .contents > .kitaosaka_top_news,
body > .contents > .kitaosaka_top_center
{
  padding-bottom: 30px;
}
body > .contents > .kitaosaka_top_center h2 + p{
  display: none;
}
body > .contents > .kitaosaka_top_recruit > .inner > ul > li{
  margin-left: 0px;
  margin-bottom: 5px;
  float: none;
  text-align: center;
}
body > .contents > .kitaosaka_top_recruit > .inner > ul > li img{
  width: 300px;
}
body > .contents > .kitaosaka_top_recruit{
  padding-bottom: 30px;
}

/*---------------*/
body > .mb_search{
  position: relative;
  z-index:1000;
  width: 100%;
  height: 50px;
  background: #FFF;
  border-bottom: 1px solid #ddd;
}
body > .mb_search > form{
  position: absolute;
  top: 15px;
  right: auto;
  left:50%;
  margin-left: -100px;
}
body > .mb_search > form > input[type=text]{
  width: 150px;
  height: 20px;
  vertical-align: top;
}
body > .mb_search > form > input[type=submit]{
  width: 52px;
  height: 20px;
  background: url('../image/kitaosaka/kitaosaka_head_serach_btn.png') left top no-repeat;
  border:0;
  vertical-align: top;
}
/*----------------*/
body > .mb_menu li{
  color:#333;
  background: #eee;
}
body > .mb_menu li a{
  padding: 10px 10px;
  display: block;
  color: #333;
  border-top: 1px solid #fff;
}
body > .mb_menu li a:hover{
  text-decoration: none;
}
/*-------------*/
.contents_inner .main_column .mb_table_wrap{
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 20px;
}
.contents_inner .main_column .mb_table_wrap::-webkit-scrollbar{
 height: 5px;
}
.contents_inner .main_column .mb_table_wrap::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.contents_inner .main_column .mb_table_wrap::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/*---------*/
.contents_inner{
  padding-bottom: 20px;
}
.contents_inner .main_column{
  width: 100%;
  padding: 10px;
  float: none;
  background: #fff;
}
.contents_inner .side_column{
  width: 100%;
  float: none;
}
.contents_inner .side_column > h3{
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  background: #F34D71;
}
/*--------*/
.contents_inner .main_column > .blocklink > li{
  float: none;
  width: 100%;
  border:none;
  border-bottom:1px dotted #F34D71;
  margin-left: 0px;
  margin-bottom: 5px;
}
.contents_inner .main_column > .blocklink > li.l{
  margin-left: 0;
}
.contents_inner .main_column > .blocklink > li > a{
  display: block;
  color:#F34D71;
  padding: 10px;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
}
.contents_inner .main_column > .blocklink > li > a:hover{
  display: block;
  background: #FFF;
  color:#F34D71;
}
.contents_inner .main_column > .blocklink > li > a:hover:before{
  content:" ";
  border-color: transparent transparent transparent #999;
}
.contents_inner .main_column img.full{
  width: 100%;
  height: auto;
}
.contents_inner .main_column > h2{
  font-size: 22px;
}
.contents_inner article.main_column img{
  display: block;
  width: 100%;
  height: auto;
}

























}