@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 900;
    src: url('../font/NotoSansCJKjp-Black.woff') format('woff');
    font-display: swap;
}

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: #FFF;
}


/****************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;
}

.r2red {
	color: #CC0000;
}

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

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

.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;
}

.b-underline {
	background: linear-gradient(transparent 60%, #66e9ff 60%);
	font-weight: bold;
}

.g-underline {
	background: linear-gradient(transparent 60%, #99FFCC 60%);
	font-weight: bold;
}

.y-underline {
	background: linear-gradient(transparent 60%, #FFFF99 60%);
	font-weight: bold;
}

.p-underline {
	background: linear-gradient(transparent 60%, #ffccff 60%);
	font-weight: bold;
}

.m-underline {
	background: linear-gradient(transparent 60%, #FFCCFF 60%);
	font-weight: bold;
}

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

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

#head-area .top-bar {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #CC0000;
}

#head-area .top-bar h1 {
	font-family: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size: 12px;
	color: #FFF;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	letter-spacing: 0.02em;
	text-shadow: #E9AC3C 0 1px 0;
}

#head-area .top-bar h1 span {
	display: block;
	line-height: 22px;
}

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

#head-area .menu-area .logo-area {
	width: 230px;
	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: 40px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	display: block;
	position: relative;
	top: 14px;
	left: -20px;
	z-index: 10;
	float: right;
}

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

#head-area .search-content {
	width: auto;
	height: auto;
	padding: 25px;
	margin: 0px;
	background: #FFF;
	border-bottom: solid 1px #EEE;
	display: none;
}

#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: #CC0000;
	padding: 0px;
	margin: 0px 0px 2px 0px;
}

#head-area .search-content .search-select select {
	width: 60%;
	height: auto;
	padding: 1px;
	margin: 0px;
	font-size: 14px;
	color: #555;
	border: solid 1px #CC0000;
	-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: 60%;
	height: 37px;
	padding: 0px;
	margin: 0px;
	background: #CC0000;
	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;
}

#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: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size: 13px;
	color: #555;
	padding: 0px;
	margin: -4px 0px 0px 0px;
}

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

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

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

#head-area .menu-list ul li a {
	display: block;
	width: auto;
	height: 31px;
	padding: 14px 0px 0px 15px;
	margin: 0px;
	font-family: 'NotoSansCJKjp', 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;
}

#head-area .menu-list ul li.main-menu {
    width: 24.5%;
    height: 45px;
    padding: 0;
    margin: 0;
    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 0 0;
    margin: 0;
    font-family: 'NotoSansCJKjp',serif;
    font-weight: 900;
    font-size: 17px;
    color: #2e90c0;
    text-decoration: none;
    letter-spacing: .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: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size: 17px;
	color: #F46FA6;
	text-decoration: none;
	letter-spacing: 0.03em;
	background:transparent url(../img/pink-arrow.png) no-repeat scroll right center;
	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: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size: 17px;
	color: #91DB47;
	text-decoration: none;
	letter-spacing: 0.03em;
	background:transparent url(../img/green-arrow.png) no-repeat scroll right center;
	cursor: pointer;
}

#head-area .menu-list ul li.area-btn p {
	display: block;
	width: auto;
	height: 31px;
	padding: 14px 0px 0px 15px;
	margin: 0px;
	font-family: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size: 17px;
	color: #FB708A;
	text-decoration: none;
	letter-spacing: 0.03em;
	background:transparent url(../img/pink-arrow.png) no-repeat scroll right center;
	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;
}

#head-area .menu-list ul.content-list li a {
	display: block;
	width: auto;
	height: 31px;
	padding: 14px 0px 0px 15px;
	margin: 0px;
	font-family: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size: 17px;
	color: #F46FA6;
	text-decoration: none;
	background:transparent url(../img/blue-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;
}

#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: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size: 17px;
	color: #91DB47;
	text-decoration: none;
	background:transparent url(../img/green-arrow.png) no-repeat scroll right center;
}

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

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

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

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

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

.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: #CC0000;
}

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

.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 13px 10px 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: #CC0000;
}

.content-area .title-bar h2 {
	font-family: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size: 16px;
	color: #FFF;
	padding: 4px 0px 0px 10px;
	margin: 0px;
	letter-spacing: 0.02em;
	text-shadow: #F2880C 0 1px 0;
	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 .site-sum {
	width: 250px;
	height: auto;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}

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

.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: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	color: #4CDDF8;
	text-shadow: #48ACC3 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 .devices {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	overflow: hidden;

}

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

.android, .and {
	font-size: 10px;
    background: #3ddc84;
	display: inline-block;
    text-align: center;
    line-height: 18px;
    width: 50px;
    height: 18px;
    color: #fff;
    font-weight: 700;
	border-radius: 3px;
}

.ios, .ip {
	font-size: 10px;
    background: #303030;
	display: inline-block;
    text-align: center;
    line-height: 18px;
    width: 50px;
    height: 18px;
    color: #fff;
    font-weight: 700;
	border-radius: 3px;
}

.devices-float {
	display: table-cell;
	color: #555;
	vertical-align: middle;

}

.devices ul {
	display: table-cell;
}

.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 .enjoy-star ul li.type-mark {
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 10px 12px 12px 10px;
	float: left;
}

.content-area .site-list .client .enjoy-star ul li.type-mark img {
	width: 45px;
	height: 45px;
}

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

}

.content-area .site-list .client .comment-area p {
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0.04em;
	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;
}

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

.content-area .more-link-btn a {
	display: block;
	font-family: 'NotoSansCJKjp', 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: 100%;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	border-bottom: solid 1px #EFEFEF;
}

.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: #CC0000;
}

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

.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;
}

.side-area .sub-menu .title-bar {
	width: auto;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background: #CC0000;
}

.side-area .sub-menu .title-bar h2 {
	font-family: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size: 16px;
	color: #FFF;
	padding: 4px 0px 0px 10px;
	margin: 0px;
	letter-spacing: 0.02em;
	text-shadow: #EE8F0D 0 1px 0;
}

.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;
}

.side-area .sub-menu .side-menu-list ul li a {
	font-family: 'NotoSansCJKjp', 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: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size: 16px;
	color: #91DB47;
	display: block;
	text-decoration: none;
	width: auto;
	height: 30px;
	padding: 15px 0px 0px 10px;
	background:transparent url(../img/green-arrow.png) no-repeat scroll right center;
	
}

.side-area .sub-menu .side-menu-list ul li a.lowpriced {
	font-family: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size: 16px;
	color: orange;
	display: block;
	text-decoration: none;
	width: auto;
	height: 30px;
	padding: 15px 0px 0px 10px;
	background:transparent url(../img/orange-arrow.png) no-repeat scroll right center;
	
}

/******************************/
.side-area .push-sites {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.side-area .push-sites .title-bar {
	width: auto;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background: #CC0000;
}

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

.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: #F46FA6;
	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;
}

