@charset "utf-8";
/* common.css */

/*====================index====================*/
		/* .new */
/* #sub -------------------------------------- */
		/* #brand-ban */
		/* #mydata */
		/* #side-ban */
		/* .sub-box */
		/* #quick-enq */
		/* #announce */
/* #main ------------------------------------- */
		/* .main-box */
		/* #txt-case */
/* Varius Common ----------------------------- */
		/* .new */
/*====================index====================*/



/*==============================
	#sub
==============================*/
/* #brand-ban */
p#brand-ban{
	margin-bottom: 8px;
	text-align:center;
	vertical-align:middle;
	/*background:url(../img/bg/bg2.gif) repeat;*/
	}
span#brand-under-txt{
	display:block;
	margin-bottom: 8px;
	}

/* #mydata */
#sub #mydata {
	margin-bottom:8px;
	border-bottom:2px solid #33adad;
	}
#sub #mydata h2 {
	height:22px;
	background:url(../img/base/mydata-bg-top.gif) no-repeat;
	padding-top:8px;
	padding-left:30px;
	}
#mydata p#usr-enter{
	text-align:right;
	margin-bottom:5px;
	}
#mydata p#usr-enter a{
	background: url(../img/icon/red-li.gif) no-repeat left;
	padding-left:14px;
	margin-left:5px;
	}

#mydata p#usr-enter img {
	padding-right:2px;
	}
#mydata p#usr-name {
	margin-bottom:3px;
	}
#mydata #myfortune{
	border-top: 1px dotted #009999;
	background-color:#FFF;
	padding:0 6px 5px;
	}
#mydata #myfortune h3{
	padding-top: 8px;
	}


/* ログイン前 */
#mydata #mydata-main{
	background-color:#FFFFFF;
	border-right:2px solid #33adad;
	border-left:2px solid #33adad;
	padding:5px 6px 0;
	}
#mydata p#pass-forget{
	padding-bottom: 5px;
	}
/* ログイン後 */
#mydata #mydata-main-in{
	background-color:#FFFFFF;
	border-right:2px solid #33adad;
	border-left:2px solid #33adad;
	padding:6px 7px;
	}
#mydata #mydata-main-in #mydata-menu{
	background-color:#E5F5F5;
	padding:3px 8px;
	margin-bottom:2px;
	line-height:1.3;
	}
#mydata #mydata-main-in #mydata-menu span{
	padding-right:10px;
	background:url(../img/icon/ico-slash.gif) right no-repeat;
	}
#mydata #point-number{
	margin-bottom:5px;
	padding-left:20px;
	background:url(../img/icon/ico-points.gif) no-repeat left;
	}



/* #side-ban */
#sub #side-ban-box{
	padding:8px 8px 0;
	margin-bottom:8px;
	border:1px solid #CCC;
}
/*
#sub #side-ban-box dl.side-ban{
	clear:both;
	border-bottom: 5px solid #CCC;
	padding-bottom: 8px;
	margin-bottom: 8px;
	}
#sub #side-ban-box dl.side-ban dt{
	float:left;
	height:102px;
	vertical-align:top;
	}
#sub #side-ban-box dl.side-ban dt img{
	margin-right: 5px;
	}

#sub #side-ban-box dl.side-ban dd{
	margin-left:105px;
	}

#sub #side-ban-box{
	padding:8px 8px 0;
	margin-bottom:8px;
	border:1px solid #CCC;
	}
*/

#sub #side-ban-box ul {
	clear:both;
	margin:0 5px 5px 5px;
	padding:3px 0;
	border-bottom:5px solid #CCCCCC;
	line-height:1.15;
	overflow: hidden;
}

*html #sub #side-ban-box ul {
	height: 150px;
}

#sub #side-ban-box ul li {
	float: left;
}

#sub #side-ban-box ul li.adbox-image {
	display:block;
	float:left;
	height:105px;
	width:105px;
	overflow:hidden;
}

#sub #side-ban-box ul li.adbox-comment {
	width:160px;
	float:left;
}

