@charset "utf-8";

#fukuokakun {
  background: url("../../images/bg_tile.png");
	letter-spacing:0.08em;
}
#fukuokakun img {
	display:block;
	width:100%;
	height:auto;
}


/* header */
#ttl h1 {
	width:300px;
	margin:0 auto;
	padding:40px 0;
}
#ttl h1 a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}


/* mainContents */
#mainContents > div {
	padding:0 0 120px;
}
#mainContents #header {
  position: relative;
	width:1000px;
	margin:0 auto 40px;
	padding:23px 0;
  background:url("../../images/bg_ttl.svg") no-repeat center top;
  text-align: center;
}
#mainContents #header img {
  display: inline-block;
  width: 623px;
  height: auto;
}
#mainContents #header:after {
  display: block;
  content: "";
  position: absolute;
  bottom:-13px;
  left:0;
  right: 0;
  width:36px;
  height: 24px;
  margin: auto;
  background: url("../../images/ttl_tale.png")
}
#mainContents article {
	width:960px;
	margin:0 auto;
	padding:80px 100px;
	border-radius:20px;
	background:#fff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
article .message {
	line-height:1.7;
	font-size:87.5%;
}
article .message a {
	display:block;
	width:200px;
	margin-top:20px;
	padding:20px 0;
	text-indent:30px;
	border: 1px #e3e3e3 solid;
  background:#f5f5f5 url(../../images/icon_back.png) no-repeat 20px 20px / 20px auto;
	color:#000;
	text-align:center;
	cursor:pointer;
	letter-spacing: 0.06em;
}
	

/* form */
#entryForm {
	margin: 0 auto;
	color: #000;
}
#entryForm dt {
  position: relative;
  margin-bottom: 10px;
	letter-spacing: 0.06em;
}
#entryForm dt span {		/* 必須 */
	display: inline-block;
	margin:0 10px 0 5px;
	padding: 4px 8px;
	border-radius: 10px;
	background: #ff0000;
	line-height: 1.2em;
	color: #fff;
	font-weight:bold;
	font-size: 62.5%;
	vertical-align: 3px;
}
#entryForm dt strong { /* error */
  display: inline-block;
  padding: 6px 8px;
  border: 1px #c00 solid;
  background:#fecbbc;
  color:#c00;
  font-weight: bold;
  vertical-align: 2px;
}
#entryForm dt label {
	display: inline-block;
  line-height: 1.3;
	font-weight: bold;
	font-size: 1.125em;
}
#entryForm dd {
	margin-bottom: 30px;
	line-height: 1.6em;
	color: #000;
  	font-size: 0.875em;
}
#entryForm dd > span {
	display:inline;
	line-height:1.6;
	margin-top:5px;
}
input[type="text"],input[type="tel"], textarea {
	display: inline-block;
	width: 100%;
	padding: 10px;
	border:0;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	color: #000;
	letter-spacing: 0.06em;
}
input[type="text"]#age {
  width: 100px;
  margin-right: 5px;
}
/* file */
#uploadPreview {
	line-height:1.5;
	margin-bottom:10px;
	text-align:center;
}
#uploadPreview em {
    display: inline-block;
    margin-top: 5px;
    padding: 15px 20px;
    border: 1px #666 solid;
	font-weight:bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;    
}
#uploadPreview strong { /* error */
  display: inline-block;
  margin-top: 5px;
  padding: 10px 16px;
  border: 1px #c00 solid;
  background:#fecbbc;
  color:#c00;
  font-weight: bold;
  vertical-align: 2px;
  font-size: 75%;
}
.file_btn {
	display: block;
	max-width: 240px;
	width:100%;
	margin: 20px auto 0;
	padding: 20px 0;
	box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #d4d4d4;	
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight:bold;
	font-size:1.071em;
	text-align:center;
	cursor:pointer;
}
.file_btn input {
	display:none;
}
.privacy {
	line-height: 1.9em;
	margin-bottom: 30px;
	padding:25px 30px;
	border:1px #f00 solid;
	background:#fff;
	font-size:0.875em;
}

/* post */
#btnWrap li {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  width: 190px;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
}
#backBtn {
  border: 1px #e3e3e3 solid;
  background:#f5f5f5 url("../../images/icon_back.png") no-repeat 50px 25px / 20px auto;;
	text-indent: 30px;
}
#submitBtn {
  border: 2px #000 solid;
	background:#ffeb00;
}

@media (max-width: 1000px) {
/* header */
#ttl {
	width:100%;
}

/* mainContents */
#mainContents > div {
	padding-bottom:120px;
}
#mainContents #header {
	width:92%;
  background:url("../../images/bg_ttl.svg") no-repeat center top / 100% 100%;
}
#mainContents article {
	width:92%;
	padding:8% 5% 10%;
	border-radius:10px;
}
}

@media (max-width: 812px) {
/* header */
#ttl h1 {
	width:200px;
	padding:5% 0;
}
#mainContents > div {
  padding: 0 0 120px;
}
#mainContents #header {
  padding-bottom: 20px;
}
#mainContents #header img {
  max-width: 623px;
  width: 85%;
}
#form dt strong { /* error */
 margin: 3px 0;
}
.privacy {
	line-height: 1.7em;
	padding:20px;
}
}


@media (max-width: 667px) {
#fukuokakun {
  background: url(../../../fukuokakun/images/bg_tile.png) repeat left top / 70px 70px;
}

    
}
  
  
 /* エラー */
dl.errorElement {
    margin-bottom: 20px;
	padding: 16px;
    background: #fecbbc;
    border: 1px dotted #f66;
}
.errorElement dd {
	margin-bottom: 15px;
}
  
  
  
  
  
  
  
  
  
  
  
  

  