@charset "UTF-8";

html,
body {
	height: 100%;
}

body {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
		sans-serif;
	color: #666;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	/* background: url(../images/background.jpg) no-repeat; */
}

body * {
	outline: 0 none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

input[type='email'],
input[type='text'] {
	-webkit-user-select: auto;
	/*Android 2.3で入力できなくなる問題の対処*/
}

input {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
		sans-serif;
	-webkit-appearance: none;
}

a {
	color: #ff9933;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	text-align: center;
}

@media screen and (max-width: 739px) {
	h1 {
		font-size: 14px;
	}
}

h2 {
	padding-bottom: 0.5em;
	font-size: 20px;
}

h3 {
	padding: 0.5em 0;
	font-size: 16px;
	color: #228ccd;
}

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

#wrapper {
	width: 740px;
	height: 100%;
	min-height: 790px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

@media screen and (max-width: 739px) {
	#wrapper {
		width: 320px;
		min-height: 520px;
		padding: 0;
	}
}

#header {
	height: 34px;
	padding: 6px 20px 0 20px;
	overflow: hidden;
}

@media screen and (max-width: 739px) {
	#header {
		padding: 8px 10px 0 10px;
	}
}

#header h1 {
	display: block;
	float: left;
	width: 638px;
	padding-top: 5px;
	text-align: center;
	text-indent: -62px;
}

@media screen and (max-width: 739px) {
	#header h1 {
		width: 256px;
		padding-top: 6px;
		text-indent: -44px;
	}
}

#header .return {
	display: block;
	float: left;
	width: 48px;
	padding: 6px;
	margin: 0;
	font-size: 13px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #fff;
}

@media screen and (max-width: 739px) {
	#header .return {
		width: 30px;
		font-size: 12px;
	}
}

#contents {
	width: 700px;
	height: 100%;
	padding: 10px 20px 0 20px;
	overflow: hidden;
}

#contents p {
	line-height: 1.4em;
}

@media screen and (max-width: 739px) {
	#contents {
		width: 300px;
		padding: 5px 10px 0 10px;
	}
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 20px;
	padding-top: 10px;
	font-size: 11px;
	color: #fff;
	background: #000;
}

#footer-wrapper {
	width: 740px;
	height: auto;
	margin: 0 auto;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ff0000;
}

#footer .footerL {
	float: left;
}

#footer .footerC {
	float: none;
}

#footer .footerR {
	float: right;
}

@media screen and (max-width: 739px) {
	#footer-wrapper {
		width: 320px;
	}
}

.boxArea {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
}

.boxArea div {
	float: left;
}

.column1 {
	float: left;
	width: 190px;
	height: 76px;
	padding: 10px;
	clear: both;
	font-size: 14px;
	line-height: 1.4em;
	background: #eee;
}

.column2 {
	float: left;
	width: 470px;
	height: 76px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.4em;
	/*border-top:solid 1px #ccc;*/

	background: #eee;
}

.column2:after {
	display: block;
	height: 9px;
	clear: both;
	content: '.';
	visibility: hidden;
}

@media screen and (max-width: 739px) {
	.column1 {
		float: left;
		width: 100%;
		height: 40px;
	}
	.column2 {
		float: left;
		width: 100%;
		height: 40px;
	}
}

/*contact form*/

/* form.contact input[type='text'],
form.contact input[type='email'],
form.contact textarea,
form.contact select {
	max-width: 100%;
	padding: 8px 9px;
	margin: 0;
	font-size: 14px;
	color: #555;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	outline: none;
	-webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.06);
}

form.contact input[type='text'],
form.contact input[type='email'] {
	width: 95%;
} */

/* form.contact input[type='text'].input35 {
	width: 35%;
} */

/* form.contact textarea {
	width: 95%;
	overflow: hidden;
	resize: vertical;
} */

/* #btn-submit,
#btn-reset {
	width: 150px;
	height: 30px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
		sans-serif;
	font-size: 15px;
	color: #228ccd;
	cursor: pointer;
	background: #fff;
	border: 1px solid #228ccd;
	border-radius: 6px;
} */

/* #btn-submit.submit-off {
	color: #bbb;
	cursor: default;
	border: 1px solid #bbb;
} */

/* @media screen and (max-width: 739px) {
	form.contact .column2 {
		background: #eee;
		border: none;
	}
	form.contact input[type='text'],
	form.contact input[type='email'] {
		width: 85%;
	}
	form.contact input[type='text'].input35 {
		width: 30%;
	}
	form.contact textarea {
		width: 85%;
	}
	#btn-submit {
		display: block;
		margin: 0 auto;
	}
	#btn-reset {
		display: block;
		margin: 0 auto;
	}
} */

/* .btn {
	display: block;
	padding: 0.8em 0.6em;
	margin-bottom: 20px;
	color: #fff;
	text-decoration: none;
	background-color: #00a8ec;
	border-radius: 5px;
} */

.clearfix:after {
	display: block;
	height: 0;
	clear: both;
	content: '.';
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}
