@charset "utf-8";

/*  basic
 * --------------------------------------------------------*/
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,h5,ul,li {
	margin: 0;
	padding: 0;
}
ol, ul{list-style:none;}

li {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
} 

a,img{vertical-align:top}

/* リンク */
a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-decoration:none;
	outline: 0;
}
a:focus{outline:0}
a:link{color:#BB2F22;}
a:visited {color:#B32C1F;}

.fl {float: left;}

/* cf */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {clear: both;}
.cf {*zoom: 1;}


body {
	background: #F6B42D url(../images/bk_back1109.png) repeat-y center top;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.1em;
}

/*  ヘッダ
 * --------------------------------------------------------*/
#header {
	text-align: center;
	margin-bottom: 60px;
}

#header .btnArea {
	position: absolute;
	top: 876px;
	text-align: right;
	width: 1000px;
	margin: 20px 0 0 -44px;
}


/*  メイン
 * --------------------------------------------------------*/
#main {
	text-align: center;
	margin-bottom: 50px;
	padding: 0 10px 0 20px; /* 幅確認！ */
}

/* 動画 */
#main #doga {
	display: block;
	margin-bottom: 40px;
}

/* 実況 */
#main #newsLive {
	background: #F6B42D url(../images/bk_currynews.png) repeat-y center top;
	height: 66px;
	position: relative;
}

#main #newsLiveArea {
	height: 66px;
	position: absolute;
	left: 255px;
	top: 20px;
}

#main #textlive,
#main #twitterPhoto {
	margin-top: 40px;
}

/* テキスト中継 */
#main #textlive {
	display: block;
	width: 620px;
	float: left;
}

#textliveArea {
	background: #fff;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#textliveArea #currentContents {
	padding: 30px 0px 0px 30px;
}

#textliveArea #currentContents img {
	vertical-align: middle;
}

#textlive div.fltL {
	padding-bottom: 20px;
	width: 200px;
	min-height: 150px;
	float: left;
}

#textlive div.fltL > * {
	display: block;
}

#textlive div.fltL > * + * {
	margin-top: 10px;
}

#textlive h5 {
	margin-left: 36px;
	max-width: 177px;
	display: inline-block;
	background: #ffffc8;
	position: relative;
	line-height: 1.57;
	font-size: 14px;
	color: #543a16;
	font-weight: bold;
	padding: 6px 7px 21px 14px;
	float: left;
	text-align: left;
}

#textlive h5:after {
	content: "";
	background: url(../images/ico_balloon.png) no-repeat;
	width: 16px;
	height: 18px;
	position: absolute;
	right: -16px;
	top: 10px;
}

#textlive h5 span {
	display: block;
	line-height: 1.75;
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0;
}

#textlive h5 img {
	position: absolute;
	right: -91px;
	top: 0;
}

#textlive > div p {
	margin: 14px 0 0 36px;
	padding-bottom: 21px;
	line-height: 1.89;
	font-size: 14px;
	color: #231815;
	float: left;
	width: 324px;
	letter-spacing: .05em;
	text-align: left;
}

#textlive div.textlive_footer {
	margin-top: -10px;
	padding: 10px 0px 0px 0px;
	/*z-index: -1;*/
	position: relative;
}

#textlive .ftBtn {
	display: inline-block;
	padding: 10px 30px 20px 30px;
}

/* ツイッター */
#main #twitterPhoto {
	display: block;
	width: 320px;
	float: right;
}

#main #twitterPhoto .twPost {
	margin: 10px 0 0 -27px;
}

#main #twitterPhoto .twMore {
	margin-left: -10px;
}

#wrap {/* サムネイル部分 */
  overflow: hidden;
  margin-top: 7px;
}
.box {
	width: 130px;
	height: 130px;
	border-width: 0px;
	margin: 15px;
	float: left;
	text-align: left;
	overflow: hidden;
}

.box .ph {
  width: 130px;
  height: 130px;
  overflow: hidden;
}

/* こちらのコンテンツもどうぞ */
#banner {
	/*width: 830px;*/
	text-align: center;
	/*margin-left: 85px;*/
	padding-bottom: 40px;
}

#banner #banner_midashi {
	border-bottom: 1px #40220F solid;
	text-align: left;
	padding: 0 0 10px 20px;
	width: 820px;
	margin: 0 auto 30px auto;
}

#banner div {
	display: inline-block;
	padding: 0 10px;
}

.banner_a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

/*  アーカイブページ
 * --------------------------------------------------------*/
.archiveHeader {
	margin-bottom: 0;
}

#textlivePage {
	width: 900px;
	background: #fff;
	/*padding: 30px 0px 0px 30px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	font-size:14px;
}

#textlivePage h2 {
	text-align: center;
	padding-top: 20px;
}

#textlivePage .item {
	overflow: hidden;
	*zoom: 1;
	padding: 30px 0;
	width: 770px;
	margin: 0 auto;
	border-bottom: 1px solid #000;
}

#textlivePage div.item:last-child {
	border-bottom: none;
}

#textlivePage .item .photoContainer {/*ひだり*/
  /* photoContainer [optional] */
  float: left;
  width: 400px;
  text-align: center;
}
#textlivePage .item .articleContainer {/*みぎ*/
  /* articleContainer [optional] */
	margin-left: 400px;
}
#textlivePage .item .subjectContainer {/*タイトル*/
  /* subjectContainer [optional] */
  overflow: hidden;
  *zoom: 1;
}

#textlivePage .item .photo {
  margin-bottom: 20px;
}

#textlivePage .item .subject {/*ふきだし*/
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: left;
  position: relative;
  background-color: #FFFFC8;
  margin: 0 0 1em 0;
  padding: 10px;
  width: 240px;
  font-size: 16px;
  line-height: 1.5em;
  word-break: break-all;
}

#textlivePage .item .subject:after {
  display: block;
  position: absolute;
  content: '';
  top: 40px;
  right: -20px;
  border-top: 0px solid transparent;
  border-left: 20px solid #FFFFC8;
  border-bottom: 12px solid transparent;
}

#textlivePage .item .subject a {
  color: inherit;
  text-decoration: none;
}

#textlivePage .item .subject .time {
	display: block;
	line-height: 1.75;
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0;
}

#textlivePage .item .subject a:link, #textlivePage .item .subject a:visited, #textlivePage .item .subject a:hover, #textlivePage .item .subject a:active {
  color: inherit;
  text-decoration: none;
}

#textlivePage .item .icon {
	margin-left: 300px;
	margin-top: 8px;
}

#textlivePage .item img {
	vertical-align: middle;
}

#textlivePage .navi {
	text-align: center;
	position: relative;
}

#textlivePage .navi .opc {
	margin: 0px 0 30px 0;
	padding-bottom: 20px;
}

#textlivePage .navi .prev {
	position: absolute;
	left: 70px;
	margin-top: 3px;
}

#textlivePage .navi .top {
	margin: 0 216px;
}

#textlivePage .navi .next {
	position: absolute;
	right: 70px;
}

#textlivePage .body {
	margin-left: 10px;
}

.op2 {
	margin-top: 20px;
}

/*  ツイッター（アーカイブ）
 * --------------------------------------------------------*/
#textlivePage .twitterPage {
	width: 720px;
	margin: 0 auto;
	overflow: hidden;
}

#textlivePage #loading {
	text-align: center;
	margin-top: 60px;
	display: block;
	height: 100px;
	letter-spacing: 0.3em;
}
