@charset "UTF-8";
/* edit.css */

/*** pagenavigation ***/

#Pagination {
	font-size: 95%;
	clear: both;
	padding: 15px 5px;
	text-align: center;
}
#Pagination span {
	margin-right: 4px;
}
#Pagination a {
	padding: 5px 10px;
	border: solid 1px #CCC;
	margin-right: 4px;
}
#Pagination span.current {
	background: #f90;
	color: #fff;
	border: solid 1px #ce6610;
	padding: 5px 10px;
}
/*** 広告箇所のTableリスト化 ***/

.pr .entryTableTwoColumn table {
	width: auto;
}
.pr .entryTableTwoColumn tr {
	display: block;
}
.pr .entryTableTwoColumn td {
	display: list-item;  list-style: none;
}

/*** フッター部のお問い合わせボタン ***/
.btnBox {
	overflow: hidden;
	width: auto !important;
	margin: 0 !important;
	padding: 0 5px;
	list-style: none;
	_zoom: 1;
	margin-bottom: 15px;
}
.btnBox li {
	width: auto !important;
	margin: 0 0 10px 0 !important;
	float: none;
}
.btnBox .btn {
	position: relative;
	padding-right: 32px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: #666666 1px 1px 3px;
	-webkit-box-shadow: #666666 1px 1px 3px;
	box-shadow: #666666 1px 1px 3px;
	display: block;
	padding: 6px 32px 6px 20px;
	background: #333;
	background-size: 5px 8px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.btnBox .btn:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;/*16px;*/
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url("/img/base/btnArrowOrange.gif") no-repeat;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
}
.btnBox .PresentIcon .btn {
	position: relative;
	padding-right: 32px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: #666666 1px 1px 3px;
	-webkit-box-shadow: #666666 1px 1px 3px;
	box-shadow: #666666 1px 1px 3px;
	display: block;
	padding: 6px 32px 6px 35px;/*6px 32px 6px 20px;*/
	background: #333;
	background-size: 5px 8px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.btnBox .PresentIcon .btn:before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url("../../images/present.png") no-repeat;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
}

#sample-params {
	display: none !important;
}


/*add 20141030 */
#weblio_ra_container {
display:none;
}


/*** 2014.12 ***/
/*** header ***/

/*.logoBox .logo {
    padding-top: 0px !important;
    text-align: left !important;
	position: absolute !important;
	left: 3px !important;
	top: 25% !important;
}

.logoBox .btnGlobalNav {
    position: absolute;
    right: 0;
    top: 0;
}
.logoBox .btnGlobalNav a, .logoBox .btnGlobalNav .paging li span, .paging li .logoBox .btnGlobalNav span {
    background: url("/i/img/common/btnGlobalNav.gif") no-repeat scroll 0 0 / 55px 60px rgba(0, 0, 0, 0);
    display: block;
    height: 60px;
    text-indent: -9999px;
    width: 55px;
}
.logoBox .current a, .logoBox .current .paging li span, .paging li .logoBox .current span {
    background: url("/i/img/common/btnGlobalNav_current.gif") no-repeat scroll 0 0 / 55px 60px rgba(0, 0, 0, 0);
}
*/

/* --------------------- featurebanner  */
/* main_toppage */

.bannerList { position: relative; margin: 0 auto 10px; padding-top: 10px; width: 300px; }
.bannerList .bx-wrapper {}
.bannerList ul { text-align: center;}
.bannerList img {height: 100px; width: 300px;}

.bannerList .bx-prev { position: absolute; left: -10%; top: 40%; width: 27px; height: 27px; background: url(../../img/base/albumPrev.png) no-repeat; text-indent: -9999px; opacity: 0.2; }
.bannerList .bx-next { position: absolute; right: -10%; top: 40%; width: 27px; height: 27px; background: url(../../img/base/albumNext.png) no-repeat; text-indent: -9999px; opacity: 0.2; }
.bannerList .bx-prev:hover { background-position: 0; }
.bannerList .bx-next:hover { background-position: 0; }
.bannerList .bx-controls-direction .disabled { display: none; }

/* area_toppage */
.area_banner { position: relative; margin: 0 auto 10px; padding-top: 10px; width: 300px; }
.area_banner .bx-wrapper { }
.area_banner ul { text-align: center;}
.area_banner img {height: 36px; width: 300px;}

.area_banner .bx-prev { position: absolute; left: -30px; top: 15px; width: 27px; height: 27px; background: url(../../img/base/albumPrev.png) no-repeat; text-indent: -9999px; opacity: 0.2; }
.area_banner .bx-next { position: absolute; right: -30px; top: 15px; width: 27px; height: 27px; background: url(../../img/base/albumNext.png) no-repeat; text-indent: -9999px; opacity: 0.2; }
.area_banner .bx-controls-direction .disabled { display: none; }

/*------------------userlocal*/
/* comment */
#ulCommentWidget { padding: 20px 30px; }