@charset "Shift_JIS";

/*===================================================

・common
・h1 - 6
・list
・box
・dl
・block
・btn
・table
・unit other

===================================================*/

.spNone{
	display:none !important;
}
.spBlock{
	display:block !important;
}
/* common
===================================================*/
/* margin set
------------------------------------------------*/
	/*10px*/
	.margT10 {margin-top   :5px  !important;}
	.margR10 {margin-right :5px  !important;}
	.margB10 {margin-bottom:5px  !important;}
	.margL10 {margin-left  :5px  !important;}
	
	/*20px*/
	.margT20 {margin-top   :10px !important;}
	.margR20 {margin-right :10px !important;}
	.margB20 {margin-bottom:10px !important;}
	.margL20 {margin-left  :10px !important;}
	
	/*30px*/
	.margT30 {margin-top   :15px !important;}
	.margR30 {margin-right :15px !important;}
	.margB30 {margin-bottom:15px !important;}
	.margL30 {margin-left  :15px !important;}

	/*40px*/
	.margT40 {margin-top   :20px !important;}
	.margR40 {margin-right :20px !important;}
	.margB40 {margin-bottom:20px !important;}
	.margL40 {margin-left  :20px !important;}
	
	/*50px*/
	.margT50 {margin-top   :25px !important;}
	.margR50 {margin-right :25px !important;}
	.margB50 {margin-bottom:25px !important;}
	.margL50 {margin-left  :25px !important;}
	
	/*60px*/
	.margT60 {margin-top   :30px !important;}
	.margR60 {margin-right :30px !important;}
	.margB60 {margin-bottom:30px !important;}
	.margL60 {margin-left  :30px !important;}
	
	.ftLarge, table.ftLarge th, table.ftLarge td,
	.ftMediumx, table.ftMediumx th, table.ftMediumx td {font-size:15px !important;}

#contentBodyMain p{
	margin-bottom:10px;
}
#contentBody hr{
	height:1px;
	border:none;
	border-top:1px solid #c4cfc9;
	margin:10px 0;
}
#contentBody a{
	outline:none;
}
#contentBody .ft16{
	font-size:14px;
}
#contentBody .colA{
	color: #ff0000 !important;
}
#contentBody .colB{
	color: #1e9db6 !important;
}
#contentBody .colC{
	color: #4e9c1b !important;
}
#contentBody .colD{
	color: #F03856 !important;
}
#contentBody .colE{
	color: #666 !important;
}
#contentBody .colF{
	color: #4c4c4c !important;
}
#contentBody .colG{
	color: #3399cc !important;
}
/* border */
#contentBody .bdrB{
	border-bottom:1px solid #c4cfc9;
}

/* img
------------------------------------------------*/
#contentBody img{
	max-width:100%;
	height:auto;
}
#contentBody .img100{
	margin-bottom:5px;
	width:50px !important;
}
#contentBody .img100 img{
	width:50px !important;
}
#contentBody .imgTypeA,
#contentBody .imgTypeB{
	text-align: center;
}
#contentBody .imgTypeA img{
	max-width: 100px;
	vertical-align: top;
	padding: 0 5px;
}
#contentBody .imgTypeA img:first-child{
	max-width: 50px;
}
#contentBody [class*=imgTypeB],
#contentBody [class*=imgTypeC]{
	margin-bottom: 10px;
}
#contentBody [class*=imgTypeB] img{
	max-width: 325px;
	width: 100%;
	height: auto;
}
#contentBody .imgTypeBC{
	text-align: center;
}
#contentBody .imgTypeBL{
	text-align: left;
}
#contentBody .imgTypeBR{
	text-align: right;
}
#contentBody [class*=imgTypeC] img{
	max-width: 330px;
	width: 100%;
	height: auto;
}
#contentBody .imgTypeCC{
	text-align: center;
}
#contentBody .imgTypeCL{
	text-align: left;
}
#contentBody .imgTypeCR{
	text-align: right;
}
#contentBody .bdrImgA{
	display:inline-table;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-left:10px;
	margin:0 -5px 10px;
	text-align:center;
}
#contentBody .bdrImgA > span{
	display:table-cell;
	width:50%;
	text-align:right;
	vertical-align:middle;
}
#contentBody .bdrImgA > span:first-child{
	padding-right:10px;
	text-align:center;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
#contentBody .bdrImgA img{
	width:100%;
	max-width:100%;
}
#contentBody img.frame{
	border:1px solid #ccc;
}

