@charset "UTF-8";
/*------------------------------------------------------------ADD*/

html,.site{
	margin: 0 !important;
	padding: 0 !important;
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
	display: none !important;
}

.site-header{
	display: none;
}
body{
	background: #fff;
}
body, button, input, select, textarea{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.content-area{
	width: 100%;
}
#main{
	width: 1000px;
	margin: 1.0em auto;
}
#confirm-button{
	text-align: center;
}

/* Headline
------------------------------------------------------------*/
.singular .entry-header{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	max-width: 1000px;

}
.singular .entry-title{
	border-bottom: solid 3px #166013;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.4em;
}



/* Contents
------------------------------------------------------------*/
#content .site-main .page{
	margin-top: 0;
}
#content .site-main .page .entry-content{
	margin-top: 0;
}


/* Form */
#content .site-main .page .entry-content .snow-monkey-form{
	margin-top: 1.0em;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#content .site-main .page .entry-content .snow-monkey-form .smf-item__controls{
	margin-bottom: 1.0em;
}
#content .site-main .page .entry-content .snow-monkey-form .smf-form{
	margin-bottom: 1.0em;
}
#content .site-main .page .entry-content .snow-monkey-form .smf-form .smf-item__label{
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
	font-size: 0.8em;
}
#content .site-main .page .entry-content .snow-monkey-form .smf-form .smf-text-control input{
	width: 100%;
}
#content .site-main .page .entry-content .snow-monkey-form .smf-form .smf-text-control input[size]{
	width: auto;
}

#content .site-main .page .entry-content .snow-monkey-form .smf-action{
	text-align: center;
}
#content .site-main .page .entry-content .snow-monkey-form .smf-action .smf-button-control__control{
	color: #fff;
	background: #166013;
}
#content .site-main .page .entry-content .snow-monkey-form .smf-action .smf-button-control__control[data-action="back"]{
	color: #000;
	background: #f5f5f5;
}
#content .site-main .page .entry-content .snow-monkey-form .smf-action button{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#content .site-main .page .entry-content .snow-monkey-form .smf-action button:hover{
	opacity: 0.7;
}




th{
	background: #f1f1f1;
	width: 14.0em;
	padding: 0.5em;
}
table{
	border-color: #999;
}
th,td{
	border-color: #999;
}
td{
	padding:0.8em 2em 0.8em;
}
table ul{
	margin: 0;
}
table li{
	list-style: none;
}
.error,.require{
	color: #ff0000;
	font-weight: normal;
	display: block;
}
.require{
	font-size: 0.8em;
}
.submessage{
	font-size: 0.8em;
	font-weight: normal;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea{
	border: solid 2px #aaa;
	margin: 0.3em auto;
}
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 1.0em;
  text-transform: uppercase;
  width: 40%;
}

input[type=checkbox]::after{
	opacity: 0 !important;
}

/* Side
------------------------------------------------------------*/
.widget-area{
	display: none;
}


/* Footer
------------------------------------------------------------*/
#colophon{
	display: none;
}

/*=====================================================================================*/
/*Customize*/

@media screen and ( max-width: 599px ) {
	#main{
		width: auto;
	}
	.entry-title {
		font-size: 18px;
	}
	.entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
		margin-left: 10px;
		margin-right: 10px;
	}

	table{ margin: 0 ; }
	table th,
	table td{
		width: 100% !important;
		display: block;
	}
	table th {
		padding-left: 0.5em !important;
	}

	table td {
		padding: 10px;
	}
	button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
		display: inline-block;
		width: auto;
		
	}
}