
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	-webkit-text-size-adjust: none;
	line-height:1;
	width: auto;
	height: auto;
	background-image: url(../img/main-bg2.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	-moz-background-size:100% auto;
	background-size:100% auto;
}


/****************base*********************/

ul,li {
	list-style: none;
	margin:0;
	padding:0;
}
/*
a {
	text-decoration: underline;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}
a:link {
	color: #9B1E6E;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}
a:visited {
	color: #9B1E6E;
}
a:hover {
	color: #F282D4;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}
*/

a:active {
	color: #DC179B;
}

.orange {
	color: #FF7200;
}

.per {
	color: #BF0661;
}

.blue {
	color: #2D4FD6;
}

.pink {
	color: #F850B5;
}

.red {
	color: #FF0000;
}

.reds {
	color: #FF0000;
	font-size: 16px;
}

.r2red {
	color: #CC0000;
}

/** pr */
.red.reds {
	font-size: 12px;
	color: #fff;
}

.site-title .red.reds {
	font-size: 12px;
	color: #ff4775;
}

.day {
	color: #565656;
}

.green {
	color: #009900;
}

.gray {
	color: #AAA;
}

.impact {
	color: #D02569;
}

#ad_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#big_ad_box {
	width: 320px;
	height: 250px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	background: #CCC;
}

.small {
	font-size: 11px;
}


.u_line {
	text-decoration: underline;
	color: #2D4FD6;
	
}

.clear {
	clear: both;
}

.impact {
	font-weight: bold;
}

/***************************************************************/

#head-area {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;

}

#head-area .top-bar {
	width: auto;
	height: 25px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(../img/title-bg2.gif);
	background-repeat: repeat-x;
}

#head-area .top-bar h1 {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 16px;
	color: #FFF;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	letter-spacing: 0.06em;
}

 #head-area .menu-area {
	width: 950px;
	height: auto;
	padding: 0px 0px 10px 0px;
	margin: 0px auto 0px auto;
	background: #FFF;
	border-bottom: solid 1px #EFEFEF;
}

#head-area .menu-area .logo-area {
	width: 300px;
	height: auto;
	padding: 0px;
	margin: 10px 0px 0px 10px;
	float: left;
}

#head-area .menu-area .logo-area img {
	width: 100%;
	border: none;
}

#head-area .menu-area .logo-area a {
	width: auto;
	height: auto;
	display: block;
	padding: 0px;
	margin: 0px;
}

#head-area .menu-area .search-btn {
	width: 45px;
	height: 45px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	display: block;
	position: relative;
	top: 22px;
	left: -20px;
	z-index: 10;
	float: right;
}

#head-area .menu-area .search-btn img {
	width: 100%;
}

#head-area .search-content {
	width: 925px;
	height: auto;
	padding: 12px;
	margin: 0px auto 0px auto;
	background-color:rgba(255, 255, 255, 0.6);
	border-left: solid 1px #EEE;
	border-right: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
	/*display: none;*/
}

#head-area .search-content .search-left {
	width: 50%;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#head-area .search-content .search-right {
	width: 50%;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: right;
}

#head-area .search-content .search-select {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#head-area .search-content .search-select p {
	font-size: 15px;
	font-weight: bold;
	color: #FA3C7A;
	padding: 0px;
	margin: 0px 0px 2px 0px;
}

#head-area .search-content .search-select select {
	width: 75%;
	height: auto;
	padding: 1px;
	margin: 0px;
	font-size: 14px;
	color: #555;
	border: solid 1px #FA3C7A;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#head-area .search-content .enter-btn {
	-webkit-appearance: none;
	width: 40%;
	height: 37px;
	padding: 0px;
	margin: 0px;
	background: #FA3C7A;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #EEE;
	cursor: pointer;
}

#head-area .menu-area .menu-btn-box {
	display: none;
}

#head-area .menu-area .menu-btn-box .menu-btn {
	width: 45px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	cursor: pointer;
}

#head-area .menu-area .menu-btn-box .menu-btn img {
	width: 100%;
}

#head-area .menu-area .menu-btn-box .menu-btn p {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 13px;
	color: #555;
	padding: 0px;
	margin: -4px 0px 0px 0px;
}

#head-area .menu-list {
	width: 950px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	border-bottom: solid 1px #EFEFEF;
	border-right: solid 1px #EFEFEF;
}

#head-area .menu-list ul {
	overflow: hidden;
	background-color:rgba(255, 255, 255, 0.8);
}

#head-area .menu-list ul li.main-menu {
	width: 24.5%;
	height: 45px;
	padding: 0px;
	margin: 0px;
	border-left: solid 1px #EFEFEF;
	float: left;
	text-align: center;
	
}

