@charset "utf-8";

/*==================================================================
	基本テキスト
===================================================================*/

body {
	color: #111;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%; /*スマホ横向きテキスト*//*letter-spacing: 1px;*/
	/*font-family: Lato, Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; /*ゴシック体*/
	/*font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "MS 明朝", serif; /*明朝体*/
}

a:link,
a:visited,
a:hover,
a:active {
	color:#111;
	text-decoration: none;
}

.cap_l,
.cap_r {
	color: #111;
	line-height: 1.6;
	clear: both;
}

.current {
	cursor:default;
}

/*==================================================================
	基本デザイン
===================================================================*/
body {
	background: #fff;
}


/*---------------------------------
 レスポンシブ対応
--------------------------------*/
img {
	max-width: 100%;
	width: auto\9;/*IE8 max-widthバグへの対応*/
	height: auto;
}

/*.pc {
	display: block !important;
}

.smp {
	display: none !important;
}*/


/* --------------------------------------------------------------------------------------
 コンテンツエリア
--------------------------------------------------------------------------------------- */
/* common */

#title_area {
	width:100%;
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#title_area img{
	/*width:100%;*/
}

#mv_area {
	border-top-width: 1px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	margin:0 auto;
}

#mv_area img {

}

.mvbg {
 	text-align: center;
}

.mvbg img {
	max-width:100%;
}

.mv001 {
  position: absolute;
  bottom: 0px;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.mv001 img {
  width: auto;
  max-width: 100%;
  line-height: 1;
}


/*-----------------------------------------------------	*/
/*	for - 1279px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 1279px) {


/*.tab {
	display: block !important;
}*/

#smp_hbtn {
	display: block !important;
}



}


/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

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

.inner {
	width: 95%;
}

.inner2 {
	width: 95%;
}


/*.tab {
	display: block !important;
}*/



}


/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

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

#mv_area {
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
}


/*.tab {
	display: block !important;
}*/



}


/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

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

/*.pc {
	display: none !important;
}

.smp {
	display: block !important;
}*/



}
