@charset "utf-8";



/*============================================================
Content defalt
============================================================*/
#ufupload{
	position: absolute;
	height: 0px;
	width: 0px;
	top: 0px;
	left: 0px;
	display:none;
	border-style: none;
}

.content_block{
	margin:0 0 15px;
}
.content_block2{
	background:url(../img/common.png) no-repeat;
	background-position:0 -260px;
}
.content_block2 h3{
	float: left;
}
.content_block2 div{
	float: right;
}
.content_block2 div form{
	padding-top: 10px;
	padding-right: 10px;
}

.content_inside{
	margin:15px 0 0;
}

#pagetitle{
	font-size:125%;
	border-left:5px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	padding:5px 5px 5px 10px;
	margin:0 0 15px;
}

.subtitle_bg {
	margin:0 0 10px;
	border-left:5px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	padding:5px 5px 5px 10px;
}

.pagetitle_under {
	border-bottom:1px dotted #cdcdcd;
	margin:15px 0;
	padding:0 0 15px;
}

.page_subtitle{
	font-weight:bold;
	font-size:130%;
	background:url(../img/common.png) no-repeat;
	background-position:0 -510px;
	padding:8px 0 0 10px;
	height:38px;
}

.errmsg {
	color:#FF0000;
	font-weight:bold;
}

.img_border {
	background:#ffffff;
	border:1px solid #cdcdcd;
	overflow:hidden;
	padding:1px;
}



/*============================================================
Toppage
============================================================*/
#toppage .openchat {
	width:100%;
	margin:0 0 5px;
}
#toppage .random_chat {
	margin: 0 0 5px;
	text-align: center;
	font-size: 108%;
}
#toppage .random_chat span {
	font-weight:bold;
}
#adult_caution {
	border:1px solid #cdcdcd;
	padding:10px;
}

#adult_caution p{
	margin:8px 0;
}

.headline_online{
	background:url(../img/common.png) no-repeat;
	background-position:0 -260px;
	padding:12px 0 0 50px;
	height:33px;
	font-size:120%;
}
.headline_online2{
	padding:12px 0 0 50px;
	height:33px;
	font-size:120%;
}

.user_search{
	text-align:center;
}

.form_input{
	width:200px;
}
.form_input2{
	width:100px;
}

#channellist,
#channellist2{
	width:730px;
	margin:15px auto 0;
}

#channellist li,
#channellist2 li{
	float:left;
	margin:0 4px 10px;
	_margin:0 3px 10px;
	background:#ffffff;
}

.member_online_user{
	height:30px;
	padding:3px 0 0 55px;
	font-size:120%;
}

.online_user_list_profile{
	width:860px;
	margin:0 auto;
}

.online_user_list_profile li{
	float:left;
	margin:0 4px 0;
	_margin:0 3px 0;
}

.user_list_box{
	padding:5px 6px;
	border:1px solid #cdcdcd;
	width:121px;
	height:202px;
	text-align:center;
}

.user_list_box a {
	display:block;
	height:90px;
	width:100%;
}

#toppage div.user_list_box a img.user_no_image {
	background:url(../img/common.png) no-repeat;
	background-position:0 -390px;
}


.user_list_border{
	border-bottom:1px #cdcdcd dotted;
}

.user_list_img{
	height:90px;
}

.user_list_name{
	text-align:center;
	height:20px;
	margin:5px 0;
	padding:0 0 5px;
	overflow:hidden;
	line-height:1.6;
}

.user_list_status{
	text-align:center;
	margin:5px 0;
	padding:0 0 5px;
	overflow:hidden;
}

.user_list_title{
	text-align:center;
	height:35px;
	margin:5px 0;
	padding:0 0 5px;
	overflow:hidden;
}

/* flag */
#channellist div.user_list_box{
	position: relative;
}
#channellist div.user_list_box img.flag{
	position: absolute;
	right: 7px;
	top: 81px;
	height: 16px;
	width: 16px;
}
#channellist div.user_list_box img.f_ja{ background:url(../img/flag.png) no-repeat left top; }
#channellist div.user_list_box img.f_en{ background:url(../img/flag.png) no-repeat -16px top; }
#channellist div.user_list_box img.f_cn{ background:url(../img/flag.png) no-repeat -32px top; }
#channellist div.user_list_box img.f_tw{ background:url(../img/flag.png) no-repeat -48px top; }
#channellist div.user_list_box img.f_ko{ background:url(../img/flag.png) no-repeat -64px top; }
#channellist div.user_list_box img.f_es{ background:url(../img/flag.png) no-repeat -80px top; }
#channellist div.user_list_box img.f_de{ background:url(../img/flag.png) no-repeat -96px top; }
#channellist div.user_list_box img.f_fr{ background:url(../img/flag.png) no-repeat -112px top; }
#channellist div.user_list_box img.f_id{ background:url(../img/flag.png) no-repeat -128px top; }
#channellist div.user_list_box img.f_ru{ background:url(../img/flag.png) no-repeat -144px top; }





/* side_favorite
---------------------------------*/
#toppage #side_favorite {
	border:1px solid #66A3E0;
	background: #E6F7FF;
	padding: 8px 10px;
	text-align: center;
}
#toppage #side_favorite h3 {
	font-weight: bold;
	color: #0055CC;
	text-align: left;
	padding-bottom: 6px;
}
#toppage #side_favorite img {
	background:url("../img/common_transparent.png") no-repeat scroll 0 -377px;
}
#toppage #side_favorite p {
	padding: 0px 0px 6px;
	text-align: left;
}

