@charset "shift_jis";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	/*background-image: url(/common/img/aobg.gif);
	background-repeat: repeat-y;
	background-position: center top;*/
}
table {
	line-height: 1em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.clearfloat {
	clear:both;
	height:0px;
	font-size:1px;
	line-height:0px;
}
form {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/*会場コンテンツ用
---------------------------------------------------------------*/

#hallContents {
	width: 587px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*-------------------------------------------------------*/

#hallContents #hallMenu {
	float: left;
	text-align: center;
	width: 230px;
	padding-top:0px;
	_padding-top:30px;
}
#hallContents #hallTopNavi #hallMenu {
	top: 0px;
}
#hallContents #hallMenu .menuInfo {
	margin: 40px 20px 20px;
	text-align: left;
}
#hallContents #hallMenu .menuInfo .hallName {
	color: #336699;
	font-weight: bold;
	padding-bottom: 14px;
	line-height: 120%;
}
#hallContents #hallMenu .menuInfo .hallAdd {
	line-height: 130%;
	background-image: url(/common/img/text_add.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 14px;
	padding-bottom: 10px;
}
#hallContents #hallMenu .menuInfo .hallTel {
	background-image: url(/common/img/text_tel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 14px;
	padding-bottom: 10px;
}
/*-------------------------------------------------------*/

#hallContents #hallRight {
	/*margin-left: 280px;*/
	margin-left: 15px;
	width: 555px;
}

/*-------------------------------------------------------*/

#hallRight .wNew {
	width: 540px;
	margin-left: 5px;
	font-size: 11px;
	padding-bottom: 20px;
	padding-top: 30px;
}
#hallRight .wNew a {
	color: #666666;
	text-decoration: none;
}
#hallRight .wNew a:hover {
	text-decoration: underline;
	color: #999999;
}
#hallRight .wNew .wNewTTL {
	margin-bottom: 10px;
}
#hallRight .wNew .newLine {
	padding-top: 3px;
	padding-bottom: 3px;
}
#hallRight .wNew .newLine .day {
	float: left!important;
	width: 64px;
}
#hallRight .wNew .newLine .text {
	margin-left: 66px;
}
#hallContents #hallRight .leadBox {
	margin-top: 20px;
}
#hallContents #hallRight .leadBox .photo {
	float: left;
	width: 230px;
}
#hallContents #hallRight .leadBox .leadText {
	line-height: 150%;
	margin-left: 235px;
	padding-top: 15px;
}
#hallContents #hallRight .facility {
	width: 549px;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 60px;
}
#hallContents #hallRight .facility object {
	margin-bottom: 30px;
}
#hallContents #hallRight .facility embed {
	margin-bottom: 30px;
}
#hallContents #hallRight .contBnr {
	text-align: center;
	font-size: 11px;
	line-height: 120%;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 550px;
}
#hallContents #hallRight #sTTL {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
#hallContents #hallRight .eventList {
	width: 552px;
	float: left;
}
#hallContents #hallRight .ListLine {
 float:
 width: 552px;
	font-size: 12px;
	line-height: 110%;
	height: auto;
	/* macie \*/
	height: 100%;/* macie end */

}
.listCL {
	background-color: #EFEFEF;
}
/* float対策------*/

.ListLine:after {
	content: ".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.ListLine {
	display:inline-table;
}
/*Hides from IE-mac\*/
*html .ListLine {
	height:1%;
}
.ListLine {
	display:block;
}
/*End hide from IE-mac*/
/* end float対策
-------------------*/

#hallContents #hallRight .ListLine .day {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	width: 70px;
}
#hallContents #hallRight .ListLine .text {
	padding: 10px 13px 10px 15px;
	float: left;
	width: 445px;
	font-weight: bold;
}
#hallContents #hallRight .ListLine .text a {
	color: #336699;
	text-decoration: none;
}
#hallContents #hallRight .ListLine .text a:hover {
	color: #3399CC;
	text-decoration: underline;
}
#hallContents #hallRight .ListLine .pdf {
	float: right;
	width: 50px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
#hallContents #hallRight .listPage {
	width: 550px;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: bold;
	color: #003366;
}
#hallContents #hallRight .listPage a {
	color: #666666;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
}
#hallContents #hallRight .listPage a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
#hallContents #hallRight .eventList .eventBox {
	padding-bottom: 30px;
}
#hallContents #hallRight .eventBox .eventText {
	padding: 20px 10px;
	line-height: 150%;
}
/* float対策------*/
.eventText:after {
	content: ".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.eventText {
	display:inline-table;
}
/*Hides from IE-mac\*/
*html .eventText {
	height:1%;
}
.eventText {
	display:block;
}
/*End hide from IE-mac*/
/* end float対策
-------------------*/