#sub #side-ban-box ul li dl {
	margin: 0;
}

#sub #side-ban-box ul li dl dt {
	margin-bottom: 5px;
}

#sub #side-ban-box ul li dl dt a {
	font-weight: bold;
	text-decoration: underline;
}

#sub #side-ban-box ul li dl dd {
	line-height: 1.2;
	display: block;
	margin-bottom: 3px;
}

#sub #side-ban-box ul li dl dd.point {
	padding: 0 0 0 16px;
	background: url(../img/10/top/icon-list.gif) 0 1px no-repeat;
	color: #3a0;
}

#sub #side-ban-box ul li dl dd.adding {
	color: #777;
}

#sub #side-ban-box ul li dl dd.to-dtl {
	margin: 0;
	text-align: right;
}

#sub #side-ban-box ul li dl dd.to-dtl a {
	padding: 0 0 0 11px;
	background: url(../img/10/top/icon-list.gif) 0 -256px no-repeat;
}

/* .sub-box */
.sub-box {
	padding:1px;
	margin-bottom:8px;
	border-collapse:collapse;
	border:#CCCCCC solid 1px;
}
h2.sub-head01{
	height: 22px;
	padding:5px 5px 0;
	background-image: url(../img/base/sub-head01.gif);
	background-repeat: repeat-x;
	}
h2.sub-head02{
	height: 22px;
	padding:5px 5px 0;
	background-image: url(../img/base/sub-head02.gif);
	background-repeat: repeat-x;
	}

/* #quick-enq */
#quick-enq {
	}
#quick-enq #enq-txt{
	margin:8px;
	}
#quick-enq #enq-txt form{
	margin-top:8px;
	padding:5px;
	background-color:#EBEBEB;
	border:1px dotted #CCC;
	}
#quick-enq #enq-txt form li{
	margin-bottom:5px;
	}
#quick-enq #enq-txt form li input{
	margin-right:3px;
	}
#quick-enq #enq-txt form textarea{
	width:260px;
	padding:2px;
	margin-bottom:3px;
	background-color:#FFF;
	border:1px solid #CCC;
	display:block;
	}
#quick-enq #enq-txt form input.submit{
	margin-right:5px;
	margin-bottom:3px;
	padding:1px;
	}



/*pick-up*/
#sub #pick-up table {
	margin:5px auto;
	width:264px;
	}
#sub table#pick-up-ban td {
	padding:6px;
	width:50%;
	}
#sub #pick-up ul#pick-up-txt{
	margin:0 15px 10px 33px;
	list-style:disc outside;
	}
#sub #pick-up ul#pick-up-txt li{
	padding-bottom:4px;
	}

/* #announce */
#announce dl#announce-txt{
	margin:8px;
	}
#announce dl#announce-txt dt{
	margin-top:5px;
	margin-bottom:3px;
	}
#announce dl#announce-txt dd{
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
	}

/* .sub-list */

ul.sub-list{
	padding: 8px;
	/*list-style:inside none;*/
	}
ul.sub-list li{
	margin-top:2px;
	padding-bottom:4px;
	border-bottom:1px dotted #CCCCCC;
	padding-left:15px;
	background:url(../img/icon/list-mar-gray.gif) left no-repeat;
	}


/* みんなのＱ＆Ａ */
#qa {
	width: 100%;
	margin: 0 0 15px;
	padding: 1px;
	border: 1px solid #ccc;
}

#qa h2 {
	height: 20px !important;
	background: url("../img/10/point/qa-ttl-bg.gif") repeat-x !important;
	position: relative !important;
	font-size: 100% !important;
	text-align: left !important;
	padding: 0 !important;
}

#qa h2 img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}

#qa ul {
	margin: 10px 5px;
}

#qa ul li {
	margin: 12px 0;
	padding: 0 0 0 17px;
	background: url("../img/10/point/icon-list.gif") no-repeat 0 -53px;
	font-weight: bold !important;
	line-height: 1.3;
}

#qa ul li a,
#qa ul li a:link {
	font-weight: bold !important;
	text-decoration: underline;
}