/* icon 
------------------------------------------------*/
#contentBody .iconP,
#contentBody .iconO,
#contentBody .iconN,
#contentBody .iconM,
#contentBody .iconL,
#contentBody .iconK,
#contentBody .iconJ,
#contentBody .iconI,
#contentBody .iconH,
#contentBody .iconG,
#contentBody .iconF,
#contentBody .iconE,
#contentBody .iconD,
#contentBody .iconC,
#contentBody .iconB,
#contentBody .iconA{
	display:inline-block;
	min-width:4em;
	border:1px solid #ff99cc;
	padding:3px 5px;
	margin:0 1px 2px 0;
	color:#fff;
	text-align:center;
	line-height:1;
	white-space:nowrap;
	font-size:11px;
}
#contentBody .iconA{
	min-width:5em;
	border:1px solid #ff99cc;
	color:#ff3399;
}
#contentBody .iconB{
	background-color:#ff6699;
	border:1px solid #ff6699;
}
#contentBody .iconC{
	background-color:#cc3333;
	border:1px solid #cc3333;
}
#contentBody .iconD{
	background-color:#4fcebc;
	border:1px solid #4fcebc;
}
#contentBody .iconE{
	min-width:5em;
	border:1px solid #9999ff;
	color:#6666ff;
}
#contentBody .iconF{
	background-color:#00b2e0;
	border:1px solid #00b2e0;
}
#contentBody .iconG{
	background-color:#ff9900;
	border:1px solid #ff9900;
}
#contentBody .iconH{
	background-color:#ff6600;
	border:1px solid #ff6600;
}
#contentBody .iconI{
	background-color:#cc66ff;
	border:1px solid #cc66ff;
}
#contentBody .iconJ{
	background-color:#ff0000;
	border:1px solid #ff0000;
}
#contentBody .iconK{
	background-color:#33cc66;
	border:1px solid #33cc66;
}
#contentBody .iconL{
	background-color:#d1d1f6;
	border:1px solid #d1d1f6;
	border-radius:3px;
	color:#6666cc;
}
#contentBody .iconM{
	background:url(../image/bgr_icon_heart.png) no-repeat 5px 0.4em #c6e8e7;
	border:1px solid #c6e8e7;
	border-radius:3px;
	padding-left:17px;
	color:#0099cc;
}
#contentBody .iconN{
	background-color:#ff00cc;
	border:1px solid #ff00cc;
	color:#fff;
}
#contentBody .iconO{
	background-color:#00cc33;
	border:1px solid #00cc33;
	color:#fff;
}
#contentBody .iconP{
	background-color:#ffc0cb;
	border:1px solid #ffc0cb;
	color:#fff;
}

#contentBody .linkPdf:after{
	content: "";
	display: inline-block;
	width:23px;
	height:22px;
	background: url(../image/sp_icon_link_after01.png) no-repeat 0 -17px;
	background-size:23px auto;
	-webkit-background-size:23px auto;
	margin-left:5px;
	vertical-align: middle;
}
#contentBody .linkBlank:after{
	content: "";
	display: inline-block;
	width:17px;
	height:15px;
	background: url(../image/sp_icon_link_after01.png) no-repeat 0 0;
	background-size:23px auto;
	-webkit-background-size:23px auto;
	margin-left:5px;
	vertical-align: middle;
}
/* note 
------------------------------------------------*/
#contentBody .noteTxt{
	margin-bottom:10px;
	font-size:12px;
	color:#666;
}
/* font 
------------------------------------------------*/
#contentBodyMain .ft16,
#contentAll #contentBody .olListAft16,
#contentAll #contentBody .squareAft16,
#contentAll #contentBody .squareBft16,
#contentAll #contentBody .listTypeAft16,
#contentAll #contentBody .tableBft16 > tbody > tr > *{
	font-size:15px;
}
#contentBodyMain .ft12,
#contentAll #contentBody .olListAft12,
#contentAll #contentBody .squareAft12,
#contentAll #contentBody .squareBft12,
#contentAll #contentBody .listTypeAft12,
#contentAll #contentBody .tableBft12 > tbody > tr > *{
	font-size:12px;
}
#contentAll #contentBody .btnTypeBft14 a{
	font-size:14px;
}
/* label 
------------------------------------------------*/
#contentBody .labelB,
#contentBody .labelA{
	font-weight:bold;
	color:#3399cc;
}
#contentBody .labelB{
	font-size:15px;
}
#contentBody .labelB .large{
	font-size:24px;
}

/* text
===================================================*/
#contentBody [class*=squareA],
#contentBody [class*=squareB]{
	padding-left:1em;
	margin-bottom:5px;
}
#contentBody [class*=squareA]:before,
#contentBody [class*=squareB]:before{
	content:"■";
	display:inline-block;
	width:1em;
	margin-left:-1em;
}

/* h2 - 6
===================================================*/
/* h2 */
#contentBody h2{
	font-size:15px;
}
#contentBody .h2ttl{
	border-bottom: 1px solid #c4cfc9;
	margin-bottom: 15px;
	padding:10px 0 10px 10px;
	font-size:15px;
}
#contentBody .h2ttlC{
	background-color:#a6afaa;
	margin:0 -5px 10px;
	padding:5px 15px;
	font-size:18px;
	color:#fff;
}
/* h3 */
#contentBody .h3ttl{
	border-bottom: 1px solid #c4cfc9;
	margin-bottom: 15px;
	color: #666666;
	font-size:15px;
}
#contentBody .h3ttl span{
	display: block;
	margin-bottom: 6px;
	padding-left:5px;
	line-height: 1.2;
}
/* h4 */
#contentBody .h4ttl{
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #666666;
	font-size:15px;
}
/* category */
#contentBody .h2ttlIcon,
#contentBody .h2Fashion,
#contentBody .h2Foods,
#contentBody .h2Interior,
#contentBody .h2Service{
	border-bottom: 1px solid #c4cfc9;
	margin-bottom: 20px;
	padding:10px 0 10px 35px;
	font-size:15px;
}
#contentBody .h2ttlIcon .h2Icon{
	display:inline-block;
	width:35px;
	margin-left:-35px;
	vertical-align:middle;
}
#contentBody .h2ttlIcon .h2Icon{
	width:35px;
}
#contentBody .h2Fashion{
	background: url(../image/sp_bgr_side_fashion.png) no-repeat 8px 10px;
	background-size: 21px auto;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-ms-background-size: 21px auto;
}
#contentBody .h2Foods{
	background: url(../image/sp_bgr_side_foods.png) no-repeat 8px 10px;
	background-size: 21px auto;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-ms-background-size: 21px auto;
}
#contentBody .h2Interior{
	background: url(../image/sp_bgr_side_interior.png) no-repeat 8px 10px;
	background-size: 21px auto;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-ms-background-size: 21px auto;
}
#contentBody .h2Service{
	background: url(../image/sp_bgr_side_service.png) no-repeat 8px 10px;
	background-size: 21px auto;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-ms-background-size: 21px auto;
}
#contentBody .h2Fashion + .detailListB li:first-child,
#contentBody .h2Foods + .detailListB li:first-child,
#contentBody .h2Interior + .detailListB li:first-child,
#contentBody .h2Service + .detailListB li:first-child{
	border-top:none;
	padding-top:0;
	margin-top:0;
}
#contentBody .h3ttl{
	font-size:15px;
	margin-bottom:5px;
}
#contentBody .h3ttlB{
	border-bottom: 1px dotted #c4cfc9;
	margin-bottom: 10px;
	padding: 0 10px 5px;
	font-size: 15px;
}

