body {
	color: #111;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", sans-serif, 'Lucida Grande';
	line-height: 170%;
	font-weight: normal;
	background-repeat: repeat-x;
	background-color: #ECECEC;
	font-size: 15px;
}

img{
	max-width: 100%;
	height: auto;
}

.text_12 {
	font-size: 12px;
}

.text_13 {
	font-size: 13px;
}

.text_14 {
	font-size: 14px;
}

.text_16 {
	font-size: 16px;
}

.text_24 {
	font-size: 24px;
}

.text_36 {
	font-size: 36px;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.text_top {
	vertical-align: top;
}


.text-red {
	color: #F69;
}

.text-blue {
	color: #0C9;
}


.space_10 {
	margin-bottom: 10px;
}

.space_20 {
	margin-bottom: 20px;
}

.space_30 {
	margin-bottom: 30px;
}

.space_40 {
	margin-bottom: 40px;
}

.space_50 {
	margin-bottom: 50px;
}

.text_bold {
	font-weight: bold;
}

.space_-30 {
	margin-bottom: -30px;
}

.space_-40 {
	margin-bottom: -40px;
}

.space_-50 {
	margin-bottom: -50px;
}

.space_top10 {
	margin-top: 10px;
}

.space_top20 {
	margin-top: 20px;
}

.space_top30 {
	margin-top: 30px;
}

.space_top40 {
	margin-top: 40px;
}

.space_top50 {
	margin-top: 50px;
}


.float-left {
	float: left;
	margin-right: 20px;
}

.float-right {
	float: right;
	margin-left: 20px;
}

.margin-top20 {
	margin-top: 20px;
}

.margin-top30 {
	margin-top: 30px;
}

.margin-top40 {
	margin-top: 40px;
}


hr {
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #E7E7E7;
}


/*!---------- ボックスレイアウト幅 ----------*/
body.boxed-layout .main-container,
body.boxed-layout .nav-container,
body.boxed-layout .footer-container,
body.boxed-layout nav,
body.boxed-layout nav.fixed,
body.boxed-layout nav.overlay {
  max-width: 1200px;
}


/*!---------- メニュープルダウン ----------*/
nav ul ul {
  position: absolute;
  background: #fff;
  visibility: hidden;
  z-index: 999;
  min-width: 220px;
  padding: 0;
  border-radius: 3px;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