/* ranking_top
---------------------------------*/
#toppage #ranking_top h3 {
	background:url("../img/common.png") no-repeat scroll 0 -650px;
	margin: 0px 0px 15px;
	padding: 12px 0px 0px 50px;
	height: 35px;
	font-size: 120%;
}
#toppage #ranking_top h4 {
	margin: -5px 0px 15px;
}
#toppage #ranking_top h4 span {
	float: left;
	font-size: 116%;
}
#toppage #ranking_top h4 a {
	float: right;
	font-weight: normal;
	text-align: right;
	padding: 2px 0px 0px;
}
#toppage #ranking_top ol {
	margin: 0px 0px 25px;
}
#toppage #ranking_top ol li {
	background: url("../img/lang_ja.png") no-repeat scroll -789px -159px;
	width: 168px;
	float: left;
	border: 1px solid #CDCDCD;
	margin: 0px 10px 10px 0px;
}
#toppage #ranking_top ol li h5 {
	text-align: center;
	padding: 6px 0px 2px 0px;
	font-weight: normal;
	margin: -4px 0px 5px;
	vertical-align: text-top;
	border-bottom: 1px solid #CDCDCD;
}
#toppage #ranking_top ol li h5.rank_number0 {
	background:url("../img/common_transparent.png") no-repeat scroll -127px 0px;
}
#toppage #ranking_top ol li h5.rank_number1 {
	background:url("../img/common_transparent.png") no-repeat scroll -127px -36px;
}
#toppage #ranking_top ol li h5.rank_number2 {
	background:url("../img/common_transparent.png") no-repeat scroll -127px -72px;
}
#toppage #ranking_top ol li h5.rank_number3 {
	background:url("../img/common_transparent.png") no-repeat scroll -130px -109px;
}
#toppage #ranking_top ol li h5.rank_number4 {
	background:url("../img/common_transparent.png") no-repeat scroll -130px -140px;
}
#toppage #ranking_top ol li h5.rank_number5 {
	background:url("../img/common_transparent.png") no-repeat scroll -130px -170px;
}
#toppage #ranking_top ol li h5.rank_number6 {
	background:url("../img/common_transparent.png") no-repeat scroll -130px -200px;
}
#toppage #ranking_top ol li h5.rank_number7 {
	background:url("../img/common_transparent.png") no-repeat scroll -130px -230px;
}
#toppage #ranking_top ol li h5 strong {
	font-weight: bold;
	color: #E80011;
}

#toppage #ranking_top ol li div.rank_top_info {
	float: right;
	width: 85px;
	padding: 0px 5px 5px 0px;
}
#toppage #ranking_top ol li div.rank_top_info a {
	width: 85px;
	overflow: hidden;
	display: block;
	height: 20px;
}
#toppage #ranking_top ol li div.rank_top_info p {
	font-size: 82%;
	height: 30px;
	width: 85px;
	overflow: hidden;
}

#toppage #ranking_top ol li div.rank_top_photo {
	margin: 0px 0px 5px 7px;
	float: left;
}
#toppage #ranking_top ol li div.rank_top_photo a,
#toppage #ranking_top ol li div.user_no_image a {
	height: 45px;
	width: 60px;
	display: block;
	text-align: center;
	overflow: hidden;
}
#toppage #ranking_top ol li div.user_no_image a {
	background:url("../img/common.png") no-repeat scroll -170px -390px
}





/* Ranking
---------------------------------*/
.ranking{
	border-bottom:1px dotted #cdcdcd;
	margin:0 0 10px;
	padding:0 0 5px;
}

.ranking li.info{
	margin:0 10px 0 0;
	padding:22px 0 0;
	width:90px;
	float:left;
}

.ranking li.img{
	width:120px;
	float:right;
	text-align:center;
}

.ranking li.img a{
	width:100%;
	height:90px;
	display:block;
}


.ranking li.info h4{
	height:14px;
	line-height:14px;
	overflow:hidden;
	font-weight:normal;
	margin:0 0 5px 0;
}

.ranking p{
	font-size:1.2em;
	height:1.3em;
	line-height:1.3em;
	overflow:hidden;
	color:#FF7700;
	margin:0 0 3px 0;
}


/*============================================================
Open Chat
============================================================*/

.trial_text{
	float:left;
	width:560px;
}

.trial_menu{
	float:right;
}

.trial_menu ul li.end{
	margin:0;
}

.trial_menu ul li span,
.trial_menu ul li a span{
	display:none;
}



/*============================================================
User List
============================================================*/

#pagetitle_user_list{
	background:url(../img/common.png) no-repeat;
	background-position:0 -260px;
	padding:12px 0 0 50px;
	height:33px;
	font-size:120%;
	width:910px;
}

.user_list{
	width:870px;
	margin-left:auto;
	margin-right:auto;
}

.user_list li{
	float:left;
	margin:0 4px 10px;
	_margin:0 3px 10px;
}

#userlist{
	width:860px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}

#userlist li{
	float:left;
	margin:0 4px 10px;
	_margin:0 3px 10px;
	background:#ffffff;
}



