@charset "utf-8";

/* 画面サイズが600px以下の場合に適用 */


/*共通
---------------------------------------------------*/
@media only screen and (max-width: 600px) {

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 16px;
	line-height: 1.4em;
}

/*メニュー
---------------------------------------------------*/
header {
  height: auto;
}

header .nav {
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}

.head_date {
  height: auto;
}

.head_date .head_l {
  width: 100%;
  float: none;
}

.head_date .head_r {
  width: 100%;
  float: none;
}

.head_date .head_r ul {
  width: 100%;
}

.head_date .head_r ul li {
  width: 49%;
}

header .toggle {
  display: inline-block;
  height: auto;
  width: 100%;
  background-color: #eaeaea;
  margin-top: 12px;
}

header .toggle a {
  color: #000;
  width: 100%;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 14px;
}

header .toggle .css-bar{
  display: inline-block;
  position: relative;
  margin: 0 10px 3px 0;
  padding: 0;
  background: #000;
}

header .toggle .ham_t {
  display: inline-block;
  margin-left: 29%;
  font-size: 19px;
  position: absolute;
}

.toggle .css-bar, .css-bar:before, .css-bar:after{
  width: 18px;
  height: 4px;
}

.toggle .css-bar:before, .css-bar:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
}

.toggle .css-bar:before{
  margin-top: -8px;
}

.toggle .css-bar:after{
  margin-top: 4px;
}

.nav {
	height: auto;
	background-color: #fff;
  display: none;
}

.nav .nav_inner {
	padding-top: 0;
  background-color: #fff;
}

.nav ul {
	margin-left: 1%;
	margin-right: 1%;
}

.nav ul li {
	float: none;
  width: 100%;
  display: block;
  padding: 10px;
  border-left: none;
  border-bottom: 1px solid #ccc;
}

.nav ul li.toggle {
  background-color: #fff;
  padding: 0;
  padding-bottom: 10px;
}

.nav ul li.toggle a {
  width: 100%;
  height: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.nav ul li span {
	display: block;
	color: #000;
}
/*.main
---------------------------------------------------*/
main {
	padding-bottom: 20px;
	padding: 0 1em;
}

.main {
	padding-bottom: 20px;
}

.main .top01 {
  margin-top: 0;
  padding-top: 18px;
}

/*footer
---------------------------------------------------*/
footer .footer .f_l,
footer .footer .f_r {
  float: none;
}

footer .footer .f_l {
  margin-top: 0;
  margin-bottom: 10px;
}

}