#head-area .menu-list ul li.main-menu a {
	display: block;
	width: auto;
	height: 31px;
	padding: 14px 0px 0px 0px;
	margin: 0px;
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 17px;
	color: #2E90C0;
	text-decoration: none;
	letter-spacing: 0.03em;
}

#head-area .menu-list ul li.content-btn p {
	display: block;
	width: auto;
	height: 31px;
	padding: 14px 0px 0px 15px;
	margin: 0px;
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 17px;
	color: #F46FA6;
	text-decoration: none;
	letter-spacing: 0.03em;
	cursor: pointer;
}

#head-area .menu-list ul li.sub-menu-btn p {
	display: block;
	width: auto;
	height: 31px;
	padding: 14px 0px 0px 15px;
	margin: 0px;
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 17px;
	color: #91DB47;
	text-decoration: none;
	letter-spacing: 0.03em;
	cursor: pointer;
}

#head-area .menu-list ul.content-list {
	overflow: hidden;
	/*display: none;*/
	border-top: solid 1px #EFEFEF;
	border-left: solid 1px #EFEFEF;
}

#head-area .menu-list ul.content-list li {
	width: auto;
	height: 45px;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #EFEFEF;
	background-color:rgba(255, 255, 255, 0.8);
}

#head-area .menu-list ul.content-list li a {
	display: block;
	width: auto;
	height: 31px;
	padding: 14px 0px 0px 15px;
	margin: 0px;
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 17px;
	color: #F46FA6;
	text-decoration: none;
	background:transparent url(../img/pink-arrow.png) no-repeat scroll right center;
}

#head-area .menu-list ul.sub-menu-list {
	overflow: hidden;
	display: none;
	border-top: solid 1px #EFEFEF;
	border-left: solid 1px #EFEFEF;
	background-color:rgba(255, 255, 255, 0.8);
}

#head-area .menu-list ul.sub-menu-list li {
	width: auto;
	height: 45px;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #EFEFEF;
}

#head-area .menu-list ul.sub-menu-list li a {
	display: block;
	width: auto;
	height: 31px;
	padding: 14px 0px 0px 15px;
	margin: 0px;
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 17px;
	color: #91DB47;
	text-decoration: none;
	background:transparent url(../img/green-arrow.png) no-repeat scroll right center;
}

#head-area .menu-list ul.area-list {
	overflow: hidden;
	display: none;
}

#head-area .menu-list ul.area-list li {
	width: auto;
	height: 45px;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #EFEFEF;
}

#head-area .menu-list ul.area-list li a {
	display: block;
	width: auto;
	height: 31px;
	padding: 14px 0px 0px 15px;
	margin: 0px;
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 17px;
	color: #FB708A;
	text-decoration: none;
	background:transparent url(../img/pink-arrow.png) no-repeat scroll right center;
}

#head-area .site-image {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #EFEFEF;
	border-left: solid 1px #EFEFEF;
}

#head-area .site-image img {
	width: 100%;
}

/***********************************************************/

#middle-main-content {
	width: 950px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#middle-main-content .pan-navi-list {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 0px;
	font-size: 14px;
	color: #333;
}

#middle-main-content .pan-navi-list a {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #2E90C0;
}

/************************************************************/

.content-area {
	width: 650px;
	height: auto;
	padding: 0px;
	margin: 0px 20px 30px 0px;
	border: solid 1px #EFEFEF;
	float: left;
	background-color:rgba(255, 255, 255, 0.8);
}

.content-area .guide-area {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.content-area .guide-area .title-bar {
	width: auto;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/title-bg2.gif);
	background-repeat: repeat-x;
}

.content-area .guide-area .title-bar h2 {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 16px;
	color: #FFF;
	padding: 4px 0px 0px 10px;
	margin: 0px;
	letter-spacing: 0.02em;
}

.content-area .guide-area .guide-content {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 0px;
	background: #FFF;
}