.side-area .mark-guide .title-bar {
	width: auto;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background: #CC0000;
}

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

.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: 300px;
	height: auto;
	padding: 0px;
	margin: 0px auto 20px auto;
}

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

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

#foot-menu {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#foot-menu .title-bar {
	width: auto;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background: #CC0000;
}

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

#foot-menu .foot-menu-list {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	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;
}

#foot-menu .foot-menu-list ul li a {
	display: block;
	width: auto;
	height: 31px;
	padding: 14px 0px 0px 15px;
	margin: 0px;
	font-family: 'NotoSansCJKjp', 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-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 {
	display: none !important;
}

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

/*
#back-top span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 80px;
	height: auto;
	display: block;
	padding: 7px 5px 7px 5px;
	margin: 0px 0px 0px 10px;
	
	opacity: 0.9;
}
*/

/* #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: 0px;
	margin: 0px;
}

#middle-main-content .content-area .text-title h2 {
	font-family: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size: 18px;
	animation: headline 8s cubic-bezier(.4, 0, .2, 1) infinite alternate;
	background: linear-gradient(to right top, rgba(156, 39, 176, .6), rgba(194, 31, 160, .6), rgba(222, 38, 143, .6), rgba(242, 58, 126, .6), rgba(255, 83, 111, .6)), url(../img/raftb.jpg) center /cover no-repeat fixed;
	background-size: contain;
	width: 100%;
	height: auto;
	border: solid 1px #fff;
	outline: 1px solid rgb(255, 255, 255);
	outline-offset: -8px;
	padding:20px;
	margin:20px 0 10px 0;
	letter-spacing:0.08em;
	color: #fff;
	display: inline-block;
	box-sizing: border-box;
}

@keyframes headline {
  100% {
    filter: hue-rotate(360deg);
  }
}

#middle-main-content .content-area .text-title .pr {
	font-size: 15px;
	color: #333;
	display: inline-block;
}

#middle-main-content .content-area .text-zone .text-content h3 {
	font-family: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size:17px !important;
	color:#aa0000 !important;
	padding:12px 0px 12px 12px !important;
	margin:35px 5px 10px 0 !important;
	letter-spacing:0.08em !important;
    border-image: linear-gradient(to bottom, #7c5959 0%,#8d3636 48%,#7f0103 51%,#ed2c49 100%);
    border-image-slice: 1;
	border-left: solid 17px #880308;
}

#middle-main-content .content-area .text-zone .text-content h4 {
	font-family: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size:15px !important;
	color:#aa0000 !important;
	padding:12px !important;
	margin:20px 5px 10px 0 !important;
	letter-spacing:0.08em !important;
	border-top: solid 1px #880308 !important;
	border-bottom: solid 1px #880308 !important;
}

#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: auto;
	height: auto;
	padding: 0px;
	margin: 5px auto 5px auto;
}

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

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

#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 18px 0px;
	line-height: 24px;
	letter-spacing: 0.06em;
}

#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;
}

#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: 22px;
	letter-spacing: 0.06em;
}

#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: 20px;
	margin: 0px 0px 30px 0px;
	background: #EFEFEF;
	border: solid 1px #880308;
	-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 .push-human ul {
	overflow: hidden;
	list-style:none;
}

#middle-main-content .content-area .text-zone .text-content .push-human ul li {
	width: auto;
	height: 35px;
	padding: 0px;
	margin: 0px;
	font-family: 'NotoSansCJKjp', serif;
	font-weight: 900;
	font-size: 16px;
	color: #2D4FD6;
	
	background-image: url(../img/ul-check.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size:  auto 20px;
	padding-left: 40px;
	line-height:20px;
}

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

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

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

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

#middle-main-content .content-area .text-zone .text-content .mov-box {
	width: 280px;
	height: auto;
	padding: 0px;
	margin: 0px auto 15px 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;
}

#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: 'NotoSansCJKjp', 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: 270px;
	height: auto;
	padding: 0px;
	margin: 35px auto 35px auto;
}

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

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

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

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

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

#middle-main-content .content-area .text-zone .text-content .s-site-sum {
	width: 300px;
	height: 318px;
	padding: 0px;
	margin: 0px auto 15px auto;
}

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

#middle-main-content .content-area .text-zone .text-content .go-site {
	width: 70%;
	height: 50px;
	padding: 0px;
	margin: 0px auto 20px auto;
	background: rgb(125,87,87); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,87,87,1) 0%, rgba(141,54,54,1) 49%, rgba(128,1,3,1) 50%, rgba(233,42,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,87,87,1)), color-stop(49%,rgba(141,54,54,1)), color-stop(50%,rgba(128,1,3,1)), color-stop(100%,rgba(233,42,71,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,87,87,1) 0%,rgba(141,54,54,1) 49%,rgba(128,1,3,1) 50%,rgba(233,42,71,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,87,87,1) 0%,rgba(141,54,54,1) 49%,rgba(128,1,3,1) 50%,rgba(233,42,71,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,87,87,1) 0%,rgba(141,54,54,1) 49%,rgba(128,1,3,1) 50%,rgba(233,42,71,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,87,87,1) 0%,rgba(141,54,54,1) 49%,rgba(128,1,3,1) 50%,rgba(233,42,71,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d5757', endColorstr='#e92a47',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;
	position: -webkit-sticky;
	position: sticky;
	top: 15px;
	z-index: 9;
}

#middle-main-content .content-area .text-zone .text-content .go-site a {
	display: block;
	width: auto;
	height: 34px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	transition: all 0.3s ease;
}

#middle-main-content .content-area .text-zone .text-content .go-site a .privilege {
	margin-top: 3px;
	display: block;
	font-size: 12px;
	color: yellow;
	transition: all 0.3s ease;
}

#middle-main-content .content-area .text-zone .text-content .go-site.is-sticky a {
	padding-top: 10px;
	font-size: 12px;
}

#middle-main-content .content-area .text-zone .text-content .go-site.is-sticky a .privilege {
	margin-top: 4px;
	font-size: 16px;
}

#middle-main-content .content-area .text-zone .text-content .site-description {
	font-size: 15px;
	color: #333;
	line-height:1.5em;
}

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

#middle-main-content .content-area .text-zone .text-content .site-data-detail ul {
	overflow: hidden;
}

#middle-main-content .content-area .text-zone .text-content .site-data-detail ul li {
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0px;
	font-size: 15px;
	color: #333;
}

.s-praice {
	font-weight: bold;
	color: #CC0000;
}

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

#middle-main-content .content-area .text-zone .text-content .site-data-praice-detail ul {
	overflow: hidden;
}

#middle-main-content .content-area .text-zone .text-content .site-data-praice-detail ul li {
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0px;
	font-size: 15px;
	color: #333;
}

#middle-main-content .content-area .text-zone .text-content .site-data-company-detail ul {
	overflow: hidden;
}

#middle-main-content .content-area .text-zone .text-content .site-data-company-detail ul li {
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0px;
	font-size: 15px;
	color: #333;
}

#middle-main-content .content-area .text-zone .text-content .comment-area {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	color: #333;
	line-height: 24px;
}

#middle-main-content .content-area .text-zone .text-content .comment-area .comment-meta {
	margin-bottom: 25px;
}

#middle-main-content .content-area .text-zone .text-content .comment-area .reply {
	margin-bottom: 25px;
	border-bottom: dotted 1px #333333;
}

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

.content-area .site-list .client .fordetail {
	width: 400px;
	height: 40px;
	padding: 0px;
	margin: 5px auto 5px auto;
	background: #bd0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #bd0000 0%, #8f0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bd0000 0%,#8f0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bd0000 0%,#8f0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0000', endColorstr='#8f0000',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: #e40001; /* Old browsers */
	background: -moz-linear-gradient(top,  #e40001 0%, #e40001 12%, #dd0700 16%, #a20000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e40001 0%,#e40001 12%,#dd0700 16%,#a20000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e40001 0%,#e40001 12%,#dd0700 16%,#a20000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40001', endColorstr='#a20000',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: 50px;
	padding: 0px;
	margin: 10px auto;
	background: #0783FF;
	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: 34px;
	padding: 16px 0px 0px 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	background-image: none;
}

