body {
	margin:0px;
	padding:0px;
	text-align: center;
}

#formmailmagic {
	font-size: 0.9em;
	font-family: "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	line-height: 1.5;
	background-color: transparent;
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	border: none;
}

#formmailmagic h1.title {
    position: relative;
    width: 100%;
    margin: 0 0 1.5em 0;
    padding: 10px 0;
    font-size: 1.5em;
    text-align: left;
}

#formmailmagic h1.title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left right top, from(#d8d6d0), to(rgba(255, 255, 255, 0))); /* 旧構文 */
	background: -webkit-linear-gradient(left, #d8d6d0 0%, rgba(255, 255, 255, 0)); /* toなしの旧構文 */
	background: -moz-linear-gradient(left, #d8d6d0 0%, rgba(255, 255, 255, 0)); /* toなしの旧構文 */
	background: linear-gradient(to right, #d36420 0%, rgba(255, 255, 255, 0)); /* 最終構文 */
}

#formmailmagic h2.setumei {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	color: #666;
}

#formmailmagic table {
	font-size: 0.9em;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	line-height: 170%;
	margin: 15px 0;
	padding: 0;
	color: #666;
}

#formmailmagic th {
	font-weight: bold;
	width: 40%;
	background-color: #d8d6d0;
	padding: 10px 15px;
	text-align: left;
}

#formmailmagic th.must {
}

#formmailmagic td {
	background-color: #e2e1de;
	padding: 10px 15px;
}

#formmailmagic th em.must {
	font-style: normal;
	color: #16902e;
	padding-left: 8px;
}

#formmailmagic th em.check {
	font-style: normal;
	color: #666;
	padding-left: 5px;
}

#formmailmagic .copyright {
	margin-top: 2em;
	font-size: 0.9em;
}

#formmailmagic .copyright a {
	color: #d36420;
	text-decoration: none;
}

#formmailmagic .copyright a:hover {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	color: #e8b626;
}

.error {
	padding: 8px;
	margin : 4px;
	border: 1px solid #e4073a;
	border-radius: 4px;
	color: #e4073a;
	background-color: rgba(228, 7, 58, 0.1);
}

#formmailmagic select {
	border: 1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eee)); /* 旧構文 */
	background: -webkit-linear-gradient(top, white 0%, #eee); /* toなしの旧構文 */
	background: -moz-linear-gradient(top, white 0%, #eee); /* toなしの旧構文 */
	background: linear-gradient(to bottom, white 0%, #eee); /* 最終構文 */
}

.send_kakunin {
	margin-top: 2em;
	font-size: 0.9em;
}

#formmailmagic .confirm {
	text-align: center;
	margin-top: 1em;
}
