@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding-top: 70px;
	-webkit-text-size-adjust: none;
	background: #FFF;
	line-height:1;
	border: none !important;
}

h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] {
  position: relative;
}
h1[id]:before, h2[id]:before, h3[id]:before, h4[id]:before, h5[id]:before, h6[id]:before {
  content: '';
  display: block;
  height: 70px;
  margin-top: -70px;
}

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

.gra-blue {
	color: #3366FF;
	font-size: 20px;
	line-height: 24px;
}

.pink {
	color: #F850B5;
}

.pink2 {
	color: #CC0066;
}

.red {
	color: #FF0000;
}

.redb {
	color: #FF0000;
	font-weight: bold;
	font-size: 15px;
}

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

.day {
	color: #565656;
}

.green {
	color: #009900;
}

.yellow {
	color: #FF9900;
}

.brown {
	color: #993300;
}


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

.clear {
	clear: both;
}

.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_box {
	width: 640px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
}

#head_box .head_bar {
	width: 640px;
	height: 50px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border-bottom: solid 3px #880308;
	
}

#head_box .head_bar .logo_box {
	width: 250px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/n-logo_gb.png);
	background-repeat: no-repeat;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: left;
}

#head_box .head_bar .logo_box p {
	width: 130px;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	display: block;
	position: relative;
	z-index: 1;
	left: 104px;
	top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow: hidden;
}

#head_box .head_bar .j-search-btn {
	width: 34px;
	height: auto;
	padding: 9px 5px 0px 7px;
	margin: 0px;
	float: right;
}
#head_box .head_bar .j-search-btn img {
	width: 100%;
}
#head_box .head_bar .j-search-btn img:hover {
	opacity: 0.6;
	cursor: pointer;
}

#head_box .j-search-block {
	width: auto;
	height: auto;
	padding: 12px;
	margin: 0px;
	background: #FFF;
	box-shadow:inset 0px -10px 30px #CCC;
	/*display: none;*/
}

#head_box .j-search-block .search-left {
	width: 50%;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#head_box .j-search-block .search-right {
	width: 50%;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: right;
}


#head_box .j-search-block .search-one {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#head_box .j-search-block .search-one p {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

#head_box .j-search-block .search-one select {
	width: 80%;
	font-size: 14px;
	padding: 1px;
	border: solid 1px #570051;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	color: #555;
	cursor: pointer;
}
.main_box > .title {
	color: #FFF;
	padding-bottom: 8px;
}

#head_box .head_bar .btn_box {
	width: 40px;
	height: auto;
	padding: 9px 5px 0px 7px;
	margin: 0px;
	float: right;
}

#head_box .head_bar .btn_box img:hover {
	opacity: 0.6;
}

#head_box .main-title {
	width: auto;
	height: auto;
	padding: 7px;
	margin: 0;
	background-image: url(../img/main-title-bg.jpg);
	background-repeat: repeat;
	background-position: center bottom;
	text-align: center;
}

#head_box .main-title h1 {
	font-size: 20px;
	color: #CC0000;
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	padding: 0;
	margin: 0;
	letter-spacing: 0.13em;
	line-height: 25px;
}

#head_box .main-title h1 span {
	display: block;
	font-size: 17px;
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

#head_box .image_box {
	clear: both;
	width: auto;
	height: auto;
	border: solid 1px #000;
	padding: 0px;
	margin: 0px;
	background: #333;
}

#head_box .image_box marquee {
	height: 60px;
}

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

#navigation {
	width: 640px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
}

#navigation .title {
	width: auto;
	height: 30px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border-bottom: solid 3px #880308;
	border-top: solid 1px #AAA;
}

#navigation .title h2 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-shadow: #FFF 0 1px 0;
	padding: 8px 0px 0px 5px;
	margin: 0px;
}

#navigation .icon_box {
	width: auto;
	height: auto;
	padding: 8px;
	margin: 0px;
	background: #FFF;
	box-shadow:inset 0px -10px 30px #AAA;
	border-bottom: solid 1px #CCC;
}

#navigation .icon_box ul {
	overflow: hidden;
	padding:5px 0 5px 5px !important;
}

#navigation .icon_box li {
	width: 23%;
	height: auto;
	padding: 0px;
	margin: 0px 4px 0px 5px;
	float: left;
}

#navigation .icon_box li img:hover {
	opacity: 0.6;
}

#navigation .icon_box .junle_btn {
	cursor: pointer;
}

#navigation .icon_box .contents {
	cursor: pointer;
}

#navigation .icon_box .func_btn {
	cursor: pointer;
}

#navigation .icon_box .ceep_btn {
	cursor: pointer;
}

#navigation .icon_box2 {
	width: auto;
	height: auto;
	padding: 8px;
	margin: 0px;
	background: #FFF;
	box-shadow:inset 0px -10px 30px #AAA;
	border-bottom: solid 1px #CCC;
	display: none;
}

#navigation .icon_box2 ul {
	overflow: hidden;
}

#navigation .icon_box2 li {
	width: 23%;
	height: auto;
	padding: 0px;
	margin: 3px 5px 8px 7px !important;
	float: left;
}

#navigation .icon_box2 li img:hover {
	opacity: 0.6;
}

#navigation .icon_box3 {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-top: solid 1px #AAA;
	display: none;
}

#navigation .icon_box3 ul {
	overflow: hidden;
}

#navigation .icon_box3 li {
	width: auto;
	height: 35px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-bottom: solid 1px #AAA;
	
}

#navigation .icon_box3 li h3 {
	padding: 0px;
	margin: 0px;
}

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

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

#navigation .icon_box4 {
	width: auto;
	height: auto;
	padding: 8px;
	margin: 0px;
	background: #FFF;
	box-shadow:inset 0px -10px 30px #AAA;
	border-bottom: solid 1px #CCC;
	display: none;
}

#navigation .icon_box4 ul {
	overflow: hidden;
}

#navigation .icon_box4 li {
	width: 23%;
	height: auto;
	padding: 0px;
	margin: 3px 5px 8px 7px !important;
	float: left;
}

#navigation .icon_box4 li img:hover {
	opacity: 0.6;
}

#navigation .icon_box5 {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-top: solid 1px #AAA;
	display: none;
}

#navigation .icon_box5 ul {
	overflow: hidden;
}

#navigation .icon_box5 li {
	width: auto;
	height: 35px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-bottom: solid 1px #AAA;
	font-weight:bold;
}

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


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

#welcome_bord {
	width: 640px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
}

#welcome_bord .title {
	width: auto;
	height: 30px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border-bottom: solid 3px #880308;
}

#welcome_bord .title h2 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-shadow: #FFF 0 1px 0;
	padding: 8px 0px 0px 5px;
	margin: 0px;
	display: inline-block;
}

#welcome_bord .title h2.ja {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #CC0000;
	text-shadow: none !important;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	padding: 9px 0px 0px 5px;
	margin: 0px;
}

#welcome_bord .text_box {
	width: auto;
	height: auto;
	padding: 12px;
	margin: 0px;
	background: #333;
}

#welcome_bord .text_box .text_in_box {
	width: auto;
	height: auto;
	padding: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
	background-image: url(../img/welcome_girl.jpg);
	background-repeat: no-repeat;
	box-shadow:inset 0px -10px 30px #AAA;
	border: solid 2px #880308;
}

#welcome_bord .text_box .text_in_box2 {
	width: auto;
	height: auto;
	padding: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
	background-image: url(../img/welcome_girl2.jpg);
	background-repeat: no-repeat;
	box-shadow:inset 0px -10px 30px #AAA;
	border: solid 2px #880308;
}

#welcome_bord .text_box .text_in_box3 {
	width: auto;
	height: auto;
	padding: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
	background-image: url(../img/welcome_girl3.jpg);
	background-repeat: no-repeat;
	box-shadow:inset 0px -10px 30px #AAA;
	border: solid 2px #880308;
}

#welcome_bord .text_box .text_in_box4 {
	width: auto;
	height: auto;
	padding: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
	box-shadow:inset 0px -10px 30px #AAA;
	border: solid 2px #880308;
}

#welcome_bord .text_box .text_in_box4 ul {
	overflow: hidden;
}

#welcome_bord .text_box .text_in_box4 ul li.telmani {
	width: 35px;
	height: 20px;
	padding: 0px;
	margin: 0px 7px 5px 0px;
	float: left;
	
}

#welcome_bord .text_box .text_in_box5 {
	width: auto;
	height: auto;
	padding: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
	background-image: url(../img/welcome_girl5.jpg);
	background-repeat: no-repeat;
	box-shadow:inset 0px -10px 30px #AAA;
	border: solid 2px #880308;
}