/*============================================================
Ranking
============================================================*/

#pagetitle_ranking{
	background:url(../img/common.png) no-repeat;
	background-position:0 -650px;
	padding:12px 0 0 50px;
	height:33px;
	font-size:120%;
	width:910px;
}

#ranking_uc{
	float:left;
	width:420px;
	margin:0 20px;
}

#ranking_ts{
	float:right;
	width:420px;
	margin:0 20px;
}

.ranking_title{
	background:url(../img/common.png) no-repeat;
	background-position:0 -510px;
	padding:10px 0 0 10px;
	height:25px;
	font-size:120%;
	width:410px;
}

.ranking_foot{
	background:url(../img/common.png) no-repeat;
	background-position:0 -545px;
	width:420px;
	height:6px;
}

.ranking_wide{
	border-bottom:1px dotted #cdcdcd;
	margin:0 0 10px;
	padding:0 0 5px;
	height:95px;
}

.ranking_wide li.rank{
	margin:0 10px 0 0;
	width:45px;
	float:left;
	text-align:right;
	padding:0 5px 0 0;
}

.ranking_wide li.img{
	margin:0 10px 0 0;
	width:120px;
	float:left;
	text-align:center;
}

.ranking_wide li.img a{
	width:100%;
	height:90px;
	display:block;
}


.ranking_wide li.text{
	width:230px;
	height:95px;
	overflow:hidden;
	float:left;
}

.ranking_wide li.text h4{
	height:25px;
	overflow:hidden;
	font-weight:normal;
	margin:0 0 3px 0;
	line-height:1.8;
}

.ranking_wide li.text p{
	line-height:1.6;
}

.rank_low{
	float:left;
	font-size:120%;
	font-weight:bold;
	color:#FF9900;
}



/*============================================================
Chat room
============================================================*/

#pagetitle_chatroom{
	background:url(../img/common.png) no-repeat;
	background-position:0 -870px;
	padding:12px 0 0 50px;
	height:33px;
	font-size:120%;
	width:910px;
}

.chatroom_profile{
	height:
	overflow:hidden;
}
.chatroom_profile li{
	float:left;
}

.chatroom_profile li.img{
	width:170px;
	max-height:150px;
	margin:0 20px 0 0;
	overflow:hidden;
}

.chatroom_profile li.info{
	width:500px;
	margin:0 65px 0 0;
	overflow:hidden;
}

.chatroom_profile li.menu{
	width:202px;
}

.profile_menu_box{
	margin:0 0 5px;
}

.profile_menu{
	background:url(../img/common.png) no-repeat;
	background-position:-500px -330px;
	width:202px;
	text-align:center;
}

.profile_menu a{
	width:202px;
	text-align:center;
	padding:5px 0 7px 0;
	display:block;
}

.profile_menu_foot{
	background:url(../img/common.png) no-repeat;
	background-position:-500px -405px;
	padding:0 0 7px 0;
	margin:-5px 0 0;
}

.profile_border{
	border-bottom:1px #cdcdcd dotted;
	padding:3px 0;
}

.chat_player{
	width:960px;
}

#player_option {
  border: 1px solid #cfcfcf;
  background-color: #efefef;
  margin: 0px;
  padding: 4px;
}
#player_option input#rec_opt_btn{
	margin: 0 10px;
}

/* チャット画面上部　チャンネル情報
----------------------------------*/

#chat_profile{
	margin: 5px 0;
	background-color: #E6E6E6;
	overflow:auto;
	clear:both;
	display:none;
}

#chat_profile div.top_box{
	padding: 5px 8px;
	overflow: auto;
	background: transparent url('../img/back_gray.png') repeat-x;
}

#chat_profile div.bottom_box{
	padding: 5px 8px;
	overflow: auto;
	background: transparent url('../img/back_gray.png') repeat-x 72px 0;
}

#chat_profile div.clear{
	clear: both;
}

#chat_profile div.chat_image,
#chat_profile div.center,
#chat_profile div.favorite{
	height: 50px;
	display: inline;
	float: left;
}

#chat_profile div.chat_image{
	overflow: hidden;
	height: 45px;
	width: 60px;
	background: white url('../img/common.png') no-repeat -170px -390px;
}

#chat_profile div.chat_image img{
	height: 100%;
	width: 100%;
}

#chat_profile div.center{
	margin: 0 10px;
}

/* chat room video
---------------------------------*/
#pagetitle_video{
	background:url(../img/common.png) no-repeat;
	background-position:0 -720px;
	padding:12px 0 0 50px;
	height:33px;
	font-size:120%;
	width:910px;
	display: none;
}

#channel_video_list{
	margin-bottom: 15px;
	display: none;
}

#channel_video_list ul li{
	display: inline;
	float: left;
	margin: 0 7px;
	width: 145px;
	overflow: hidden;
}

#channel_video_list a.thumb{
	height: 80px;
	width: 120px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	display: block;
	overflow: hidden;
}

#channel_video_list img{
	position: relative;
	top: -5px;
}

#channel_video_list a.title{
	height: 2.5em;
	width: 120px;
	margin: 3px auto;
	display: block;
	font-weight: bold;
	overflow:hidden;
	line-height: 1.2em;
}

