charset "utf-8";

html {
	font-size: 14px;
}
body {
	margin: 0px;
	line-height: 1.7em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	max-width: 1024px;
	}
.cente-body {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	/*text-align: left;*/
}


.cc-hedcopy_wrapper {
	float: none;
	height: 80px;
	margin-top: 10px;
	text-align: right;
}
.topcc_left {
	text-align: left;
	float: left;
	width: 270px;
	margin-top: 5px;
}
.topcy_right {
	text-align: right;
	margin-top: 0px;
	padding-top: 35px;


}


.cc_footer {
	height: 200px;
	background-color: rgba(137,137,137,1.00);
	margin-top: 5px;
}
.cc_footer_top {
	height: 30px;
	background-color: rgba(59,59,59,1.00);
	margin-bottom: 15px;
}

.cc_p_center_white {
	text-align: center;
	color: rgba(221,221,221,1.00);
	padding-top: 4px;
}





#formWrap {
	color: #555;
	line-height: 120%;
	font-size: 90%;
	margin-left: 0px;
}
table.formTable{
	margin-top: 0;
	margin-bottom: 0;
	border-collapse: collapse;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
table.formTable td,table.formTable th{
	border-bottom-color: #ccc;
	border-top-color: #ccc;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding: 10px;
	text-align: left;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