#welcome_bord .text_box .text_in_box6 {
	width: auto;
	height: auto;
	padding: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
	background-image: url(../img/welcome_girl6.jpg);
	background-repeat: no-repeat;
	box-shadow:inset 0px -10px 30px #AAA;
	border: solid 2px #880308;
}

#welcome_bord .text_box .text_in_box7 {
	width: auto;
	height: auto;
	padding: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
	background-image: url(../img/welcome_girl7.jpg);
	background-repeat: no-repeat;
	box-shadow:inset 0px -10px 30px #AAA;
	border: solid 2px #880308;
}

#welcome_bord .text_box .text_in_box7 a {
	color: #2D4FD6;
}

#welcome_bord .text_box .text_in_box8 {
	width: auto;
	height: auto;
	padding: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
	background-image: url(../img/welcome_girl8.jpg);
	background-repeat: no-repeat;
	box-shadow:inset 0px -10px 30px #AAA;
	border: solid 2px #880308;
}

#welcome_bord .text_box .text_in_box a,#welcome_bord .text_box .text_in_box2 a,#welcome_bord .text_box .text_in_box3 a,#welcome_bord .text_box .text_in_box4 a,#welcome_bord .text_box .text_in_box5 a,#welcome_bord .text_box .text_in_box6 a,#welcome_bord .text_box .text_in_box7 a,#welcome_bord .text_box .text_in_box8 a {
	color: #2D4FD6;
}

#welcome_bord .text_box .text_in_box:hover,#welcome_bord .text_box .text_in_box2:hover,#welcome_bord .text_box .text_in_box3:hover,#welcome_bord .text_box .text_in_box4:hover,#welcome_bord .text_box .text_in_box5:hover,#welcome_bord .text_box .text_in_box6:hover,#welcome_bord .text_box .text_in_box7:hover,#welcome_bord .text_box .text_in_box8:hover {
	box-shadow:inset 0px -1200px 90px #FFF;
}

#welcome_bord .text_box .text_in_box h3,#welcome_bord .text_box .text_in_box2 h3,#welcome_bord .text_box .text_in_box3 h3,#welcome_bord .text_box .text_in_box4 h3,#welcome_bord .text_box .text_in_box5 h3,#welcome_bord .text_box .text_in_box6 h3,#welcome_bord .text_box .text_in_box7 h3,#welcome_bord .text_box .text_in_box8 h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #CC0000;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	font-weight: bold;
}

#welcome_bord .text_box .text_in_box h4,#welcome_bord .text_box .text_in_box2 h4,#welcome_bord .text_box .text_in_box3 h4,#welcome_bord .text_box .text_in_box4 h4,#welcome_bord .text_box .text_in_box5 h4,#welcome_bord .text_box .text_in_box6 h4,#welcome_bord .text_box .text_in_box7 h4,#welcome_bord .text_box .text_in_box8 h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	padding: 8px 0 8px 0 !important;
	margin: 0px 0px 10px 5px;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #FF0000;
	font-weight: bold;
	line-height: 20px;
	border-top: solid 1px #CC0000 !important;
	border-bottom: solid 1px #CC0000 !important;
}

#welcome_bord .text_box .text_in_box p,#welcome_bord .text_box .text_in_box2 p,#welcome_bord .text_box .text_in_box3 p,#welcome_bord .text_box .text_in_box4 p,#welcome_bord .text_box .text_in_box5 p,#welcome_bord .text_box .text_in_box6 p,#welcome_bord .text_box .text_in_box7 p,#welcome_bord .text_box .text_in_box8 p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #111;
	text-shadow: #FFF 0 1px 0;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 24px;
	letter-spacing: 0.06em;
}

#welcome_bord .text_box .text_in_box4 p.u_space,#welcome_bord .text_box .text_in_box3 p.u_space,#welcome_bord .text_box .text_in_box2 p.u_space,#welcome_bord .text_box .text_in_box p.u_space,#welcome_bord .text_box .text_in_box5 p.u_space,#welcome_bord .text_box .text_in_box6 p.u_space,#welcome_bord .text_box .text_in_box7 p.u_space,#welcome_bord .text_box .text_in_box8 p.u_space {
	margin-bottom: 35px;
}

/*
#welcome_bord .text_box .text_in_box4 p.u_space .bold-text,#welcome_bord .text_box .text_in_box3 p.u_space .bold-text,#welcome_bord .text_box .text_in_box2 p.u_space .bold-text,#welcome_bord .text_box .text_in_box p.u_space .bold-text,#welcome_bord .text_box .text_in_box5 p.u_space .bold-text,#welcome_bord .text_box .text_in_box6 p.u_space .bold-text,#welcome_bord .text_box .text_in_box7 p.u_space,#welcome_bord .text_box .text_in_box8 p.u_space .bold-text {
	font-weight: bold;
}
*/

#welcome_bord .text_box .text_in_box8 p .bold-text {
	font-weight: bold;
}

#welcome_bord .text_box .bold-sp-text {
	font-weight: bold;
}


#welcome_bord .text_box .text_in_box span a {
	color: #0033FF;
}

#welcome_bord .text_box .text_in_box h5,#welcome_bord .text_box .text_in_box2 h5,#welcome_bord .text_box .text_in_box3 h5,#welcome_bord .text_box .text_in_box4 h5,#welcome_bord .text_box .text_in_box5 h5,#welcome_bord .text_box .text_in_box6 h5,#welcome_bord .text_box .text_in_box7 h5,#welcome_bord .text_box .text_in_box8 h5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	padding: 0px;
	margin: 15px 0px 10px 0px;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #FF0000;
	font-weight: bold;
	line-height: 23px;
	border-bottom: double 2px #CC0000;
	overflow: hidden;
}

#welcome_bord .text_box p.sub-text {
	font-size: 14px;
	text-shadow: #FFF 0 1px 0;
	padding: 0px;
	margin: 0px 0px 12px 15px;
	color: #333333;
	line-height: 23px;
	font-weight: bold;
}

#welcome_bord .text_box p.sub-text2 {
	font-size: 14px;
	text-shadow: #FFF 0 1px 0;
	padding: 0px;
	margin: 0px 0px 65px 15px;
	color: #333333;
	line-height: 23px;
	font-weight: bold;
}

/**20200219jusqua**/

#welcome_bord .text_box .text_in_box .area-rank-link {
	width: 290px;
	height: auto;
	padding: 0px;
	margin: 0px auto 10px auto;
	text-align: center;
}

#welcome_bord .text_box .text_in_box4 .detail-rank-imagebox,#welcome_bord .text_box .text_in_box4 .detail-rank-imagebox2 {
	width: 580px;
	height: auto;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}

#welcome_bord .text_box .text_in_box4 .detail-rank-imagebox img,#welcome_bord .text_box .text_in_box4 .detail-rank-imagebox2 img {
	width: 100%;
}

#welcome_bord .text_box .text_in_box4 .detail-rank-imagebox2 {
	margin-bottom: 55px;
}

#welcome_bord .text_box .text_in_box4 .henkatsu {
	width: auto;
	height: auto;
	padding: 17px;
	margin: 0 auto;
	background: #777777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#welcome_bord .text_box .text_in_box4 .henkatsu p {
	font-size: 16px;
	font-weight: normal !important;
	color: #FFF !important;
	padding: 0px;
	margin: 0px;
	line-height: 23px;
	letter-spacing: 0.06em;
	text-shadow: none !important;
}

#welcome_bord .text_box .text_in_box4 .point-mark {
	background-image: url(../img/detailrank/push.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	display: block;
	position: relative;
	top: 15px;
	left: 5px;
	z-index: 10;
}

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

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

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

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

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

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

#welcome_bord .text_box .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;
}

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

#welcome_bord .text_box .like-list-box .delete-btn {
	float: right;
	width: 70px;
	height: 20px;
	padding: 5px 0px 0px 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: -47px;
	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 */

}

#welcome_bord .text_box .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;
}

#welcome_bord .text_box .like-list-box .delete-btn:hover {
	opacity: 0.6;
}
#welcome_bord .text_box .like-list-box .like-delete-go {
	overflow: hidden;
	width: auto;
	height: auto;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

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

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

#welcome_bord .text_box .like-list-box .like-delete-go ul li.detail-go {
	width: 100px;
	height: 35px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	background: #CC0000;
	-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: 4px 4px 0px #880308;
	-moz-box-shadow: 4px 4px 0px #880308;
	-webkit-box-shadow: 4px 4px 0px #880308;
}

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

#welcome_bord .text_box .like-list-box .like-delete-go ul li.goto-site {
	width: 100px;
	height: 35px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: #3366FF;
	-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: 4px 4px 0px #000066;
	-moz-box-shadow: 4px 4px 0px #000066;
	-webkit-box-shadow: 4px 4px 0px #000066;
}

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

















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

