/* CSS Document */

#formWrap {
	width:900px;
	margin:0 auto;
	color:#555;
	line-height:140%;
	font-size:100%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:25%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p{
	line-height:140%;
	font-size:95%;
}

.font_mini_90{
	font-size:90%
}

.font_mini_80{
	font-size:80%
}

h1{
	font-size:22px;
	margin-bottom:5px;
}

h2{
	font-size:18px;
}

h3{
	text-align:center;
	font-size:22px;
}

h4{
	text-align:center;
	font-size:26px;
}


.square {
	font-size:14px;
	color:#FFF;
	width:40px;
	background-color:#FF9797;
	float:right;
	padding:1px 3px 1px;
	text-align:center;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  	
}

#copyright{
	padding:40px 0px 10px;
	font-size:12px;
	text-align:center;
}

input[type="text"],
textarea,select{
    padding: 0.5em;
    outline: none;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}

input[type="text"]:focus,
textarea:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}

input[type="text"] {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

/** エラー **/
.error{
	color:#F00;
}


/** ボタン **/

input#submitBtn {
    padding: 15px 40px;
    font-size: 1.2em;
    background-color: #666;
    color: #fff;
    border-style: none;
	cursor : pointer;
}


input#submit_button_reset {
    padding: 10px 30px;
    font-size: 1.0em;
    background-color: #999;
    color: #fff;
    border-style: none;
	cursor : pointer;
}