#qa ul li a:hover {
	font-weight: bold !important;
	text-decoration: none;
}


/*==============================
 #main
==============================*/
/* .main-box */
.main-box {
	padding:1px 1px 4px 1px;
	/*margin-top:8px;*/
	margin-bottom:10px;
	border-collapse:collapse;
	border:#CCCCCC solid 1px;
}
h2.main-head{
	height: 22px;
	padding:10px 8px 0;
	background-image: url(../img/base/main-head.gif);
	background-repeat: repeat-x;
	}

/* #txt-case */
#txt-case {
	padding:1px 1px;
	margin-bottom:10px;
	border:1px solid #CCC;
	}
#txt-case h2{
	background-color:#ccc;
	padding:5px 8px;
	}
#txt-case dl{
	padding:7px;
	}
#txt-case dl dt{
	float:left;
	text-align:center;
	}
#txt-case dl dt img{
	margin-bottom: 2px;
	margin-right:8px;
	}

/*#txt-case dl dd{
	margin-left: 165px;
	}*/

#txt-case dl dd#txt-case-link{
	margin-top: 12px;
	}

#txt-case dd.adding {
	margin: 5px 0 0;
	color: #777;
}

#txt-case dd.to-dtl {
	margin: 0;
	text-align: right;
}

#txt-case dd.to-dtl a {
	padding: 0 0 0 11px;
	background: url("../../img/10/top/icon-list.gif") no-repeat 0 -256px;
}

/*==============================
 ad
==============================*/
#main p.ad-468x60 img{
	clear: both;
	margin-left: 1px;
	margin-top: 5px;
	margin-bottom: 15px;
	}

#main .pr-txt{
	margin:10px 10px;
	}

#main .pr-txt p{
	padding-top:3px;
	padding-bottom:2px;
	}

#main .pr-txt img{
	padding-right:5px;
	vertical-align: text-bottom;
	}


/*==============================
	Varius Parts
==============================*/
/* .new */
img.new {
	padding-left:3px;
	}
/* ポイント表記　*/
.pt-sign {
	font-size:12px;
	line-height:16px;
	padding-left:2px;
}
.pt-num {
	color:#CC0000;
}
.pt-sign {
	font-size:12px;
	line-height:16px;
}
.pt-way {
	color:#009966;
}
#pvad{
	clear:both;
	display:block;
	background-color: #F1F1F1;
	/*background:url(../img/bg/bg2.gif) repeat top left;*/
	text-align:center;
	padding: 8px 0;
	margin: 3px auto 5px;
}
#pv-ad728{
    clear:both;
    display:block;
    background-color: #F1F1F1;
    /*background:url(../img/bg/bg2.gif) repeat top left;*/
    text-align:center;
    padding: 8px 0;
    margin: 3px auto 5px;
    height:90px;
}

#appli #pvad{
	clear:both;
	display:block;
	background-color: #F1F1F1;
	/*background:url(../img/bg/bg2.gif) repeat top left;*/
	text-align:center;
	padding: 8px 0;
	margin: 3px auto 5px;
	width: 970px;
	height:72px;
}
#pvad .pt-sign {
	padding-top: 3px;

}
#pvad .condition{
	margin: 8px 0 0;
}
#pvad .condition .point{
	padding: 1px 0 0 16px;
	background: url("../img/10/top/icon-list.gif") 0 1px no-repeat;
	color: #3a0;
}

#pvad .condition .adding {
	padding: 0 0 0 5px;
	color: #777;
}

#pvad .condition .to-dtl {
	margin:0 0 0 5px;
	padding: 0 0 0 11px;
	background: url("../img/10/top/icon-list.gif") no-repeat 0 -256px;
}

.pv-ad728 {
	clear: both;
	margin: 5px auto 20px;
	text-align: center;
}

#brand-ban a img{
	margin-bottom: 3px;
}

#brand-under-txt img{
	vertical-align: middle;
}
/*#brand-under-txt{
	padding-top: 2px;
}*/