.content-area .site-list .client .go-site a:hover {
	background: #2c93f9;
}


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

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

#fmenu {
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	position: fixed;
	-webkit-transform: translateZ(0);
	z-index: 2000;
	left: 0px;
	bottom: 1px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
	
	
}

#fmenu ul {
	display: flex;
}

#fmenu ul li {
	width: 25%;
	height: 50px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	cursor: pointer;
}

#fmenu ul li img {
	width: 25px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 5px auto 2px auto;
}

#fmenu ul li p.u-menu-btn-text {
	font-size: 10px;
	color: #333;
	padding: 27px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
}

#fmenu ul li a {
	display: block;
	text-decoration: none;
}

#fmenu ul li.u-m-btn {
	background-image: url(https://adult.spalz.com/wp-content/themes/r2m-world/img/menu-btn.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: center 5px;
	display: block;
	padding: 5px 0px 2px 0px;
	margin: 0px auto 0px auto;
}


#fmenu ul li.u-m-btn1 {
	background-image: url(https://adult.spalz.com/wp-content/themes/r2m-world/img/home-btn.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: center 5px;
	display: block;
	padding: 5px 0px 2px 0px;
	margin: 0px auto 0px auto;
}

#fmenu ul li.u-m-btn2 {
	background-image: url(https://adult.spalz.com/wp-content/themes/r2m-world/img/u-top.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: center 5px;
	display: block;
	padding: 5px 0px 2px 0px;
	margin: 0px auto 0px auto;
}