/* list
===================================================*/
/* listType
------------------------------------------------*/
#contentBody [class*=listTypeA]{
	margin-bottom:10px;
	font-size:14px;
}
#contentBody [class*=listTypeA] > li{
	margin-top: 5px;
	padding-left: 10px;
}
#contentBody [class*=listTypeA] > li:before{
	content:"";
	display:inline-block;
	width:4px;
	height:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	margin:-4px 6px 0 -10px;
	vertical-align:middle;
}
#contentBody [class*=listTypeA] > li:first-child{
	margin-top: 0;
}
#contentBody [class*=listTypeA] > li a{
	display:inline-block;
	padding:5px 1px;
	text-decoration:none;
}
/* olList
------------------------------------------------*/
#contentBody [class*=olListA]{
	margin:0 0 10px 2.4em;
	list-style:decimal;
}

/* listBlock
------------------------------------------------*/
#contentBody .listBlock{
	width: 100%;
	max-width: 280px;
	margin: 0 auto 15px;
	text-align: left;
}
#contentBody .listBlock > li{
	display: inline-block;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#contentBody .listBlock > li img{
	width: 100%;
	max-width: 120px;
	height: auto;
}
/* listBlockB */
#contentBody .listBlockB{
	margin-bottom:20px;
	text-align:center;
}
#contentBody .listBlockB > ul{
	display: inline-block;
	margin:0 0 0 -5px;
	text-align:left;
}
#contentBody .listBlockB > ul > li{
	display: inline-block;
	max-width:100px;
	margin:0 0 0 5px;
	vertical-align:top;
	color:#4c4c4c;
}
#contentBody .listBlockB > ul > li+li+li ~ li{
	margin-top:10px;
}
#contentBody .listBlockB > ul > li .noteTxt{
	margin:0;
}
#contentBody .listBlockB > ul > li a{
	display:block;
	text-decoration:none;
}
#contentBody .listBlockB > ul > li a em{
	display:block;
	margin-top:10px;
	color:#4c4c4c;
}

/* detailList
------------------------------------------------*/
#contentBody .detailListB > li,
#contentBody .detailListA > li{
	border-top:1px solid #c4cfc9;
	padding-top:20px;
	margin-top:20px;
}
#contentBody .detailListA > li:first-child{
	border:none;
	padding:0;
	margin:0;
}
#contentBody .detailListB > li:first-child{
	margin-top:0;
}
#contentBody .detailListA > li > .imageLeft{
	float:none;
	margin:0 0 10px;
	text-align:center;
}
#contentBody .detailListB > li > .imageLeft{
	margin:0;
}
#contentBody .detailListA > li > .imageLeft a{
	display:inline-block;
	width:140px;
}
#contentBody .detailListB > li > .imageLeft a{
	display:inline-block;
	width:100px;
}
#contentBody .detailListB > li > .imageLeft a img,
#contentBody .detailListA > li > .imageLeft a img{
	max-width:100%;
	width:100%;
	height:auto;
}
#contentBody .detailListB > li > .imageLeft a img.padR10{
	margin-bottom:10px;
}
#contentBody .detailListB > li > .detailListBInner,
#contentBody .detailListA > li > .detailListAInner{
	padding-left:10px;
	overflow:hidden;
}
#contentBody .detailListA > li > .detailListAInner .detailHead{
	margin-bottom:5px;
	font-size:18px;
}
#contentBody .detailListB > li > .detailListBInner .detailHead{
	margin-bottom:5px;
	font-size:16px;
}
#contentBody .detailListA > li > .detailListAInner > dl dt{
	float:left;
	color:#3399cc;
	font-weight:bold;
}
#contentBody .detailListC{
	margin-bottom:20px;
}
#contentBody .detailListC li > .imageLeft{
	display:block;
	float:none;
	margin:0 0 5px;
	text-align:center;
}
#contentBody .detailListC li > .imageLeft img{
	vertical-align:middle;
}
#contentBody .detailListC > li > .detailListCInner .detailHead{
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
}

#contentBody .detailListC > li > .detailListCInner .detailHead a{
	display:block;
	font-size:16px;
	font-weight:bold;
}
/* border-bottom */
#contentBody .detailListA.lastBdr{
	border-bottom:1px solid #c4cfc9;
	padding-bottom:20px;
}