#hallContents #hallRight .partyBox {
	padding: 20px 10px 20px 50px;
	line-height: 150%;
}

/*お問合せ
---------------------------------*/
#hallContents #hallRight .contactBox {
	width: 552px;
	float: left;
	text-align: left;
}

#hallContents #hallRight .contactLine {
	width: 552px;
	font-size: 12px;
	line-height: 110%;
	height: auto;
	/* macie \*/
	height: 100%;/* macie end */

}
/* float対策------*/
.contactLine:after {
	content: ".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.contactLine {
	display:inline-table;
}
/*Hides from IE-mac\*/
*html .contactLine {
	height:1%;
}
.contactLine {
	display:block;
}
/*End hide from IE-mac*/
/* end float対策
-------------------*/

#hallContents #hallRight .contactLine .cellL {
	float: left;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	width: 123px;
	font-weight: bold;
	color: #336699;
}
#hallContents #hallRight .contactLine .cellR {
	padding: 8px 10px;
	margin-left: 134px;
	text-align: left!important;
}
#hallContents #hallRight .contactLine .cellSL {
	float: left;
	padding-top: 10px;
	padding-bottom: 6px;
	width: 60px;
	height: 12px;
}
#hallContents #hallRight .contactLine .cellSR {
	margin-left: 65px;
	text-align: left!important;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-right: 12px;
}
.contactFBT {
	text-align: center;
	padding: 10px 10px 30px;
}
#hallContents #hallRight .veri {
	float: left;
	width: 260px;
	text-align: right;
}
#hallContents #hallRight .veriText {
	margin-left: 270px;
	height: 50px;
	padding-top: 18px;
	width: 270px;
	line-height: 140%;
}
#hallContents #hallRight .veriBox {
	width: 550px;
	float: left;
}
#hallContents #hallRight .contLead {
	font-weight: bold;
	color: #336699;
	margin-bottom: 15px;
	font-size: 14px;
}
#hallContents #hallRight .contComme {
	line-height: 140%;
	margin-top: 15px;
	margin-bottom: 30px;
}
#hallContents #hallRight .contComme a {
	color: #666666;
}
#hallContents #hallRight .contComme a:hover {
	color: #999999;
}
#hallContents #hallRight .contComme strong {
	font-size: 14px;
}
#hallContents #hallRight .commeBox {
	border: 1px solid #6699CC;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 130%;
}
#hallContents #hallRight .commeBox .telTTL {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	background-image: url(/common/img/icon_tel.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	padding: 3px 3px 3px 22px;
	margin-bottom: 10px;
}
#hallContents #hallRight .commeBox .teltext strong {
	font-size: 18px;
	color: #6699CC;
}
#hallContents #hallRight .commeBox .mailTTL {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	background-image: url(/common/img/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 3px 3px 22px;
	margin-bottom: 10px;
}
#hallContents #hallRight .datahallName {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
/*会場データ・アクセス---------------------------*/
#hallContents #hallRight .dataBox {
	border: 1px solid #6699CC;
	padding: 10px 10px 6px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 130%;
	float: right;
	width: 530px;
}
/* float対策------*/
.dataBox:after {
	content: ".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.dataBox {
	display:inline-table;
}
/*Hides from IE-mac\*/
*html .dataBox {
	height:1%;
}
.dataBox {
	display:block;
}
/*End hide from IE-mac*/
/* end float対策
-------------------*/

#hallContents #hallRight .dataBox .dataBoxL {
	float: left;
	width: 280px;
}
#hallContents #hallRight .dataBox .dataBoxR {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 4px;
}
#hallContents #hallRight .dataBox .dataBoxL .celldL {
	float: left;
	font-weight: bold;
	width: 40px;
}
#hallContents #hallRight .dataBox .dataBoxL .celldR {
	margin-left: 45px;
	padding-bottom: 6px;
}
#hallContents #hallRight .dataBox .dataBoxL .celldR strong {
	color: #6699CC;
	font-size: 16px;
}
#hallContents #hallRight .mapImg {
	text-align: center;
}
#hallContents #hallRight .dataBox2 {
	width: 472px;
	float: left;
	text-align: left;
	padding-bottom: 40px;
	padding-left: 50px;
}
#hallContents #hallRight .dataBox2 .dataLine {
	width: 470px;
	font-size: 12px;
	line-height: 130%;
	height: auto;
	/* macie \*/
	height: 100%;/* macie end */

}
/* float対策------*/
.dataLine:after {
	content: ".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.dataLine {
	display:inline-table;
}
/*Hides from IE-mac\*/
*html .dataLine {
	height:1%;
}
.dataLine {
	display:block;
}
/*End hide from IE-mac*/
/* end float対策
-------------------*/