#fmenu ul li.u-m-btn3 {
	background-image: url(https://adult.spalz.com/wp-content/themes/r2m-world/img/likeactive.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: center 5px;
	display: block;
	padding: 5px 0px 2px 0px;
	margin: 0px auto 0px auto;
}

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

.foot-shadow-menu {
	width: 80%;
	height: auto;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	border-right: solid 1px #AAA;
}

.foot-shadow-menu ul {
	overflow: hidden;
}

.foot-shadow-menu ul li {
	width: auto;
	height: 40px;
	padding: 0px;
	margin: 0px;
	background: rgb(255,255,255,0.7);
	border-bottom: solid 1px #ccc;
	border-right: none !important;
}

.foot-shadow-menu ul li.greens a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	width: auto;
	height: 25px;
	padding: 15px 0px 0px 17px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
	color: #91DB47;
	text-shadow: none !important;
	background:transparent url(../img/green-arrow.png) no-repeat scroll right center;
}

.foot-shadow-menu ul li.oranges a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	width: auto;
	height: 25px;
	padding: 15px 0px 0px 17px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
	color: orange;
	text-shadow: none !important;
	background:transparent url(../img/orange-arrow.png) no-repeat scroll right center;
}

.foot-shadow-menu ul li.cheeps a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	width: auto;
	height: 25px;
	padding: 15px 0px 0px 17px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
	color: #2E90C0;
	text-shadow: none !important;
	background:transparent url(../img/blue-arrow.png) no-repeat scroll right center;
}

.foot-shadow-menu ul li.smenucontent a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	width: auto;
	height: 25px;
	padding: 15px 0px 0px 17px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
	color: #FB708A;
	text-shadow: none !important;
	background:transparent url(../img/pink-arrow.png) no-repeat scroll right center;
}

.foot-shadow-menu ul li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	width: auto;
	height: 25px;
	padding: 15px 0px 0px 17px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
	color: #FFF;
	text-shadow: #000 0 1px 0;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}


.foot-shadow-menu ul li.title1 {
	width: auto;
	height: 26px;
	background: rgb(255,255,255,0.9);
	color: #91DB47;
	border-bottom: solid 3px #91DB47;
	border-right: none !important;
	padding: 0px 0px 0px 10px;

}

.foot-shadow-menu ul li.title2 {
	width: auto;
	height: 26px;
	background: rgb(255,255,255,0.9);
	color: #2E90C0;
	border-bottom: solid 3px #2E90C0;
	border-right: none !important;
	padding: 0px 0px 0px 10px;

}

.foot-shadow-menu ul li.title3 {
	width: auto;
	height: 26px;
	background: rgb(255,255,255,0.9);
	color: #FB708A;
	border-bottom: solid 3px #FB708A;
	border-right: none !important;
	padding: 0px 0px 0px 10px;

}