/* contentFootLinkList
------------------------------------------------*/
#contentBody .contentFootLinkList{
	border-top:1px solid #c4cfc9;
	margin:0 5px;
	padding-top:10px;
	text-align:center;
}
/* linkList
------------------------------------------------*/
/* linkListA */
#contentBody .linkListA > li a{
	display:block;
	padding-left:15px;
	text-decoration:none;
}
#contentBody .linkListA > li a:before{
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	margin:0 5px 0 -15px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#contentBody .linkListA > li a:hover{
	text-decoration:underline;
}
#contentBody .linkListB,
#contentBody .linkListB > li{
	display:inline-block;
	text-align:left;
}
#contentBody .linkListB > li + li{
	margin-left:10px;
}
#contentBody .linkListB > li a{
	position:relative;
	padding-left:16px;
	text-decoration:none;
}
#contentBody .linkListB > li a:after{
	content:"";
	position:absolute;
	left:0;
	top:0.3em;
	width:6px;
	height:6px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#contentBody .linkListB > li a:hover{
	text-decoration:underline;
}
/* linkListC */
#contentHead .linkListC > li a,
#contentBody .linkListC > li a{
	padding-left:10px;
	position:relative;
	text-decoration:none;
}
#contentHead .linkListC > li a:after,
#contentBody .linkListC > li a:after{
	content:"";
	position:absolute;
	left:2px;
	top:0.5em;
	width:5px;
	height:5px;
	border-bottom:2px solid #0092d9;
	border-right:2px solid #0092d9;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
/* linkListD */
#contentBody .linkListD > li a{
	padding-left:16px;
	position:relative;
	text-decoration:none;
	color:#333;
}
#contentBody .linkListD > li a:after{
	content:"";
	position:absolute;
	left:2px;
	top:0.4em;
	width:6px;
	height:6px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

/* serviceList
------------------------------------------------*/
#contentBody .serviceList li{
	position: relative;
	min-height: 25px;
	border-top: 1px solid #c4cfc9;
	font-size: 114.3%;
}
#contentBody .serviceList li:first-child{
	border-top: none;
}
#contentBody .serviceList a{
	display:block;
	padding: 10px 0 10px;
	text-decoration: none;
}
#contentBody .serviceList li[class] a{
	padding: 10px 0 10px 45px;
}

#contentBody .serviceList a span{
	display:table-cell;
	position:relative;
	min-height:25px;
	padding-left:15px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
}
#contentBody .serviceList a span:before{
	content:"";
	display:inline-block;
	margin:-3px 5px 0 -15px;
	width:6px;
	height:6px;
	vertical-align:middle;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#contentBody .serviceList li.infoIcon01:before,
#contentBody .serviceList li.infoIcon02:before,
#contentBody .serviceList li.petIcon01:before,
#contentBody .serviceList li.petIcon02:before,
#contentBody .serviceList li.petIcon03:before,
#contentBody .serviceList li.disabledIcon01:before,
#contentBody .serviceList li.childIcon01:before,
#contentBody .serviceList li.childIcon02:before,
#contentBody .serviceList li.childIcon03:before,
#contentBody .serviceList li.childIcon04:before,
#contentBody .serviceList li.atmIcon01:before,
#contentBody .serviceList li.otherIcon01:before,
#contentBody .serviceList li.otherIcon02:before,
#contentBody .serviceList li.otherIcon03:before,
#contentBody .serviceList li.otherIcon04:before,
#contentBody .serviceList li.otherIcon05:before,
#contentBody .serviceList li.otherIcon06:before{
	content: "";
	position: absolute;
	top:10px;
	left:10px;
	width: 25px;
	height: 25px;
	overflow: hidden;
}
#contentBody .serviceList li.infoIcon01:before{
	background: url(../image/bgr_icon_service.png) 0 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.infoIcon02:before{
	background: url(../image/bgr_icon_service.png) -25px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.petIcon01:before{
	background: url(../image/bgr_icon_service.png) -50px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.petIcon02:before{
	background: url(../image/bgr_icon_service.png) -75px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.petIcon03:before{
	background: url(../image/bgr_icon_service.png) -100px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.disabledIcon01:before{
	background: url(../image/bgr_icon_service.png) -125px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.childIcon01:before{
	background: url(../image/bgr_icon_service.png) -150px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.childIcon02:before{
	background: url(../image/bgr_icon_service.png) -175px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.childIcon03:before{
	background: url(../image/bgr_icon_service.png) -200px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.atmIcon01:before{
	background: url(../image/bgr_icon_service.png) -225px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.otherIcon01:before{
	background: url(../image/bgr_icon_service.png) -250px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.otherIcon02:before{
	background: url(../image/bgr_icon_service.png) -275px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.otherIcon03:before{
	background: url(../image/bgr_icon_service.png) -300px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.otherIcon04:before{
	background: url(../image/bgr_icon_service.png) -325px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.otherIcon05:before{
	background: url(../image/bgr_icon_service.png) -350px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li.otherIcon06:before{
	background: url(../image/bgr_icon_service.png) -375px 0;
	background-size: auto 25px;
	-ms-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-webkit-background-size: auto 25px;
}
#contentBody .serviceList li .iconImg{
	display:table-cell;
	background:none;
	width:35px;
	padding:0 0 0 10px;
	vertical-align:text-bottom;
}
#contentBody .serviceList li .iconImg:before{
	content:none;
	width:0;
	border:none;
	height:0;
	margin:0;
	padding:0;
}
#contentBody .serviceList li .iconImg img{
	width:25px;
}

/* floor map
------------------------------------------------*/
#contentBody .floorLink > li{
	margin-top:15px;
}
#contentBody .floorLink > li:first-child{
	margin-top:0;
}
#contentBody .floorLink li .linkListD li{
	display:inline-block;
	font-size:15px;
	vertical-align:middle;
}
#contentBody .floorLink li .linkListD li:first-child{
	margin-right:10px;
	font-size:14px;
	text-align:center;
}
#contentBody .floorLink li .linkListD li:first-child a{
	display:block;
	min-width:190px;
	padding-left:35px;
}
#contentBody .floorLink li .linkListD li:first-child a:after{
	left:11px;
	top:50%;
	border-color:#fff;
	margin-top:-5px;
}
#contentBody .floorLink li .linkListD li:first-child a:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:35px;
	height:100%;
}
#contentBody .floorLink li .linkListD li .floor{
	display:inline-block;
	padding:5px 0.5em;
	font-weight:bold;
	text-align:center;
	line-height:1;
	color:#4c4c4c;
}
#contentBody .floorLink li .linkListD li a .floor:first-letter{
	font-size:24px;
}
/* column3List
------------------------------------------------*/
#contentBody .column3ListA li{
	border-top:1px solid #c4cfc9;
	padding:12px 0;
	overflow:hidden;
}
#contentBody .column3ListA a{
	display:block;
	position:relative;
	padding-left:110px;
	text-decoration:none;
	overflow:hidden;
}
#contentBody .column3ListA li a:after{
	content:"";
	display:block;
	clear:both;
}
#contentBody .column3ListA li a *{
	overflow:hidden;
}
#contentBody .column3ListA a img{
	width:100px;
}
#contentBody .column3ListA a img:first-child{
	display:block;
	position:absolute;
	top:0;
	left:0;
	border:1px solid #ccc;
}
#contentBody .column3ListA a em{
	display:block;
	margin:5px 0;
	text-decoration:underline;
	font-size:16px;
}
#contentBody .column3ListA a span{
	display:block;
	font-size:12px;
	color:#4c4c4c;
}
/* coupon */
#contentBody .column3ListA li.coupon a:after{
	content:"";
	position:absolute;
	left:76px;
	top:0;
	width:25px;
	height:25px;
	background:url(../image/icon_coupon.png) no-repeat 0 0;
	background-size:25px auto;
	z-index:5;
}