#channel_video_list a.setting{
	height: 1.2em;
	width: 120px;
	margin: 3px auto;
	padding: 3px 8px;
	display: block;
	font-weight: bold;
	overflow: hidden;
	line-height: 1.2em;
	text-align: center;
	background: #aacdFF;
	color: white;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#channel_video_list dl{
	width: 120px;
	padding: 3px 8px;
	margin: 0 auto;
	background-color: #f4f4f4;
}

#channel_video_list dl dt{
	display: inline;
	float: left;
}

#channel_video_list dl dt,
#channel_video_list dl dd{
	font-size: 80%;
}


/* Online user list
---------------------------------*/
.online_user_list_block{
	background:url(../img/common.png) no-repeat;
	background-position:0 -970px;
	width:958px;
	height:270px;
	padding:10px 0;
	overflow:hidden;
}

.online_user_list_profile h3{
	padding:3px 0 0;
	font-size:120%;
}

.online_user_list_profile ul{
	margin:30px 0 0;
}

.online_user_list_profile li{
	background:#ffffff;
}
.online_user_list_profile{
	padding:0 0 10px;
}

#left{
	position:relative;
	top:180px;
	left:15px;
}

#right{
	position:relative;
	top:180px;
	right:-910px;
}

.user_list_loading{
	text-align:center;
	padding:100px 0 0;
}


/* Pager
---------------------------------*/
#pager,
#top_pager,
#bottom_pager{
	margin: 10px auto;
	text-align:center;
}

.pager {
	margin:10px 0;
	text-align: center;
	font-family: Verdana, sans-serif;
	display:inline;
	line-height:1.6em;
}

.pager a {
	margin-right: 2px;
	padding: 1px 3px;
}

.pager a ,
.pager a:link,
.pager a:visited {
	background-color: #E6E6E6;
	border: 1px solid #999999;
	color: #666666;
}

.pager a:focus,
.pager a:hover,
.pager a:active {
	background-color: #FAFAFA;
	border: 1px solid #999999;
	text-decoration: none;
}

.pager span {
	margin: 0px 2px;
	padding: 1px 3px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #666666;
}

.pager_max{
	margin:0 10px 0 0;
	text-align:center;
	display:inline;
}



/*============================================================
Point1 login
============================================================*/
#checkPoint #pagetitle_point,
#page_point1 #pagetitle_point,
#page_point2 #pagetitle_point {
	background:url(../img/common.png) no-repeat;
	background-position:0 -790px;
	padding:12px 0 0 50px;
	height:33px;
	font-size:120%;
	width:910px;
}

/*　ブロック間隔 */
#page_point1 #box_buy {
	margin: 0px 0px 30px;
}
#checkPoint #box_pchange,
#page_point1 #box_pchange {
	margin: 0px 0px 45px;
}
#page_point1 #box_pkankin {
	margin: 0px 0px 10px;
}
#page_point1 #box_phosoku {
	margin: 0px 0px 35px;
}
#page_point1 #box_help {
	margin: 0px 0px 45px;
}

#page_point1 #box_buy {
	border: 3px solid #ffdf80;
	background: #ffffe6;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 220px;
}
#page_point1 #box_buy #box_buy_btn {
	background:url(../img/common_transparent.png) no-repeat scroll -100px -446px;
	padding: 15px 0px 15px 70px;
}
#page_point1 #box_buy #box_buy_btn p {
	float: left;
	padding: 2px 10px 0px 0px;
}
#page_point1 #box_buy_btn span a {
	background: url("../img/common_transparent.png") no-repeat scroll 0 -278px;
	color: #FFFFFF;
	width: 84px;
	height: 21px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	padding: 2px 0px 0px;
	overflow: hidden;
}

#page_point1 div.pmsg {
	font-size: 16px;
	margin: 0px 0px 15px;
	color: #009900;
	font-weight: bold;
}

#checkPoint h4,
#page_point1 h4,
#page_point2 h4 {
    border-bottom: 1px solid #E80011;
    border-left: 5px solid #E80011;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 3px 0;
    text-indent: 10px;
}
#checkPoint table,
#page_point1 table {
	margin: 15px 0px 0px;
}
#checkPoint td.box_point,
#page_point1 td.box_point {
	border: 1px solid #CCCCCC;
	width: 320px;
	text-align: center;
	vertical-align: top;
}
#checkPoint td.box_point h5,
#page_point1 td.box_point h5 {
	background: #EEEEEE;
	font-weight: bold;
	color: #757575;
	font-size: 1.3em;
	padding: 4px 0px;
}
#checkPoint td.box_point p,
#page_point1 td.box_point p {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0px;
}
#checkPoint td.box_point span,
#page_point1 td.box_point span {
	font-size: 16px;
	padding: 0px 0px 0px 5px;
}
#page_point1 td.box_btn {
	text-align: center;
	vertical-align: top;
	padding: 0px 20px;
}
#page_point1 td.box_btn ul {
	border-top: 1px dotted #FFBF00;
}
#page_point1 td.box_btn ul li {
	background: #fff5d9;
	border-bottom: 1px dotted #FFBF00;
	padding: 4px 0px 7px;
}
#page_point1 td.box_btn ul li img.pchange_mark1 {
	background: url("../img/common_transparent.png") no-repeat scroll -126px -402px;
	position: relative;
	left: 5px;
	top: 7px;
}
#page_point1 td.box_btn ul li img.pchange_mark2 {
	background: url("../img/common_transparent.png") no-repeat scroll -126px -377px;
	position: relative;
	left: -5px;
	top: 7px;
}
#page_point1 td.box_btn ul li input {
	width: 14em;
}
#page_point1 #box_phosoku {
	text-align: right;
}
#page_point1 #box_phosoku a {
	background: url("../img/common_transparent.png") no-repeat scroll -153px -422px;
	padding: 0px 0px 0px 13px;
}