.foot-shadow-menu ul li.title4 {
	width: auto;
	height: 26px;
	background: rgb(255,255,255,0.9);
	color: orange;
	border-bottom: solid 3px orange;
	border-right: none !important;
	padding: 0px 0px 0px 10px;

}

.foot-shadow-menu ul li.title p {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.foot-shadow-menu ul li.image-box {
	width: 100%;
	height: auto;
}

.foot-shadow-menu ul li.image-box img {
	width: 100%;
}



/** グローバルナビ */
.globalnav {
    display: none;
}
.globalnav .close {
    display: none;
}
.foot-shadow-menu.open .globalnav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 40%;
    height: calc(100% - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
}
.foot-shadow-menu.open .globalnav li {
    display: block;
}
.foot-shadow-menu.open .globalnav li:hover {
    background: transparent;
}
.foot-shadow-menu.open .globalnav .dropdown {
    display: block;
    position: static;
    background: transparent;
}
.active .nav-button span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}
.active .nav-button span:nth-of-type(2) {
    opacity: 0;
}
.active .nav-button span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
}
#head-area .foot-shadow-menu .globalnav > li {
    padding: 20px 10px 0;
}
#head-area .foot-shadow-menu .globalnav > li > a {
    color:#FFF;
    font-size:20px;
    text-decoration: underline;
}
#head-area .foot-shadow-menu .globalnav > li.dropdown-btn > a {
    text-decoration: none;
}
.dropdown {
    padding-left:1em;
}
.dropdown > li {
    line-height: 2.0;
}
.dropdown > li > a {
    color:#FFF;
    font-size:16px;
}
body.open {
    overflow: hidden;
}

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

.swiper-container {
	width: 600px !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, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


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

.swiper-slide .link-title .client-link-title {
	font-size: 14px;
	color: #FF0066 !important;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	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, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0px;
	margin: 0px;
	display: block;
}

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


h3.sw-title {
	font-size: 20px;
	color: #FF4775;
	padding: 5px 0px 7px 0px;
	margin: 35px 0px 2px 0px;
	letter-spacing: 0.02em;
	border-bottom: dotted 3px #F46FA6;
	line-height: 26px;
}

.like-list-box {
	width: auto;
	height: 100px;
	padding: 7px;
	margin: 0px 0px 3px 0px;
	border: solid 2px #CC0000;
	background: #FFF;
}

.like-list-box .like-list-sum {
	width: 60px;
	height: 92px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.like-list-box .like-list-sum:hover {
	opacity: 0.6;
}

.like-list-box .like-list-sum img {
	width: 60px;
	height: 92px;
	border: none;
}

.like-list-box .like-list-name {
	overflow: hidden;
	width: auto;
	height: 30px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.like-list-box .like-list-name a {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	padding: 0px;
	margin: 0px;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.like-list-box .like-list-name a:hover {
	opacity: 0.6;
}

.like-list-box .delete-btn {
	float: right;
	width: 70px;
	height: 20px;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	border: solid 1px #880308;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	position: relative;
	top: -52px;
	left: 0px;
	z-index: 25;
	cursor: pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.like-list-box .delete-btn p.delete-text {
	font-size: 14px;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #CC0000;
	padding: 0px;
	margin: 0px;
}

.like-list-box .delete-btn:hover {
	opacity: 0.6;
}
.like-list-box .like-delete-go {
	overflow: hidden;
	width: 250px;
	height: auto;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	display: block;
	position: relative;
	top: -25px;
	left: 0px;
	z-index: 10;
}

.like-list-box .like-delete-go ul li {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 20px auto;
	float: left;
}

.like-list-box .like-delete-go ul li:hover {
	opacity: 0.6;
}

.like-list-box .like-delete-go ul li.detail-go {
	width: 85px;
	height: 35px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	background: #ac47ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ac47ff 0%, #ff0066 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ac47ff 0%,#ff0066 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ac47ff 0%,#ff0066 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac47ff', endColorstr='#ff0066',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
	cursor: pointer;
	box-shadow: 3px 3px 0px #880308;
	-moz-box-shadow: 3px 3px 0px #880308;
	-webkit-box-shadow: 3px 3px 0px #880308;
}

.like-list-box .like-delete-go ul li.detail-go a {
	display: block !important;
	width: auto !important;
	height: 23px !important;
	padding: 12px 0px 0px 0px !important;
	margin: 0px !important;
	text-decoration: none !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-shadow: none !important;
}

.like-list-box .like-delete-go ul li.goto-site {
	width: 85px;
	height: 35px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: #4756ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #4756ff 0%, #00e9ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4756ff 0%,#00e9ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4756ff 0%,#00e9ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4756ff', endColorstr='#00e9ff',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
	cursor: pointer;
	box-shadow: 3px 3px 0px #000066;
	-moz-box-shadow: 3px 3px 0px #000066;
	-webkit-box-shadow: 3px 3px 0px #000066;
}

.like-list-box .like-delete-go ul li.goto-site a {
	display: block !important;
	width: auto !important;
	height: 23px !important;
	padding: 12px 0px 0px 0px !important;
	margin: 0px !important;
	text-decoration: none !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-shadow: none !important;
}

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

#middle-main-content .content-area .text-zone .text-content .like-btn {
	width: 70%;
	height: 40px;
	padding: 0px;
	margin: 30px auto 10px auto;
	background: rgb(125,87,87); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,87,87,1) 0%, rgba(141,54,54,1) 49%, rgba(128,1,3,1) 50%, rgba(233,42,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,87,87,1)), color-stop(49%,rgba(141,54,54,1)), color-stop(50%,rgba(128,1,3,1)), color-stop(100%,rgba(233,42,71,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,87,87,1) 0%,rgba(141,54,54,1) 49%,rgba(128,1,3,1) 50%,rgba(233,42,71,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,87,87,1) 0%,rgba(141,54,54,1) 49%,rgba(128,1,3,1) 50%,rgba(233,42,71,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,87,87,1) 0%,rgba(141,54,54,1) 49%,rgba(128,1,3,1) 50%,rgba(233,42,71,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,87,87,1) 0%,rgba(141,54,54,1) 49%,rgba(128,1,3,1) 50%,rgba(233,42,71,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d5757', endColorstr='#e92a47',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;
	cursor: pointer;
}

#middle-main-content .content-area .text-zone .text-content .like-btn p.like-text {
	display: block;
	width: auto;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

#middle-main-content .content-area .text-zone .text-content .like-btn:hover {
	opacity: 0.6;
}

.rw-ui-mobile-wrapper {
	display: none;
}

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

.point-icon {
	background-image: url(../img/pointer.png);
	background-repeat: no-repeat;
	width:20px;
	height:39px;
	padding:0;
	margin:-55px 0 10px 0;
	display: block;
	position: relative;
	top: 40px;
	left: -1px;
	z-index: 10;
}

#beginner-banner {
	width: 584px;
	height: 150px;
	padding: 0;
	margin: 0 auto;
	cursor: pointer;
	border: solid 1px #ccc;
}

#beginner-banner img {
	width: 584px;
	height: 150px;
}

#beginner-banner:hover {
	opacity: 0.6;
}

