@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
html {
margin: 0 auto;
}
body {
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;	margin: 0;
	color: #333;
	line-height: 1;
    background: #FFF;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
a img {
	border-style: none;
}
a {
	color: #F93;
	text-decoration: none;
}
a:hover {
	color: #5888f4;
	text-decoration: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/* ### 画像 ### */
img {
	max-width: 100%;
	height: auto;
}
img {
	vertical-align: bottom;/*	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
*/
}
/* ### フッター ### */

#footerWrap {
	text-align: center;
	background-size: 100% auto;
	padding-top: 3em;
	background: url(../images/footer_bg.gif) repeat;
}
#footer {
	color: #666;
	padding: 2em 10px 0 10px;
	clear: both;
}
#footer h3 {
	margin-top: 1em;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 2em;
}
a.footertel {
	color: #FFF;
	text-decoration: none;
}
#footer p {
	color: #333;
	margin: 15px 0;
}
#footer a {
    font-weight: bold;
    color: #666;
    text-decoration: none;
    margin: 10px 0 0 0;
}
#footer a:hover {
    color: #666;
    text-decoration: none;
    margin: 10px 0 0 0;
}
#footer small {
	padding: 10px 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
/* フォーム */
.formnumber01 {
	width: 10% !important;
}
.formnumber02 {
	width: 25% !important;
}
.formname {
	width: 40% !important;
}
.form100 {
	width: 100% !important;
}
.form80 {
	width: 80% !important;
}
.form93 {
	width: 90% !important;
	font-size: 1.2em;
}
.tbl-common01 {
	width: 100%;
	margin: 0 auto;
	border-bottom: none;
}
.tbl-common01 dt {
	font-weight: bold;
	font-size: 1.4em;
}
input {
	padding: 0.2em !important;
	font-size: 1.2em;
}
select {
	padding: 0.1em 0.3em 0.3em 0.3em !important;
	font-size: 1.4em;
}
textarea {
	padding: 0.3em 0.3em 0.2em 0.5em !important;
	font-size: 1.1em;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	resize: none;  
	overflow:auto;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	position: relative;
	vertical-align: sub;
	margin-right: 5px;
	border-radius: 3px;
	border: 1px solid #4c4c4c;
	-webkit-box-sizing: border-box;
	-moz-transform: scale( 2, 2 );
	width: 25px;
	height: 25px;
	background: -webkit-gradient( linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1) );
}
/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
	background: -webkit-gradient( linear, left top, left bottom, from(#353535), to(#8f8f8f) );
}
/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
input[type="checkbox"]:checked:before {
	position: absolute;
	left: 1px;
	top: 15px;
	display: block;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
	content: "";
	width: 10px;
	height: 4px;
	background: #FFFFFF;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 9px;
	top: 15px;
	content: "";
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
	width: 19px;
	height: 4px;
	background: #FFFFFF;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}
input {
	vertical-align: bottom;
}
/* スマホ
-------------------------------------------------- */
@media only screen and (max-width:690px) {
.tbl-common01 {
/*background: #e2f3ff url(bg.png) repeat-y -150px 0;  dlで背景画像をyリピートし、dtの背景色のように見せる。positionはdtの幅に応じて調整 */
}
.tbl-common01 dt, .tbl-common01 dd {
	color: #666;
}
.tbl-common01 dt {
	float: none;
	padding: 10px 10px 0px 15px;
}
.tbl-common01 dd {
	padding: 5px 10px 10px 0px;
}
}

/* PC
-------------------------------------------------- */
@media only screen and (min-width: 690px) {
.tbl-common01 {
/*background: #e2f3ff url(bg.png) repeat-y -150px 0;  dlで背景画像をyリピートし、dtの背景色のように見せる。positionはdtの幅に応じて調整 */
}
.tbl-common01 dd {
	font-weight: bold;
	padding: 1% 0;
}
.tbl-common01 dt {
	clear: both;
	float: left;
	text-align: right;
	width: 27%; /* 幅を指定 */
	padding: 1.55% 0 0 15px;
	line-height: 30px;
	color: #666;
}
.tbl-common01 dd {
	padding-left: 25%; /* dtの分、左にpaddingを取る */
	color: #666;
}
}
.formBox01 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 5px;
}
.formBox01 .text, textarea, .dropdown {
	border: 1px solid #666;
	padding: 5px 0 5px 0;
	color: #333;
	background: #fff;
	border-radius: 5px;
	vertical-align: central;

}
.formBox01 .textsentaku {
	border: 1px solid #666;
	padding: 4px 0 4px 0;
	color: #666;
	background: #fff;
	border-radius: 5px;
	vertical-align: central;
}
.submit {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-size: 1.8em;
	padding: 20px 10px !important;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background: #c4494d;
	border: #c4494d solid 2px;
	border-radius: 5px;
	width: 40%;
	margin-top: 10px;
/* Webkit */
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ff99c9e5, endColorstr=#ff428ec9);
	zoom: 1;
}
