@charset "UTF-8";
/*
 * index.css
 *
 */

#main a {
	position:relative;
	z-index : 110;
}

.about_jizen_toroku {
    padding: 30px 0;
    background: #8AE950;
}
.box p {
    margin: 20px;
    color: #701513;
    font-size: 18px;
    line-height: 1.8em;
    text-align: left;
}
.box {
    width: 1000px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: #8AE950 solid 4px;
    box-shadow: 5px 5px 0px 0 rgb(138, 233, 80);
}
/*==================================
            form
==================================*/
form {
	position: relative;
	z-index: 110;
}
.error {
	color:#FF0000;
	font-weight:bold;
}
.mail {
    width: 70%;
    margin: 0 auto;
}
.chuui-jikou {
	font-size:16px;
	line-height:1.7em;
    margin: 30px auto;
    text-align: left;
    text-indent: -1em;
    width: 90%;
}
.kojinjyouhou {
    height: 200px;
    overflow: auto;
    padding: 10px;
	background-color:#fff;
}
.kojinjyouhou p {
    padding: 0px 0px 0px 30px;
}
.text-right {
    text-align: right;
    font-size: 12px;
}
.kojinjyouhou p {
    padding: 0px 0px 0px 30px;
}
.kojin-title {
    margin: 20px;
    text-align: center;
}
.font14 {
    font-size: 14px;
}
.kou {
    margin: 20px 0px 5px;
}
.kou-naiyou {
    font-size: 12px;
}
.attention {
	float:right;
	color:#FF551A;
	font-size:14px;
	font-weight:bold;
}
.ticket table {
    background: #ffffff none repeat scroll 0 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    font-size: 16px;
    margin: 30px auto;
    text-align: left;
    width: 90%;
}
.ticket table th {
    background-color: #FFC96A;
    font-weight: bold;
    width: 220px;
	color:#000;
}
.ticket table td {
	 background-color: #FFFE9F;
}
.ticket table th, .ticket table td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 1.6;
    padding: 15px 10px;
}
.ticket .mailform {
	background-image:url(../img/contact_ttl.jpg);
    background-position: 50% 57%;
}
.ticket table td input,
.ticket table td textarea {
	padding:5px;
	border:#AAC3F6 solid 1px;
}
.tel_or_mail {
	float:left;
}
.consent {
	width:100px;
	margin:10px auto;
}
.submit_btn{
	width:170px;
	margin:10px auto;
}
.tel p {
	margin:30px auto;
	text-align:center;
	font-size:16px;
}
#entry {
	margin:0 auto 50px;
}
.ticket table th {
    background-color: #8AE950;
    font-weight: bold;
    width: 220px;
    color: #701513;
}
.ticket table td {
    background-color: #D6F5C3;
}
.sub_copy {
	font-size:14px;
}

/*==================================
             footer
==================================*/
.machi {background-color:#8AE950;}