.content-area .guide-area .guide-content .image-area {
	width: 300px;
	height: auto;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.content-area .guide-area .guide-content .image-area img {
	width: 100%;
}

.content-area .guide-area .guide-content .guide-text-area {
	overflow: hidden;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.content-area .guide-area .guide-content .guide-text-area p {
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin: 0px 0px 18px 0px;
	line-height: 22px;
	letter-spacing: 0.04em;
}

.content-area .guide-area .guide-content .guide-text-area a {
	color: #2E90C0;
}

.content-area .title-bar {
	width: auto;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/title-bg2.gif);
	background-repeat: repeat-x;
}

.content-area .title-bar h2 {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 16px;
	color: #FFF;
	padding: 4px 0px 0px 10px;
	margin: 0px;
	letter-spacing: 0.02em;
	display: inline-block;
}

.content-area .title-bar .pr {
	font-size: 14px;
	color: #FFF;
	display: inline-block;
}

.content-area .site-list {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.content-area .site-list .client {
	width: auto;
	height: auto;
	padding: 8px;
	margin: 0px;
	border-bottom: solid 1px #EFEFEF;
	background-color:rgba(255, 255, 255, 0.5);
}

.content-area .site-list .client .sp-site-sum {
	display: none;
}

.content-area .site-list .client .site-sum {
	width: 250px;
	height: 265px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.content-area .site-list .client .site-sum img {
	width: 100%;
	border: none;
}

.content-area .site-list .client .site-title {
	width: auto;
	height: 30px;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	overflow: hidden;
}

.content-area .site-list .client .site-title h3 {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	color: #ff4775;
	text-shadow: #d90238 0 1px 0;
}

.content-area .site-list .client .free-point {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	overflow: hidden;

}

.content-area .site-list .client .free-point p {
	font-size: 15px;
	color: #555;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0.03em;
}

.content-area .site-list .client .free-code {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	overflow: hidden;

}

.content-area .site-list .client .free-code p {
	font-size: 15px;
	color: #555;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0.03em;
}

.content-area .site-list .client .mark-area {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	overflow: hidden;

}

.content-area .site-list .client .mark-area ul {
	overflow: hidden;
}

.content-area .site-list .client .mark-area ul li {
	width: 35px;
	height: 20px;
	padding: 0px;
	margin: 0px 7px 0px 0px;
	float: left;
}

.content-area .site-list .client .enjoy-star {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	overflow: hidden;

}

.content-area .site-list .client .enjoy-star ul {
	overflow: hidden;
}

.content-area .site-list .client .enjoy-star ul li {
	width: auto;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

.content-area .site-list .client .enjoy-star ul li p {
	font-size: 15px;
	color: #555;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0.03em;
}

.content-area .site-list .client .comment-area {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	overflow: hidden;

}

.content-area .site-list .client .comment-area p {
	font-size: 15px;
	color: #333;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0.07em;
	line-height: 20px;
}

.content-area .site-list a {
	display: block;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	background:transparent url(../img/green-arrow.png) no-repeat scroll right center;
	border: none;
}

.content-area .more-link-btn {
	width: auto;
	height: 45px;
	padding: 0px;
	margin: 0px;
}

.content-area .more-link-btn a {
	display: block;
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 18px;
	color: #2E90C0;
	text-decoration: none;
	width: auto;
	height: 32px;
	padding: 13px 0px 0px 10px;
	margin: 0px;
	
}

/***********************************************************/

.side-area {
	width: 265px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	float: right;
}

.side-area .new-content {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border: solid 1px #EAEAEA;
}

.side-area .new-content .title-bar {
	width: auto;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/title-bg2.gif);
	background-repeat: repeat-x;
}

.side-area .new-content .title-bar h2 {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 16px;
	color: #FFF;
	padding: 4px 0px 0px 10px;
	margin: 0px;
	letter-spacing: 0.02em;
}

.side-area .new-content .new-list {
	width: auto;
	height: 200px;
	padding: 12px;
	margin: 0px;
	background-color:rgba(255, 255, 255, 0.9);
	overflow: scroll;
}

.side-area .new-content .new-list p {
	font-size: small;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: dotted 1px #777;
}

.side-area .new-content .new-list a {
	font-size: 14px;
	color: #2E90C0;
	padding: 0px 0px 13px 0px;
	margin: 0px;
	text-decoration: none;
}

/*******************************/

.side-area .sub-menu {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border-top: solid 1px #EAEAEA;
	border-left: solid 1px #EAEAEA;
	border-right: solid 1px #EAEAEA;
}

.side-area .sub-menu .title-bar {
	width: auto;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/title-bg2.gif);
	background-repeat: repeat-x;
}

.side-area .sub-menu .title-bar h2 {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 16px;
	color: #FFF;
	padding: 5px 0px 0px 10px;
	margin: 0px;
	letter-spacing: 0.02em;
}

.side-area .sub-menu .side-menu-list {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	background-color:rgba(255, 255, 255, 0.9);
}

.side-area .sub-menu .side-menu-list ul {
	overflow: hidden;
}

.side-area .sub-menu .side-menu-list ul li {
	width: auto;
	height: 45px;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #EAEAEA;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

.side-area .sub-menu .side-menu-list ul li a {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 16px;
	color: #2E90C0;
	display: block;
	text-decoration: none;
	width: auto;
	height: 33px;
	padding: 14px 0px 0px 10px;
	background:transparent url(../img/blue-arrow.png) no-repeat scroll right center;
	
}

.side-area .sub-menu .side-menu-list ul li a.junle {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 16px;
	color: #91DB47;
	display: block;
	text-decoration: none;
	width: auto;
	height: 33px;
	padding: 14px 0px 0px 10px;
	background:transparent url(../img/green-arrow.png) no-repeat scroll right center;
	
}

/********************************/
.side-area .push-sites {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border-top: solid 1px #EAEAEA;
	border-left: solid 1px #EAEAEA;
	border-right: solid 1px #EAEAEA;
}

.side-area .push-sites .title-bar {
	width: auto;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/title-bg2.gif);
	background-repeat: repeat-x;
}

.side-area .push-sites .title-bar h2 {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 16px;
	color: #FFF;
	padding: 4px 0px 0px 10px;
	margin: 0px;
	letter-spacing: 0.02em;
}

.side-area .push-sites .push-sites-list {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	background-color:rgba(255, 255, 255, 0.9);
}

.side-area .push-sites .push-sites-list ul {
	overflow: hidden;
}

.side-area .push-sites .push-sites-list ul li {
	width: auto;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #EAEAEA;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

.side-area .push-sites .push-sites-list ul li a {
	display: block;
	width: auto;
	height: 27px;
	padding: 13px 0px 0px 10px;
	text-decoration: none;
	font-size: 15px;
	color: #ff1d56;
	background:transparent url(../img/pink-arrow.png) no-repeat scroll right center;
}

/*****************************/

.side-area .mark-guide {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border-top: solid 1px #EAEAEA;
	border-left: solid 1px #EAEAEA;
	border-right: solid 1px #EAEAEA;
}

.side-area .mark-guide .title-bar {
	width: auto;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/title-bg2.gif);
	background-repeat: repeat-x;
}

.side-area .mark-guide .title-bar h2 {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 16px;
	color: #FFF;
	padding: 4px 0px 0px 10px;
	margin: 0px;
	letter-spacing: 0.02em;
}

.side-area .mark-guide .mark-guide-list {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	background-color:rgba(255, 255, 255, 0.9);
}

.side-area .mark-guide .mark-guide-list ul {
	overflow: hidden;
}

.side-area .mark-guide .mark-guide-list ul li {
	width: auto;
	height: auto;
	padding: 7px;
	margin: 0px;
	border-bottom: solid 1px #EAEAEA;
}

.side-area .mark-guide .mark-guide-list ul li .mark-image {
	width: 35px;
	height: 20px;
	padding: 0px;
	margin: 0px 9px 0px 0px;
	float: left;
}

.side-area .mark-guide .mark-guide-list ul li .mark-image img {
	width: 100%;
}

.side-area .mark-guide .mark-guide-list ul li .mark-guide-text {
	overflow: hidden;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.side-area .mark-guide .mark-guide-list ul li .mark-guide-text p {
	font-size: 12px;
	color: #333;
	padding: 0px;
	margin: 0px;
	line-height: 17px;
	letter-spacing: 0.03em;
}

/*****************************************/

.side-area .ad-area {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.side-area .ad-area img {
	width: 100%;
}

.side-area .ad-area a {
	border: none;
}

/********************************************************************/

#foot-menu {
	width: 950px;
	height: auto;
	padding: 0px;
	margin: 50px auto 0px auto;
	clear: both;
}

#foot-menu .title-bar {
	width: auto;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/title-bg2.gif);
	background-repeat: repeat-x;
}

#foot-menu .title-bar h2 {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 16px;
	color: #FFF;
	padding: 4px 0px 0px 10px;
	margin: 0px;
	letter-spacing: 0.02em;
}