#checkPoint #box_paypoint,
#page_point1 #box_paypoint{
	overflow: auto;
	margin: 0 0 35px;
}

#page_point1 #box_paypoint div.page_link{
	margin: 15px 0 0;
	width: 800px;
}

#page_point1 #box_paypoint div.page_link a{
	display:block;
	width: 400px;
}

#page_point1 #box_paypoint div.page_link a.left{
	float: left;
	text-align: left;
}

#page_point1 #box_paypoint div.page_link a.right{
	float: right;
	text-align: right;
}


#checkPoint #box_paypoint table,
#page_point1 #box_paypoint table{
	width: 800px;
	border-collapse: collapse;
	text-align: center;
	border: 1px solid #ccc;
	clear: both;
}

#checkPoint #box_paypoint table tr.gray td,
#page_point1 #box_paypoint table tr.gray td{
	background-color: #f7f7f7;
}

#checkPoint #box_paypoint table th,
#checkPoint #box_paypoint dl dt,
#page_point1 #box_paypoint table th,
#page_point1 #box_paypoint dl dt{
	padding: 4px 0;
	text-align: center;
	background: #eee;
	color: #757575;
	font-weight: bold;
	font-size: 1.3em;
}

#checkPoint #box_paypoint table td,
#checkPoint #box_paypoint dl dd,
#page_point1 #box_paypoint table td,
#page_point1 #box_paypoint dl dd{
	font-size: 24px;
	font-weight: bold;
	padding: 5px 20px;
}

#checkPoint #box_paypoint table tr th.date,
#page_point1 #box_paypoint table tr th.date{
	width: 200px;
}

#page_point1 #box_paypoint table tr th.channel{
	width: 380px;
}

#checkPoint #box_paypoint table tr th.point{
	width: 200px;
}


#page_point1 #box_paypoint table tr td.channel a{
	display:block;
	width: 340px;
	text-align:left;
	overflow: hidden;
}

#checkPoint #box_paypoint table tr td.point,
#checkPoint #box_paypoint table tr td.amount,
#page_point1 #box_paypoint table tr td.point{
	text-align: right;
}

#checkPoint #box_paypoint table tr td.none,
#page_point1 #box_paypoint table tr td.none{
	height: 100px;
	line-height: 100px;
	color: #757575;
	font-size: 13px;
}

#checkPoint #box_paypoint table span,
#checkPoint #box_paypoint dl span,
#page_point1 #box_paypoint table span,
#page_point1 #box_paypoint dl span{
	font-size: 16px;
}

#page_point1 #box_paypoint dl{
	display: inline;
	float: left;
	width: 300px;
	margin: 15px 0 0;
	border: 1px solid #ccc;
}

#page_point1 #box_paypoint dl dd{
	text-align: center;
}






#page_point1 #box_help ul li,
#page_point2 #box_help ul li {
	display: block;
	background: url(https://static-sv.fc2.com/share/fc2parts/image/sh_help_icon.gif) no-repeat left top;
	padding: 0px 0px 5px 25px;
	margin: 0px 20px 0px 0px;
	float: left;
}



/*============================================================
Point2 no_login
============================================================*/
/*　ブロック間隔 */
#page_point2 #box_login,
#page_point2 #box_rate,
#page_point2 #box_help {
	margin: 0px 0px 45px;
}
#page_point2 #box_login p,
#page_point2 #box_rate p {
	margin: 0px 0px 15px;
}

#page_point2 #box_btnlog,
#page_point2 #box_btnreg {
	width: 470px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
#page_point2 #box_btnlog {
	float: left;
}
#page_point2 #box_btnreg {
	float: right;
}
#page_point2 #box_btnlog h5,
#page_point2 #box_btnreg h5 {
	background: #EEEEEE;
	font-weight: bold;
	color: #757575;
	font-size: 1.3em;
	padding: 4px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}

#page_point2 #box_login #box_btnlog p a,
#page_point2 #box_login #box_btnreg p a {
	background: url(https://static-sv.fc2.com/share/fc2parts/image/sh_help_icon.gif) no-repeat left top;
	padding: 1px 0 5px 25px;
}

#page_point2 #box_rate table {
	border: 1px solid #CCCCCC;
	width: 1%;
}
#page_point2 #box_rate table th,
#page_point2 #box_rate table td {
	padding: 10px 20px;
	white-space: nowrap;
}
#page_point2 #box_rate table th {
	background: #EEEEEE;
	font-weight: bold;
	color: #757575;
	border-right: 1px solid #CCCCCC;
}



/*============================================================
Chat Room
============================================================*/

.chatroom_input{
	width:100px;
}



/*============================================================
Profile
============================================================*/

#pagetitle_profile{
	background:url(../img/common.png) no-repeat;
	background-position:0 -580px;
	padding:12px 0 0 50px;
	height:33px;
	font-size:120%;
	width:910px;
}

