@charset "utf-8";
* {-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;}
a {
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline:none;
}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
.clrfx:before,
.clrfx:after {
    content: " ";
    display: table;
}
.clrfx:after {clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/* Design ------ */
.inner {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}
.inner2 {
	width: 800px;
	margin: 0 auto;
	background: #fff;
}
.m0auto {
	margin: 0 auto;
}
.cont {
	border-top: 10px solid #F1DD9D;
	padding: 30px 20px;
}
#textLive h3 {
	padding-left: 16px;
 	margin-bottom: -20px;
}

#textLive2 {
	width: 260px;
}

#textLive2 .tlive_tweet{
	height: 670px;
}

#textlive_list {
	margin: 0 auto;
}

.tlive_banner {
	margin: 15px auto;
	width: 590px;
}

/* /Design ------ */

/* Common
 * --------------------------------------------------------*/
/* テキスト中継 */
#textLive {
	/*margin: 0 auto;*/
	width: 660px;
	height: 100%;
	min-height: 100%; 
	min-width:660px;
	
}
#textliveArea {
	display: block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	min-height: 100%; 
}
#textliveArea .currentContents {
	padding: 20px 0px 10px 12px;
	border-bottom: 6px solid #F1DD9D;
}
#textliveArea .currentContents img {
	vertical-align: middle;
}
#textliveArea .fltL {
	margin-top: 13px;
	padding-bottom: 40px;
	 width: 320px;
	min-height: 150px;
	float: left;
	text-align: center;
}
#textliveArea .fltL > * {
	display: block;
}
#textliveArea .fltL > * + * {
	margin-top: 10px;
}
#textliveArea h5 {
	margin-left: 28px;
  	margin-top: 14px;
	max-width: 220px;
	min-width: 110px;
	position: relative;
	line-height: 26px;
	font-size: 17px;
	font-weight: bold;
	padding: 14px 12px 14px 14px;
	float: left;
	text-align: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*background: #7E6139;*/
	border: 2px solid #784B1A;
}
#textliveArea h5 > a {color:#000;}
#textliveArea h5 > a:link{color:#000;}
#textliveArea h5 > a:visited{color:#000;}
#textliveArea h5 > a:hover{color:#777;}
#textliveArea h5.default {background: #000;}
#textliveArea h5:after {
	content: "";
	background: url(../images/textlive/ico_balloon.png) no-repeat;
	background-size: 18px 11px;
	width: 19px;
	height: 11px;
	position: absolute;
	right: -19px;
	top: 10px;
	
}

#textliveArea span {
	text-align: left;
	display: block;
	/*margin-left: 358px;
	padding-top: 8px; position4span*/
	padding-bottom: 5px;
	font-weight: normal;
	
	font-size: 11px;
	/*color: #7E6139;*/
	letter-spacing: 2px;
}
#textliveArea h5 img {
	position: absolute;
	right: -74px;
	top: -6px;
}
#textliveArea > div p {
	margin: 40px 0 0 26px;
	padding-bottom: 35px;
	line-height: 1.89;
	font-size: 14px;
  	line-height: 23px;
	color: #231815;
	float: left;
	width: 296px;
	letter-spacing: .05em;
	text-align: left;
}
#textliveArea div.textlive_header,
#textliveArea div.textlive_footer {
	position: relative;
	width: 600px;
	margin: 0 auto;
}
#textliveArea div.textlive_header {
	padding-top: 10px;
	border-bottom: 1px solid #F1DD9D;
}
#textliveArea div.textlive_footer {
}
#textliveArea .ftBtn {
	display: inline-block;
	padding: 20px 0;
}
#textliveArea .btn_reload{
	padding: 0 30px;
}
#textliveArea .btn_goindex {
	padding: 0 100px;
}

/* controller */
#controller {
	margin: 0 auto;
	position: relative;
	width: 680px;
	height: 50px;
	padding-bottom: 30px;
}
#controller .cBtn {
	display: inline-block;
}
#controller .btn_index {
	padding-left: 90px;
}

/* テキスト中継単体
 * --------------------------------------------------------*/
#textlive_wrapper {
  	width: 1130px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}
#textlive_wrapper .contsMid {
	padding-top: 30px;
}
#textlive_wrapper #textliveArea {
	margin-top: 0;
}
.copyright_top {
	padding-top: 40px;
}
.copyright_btm {
	width: 253px;
	margin: 45px auto -16px auto;
	display: block;
	padding-left: 5px;
}

/* ColorBox */
.js-colorbox:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}