@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../../images/bg_main.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center 0%;
}

ul {
	list-style-type: none;
	
}
#header .gnavi {
	text-align: right;
	float: right;
}
#header .gnavi ul {
	display: flex;
}
#header .gnavi ul li {
	margin: 0 10px;
	font-weight: bold;
}
#header .gnavi ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#header .gnavi ul li a:hover {
	border-bottom: 2px solid #FFFFFF;
}
.content .item_wrap ul {
	
}
.content .item_wrap ul li {
	display: inline;	
}

@media screen and (max-width: 736px) {
#header .gnavi {
	display: none;
}
}
@media screen and (min-width: 736px) {
#header > a {
	display: none;
}
}

@media screen and (max-width: 736px) {
header h1 img {
	width: 100%;
}

}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:736px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
