h1{
	background: transparent url(https://static-sv.fc2.com/share/fc2parts/image/fc2logo.png) no-repeat left top;
	font-size: 170%;
	display: block;
	font-weight: bold;
}
h1 a{
	background: transparent url(../img/live_chat_service_icon.png) no-repeat right top;
	color: black;
	text-decoration: none;
	font-size: 26px;
	padding: 0 30px 0 100px;
}
h1 a:link,
h1 a:visited{
	text-decoration: none;
	color: black;
}
h2{
	line-height: 2em;
	margin-bottom: 15px;
	/* For Mozilla/Gecko (Firefox etc) */
	background:-moz-linear-gradient(top, #FFFFFF, #F0F0F0);
	/* For WebKit (Safari, Google Chrome etc) */
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0));
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#F0F0F0);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#F0F0F0)";
	text-indent: 20px;
	border-top: 3px solid #E80011;
	border-bottom: 1px solid #E0E0E0;
	clear: both;
}
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;
	clear: both;
}
#header div.title{
	width: 500px;
	float: left;
	margin-top: 25px;
}
.maintainInfo{
	color: #666;
	background-color: #fafafa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:8px;
	margin: 0 30px 10px;
}
input.textinput,
textarea.info,
input.file{
	margin-bottom: 10px;
}
input.checkinput,
input.radioinput{
	margin-bottom: 20px;
	padding:8px;
}
input.textinput,
textarea.info{
	color: #666;
	background-color: #fafafa;
	border: 1px solid gray;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:8px;
}
select.selectinput{
	color: #666;
	background-color: #fafafa;
	border: 1px solid gray;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:6px;
}


/*warning*/
.warning{
	padding: 10px;
	border: 1px solid #FFBF00;
	background: #FFF5D9;
}

/*color*/
.red{
color: #E80011;
}

/* マージン（cssの最下部で指定）
------------------------------------------------- */
.mgn5d  {margin: 0 0 5px;}
.mgn10d {margin: 0 0 10px;}
.mgn15d {margin: 0 0 15px;}
.mgn20d {margin: 0 0 20px;}
.mgn25d {margin: 0 0 25px;}
.mgn30d {margin: 0 0 30px;}

/* text-align
------------------------------------------------- */
.txt_c{text-align:center !important;}
.txt_l{text-align:left; !important;}
.txt_r{text-align:right; !important;}


/* float
------------------------------------------------- */
.right{float: right;}


/* ログインボタン
-------------------------------------------*/
#box_login p{
	margin: 0px 0px 15px;
}
#box_login h5{
	background: #EEE;
	font-weight: bold;
	color: #757575;
	font-size: 1.3em;
	padding: 4px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
#box_login div.login,
#box_login div.regist{
	width: 470px;
	text-align: center;
	border: 1px solid #CCC;
	min-height: 135px;
}
#box_login div.login{
	float: left;
}
#box_login div.regist{
	float: right;
}
#box_login div.login a.btn img{
	background: url(https://static-sv.fc2.com/share/fc2parts/image/share_parts.png) no-repeat -685px -1449px;
}
#box_login div.regist a.btn img{
	background: url(https://static-sv.fc2.com/share/fc2parts/image/share_parts.png) no-repeat -930px -870px;
}
/**/

/* 登録申請, 登録情報変更, 出演者登録
-------------------------------------------*/
form#regist,
form#editInfo,
form#registCast,
form.agent{
	margin: 20px auto;
	padding: 0 100px;
}
form#regist dl,
form#editInfo dl,
form#registCast dl,
form.agent dl{
	clear: both;
}
form#regist dl.half,
form#editInfo dl.half,
form#registCast dl.half,
form.agent dl.half{
	width: 50%;
	float: left;
	clear: none;
}
form#registCast dl.quarter,
form.agent dl.quarter{
	width: 25%;
	float: left;
	clear: none;
}
form#regist dl dt,
form#editInfo dl dt,
form#registCast dl dt,
form.agent dl dt{
	height: 1.4em;
	line-height: 1.4em;
	color: #666;
}
form#regist dl dt span,
form#editInfo dl dt span,
form#registCast dl dt span,
form.agent dl dt span{
	margin-left: 10px;
	font-size: 0.8em;
	color: #0066cc;
}
form#regist dl.half dd p,
form#editInfo dl.half dd p,
form#registCast dl.half dd p,
form.agent dl.half dd p{
	color: #999;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:8px;
	margin-bottom: 10px;
}
form#regist input.textinput,
form#editInfo input.textinput,
form#registCast input.textinput,
form.agent input.textinput{
	width: 96%;
}