#welcome_bord .mov_bg {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 0px;
	background: #333;
}

#welcome_bord .mov_bg .one_mov {
	width: auto;
	height: auto;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
	box-shadow:inset 0px -10px 30px #AAA;
	border: solid 2px #880308;
}

#welcome_bord .mov_bg .one_mov a {
	text-decoration: none;
	display: block;
}

#welcome_bord .mov_bg .one_mov .title_box {
	width: auto;
	height: 35px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#welcome_bord .mov_bg .one_mov .title_box h3 {
	font-size: midium;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	color: #CC0000;
	text-shadow: #AAA 0 1px 0;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

#welcome_bord .mov_bg .one_mov .img_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#welcome_bord .mov_bg .one_mov .img_box img {
	border: solid 1px #880308;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#welcome_bord .next_box {
	width: auto;
	height: 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 */
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	padding: 0px;
	margin: 0px;
}

#welcome_bord .next_box ul {
	overflow: hidden;
}

#welcome_bord .next_box li {
	width: 49%;
	height: 40px;
	padding: 0px;
	margin: 0px;
	float: left;
	border-left: solid 1px #CCC;
	text-align: center;
}

#welcome_bord .next_box li a {
	display: block;
	width: auto;
	height: 30px;
	padding: 10px 0px 0px 0px;
	font-size: midium;
	font-weight: bolder;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	text-shadow: #333 0 1px 0;
}

#welcome_bord .next_box li p {
	display: block;
	width: auto;
	height: 30px;
	padding: 10px 0px 0px 0px;
	font-size: midium;
	font-weight: bolder;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	text-shadow: #CCC 0 1px 0;
}

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

#site_list {
	width: 640px;
	height; auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
}

#site_list .title_box {
	width: auto;
	height: 30px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border-bottom: solid 3px #880308;
	border-top: solid 1px #AAA;
}

#site_list .title_box h2 {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	text-shadow: #FFF 0 1px 0;
	padding: 9px 0px 0px 10px !important;
	margin: 0px;
	display: inline-block;
}

#site_list .main_box {
	width: auto;
	height; auto;
	padding: 10px;
	margin: 0px;
	background: #333;
}

#site_list .main_box .more-site {
	width: auto;
	height: 35px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	padding: 0px;
	margin: 0px;
	border: solid 2px #880308;
}

#site_list .main_box .more-site a {
	display: block;
	width: auto;
	height: 24px;
	padding: 11px 0px 0px 10px;
	margin: 0px;
	font-size: midium;
	font-weight: bold;
	color: #CC0000;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	text-shadow: #FFF 0 1px 0;
}

#site_list .main_box .more-site a:hover {
	opacity: 0.6;
}

#site_list .one_content_block {
	width: auto;
	height: auto;
	padding: 8px;
	margin: 0px auto 10px auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
	box-shadow:inset 0px -10px 30px #AAA;
	border: solid 2px #880308;
}

#site_list .one_content_block .sum {
	width: 100px;
	height: 115px;
	padding: 0px;
	margin: 0px 15px 8px 0px;
	float: left;
}

#site_list .one_content_block .sum img {
	width: 100px;
	height: 115px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#site_list .one_content_block .sum img:hover {
	opacity: 0.6;
}

#site_list .one_content_block .sum a {
	border: none;
}

#site_list .one_content_block .site_title {
	overflow: hidden;
	width: auto;
	height: 40px;
	border: solid 1px #CCC;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	margin: 0px 0px 8px 0px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#site_list .one_content_block .site_title h3 {
	padding: 0px;
	margin: 0px;
}

#site_list .one_content_block .site_title a {
	display: block;
	width: auto;
	height: 27px;
	padding: 13px 0px 0px 10px;
	text-decoration: none;
	font-size: midium;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
	color: #CC0000;
	text-shadow: #FFF 0 1px 0;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
	border: none;
}

#site_list .one_content_block .site_title a:hover {
	background: rgb(186,132,130); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(186,132,130,1) 0%, rgba(206,84,80,1) 49%, rgba(183,13,1,1) 50%, rgba(233,42,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,132,130,1)), color-stop(49%,rgba(206,84,80,1)), color-stop(50%,rgba(183,13,1,1)), color-stop(100%,rgba(233,42,71,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(186,132,130,1) 0%,rgba(206,84,80,1) 49%,rgba(183,13,1,1) 50%,rgba(233,42,71,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(186,132,130,1) 0%,rgba(206,84,80,1) 49%,rgba(183,13,1,1) 50%,rgba(233,42,71,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(186,132,130,1) 0%,rgba(206,84,80,1) 49%,rgba(183,13,1,1) 50%,rgba(233,42,71,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(186,132,130,1) 0%,rgba(206,84,80,1) 49%,rgba(183,13,1,1) 50%,rgba(233,42,71,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba8482', endColorstr='#e92a47',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	text-shadow: #AAA 0 1px 0;
}

#site_list .one_content_block .data {
	width: auto;
	height: auto;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

#site_list .one_content_block .data p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #333;
	padding: 2px;
	margin: 0px;
	line-height: 21px;
}

#site_list .one_content_block .data p.ip {
	width: 80px;
	height: 17px;
	padding: 3px 0px 0px 0px;
	margin: 0px 15px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	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 */
	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;
}

#site_list .one_content_block .data p.and {
	width: 80px;
	height: 17px;
	padding: 3px 0px 0px 0px;
	margin: 0px 15px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	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 */
	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;
}

#site_list .one_content_block p.tagsmark {
	width: 40px;
	padding: 4px;
	margin: 0;
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

#site_list .one_content_block .comment_box {
	clear: both;
	width: auto;
	height: auto;
	padding: 10px 12px 10px 12px;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	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 */
	border: solid 1px #fff;
	outline: 1px solid rgb(255, 255, 255);
	outline-offset: -2px;
	border: solid 1px #CCC;
	box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
}

#site_list .one_content_block .comment_box p {
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	text-shadow: #888 0 1px 0;
	letter-spacing: 0.06em;
}







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

#infomation {
	width: 640px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
}

#infomation .title {
	width: auto;
	height: 30px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border-bottom: solid 3px #880308;
	border-top: solid 1px #AAA;
}

#infomation .title h2 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-shadow: #FFF 0 1px 0;
	padding: 8px 0px 0px 5px;
	margin: 0px;
}

#infomation .title h2.ja {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	text-shadow: #FFF 0 1px 0;
	padding: 8px 0px 0px 5px;
	margin: 0px;
}

#infomation .info_block {
	width: auto;
	height: auto;
	padding: 0px;
	margin; 0px;
	border-top: solid 1px #AAA;
}

#infomation .info_block ul {
	overflow: hidden;
}

#infomation .info_block li {
	width: auto;
	height: 35px;
	padding: 0px;
	margin: 0px;
	background: #FFF;
	box-shadow:inset 0px -10px 30px #EAEAEA;
	border-bottom: solid 1px #AAA;
}

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

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

#foot_box {
	width: 616px;
	height: auto;
	padding: 12px;
	margin: 0px auto 0px auto;
	text-align: center;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border-bottom: solid 3px #880308;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
}

#foot_box p.times {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bolder;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#foot_box p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

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

#back-top {
	position: fixed;
	bottom: 20px;
}
#back-top a {
	width: 70px;
	font-size: small;
	display: block;
	text-decoration: none;
}

#back-top span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 70px;
	height: 20px;
	display: block;
	padding: 10px 0px 0px 5px;
	margin-left: 5px;
	background-color:rgba(164, 0, 0, 0.7);
	color:rgba(255, 255, 255, 0.7);
	text-shadow: #555 0 1px 0;

}


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

#welcome_bord .text_box .text_in_box4 .sitemap_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#welcome_bord .text_box .text_in_box4 .sitemap_box ul {
	overflow: hidden;
}

#welcome_bord .text_box .text_in_box4 .sitemap_box li {
	width: auto;
	height: 45px;
	padding: 0px;
	margin: 0px;
}

#welcome_bord .text_box .text_in_box4 .sitemap_box li a {
	font-size: midium;
	color: #0000EE;
	padding: 0px;
	margin: 0px;
	
}

#welcome_bord .text_box .text_in_box .boxer {
	width: 40%;
	height: 20px;
	padding: 0px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#welcome_bord .text_box .text_in_box .address {
	width: 40%;
	height: 20px;
	padding: 0px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#welcome_bord .text_box .text_in_box p.contact_title {
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-size: midium;
	font-weight: bold;
	color: #333;
	text-shadow: #CCC 0 1px 0;
}

