@charset "UTF-8";
/* CSS Document */

#header {
	background-image:url(../images/header_img.jpg);
}
#header .title {
	background-image:url(../images/header_title.png);
}


/*===== PC =====*/

/*フォーム*/
form label {
	display:block;
	width:100%;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}
form label span {
	display:inline-block;
	background-color:#be0000;
	padding: 5px 10px;
	margin-left: 6px;
	line-height: 1;
	font-size: 10px;
	color:#FFF;
    vertical-align: middle;
}
form input, form textarea {
	width:90%;
	margin-bottom: 33px;
	padding: 15px;
	font-size:125%;
	background-color: #F7F7F7;
	border: solid #CCC 1px;
}
form input[type="submit"] {
	width:90%;
	color:#FFF;
	background-color: #be0000;
	padding:15px 50px;
	border-radius: 8px;
}
.pi {
	width:90%;
	height: 350px;
	padding: 15px;
	overflow: scroll;
	border: solid #CCC 1px;
	margin-bottom: 33px;
}
#contents .pi h2 {
	margin:0 0 2em;
}