#foot-menu .foot-menu-list {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-left: solid 1px #EFEFEF;
	border-right: solid 1px #EFEFEF;
	border-top: solid 1px #EFEFEF;
}

#foot-menu .foot-menu-list ul {
	overflow: hidden;
}

#foot-menu .foot-menu-list ul li {
	width: auto;
	height: 45px;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #EFEFEF;
	background-color:rgba(255, 255, 255, 0.9);
}

#foot-menu .foot-menu-list ul li a {
	display: block;
	width: auto;
	height: 31px;
	padding: 14px 0px 0px 15px;
	margin: 0px;
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 17px;
	color: #2E90C0;
	text-decoration: none;
	letter-spacing: 0.03em;
	background:transparent url(../img/blue-arrow.png) no-repeat scroll right center;
}

#foot-menu .copy-area {
	width: auto;
	height: auto;
	padding: 30px 12px 60px 12px;
	margin: 0px;
	border-left: solid 1px #EFEFEF;
	border-right: solid 1px #EFEFEF;
	border-bottom: solid 1px #EFEFEF;
	background: #FFF;
	text-align: center;
}

#foot-menu .copy-area p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #888;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	letter-spacing: 0.06em;
}

#foot-menu .copy-area a {
	font-size: 13px;
	color: #2E90C1;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