/* box
===================================================*/
#contentBody .contentBoxA{
	padding:0 0 0 10px;
}
#contentBody .contentBoxB{
	background:url(../image/bgr_side_bnr.gif) repeat 0 0;
	margin:0 -5px 20px;
	padding:5px;
}
#contentBody .contentBoxB .contentBoxInner{
	background-color:#fff;
	padding:12px  12px 12px 18px;
}
#contentBody .contentBoxB .contentBoxInner .h2BoxB,
#contentBody .contentBoxB .contentBoxInner .h2BoxB .h2ttl{
	border:none;
	padding:0;
}
#contentBody .contentBoxB .contentBoxInner .h2BoxB{
	margin-bottom:10px;
}
/* bdrBox
------------------------------------------------*/
#contentBody .bdrBoxA{
	border:1px solid #ff0000;
}
#contentBody .bdrBoxB{
	border:1px solid #ccc;
}
#contentBody .bdrBoxB,
#contentBody .bdrBoxA{
	margin-bottom:15px;
	padding:5px 10px;
}
#contentBody .bdrBoxB > p,
#contentBody .bdrBoxA > p{
	font-size:15px;
}
#contentBody .bdrBox2A{
	margin-bottom:15px;
}
#contentBody .bdrBox2A > *{
	border:1px solid #ccc;
	padding:5px 10px;
	font-size:15px;
}
#contentBody .bdrBox2A .space{
	height:15px;
	border:none;
	padding:0;
	font-size:0;
}
#contentBody .bdrBtmBoxA{
	border-bottom:1px dotted #c4cfc9;
	padding:10px;
	color:#4c4c4c;
}
/* article
------------------------------------------------*/
#contentBody .article{
	margin-bottom:15px;
}

/* dl
===================================================*/
#contentBody .dlTypeC{
	margin-bottom:5px;
}
#contentBody .dlTypeC > dt,
#contentBody .dlTypeB > dt,
#contentBody .dlTypeA > dt{
	color:#3399cc;
	font-weight:bold;
}
#contentBody .dlTypeC > dt,
#contentBody .dlTypeA > dt{
	float:left;
}
#contentBody .dlTypeB > dt{
	margin-bottom:2px;
}
#contentBody .dlTypeC > dt{
	font-weight:normal;
}

/* block
===================================================*/
/* block2 */
#contentBody .block2A,
#contentBody .block2A > .blockL{
	margin-bottom:20px;
}
#contentBody .block2A > .blockR{
	text-align:center;
}
#contentBody .block2A > .blockR img{
	max-width:280px;
	width:100%;
	height:auto;
}

#contentBody .block2B{
	width:100%;
	margin-bottom:30px;
}
#contentBody .block2B > .blockL{
	margin-bottom: 30px;
}
#contentBody .block2B > .blockL,
#contentBody .block2B > .blockR{
	float: none;
	width: 100%;
}
/* imgBlock2
------------------------------------------------*/
#contentBody .imgBlock2C,
#contentBody .imgBlock2A{
	margin-bottom:25px;
}
#contentBody .imgBlock2A p{
	font-size:15px;
}
#contentBody .imgBlock2C .imageLeft,
#contentBody .imgBlock2A .imageLeft,
#contentBody .imgBlock2C .imageRight,
#contentBody .imgBlock2A .imageRight{
	float:none;
	margin-left:0 0 10px;
	text-align:center;
}
#contentBody .imgBlockInner [class*=squareA],
#contentBody .imgBlockInner [class*=squareB]{
	padding-left:1em;
	margin-bottom:5px;
	overflow:hidden;
}
/* imgBlock2C */
#contentBody .imgBlock2C{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	width:100%;
}
#contentBody .imgBlock2C .imageLeft,
#contentBody .imgBlock2C .imageRight{
	-webkit-box-ordinal-group:2;
	-moz-box-ordinal-group:2;
	-ms-box-ordinal-group:2;
	box-ordinal-group:2;
}
#contentBody .imgBlock2C .imgBlock2CHd{
	-webkit-box-ordinal-group:1;
	-moz-box-ordinal-group:1;
	-ms-box-ordinal-group:1;
	box-ordinal-group:1;
}
#contentBody .imgBlock2C > *{
	-webkit-box-ordinal-group:3;
	-moz-box-ordinal-group:3;
	-ms-box-ordinal-group:3;
	box-ordinal-group:3;
}

