@charset "utf-8";
/* ==================================================
スマートフォン用 トップページ
================================================== */
.pc { display: none; }
.sp { display: block; }

#header { width:100%; background: none; }

#FontChange, #ScreenColor{
  display: none;
}


#index #header .header_area  { clear: both; float: none; width: 100%; border: none;  }
#index #header .header_area img  { width: 100%; }
#assist .assist_area,
#index .container,
.main_left,
.main_right,
.bnr_area { clear: both; float: none; width: 100%; }

#assist .logo { width: 130px; float: left; margin: 6px 0 0 10px;}

#index .container { border-top: none; background-image: none; }
#index .main { padding: 10px; background-image: none; }

#assist { height: 54px; }
.lang { margin-right: 10px; }

#index #Global_Navi {
  width: 96%;
}

#index #Global_Navi li { 
  width: 49%;
  margin-left: 2%;
	margin-bottom: 8px;
	font-size: 100%;
	min-height: 72px;
}
#index #Global_Navi li:nth-child(3n+1) { margin-left: 2%; }
#index #Global_Navi li:nth-child(odd) { margin-left: 0; }

#index .search_box { display: none; }
#Global_Navi .search_box { display: block; }

#Global_Navi .search_box {
    position: relative;
    z-index: 100;
    width: 260px;
		margin: 0 auto 20px auto;
		float: none;
		height: 60px; 
}
#Global_Navi .search_bg {
    background: #e2e9ca;
    padding: 10px;
		height: 60px; 
}

#Global_Navi .search_box legend {
  color: #000;
  font-size: 100%;
  /* 14px */
  line-height: 2.0;
  /* 14px / 26px */
}

#Global_Navi .search_box label { top: 8px; }

.search_box #MF_form_phrase2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  padding-left: 10px;
  height: 40px;
  text-align: left;
  vertical-align: middle;
  font-size: 100%;
  /* 12px */
  background: url(../images/search_input_bg2.png) left top no-repeat transparent;
  border: 0 none;
  outline: medium none;
  color: #000;
}

.search_box #MF_form_phrase_submit2 {
    position: absolute;
    top: 6px;
    left: 200px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.search_box #MF_form_phrase2:focus {
  background: url(../images/search_input_bg2.png) left bottom no-repeat;
}


/* 
フッター
_______________________________*/

#footer_menu .inbox {
    margin: 1px;
    background-image: none;
		background-color: #eee;
}

#footer_menu .menubox {
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    border: none;
    background-image:  none;
    float: none;
    padding: 10px 0 30px 0;
}

#footer li {
    float: none;
    padding: 0;
    border-left: none;
}

#footer p.logo {
    float: none;
		clear: both;
    background: url(../images/footer_id.gif)no-repeat 0 50%;
    padding-left: 24px;
		text-align: left;
}

#footer p.copyright {
    float: none;
    text-align: left;
    font-size: 88%;
}