/***********************************/

#back-top {
	position: fixed;
	bottom: 20px;
	left: 150px;
}
#back-top a {
	font-size: 15px;
	display: block;
	text-decoration: none;
	color: #333;
}

#back-top span {
	width: 80px;
	height: auto;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#back-top span img {
	width: 100%;
	border: none;
}

.block-p {
	display: block;
	line-height: 22px;
}

/***********************************/

#middle-main-content .content-area .text-title {
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0px;
    border-image: linear-gradient(to right, #FF4775 0%, #ac47ff 100%);
    border-image-slice: 1;
	border-bottom: solid 3px #FF4775;
	border-top: solid 3px #FF4775;
	border-right: none !important;
	border-left: none !important;
}

#middle-main-content .content-area .text-title h2 {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 25px;
	color: #FF0066;
	background: -webkit-linear-gradient(top, #FF66CC 0%, #FF66CC 50%, #FF0066 51%, #FF0066 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0.02em;
	display: inline-block;
}

#middle-main-content .content-area .text-title .pr {
	font-size: 15px;
	color: #FF0066 !important;
	background: -webkit-linear-gradient(top, #FF66CC 0%, #FF66CC 50%, #FF0066 51%, #FF0066 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	display: inline-block;
}

#middle-main-content .content-area .text-zone .text-content h3 {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 20px;
	color: #FF0066 !important;
	background: -webkit-linear-gradient(top, #FF66CC 0%, #FF66CC 50%, #FF0066 51%, #FF0066 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	padding: 5px 0px 7px 0px;
	margin: 30px 0px 7px 0px;
	letter-spacing: 0.02em;
    border-image: linear-gradient(to right, #FF4775 0%, #ac47ff 100%);
    border-image-slice: 1;
	border-bottom: solid 3px #F46FA6 !important;
	border-right: none !important;
	border-left: none !important;
	border-top: none !important;
}

#middle-main-content .content-area .text-zone .text-content h3.ques {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 20px;
	color: #FF4775;
	padding: 5px 0px 7px 30px;
	margin: 35px 0px 7px 0px;
	letter-spacing: 0.02em;
	line-height: 24px;
	border-bottom: solid 3px #F46FA6;
	background-image: url(../img/q-mark.gif);
	background-repeat: no-repeat;
}

#middle-main-content .content-area .text-zone .text-content h4 {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 18px;
	color: #FF4775;
	padding: 5px 0px 7px 0px;
	margin: 25px 0px 7px 10px;
	letter-spacing: 0.02em;
	border-bottom: dotted 3px #F46FA6;
}

#middle-main-content .content-area .text-zone {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#middle-main-content .content-area .text-zone .text-zone-image {
	width: 600px;
	height: auto;
	padding: 0px;
	margin: 5px auto 5px auto;
}

#middle-main-content .content-area .text-zone .text-zone-image img {
	width: 100%;
	height: auto;
}

#middle-main-content .content-area .text-zone .s-sum {
	width: 200px;
	height: auto;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	float: left;
}

#middle-main-content .content-area .text-zone .s-sum img {
	width: 100%;
}

#middle-main-content .content-area .text-zone .text-content {
	width: auto;
	height: auto;
	padding: 8px 15px 8px 15px;
	margin: 0px;
}

#middle-main-content .content-area .text-zone .text-content p {
	font-size: 15px;
	color: #333;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	line-height: 24px;
	letter-spacing: 0.08em;
}

#middle-main-content .content-area .text-zone .text-content p.answer {
	font-size: 15px;
	color: #333;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 20px 0px;
	line-height: 24px;
	letter-spacing: 0.08em;
	background-image: url(../img/a-mark.gif);
	background-repeat: no-repeat;
}

#middle-main-content .content-area .text-zone .text-content p.u-space {
	margin-bottom: 25px;
}

#middle-main-content .content-area .text-zone .text-content p.t-space {
	margin-top: 25px;
	padding: 0px;
}

#middle-main-content .content-area .text-zone .text-content p.h-indent {
	font-size: 15px;
	color: #333;
	padding: 0px;
	margin: 10px 0px 18px 10px;
	line-height: 24px;
	letter-spacing: 0.08em;
}

#middle-main-content .content-area .text-zone .text-content a {
	color: #2E90C0;
}

#middle-main-content .content-area .text-zone .text-content .push-human {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 30px 10px;
}

#middle-main-content .content-area .text-zone .text-content .push-human ul {
	overflow: hidden;
}

#middle-main-content .content-area .text-zone .text-content .push-human ul li {
	width: auto;
	height: auto;
	padding: 4px;
	margin: 0px;
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 16px;
	color: #df2e74;
	line-height: 2.0;
	
}