.profile_text{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.profile_table{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.profile_table table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	text-align:center;
}

.profile_table table td,
.profile_table table th {
	border: 1px solid #cccccc;
	padding: 3px 5px;
}

.profile_table table th {
	background-color: #666666;
	color: #ffffff;
	text-align: center;
	font-weight:bold;
	width:250px;
	overflow:hidden;


}

.profile_table table td {
	text-align:left;
	width:500px;
	overflow:hidden;
}

.profile_table table table,
.profile_table table table th,
.profile_table table table td {
	border: none;
	margin: 0;
}

.profile_input{
	width:250px;
}

.profile_textarea{
	width:480px;
	height:80px;
}

.percentage{
	font-size:120%;
	font-weight:bold;
}


/*============================================================
favorite
============================================================*/
.favorite_edit h3{
	background:url(../img/common.png) no-repeat 0 -56px;
	padding:12px 0 0 50px;
	height:33px;
	font-size:120%;
}

.favorite_edit h4{
	border-left:5px solid #E80011;
	border-bottom:1px solid #E80011;
	margin:0 auto 10px;
	padding:3px 0;
	font-size: 1.3em;
	text-indent: 10px;
	font-weight:bold;
}

.favorite_edit h4 a{
	text-decoration:none;
}

#mail_setting{
	border:1px solid #66A3E0;
	background: #E6F7FF url('../img/common_transparent.png') no-repeat 7px -317px;
	margin:15px 15px 50px 15px;
	padding:10px 10px 10px 55px;
	overflow:auto;
}
#mail_setting dt{
	color:#0066CC;
	margin-right:15px;
	display:inline;
	float:left;
	height:24px;
	line-height:24px;
}
#mail_setting dd{
	display:inline;
	float:left;
	height:24px;
	line-height:24px;
}
#mail_setting dd input#mail{
	margin:0 13px 0 10px;
	border:1px solid #66A3E0;
	padding:2px 4px;
	width:250px;
}
#mail_setting dd input#mail_btn{
	margin-right:10px;
}
.result_message{
	color:#0066CC;
	font-weight:bold;
}

#favolite_list table{
	width:99%;
	margin:0 auto 10px auto;
	border-collapse:collapse;
	border-bottom:1px solid #d9d9d9;
}
#favolite_list table th{
	font-weight:bold;
	text-align:center;
	background-color:#58595b;
	border:1px solid #d9d9d9;
	border-style:none solid;
	color:white;
	padding: 8px 5px;
	line-height: 1.2;
}

#favolite_list table td{
	border:1px solid #d9d9d9;
	border-style:none solid;
	text-align:center;
	padding:5px;
	height:50px;
}
#favolite_list table th.info{
	border-left-color:#58595b;
}
#favolite_list table th.status{
	width:80px;
}
#favolite_list table th.publish{
	width:80px;
}
#favolite_list table th.mail{
	width:80px;
}
#favolite_list table th.regist{
	width:100px;
}
#favolite_list table th.delete{
	width:50px;
	border-right-color:#58595b;
}

#favolite_list table td a.delete{
	margin:0 auto;
	height:20px;
	width:20px;
	display:block;
	background: transparent url('../img/common_transparent.png') no-repeat 0 -110px;
	overflow:hidden;
	text-indent:-9999px;
	outline:none;
	cursor:pointer;
}
#favolite_list table td a.mailon,
#favolite_list table td a.mailoff{
	margin:0 auto;
	height:30px;
	line-height:30px;
	width:33px;
	padding-left:22px;
	display:block;
	color:white;
	cursor:pointer;
	text-decoration:none;
}

#favolite_list table td a.mailon{
	background: transparent url('../img/common_transparent.png') no-repeat 0 0;
}
#favolite_list table td a.mailoff{
	background: transparent url('../img/common_transparent.png') no-repeat 0 -30px;
}

#favolite_list table td a.img{
	height:45px;
	width:60px;
	display:inline;
	float:left;
	background: #eeeeee url('../img/common.png') no-repeat -170px -390px;
}
#favolite_list table td img{
	height:45px;
	width:60px;
	border:0 none;
}

#favolite_list table td div{
	text-align:left;
	margin-left:60px;
	padding:3px 5px;
}

/*============================================================
register
============================================================*/

.register_table{
	width:450px;
	margin:0 auto;
}

.register_table table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	text-align:center;
}

.register_table table td,
.register_table table th {
	border: 1px solid #cccccc;
	padding: 3px 5px;
}

.register_table table th {
	background-color: #666666;
	color: #ffffff;
	text-align: center;
	font-weight:bold;
	width:250px;
}

.register_table table td {
	text-align:left;
	width:500px;
}

.register_table table table,
.register_table table table th,
.register_table table table td {
	border: none;
	margin: 0;
}

.register_input{
	width:250px;
}

.button_submit{
	float:left;
	margin:0 20px 0 0;
}

.button_cancel{
	float:left;
}

.form_button_register{
	text-align:center;
	padding:0 0 0 150px;
}

.term_bloxk{
	width:630px;
	margin:0 auto;
}



/*============================================================
Remove
============================================================*/

.remove_block{
	width:350px;
	margin:0 auto;
}



/*============================================================
Register host
============================================================*/

