@charset "utf-8";

/* 最小幅800px以上(パソコン)＋20px(スクロールバーbug) */


/* -- #contents -- */
div#contents div.blockA {
padding:5px;
}

fieldset {
border-width: 0;
width:100%;
margin-bottom:10px;
}
fieldset legend {
font-weight:bold;
}
fieldset div.fblock{
width:100%;
}
span.falert {
color:#FF0000;
font-weight:bold;
clear:both;
}
input[type="text"]{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
background-color:#EEEEEE;
border:1px solid #CCCCCC;
display: block;
font-size: 14px;
font-size:1.4rem;
line-height: 1.4;
margin: 0.5em 0;
outline: 0 none;
padding: 0.4em;
width: 90%;
border-radius:8px;
}
textarea{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
background-color:#EEEEEE;
border:1px solid #CCCCCC;
display: block;
font-size: 14px;
font-size:1.4rem;
line-height: 1.4;
margin: 0.5em 0;
outline: 0 none;
padding: 0.4em;
width: 90%;
height:100px;
border-radius:8px;
}
input[type="submit"] {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
display:block;
height:2.0em;
width:100%;
line-height:30px;
text-align:center;
text-decoration:none;
border-radius:0.1em;
margin:10px 0px;
text-shadow:-1px -1px 1px rgba(255, 255, 255, 0.5);
font-weight:bold;
color:#fff;
font-size: 1.6px;
font-size: 1.6rem;
line-height: 1.6;
}
input.check[type="submit"],input.send[type="submit"] {
background:linear-gradient(#e81c1c, #e86b6b) repeat scroll 0 0 #000000;
background:-moz-linear-gradient(#e81c1c, #e86b6b);
background:-webkit-gradient(linear, left top, left bottom, from(#e81c1c), to(#e86b6b)); 
border:1px solid #e81c1c;
}
input.back[type="submit"] {
background:linear-gradient(#cccccc, #cccccc) repeat scroll 0 0 #000000;
background:-moz-linear-gradient(#cccccc, #cccccc);
background:-webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#cccccc)); 
border:1px solid #cccccc;
}
span.red{
color:red;
}

