﻿@charset "utf-8";

/*
-----------------------------------------------------------
	Reset
-----------------------------------------------------------
*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, dl, dt, dd, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, header, footer {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    height:100%;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.809em;
	line-height: 1em;
	font-weight: bold;
}
th {
 	font-weight: bold;
}
p, ul, ol, dl, blockquote, tr, th, td {
	font-size:100%;
	line-height: 1.618em;
	margin-bottom: 1.618em; 
}
a, a:visited { outline: none; text-decoration: underline; }  
a:hover { outline: none; text-decoration:none; }  
a:active, a:focus { outline: none; }

/*
-----------------------------------------------------------
	PbsChat Style Sheet
-----------------------------------------------------------
*/
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:90%;
	line-height: 1.3753em;
	height:100%;
	margin:0px auto;
}
div#container{
	height:100%;
	min-height: 100%;
	font-size:inherit;
	letter-spacing: 0em;
	max-width: 900px;
	min-width:480px;
	margin: 0 auto;
	padding-left:1em;
	padding-right:1em;
	word-wrap:break-word;
	box-shadow: 0px 0px 2px 2px #999;
}
body > #container {
    height: auto;
}

.cf:before, .cf:after { content: ""; display: block; }
.cf:after { clear: both; }

/* ヘッダー */
div#header {
	font-size:inherit;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: solid 1px #ccc;
	box-shadow: 0px 1px #777;
}

/* メイン */
div#main {
	padding-top:5px;
	padding-bottom:10px;
}

/* フッター */
div#footer {
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	font-size:85%;
	letter-spacing: 3px;
	text-decoration: none;
	border-top: solid 1px #ccc;
	box-shadow: 0px -1px #777;
}

/* 画像の枠 */
.imgframe {
	margin-right:10px;
	padding: 6px;
	border: 1px solid #bcbace;
	background: #a25768;
}

