@charset "Shift_jis";

samp {
 padding: 4px 5px 2px 5px;
 font-size: 15px;
 color: #ff0033;
 background-color: #ffeeee;
 margin-left: 7px;
}

input[type=text]{
 height: 30px;
 font-size: 16px;
 background-color: #eeffff;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -webkit-appearance: none;
 }

input[type=radio]{
 background-color: #eeffff;
 width: 22px;
 height: 22px;
 vertical-align: middle;
 margin: 3px;
 }

select {
 height: 30px;
 width: 250px;
 font-size: 16px;
 background-color: #eeffff;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -webkit-appearance: none;
 }

textarea {
 width: 100%;
 font-size: 16px;
 background-color: #eeffff;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -webkit-appearance: none;
 }

button {
 font-size: 16px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -webkit-appearance: none;
 padding: 3px;
 }


section p {
	padding-bottom: 20px;
}


/* 860ȏ */

@media only screen and (min-width: 860px){
	
body {
	height:5120px;
}

}


/* 860ȉ */

@media only screen and (max-width: 860px){


body {
	height:1190px;
}

}