@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FFF;
	color: #333;
	font-size: 0.75em;
	line-height: 1.5;
  width:100%;/*width: 618px;から100%に変更*/
}
conTxBox02{
  width:1170px;/*width: 618px;から100%に変更*/
  height:750px;
}
p{
    font-size:18px;
}
.form {
	width: 100%; /*width: 618px;から100%に変更*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.form table {
	border: 1px solid #ccc;
	width:1170px;/*width: 618px;から100%に変更*/
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.form table .abs {
	margin-left: 3px;
	color: #f00;
}
.form table th {
	background: #eeeeee;
	width: 25%;
}
.form table td {
	border-bottom: 1px dashed #ccc;
	width: 75%;
}
.form table th, .form table td {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
    font-size: 18px;
}
.form table td.submit {
	border: 0;
	text-align: center;
}
li {
	list-style-type: square;
	list-style-position: inside;
}

.conTxBox02{
}
/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
body{
  width:100%;
  height:auto;
}
.form {
	width: 90%;
  display:block;
  margin:0 auto;
}
.form table {
	width: 100%;
}
.form table .abs {
	margin-left: 3px;
	color: #f00;
}
.form table th {
	background: #eeeeee;
	width: 40%;
}
.form table td {
	width: 60%;
}
iframe{
  width:1170px;
  height:900px;
}
}

/* 幅620px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 620px){
body{
  width:100%;
  height:auto;
}
.form {
	width: 90%;
  display:block;
  margin:0 auto;
}
.form table {
	width: 100%;
}
.form table .abs {
	margin-left: 3px;
	color: #f00;
}
.form table th {
    font-size:12px;
	background: #eeeeee;
	width: 25%;
}
.form table td {
    font-size:12px;
	width: 75%;
}
    p{
        font-size:12px;
    }
}