@charset "utf-8";


.center-text {
	text-align:center;
}

.floatright {
	float: right;
}

.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}

.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b12 {
	margin-bottom:12px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b17 {
	margin-bottom:17px;
}

.margin_b20{
	margin-bottom:20px;
}

.margin_b25{
	margin-bottom: 25px;
}

.margin_b30{
	margin-bottom:30px;
}

.margin_b40{
	margin-bottom:40px;
}

.margin_b50{
	margin-bottom:50px;
}

.margin_b60{
	margin-bottom:60px;
}

.margin_b8p{
	margin-bottom:8%;
}

img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

.clearfix:before, .clearfix:after {
 display: table;
 content: " ";
}

.clearfix:after {
 clear: both;
}

.txt_indent1 {
    padding-left: 1em;
    text-indent: -1em;
}

.img100 img{
	width:100%;
	height:auto;
}

.font_b {
	font-weight: bold;
}

svg {
	vertical-align:bottom;
}


/* お問い合わせ */

#formWrap {
	width: 100%;
	margin:0 auto;
	color:#555;
	line-height:110%;
}

table.formTable{
	width: 100%;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	background-color: #FFF;
}


table.formTable th{
	width: 30%;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #CCC;
}


table.formTable th, table.formTable td {
	width:auto;
	display:block;
}

table.formTable th {
	margin-top: 5px;
	border-bottom: 0;
	padding-top: 18px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom:10px;
	line-height:1.6em;
}

table.formTable td {
	margin-top:5px;
	border-bottom:0;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom:18px;
	line-height:1.6em;
}

input[type="text"], textarea {
	width:100%;
	padding:10px 5px;
	display:block;
	background:#eeeeee;
	border:none;
}
input[type="button"] {
	display:block;
	width:100%;
	height:60px;
}
input[type="reset"], input[type="submit"]{
	display: inline-block;
	width: 30%;
	height: 60px;
	border: none;
	margin: 10px 0;
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	background-color: #897a5e;
}

.cont_a a{
	color: #61A732;
	text-decoration: underline;
}

.cont_a a:hover{
	color: #666666;
	text-decoration: underline;
}

.hissu {
	color: #CC0000;
}

.re_hissu {
	color: #f1a09c;
	font-size: 15px;
}

.link_p a{
	color: #61A732;
	text-decoration: underline;
}

.link_p a:hover{
	color: #666666;
	text-decoration: underline;
}