form#regist dl.half input.textinput,
form#regist dl.half dd p,
form#editInfo dl.half input.textinput,
form#editInfo dl.half dd p,
form#registCast dl.half input.textinput,
form#registCast dl.half dd p{
	width: 92%;
}
form#regist textarea.info,
form#editInfo textarea.info,
form#registCast textarea.info,
form.agent textarea.info{
	width: 96%;
	height: 3em;
}
form#regist div.terms{
	width: 96%;
	height: 15em;
	padding:4px 8px;
	overflow: auto;
	border: 1px solid gray;
	background-color: #fafafa;
	margin-bottom: 6px;
}
div.terms dt{
	padding: 8px 8px 8px 16px;
	text-decoration: underline;
	font-weight: bold;
}
div.terms dd,p{
	padding: 0px 8px 8px 16px;
}

form#regist input.buttonsubmit,
form#registCast input.buttonsubmit{
	margin: 20px 0 0 0;
	font-size: 1.2em;
	display: block;
}

form#confirm{
	padding: 0 100px;
}
form#confirm p{
	color: #06c;
	line-height: 1.8em;
}
form#confirm dl{
	clear: both;
	overflow: auto;
	margin: 0;
	border-bottom: 1px dotted #666;
}
form#confirm dl dt{
	float: left;
	width: 20%;
	text-align: center;
	margin: 0;
	line-height: 2em;
}
form#confirm dl dd{
	float: left;
	width: 70%;
	padding: 0 10px;
	margin: 0;
	line-height: 2em;
	border-left: 1px dotted #ccc;
}

#registAgent div.complete{
	margin: 50px 0 0 200px;
}
#registAgent div.complete p{
	font-size: 1.6em;
	margin: 0 0 20px;
	font-weight: bold;
	color: #59c;
}
#registAgent div.complete div{
	font-size: 1.1em;
	line-height: 1.8em;
}

form#registCast input#age,
form.agent input.short{
	width: 20%;
}
form#registCast input#distribute,
form.agent input.small{
	width: 10%;
}
form#registCast input#payTiming{
	width: 10%;
}
form#registCast input#payPoint{
	width: 10%;
}

/**/

/* 検索フォーム
-------------------------------------------*/
form#search{
	margin: 20px auto;
	padding: 0 10px;
}

form#search dl{
	clear: both;
}

form#search dl.half{
	width: 50%;
	float: left;
	clear: none;
}

form#search dl.quarter{
	width: 25%;
	float: left;
	clear: none;
}

form#search dl dt span{
	margin-left: 10px;
	font-size: 0.8em;
	color: #0066cc;
}

form#search dl.half dd p{
	color: #999;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:8px;
	margin-bottom: 10px;
}

form#search input.textinput{
	width: 20%;
}

form#search dl.half input.textinput,
form#search dl.half dd p{
	width: 92%;
}


form#search div.button{
	clear: both;
	margin-top: 20px;
	text-align: center;
}

ul.button li{
	display: inline;
	float: left;
	margin: 0 5px 10px;
	width: 120px;
	height: 30px;
}

ul.button li a{
	display: block;
	color: #333;
    text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
    background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
    border: 1px solid;
	border-color: #ccc #999 #999 #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

ul.button li a:hover{
	background: -moz-linear-gradient(top, #fff, #ececec 1%, #ececec 50%, #dbdbdb 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #ececec), color-stop(0.5, #ececec), color-stop(0.99, #dbdbdb), to(#ccc));
    border-color: #999 #666 #666 #999;
}

ul.button li a:active{
    background: #ddd;
    padding: 6px 0 4px;
}
/**/

/* 本登録
-------------------------------------------*/
form#activation{
	margin: 20px auto;
	padding: 0 100px;
}
form#activation p{
	margin: 20px 0;
}
form#activation input.textinput{
	width: 96%;
}
/**/