/*
-----------------------------------------------------------
	フォーム
-----------------------------------------------------------
*/
/* テキストを入力するフォーム */
textarea, input[type=text], input[type=password], input[type=file], select {
	border:1px solid #777;
	margin:2px;
	padding: 5px;
	color: #333;
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #fff;
	background: -webkit-linear-gradient(top,#eee,#fff);
	background: -moz-linear-gradient(top,#eee,#fff);
	background: linear-gradient(to bottom, #eee, #fff);
}
textarea:focus, input[type=text]:focus, input[type=password]:focus, select:focus {
    background: #fff;
}

/* テキストラベル */
label.textlabel {
	margin: 0px 3px 0px 5px;
	font-weight: bold;
	display: inline-block;
	white-space: nowrap;
}

/* 送信ボタン */
input[type=button], input[type=submit], input[type=reset], a.button {
	margin: 0px 0px 0px 10px;
	font-weight:bold;
	font-size: 116%;
	border:1px solid #777;
	padding: 4px 10px;
	color: #666;
	cursor: pointer;
	background: #ddd;
	border-radius: 3px;
	box-shadow:1px 1px 3px #bbb, -1px -1px 1px #eee, 1px 1px 0 0 #fff inset;
	background: -webkit-linear-gradient(top,#eee,#ccc);
	background: -moz-linear-gradient(top,#eee,#ccc);
	background: linear-gradient(to bottom, #eee, #ccc);
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, a.button:hover {
	color: #fff;
	background: #999;
	box-shadow: 1px 1px 3px #bbb,1px 1px 0 0 #aaa inset;
}
input[type=button]:active, input[type=submit]:active, input[type=reset]:active, a.button:active {
	top:1px;
	position:relative;
	background: #959595;
	box-shadow: 0 0 0 #fff;
}

a.button {
	background: #ddd;
	text-decoration:none;
	padding: 4px 15px;
	margin: 2px 0px 10px 6px;
}

/*
-----------------------------------------------------------
	チャット本文表示
-----------------------------------------------------------
*/

/* 発言時間 */
.timestamp {
	font-size: 77%;
}

/* 参加者 */
.entrant {
	margin:0px 5px 0px 0px;
	padding:0px 1px 0px 3px;
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	border-radius: 2px;
}

/* 区切り線 */
.sline {
    border: 0;
    height: 1px;
    background: #999999;
}

/*
-----------------------------------------------------------
	入室画面
-----------------------------------------------------------
*/

/* 戻るリンク */
#backlink {
	float: right;
}

h1.ent {
	font-size: 153.9%;
	display:inline;
}

h2.ent {
	display:table;
	padding:10px;
	font-size: 118%;
	line-height: 1.3753em;
	min-width:300px;
	border: dotted 1px #ccc;
	border-radius: 5px;
}

/* カラーリスト */
#colorList {
	width:100%;
	height: 300px;
}

.colorbox {
	width:150px;
	display: inline-block;
	cursor: pointer;
}

.colorbox:hover {
text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 2px 2px 2px #666;
font-weight: bold;
}

#ent_gk {
	width: 70%;
	min-width:300px;
	max-width:700px;
}
/*
-----------------------------------------------------------
	発言表示
-----------------------------------------------------------
*/
#now {
	float:right;
}

#join {
	float:left;
}

/*
-----------------------------------------------------------
	発言装飾（BBコード、ささやきで使用）
-----------------------------------------------------------
*/
.bb_bold {
	font-weight: bold;
}

.bb_italic {
	font-family: 'HGPｺﾞｼｯｸM','ＭＳ Ｐゴシック','MS PGothic';
	font-style: italic;
}

.bb_under {
	text-decoration: underline;
}

.bb_strike {
	text-decoration: line-through;
}


/*
-----------------------------------------------------------
	その他
-----------------------------------------------------------
*/

/* 画像のライトボックス表示 */
.overlay {
  position: fixed;
  _position: absolute;
  display: none;
  top: 0;
  width: 100%;
  z-index: 1;
}
.overlay img, .portrait {
  display: inline-block;
  position: absolute;
	padding: 6px;
	border: 1px solid #bcbace;
	background: #a25768;
	box-shadow: 10px 10px 20px 0px #bcbace;
}
.lightbox {
text-decoration:none
}


/* プロフィールの上部のメニュー */
div.prof {
	width:500px;
	float:left;
	display:inline-block;_display:inline;
	margin-right: 10px;
}
.navi {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 3px 0px 2px 10px;
}
/* リスト装飾 */
ul.prof {
	margin-top: 5px;
	list-style:none;
	border:none;
	overflow:hidden;
	border-radius: 5px;
	padding:1px 1px 0 1px;
}
ul.prof li {
	list-style:none;
	border:none;
	float:left;
	clear:both;
	width:100%;
	margin:0 0 1px 0;
	padding:4px 0;
	float:left;
}
ul.prof li label{
	float:left;
	display:block;
	width:100px;
	padding-left:2px;
	margin-left: 10px;
	font-weight: bold;
}
ul.prof li.listtitle {
	padding:0;
	border:0;
	margin-bottom:0;
}
div.listtitle {
	font-weight: bold;
	height:31px;
	padding:5px 10px 0px 10px;
}
/* 必須入力の色 */
.req {
	font-weight : normal;
	color : red;
}


/*
-----------------------------------------------------------
	色指定
-----------------------------------------------------------
*/

/* テーブル装飾 */
table {
	margin-left: 10px;
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
}
.zebra td, .zebra th {
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #393e4f;
}

/* テーブルのストライプ部分の色 */
.zebra tbody tr:nth-child(even) {
    background: #000000;
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border-top: 2px solid #393e4f;
    border-bottom: 2px solid #393e4f;
    background-color: #000000;
}

/* プロフィールのカラー設定 */
body.prof {
background: #000000;
color:#ffffff;
}
body.prof a {
	color: #444444;
}

/* プロフィールの上部のメニューの色設定 */
.navi {
    background:#bcbace;
}

/* リストの色 */
ul.prof li{
    background:#000000;
    border-top:solid 1px #bcbace;
    border-bottom:solid 1px #bcbace;
}
ul.prof,div.listtitle {
    background:#393e4f;
    _border-bottom:solid 1px #bcbace;
}


.hgform {
	width:50%;
}

@media handheld, only screen and (max-width: 480px) {
	div#container { width: 100% !important; max-width: 100% !important; padding:0px;}

.hgform {
	width:95%;
	font-size:200%;
}

}
