@charset "UTF-8";

/* ------------------------------
  全体
------------------------------ */

#goiken-all{
	width: 540px;/* iframe全体の幅です。適宜調整してください。 */
	padding: 0;
}
.cx_smartphoneview #goiken-all {
	width: 600px;
	height: 600px;
}

/* ------------------------------
  各メッセージ部分
------------------------------ */

/* メッセージ全体 */
#goiken-all dl {
	border:;/* 枠線 */
	box-shadow:;/* シャドウ */
	background:#FFF;/* 背景色 */
}

/* タイトル */
#goiken-all dl dt {
	background: #434631;/* 背景色 */
	border-bottom:none;/* 下線 */
	color: #fff;/* 文字色 */
}

/* 本文 */
#goiken-all dl dd {
	color: #161616;/* 文字色 */
}
.cx_smartphoneview #goiken-all dl dd {
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

#goiken-all dl dd p {
	color:;/* 投稿者文字色 */
}

#goiken-all dl dd p span {
	color:;/* 投稿日時文字色 */
 }

/* 最下部メッセージ */
#goiken-all dl.notify {
	border: solid 1px #D4D3D7;/* 全体枠線 */
	border-radius: 0;/* 全体角丸 */
	color: #161616;/* 全体文字色 */
}

#goiken-all dl.notify dt {
	background-color: #a8a8a8;/* 上部メッセージ背景色 */
	color: #000;/* 上部メッセージ文字色 */
	border-radius: 0;/* 上部メッセージ角丸 */
}

