/*============================================================*
 * sns.css
 *
 *  default
 *============================================================*/

/*------------------------------------------------------------*
 * default
 *------------------------------------------------------------*/

body , table , td {
    font-size:14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Maru Gothic Pro", Osaka, "MS PGothic", sans-serif;
 }

.snsWrapper table {
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px #333333 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
	table-layout: fixed;
	margin-bottom:6px;
}

.snsWrapper table td {
	border: 1px #333333 solid; /* セルの枠線（太さ・色・スタイル） */
 	max-width: 400px;
	word-wrap: break-word;
}

.snsWrapper input[type="text"] {
 	width: 90%;
}
.red {
	color:#FF0000;
}

textarea {
    border: 1px solid #999999;
}