#pagetitle_register{
	background:url(../img/common.png) no-repeat;
	background-position:0 -720px;
	padding:12px 0 0 50px;
	height:33px;
	font-size:120%;
	width:910px;
}

.register_host_list li{
	margin:20px 0 0;
	font-size:110%;
	height:120px;
}

.register_host_broadcast{
	background:url(../img/common.png) no-repeat;
	background-position:70px -1320px;
	padding:0 50px 10px 240px;
	border-bottom:1px solid #cccccc;
}

.register_host_twoshot{
	background:url(../img/common.png) no-repeat;
	background-position:0 -1460px;
	padding:0 240px 10px 50px;
	border-bottom:1px solid #cccccc;
}

.register_host_money{
	background:url(../img/common.png) no-repeat;
	background-position:70px -1620px;
	padding:0 50px 10px 240px;
	border-bottom:1px solid #cccccc;
}



/*============================================================
introduction
============================================================*/
#intro_page #intro_first,
#intro_page #intro_merit {
	margin: 0px auto 20px;
}
#intro_page #intro_regist {
	margin: 0px auto 20px;
}
#intro_page #intro_ochat,
#intro_page #intro_help {
	margin: 20px auto 40px;
}
#intro_page h2 {
	background: url(../img/common.png) no-repeat 0 -503px;
	padding: 0px 0px 0px 10px;
}
#intro_page h3 {
	font-size: 120%;
}


/* intro_first
--------------------------------------------------------------*/
#intro_page #intro_first p {
	width: 770px;
	font-size: 116%;
}


/* intro_merit
--------------------------------------------------------------*/
#intro_page #intro_merit table th {
	background: #5cb8e5;
	text-align: center;
	padding: 6px;
	font-size: 140%;
	color: #FFFFFF;
	font-weight: bold;
	width: 50%;
}
#intro_page #intro_merit table th.merit01 {
	border-right: 1px solid #FFFFFF;
}
#intro_page #intro_merit table td {
	padding: 10px 15px 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
#intro_page #intro_merit table td.merit03,
#intro_page #intro_merit table td.merit05,
#intro_page #intro_merit table td.merit07 {
	border-left: 1px solid #CCCCCC;
}
#intro_page #intro_merit table td.merit04,
#intro_page #intro_merit table td.merit07,
#intro_page #intro_merit table td.merit08 {
	background: #f9f9f9;
}
#intro_page #intro_merit table td img {
	float: left;
}

#intro_page #intro_merit table td h4,
#intro_page #intro_merit table td p {
	float: right;
	width: 345px;
}
#intro_page #intro_merit table td h4 {
	font-size: 120%;
}


/* intro_regist
--------------------------------------------------------------*/
#intro_page #intro_regist {
	text-align: center;
}
#intro_page #intro_regist p {
	font-weight: bold;
	font-size: 115%;
}


/* intro_ochat
--------------------------------------------------------------*/
#intro_page #intro_ochat {
	float: left;
	width: 570px;
}
#intro_page #intro_ochat h4,
#intro_page #intro_ochat ul,
#intro_page #intro_ochat p {
	float: right;
	width: 350px;
}
#intro_page #intro_ochat h4 {
	font-size: 120%;
}


/* intro_help
--------------------------------------------------------------*/
#intro_page #intro_help {
	float: right;
	width: 350px;
}
#intro_page #intro_help ul {
	margin-top: -6px;
}
#intro_page #intro_help ul li {
	background: url(../img/introduction.png) no-repeat -784px -238px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 6px 0px 6px 20px;
}
#intro_page #intro_help ul li.back_cl {
background-color: #f9f9f9;
}






/*============================================================
edge
============================================================*/
#edge {
	width: 550px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#edge img {
	background-image: url(../img/common.png);
	background-repeat: no-repeat;
	background-position: -805px -120px;
	margin-left: 170px;
	margin-bottom: 10px;
}
#edge h3 {
	font-size: 18px;
	color: #FF0000;
	padding-bottom: 5px;
}
#edge a {
	background-color: #FFFFCC;
	text-align: center;
	font-size: 15px;
	display: block;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
}
#edge a:hover {
	text-decoration: underline;
}

/* agent_lp
------------------------------------------------- */
/* body_lp
------------------------------------------------- */

#body_lp{
	font-family: "メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	/* font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif; */
	background: #fff none;
	line-height: 1.6;
}

/* header_logo
------------------------------------------------- */
#body_lp #header_logo{
	padding: 0;
}
#header_logo h1.service_ttl {
	margin-bottom: 15px;
}

/* layout
------------------------------------------------- */

#body_lp #container {
	width: 960px;
	margin: 20px auto 30px;
	padding: 0;
}

em {
	color: #f20040;
	font-style:normal;
}

em.set2 {
	color: #94721e;
	font-style:normal;
}

em.set3 {
	color: #f20040;
	font-size: 26px;
	font-weight: bold;
	font-style:normal;
}
.agent_sfont{
	font-size:11px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* header
------------------------------------------------- */
#body_lp #header{
	height: auto;
	clear:both;
}
#header h2 img.agent_header {
	background:url(../img/lp_img.png) no-repeat 0 0;
 margin-bottom: 5px;
	float:left;
}

#header h3 img.agent_recommend {
	background:url(../img/lp_img.png) no-repeat 0 -221px;
   margin-bottom: 20px;
}

