@charset "UTF-8";/* 雀の往来 */

/*************************************************************

 Copyright (C) Media Craft Co. Ltd.
 Since : 2010-10
 Last Modifined : 2012-01-13

*************************************************************/

/******************************
 1. article style
 2. font
 3. title
 4. decoration
 5. shop-data
 6. contents
	 content-box
	 backnumber
	 pager
 7. ad
	 PR
	 striking-banner
	 recommend-girls
*******************************/


/*******************
 1. article style
*******************/

/* color */

.tt14red,
.discount {
	color: #FF0000;
	font-weight: bold;
}

.period {
	color: #0000FF;
	font-weight: bold;
}

.point ,
.condition {
	color: #009900;
	font-weight: bold;
}

.subtitle {
	color: #FF00FF;
	font-weight: bold;
}

/* size */
.xx-small {
	font-size: 77%;
}

.x-small {
	font-size: 85%;
}

.small {
	font-size: 93%;
}

.large {
	font-weight: bold;
}

.x-large {
	font-size: 108%;
}

.xx-large {
	font-size: 116%;
}

/****************
 2. font
****************/
.red {
	color: red;
}

.centering {
	text-align: center;
}

/*******************
 3. title
*******************/

.common-title {
	height: 23px;
	padding-top: 5px;
	padding-left: 5px;
	border-top: 2px solid #aaaaaa;
	border-bottom: 1px solid #ccc;
	background: url(/img/default/common/bg-subtitle.gif) repeat-x 0 0 transparent;
	font-size: 116%;
	font-weight: bold;
}

.ichiban-title {
	height: 23px;
	padding: 5px;
	background-color: #95c131;
	font-size: 116%;
	font-weight: bold;
	color: white;
}

.nukiPoint-title {
	height: 23px;
	padding: 5px;
	background-color: #ff8f00;
	font-size: 116%;
	font-weight: bold;
	color: white;
}

.common-title.point-title {
	border-top-color: #f90f6e;
}

.common-title.content-title {
	border-top-color: #000099;
}

	.common-title span {
		display: block;
		line-height: 17px;
		padding-left: 5px;
		border-left: 4px solid #aaaaaa;
	}

	.common-title.point-title span {
		border-left-color: #f90f6e;
	}

	.common-title.content-title span {
		border-left-color: #000099;
	}

.detail-subtitle,
.strongSubtitle,
.secondSubtitle {
	padding: 3px 10px;
	font-weight: bold;
}

.detail-subtitle {
	background-color: #efefef;
}

.strongSubtitle {
	background-color: #808080;
	color: #fff;
}

.secondSubtitle {
	background-color: #CCCCCC;
}

/*******************
 4. decoration
*******************/

/* box */

.box {
	margin-bottom: 10px;
}

	.box > ul {
		padding: 10px 0;
	}

.frame-box {
	border: 1px solid #ccc;
}

	.frame-box > dl,
	.frame-box > ul,
	.frame-box > p,
	.frame-box > div {
		padding: 10px;
	}

/* list */	

.default-list li {
	margin-top: 5px;
}

.ie7 .default-list li {
	margin-top: 3px;
}

.default-list li:first-child {
	margin-top: 0;
}

.border-list li {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}
	
.border-list li:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

/* image */
img.photo-frame {
	border: 1px solid #ccc;
}

/*******************
 5. shop-data
*******************/

/* base */
dl#shop-data-container {
	padding: 10px;
	border: 1px solid #CCC;
	background-image: url(/img/default/common/bg-shop.gif);
	background-repeat: repeat;
}

		dl#shop-data-container dt.shop-name a {
			font-size: 116%;
			font-weight: bold;
		}

	dl#shop-data-container dd.copy {
		margin: 10px 0;
		padding: 10px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #FFF;
		font-weight: bold;
		color: red;
	}

	dl#shop-data-container dd.shop-data {
		padding: 10px 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #FFF;
	}

		dl#shop-data-container dd.shop-data dl {
			position: relative;
			width: 678px;
			margin: 0 auto;
		}

			dl#shop-data-container dd.shop-data dl dt {
				clear: both;
				float: left;
				display: inline;
				margin-left: 0;
				line-height: 23px;
			}

			dl#shop-data-container dd.shop-data dl dt:before {
				content: "■";
			}

			dl#shop-data-container dd.shop-data dl dt.shop-ohp {
				display: none;
			}

			dl#shop-data-container dd.shop-data dl dd.shop-ohp {
				position: absolute;
					top: 0;
					left: 0;
			}

				dl#shop-data-container dd.shop-data dl dd.shop-ohp img {
					border: 1px solid #999;
				}

			dl#shop-data-container dd.shop-data dl dd.shop-detail {
				margin-left: 0;
				border-bottom: 1px dashed #999;
				line-height: 23px;
			}

	dl#shop-data-container dd.girls-list {
		margin: 10px 0;
		padding: 10px 0 10px 10px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #FFF;
	}

		dl#shop-data-container dd.girls-list ul {
			padding-top: 5px;
		}

			dl#shop-data-container dd.girls-list li {
				display: inline-block;
				vertical-align: top;
				width: 89px;
				margin: 0 10px 10px 0;
			}
			
			.ie7 dl#shop-data-container dd.girls-list li {
				display: inline;
				zoom: 1;
			}

		dl#shop-data-container dd.girls-list .more-link {
			padding-right: 10px;
			text-align: right;
		}