#middle-main-content .content-area .text-zone .text-content .procedure-image {
	width: 200px;
	height: auto;
	padding: 0px;
	margin: 0px 10px 20px 0px;
	float: left;
}

#middle-main-content .content-area .text-zone .text-content .procedure-image img {
	width: 100%;
	height: auto;
}

#middle-main-content .content-area .text-zone .text-content .badgirl-image {
	width: 200px;
	height: auto;
	padding: 0px;
	margin: 0px 10px 20px 0px;
	float: left;
}

#middle-main-content .content-area .text-zone .text-content .badgirl-image img {
	width: 100%;
	height: auto;
}

#middle-main-content .content-area .text-zone .text-content .memo-image {
	width: 200px;
	height: auto;
	padding: 0px;
	margin: 0px 10px 20px 0px;
	float: left;
}

#middle-main-content .content-area .text-zone .text-content .memo-image img {
	width: 100%;
	height: auto;
}

#middle-main-content .content-area .text-zone .text-content .mov-box {
	width: 320px;
	height: auto;
	padding: 0px;
	margin: 0px auto 20px auto;
}

#middle-main-content .content-area .text-zone .text-content .voice-list {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px auto 15px auto;
	border-top: solid 1px #EAEAEA;
	border-left: solid 1px #EAEAEA;
	border-right: solid 1px #EAEAEA;
}

#middle-main-content .content-area .text-zone .text-content .voice-list ul {
	overflow: hidden;
}

#middle-main-content .content-area .text-zone .text-content .voice-list ul li {
	width: auto;
	height: 45px;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #EAEAEA;
	background-color:rgba(255, 255, 255, 0.9);
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#middle-main-content .content-area .text-zone .text-content .voice-list ul li a {
	display: block;
	width: auto;
	height: 32px;
	padding: 13px 0px 0px 10px;
	text-decoration: none;
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 17px;
	color: #2E90C0;
	background:transparent url(../img/blue-arrow.png) no-repeat scroll right center;
}

#middle-main-content .content-area .text-zone .text-content .audio-area {
	width: 320px;
	height: auto;
	padding: 0px;
	margin: 35px auto 35px auto;
}

#middle-main-content .content-area .text-zone .text-content .audio-area audio {
	width: 100%;
}

/*********************************************/

#middle-main-content .content-area .text-zone .text-content .chat-sample {
	width: 300px;
	height: 225px;
	padding: 0px;
	margin: 0px auto 35px auto;
	text-align: center;
}

#middle-main-content .content-area .text-zone .text-content .chat-sample img {
	width: 100%;
	border: none;
}

/********************************************/

#ad-banner {
	width: 320px;
	height: 100px;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#ad-banner img {
	width: 100%;
	border: none;
}

/********************************************/

