
/************************************************/
/*        フォームメーE僖好織ぅE掘璽        */
/************************************************/


/* ------ ページ全体 ------ */
body {  
	background-color: #ffffff;  /* 背景色 */
}


/* ------ タイトE------ */
.title {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
}


/* ------ メッセージ ------ */
.msg_head {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	line-height: 140%;
}

.msg_foot {
	color: #000000;             /* 文字色 */
	text-align: center;         /* 配置 */
	font-size: 14px;
}

.msg_poli {
	color: #000000;             /* 文字色 */
	text-align: center;         /* 配置 */
	font-size: 14px;
}


/* ------ テーブE------ */
table {
	border-style: none;
	width: 95%;
	margin: 20px 10%;
}

table th {                          
	background-color: #cccccc;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 8px;
}

table td {
	background-color: #eeeeee;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 8px;
}


/* ------ ボタE------ */
.submit {
	text-align: center;         /* 配置 */
}


/* ------ add------ */

#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 20px;
}

.redmoji {
	color: #F00;
	font-size: 12px;
}

.redmoji2 {
	color: #F00;
	font-size: 14px;
	line-height: 140%;
}

.mmoji {
	font-size: 14px;
	line-height: 140%;
}

.smmoji {
	font-size: 12px;
	line-height: 140%;
}

.notemoji {
	font-size: 14px;
	line-height: 190%;
	color: #111;
}

.mfutomoji {
	font-size: medium;
	font-weight: bold;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.boxcenter {
    text-align: center;
	padding-left: 100px;
}

/* M{^ */
input[type="submit"] {
padding: 10px 20px;
border: none;
background: #ff6600;
color: #fff;
font-size: 16px;
}
 
/* M{^ - }EXI[o[ */
input[type="submit"]:hover {
background: #cc3300;
}
 
/* M{^ -  */
input[type="submit"][disabled] {
background-color: #ccc;
cursor: default;
}

.pnkblock {
	margin: 10px 10px 10px 40px;
	padding: 10px 20px;
	float: left;
	width: 930px;
	border: 1px solid #666;
	background-color: #fffaf0;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}