/*****************
6. contents
*****************/

/* コンテンツ0件 */

.content.no-item {
	padding: 10px 20px;
	border-bottom: 1px #ccc dotted;
	background: url(/img/default/common/logo.jpg) no-repeat right bottom;
}

	.content.no-item p {
		margin-bottom: 10px;
	}

/* title */
h2#content-title {
	padding-left: 10px;
	background-repeat: no-repeat;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 116%;
}

/*************
 contet-box
*************/

.content-box {
	margin: 10px 0;
	padding: 10px;
}

	.content-box .explanation {
		padding: 10px 0 0;
	}
	
	.content-box .content-data-box {
		padding: 15px;
		border: 1px solid #ccc;
		background-repeat: no-repeat;
	}
	
	/* this week */
	#thisweek-container.content-box .content-data-box .content-data,
	#thisweek-container.content-box .content-data-box .thum {
		display: inline-block;
		border: 1px solid #ccc;
		background-color: #FFF;
		vertical-align: top;
	}

	.ie7 #thisweek-container.content-box .content-data-box .content-data,
	.ie7 #thisweek-container.content-box .content-data-box .thum {
		display: inline;
		zoom: 1;
	}

	#thisweek-container.content-box .content-data-box .thum {
		padding: 10px 14px 14px;
	}

		#thisweek-container.content-box .content-data-box .thum img {
			margin-top: 3px;
		}

	#thisweek-container.content-box .content-data-box .content-data {
		width: 351px;
		margin-left: 15px;
		padding: 10px;
	}

		#thisweek-container.content-box .content-data-box .content-data .more-link {
			margin-top: 5px;
			padding-top: 5px;
			border-top: 1px solid #ccc;
			text-align: right;
		}

/* btn */
	
.link-content-back {
	margin: 20px;
	text-align: center;
}

	.link-content-back a {
		display: inline-block;
		padding: 5px 10px;
		border: 1px solid #CCC;
		background-color: #E4E4E4;
	}

	.link-content-back a:hover {
		background-color: #666;
		color: #fff;
	}

/************
 backnumber
************/

ul.backnumber-list {
	padding-bottom: 0;
	border-bottom: 1px solid #ccc;
}

	ul.backnumber-list li{
		display: inline-block;
		width: 50%;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
		vertical-align: top;
	}

	ul.backnumber-list li.last-line{
		border-bottom: none;
		margin-bottom: 0;
	}

	/* IE7 */
	.ie7 ul.backnumber-list li {
		display: inline;
		width: 362px;
		zoom: 1;
	}
	
		ul.backnumber-list dl {
			position: relative;
			padding: 0 10px 0 117px;
		}
	
			ul.backnumber-list dl dt {
				padding-top: 18px;
				font-weight: bold;
			}
		
			ul.backnumber-list dl .date {
				position: absolute;
				top: 0;
				left: 117px;
				width: 120px;
			}
		
			ul.backnumber-list dl .thum {
				position: absolute;
				top: 0;
				left: 0;
				width: 107px;
			}
		
/*********
 pager
*********/

ul.pager-box {
	text-align: center;
}

	ul.pager-box li {
		display: inline-block;
		margin: 0 5px;
		vertical-align: top;
	}

	.ie7 ul.pager-box li {
		display: inline;
		zoom: 1;
	}

	ul.pager-box li.page-count {
		width: 75px;
	}

	ul.pager-box li.nolink {
		visibility: hidden;
		height: 30px;
	}

		ul.pager-box li a {
			display: inline-block;
			padding: 5px 10px;
			border: 1px solid #ccc;
			background-color: #e4e4e4;
		}
		
		ul.pager-box li a:hover {
			background-color: #666;
			color: #fff;
		}

/********************
 7. ad
********************/

/*********
 PR
*********/

div#pr {
	margin-top: 10px;
}

/****************
 striking-banner
****************/

div#striking-banner dl {
	min-height: 95px;
	position: relative;
	padding: 10px 0 5px 0px;
}

	div#striking-banner dl dt a {
		margin-right: 5px;
		font-size: 124%;
		font-weight: bold;
	}

	div#striking-banner dl dd.shop-ohp  {
		position: absolute;
		left: 0;
		top: 10px;
	}

	div#striking-banner dl dd.shop-url  {
		font-size: 93%;
		color: #aaa;
	}

	div#striking-banner dl dd.copy  {
		margin-bottom: 5px;
	}

/*********************
 recommend-girls
********************/

div#recommend-girls {
	position: relative;
} 
.rec-girls-category-title {
	line-height: 16px;
	margin: 10px 0 5px;
	padding: 5px 10px 5px 30px;
	font-weight: bold;
	color: #474747;
	background: url(/img/default/common/icon-arrow-pink.gif) no-repeat 10px 50% #efefef;
}
.rec-girls-category-data-list {
	overflow: hidden;
	margin-right: -10px;
}
.rec-girls-category-data-list-item {
	float: left;
	width: 223px;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #dadada;
	background-color: #fffef2;
}
.rec-girls-category-data-list-item .isPhoto {
	display: block;
	float: left;
	width: 70px;
	margin-right: 10px;
}
.rec-girls-category-data-list-item .isProfile {
	overflow: hidden;
}
.rec-girls-category-data-list-item .isProfile .isStation {
	display: block;
	margin-top: 5px;	
}