#welcome_bord .text_box .text_in_box .imput_box {
	width: 60%;
	height: auto;
	padding: 5px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#welcome_bord .text_box .text_in_box .send_box {
	width: 45%;
	height: 30px;
	padding: 0px;
	margin: 10px 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 */
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

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

#welcome_bord .text_box .text_in_box .link_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#welcome_bord .text_box .text_in_box .link_box ul {
	overflow: hidden;
}

#welcome_bord .text_box .text_in_box .link_box li {
	width: auto;
	height: 40px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	background-color:rgba(255, 255, 255, 0.2);
}

#welcome_bord .text_box .text_in_box .link_box li.top {
	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;
	border-top: solid 1px #CCC;
}

#welcome_bord .text_box .text_in_box .link_box li.bottom {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

#welcome_bord .text_box .text_in_box .link_box li a {
	display: block;
	width: auto;
	height: 25px;
	padding: 15px 0px 0px 10px;
	font-size: small;
	font-weight: bold;
	color: #CC0000;
	text-shadow: #FFF 0 1px 0;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
	box-shadow:inset 0px -10px 30px #EAEAEA;
}

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

#pan-navi {
	width: 626px;
	height: auto;
	padding: 7px 7px 7px 7px;
	margin: 1px auto 0px auto;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
	border-bottom: solid 3px #880308;
}

#pan-navi ul {
	overflow: hidden;
}

#pan-navi ul li {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 0px 4px;
	float: left;
}

#pan-navi ul li img {
	padding: 2px 0px 0px 0px;
}

#pan-navi ul li p {
	color: #555;
	font-size: 12px;
	padding: 3px 0px 0px 0px;
}

#pan-navi ul li a {
	color: #983034;
	font-size: 13px;
}

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

#welcome_bord .text_box .text_in_box0 {
	width: auto;
	height: auto;
	padding: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
	box-shadow:inset 0px -10px 30px #AAA;
	border: solid 2px #880308;
}

#welcome_bord .text_box .text_in_box0 .diagnose-box {
	width: auto;
	height: auto;
	padding: 8px;
	margin: 0px auto;
}

#welcome_bord .text_box .text_in_box0 .diagnose-box .diagnose-text {
	width: auto;
	height: 115px;
	padding: 8px;
	margin: 0px auto 0px auto;
	background-image: url(../img/start.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#welcome_bord .text_box .text_in_box0 .diagnose-box .diagnose-text p {
	font-size: 25px;
	font-weight: bold;
	color: #CC0000;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 15px;
	left: 80px;
	z-index: 10;
}

#welcome_bord .text_box .text_in_box0 .diagnose-box .choice-box {
	width: 70%;
	height: auto;
	padding: 0px;
	margin: 0px 0px -60px 0px;
	border-top: solid 1px #AAA;
	border-left: solid 1px #AAA;
	border-right: solid 1px #AAA;
	position: relative;
	top: -80px;
	left: 130px;
	z-index: 10;
}

#welcome_bord .text_box .text_in_box0 .diagnose-box .choice-box ul {
	overflow: hidden;
}

#welcome_bord .text_box .text_in_box0 .diagnose-box .choice-box ul li {
	width: auto;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #AAA;
	box-shadow:inset 0px -10px 30px #EAEAEA;
	cursor: pointer;
}

#welcome_bord .text_box .text_in_box0 .diagnose-box .choice-box ul li p {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	width: auto;
	height: 25px;
	padding: 15px 0px 0px 15px;
	margin: 0px;
	text-shadow: #FFF 0 1px 0;
	letter-spacing: 0.02em;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}

#welcome_bord .text_box .text_in_box0 .diagnose-box .choice-box ul li:hover {
	box-shadow:inset 0px -10px 30px #AAA;
}

/***********************************39***************************************************/

#qArea {
	overflow:hidden;
	width: auto;
	height: 320px;
	padding: 3px;

}

#qContainer {
	margin: 0px;
	width: 4100px;
	position:relative; 
}

.qBox {
	width: 650px;
	height: 350px;
	padding: 0px;
	margin: 0px auto;
	float:left;
}

.qBox .ques {
	width: 80%;
	height: 60px;
	padding: 0px;
	margin: 5px 0px 25px 0px;
	box-shadow: 1px 1px 4px #AAA;
	-moz-box-shadow: 1px 1px 4px #AAA;
	-webkit-box-shadow: 1px 1px 4px #AAA;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
	border: solid 2px #FFF;
}

.qBox .ques .q-english {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #0171BB;
	text-shadow: #FFF 0 1px 0;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
	left: 10px;
	z-index: 10;
}

.qBox .ques .qNum {
	color: #3366FF;
	margin: 0px 5px 0px 0px;
}

.qBox .fig{
	width: 175px;
	height: auto;
	margin: 0px 70px 0px 0px;
	float: right;
}

.qBox .ques .fig img {
	width: 100%;
}

.qBox .ques h3 {
	font-size: 15px;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	padding: 10px 0px 0px 15px;
	margin: 0px;
	letter-spacing: 0.05em;
}

.qBox ul{
	list-style: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	float:left;
}

.qBox ul li {
	padding: 13px 0px 0px 60px;
	background: url(../img/test/checkButton.png) no-repeat 0 0;
	width: 290px;
	height: 36px;
	cursor: pointer;
	color: #333;
	text-shadow: #FFF 0 1px 0;
	font-size: 14px;
}

.qBox ul li:hover {
	background-position: 0px -50px;
}

.qBox ul li.selected {
	background-position: 0px -100px;
	cursor: default;
}

#resultBox{
	width:600px;
	margin:0px 0px 0px 0px;
	height:350px;
	background: url(../img/test/resultBase.png) no-repeat 0 0;
}
#resultTitle{
	margin:44px 0px 0px 20px;
	width:400px;
	float:left;
	font-size:18px;
	height:18px;
	font-weight: bold;
	color: #CC0000;
}
#resultPoint{
	margin:22px 40px 0px 0px;
	float:right;
	color:#F00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	text-align:right;
}
#resultLeft{
	float:left;
	margin:20px 0px 0px 20px;
}
#resultText{
	width:290px;
	height:180px;
	font-size:14px;
	line-height:20px;
	color:#666;
}

#resultText a{
	color: #1A0DAB;
}

#resultImage{
	width:252px;
	height:217px;
	float:right;
	margin:15px 20px 0px 0px;
	background: url(../img/test/lv4.png) no-repeat 0 0;
}
#againButton{
	margin:0px 0px 0px 52px;
	width:186px;
	height:40px;
	background: url(../img/test/againButton.jpg) no-repeat 0 0;
	cursor:pointer;
}
#againButton:hover{
	background-position: 0px -40px;
}

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

.fc-mov-box {
	width: 320px;
	height: auto;
	padding: 0px;
	margin: 0px auto 10px auto;
	text-align: center;
}

/************************************tana****************************************/

.book-tana {
	width: auto;
	height: 700px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/books/tana.gif);
	background-repeat: no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

.book-tana .link_box {
	width: 85%;
	height: 120px;
	padding: 0px 0px 0px 10px;
	margin: 0px auto 0px auto;
	position: relative;
	top: 27px;
	left: 0px;
	z-index: 10;
}

.book-tana .link_box ul {
	overflow: hidden;
}

.book-tana .link_box ul li {
	width: 90px;
	height: 120px;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}

.book-tana .link_box ul li img {
	width: 100%;
}

.book-tana .link_box2 {
	width: 85%;
	height: 120px;
	padding: 0px 0px 0px 10px;
	margin: 0px auto 0px auto;
	position: relative;
	top: 65px;
	left: 0px;
	z-index: 10;
}

.book-tana .link_box2 ul {
	overflow: hidden;
}

.book-tana .link_box2 ul li {
	width: 90px;
	height: 120px;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}

.book-tana .link_box2 ul li img {
	width: 100%;
}

.book-tana .link_box3 {
	width: 85%;
	height: 120px;
	padding: 0px 0px 0px 10px;
	margin: 0px auto 0px auto;
	position: relative;
	top: 105px;
	left: 0px;
	z-index: 10;
}

.book-tana .link_box3 ul {
	overflow: hidden;
}

.book-tana .link_box3 ul li {
	width: 90px;
	height: 120px;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}

.book-tana .link_box3 ul li img {
	width: 100%;
}

.book-tana .link_box4 {
	width: 85%;
	height: 120px;
	padding: 0px 0px 0px 10px;
	margin: 0px auto 0px auto;
	position: relative;
	top: 145px;
	left: 0px;
	z-index: 10;
}

.book-tana .link_box4 ul {
	overflow: hidden;
}

.book-tana .link_box4 ul li {
	width: 90px;
	height: 120px;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}