#hallContents #hallRight .dataBox2 .dataLine .cellL {
	float: left;
	width: 74px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 14px;
}
#hallContents #hallRight .dataBox2 .dataLine .cellR {
	padding: 8px 8px 8px 5px;
	text-align: left!important;
	margin-left: 90px;
}
#hallContents #hallRight .dataBox2 .chu {
	border: 1px solid #CCCCCC;
	padding: 8px;
	line-height: 140%;
	margin-top: 30px;
}
#hallContents #hallRight .contThanks {
	text-align: center;
	font-size: 14px;
}
#hallContents #hallRight .contThanks strong {
	color: #336699;
}
#hallContents #hallRight .backlist {
	text-align: center;
}
#hallContents #hallRight .areaTopBnr {
	text-align: center;
	padding-top: 20px;
}


/*パーティレポートページ用------------------------*/

#hallRight .thepartyBox {
	background-image: url(/common/img/preport_bg1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 266px;
	_width: 260px;
	padding-bottom: 5px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	height: 186px;
}
#hallRight .bgGLN .thepartyBox {
	background-image: url(/common/img/preport_bg2.gif)!important;
}
#hallRight .thepartyBox .thePhoto {
	font-size: 0px;
	line-height: 0px;
	height: 95px;
}
#hallRight .thepartyBox .thePhoto a {
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 95px;
}
#hallRight .thepartyBox .hallName {
	font-weight: bold;
	color: #336699;
	padding: 12px 10px 5px 2px;
}
#hallRight .thepartyBox .tpNew {
	background-image: url(/common/img/icon_new.gif);
	background-repeat: no-repeat;
	background-position: 212px 12px;
	_background-position: 210px 14px;
	padding-right: 64px;
}
#hallRight .thepartyBox .nameDay {
	padding-right: 10px;
	padding-left: 2px;
	font-size: 11px;
	padding-top: 3px;
	line-height: 110%;
}
#hallRight .pReportName {
	background-image: url(/common/img/preport_sttlname.jpg);
	background-repeat: repeat-y;
	height: 23px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-top: 12px;
	margin-left: 10px;
}
#hallRight .pReportcomm {
	line-height: 150%;
	padding: 10px;
	margin-left: 10px;
}
#hallContents .pReportBox {
	width: 570px!important;
	margin-left:0px!important;
}
#hallRight .pReportSTTL {
	margin-left: 10px;
}
#hallRight .pReportBackbt {
	text-align: center;
	padding-bottom: 20px;
}
#hallRight .pageNavi {
	background-color: #336699;
	width: 534px;
	padding: 6px 8px;
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 24px;
	_margin-bottom: 0px;
	float: left;
}
#hallRight .pageNavi a {
	color: #FFFFFF;
}
#hallRight .pageNavi a:hover {
	color: #99CCFF;
}
#hallRight .pageNavi .nawPG {
	font-weight: bold;
}


/*　メディア実績
----------------------------------------------　*/

.mediaList {
	margin-top: 30px;
	line-height:140%;
}
.mediaList .mdListLine {
	background-color: #EAF1F2;
	padding: 7px 6px 4px 8px;
	_padding: 7px 6px 5px 8px;
	width: 536px;
	float: left;
	height: auto;
	/* macie \*/
	height: 100%;/* macie end */

}
/* float対策------*/

.mdListLine:after {
	content: ".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.mdListLine {
	display:inline-table;
}
/*Hides from IE-mac\*/

*html .mdListLine {
	height:1%;
}
.mdListLine {
	display:block;
}
/*End hide from IE-mac*/

/* end float対策

-------------------*/

.mediaList .mdListLine .day {
	float: left;
	width: 75px;
	padding-left: 5px;
}
.mediaList .mdListLine .pdf {
	float: left;
	width: 56px;
	text-align: center;
}
.mediaList .mdListLine .ttl {
	float: left;
	width: 398px;
	font-weight: bold;
}
.mediaList .mdListLine .ttl a {
	color: #336699;
	text-decoration: none;
}
.mediaList .mdListLine .ttl a:hover {
	color: #0099CC;
	text-decoration: underline;
}
.mediaList .text {
	width: 450px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 90px;
	float: left;
}
.eventBox .eventText a {
	color: #336699;
}
.eventBox .eventText a:hover {
	color: #0099CC;
}
.mediaList .eventBox {
	padding-bottom: 30px;
	float: left;
	width: 550px;
}
.mediaList .eventText {
	padding: 20px 10px;
	line-height: 150%;
}