#header p.header_read {
    margin-bottom: 15px;
}

/* lp_box0
------------------------------------------------- */

#lp_box0{
	margin-bottom:20px;
}

#lp_box0 img.agent_registration{
	background:url(../img/lp_img.png) no-repeat 0 -457px;
}
#lp_box0 img.agent_item{
	background:url(../img/lp_img.png) no-repeat -482px -457px;
}

/* lp_box_flow
------------------------------------------------- */
#lp_box_flow{
	background:url(../img/lp_img.png) no-repeat 0 -722px;
	height:142px; /*182-40*/
	width:960px;
	padding-top:40px;
	margin-bottom:20px;
}

#lp_box_flow img.lp_flow1{
	background:url(../img/lp_img.png) no-repeat 0 -955px;
}

#lp_box_flow img.lp_flow2{
	background:url(../img/lp_img.png) no-repeat -243px -955px;
}

#lp_box_flow img.lp_flow3{
	background:url(../img/lp_img.png) no-repeat -479px -955px;
}
#lp_box_flow img.lp_flow4{
	background:url(../img/lp_img.png) no-repeat -712px -955px;
}

/* lp_box_pointed
------------------------------------------------- */
#lp_box_pointed{
	background:url(../img/lp_img.png) no-repeat 0 -1112px;
	height:235px;
	width:960px;
	margin-bottom:20px;
}

#lp_box_pointed p{
	width:430px; 
	padding:87px 0 0 40px;
}

/* lp_box_account 
------------------------------------------------- */
#lp_box_account{
	background-color: #fffcf5;
	border-color: #a0a0a0;
	border-style: solid;
	border-width: 3px;
	width:954px;
	margin-bottom:20px;
}

#lp_box_account h4{
	background:url(../img/lp_img.png) no-repeat 0 -1604px;
	padding:30px 0 30px 250px;
	font-size:19px;
}

#lp_box_account div{
	padding:0 35px 15px 35px;
}

#lp_box_account h5{
	padding-bottom:3px;
	font-size:16px;
	color: #c19423;
}

#lp_box_account h6{
	float:left;
	background-color: #666666;
	padding:0 4px;
	margin:0 45px 15px 0;
	width:30px; 
	color: #ffffff;
}

#lp_box_account p{
	padding-bottom:15px;
}

#lp_box_account p strong{
	display: block;
	font-size:16px;
	padding:10px 0 10px 0;
}

#lp_box_account p strong span{
	background-color: #666666;
	padding:0 4px;
	margin-right:10px;
	font-size:13px;
	color: #ffffff;
}

#lp_box_account ol{
	float:left;
	width:790px; 
	padding-bottom:15px;
}

#lp_box_account ol li{
	list-style-type: decimal;
	margin-left:20px;
}


/* lp_box_qa
------------------------------------------------- */
#lp_box_qa{
	margin-bottom:20px;
}
#lp_box_gline{
	border:3px solid #a0a0a0;
	border-top:none;
}
#lp_box_qa img.lp_qa_bar{
	background:url(../img/lp_img.png) no-repeat 0 -1366px;
}

#lp_box_qa dl.lp_qa_dl{
	width:880px;
	padding:30px 0 20px 35px;
}
#lp_box_qa dl.lp_qa_dl dt{
	background:#f0f0f0 url(../img/lp_img.png) no-repeat 0 -1409px;
	height:34px;/*45-11*/
	padding:11px 0 0 46px;
}

#lp_box_qa dl.lp_qa_dl dd{
	margin:10px 0 20px 46px;
	width:800px;
}

#lp_box_qa dl .lp_qa_table{
 width:800px;
	margin:10px 0 30px;
}

#lp_box_qa dl .lp_qa_table th,
#lp_box_qa dl .lp_qa_table td{
	border:1px solid #999;
	padding:8px;
}

#lp_box_qa dl .lp_qa_table th{
	text-align:center;
}

#lp_box_qa dl .lp_qa_table_th1{
	background:#d3efff;
}


/* lp_form_btn_area
------------------------------------------------- */

.lp_form_btn_area {
    width:940px;/*960-20*/
    height:125px;
    text-align: center;
    margin: 0 auto 20px;
    border: 2px solid #f1f2f6;
    background-color: #f5f5f5;
	 padding:10px 10px 20px;;
}

.lp_form_btn_area p {
    text-align: center;
    margin: 10px 0;
}

.lp_form_btn_area a.lp_form_btn1 img {
	background:url(../img/lp_img.png) no-repeat 0 -1456px;
}

.lp_form_btn_area a.lp_form_btn2 img {
	background:url(../img/lp_img.png) no-repeat -457px -1456px;
   margin:0 15px;
}

.lp_form_btn_area a.lp_form_btn3 img {
	background:url(../img/lp_img.png) no-repeat -693px -1456px;
}


.lp_form_btn_area a.lp_form_btn1:hover img { background:url(../img/lp_img.png) no-repeat 0px -1520px; }
.lp_form_btn_area a.lp_form_btn2:hover img { background:url(../img/lp_img.png) no-repeat -457px -1520px; }
.lp_form_btn_area a.lp_form_btn3:hover img { background:url(../img/lp_img.png) no-repeat -693px -1520px; }

p.lp_form_supplement {
	text-align: center;
	margin: 10px 0;
}