/* 登録ステップ
-------------------------------------------*/
ul#step{
	margin-bottom: 10px;
	clear: both;
	overflow: auto;
}

ul#step li{
	border: 1px solid #CCC;
	display: inline;
	float: left;
	overflow: auto;
	margin: 0 5px 0 0;
}
ul#step li h5{
	background: #EEE;
	font-weight: bold;
	color: #757575;
	font-size: 1.2em;
	text-align: center;
	padding: 4px 0px;
	border-bottom: 1px solid #CCC;
}
ul#step li p{
	padding: 5px 10px;
}
ul#step li.active{

}
ul#step li.active h5{
	background: #FFFFCC;
	color: #FF7700;
}
ul#step li.active p{
	background: #FFFFEE;
}

/* 矢印 - 後で矢印のみの要素どうにかしてもらう */
ul#step li { position: relative; top: 0; left: 0; }
ul#step li.arrow{
	padding:50px 0 0 15px;
	border: none;
}
ul#step li.arrow:before {
	content: "";
	position: absolute;
	top: 34px;
	left: 0px;
	width: 5px;
	height: 6px;
	background: #E80011;
}
ul#step li.arrow:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 5px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #E80011;
}

/**/

/* 検索結果
-------------------------------------------*/
#searchResult li{
	display: inline;
	float: left;
	margin: 0 5px 10px 0;
	width: 102px;
	height: 120px;
	overflow: hidden;
}
#searchResult li a{
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#searchResult li a img{
	border: 1px solid #999;
	background-color: #ccc;
}


/**/


/* チャット監視
-------------------------------------------*/
#chatframe {
	margin: 0px;
}
#adult,
#nonadult{
	margin: 5px 0;
	clear: both;
	overflow: auto;
}
#adult p,
#nonadult p{
	padding: 5px 10px;
	font-weight: bold;
	background-color: #666;
	color: white;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.user_box{
	margin: 2px 2px 0 0;
	width: 100px;
	text-align: center;
	border: 1px solid #999999;
	overflow: hidden;
	display: inline;
	float: left;
	cursor: pointer;
}

.user_box .user_name,
.user_box .user_status{
	height: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
}

.user_box .user_title{

}

.user_box .user_border{
	border-bottom: 1px dotted #999999;
}

.user_no_image {
	background: white url('../img/common.png') no-repeat -170px -390px;
}

#castlist {
	background-color: #E6E6E6;
	margin: 5px 0;
}
#flashchat {
	background-color: #E6E6E6;
	margin: 5px 0;
}

ul#memo{
	margin-top: 20px;
}

ul#memo li{
	display: block;
}

ul#memo li p{
	margin-right: 5px;
	font-weight: bold;
	color: #06c;
	display: inline;
}

ul#memo li input{
	margin-right: 3px;
}

ul#memo li textarea{
	width: 940px;
	height: 50px;
	margin:5px 0 10px;
	padding: 5px 10px;
	display: block;
	background-color: #eee;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#clear {
  clear: both;
}


/* 売上管理
-------------------------------------------*/
div.info{
	color: white;
	background-color: #666;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding:8px;
}

table.sales{
	width: 100%;
	margin: 5px auto;
	border-collapse: collapse;
}
#amount table.sales{
	width: auto;
	margin: 5px 0;
}

table.sales th,
table.sales td{
	border: 1px solid #666;
}
table.sales th,
table.sales tr.total td{
  margin: 0px;
  padding: 3px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: rgb(63,63,127);
}
table.sales td.highlight{
	background-color: #f9ffff;
}

table.sales tr.total td{
	text-align: right;
	background-color: #FFFFCC;
}
table.sales th.date{
	width: 52px;
}

table.sales td a.max{
	display: block;
	width: 100%;
	height: 100%;
}

table.sales td {
  margin: 0px;
  padding: 2px 4px;
  text-align: right;
}