.book-tana .link_box4 ul li img {
	width: 100%;
}

/***************************book-content*****************************/

#welcome_bord .text_box .text_in_box-book {
	width: auto;
	height: auto;
	padding: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #333;
	box-shadow:inset 0px -10px 30px #AAA;
	border: solid 2px #880308;
}

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

.book-content .link_box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.book-content .link_box ul {
	overflow: hidden;
}

.book-content .link_box ul li {
	width: 300px;
	height: auto;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

.book-content .backto {
	width: 60%;
	height: 40px;
	padding: 0px;
	margin: 15px auto 15px auto;
	border: solid 1px #CCC;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

.book-content .backto a {
	display: block;
	width: auto;
	height: 25px;
	padding: 15px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #1A0DAB;
	text-decoration: none;
	text-shadow: #FFF 0 1px 0;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}

.book-content .backto a:hover {
	color: #00FFCC;
}

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

.j-banner {
	width: 640px;
	height: 200px;
	padding: 0px;
	margin: 0px auto 0px auto;
}

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

.j-banner img:hover {
	opacity: 0.6;
}

/***************************************************/
.w-banner {
	width: 640px;
	height: auto;
	padding: 2px;
	margin: 0px auto 0px auto;
}

.w-banner .comic-box {
	width: 300px;
	height: 200px;
	padding: 0px;
	margin: 5px 0px 5px 10px;
	float: left;
}

.w-banner .comic-box img {
	width: 100%;
	border: none;
}

.w-banner .voice-box {
	width: 300px;
	height: 200px;
	padding: 0px;
	margin: 5px 10px 5px 0px;
	float: right;
}

.w-banner .voice-box img {
	width: 100%;
	border: none;
}

.w-banner img:hover {
	opacity: 0.6;
}

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

#welcome_bord .text_box .text_in_box4 .site-guide-area {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 45px 0px;
}

#welcome_bord .text_box .text_in_box4 .site-guide-area h3 {
	font-size:16px !important;
	color:#aa0000 !important;
	padding:12px 0px 12px 12px !important;
	margin:0px 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 13px #880308;
}

#welcome_bord .text_box .text_in_box4 .site-guide-area .site-sum {
	display: none !important;
}

#welcome_bord .text_box .text_in_box4 .site-guide-area .site-sum-pc {
	width: 300px;
	height: auto;
	padding: 0px;
	margin: 15px auto 15px auto;
}

#welcome_bord .text_box .text_in_box4 .site-guide-area .site-sum-pc img {
	width: 100%;
	border: none;
}

#welcome_bord .text_box .text_in_box4 .site-guide-area .site-sum-pc a {
	border: none;
}

#welcome_bord .text_box .text_in_box4 .site-guide-area .site-link {
	width: 350px;
	height: auto;
	padding: 0px;
	margin: 15px auto 15px auto;
	text-align: center;
}

#welcome_bord .text_box .text_in_box4 .site-guide-area .site-link a {
	font-size: 13px;
	color: #0033FF;
	padding: 0px;
	margin: 0px;
	border: none;
}

#welcome_bord .text_box .text_in_box4 .site-in-data {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 45px 0px;
}

#welcome_bord .text_box .text_in_box4 a.ato-link {
	font-size: 14px;
	color: #FFF;
	width: 30%;
	height: 24px;
	padding: 11px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 45px 0px;
	border: solid 1px #FFF;
	display: block;
	background: #7d5757; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d5757 0%, #8d3636 49%, #800103 50%, #e92a47 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7d5757 0%,#8d3636 49%,#800103 50%,#e92a47 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7d5757 0%,#8d3636 49%,#800103 50%,#e92a47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d5757', endColorstr='#e92a47',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
}

#welcome_bord .text_box .text_in_box4 .site-push-data {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 45px 0px;
}

#welcome_bord .text_box .text_in_box4 .site-push-data ul {
	overflow: hidden;
}

#welcome_bord .text_box .text_in_box4 .site-push-data ul li {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
	letter-spacing: 0.06em;
}

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

#welcome_bord .text_box .text_in_box8 .sum-image-f {
	width: 250px;
	height: 250px;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	float: left;
}

#welcome_bord .text_box .text_in_box8 .sum-image-f img {
	width: 100%;
	border: none;
}

#welcome_bord .text_box .text_in_box8 .sum-image-c {
	width: 250px;
	height: 250px;
	padding: 0px;
	margin: 0px 0px 45px 10px;
	float: right;
}

#welcome_bord .text_box .text_in_box8 .sum-image-c img {
	width: 100%;
	border: none;
}

#welcome_bord .text_box .text_in_box8 .sum-image-bc {
	width: 300px;
	height: 300px;
	padding: 0px;
	margin: 10px auto 20px auto;
}

#welcome_bord .text_box .text_in_box8 .sum-image-bc img {
	width: 100%;
	border: none;
}

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

#welcome_bord .text_box .text_in_box8 .adult-voice-contents-area {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	border-top: solid 1px #AAA;
	border-left: solid 1px #AAA;
}

#welcome_bord .text_box .text_in_box8 .adult-voice-contents-area ul {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#welcome_bord .text_box .text_in_box8 .adult-voice-contents-area ul li {
	width: auto;
	height: 50px;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #AAA;
	border-right: solid 1px #AAA;
	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 */
}

#welcome_bord .text_box .text_in_box8 .adult-voice-contents-area ul li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #2D4FD6;
	text-decoration: none;
	width: auto;
	height: 30px;
	padding: 20px 0px 0px 10px;
	margin: 0px;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}

#welcome_bord .text_box .text_in_box8 .adult-voice-contents-area ul li a:hover {
	color: #FFF;
	background-attachment: scroll;
	background-color: #00FFFF;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

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

#welcome_bord .text_box .text_in_box8 .adult-voice-sum {
	width: 300px;
	height: auto;
	padding: 0px;
	margin: 10px auto 10px auto;
}

#welcome_bord .text_box .text_in_box8 .adult-voice-sum img {
	width: 100%;
	border: none;
}

#welcome_bord .text_box .text_in_box8 .voice-audio {
	width: 300px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#welcome_bord .text_box .text_in_box8 .voice-audio audio {
	width: 100%;
}

#welcome_bord .text_box .text_in_box8 .back-voice-top,#welcome_bord .text_box .text_in_box8 .lets-site-search {
	width: auto;
	height: 45px;
	padding: 0px;
	margin: 0px auto 10px auto;
	border: solid 1px #AAA;
	background: #FFF;
}

#welcome_bord .text_box .text_in_box8 .back-voice-top a,#welcome_bord .text_box .text_in_box8 .lets-site-search a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #2D4FD6;
	text-decoration: none;
	width: auto;
	height: 27px;
	padding: 18px 0px 0px 10px;
	margin: 0px;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}

#welcome_bord .text_box .text_in_box8 .back-voice-top a:hover,#welcome_bord .text_box .text_in_box8 .lets-site-search a:hover {
	color: #FFF;
	background-attachment: scroll;
	background-color: #00FFFF;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#welcome_bord .text_box .text_in_box8 .adult-voice-text-area {
	width: auto;
	height: auto;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	border: solid 1px #CC0000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
}

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

#site_list .one_content_block .detail_title {
	width: auto;
	height: 40px;
	padding: 0px;
	margin: 10px auto 0px auto;
	border: solid 1px #BBB;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#site_list .one_content_block .detail_title a {
	display: block;
	width: auto;
	height: 27px;
	padding: 13px 0px 0px 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
	color: #CC0000;
	text-shadow: #FFF 0 1px 0;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
	letter-spacing: 0.08em;
}