/*トップページInformation・Event用------------------------*/

.hallinfoBox {
	width: 535px;
	margin: 34px auto 5px;
}
.hallinfoBox .infoTxt {
	border-right: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
	padding: 10px 12px 12px;
	line-height: 140%;
}
.hallevnBox {
	width: 535px;
	margin: 26px auto 5px;
}
.hallevnBox .evnTxt {
	border-right: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
	padding: 16px 20px 20px;
	line-height: 150%;
}
.hallevnBox .evnTxt .imgBox {
	float: right;
}
.hallevnBox .evnTxt .txtBox {
	margin-right: 190px;
}
.hallevnBox .evnTxt .imgBoxCL {
	float: left;
}
.hallevnBox .evnTxt .txtBoxCL {
	margin-left: 210px;
}
.hallevnBox .evnTxt .txtBox strong {
	color: #6699CC;
}
.hallevnBox .evnTxt .txtBoxCL strong {
	color: #336699;
}

.hallevnBox .evnTxt .bbl {
	color: #6699CC;
	font-weight: bold;
}
.hallevnBox .evnTxt a {
	color: #6699CC;
}
.hallevnBox .evnTxt a:hover {
	color: #666666;
}
.hallevnBox .cm {
	text-align: center;
}


/*ヘッダーの検索窓-------------------------------*/
#TGHeader .searchForm {
	float: right;
	font-size: 11px;
	padding-top: 4px;
}
#TGHeader .searchForm img{
	cursor: pointer;
}
#TGHeader .searchForm .sBox {
	width: 180px;
}

/*イベントカレンダー用-------------------------------*/
#hallContents .cal {
	/*margin-left: 260px!important;*/
	margin-left: 5px!important;
	width: 576px!important;
}
#hallContents .cal .eventList {
	width: 566px!important;
	_width: 562px!important;
	margin-left: 4px;
}
/* float対策------*/
.eventList:after {
	content: ".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.eventList {
	display:inline-table;
}
/*Hides from IE-mac\*/
*html .eventList {
	height:1%;
}
.eventList {
	display:block;
}
/*End hide from IE-mac*/
/* end float対策*/

#hallContents .cal .eventList .ListLine .text {
	width: 464px!important;
}
#hallContents .cal .calsttl1 {
	padding-bottom: 12px;
	text-align: center;
}

#hallContents .cal .calsttl2 {
	padding-bottom: 14px;
	padding-top: 32px;
	text-align: center;
}
#hallContents .cal .contBnr {
	width: 570px!important;
}
#hallContents .cal .contBnr img{
	margin-top:10px;
	_margin-top:10px;
}
#hallContents .cal .calSWF {
	text-align: center;
	font-size: 10px;
	padding-bottom: 12px;
}
#hallContents .cal .yymmdd {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 5px;
	color: #6699CC;
}
#hallContents #hallRight .shosai {

}
#hallContents #hallRight .shosai .eventList .ListLine {
	color: #FFFFFF;
	background-color: #134679;
	margin-top: 50px;
}
#hallContents .cal .shosai .eventList .eventBox {
	padding-bottom: 0px!important;
}
#hallContents #hallRight .shosai .eventList .entry {
	padding: 16px 0px 0px 10px;
	position: relative;
}
#hallContents #hallRight .shosai .eventList .entry .entryBT {
	width: 156px;
	position: absolute;
	left: 410px;
	_left: 400px;
}
#hallContents #hallRight .shosai .eventList .entry .sendMob {
	width: 390px;
	margin-right: 150px;
	text-align: right;
}
#hallContents #hallRight .shosai .eventList .entry .sendMobOne {
	width: 555px;
	text-align: right;
}
#hallContents #hallRight .shosai .eventList .mobForm {
	background-color: #EAF1F2;
	text-align: center;
	margin-top: 8px;
	padding-top: 12px;
	padding-bottom: 13px;
	_padding-bottom: 12px;
}
.sendEnd {
	padding-bottom: 10px;
}
.mobForm form {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#hallContents #hallRight .shosai .eventList .entry .sendMob img {
	border-style: none;
}
.mobForm .textF {
	width: 200px;
}
#hallContents #hallRight .calThank {
	font-size: 14px;
	line-height: 140%;
	text-align: center;
}
#hallContents #hallRight .calThank strong {
	color: #336699;
}
.formTTL {
	color: #FFFFFF;
	background-color: #134679;
	padding: 10px 13px 10px 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
#hallContents .cal .contactBox {
	width: 572px!important;
	margin-left: 1px;
}
#hallContents .cal .contactBox .contactLine {
	width: 572px!important;
}
#hallContents .cal .contactBox .contactFBT {
	padding-bottom: 3px!important;
}
#hallContents .cal .veriBox {
	margin-left: 10px;
}
.wClose {
	padding-bottom: 20px;
	padding-top: 35px;
	width: 550px;
	float: left;
}