/* column2
------------------------------------------------*/
#contentBody .column2A{
	margin:0 0 25px;
}
#contentBody .column2A li{
	display:block;
	margin-top:25px;
	text-align:center;
}
#contentBody .column2A li:first-child{
	margin:0;
}
#contentBody .column2A li .columnImg{
	margin-bottom:15px;
	text-align:center;
}
#contentBody .column2A li .h3ttl{
	margin-bottom:15px;
}
#contentBody .column2A li img{
	max-width:300px;
	width:100%;
}
#contentBody .column2A li > *{
	text-align:left;
}
/* btn
===================================================*/
#contentBody .iconTypeA > *,
#contentBody .btnTypeA a{
	display:inline-block;
	min-width:130px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:0 10px 5px 0;
	padding:5px;
	text-decoration:none;
	text-align:center;
	font-size:85.7%;
	font-weight:bold;
	line-height:1.2;
}
#contentBody [class*=btnTypeB]{
	display:table;
	position:relative;
	width:100%;
	border:1px solid #c4cfc9;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-bottom:10px;
	overflow:hidden;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #fefefe 0%, #e6e6e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#fefefe), color-stop(100%,#e6e6e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#fefefe 0%,#e6e6e5 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#fefefe 0%,#e6e6e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 0%,#fefefe 0%,#e6e6e5 100%); /* W3C */
}
#contentBody [class*=btnTypeB] a{
	position:relative;
	display:table-cell;
	height:30px;
	margin-bottom: 10px;
	padding:5px 5px 5px 25px;
	text-decoration:none;
	font-weight:bold;
	line-height:1.2;
	vertical-align:middle;
	color:#666666;
}
#contentBody [class*=btnTypeB]:before{
	content:"";
	position: absolute;
	top: 50%;
	left: 10px;
	width:6px;
	height:6px;
	margin-top: -5px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
/* more */
#contentBody .moreBtn{
	background: #ffffff; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.1);
	margin:0 -5px 5px;
	text-align:center;
}
#contentBody .moreBtn a{
	display:block;
	padding:5px;
	text-decoration:none;
	font-weight:bold;
	color:#666;
}
#contentBody .moreBtn a span:after{
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	margin:-8px 0 0 5px;
	vertical-align:middle;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#contentBody .moreBtn .close span:after{
	border:none;
	margin-top:2px;
}

/* mypage */
#contentBody .mypageBtn{
	text-align:center;
	margin-bottom:20px;
}
#contentBody .mypageBtn .margB05{
	width:242px;
}
#contentBody .mypageBtn .btn{
	width:140px;
}

/* table
===================================================*/
/* tableA */
#contentBody table.tableA{
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	margin-bottom: 20px;
	width: 100%;
	font-size: 12px;
}
#contentBody table.tableA th{
	background-color: #eef3f0;
	border-left: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	padding: 3px;
	text-align: center;
}
#contentBody table.tableA td{
	border-left: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	padding: 3px;
}
#contentBody table.tableA td.bgcA{
	background-color: #F2F4E1;
	padding-left: 10px;
}
#contentBody table.tableA td.route1{
	background-color: #FFD4D8;
	color: #86405C;
	text-align: center;
}
#contentBody table.tableA td.route2{
	background-color: #FFF4DD;
	color: #86405C;
	font-weight: normal;
	text-align: center;
}
#contentBody table.tableA td.dayLabel{
	text-align: center;
	width: 30%;
}
#contentBody .w10{
	width: 10%;
}
/* tableB */
#contentBody [class*=tableB]{
	border-top: 1px solid #D3D3D3;
	margin-bottom:10px;
	width: 100%;
}
#contentBody [class*=tableB] > tr > *,
#contentBody [class*=tableB] > tbody > tr > *{
	border-bottom:1px solid #D3D3D3;
	padding:5px 5px 5px 10px;
	vertical-align:top;
	color:#333;
}
#contentBody [class*=tableB] > tr > th,
#contentBody [class*=tableB] > tbody > tr > th{
	width:30%;
	background-color:#f1f5f3;
	padding-left:5px;
	font-weight:bold;
	color:#666;
}
#contentBody .h2ttl + [class*=tableB]{
	margin-top:-16px;
}
/* tableC */
#contentBody [class*=tableC]{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 20px;
	width: 100%;
}
#contentBody [class*=tableC] > tr > *,
#contentBody [class*=tableC] > tbody > tr > *{
	border-bottom:1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:5px;
	font-size:10px;
	font-weight:normal;
}
#contentBody [class*=tableC] > tr > th,
#contentBody [class*=tableC] > tbody > tr > th{
	background-color:#f2f2f2;
}

