@charset "utf-8";

/*/// 汎用 ///*/
.mt18{ margin-top:18px; }
.mt20{ margin-top:20px; }

.txtRed{ color:#FF0000; }
.txtUdl{ text-decoration:underline; }

/*/// titleHeader ///*/
#titleHeader{
	float: left;
	width: 1000px;
	padding:50px 0;
	color:#4D4D4D;
}
#titleHeader p {
	font-weight: bold;
}

#wrapper {
	position: relative;
}

strong {
	font-weight: bold;
}

.cap {
	font-size: 12px;
	color: #4D4D4D;
}

.back {
	margin-bottom: 10px;
}
.back a {
	background: url("../../images/arrow_back.gif") no-repeat scroll left center transparent;
	color: #000000;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 15px;
}
.back a:hover {
	opacity: 0.60;
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
}
a:hover > img {
	opacity: 0.60;
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
}

/*/// shopList ///*/
.content{
	padding:25px 50px 25px 100px;
}

/* nav position fix */
.contentPadding{}
.place .contentPadding{ padding-top: 227px; }

.content .catTitle{
	clear:both;
	background: url(../../images/bg_dashedline_h.gif) repeat-x bottom;
	padding-bottom: 5px;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height:1.4em;
	color:#4d4d4d;
}

.content .catTitle span{
	font-weight:bold;
	font-size:161.6%;
	color:#000;
}




.textlive .content {
	padding:0 0 25px 0;
}
.textlive .content .menu {
	margin: 0 0 0 2px;
	padding: 25px 0 25px 0;
	background-color: #FFF;
	text-align: right;
}
.textlive .content .schedule {
	margin: 0 25px;
}



li.navTop {
	width: 800px;
	background: none;
	padding-bottom:100px;
}
li.navTop a {
	float: right;
	display:block;
	background: url(../images/arrow_top.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}
li.navTop a:hover {
	opacity: 0.60;
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
}
li h2 {
	margin-bottom: 25px;
}

li h3 {
	margin: 50px 0 25px;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	color:#9067AD;
}
li h4 {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: bold;
}
li.column {
	margin: 25px 0;
	padding:25px;
	border: 1px solid #CCCCCC;
	width: 500px;
}
li.column h3 {
	margin: 0 0 25px;
}
.attention {
	color: #EB6100;
}
li p {
	margin-bottom: 1em;
}
li p.catName{
	margin-left:10px;
	margin-bottom:8px;
	font-size:10px;
	line-height:1;
	color:#808080;
}
li p.name{
	margin-left:10px;
	margin-bottom:10px;
	font-size:12px;
	line-height:1;
	font-weight:bold;
}
li p.status{
	margin-left:10px;
	font-size:12px;
	line-height:1;
}


li img {
	vertical-align: top;
}


#liveTitle {
	width: 800px;
	background: url(../images/bg_dashedline_h.gif) repeat-x center bottom;
	padding-bottom: 25px;
	margin: 75px auto 25px;
	text-align: center;
}
#liveArea {
	width: 800px;
	margin: 25px auto;
}
#liveArea .item {
	background: url(../images/bg_dashedline_h.gif) repeat-x center bottom;
	padding-bottom: 25px;
	margin: 25px 0;
	height: auto;
	overflow: hidden;
}
#liveArea .item .photos {
	float: left;
	padding-right: 50px;
}
#liveArea .item .photos li {
	margin-bottom: 10px;
	width: 350px;
}
#liveArea .item .texts {
	float: left;
	width: 400px;
	height: auto;
	overflow: hidden;
}
#liveArea .item .texts .subject {
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
#liveArea .item .texts .subject .date {
	float: left;
	width: 340px;
	font-size: 11px;
	font-weight: bold;
	color: #4D4D4D;
}
#liveArea .item .texts .subject h3 {
	float: left;
	width: 340px;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
}
#liveArea .item .texts .subject .icon {
	float: right;
}

#liveNavi {
}
#liveNavi ul {
	height: auto;
	overflow: hidden;
	margin: 25px auto;
}
#liveNavi li {
	float: left;
	padding: 0 25px;
}




#liveNavi ul.topNavi {
	width: 325px;
}
#liveNavi ul.topNavi li {
}

#liveNavi ul.moreNavi {
	width: 447px;
}