#site_list .one_content_block .detail_title a:hover {
	background: rgb(186,132,130); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(186,132,130,1) 0%, rgba(206,84,80,1) 49%, rgba(183,13,1,1) 50%, rgba(233,42,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,132,130,1)), color-stop(49%,rgba(206,84,80,1)), color-stop(50%,rgba(183,13,1,1)), color-stop(100%,rgba(233,42,71,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(186,132,130,1) 0%,rgba(206,84,80,1) 49%,rgba(183,13,1,1) 50%,rgba(233,42,71,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(186,132,130,1) 0%,rgba(206,84,80,1) 49%,rgba(183,13,1,1) 50%,rgba(233,42,71,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(186,132,130,1) 0%,rgba(206,84,80,1) 49%,rgba(183,13,1,1) 50%,rgba(233,42,71,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(186,132,130,1) 0%,rgba(206,84,80,1) 49%,rgba(183,13,1,1) 50%,rgba(233,42,71,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba8482', endColorstr='#e92a47',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	text-shadow: #AAA 0 1px 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

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

#welcome_bord .text_box .text_in_box4 p.point-text {
	padding: 0 0 0 10px;
	margin: 0px;
}

.area-search {
	display: none;
}

#welcome_bord .area-list {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: #FFF;
}

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

#welcome_bord .area-list ul li {
	width: auto;
	height: 35px;
	padding: 0px;
	margin: 0px;
	background: #FFF;
	box-shadow:inset 0px -10px 30px #EAEAEA;
	border-bottom: solid 1px #AAA;
}

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

#welcome_bord .area-list ul li a:hover {
	background-attachment: scroll;
	background-color: #00FFFF;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

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

#welcome_bord .area-detail-box {
	width: auto;
	height: auto;
	padding: 0px;
	background: #FFF;
	margin: 0px auto 0px auto;
}

#welcome_bord .area-detail-box .one-client {
	width: auto;
	height: auto;
	padding: 15px;
	background: #FFF;
	margin: 0px auto 0px auto;
	border-bottom: solid 2px #880308;
	clear: both;
}

#welcome_bord .area-detail-box .one-client .site-image {
	width: 120px;
	height: 215px;
	padding: 0px;
	margin: 0px 20px 10px 0px;
	float: left;
}

#welcome_bord .area-detail-box .one-client .site-image img {
	width: 100%;
	border: none;
}

#welcome_bord .area-detail-box .one-client .site-title {
	width: auto;
	height: 30px;
	padding: 0px;
	margin: 0px auto 10px auto;
	overflow: hidden;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 50%, #edead5 51%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 50%,#edead5 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 50%,#edead5 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: solid 1px #BBB;
	text-align: center;
}

#welcome_bord .area-detail-box .one-client .site-title h3 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

#welcome_bord .area-detail-box .one-client .site-title h3 a {
	color: #880308;
	display: block;
	width: auto;
	height: 23px;
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}

#welcome_bord .area-detail-box .one-client .site-title h3 a:hover {
	background-attachment: scroll;
	background-color: #00FFFF;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#welcome_bord .area-detail-box .one-client .area-site-comment {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

#welcome_bord .area-detail-box .one-client .area-site-comment p {
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	letter-spacing: 0.04em;
}

#welcome_bord .area-detail-box .one-client .lucky-code {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

#welcome_bord .area-detail-box .one-client .lucky-code p {
	font-size: 16px;
	color: #880308;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#welcome_bord .area-detail-box .one-client .free-point {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

#welcome_bord .area-detail-box .one-client .free-point p {
	font-size: 16px;
	color: #880308;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#welcome_bord .area-detail-box .one-client .number-list {
	width: auto;
	height: 40px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

#welcome_bord .area-detail-box .one-client .number-list img {
	width: 38px;
	height: 38px;
	border: none;
}

#welcome_bord .area-detail-box .one-client .number-list a {
	color: #0000FF;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: block;
	position: relative;
	top: -33px;
	left: 45px;
	z-index: 10;
}

#welcome_bord .area-detail-box .one-client .site-detail-link {
	overflow: hidden;
	width: auto;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border: solid 1px #BBB;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 50%, #edead5 51%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 50%,#edead5 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 50%,#edead5 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#welcome_bord .area-detail-box .one-client .site-detail-link a {
	color: #880308;
	font-size: 15px;
	display: block;
	width: auto;
	height: 21px;
	padding: 9px 0px 0px 10px;
	text-decoration: none;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}

#welcome_bord .area-detail-box .one-client .site-detail-link a:hover {
	background-attachment: scroll;
	background-color: #00FFFF;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

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

.mark-live {
	width: auto;
	height: auto;
	padding: 1px 3px 1px 3px;
	margin: 0px;
	background: #FFA200;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

.mark-tele {
	width: auto;
	height: auto;
	padding: 1px 3px 1px 3px;
	margin: 0px;
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

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

#welcome_bord .text_box .text_in_box4 .settlement {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

#welcome_bord .text_box .text_in_box4 .settlement ul {
	overflow: hidden;
}

#welcome_bord .text_box .text_in_box4 .settlement ul li {
	width: auto;
	height: auto;
	padding: 4px 0px 4px 10px;
	font-size: 14px;
	color: #333333;
	margin: 0px;
}

#welcome_bord .text_box .text_in_box4 .go-site-link {
	width: 300px;
	height: 45px;
	padding: 0px;
	margin: 40px auto 40px auto;
	background: #CC0000;
	-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;
}

#welcome_bord .text_box .text_in_box4 .go-site-link a {
	display: block;
	width: auto;
	height: 30;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

#welcome_bord .text_box .text_in_box4 .go-site-link:hover {
	opacity: 0.6;
}

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

.area-atten-comment {
	width: 90%;
	height: auto;
	padding: 15px;
	margin: 5px auto 5px auto;
	background: #EDEDED;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}

.area-atten-comment p {
	font-size: 10px;
}

.junle-data {
	margin-top: 75px;
}

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

#welcome_bord .text_box .text_in_box4 .imp-junle {
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0px 0px 25px 0px;
}

#welcome_bord .text_box .text_in_box4 .imp-junle .imp-check-box {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#welcome_bord .text_box .text_in_box4 .imp-junle .imp-check-box ul {
	overflow: hidden;
	list-style-type: none;
	border-left: solid 1px #CCC;
}

#welcome_bord .text_box .text_in_box4 .imp-junle .imp-check-box ul li {
	font-size: 15px;
	width: 49%;
	height: 21px;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	float: left;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	text-align: center;
	cursor: pointer;
	color: #333;
	position: relative;
}

#welcome_bord .text_box .text_in_box4 .imp-junle .imp-check-box ul li div {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

#welcome_bord .text_box .text_in_box4 .imp-junle .imp-check-box ul li input + label {
	display: block;
	text-align: center;
	width: 100%;
	padding: 9px 0px 0px 0px;
	height: 21px;
}
#welcome_bord .text_box .text_in_box4 .imp-junle .imp-check-box ul li input:checked + label {
	background: #ba8482; /* Old browsers */
	background: -moz-linear-gradient(top,  #ba8482 0%, #ce5450 49%, #b70d01 50%, #e92a47 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ba8482 0%,#ce5450 49%,#b70d01 50%,#e92a47 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ba8482 0%,#ce5450 49%,#b70d01 50%,#e92a47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba8482', endColorstr='#e92a47',GradientType=0 ); /* IE6-9 */
	color: #FFF;
}

#welcome_bord .text_box .text_in_box4 .imp-junle .imp-check-box ul li input {
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#welcome_bord .text_box .text_in_box4 .imp-junle .imp-check-box ul li:hover {
	background: #ba8482; /* Old browsers */
	background: -moz-linear-gradient(top,  #ba8482 0%, #ce5450 49%, #b70d01 50%, #e92a47 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ba8482 0%,#ce5450 49%,#b70d01 50%,#e92a47 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ba8482 0%,#ce5450 49%,#b70d01 50%,#e92a47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba8482', endColorstr='#e92a47',GradientType=0 ); /* IE6-9 */
	color: #FFF;

}

#welcome_bord .text_box .text_in_box4 .imp-junle textarea.casting {
	width: 85%;
	height: 200px;
	padding: 10px;
	margin: 0px auto 25px auto;
}

#welcome_bord .text_box .text_in_box4 .imp-junle .send-imp-btn {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 5px auto 20px auto;
}

#welcome_bord .text_box .text_in_box4 .imp-junle .send-imp-btn ul {
	overflow: hidden;
}

#welcome_bord .text_box .text_in_box4 .imp-junle .send-imp-btn ul li {
	width: 170px;
	height: 40px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: center;
}

#welcome_bord .text_box .text_in_box4 .imp-junle .button_random {
	display: block;
	width: 250px;
	height: 25px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	background: #7d5757; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d5757 0%, #8d3636 49%, #800103 50%, #e92a47 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7d5757 0%,#8d3636 49%,#800103 50%,#e92a47 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7d5757 0%,#8d3636 49%,#800103 50%,#e92a47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d5757', endColorstr='#e92a47',GradientType=0 ); /* IE6-9 */

	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	box-shadow: 1px 1px 4px #888;
	-moz-box-shadow: 1px 1px 4px #888;
	-webkit-box-shadow: 1px 1px 4px #888;
	border: solid 1px #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#welcome_bord .text_box .text_in_box4 .imp-junle .button_random:hover {
	background: #ba8482; /* Old browsers */
	background: -moz-linear-gradient(top,  #ba8482 0%, #ce5450 49%, #b70d01 50%, #e92a47 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ba8482 0%,#ce5450 49%,#b70d01 50%,#e92a47 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ba8482 0%,#ce5450 49%,#b70d01 50%,#e92a47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba8482', endColorstr='#e92a47',GradientType=0 ); /* IE6-9 */
}

