﻿html {
	font-size:62.5%; /* ベースを10pxに設定 */
}

@font-face {
	font-family:"Rounded M+";
	src:url(../Font/rounded-mplus.ttf);
}

body {
	margin:0;
	text-align:center;
	width:100%;
	background-color:#FFFFFF;
}

h1 {
	font-size:7.0rem;
	margin:0;
}

hr {
	width:80%;
	margin:0 auto 0 auto;
	border:none;
	border-top:1px solid #313131;
}
/*******************************
リクエスト タイトル
*******************************/
#request-Contents {
	position:relative;
	width:90%;
	height:100%;
	margin:50px auto 0 auto;
	padding:0 0 100px 0;
	font-family:"Rounded M+";
	color:#313131;
}
/*******************************
フォーム
*******************************/
form {
	font-size:2.0rem;
	font-weight:normal;
	vertical-align:baseline;
}

table {
	width:80%;
	margin:50px auto 50px auto;
	font-size:3.3rem;
	text-align:left;
}

th {
	padding:0;
}

td {
	padding:0 0 0 30px;
}

input {
	padding:0;
	height:30px;
	font-size:2.3rem;
	font-weight:normal;
}

form small {
	font-size:2.0rem;
	color:#FCA400;
	font-weight:bold;
}

select {
	height:30px;
	font-size:2.3rem;
}

textarea {
	margin:10px 0 0 0;
	padding:5px 5px 5px 5px;
	font-size:2.3rem;
	max-width:28em;
	max-height:25em;
}

.send-button {
	text-align:center;
	cursor:pointer;
	width:250px;
	height:80px;
	font-size:4.5rem;
	color:#ED9E00;
	background-color:#FFFFFF;
	border:3px solid #ED9E00;
}

.send-button:active {
	color:#FFFFFF;
	border:none;
	background-color:#ED9E00;
}