/* プロフィール編集
-------------------------------------------*/
#editCastProfile ul.menu{
	margin: 30px 30px 15px;
	overflow: auto;
}
#editCastProfile ul.menu li{
	width: 100px;
	height: 20px;
	display: inline;
	float: left;
	cursor: pointer;
	color: #04c;
}

#editCastProfile div.form{
	display: none;
}






/* 換金手続き
-------------------------------------------*/
#amount div.pay_method{
	margin: 30px 0;
}
#amount div.pay_method h4{
	margin: 0px 0px 20px;
}
#amount div.pay_method img{
	float: left;
}

#amount div.pay_method h5{
	padding: 0 0 5px;
}

#amount div.pay_method .right{
	width:500px;
}

#amount ol li{
	list-style: decimal;
	margin-left:20px;
}

#amount div.pay_method p{
	width: 380px;
	padding: 10px;
	border: 1px solid #FFBF00;
	background: #FFF5D9;
}
#amount div.pay_method p span{
	display: block;
}

#amount table.sales{
	width:700px;
	margin-bottom:20px;
}


/* 関連リンク */
#relation_link ul li{
	display: inline;
	margin: 0 30px 0 0;
}

/* ホーム
-------------------------------------------*/
.home {
	margin-bottom: 32px;
}
.home dl {
	margin: 8px 0 4px 0;
}
.home dt {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 2px;
}
.home dd {
	margin-left: 16px;
}

.home a {
	font-weight: bold;
	font-size: 110%;
}

.home .manual {
	float: left;
	text-align: center;
	margin: 0 8px;
}

.home .manual1 {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 2px;
}

.home .manual2 {
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	color: silver;
}


/* ツール
-------------------------------------------*/
.tools {
	margin: 20px auto;
	padding: 0 100px;
}
.tools dl{
	clear: both;
}
.tools dl.half{
	width: 50%;
	float: left;
	clear: none;
}
.tools dl dt{
	height: 1.4em;
	line-height: 1.4em;
	color: #666;
	margin: 2px 0;
	font-weight: bold;
	text-decoration: underline;
}
.tools dl dt span{
	margin-left: 10px;
	font-size: 0.8em;
	color: #0066cc;
}
.tools dl.half dd p{
	color: #999;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:8px;
	margin-bottom: 10px;
}
.tools input.textinput{
	width: 96%;
}


.tools dl.half input.textinput,
.tools dl.half dd p{
	width: 92%;
}
.tools textarea{
	width: 96%;
	height: 3em;
}


/* 配信に利用しているアカウントでエージェント登録する場合
 --------------------------------------------------*/
 .main_accordion h3{
	padding-left:10px; 
	border-bottom:1px solid #aaa;	
 }
 
.main_accordion h6{
	font-weight:normal;
	background-color: #666666;
	padding:0 4px;
	width:30px; 
	color: #ffffff;
 	margin-left:16px;
 	-moz-border-radius:4px;   /* Mozilla */
	-webkit-border-radius:4px;   /* Safari */
	-khtml-border-radius:4px;   /* Old Safari, KHTML */
	border-radius:4px;   /* CSS3 */		
}

.main_accordion p strong{
	display: block;
 	padding:5px 0 0 0;
 	font-weight:normal;	
}

.main_accordion p strong span{
	background-color: #666666;
	padding:0 4px;
	margin-right:10px;
	font-size:13px;
	color: #ffffff;
	-moz-border-radius:4px;   /* Mozilla */
	-webkit-border-radius:4px;   /* Safari */
	-khtml-border-radius:4px;   /* Old Safari, KHTML */
	border-radius:4px;   /* CSS3 */		
}

.main_accordion ol{
	padding:0 0 15px 16px;
}

.main_accordion ol li{
	list-style-type: decimal;
	margin-left:20px;
}
.cautions_ac {
	background:#E80011;
	color:#fff;font-size:13px;
	padding:2px;
	margin-right:5px;
	-moz-border-radius:4px;   /* Mozilla */
	-webkit-border-radius:4px;   /* Safari */
	-khtml-border-radius:4px;   /* Old Safari, KHTML */
	border-radius:4px;   /* CSS3 */	
}