p.expert-commentary {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.08em;
	width: auto;
	height: auto;
	padding: 18px !important;
	margin: 15px auto 30px auto !important;
	background: #EEE !important;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-weight: bold !important;
}

p.expert-commentary2 {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.08em;
	width: auto;
	height: auto;
	padding: 18px !important;
	margin: 15px auto 65px auto !important;
	background: #EEE !important;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-weight: bold !important;
}

.more-know-btn {
	width: 60%;
	height: 65px;
	padding: 0;
	margin: 20px auto 20px auto;
	animation: headline 8s cubic-bezier(.4, 0, .2, 1) infinite alternate;
	background: linear-gradient(to right top, rgba(156, 39, 176, .6), rgba(194, 31, 160, .6), rgba(222, 38, 143, .6), rgba(242, 58, 126, .6), rgba(255, 83, 111, .6)), url(../img/raftb.jpg) center /cover no-repeat fixed;
	background-size: contain;
	text-align: center;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: solid 1px #fff;
	outline: 1px solid rgb(255, 255, 255);
	outline-offset: -8px;
	cursor: pointer !important;
}

.more-know-btn a {
	width: auto;
	height: 40px;
	display: block;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: bold !important;
	padding: 25px 0 0 0 !important;
	margin: 0 !important;
	letter-spacing: 0.06em !important;
	text-shadow: none !important;
}

.beginners-guide {
	width: auto;
	height: auto;
	padding: 20px!important;
	margin:0;
	/*display: none;*/
}

.beginners-guide p {
	font-size: 16px;
	color: #333;
	padding: 0;
	margin: 0 0 15px 0;
	letter-spacing:0.1em;
	line-height: 28px;
}

.beginners-guide p.u_space {
	margin-bottom:50px !important;
}

.beginners-guide h2 {
	animation: headline 8s cubic-bezier(.4, 0, .2, 1) infinite alternate;
	background: linear-gradient(to right top, rgba(156, 39, 176, .6), rgba(194, 31, 160, .6), rgba(222, 38, 143, .6), rgba(242, 58, 126, .6), rgba(255, 83, 111, .6)), url(../img/raftb.jpg) center /cover no-repeat fixed;
	background-size: contain;
	width: auto;
	height: auto;
	font-size:16px;
	border: solid 1px #fff;
	outline: 1px solid rgb(255, 255, 255);
	outline-offset: -8px;
	padding:20px;
	margin:20px 0 10px 0;
	letter-spacing:0.08em;
	color: #fff;
	/*background: linear-gradient(to right top, #CC0000, #CC0000, #ffffff, #880308, #880308)*/
}

