@charset "utf-8";
/* CSS Document */

#liveChat {
	padding:20px;
	text-align:left;
	width:600px;
}

#liveChat dd,
.sectionBox {
	margin-bottom:10px;
}

#liveChat h2 {
	margin-bottom:10px;
}
#liveChat h2 img {
	margin-bottom:4px;
}
#liveChat .sectionBox {
	margin-bottom:30px;
}

#liveChat h3 {
	border-bottom:1px solid #FF7A00;
	border-left:6px solid #FF7A00;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	padding:0 7px;
}

#liveChat .borderLine {
	border:2px solid #999;
	margin-bottom:10px;
	padding:10px;
}

#liveChat .txtCenter {
	text-align:center;
}

#liveChat .keisen {
	border: none;
	border-top: solid 1px #CCC;
	height:1px;
	color:#FFF;
	width:100%;
	margin-bottom: 20px;
	clear: both;
}

#liveChat .fontDeco01,
#liveChat dt {
	font-size:14px;
	font-weight:bold;
}

#liveChat .fontDeco02 {
	color:#F00;
}
.mt5 {
	margin-top:5px;
}
.mr20 {
	margin-right:20px;
}

#liveChat ul {
	list-style: decimal outside none;
	margin-left:3em;
}

#liveChat ul li {
	margin-bottom:8px;
}

/*--------------------------------
　営業時間外案内
----------------------------------*/
.guideSection {
	border:2px solid #999;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	padding:5px 10px;
	margin-bottom:8px;
}
.box {
	float:left;
	width:260px;
}
.textDec1 {
	font-weight:bold;
}
.mr10 {
	margin-right:10px;
}
.ml10 {
	margin-left:10px;
}
.mb10 {
	margin-bottom:10px;
}

/*--------------------------------
　#newyear
----------------------------------*/
#newyear {
	margin: 0 auto 20px auto;
}
#newyear .redTxt {
	color: #F00;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 10px auto;
}
#newyear .grayTxt {
	font-size: 15px;
}