.site-data {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

.site-data .pickup-girls {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.site-data .pickup-girls .special-girls {
	width: auto;
	height: auto;
	padding: 4px;
	margin: 10px auto 5px auto;
}

.site-data .pickup-girls .special-girls h4 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	color: #ff4775;
	text-shadow: #d90238 0 1px 0;
}

.site-data .pickup-girls ul {
	overflow: hidden;
}

.site-data .pickup-girls ul li {
	width: 148px;
	height: auto;
	padding: 0px;
	margin: 0px 3px 0px 5px;
	background: #EFEFEF;
	float: left;
}

.site-data .pickup-girls ul li .girl-name {
	width: auto;
	height: auto;
	padding: 5px 3px 3px 3px;
	margin: 0px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

.site-data .pickup-girls ul li .girl-name p {
	font-size: 15px;
	font-weight: bold;
	color: #ff4775;
	padding: 0px;
	margin: 0px;
}

.site-data .pickup-girls ul li .girl-image {
	width: 100px;
	height: 115px;
	padding: 0px;
	margin: 0px auto 2px auto;
	text-align: center;
	overflow: hidden;
}

.site-data .pickup-girls ul li .girl-image img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.site-data .pickup-girls ul li .girl-area-other,.site-data .pickup-girls ul li .girl-age,.site-data .pickup-girls ul li .now-data {
	width: auto;
	height: auto;
	padding: 3px 3px 3px 6px;
	margin: 0px;
}

.site-data .pickup-girls ul li .girl-area-other p,.site-data .pickup-girls ul li .girl-age p,.site-data .pickup-girls ul li .now-data p {
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin: 0px;
}

.content-area .site-list .client .online-data {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 2px 0px 6px 0px;
}

.content-area .site-list .client .online-data p {
	font-size: 15px;
	color: #555;
	padding: 0px;
	margin: 0px;
	letter-spaxcing: 0.03em;
}

.content-area .site-list .client .online-data p .online {
	font-family: 'Noto Sans JP', serif;
	font-weight: 900;
	font-size: 16px;
	color: #FF7200;
	padding: 0px;
	margin: 0px;
}

/******************************************************/

.site-data2 {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

.site-data2 .pickup-girls {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.site-data2 .pickup-girls .special-girls {
	width: auto;
	height: auto;
	padding: 4px;
	margin: 10px auto 5px auto;
}

.site-data2 .pickup-girls ul {
	overflow: hidden;
}

.site-data2 .pickup-girls ul li {
	width: 145px;
	height: auto;
	padding: 0px;
	margin: 0px 3px 0px 5px;
	background: #FEFEFE;
	float: left;
}

.site-data2 .pickup-girls ul li .girl-name {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

.site-data2 .pickup-girls ul li .girl-name p {
	font-size: 15px;
	font-weight: bold;
	color: #FF0066 !important;
	background: -webkit-linear-gradient(top, #FF66CC 0%, #FF66CC 50%, #FF0066 51%, #FF0066 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	padding: 0px;
	margin: 0px;
}

.site-data2 .pickup-girls ul li .girl-image {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px auto 2px auto;
	text-align: center;
	overflow: hidden;
}

.site-data2 .pickup-girls ul li .girl-image img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.site-data2 .pickup-girls ul li .girl-area-other,.site-data2 .pickup-girls ul li .girl-age,.site-data2 .pickup-girls ul li .now-data {
	width: auto;
	height: auto;
	padding: 0px !important;
	margin: 0px !important;
}

.site-data2 .pickup-girls ul li .girl-area-other p,.site-data2 .pickup-girls ul li .girl-age p,.site-data2 .pickup-girls ul li .now-data p {
	font-size: 14px;
	color: #FF0066 !important;
	background: -webkit-linear-gradient(top, #FF66CC 0%, #FF66CC 50%, #FF0066 51%, #FF0066 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	padding: 0px !important;
	margin: 0px !important;
}



/**************************************/

.content-area .site-list .client .fordetail {
	width: 400px;
	height: 40px;
	padding: 0px;
	margin: 5px auto 5px auto;
	background: #fc87ad; /* Old browsers */
	background: -moz-linear-gradient(top,  #fc87ad 0%, #fa3c7a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fc87ad 0%,#fa3c7a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fc87ad 0%,#fa3c7a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc87ad', endColorstr='#fa3c7a',GradientType=0 ); /* IE6-9 */
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.content-area .site-list .client .fordetail .a-detail {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	background: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}


.content-area .site-list .client .fordetail .a-detail:hover {
	background: #fa3c7a; /* Old browsers */
	background: -moz-linear-gradient(top,  #fa3c7a 0%, #e4064e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fa3c7a 0%,#e4064e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fa3c7a 0%,#e4064e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa3c7a', endColorstr='#e4064e',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.content-area .site-list .client .go-site {
	width: 400px;
	height: 40px;
	padding: 0px;
	margin: 10px auto 10px auto;
	background: #fc87ad; /* Old browsers */
	background: -moz-linear-gradient(top,  #fc87ad 0%, #fa3c7a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fc87ad 0%,#fa3c7a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fc87ad 0%,#fa3c7a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc87ad', endColorstr='#fa3c7a',GradientType=0 ); /* IE6-9 */
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

.content-area .site-list .client .go-site a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	background: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.content-area .site-list .client .go-site:hover {
	background: #fa3c7a; /* Old browsers */
	background: -moz-linear-gradient(top,  #fa3c7a 0%, #e4064e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fa3c7a 0%,#e4064e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fa3c7a 0%,#e4064e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa3c7a', endColorstr='#e4064e',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

/******************************************************/

#middle-main-content .content-area .text-zone .text-content .go-site {
	width: 95%;
	height: 40px;
	padding: 0px;
	margin: 20px auto 25px auto;
	background: #fc87ad; /* Old browsers */
	background: -moz-linear-gradient(top,  #fc87ad 0%, #fa3c7a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fc87ad 0%,#fa3c7a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fc87ad 0%,#fa3c7a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc87ad', endColorstr='#fa3c7a',GradientType=0 ); /* IE6-9 */
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#middle-main-content .content-area .text-zone .text-content .go-site .a-detail {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	background: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

#middle-main-content .content-area .text-zone .text-content .go-site .a-detail:hover {
	background: #fa3c7a; /* Old browsers */
	background: -moz-linear-gradient(top,  #fa3c7a 0%, #e4064e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fa3c7a 0%,#e4064e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fa3c7a 0%,#e4064e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa3c7a', endColorstr='#e4064e',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#middle-main-content .content-area .text-zone .text-content .go-site a {
	border: none;
}

#middle-main-content .content-area .text-zone .text-content .go-site a .privilege {
	display: none;
}

/*****/

.s-site-sum {
	width: 300px;
	height: 318px;
	padding: 0px;
	margin: 10px auto 20px auto;
}

.s-site-sum:hover {
	opacity: 0.6;
}

.s-site-sum a {
	border: none;
}

.foot-shadow-menu {
	display: none;
}

#fmenu {
	display: none !important;
}

.swiper-container {
	width: auto !important;
	height: auto !important;
	padding: 5px 0px 0px 15px !important;
	margin: 7px auto 80px auto !important;
}

.swiper-container .swiper-slide {
	width: 185px;
	height: auto;
	padding: 5px;
	margin: 0px 10px 0px 0px;
	/*
	border: solid 1px #AAA;
	background: #FFF;
	box-shadow:inset 0px -10px 30px #EAEAEA;
	*/
}

.swiper-slide .spsum {
	display: none;
}

.swiper-slide .pcsum {
	width: 170px;
	height: 170px;
	padding: 0px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

.swiper-slide .pcsum img {
	width: 100%;
	border: none;
}

.swiper-slide .link-title {
	width: 180px;
	height: auto;
	padding: 5px;
	margin: 5px auto 0px auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

.swiper-slide .link-title ul li {
	width: auto;
	height: auto;
	padding: 5px 0px 5px 0px;
	margin: 0px auto 0px auto;
}

.swiper-slide .link-title li .s-star-text {
	font-size: 12px;
	color: #FF6600;
}

.swiper-slide .link-title li .s-price-text {
	font-size: 12px;
	color: #FF0066 !important;
	background: -webkit-linear-gradient(top, #FF66CC 0%, #FF66CC 50%, #FF0066 51%, #FF0066 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}


.swiper-slide a {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	display: block;
	border: none;
}

.swiper-slide .link-title .client-link-title {
	font-size: 14px;
	color: #FF0066 !important;
	background: -webkit-linear-gradient(top, #FF66CC 0%, #FF66CC 50%, #FF0066 51%, #FF0066 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	letter-spacing: 0.06em;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

.swiper-slide .link-title .s-freepoint-text {
	font-size: 12px;
	color: #FF0066 !important;
	background: -webkit-linear-gradient(top, #FF66CC 0%, #FF66CC 50%, #FF0066 51%, #FF0066 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	padding: 0px;
	margin: 0px;
	display: block;
}

.swiper-slide:hover {
	opacity: 0.6;
}

.like-btn {
	display: none;
}

.like-list-box {
	display: none;
}

/** toc */
.toc {
	border:2px solid #F850B5;
	margin:10px auto;
	width: 600px;
	box-sizing: border-box;
}
.toc .toc-title {
	font-size: 16px;
	font-weight: normal;
	color:#FFFFFF;
	background-color: #F850B5;
	margin: 0;
	padding: 10px;
}
.toc > ul {
	padding: 10px;
	list-style-type: none;
}
.toc ul li {
	padding-left: 1em;
	font-size: 15px;
	line-height: 2.0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.toc ul li a {
	color: #2E90C0;
}

/***********/

table.freepointprice {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 20px auto 20px auto;
	border: solid 1px #81C2FA;
	background: #FFF;
}

table.freepointprice tr td {
	width: 25%;
	height: auto;
	padding: 5px;
	margin: 0px;
	border: solid 1px #81C2FA;
	color: #81C2FA;
	font-size: 16px!important;
}

table.freepointprice tr td.price-title {
	color: #81C2FA;
	font-size: 16px!important;
	font-weight: bold!important;
	font-color: #81C2FA !important;
}

/***********/

.smart-type ul li.ip {
	width: 80px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	margin: 11px 10px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: #fb83fa;
	background: -moz-linear-gradient(top,  #fb83fa 0%, #e93cec 100%);
	background: -webkit-linear-gradient(top,  #fb83fa 0%,#e93cec 100%);
	background: linear-gradient(to bottom,  #fb83fa 0%,#e93cec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb83fa', endColorstr='#e93cec',GradientType=0 );
	border: solid 1px #FFF;
	text-align: center;
	float: left;
	font-size: 14px;
	color: #FFF;
	box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
}

.smart-type ul li.and {
	width: 80px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	margin: 11px 10px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: #fb83fa;
	background: -moz-linear-gradient(top,  #fb83fa 0%, #e93cec 100%);
	background: -webkit-linear-gradient(top,  #fb83fa 0%,#e93cec 100%);
	background: linear-gradient(to bottom,  #fb83fa 0%,#e93cec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb83fa', endColorstr='#e93cec',GradientType=0 );
	border: solid 1px #FFF;
	text-align: center;
	float: left;
	font-size: 14px;
	color: #FFF;
	box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
}

p.carrier-text {
	float: left !important;
	font-size: 15px !important;
	color: #555  !important;
}