@keyframes headline {
  100% {
    filter: hue-rotate(360deg);
  }
}

.beginners-guide h3 {
	font-size:16px !important;
	color:#aa0000 !important;
	padding:12px 0px 12px 12px !important;
	margin:35px 5px 10px 0 !important;
	letter-spacing:0.08em !important;
    border-image: linear-gradient(to bottom, #7c5959 0%,#8d3636 48%,#7f0103 51%,#ed2c49 100%);
    border-image-slice: 1;
	border-left: solid 17px #880308;

}

.beginners-guide h4 {
	font-size:15px !important;
	color:#aa0000 !important;
	padding:12px !important;
	margin:20px 5px 10px 0 !important;
	letter-spacing:0.08em !important;
	border-top: solid 1px #880308 !important;
	border-bottom: solid 1px #880308 !important;
}

.beginners-guide a {
	color: #3366FF;
}

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

.check-list {
	width:80%;
	height:auto;
	padding:0;
	margin:10px auto 50px auto;
}

.check-list ul li.checkbox {
	width:auto;
	height:50px;
	padding:15px 15px 15px 50px;
	margin:0;
	border-bottom:solid 1px #ccc;
	font-size:15px;
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position:1% 50%;
	font-weight:bold;
	color:#555;
}

table.check-table {
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto 50px auto;
	border:solid 1px #CC0000;
	border-collapse: collapse;
}

table.check-table tr td {
	height:auto;
	padding:17px;
	margin:0;
	border:solid 1px #CC0000;
	font-size:15px;
	color:#444;
	line-height:24px;
}

table.check-table tr td span {
	display:block;
	margin:10px 0 10px 0;
}

table.check-table tr td.check-left {
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position:3% 50%;
	padding-left:55px;
	width:50%;
}

table.check-table tr td.check-left2 {
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position:3% 50%;
	padding-left:55px;
	width:50%;
}

table.check-table caption {
	border-top:solid 1px #CC0000;
	border-left:solid 1px #CC0000;
	border-right:solid 1px #CC0000;
	padding:13px;
	font-weight:bold;
	color:#fff;
	background:#CC0000;
}

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

table.service-list {
	width:100%;
	height:auto;
	padding:0;
	margin:15px auto 50px auto;
	border:solid 1px #880308;
	border-collapse: collapse;
}

table.service-list caption {
	border-top:solid 1px #880308;
	border-left:solid 1px #880308;
	border-right:solid 1px #880308;
	padding:13px;
	font-weight:bold;
	color:#fff;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

table.service-list td {
	border:solid 1px #880308;
	padding:10px;
	font-size:14px;
	color:#333;
	margin:0;
	letter-spacing:0.04em;
	line-height:24px;
}

table.service-list td.title-left {
	width:40%;
}

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

table.erochat-price-list {
	width:100%;
	height:auto;
	padding:0;
	margin:15px auto 50px auto;
	border:solid 1px #880308;
	border-collapse: collapse;

}

table.erochat-price-list caption {
	border-top:solid 1px #880308;
	border-left:solid 1px #880308;
	border-right:solid 1px #880308;
	padding:13px;
	font-weight:bold;
	color:#fff;
	background:#880308;
}

table.erochat-price-list td {
	border:solid 1px #880308;
	padding:10px;
	font-size:14px;
	color:#333;
	margin:0;
	letter-spacing:0.04em;
	line-height:24px;
}

table.erochat-price-list td.title-left {
	width:35%;
}


.intro-link-list {
	width:auto;
	height:auto;
	padding:0;
	margin:0 auto 50px auto;
}

.intro-link-list ul li {
	width:65%;
	height:50px;
	padding:0;
	margin:20px auto 30px auto;
	text-align:center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background:#006bcc;
	opacity:1;
	overflow:hidden;
	position:relative;
	cursor: pointer;
}

.intro-link-list ul li a {
	display:block;
	width:auto;
	height:50px;
	padding:17px 0 0 0;
	margin:0;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#fff !important;
}


/*********/

.table-title-flag {
	width: 80px;
	height: 30px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: #CC0000;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	text-align: center;
	position: relative;
	top: 40px;
	left: 150px;
	z-index: 10;
}

.table-title-flag p {
	font-size: 17px !important;
	font-weight: bold !important;
	color: #FFF !important;
	padding: 6px 0px 0px 0px !important;
	margin: 0px !important;
	letter-spacing: 0.1em !important;
	text-shadow: none !important;
}

.table-of-contents {
	width: 60%;
	height: auto;
	padding: 10px;
	margin: 40px auto 40px auto;
	border: solid 3px #CC0000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
}

.table-of-contents ul {
	overflow: hidden;
}

.table-of-contents ul li {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0px;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6ä»¥ä¸Š */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

.table-of-contents ul li a {
	font-size: 15px !important;
	color: #0033FF !important;
	padding: 0px !important;
	margin: 0px !important;
	letter-spacing: 0.06em !important;
}

.table-of-contents ul li.second {
	padding: 12px 0px 12px 20px !important;
}

.table-of-contents ul li.third {
	padding: 12px 0px 12px 40px !important;
}

.table-of-contents ul li.fourth {
	padding: 12px 0px 12px 60px !important;
}

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

.pr-btn {
	width:25px;
	height:17px;
	padding:0;
	margin:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	display: block;
	position: relative;
	top: 10px;
	left: 2px;
	z-index: 3;
}

.pr-btn img {
	width:25px;
	height:17px;
	padding:0;
	margin:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	display: block;
	position: relative;
	top: 0px;
	left: 2px;
	z-index: 3;
}

.regist-step-images {
	width:180px;
	height:200px;
	overflow:hidden;
	border:solid 5px #CC0000;
	float:left;
	padding:0;
	margin:0px 20px 20px 0;
}
.regist-step-images:hover {
	opacity:0.6;
}

.regist-step-images img {
	width:100%;
}

.regist-step-guide {
	width:auto;
	height:auto;
	padding:4px 4px 4px 8px;
	margin:0 0 15px 0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	display:block;
	overflow:hidden;
	text-shadow:none;
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

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

.sum-image-t {
	width: 150px;
	height: 128px;
	padding: 0;
	margin: 0 10px 10px 0;
	float: left;
}

.sum-image-t img {
	width: 150px;
	height: 128px;
}

.beginner-title-image {
	width: 584px;
	height: 137px;
	padding:0;
	margin: 0 auto 20px auto;
}

.beginner-title-image img {
	width: 584px;
	height: 137px;
}

.sub-image {
	width: 200px;
	height: 200px;
	padding: 0;
	margin: 0 10px 10px 0;
	float: left;
}

.sub-image img {
	width: 200px;
	height: 200px;
}

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

.step-close-btn {
	width: 110px;
	height: 34px;
	padding: 0;
	margin: 0;
	background: -webkit-linear-gradient(top, #CC0000 0%, #880308 100%);
	-webkit-border-radius: 45px;
	border-radius: 45px;
	text-align: center;
	cursor: pointer;
	display: block;
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 100;
	opacity: 0.8;
}

.step-close-btn p {
	font-size: 12px !important;
	font-weight: bold !important;
	text-shadow: none !important;
	color: #fff !important;
	padding: 5px 0 0 0 !important;
	margin: 0 !important;
}

.step-close-btn .stepclosetext {
	display: none;
}

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

a.blog-card-links {
	text-decoration: none;
	
}

.blog-flag {
	width:115px;
	height:15px;
	padding:7px 8px 2px 8px;
	margin:0 5px 2px 0;
	background: #ff4775;
	background: -moz-linear-gradient(top,  #ff4775 0%, #ad47fd 100%);
	background: -webkit-linear-gradient(top,  #ff4775 0%,#ad47fd 100%);
	background: linear-gradient(to bottom,  #ff4775 0%,#ad47fd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4775', endColorstr='#ad47fd',GradientType=0 );
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	text-align: center;
	display: block;
	position: relative;
	top: 10px;
	left: 20px;
	z-index: 10;

}

#blog-card {
	width: 90%;
	height: auto;
	padding: 16px;
	margin: 10px auto 35px auto;
	background: #EEEEEE;
	box-shadow:inset 0px -10px 30px #EFEFEF;
	box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	-webkit-box-shadow: 1px 1px 3px #333;
}

#blog-card .bc-image {
	width: 160px;
	height: 63px;
	padding: 0;
	margin: 0 16px 10px 0;
	float: left;
}

#blog-card .bc-image img {
	width: 160px;
	height: 63px;
	padding: 0;
	margin: 0;
}

#blog-card .bc-image2 {
	width: 160px;
	height: 38px;
	padding: 0;
	margin: 0 16px 10px 0;
	float: left;
}

#blog-card .bc-image2 img {
	width: 160px;
	height: 38px;
	padding: 0;
	margin: 0;
}

#blog-card .bc-image3 {
	width: 160px;
	height: 94px;
	padding: 0;
	margin: 0 16px 10px 0;
	float: left;
}

#blog-card .bc-image3 img {
	width: 160px;
	height: 94px;
	padding: 0;
	margin: 0;
}

#blog-card .right-box {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#blog-card .right-box p {
	font-size: 15px !important;
	color: #555 !important;
	line-height: 24px !important;
}

#blog-card .right-box p.site-title {
	font-size: 18px;
	font-weight: bold;
	color: #777;
	letter-spacing: 0.06em;
	line-height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
	background: -webkit-linear-gradient(top, #ff4775 0%, #ad47fd 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
