@charset "UTF-8";


*, *:before, *:after {
		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				 -o-box-sizing: border-box;
				-ms-box-sizing: border-box;
						box-sizing: border-box;
}

html,body {
	width: 100%;
}
body {
	display: none;
	font-size: 12px;
	color: #333;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}
body, textarea { font-family:"ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic Pro', "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }

a:hover img {
	opacity: 1;
}

#wrapper {
	width: 1050px;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
/*	background-color: #f9f9f9;
	background-color: #efefef;*/
}





/* header */
/*------------------------------------------------------------------------------*/
header {
	width: 1050px;
	margin: 0 auto 30px auto;
}
header img {
	width: 100%;
	height: auto;
}

/* footer */
/*------------------------------------------------------------------------------*/
footer {
	background-color: #f60;
	padding: 30px 0;
}
footer #footerMain {
	width: 1050px;
	margin: 0 auto;
}
footer #footerMain div#footerInfoMain {
	display: table;
}
footer #footerMain div#footerInfoMain > div {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}
footer #footerMain div#footerInfoMain > div:nth-of-type(1) {
	padding: 0 2em 0 0;
}
footer #footerMain div#footerInfoMain > div:nth-of-type(1) span {
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	border: 2px solid #fff;
	padding: 0.5em;
}
footer #footerMain div#footerInfoMain > div:nth-of-type(2) h2 {
	font-size: 2em;
	font-weight: bold;
}
footer #footerMain div#footerInfoMain > div:nth-of-type(2) li {
	font-size: 1.2em;
}
footer #footerMain div#footerInfoMain > div:nth-of-type(2) li a {
	color: #fff;
	text-decoration: none;
}
footer #footerMain div#footerInfoMain > div:nth-of-type(2) li a.email:hover {
	text-decoration: underline;
}

footer #footerMain div#footerInfoMain > div:nth-of-type(2) li > span {
	display: block;
}

.ex_footer {
	background-color: #C09933!important;
}


.mb5 {
	margin-bottom:5px!important;
}

.mb10 {
	margin-bottom:10px!important;
}

.mb20 {
	margin-bottom:20px!important;
}

.mt5 {
	margin-top:5px!important;
}

.mt10 {
	margin-top:10px!important;
}

.mt20 {
	margin-top:20px!important;
}

.fb {
	font-weight: bold!important;
}

label {
	cursor:pointer;
}

.errMsg {
	font-weight:bold;
	color:#f00;
}
.err-fld {
	background:#FCAEAE!important;
}

#err {
	background: #fcc;
	color:#000;
	font-size:120%;
	padding: 2em;
	text-align:left;
	margin-bottom: 1em;
	font-weight: bold;
	border: 2px solid #e8382f;
}
#err h5 {
	color:#f00;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:10px;
}
span.red {
	color:#f00;
}

span.redb {
	font-size: 1.1em;
	padding: 0.5em 0 0 0;
	color:#f00;
	font-weight:bold;
	text-decoration:underline;
}

span.redb2 {
	font-size: 1.1em;
	padding: 0.5em 0 0 0;
	color:#f60;
	font-weight:bold;
}

.caution {
	font-weight:bold;
	text-align: center;
	font-size: 1.2em;
	background-color: #444;
	color: #fff;
}

.cautionSub {
	font-weight:bold;
	font-size: 1.1em;
}


/* page top */
.pagetop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 99999991;
}

.pagetop a {
	display: block;
	width:68px;
	height:68px;

	background: url(../images/pagetop.png) no-repeat center right;
	text-indent: -9999px;

	overflow: hidden;
	outline: none;
}
.pagetop a:hover {
	opacity:0.9;
}

@media only screen and (max-width:480px) {
	.pagetop a {
	background-size:80% 80%;
	}
}

form {
	display:inline;
}