@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
RESET
-------------------------------------------------------------- */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
img {
	vertical-align: bottom;
	right: 4px;
	top: 4px;
}


/*--------------------------------------------------------------
CLEARFIX
-------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*--------------------------------------------------------------
COMMON
-------------------------------------------------------------- */
body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background-color: #FFFFFF;
}

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

.content-slide {
  padding: 20px;
  color: #fff;
}
.text_area {
	padding: 10px;
}
.title {
  font-size: 20px;
  margin-bottom: 10px;
}

.arrow-left {
	position: absolute;
	top: 100px;
	left: 10px;
	z-index: 9999;
}

.arrow-right {
	position: absolute;
	top: 100px;
	right: 10px;
	z-index: 9999;
}