@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
html {
	overflow-y: scroll;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust:none;/* iPhoneでの文字サイズ自動修正
を使わない*/
}
img {
	border:0;
}
.clear {
	clear:both;
}
ul {
	list-style-type:none;
}
body {
	background: url(../img/back.gif);
}
#wrap {
	width:96%;
	padding:0 2%;
}
input.text1 {
	width:70%;
	border:1px solid #E6007D;
	padding:4px;
}
input.text2 {
	width:50%;
	border:1px solid #E6007D;
	padding:4px;
}
input.text3 {
	width:12%;
	border:1px solid #E6007D;
	padding:4px;
}
input.text4 {
	width:30%;
	border:1px solid #E6007D;
	padding:4px;
}
input.text5 {
	width:5%;
	border:1px solid #E6007D;
	padding:4px;
}
textarea {
	width:98%;
	height:80px;
	border:1px solid #E6007D;
	padding:4px;
}
input:focus {
	background:#EEE;
}
textarea:focus {
	background:#EEE;
}
select {
	border:1px solid #E6007D;
	padding:4px;
}
option {
	padding:0 4px;
}
#main {
	/*	width:90%; */
	margin:0 auto;
	padding:20px;
	color:#000;
	font-size:13px;
	line-height:150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	background:#FFF;
}
#main div {
	margin:0 0 10px 0;
}
#main p {
	font-weight:bold;
	margin:0 0 5px 0;
	border-bottom:1px solid #E6007D;
	background:url(../img/icon.gif) no-repeat;
	padding:0 0 0 20px;
}

#header {
	padding:0;
	background-color: #fde1fd;
	height:100px;
	overflow:hidden;
}
#main h1 {
	margin:0;
	padding:0 0 0 10px;
}
#send {
	text-align:center;
}
#send input {
	padding:3px 10px;
	border:1px solid #E6007D;
	background:#FFF;
	color:#fff;
	font-weight:bold;
	background:#E6007D;
	-webkit-appearance: none;
}
#fuji {
	font-size:11px;
	background:none !important;
	font-weight: normal !important;
	padding:0 !important;
	border:none !important;
	line-height:130%;
	margin:20px 0 !important;
}
#copy {
	text-align:center;
	font-size:10px;
}
#close {
	text-align:center;
	font-weight:bold;
}
a {
	color: #E6007D;
}
a:hover {
	color: #FF4DAE;
}
#error {
	text-align:center;
	background:none !important;
	font-weight: normal !important;
	padding:25% 0;
}
#midashi {
	background:#F60;
	font-weight:bold;
	color:#FFF;
	padding:2px;
	margin:20px 0 !important;
}


.chuui {
	font-size:10px;
	padding:0 0 20px 10px;
	line-height:140% !important;
}
.sample {
	font-size:11px;
	line-height:140% !important;
	font-weight:normal;
}

.red10 {
	font-size:10px;
	color:#F00;
	line-height:140% !important;
}

.red10 a {
	color:#F00;
	font-weight:bold;
}

.photo {
	background:#FFF;
	width:50%;
	border:1px solid #E6007D;
	padding:4px;
	margin-bottom: 5px;
}
