@charset "utf-8";
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
li {display: inline-block; *display: inline; *zoom: 1;} 
a img {border-style:none;//IE8}
img{max-width: 100%;}
a {color:#56B7EA; text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;}
a:hover{filter: alpha(opacity=60);	opacity: 0.6;}
.clrfx:before, .clrfx:after {content: " ";display: table;}
.clrfx:after {clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.dn {display: none;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/* Common
 * --------------------------------------------------------*/
body {
  color: #727171;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  overflow-x: hidden;
}
.inner{
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}

/* textlive
 * ------------------------------- */
.txtlive {
	background-color: transparent;
}
.txtlive .ph {
	text-align: center;
	width: 400px;
}


/* 中身 */
.txtlive li.box {
    margin: 20px;
}
.txtlive .txt {
	text-align: left;
	padding-left: 15px;
	width: 282px;
}
.txtlive .tl_date {
	font-size: 13px;
	color: #666666;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.txtlive .balloon {
	width: 416px;
	text-align: left;
    display: inline-block;
    padding: 14px;
    margin-top: 5px;
    margin-right: 14px;
    font-size: 19px;
    color: #000000;
    position: relative;
   	background: #FFFFFF;
   	border-radius: 11px;
   	box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 10px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 10px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 10px 1px;

}
.txtlive .balloon a{color: #000000;}
.txtlive .balloon:after {
	content: "";
	background: url(../images/textlive/ballon.png) no-repeat 0 0;
	background-size: 14px 12px;
    width: 14px;
    height: 12px;
	position: absolute;
	right: -14px;
    top: 16px;
}

.txtlive .tl_icon {
    vertical-align: top;
	display: inline-block;
}
.txtlive .tl_icon img {
	vertical-align: middle;
}
.txtlive .tl_body {
	font-size: 14px;
	line-height: 2em;
	text-align: left;
	color: #000;
}


/* sp
 * --------------------------------------------------------*/


@media only screen and (max-width: 479px) 
{
	
	/* [sp] common --------------- */
	.txtlive {
	    margin-top: -18px;
	  }
	
	.goIndex {
		padding: 40px 0;
	}
	.goIndex a{
		font-size: 14px;
	}
	
	/* [sp] テキスト中継 */
	.txtlive li.box {
		width: 100%;
		margin: 5px 0;
		padding: 0;
	}
	.txtlive .ph {
		text-align: center;
		width: 100%;
	}
	.txtlive .txt {
		padding-left: 0;
	    width: 88%;
	    margin: 10px auto 0 auto;
	}
	.txtlive .tl_date {
		font-size: 12px;
		line-height: 1em;
	    color: #898989;
		background-color: transparent;
	}
	.txtlive .balloon {
		width: 70%;
	    display: inline-block;
	    padding: 6px 15px;
	    font-size: 16px;
	   	border-radius: 4px;
	   	margin-left: 6px;
	    border: 1px solid #5A4B4B;
	}
	.txtlive .balloon a{color: #5A4B4B;font-weight: bold;}
	.txtlive .tl_icon img {
		vertical-align: top;
		width: 48px;
	}
	.txtlive .tl_body {
	    margin: 20px 0 30px 0px;
	    padding-left: 10px;
	}
	.txtlive .goIndex {
		margin: 50px 0 50px 0;
	}
	
	/* [sp] txt_slide -------------- */
	.txt_slide {
		width: 100%;
	}

	.slick-dots li button
	{
	    width: 10px;
	    height: 10px;
	    padding: 5px;
	
		border-radius: 15px;
	    background: #bbb;
	}
	.slick-dots li.slick-active button{
		background: #333;
	}
	.slick-prev {
		left: 0px;
		background: url(../images/textlive/btn_prev.png) no-repeat 0 0;
	}
	.slick-next {
		right: 0px;
		background: url(../images/textlive/btn_next.png) no-repeat 0 0;
	}
	.slick-arrow {
		top: 38%;
		background-size: 30px;
		width: 36px;
		height: 46px;
	}

}
