@charset "utf-8";
/* CSS Document */

/*PC用*/
body{
	margin: 0;
	padding: 0;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.sotowaku01{
	width: 100%;
	height: auto;
	text-align: center;
}

.wrap{
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

span{
	font-size: 12px;
	color: #ff0000;
}


p{
	font-size: 16px;
	color: #00a000;
}


table.form_01{
	width: 690px;
	height: auto;
	border-collapse: collapse;
	border-bottom: solid 1px #cccccc;
}

table.form_01 th{
	width: 212px;
	padding: 4px 0px 4px 12px;
	color: #00a000;
	background-color: #f0f0f0;
	border-top: solid 1px #cccccc;
}

table.form_01 td{
	width: 466px;
	padding: 4px 0px 4px 12px;
	border-top: solid 1px #cccccc;
}


input{
	font-size: 14px;
}

textarea{
	width: 90%;
/*	width: 400px;*/
	height: 150px;
	font-size: 14px;
	color: #333333;
}

.button{
	text-align: center;
	padding: 12px 0px 12px 0px;
}



/*スマートフォン、タブレット対応*/
@media screen and (max-width: 750px) {

body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
}
.sotowaku01{
	width: 100%;
	height: auto;
	text-align: center;
}

.wrap{
	width: 90%;
	text-align: left;
}

span{
	font-size: 12px;
	color: #ff0000;
}


p{
	font-size: 16px;
	color: #00a000;
}


table.form_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-collapse: collapse;
	border-bottom: solid 1px #cccccc;
}

table.form_01 th,
table.form_01 td{
	display: block;	
}

table.form_01 th{
	width: 100%;
	padding: 4px 0px 4px 0px;
	color: #00a000;
	border-top: solid 1px #cccccc;
}

table.form_01 td{
	width: 100%;
	padding: 4px 0px 4px 0px;
	border-top: solid 1px #cccccc;
}


input[type=text] {
	width: 95%;
	font-size: 16px;
}


textarea{
	width: 95%;
	height: 150px;
	font-size: 16px;
	color: #333333;
}


.button{
	text-align: center;
	padding: 24px 0px 32px 0px;
}

}