/* unit other
===================================================*/
/* h + iconDate
------------------------------------------------*/
#contentBody .h2BoxC,
#contentBody .h2BoxB,
#contentBody .h2BoxA{
	border-bottom: 1px solid #c4cfc9;
	margin-bottom: 15px;
}
/* h2BoxA */
#contentBody .h2BoxA{
	padding:10px 5px 10px 10px;
}
#contentBody .h2BoxA > .h2BoxTtl{
	font-size: 15px;
}
/* h2BoxB */
#contentBody .h2BoxB{
	display:table;
	width:100%;
}
#contentBody .h2BoxB > .h2ttl,
#contentBody .h2BoxB > .date{
	display:table-cell;
}
#contentBody .h2BoxB .h2ttl{
	border:0;
}
#contentBody .h2BoxB > .date{
	padding:0 5px;
	text-align:right;
	font-size:85.7%;
	white-space:nowrap;
}
/* h2BoxC */
#contentBody .h2BoxC{
	display:table;
	width:100%;
	padding:10px 0;
}
#contentBody .h2BoxC > .h2ttl,
#contentBody .h2BoxC > a{
	display:table-cell;
	vertical-align:middle;
}
#contentBody .h2BoxC .h2ttl{
	border:0;
	padding:0 0 0 10px;
	font-size:15px;
}
#contentBody .h2BoxC > a{
	width:4em;
	border-left:1px solid #c4cfc9;
	padding:0 5px 0;
	text-decoration:none;
	line-height:1;
	white-space:nowrap;
	color:#4c4c4c;
}
#contentBody .h2BoxC > a span:after{
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	margin-left:5px;
	vertical-align:middle;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

/* iconDate
------------------------------------------------*/
#contentBody .iconDateA{
	display:table;
	width:100%;
	margin-bottom:5px;
}
#contentBody .iconDateA > ul,
#contentBody .iconDateA > p{
	display:table-cell;
	font-size:11px;
}
#contentBody .iconDateA > p{
	text-align:right;
	font-size:12px;
	white-space:nowrap;
}
#contentBody .iconDateA li{
	display:inline-block;
	font-weight:bold;
}
#contentBody .iconDateB{
	width:100%;
	margin-bottom:5px;
}
#contentBody .iconDateB > ul{
	float:left;
	margin-right:5px;
}
#contentBody .iconDateB li{
	display:inline-block;
	font-weight:bold;
	font-size:11px;
}
#contentBody .iconDateB > p{
	font-size:12px;
	overflow:hidden;
}

/* lazy
------------------------------------------------*/
#contentBody #LazyLoad.on .lazy{
	background:url(../image/loading.gif) no-repeat center center;
	width:100%;
}
#contentBody #LazyLoad.on .lazy > *{
	opacity:0;
}
#contentBody #LazyLoad li > *{
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	transition:all ease-in-out 0.3s;
}

/* sns
------------------------------------------------*/
#contentBody .snsArea{
	margin-bottom: 10px;
}
#contentBody .snsArea > li{
	display: inline-block;
	margin-right:5px;
}

/* dateColumn
------------------------------------------------*/
#contentBody .dateColumn2A{
	width:100%;
	margin-bottom:5px;
}
#contentBody .dateColumn2A > .listR{
	white-space:nowrap;
	font-size:12px;
}
#contentBody .dateColumn2A li{
	font-weight:bold;
	font-size: 16px;
}

/* zoom
------------------------------------------------*/
#zoomDisplayArea{
	display:none;
	width:700px;
}
#contentAll .imgzoomWrap{
	display:inline-block;
	position:relative;
}
#contentBody .imgzoomIcon{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:30px;
	height:30px;
	background:url(../image/sp_img_zoom.png) no-repeat 0 0;
	background-size:30px auto;
	-webkit-background-size:30px auto;
}
/* close */
#zoomDisplayArea .imgzoomIcon{
	position:absolute;
	top:0;
	left:0;
	width:35px;
	height:35px;
	background:url(../image/sp_img_zoom_back.png) no-repeat 0 0;
	-webkit-background-size:35px auto;
	background-size:35px auto;
}
#zoomDisplayArea .imgzoomWrap{
	padding:40px 10px;
}
/* on */
.zoomDisplayMode{
	overflow:visible;
}
.zoomDisplayMode #contentHead,
.zoomDisplayMode #contentBody,
.zoomDisplayMode #contentFoot{
	display:none;
}
.zoomDisplayMode #zoomDisplayArea{
	display:block;
}
/* shopguideDetail
------------------------------------------------*/
#contentBody .shopguideDetail{
	margin-bottom:20px;
}
#contentBody .shopguideDetail > li{
	border-top:1px dotted #c4cfc9;
	padding:10px 0 0 10px;
}
#contentBody .shopguideDetail > li:first-child{
	border-top:0;
	padding-top:0;
}
#contentBody .shopguideDetail .iconDateB > p{
	text-align:right;
}
/* 2014/08/19
===================================================*/
/* tableList */
#contentBody .tableListA{
	text-align:center;
}
#contentBody .tableListA > li{
	margin-bottom:10px;
}
/* 2014/09/11
===================================================*/
/* linkListE */
#contentBody .linkListE > li a{
	display:inline-block;
	padding:2px 0 2px 20px;
	position:relative;
	text-decoration:none;
}
#contentBody .linkListE > li a:after{
	content:"";
	position:absolute;
	left:2px;
	top:0.5em;
	width:6px;
	height:6px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
/*recommended*/
#contentBody .contentBoxInnerB{
	background-color:#fff;
	padding:5px;
}
#contentBody .contentBoxInnerB .head{
	margin-bottom:5px;
	font-size:114.3%;
	font-weight:bold;
}
#contentBody .recommendedList{
	overflow:hidden;
}
#contentBody .recommendedList ul{
	margin:-5px 0 0 0;
	text-align:left;
}
#contentBody .recommendedList ul li{
	display:inline-block;
	width:33%;
	margin:5px 0 0 0;
	padding-left:1px;
	vertical-align:top;
	box-sizing:border-box;
	text-align:center;
}
#contentBody .recommendedList ul li a{
	display:inline-block;
	max-width:98px;
	vertical-align:top;
	text-decoration:none;
}