/*閉じるボタン*/
.wClose a.BtClose {
	display: block;
	height: 38px;
	width: 188px;
	background-image: url(/common/img/close.jpg);
	outline-style:none;
	text-indent: -9999px;
	margin-left: 190px;
}
.wClose a:hover.BtClose {
	background-position: 0px 38px;
}

/*フェア予約
--------------------------------------------------------------*/
#hallContents #hallRight .mobile .mobileBtn {
	text-align: center;
	font-weight: bold;
	color: #336699;
	font-size: 11px;
}
#hallContents #hallRight .mobile {
	margin-bottom: 0px;
}
#hallContents #hallRight .mobile .mobileBtn img {
	border-style: none;
}

#hallContents #hallRight .mobile .mobileBtn .mobileIcon {
	margin-right: 6px;
	margin-bottom: 3px;
}
#hallContents #hallRight .mobileCom {
	color: #336699;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 10px;
	font-weight: bold;
}
#hallContents #hallRight .mobileCom a {
	color: #336699;
	text-decoration: none;
}
#hallContents #hallRight .mobileCom a:hover {
	color: #999999;
	text-decoration: underline;
}
/*#hallContents #hallRight .entry {
	background-color:#EAF1F2;
	padding-bottom:0px;
	padding-top:12px;
	text-align:center;
}*/
#hallContents #hallRight .mobForm {
	background-color: #EAF1F2;
	text-align: center;
	margin-top: 8px;
	padding-top: 12px;
	padding-bottom: 13px;
	_padding-bottom: 12px;
}

/*お問い合わせバナー
--------------------------------------------------------------*/
#hallContents .cal .contBnr img{
	margin-top:0px;
	_margin-top:0px;
}

#hallContents #hallRight .contBnr {
	padding-top: 20px!important;
	float: left;
}

#hallContents #hallRight .contBnr2 {
	text-align: center;
	font-size: 11px;
	line-height: 120%;
	width: 540px;
	padding: 0px 0px 2px 0px;
	height: 85px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	clear:left;
}
/* float対策------*/
.contBnr2:after {	content: ".";	display:block;	height:0px;	clear:both;	visibility:hidden;}
.contBnr2 {	display:inline-table;}
/*Hides from IE-mac\*/
*html .contBnr2 {	height:1%;}
.contBnr2 {	display:block;}
/*End hide from IE-mac*/
/* end float対策*/


#hallContents #hallRight .contBnr2 div {
	width: 257px;
	float: left;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}
#hallContents #hallRight .contBnr2 div p {
	text-align: left;
	margin: 0px;
	line-height: 117%;
	padding: 2px 7px;
}

.error{
   font-weight:bold;color:#ff0000;
   text-align: center;
   padding:10px;
   background: #ffff99;
}


/*******************************
pager
********************************/
.pager{
   zoom: 1;
   clear:both;
   margin:10px auto;
   text-align:right;
}
.pager:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.pager div{
   text-align: center;
}
.pager ul{
   margin:0;
   padding:0;
}
.pager ul,
.pager ul li{
   display: block;
   list-style: none;
}
.pager ul{
   overflow: hidden;
}
.pager ul li{
   float: left;
   background: #efefef;
   margin-right: 2px;
}
.pager ul li a,
.pager ul li strong,
.pager ul li span{
   display: block;
   padding: 4px 7px;
}
.pager ul li a{
   text-decoration: none;
   color: #000000;
}
.pager ul li a:hover{
   background: #cccccc;
   color:#101010;
}
.pager ul li strong{
   background: #cccccc;
   color:#101010;
   font-weight:bold;
}


div.lo{
   width:680px;
   height:34px;
}

.lo-list-navi{
   width:74px;
   height:34px;
   float:left;
}
.lo-list-navi a{
   display: block;
   width:74px;
   height:34px;
   float:left;
}
.lo-list{
   float:left;
   width:520px;
   line-height:34px;
   text-align: center;
}

.pager div{
   color:#000000;
}