/***202002jusq'ua******************************/

#welcome_bord .text_box .text_in_box4 .price-simu-btn {
	display: none;
}

#welcome_bord .text_box .text_in_box4 .price-simu-area {
	margin-bottom: 30px;
}

#welcome_bord .text_box .text_in_box4 .price-simu-area p.spdanger {
	font-size: 8px;
	color: #CC0000;
	padding: 0px;
	margin: 0px !important;
	line-height: 14px;
	letter-spacing: 0.04em;
	display: block;
	position: relative;
	top: -30px;
	left: 0px;
	z-index: 10;
}

.freebig {
	font-size: 17px;
	font-weight: bold;
	color: #0066FF;
}

.detail-p {
	padding: 0 0 0 10px !important;
}

h3.space {
	font-size: 18px !important;
	font-weight: bold !important;
	margin: 50px 0px 5px 0px !important;
	padding: 5px !important;
	width: auto;
	height: auto;
}

.like-item-box {
	width: 400px;
	height: auto;
	padding: 10px;
	margin: 10px auto 40px auto;
	display: none;
}

.like-item-box ul li {
	width: 180px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.like-item-box ul li:hover {
	opacity: 0.6;
}

.like-item-box li.like-btn {
	width: 180px;
	height: 45px;
	padding: 0px;
	margin: 0px 20px 10px 0px;
	background: #CC0000;
	-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: 4px 6px 0px #880308;
	-moz-box-shadow: 4px 6px 0px #880308;
	-webkit-box-shadow: 4px 6px 0px #880308;
}

.like-item-box li.like-btn p.like-text {
	display: block !important;
	width: auto !important;
	height: 33px !important;
	padding: 12px 0px 0px 0px !important;
	margin: 0px !important;
	text-decoration: none !important;
	font-size: 15px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-shadow: none !important;
}

.like-item-box li.out-btn {
	width: 180px;
	height: 45px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background: #3366FF;
	-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: 4px 6px 0px #000066;
	-moz-box-shadow: 4px 6px 0px #000066;
	-webkit-box-shadow: 4px 6px 0px #000066;
}

.like-item-box li.out-btn p.fly-text {
	display: block !important;
	width: auto !important;
	height: 33px !important;
	padding: 12px 0px 0px 0px !important;
	margin: 0px !important;
	text-decoration: none !important;
	font-size: 15px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-shadow: none !important;
}

#fmenu,.foot-shadow-menu {
	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: #880308 !important;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 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: #880308 !important;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 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: #880308 !important;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 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;
}