#contentBody .recommendedList ul li a.pickupLst{
	display:block;
	max-width:86px;
	margin:0 auto;
	text-align:left;
	font-size:10px;
	padding:2px 0 2px 12px;
	position:relative;
}

#contentBody .recommendedList ul li a.pickupLst:after{
	content:"";
	position:absolute;
	left:2px;
	top:0.6em;
	width:4px;
	height:4px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

#contentBody .recommendedList ul li span{
	display:block;
	max-width:98px;
}
#contentBody .recommendedList ul li img{
	width:96px;
	border:#cccccc 1px solid;
}
#contentBody .recommendedList ul li .ttl{
	margin-bottom:0;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#4c4c4c;
}
#contentBody .recommendedList ul li .price{
	margin-bottom:0;
	text-align:left;
	font-size:9px;
	color:#ff0000;
}
/* column3List
------------------------------------------------*/
#contentBody .column3ListB > ul > li{
	border-top:1px solid #c4cfc9;
	padding:12px 0;
	overflow:hidden;
}
#contentBody .column3ListB a{
	display:block;
	position:relative;
	text-decoration:none;
	overflow:hidden;
}
#contentBody .column3ListB li a:after{
	content:"";
	display:block;
	clear:both;
}
#contentBody .column3ListB li a .blockO{
	display:block;
	overflow:hidden;
}
#contentBody .column3ListB a img{
	width:60px;
	margin-bottom:5px;
}
#contentBody .column3ListB a > img:first-child{
	float:left;
	width:100px;
	margin:0 10px 0 0;
}
#contentBody .column3ListB a em{
	display:block;
	margin:5px 0;
	text-decoration:underline;
	font-size:12px;
}
#contentBody .column3ListB a .text{
	display:block;
	font-size:12px;
	color:#4c4c4c;
}
#contentBody .column3ListB a .iconList{
	display:block;
	margin-bottom:5px;
}
/* privilege */
#contentBody .column3ListB > ul > li.privilege a:after{
	content:"";
	position:absolute;
	left:76px;
	top:0;
	width:25px;
	height:25px;
	background:url(../image/icon_privilege.png) no-repeat 0 0;
	background-size:25px auto;
	z-index:5;
}

#contentBody .column3ListB + .margT25.imgTypeCC{
	margin-top:10px !important;
}
/* detailBlockA 
------------------------------------------------*/
#contentBody .detailBlockA{
	padding:0 10px;
	margin-bottom:30px;
	font-size:12px;
}
/* detailImg */
#contentBody .detailImg{
	display:table;
	padding:0 25px;
	margin:0 auto 15px;
}
#contentBody .detailImg > *{
	display:table-cell;
	vertical-align:top;
}
/*#contentBody .detailMainImg{
	overflow-x:auto;
}*/
#contentBody .detailMainImg{
	width:190px;
}
#contentBody .detailMainImg ul{
	width:100%;
	max-width:170px;
	overflow:hidden;
	white-space:nowrap;
}
#contentBody .detailMainImg ul li{
	display:inline-block;
	padding-right:10px;
	vertical-align:top;
}
#contentBody .detailMainImg ul li img{
	width:100%;
	max-width:160px;
}
#contentBody .detailThmImg ul li{
	position:relative;
	margin-top:5px;
}
#contentBody .detailThmImg ul li:first-child{
	margin-top:0;
}
#contentBody .detailThmImg ul li img{
	width:50px;
}
#contentBody .detailThmImg ul li.active a:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:2px solid #666;
	box-sizing:border-box;
}
/* detailTxt */
#contentBody .detailTxt{
	overflow:hidden;
}
#contentBody .detailTxt .logo img{
	max-width:75px;
}
#contentBody .detailTxt .staffCome{
	display:table;
	width:100%;
	margin-bottom:10px;
}
#contentBody .detailTxt .staffCome > *{
	display:table-cell;
	vertical-align:top;
}
#contentBody .detailTxt .staffCome > p:first-child{
	border-top:1px solid #ccc;
	padding-top:5px;
}
#contentBody .detailTxt .staffCome .staff{
	width:54px;
	padding:0 0 5px 5px;
	border:0;
}
#contentBody .detailTxt .staffCome .staff img{
	width:100%;
	max-width:54px;
}
#contentBody .detailTxt .staffCome .staff .labelA{
	display:block;
	margin-top:3px;
	font-size:9px;
}
#contentBody .detailTxt .privilege{
	background:url(../image/icon_privilege.png) no-repeat right 0 #fefaeb;
	background-size:25px 25px;
	border:1px solid #ffcc00;
	padding:3px 25px 3px 5px;
	margin-bottom:10px;
}
#contentBody .detailTxt .privilege p{
	margin:0;
}

body.event #contentBody .detailListA > li > .imageLeft a,
body.info #contentBody .detailListA > li > .imageLeft a{width:100%; position:relative;}

body.event #contentBody .detailListA > li > .imageLeft a img,
body.info #contentBody .detailListA > li > .imageLeft a img{width:140px;}

body.event #contentBody .detailListA > li > .imageLeft a:after,
body.info #contentBody .detailListA > li > .imageLeft a:after{
	content:"";
	position:absolute;
	right:2px;
	top:50%;
	width:6px;
	height:6px;
	margin-top:-3px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

#contentBody .detailListC > li > .detailListCInner .dlTypeB{margin-bottom:5px;}

#contentBody .plinkPos{margin-top:-95px !important; padding-top:95px !important;}

#contentBody .spgdBnr{display:none; padding-bottom:5px; text-align:center;}
#contentBody .spgdBnr img{width:100%; max-width:330px;}