.area-offer {
	width: auto;
	height: auto;
	padding: 5px;
	margin: 10px auto 50px auto;
	background-image: url(https://telsex-mania.com/img/jmap.png);
	background-repeat: no-repeat;
	background-size: 150px;
	background-position: right top;
}

.area-offer .offer-text {
	width: 75%;
	height: auto;
	padding: 8px;
	margin: 0px 0px 0px 10px;

}

.area-offer .offer-btn {
	width: 75%;
	height: auto;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}

.area-offer .offer-btn ul li {
	width: 180px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.area-offer .offer-btn ul li:hover {
	opacity: 0.6;
}

.area-offer .offer-btn ul li.left {
	width: 180px;
	height: 45px;
	padding: 0px;
	margin: 0px 20px 10px 0px;
	background: #CC0000;
	-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: 4px 6px 0px #880308;
	-moz-box-shadow: 4px 6px 0px #880308;
	-webkit-box-shadow: 4px 6px 0px #880308;
}

.area-offer .offer-btn ul li.left a {
	display: block !important;
	width: auto !important;
	height: 29px !important;
	padding: 16px 0px 0px 0px !important;
	margin: 0px !important;
	text-decoration: none !important;
	font-size: 15px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-shadow: none !important;
}

.area-offer .offer-btn ul li.right {
	width: 180px;
	height: 45px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background: #3366FF;
	-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: 4px 6px 0px #000066;
	-moz-box-shadow: 4px 6px 0px #000066;
	-webkit-box-shadow: 4px 6px 0px #000066;
}

.area-offer .offer-btn ul li.right a {
	display: block !important;
	width: auto !important;
	height: 29px !important;
	padding: 16px 0px 0px 0px !important;
	margin: 0px !important;
	text-decoration: none !important;
	font-size: 15px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-shadow: none !important;
}

/********/

.comic-push {
	width: auto;
	height: 120px;
	padding: 12px;
	margin: 25px auto 90px auto;
	border: solid 1px #AAA;
	background: #FFF;
	box-shadow:inset 0px -10px 30px #EAEAEA;
}

.comic-push a {
	display: block;
	text-decoration: none;
	background:transparent url(../img/arrow.gif) no-repeat scroll right center;
}

.comic-push .s-comic-sum {
	width: 80px;
	height: 119px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	float: left;
}

.comic-push .s-comic-sum img {
	width: 80px;
	height: 119px;
	border: none;
}

.comic-push .s-comic-title {
	overflow: hidden;
	width: auto;
	height: 30px;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
	text-overflow: ellipsis;   /* IE6以上 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;   /* Opera */
	white-space: nowrap;
}

.comic-push .s-comic-title p.s-comic-name {
	font-size: 16px !important;
	font-weight: bold !important;
	padding: 0px !important;
	margin: 0px !important;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	text-shadow: none !important;
}

.comic-push .s-comic-guide-text {
	width: 95%;
	height: 55px;
	padding: 0px;
	margin: 0px;
}

/*********/

.table-title-flag {
	width: 80px;
	height: 30px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: #880308;
	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: 130px;
	z-index: 10;
}

.table-title-flag p {
	font-size: 17px !important;
	font-weight: bold !important;
	color: #FFF !important;
	padding: 8px 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 #880308;
	-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: 10px !important;
	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 a:hover {
	opacity: 0.6 !important;
}

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

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

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

/*****/

.mobile-cover ul li.ip {
	width: 80px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	margin: 5px 10px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	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 */
	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;
}

.mobile-cover ul li.and {
	width: 80px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	margin: 5px 10px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: linear-gradient(to bottom,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	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.ua-float {
	float: left;
}

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

.detail-phone-list {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 30px auto 35px auto;
}


.detail-phone-list .detail-number {
	width: auto;
	height: auto;
	padding: 0 0 0 30px;
	margin: 35px auto 50px auto;
}

.detail-phone-list h4.de-flist {
	font-size: 18px !important;
	font-weight: bold;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	color: #CC0000;
	padding: 10px;
	margin: 0 0 10px 0 !important;
	text-shadow: none !important;
}

.detail-phone-list h4.de-flist a {
	text-decoration: underline ;
	text-decoration-color: #CC0000;

}

.detail-phone-list h5 {
	font-size: 17px !important;
	font-weight: bold;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	color: #CC0000;
	padding: 0 0 0 20px !important;
	margin: 0 0 10px 0 !important;
	text-shadow: none !important;
	border: none !important;
}

.detail-phone-list .detail-number {
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 25px auto 45px auto;
	letter-spacing: 0.04em;
	color: #0033FF;
}

.detail-phone-list .detail-number a {
	font-size: 17px !important;
	padding: 0;
	margin: 0 0 0 15px;
	letter-spacing: 0.02em;
	color: #0033FF;
}

.detail-phone-list .detail-number a.de-f-number {
	font-size: 23px !important;
}


.ad {
	text-align: center;
}

.ad ~ .ad {
	margin: 20px 0;
}

.wpcf7 {
	padding: 10px;
}

.wpcf7 p {
	margin-bottom: 10px;
}

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

.tag-box {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 0 5px 0;
}

.tag-box ul li.tag-mark2 {
	width: auto;
	height: auto;
	padding: 3px 5px 6px 5px;
	margin: 5px 10px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	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 */
	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;
}

.tag-box ul li.tag-mark2 a {
	display: block;
	width: auto;
	height:auto;
	font-size: 12px;
	color: #FFF;
	padding: 3px 0 0 0;
}

.tag-box ul li.tag-mark2:hover {
	opacity: 0.6;
}

.tag-box a {
	color: #fff !important;
}

/*****/

p.pr-text-guide {
	width: 90%;
	background: #DDD;
	padding: 8px !important;
	margin:10px auto !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none !important;
}

/*****/

table.chart-map {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 25px auto 25px auto;
	border: solid 1px #CC0000;
	border-collapse: collapse;
	color: #333;
}

table.chart-map caption {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-top: solid 1px #CC0000;
	border-left: solid 1px #CC0000;
	border-right: solid 1px #CC0000;
	padding: 15px;
	margin: 0px;
}

table.chart-map tr {
	padding: 0px;
	margin: 0px;
}

table.chart-map tr td {
	width: 14%;
	height: auto;
	padding: 10px;
	margin: 0px;
	border: solid 1px #CC0000;
	font-size: 12px;
	color: #333;
}

table.chart-map tr td.corner-title {
	font-size:12px;
	padding:5px;
	margin:0;
	font-weight:bold;
	color:#CC0000;
}

table.chart-map tr td.concept-title {
	font-size: 11px;
	padding: 5px;
	margin: 0;
	font-weight: bold;
	color: #CC0000;
}

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

table.regist-map caption {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-top: solid 1px #CC0000;
	border-left: solid 1px #CC0000;
	border-right: solid 1px #CC0000;
	padding: 15px;
	margin: 0px;
}

table.regist-map tr {
	padding: 0px;
	margin: 0px;
}

table.regist-map tr td {
	width: 50%;
	height: auto;
	padding: 14px;
	margin: 0px;
	border: solid 1px #CC0000;
	font-size: 15px;
	color: #333;
	line-height: 22px;
}

table.regist-map tr td a {
	font-size: 17px;
	font-weight :bold;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0.06em;
}

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

.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: -7px;
	z-index: 10;
}

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

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

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


.more-know-btn {
	width: 60%;
	height: 43px;
	padding: 22px 0 0 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 p {
	color: #fff !important;
	font-size: 18px !important;
	font-weight: bold !important;
	padding: 20px 0 0 0 !important;
	margin: 0 !important;
	letter-spacing: 0.06em !important;
	text-shadow: none !important;
}

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




.beginners-guide {
	width: auto;
	height: auto;
	padding: 25px 0 0 0;
	margin:0;
}

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

.webmaster-jusqua {
	width: auto;
	height: auto;
	padding:0;
	margin: 10px auto 75px auto;
}

.webmaster-jusqua .jusqua-image {
	width: 80px;
	height: 125px;
	padding: 0;
	margin: 0 40px 0 0;
	float:left;
}

.webmaster-jusqua .jusqua-image img {
	width: 80px;
	height: 95px;
	overflow:hidden;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: solid 1px #ccc;
}

.webmaster-jusqua p.master-name {
	font-size: 12px !important;
	color: #FF0099 !important;
	width: auto;
	height: auto;
	text-align: center;
	padding: 3px;
	margin: 0;
	overflow: hidden;
}

.webmaster-jusqua .webmaster-right {
	width: auto;
	height: auto;
	padding: 20px;
	margin: -60px auto 0 auto;
	overflow: hidden;
	border: solid 1px #ddd;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.webmaster-jusqua .master-arrow {
	width:35px;
	height:60px;
	padding:0;
	margin:0;
	display: block;
	position: relative;
	top: -70px;
	left: 89px;
	z-index: 10;

}

.webmaster-jusqua .master-arrow img {
	width:35px;
	height:60px;
	padding:0;
	margin:0;
}

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

p.expert-commentary {
	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 {
	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;
}

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

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

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

table.check-table tr td {
	height:auto;
	padding:17px;
	margin:0;
	border:solid 1px #880308;
	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 span.microguide {
	font-size:9px;
	color: #FF0099;
	margin:0;
	padding:2px;
}

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

table.check-table 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.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%;
}

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

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

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

.regist-step-images {
	width:180px;
	height:200px;
	overflow:hidden;
	border:solid 5px #880308;
	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: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 50%, #880308 51%, #880308 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    border-image: linear-gradient(to right, #CC0000 0%, #880308 100%);
    border-image-slice: 1;
	border-bottom: solid 3px #880308;
	border-left:solid 12px #CC0000;
}

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

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

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

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

.beginners-guide h2#partner-search {
	margin-top: 75px;
}

.beginners-guide h2#coice-the-telsex {
	margin-top: 75px;
}

/*********/

.do-telsex-box-btn {
	width: 584px;
	height: 137px;
	padding: 0;
	margin: 0 auto 15px auto;
	cursor: pointer;
}

.do-telsex-box-btn img {
	width: 584px;
	height: 137px;
}

#do-telsex-box {
	display: none;
}

.do-livechat-box-btn {
	width: 584px;
	height: 137px;
	padding: 0;
	margin: 0 auto 15px auto;
	cursor: pointer;
}

.do-livechat-box-btn img {
	width: 584px;
	height: 137px;
}


#do-livechat-box {
	/*display: none;*/
}

/*********/

table.charges {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 20px auto 45px auto;
	border: solid 1px #CC0000;
    border-image: linear-gradient(to right, #CC0000 0%, #880308 100%);
    border-image-slice: 1;
	background: #fff;
}

table.charges tr td {
	width: 25%;
	height: auto;
	padding: 5px;
	margin: 0px;
	border: solid 1px #CC0000;
    border-image: linear-gradient(to right, #CC0000 0%, #880308 100%);
    border-image-slice: 1;
	border: solid 1px #CC0000 ;
	color: #CC0000;

}

table.charges tr td.charges-title {
	background: -webkit-linear-gradient(top, #CC0000, #880308)!important;
	-webkit-background-clip: text!important;
	-webkit-text-fill-color: transparent!important;
	font-size: 15px!important;
	font-weight: bold!important;
	font-color: #FFF !important;
}

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

.step-close-btn {
	width: 180px;
	height: 68px;
	padding: 0;
	margin: 0;
	background: #880308;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	text-align: center;
	cursor: pointer;
	display: block;
	position: fixed;
	bottom: 50px;
	left: calc((100vw - 640px) / 2 - 200px);
	z-index: 100;
	opacity: 0.8;
}

@media screen and (max-width: 840px){
    .step-close-btn   {
        left: calc((100vw - 640px) / 2);
    }
}

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

.step-close-btn .stepclosetext {
	font-size: 10px;
	color: #FFFF99;
	display: block;
	padding: 0;
	margin: 0 0 -2px 0 !important;
}

/**** コメント用 ****/
.commets-list .reply {
	width: auto;
	height: auto;
	padding: 0px 0px 10px 0px;
	margin: 15px 0px 10px 0px;
	border-bottom: solid 1px #999;
}
/************/

a.helpful-link {
	text-decoration: none;
	
}

.links-flag {
	width:115px;
	height:15px;
	padding:7px 8px 2px 8px;
	margin:0 5px 2px 0;
	background: linear-gradient(to bottom,  #ed2c49 0%,#7f0103 48%,#8d3636 51%,#7c5959 100%);
	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;

}

.helpful-links {
	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;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

.helpful-links .links-sum {
	width: 150px;
	height: 150px;
	padding: 0;
	margin: 0 16px 10px 0;
	float: left;
}

.helpful-links .links-sum img {
	width: 150px;
	height: 150px;
	padding: 0;
	margin: 0;
}

.helpful-links .links-sum2 {
	width: 200px;
	height: 47px;
	padding: 0;
	margin: 0 16px 10px 0;
	float: left;
}

.helpful-links .links-sum2 img {
	width: 200px;
	height: 47px;
	padding: 0;
	margin: 0;
}

.helpful-links .links-sum3 {
	width: 160px;
	height: 94px;
	padding: 0;
	margin: 0 16px 10px 0;
	float: left;
}

.helpful-links .links-sum3 img {
	width: 160px;
	height: 94px;
	padding: 0;
	margin: 0;
}

.helpful-links .helps-right {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.helpful-links .helps-right p {
	font-size: 15px !important;
	color: #555 !important;
	line-height: 24px !important;
}

.helpful-links .helps-right p.links-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, #ed2c49 0%, #7c5959 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none !important;
}

.helpful-links .helps-right .link-check-btn {
	width: 225px;
	height: 40px;
	padding: 0;
	margin: 0 7px 7px 0;
	border: solid 1px #FFF;
	box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	-webkit-box-shadow: 1px 1px 3px #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	background: linear-gradient(to bottom,  #ed2c49 0%,#7f0103 48%,#8d3636 51%,#7c5959 100%);
	float: right;
}

.helpful-links .helps-right .link-check-btn p {
	text-shadow: none !important;
	font-size: 16px;
	font-weight: bold;
	color: #FFF !important;
	padding: 8px 0 0 0 !important;
	margin: 0;
}

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

.one_content_block .pr-mark {
	width: 20px;
	height: 10px;
	background: #00CC00;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 3px;
	margin-bottom: -16px;
	border: solid 1px #fff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	position: relative;
	top: 35px;
	left: 3px;
	z-index: 10;
}

.site-guide-area .pr-mark {
	width: 20px;
	height: 10px;
	background: #00CC00;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 3px;
	margin-bottom: -16px;
	border: solid 1px #fff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	position: relative;
	top: 3px;
	left: 125px;
	z-index: 10;
}

