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

.pconly
{
	display: none;
}

BODY{
	overflow : auto;
}
	.sp700 {
		display: none;
	}

/*------------------------------
	footer
------------------------------*/
#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 101;
	background-color: #f5f5f5;
	height: auto;
	overflow: auto;

	position: relative;
	background-color: #f5f5f5;
	border-top: none !important;
}
#footerBox {
	position: relative;
	width: auto;
	padding: 100px 10px 80px;
	max-width: 1150px;
	margin: 0 auto;
	height: auto;
}
#footer .copy {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-size: 10px;
	line-height: 1.7;
	padding: 8px 0;
}
/*------------------------------*/
#footerBox .banner01 {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 118px;
	height: 40px;
	background-color: #000000;
	display: table;
	border: solid 1px #000000;
	transition: 0.4s;
}
#footerBox .banner02 {
	position: absolute;
	top: 30px;
	left: 156px;
	width: 118px;
	height: 40px;
	background-color: #000000;
	display: table;
	border: solid 1px #000000;
	transition: 0.4s;
}
#footerBox .banner01 a,
#footerBox .banner02 a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	transition: 0.4s;
}
#footerBox .banner01:hover,
#footerBox .banner02:hover {
	background-color: #ffffff;
}
#footerBox .banner01 a:hover,
#footerBox .banner02 a:hover {
	color: #000000;
}
/*------------------------------*/
#footerBox .fNav1,
#footerBox .fNav2,
#footerBox .fNav3,
#footerBox .fNav4 {
	width: 50%;
	float: left;
	margin-bottom: 30px;
	min-height: 150px;
}
#footerBox .fNav1 .title,
#footerBox .fNav2 .title,
#footerBox .fNav3 .title {
	padding-bottom: 8px;
	padding-top: 6px;
	border-bottom: dotted 1px #333333;
	margin-bottom: 10px;
	margin-right: 36px;
	padding-left: 24px;
}
#footerBox .fNav1 .title {
	background: url("../../common/bg_fnav_11.png") no-repeat left center;
}
#footerBox .fNav2 .title {
	background: url("../../common/bg_fnav_21.png") no-repeat left center;
}
#footerBox .fNav3 .title {
	background: url("../../common/bg_fnav_31.png") no-repeat left center;
}
#footerBox .fNav4 .title {
	background: url("../../common/bg_fnav_41.png") no-repeat left center;
	padding-bottom: 8px;
	padding-top: 6px;
	border-bottom: dotted 1px #333333;
	margin-bottom: 10px;
	margin-right: 36px;
	padding-left: 24px;
}
#footerBox .fNav1 ul,
#footerBox .fNav2 ul,
#footerBox .fNav3 ul {
	margin-right: 36px;
}
#footerBox .fNav4 ul {
}
#footerBox .fNav1 li,
#footerBox .fNav2 li,
#footerBox .fNav3 li {
	line-height: 1.8;
	font-size: 12px;
	padding-left: 12px;
}
#footerBox .fNav1 li {
	background: url("../../common/bg_fnav_12.png") no-repeat left center;
}
#footerBox .fNav2 li {
	background: url("../../common/bg_fnav_22.png") no-repeat left center;
}
#footerBox .fNav3 li {
	background: url("../../common/bg_fnav_32.png") no-repeat left center;
}
#footerBox .fNav4 li {
	background: url("../../common/bg_fnav_42.png") no-repeat left center;
	line-height: 1.8;
	font-size: 12px;
	padding-left: 12px;
}
#footerBox .fNav1 li a,
#footerBox .fNav2 li a,
#footerBox .fNav3 li a,
#footerBox .fNav4 li a {
	color: #000000;
	text-decoration: none;
}
#footerBox .fNav1 li a:hover,
#footerBox .fNav2 li a:hover,
#footerBox .fNav3 li a:hover,
#footerBox .fNav4 li a:hover {
	text-decoration: underline;
}
@media (min-width: 701px) and (max-width: 850px) {
	#footerBox .banner02 {
		left: 146px;
	}
}
@media (max-width: 700px) {
	#footerBox {
		position: relative;
		width: auto;
		padding: 60px 10px 30px;
		max-width: 1150px;
		margin: 0 auto;
		height: auto;
	}
	/*------------------------------*/
	#footerBox .banner01 {
		position: absolute;
		top: 20px;
		left: 10px;
		width: 98px;
		height: 30px;
		background-color: #000000;
		display: table;
		border: solid 1px #000000;
		transition: 0.4s;
	}
	#footerBox .banner02 {
		position: absolute;
		top: 20px;
		left: 116px;
		width: 98px;
		height: 30px;
		background-color: #000000;
		display: table;
		border: solid 1px #000000;
		transition: 0.4s;
	}
	#footerBox .fNav1,
	#footerBox .fNav2,
	#footerBox .fNav3,
	#footerBox .fNav4 {
		width: 100%;
		float: left;
		margin-bottom: 16px;
		min-height: auto;
	}
	#footerBox .fNav1 .title,
	#footerBox .fNav2 .title,
	#footerBox .fNav3 .title {
		margin-right: 0px;
	}
	#footerBox .fNav4 .title {
		margin-right: 0px;
	}
}
/*------------------------------
	kvArea
------------------------------*/
#kvArea {
	width: 100%;
	position: relative;
	margin-top: 122px;
	height: 569px;
}
/*------------------------------*/
#qa #kvArea .bgPicture {
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/bg_qa.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#qa #kvArea #h2Box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin-left: -200px;
	margin-top: -40px;
	width: 400px;
}
#qa #kvArea #h2Box img {
	width: 100%;
}
#qa #kvArea #h2Box h2 {
	opacity: 0;
}
@media (min-width: 701px) and (max-width: 850px) {
	#kvArea {
		width: 100%;
		position: relative;
		height: 460px;
		margin-top: 122px;
	}
	/*------------------------------*/
	#qa #kvArea #h2Box {
		width: 330px;
		margin-left: -165px;
		margin-top: -32px;
	}
}
@media (max-width: 700px) {
	#kvArea {
		width: 100%;
		position: relative;
		height: 260px;
		margin-top: 122px;
	}
	/*------------------------------*/
	#qa #kvArea #h2Box {
		width: 220px;
		margin-left: -110px;
		margin-top: -22px;
	}
}
/*------------------------------*/
#index #kvArea .bgPicture {
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/bg_index.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#index #kvArea #h2Box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin-left: -138px;
	margin-top: -60px;
	width: 276px;
}
#index #kvArea #h2Box img {
	width: 100%;
}
#index #kvArea #h2Box h2 {
	opacity: 0;
}
@media (min-width: 701px) and (max-width: 850px) {
	#kvArea {
		width: 100%;
		position: relative;
		height: 460px;
		margin-top: 122px;
	}
	/*------------------------------*/
	#index #kvArea #h2Box {
		width: 200px;
		margin-left: -100px;
		margin-top: -44px;
	}
}
@media (max-width: 700px) {
	#kvArea {
		width: 100%;
		position: relative;
		height: 260px;
		margin-top: 122px;
	}
	/*------------------------------*/
	#index #kvArea #h2Box {
		width: 138px;
		margin-left: -69px;
		margin-top: -30px;
	}
}
/*------------------------------*/
#environment #kvArea .bgPicture {
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/bg_environment.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#environment #kvArea #h2Box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin-left: -250px;
	margin-top: -90px;
	width: 500px;
	text-align: center;
}
#environment #kvArea #h2Box .nameBox {
	opacity: 0;
}
#environment #kvArea #h2Box h2 {
	width: 256px;
	margin: 0 auto;
}
#environment #kvArea #h2Box img {
	width: 100%;
}
#environment #kvArea #h2Box .lead {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
}
@media (min-width: 701px) and (max-width: 850px) {
	#kvArea {
		width: 100%;
		position: relative;
		height: 460px;
		margin-top: 122px;
	}
	/*------------------------------*/
	#environment #kvArea #h2Box {
		margin-left: -250px;
		margin-top: -90px;
		width: 500px;
	}
	#environment #kvArea #h2Box h2 {
		width: 200px;
	}
	#environment #kvArea #h2Box .lead {
		font-size: 12px;
	}
}
@media (max-width: 700px) {
	#kvArea {
		width: 100%;
		position: relative;
		height: 260px;
		margin-top: 122px;
	}
	/*------------------------------*/
	#environment #kvArea #h2Box {
		margin-left: -155px;
		margin-top: -60px;
		width: 310px;
	}
	#environment #kvArea #h2Box h2 {
		width: 128px;
	}
	#environment #kvArea #h2Box .lead {
		font-size: 12px;
	}
}
/*------------------------------*/
#message #kvArea .bgPicture {
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/bg_message.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#message #kvArea #h2Box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	max-width: 450px;
}
#message #kvArea #h2Box img{
	width: 100%;
}
#message #kvArea #h2Box .nameBox {
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -110px;
	z-index: 10;
	background: url("../images/bg_name.png");
	padding: 40px 30px 30px;
}
#message #kvArea h2 {
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
	font-size: 24px;
	padding-bottom: 12px;
	border-bottom: solid 1px #9d6bdb;
	margin-bottom: 8px;
	font-weight: normal;
	width: 310px;
}
#message #kvArea p {
	font-size: 12px;
	padding: 2px 0;
	margin: 0;
	line-height: 1.6;
	vertical-align: middle;
}
#message #kvArea p span {
	font-size: 18px;
	padding-left: 6px;
}
@media (min-width: 701px) and (max-width: 850px) {
	#message #kvArea #h2Box .nameBox {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -60px;
		z-index: 10;
		background: url("../images/bg_name.png");
		padding: 30px 20px 18px;
	}
	#message #kvArea h2 {
		font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
		font-size: 18px;
		padding-bottom: 6px;
		border-bottom: solid 1px #9d6bdb;
		margin-bottom: 6px;
		font-weight: normal;
		width: 250px;
	}
	#message #kvArea p {
		font-size: 12px;
		padding: 2px 0;
		margin: 0;
		line-height: 1.6;
	}
	#message #kvArea p span {
		font-size: 16px;
		padding-left: 6px;
	}
}
@media (max-width: 700px) {
	#message #kvArea #h2Box .nameBox {
		position: absolute;
		right: 10px;
		top: auto;
		bottom: 20px;
		margin-top: 0px;
		z-index: 10;
		background: url("../images/bg_name.png");
		padding: 20px 14px 10px;
	}
	#message #kvArea h2 {
		font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
		font-size: 16px;
		padding-bottom: 2px;
		border-bottom: solid 1px #9d6bdb;
		margin-bottom: 2px;
		font-weight: normal;
		width: 180px;
	}
	#message #kvArea p {
		font-size: 12px;
		padding: 0px 0;
		margin: 0;
		line-height: 1.4;
	}
	#message #kvArea p span {
		font-size: 14px;
		padding-left: 6px;
	}
}
/*------------------------------*/



/*------------------------------
	subNav
------------------------------*/
#subNav {
	position: fixed;
	z-index: 101;
	top: 77px;
	left: 0;
	width: 100%;
	height: 46px;
	background-color: #9d6bdb;
}
#subNav ul {
	max-width: 550px;
	margin: 0 auto;
}
#subNav li {
	float: left;
	margin: 3px 15px;
	font-size: 12px;
	height: 39px;
	display: table;
}
#subNav li a {
	background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
	color: #ffffff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	height: 39px;
	padding-left: 32px;
	transition: 0.4s;
}
#subNav li.active a {
	background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
	background-color: #b895e2;
	color: #ffffff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	height: 39px;
	padding-left: 32px;
	transition: 0.4s;
}
#subNav li.active a:hover,
#subNav li a:hover {
	background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
	background-color: #b895e2;
	color: #ffffff;
}
@media (min-width: 701px) and (max-width: 850px) {
	#subNav {
		position: fixed;
		z-index: 101;
		top: 77px;
		left: 0;
		width: 100%;
		height: 46px;
		background-color: #9d6bdb;
	}
	#subNav ul {
		max-width: 500px;
		margin: 0 auto;
	}
	#subNav li {
		float: left;
		margin: 1px 0px;
		font-size: 12px;
		width: 50%;
		height: 20.5px;
		display: table;
	}
	#subNav li a {
		background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
		color: #ffffff;
		text-decoration: none;
		display: table-cell;
		vertical-align: middle;
		padding: 0 15px;
		height: 20.5px;
		padding-left: 26px;
		transition: 0.4s;
	}
	#subNav li.active a {
		background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
		background-color: #b895e2;
		color: #ffffff;
		text-decoration: none;
		display: table-cell;
		vertical-align: middle;
		padding: 0 15px;
		height: 20.5px;
		padding-left: 26px;
		transition: 0.4s;
	}
}
@media (max-width: 700px) {
	#subNav {
		position: fixed;
		z-index: 101;
		top: 77px;
		left: 0;
		width: 100%;
		height: 46px;
		background-color: #9d6bdb;
	}
	#subNav ul {
		max-width: 320px;
		margin: 0 auto;
	}
	#subNav li {
		float: left;
		margin: 1px 0px;
		font-size: 12px;
		width: 50%;
		height: 20.5px;
		display: table;
	}
	#subNav li a {
		background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
		color: #ffffff;
		text-decoration: none;
		display: table-cell;
		vertical-align: middle;
		padding: 0 15px;
		height: 20.5px;
		padding-left: 26px;
		transition: 0.4s;
	}
	#subNav li.active a {
		background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
		background-color: #b895e2;
		color: #ffffff;
		text-decoration: none;
		display: table-cell;
		vertical-align: middle;
		padding: 0 15px;
		height: 20.5px;
		padding-left: 26px;
		transition: 0.4s;
	}
}

/*------------------------------
	qa
------------------------------*/
#qa #qaBox {
	padding: 50px 10px 100px;
	max-width: 1150px;
	margin: 0 auto;
}
#qa #qaBox dt {
	background: url("../images/bg_qa_q.gif") no-repeat left top;
	padding: 8px 10px 16px 80px;
	font-size: 20px;
	color: #9d6bdb;
	margin-bottom: 16px;
	font-weight: bold;
	line-height: 1.6;
}
#qa #qaBox dd {
	background: url("../images/bg_qa_a.gif") no-repeat left top;
	padding: 12px 10px 16px 80px;
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: solid 1px #cacaca;
}
#qa #qaBox dd.bt {
	border-bottom: none;
}
#qa #qaBox dd p {
	padding-bottom: 26px;
}
#qa #qaBox dd ul {
	padding-bottom: 26px;
	width: 100%;
}
#qa #qaBox dd li {
	line-height: 1.8;
	font-size: 14px;
	color: #000000;
	padding-left: 1em;
	text-indent: -1em;
}
@media (min-width: 701px) and (max-width: 850px) {
	#qa #qaBox {
		padding: 40px 10px 80px;
	}
	#qa #qaBox dt {
		background: url("../images/bg_qa_q.gif") no-repeat left top;
		padding: 8px 10px 16px 80px;
		font-size: 18px;
		margin-bottom: 16px;
	}
	#qa #qaBox dd {
		background: url("../images/bg_qa_a.gif") no-repeat left top;
		padding: 12px 10px 16px 80px;
		font-size: 14px;
		line-height: 1.7;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	#qa #qaBox dd p {
		padding-bottom: 22px;
	}
	#qa #qaBox dd ul {
		padding-bottom: 22px;
	}
	#qa #qaBox dd li {
		font-size: 14px;
	}
}
@media (max-width: 700px) {
	#qa #qaBox {
		padding: 30px 10px 40px;
	}
	#qa #qaBox dt {
		background: url("../images/bg_qa_q.gif") no-repeat left top;
		background-size: 30px auto;
		padding: 2px 10px 16px 46px;
		font-size: 16px;
		margin-bottom: 14px;
	}
	#qa #qaBox dd {
		background: url("../images/bg_qa_a.gif") no-repeat left top;
		background-size: 30px auto;
		padding: 4px 10px 16px 46px;
		font-size: 12px;
		line-height: 1.7;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	#qa #qaBox dd p {
		padding-bottom: 18px;
	}
	#qa #qaBox dd ul {
		padding-bottom: 18px;
	}
	#qa #qaBox dd li {
		font-size: 14px;
	}
}

/*------------------------------
	message
------------------------------*/
#message #messageBox {
	padding: 50px 10px 90px;
	max-width: 1150px;
	margin: 0 auto;
}
#message #messageBox p {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 26px;
}
@media (min-width: 701px) and (max-width: 850px) {
	#message #messageBox {
		padding: 40px 10px 70px;
	}
	#message #messageBox p {
		font-size: 14px;
		padding-bottom: 22px;
	}
}
@media (max-width: 700px) {
	#message #messageBox {
		padding: 30px 10px 30px;
	}
	#message #messageBox p {
		font-size: 14px;
		padding-bottom: 16px;
	}
}

/*------------------------------
	index
------------------------------*/
#index #tableBox {
	padding: 90px 10px 110px;
	max-width: 1150px;
	margin: 0 auto;
}
#index #tableBox table {
	width: 100%;
}
#index #tableBox th {
	width: 170px;
	border: solid 1px #cacaca;
	text-align: left;
	font-size: 14px;
	background-color: #f0f0f0;
	font-weight: normal;
	vertical-align: top;
	padding: 20px 24px;
	line-height: 1.7;
}
#index #tableBox td {
	border: solid 1px #cacaca;
	font-size: 14px;
	padding: 20px 24px;
	line-height: 1.7;
}
@media (min-width: 701px) and (max-width: 850px) {
	#index #tableBox {
		padding: 60px 10px 80px;
	}
	#index #tableBox th {
		width: 140px;
		font-size: 14px;
		padding: 16px 18px;
	}
	#index #tableBox td {
		font-size: 14px;
		padding: 16px 18px;
	}
}
@media (max-width: 700px) {
	#index #tableBox {
		padding: 30px 10px 40px;
	}
	#index #tableBox th {
		width: 90px;
		font-size: 12px;
		padding: 10px 10px;
	}
	#index #tableBox td {
		font-size: 12px;
		padding: 10px 10px;
	}
}

/*------------------------------
	environment
------------------------------*/
#environment #contentsBox {
	padding: 80px 0 70px;
	max-width: 1150px;
	margin: 0 10px;
	background: url("../images/img_environment_01.jpg") no-repeat right 80px;
	background-size: 300px auto;
}
#environment #contentsBox .textBox {
	padding-bottom: 50px;
}
#environment #contentsBox .textBox h3 {
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
	font-size: 22px;
	padding-bottom: 16px;
	padding: 6px 10px;
	border-left: solid 8px #9d6bdb;
	margin-bottom: 16px;
	font-weight: normal;
}
#environment #contentsBox .textBox p {
	font-size: 14px;
	line-height: 1.8;
}
#environment #contentsBox .textBox ul {
	padding-top: 30px;
	width: 100%;
}
#environment #contentsBox .textBox li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.7;
}
@media (min-width: 701px) and (max-width: 850px) {
	#environment #contentsBox {
		padding: 250px 0 50px;
		background: url("../images/img_environment_01.jpg") no-repeat center 60px;
		background-size: 260px auto;
	}
	#environment #contentsBox .textBox {
		padding-bottom: 40px;
	}
	#environment #contentsBox .textBox h3 {
		font-size: 18px;
		padding-bottom: 14px;
		padding: 4px 10px;
		margin-bottom: 12px;
	}
	#environment #contentsBox .textBox p {
		font-size: 14px;
		line-height: 1.8;
	}
	#environment #contentsBox .textBox ul {
		padding-top: 24px;
	}
	#environment #contentsBox .textBox li {
		font-size: 14px;
		line-height: 1.7;
	}
}
@media (max-width: 700px) {
	#environment #contentsBox {
		padding: 200px 0 50px;
		background: url("../images/img_environment_01.jpg") no-repeat center 30px;
		background-size: 220px auto;
	}
	#environment #contentsBox .textBox {
		padding-bottom: 30px;
	}
	#environment #contentsBox .textBox h3 {
		font-size: 16px;
		padding-bottom: 10px;
		padding: 4px 10px;
		margin-bottom: 10px;
	}
	#environment #contentsBox .textBox p {
		font-size: 14px;
		line-height: 1.8;
	}
	#environment #contentsBox .textBox ul {
		padding-top: 18px;
	}
	#environment #contentsBox .textBox li {
		font-size: 14px;
		line-height: 1.7;
	}
}

/*------------------------------
	entry
------------------------------*/
#entry #entryH2 {
	width: 100%;
	padding: 45px 0;
	background-color: #0069b5;
	margin-top: 76px;
}
#entry #entryH2 h2 {
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
#entry #entryBox {
	max-width: 930px;
	margin: 0 auto;
	padding: 60px 10px 100px;
}
#entry #entryBox sup {
	color: #e42c2d;
}
#entry #entryBox .info {
	font-size: 14px;
	padding-bottom: 20px;
}
/*
#entry #entryBox #tableBox {
	border: solid 1px #cacaca;
	padding: 30px 30px;
}
*/
#entry #entryBox table {
	width: 100%;
}
#entry #entryBox th {
	width: 170px;
	font-size: 14px;
	line-height: 1.8;
	vertical-align: top;
	padding: 16px 20px;
	text-align: left;
	border: solid 1px #cacaca;
	background-color: #eaf6ff;
}
#entry #entryBox td {
	font-size: 14px;
	line-height: 1.8;
	padding: 16px 20px;
	text-align: left;
	border: solid 1px #cacaca;
}
/*------------------------------*/
#entry #entryBox .btnArea {
	padding-top: 50px;
	width: 500px;
	margin: 0 auto;
}
#entry #entryBox .btnArea .clearBtn {
	width: 220px;
	padding: 18px 0;
	font-size: 16px;
	color: #ffffff;
	background-color: #a9a9a9;
	text-align: center;
	margin: 0 15px;
	float: left;
}
#entry #entryBox .btnArea .nextBtn {
	width: 220px;
	padding: 18px 0;
	font-size: 16px;
	color: #ffffff;
	background-color: #0069b5;
	text-align: center;
	margin: 0 15px;
	float: left;
}
#entry #entryBox .btnArea .clearBtn:hover,
#entry #entryBox .btnArea .nextBtn:hover {
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}
/*------------------------------*/
#entry #thanks {
	padding: 100px 10px 100px;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}
#entry #thanks .btnArea {
	padding-top: 70px;
	width: 250px;
	margin: 0 auto;
}
#entry #thanks .btnArea .topBtn {
	width: 220px;
	font-size: 16px;
	color: #ffffff;
	background-color: #0069b5;
	text-align: center;
	margin: 0 15px;
	transition: 0.4s;
}
#entry #thanks .btnArea .topBtn a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 18px 0;
}
#entry #thanks .btnArea .topBtn:hover {
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}

@media (min-width: 701px) and (max-width: 850px) {
	#entry #entryH2 {
		padding: 35px 0;
		margin-top: 76px;
	}
	#entry #entryH2 h2 {
		font-size: 20px;
	}
	#entry #entryBox {
		padding: 50px 10px 70px;
	}
	#entry #entryBox .info {
		font-size: 14px;
		padding-bottom: 18px;
	}
	#entry #entryBox #tableBox {
	}
	#entry #entryBox th {
		width: 140px;
		font-size: 14px;
		padding: 12px 10px;
	}
	#entry #entryBox td {
		font-size: 14px;
		padding: 12px 10px;
	}
	/*------------------------------*/
	#entry #entryBox .btnArea {
		padding-top: 40px;
		width: 400px;
	}
	#entry #entryBox .btnArea .clearBtn {
		width: 180px;
		padding: 14px 0;
		font-size: 14px;
		margin: 0 10px;
	}
	#entry #entryBox .btnArea .nextBtn {
		width: 180px;
		padding: 14px 0;
		font-size: 14px;
		margin: 0 10px;
	}
	/*------------------------------*/
	#entry #thanks {
		padding: 80px 10px 70px;
		font-size: 14px;
		line-height: 1.8;
		text-align: center;
	}
	#entry #thanks .btnArea {
		padding-top: 50px;
		width: 200px;
		margin: 0 auto;
	}
	#entry #thanks .btnArea .topBtn {
		width: 180px;
		font-size: 14px;
		margin: 0 10px;
	}
	#entry #thanks .btnArea .topBtn a {
		padding: 14px 0;
	}
}
@media (max-width: 700px) {
	#entry #header {
		height: 54px;
	}
	#entry #entryH2 {
		padding: 20px 0;
		margin-top: 54px;
	}
	#entry #entryH2 h2 {
		font-size: 16px;
	}
	#entry #entryBox {
	}
	#entry #entryBox .info {
		font-size: 14px;
		padding-bottom: 14px;
	}
	#entry #entryBox #tableBox {
		padding: 6px 0px;
	}
	#entry #entryBox th {
		width: 80px;
		font-size: 12px;
		padding: 12px 8px;
	}
	#entry #entryBox td {
		font-size: 12px;
		padding: 12px 8px;
	}
	/*------------------------------*/
	#entry #entryBox .btnArea {
		padding-top: 30px;
		width: 260px;
	}
	#entry #entryBox .btnArea .clearBtn {
		width: 110px;
		padding: 10px 0;
		font-size: 12px;
		margin: 0 10px;
	}
	#entry #entryBox .btnArea .nextBtn {
		width: 110px;
		padding: 10px 0;
		font-size: 12px;
		margin: 0 10px;
	}
	/*------------------------------*/
	#entry #thanks {
		padding: 60px 10px 50px;
		font-size: 14px;
		line-height: 1.8;
		text-align: center;
	}
	#entry #thanks .btnArea {
		padding-top: 30px;
		width: 150px;
		margin: 0 auto;
	}
	#entry #thanks .btnArea .topBtn {
		width: 130px;
		font-size: 12px;
		margin: 0 10px;
	}
	#entry #thanks .btnArea .topBtn a {
		padding: 10px 0;
	}
}

/*------------------------------
	form
------------------------------*/
textarea {
	width: 95%;
	height: 17em !important;
	overflow: auto;
	resize: none;
	line-height: 1.5;
	margin: 0 5px;
	border: solid 1px #cacaca;
	border-radius: 0;
}
textarea.three {
	height: 5em !important;
}
input[type=radio] {
	margin: 3px 5px 3px 0px;
}
input[type=checkbox] {
	margin: 3px 5px 3px 0px;
}
input[type="text"] {
	width: 500px;
	height: 18px;
	padding: 3px 5px;
	margin: 3px 5px 3px 5px;
	vertical-align: middle;
	border-radius: 0;
	border: solid 1px #cacaca;
}
input[type="text"].side2 {
	width: 130px;
}
input[type="text"].side1 {
	width: 100px;
}
input[type="text"].side3 {
	width: 170px;
}
input[type="text"].side4 {
	width: 94%;
}
input[type="text"].side5 {
	width: 360px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../images/select.png") no-repeat right center;
	width: 100px;
	border-radius: 0px;
	background-color: #ffffff;
	padding: 3px 5px;
	height: 28px;
	margin: 0px 5px;
	font-size: 12px;
	border: solid 1px #cacaca;
}
select.short {
	width: 130px;
}

button[type="submit"],
button[type="reset"] {
	width: 100%;
	float: left;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background-color: #ba1921;
	padding: 16px 0;
	vertical-align: middle;
	border: none;
	cursor: pointer;
}
button[type="submit"]:hover,
button[type="reset"]:hover {
	text-decoration: underline;
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}
@media (min-width: 701px) and (max-width: 850px) {
	textarea {
		width: 95%;
		height: 17em !important;
		overflow: auto;
		resize: none;
		line-height: 1.5;
		margin: 0 5px;
		border: solid 1px #cacaca;
	}
	input[type=radio] {
		margin: 3px 5px 3px 0px;
	}
	input[type=checkbox] {
		margin: 3px 5px 3px 0px;
	}
	input[type="text"] {
		width: 500px;
		height: 18px;
		padding: 3px 5px;
		margin: 3px 5px 3px 5px;
		vertical-align: middle;
	}
	input[type="text"].side2 {
		width: 100px;
	}
	input[type="text"].side1 {
		width: 70px;
	}
	input[type="text"].side3 {
		width: 130px;
	}
	input[type="text"].side4 {
		width: 93%;
	}
	input[type="text"].side5 {
		width: 280px;
	}
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: url("../images/select.png") no-repeat right center;
		width: 80px;
		border-radius: 0px;
		background-color: #ffffff;
		padding: 3px 5px;
		height: 28px;
		margin: 0px 5px;
		font-size: 12px;
		border: solid 1px #cacaca;
	}
}
@media (max-width: 700px) {
	textarea {
		width: 92%;
		height: 17em !important;
		overflow: auto;
		resize: none;
		line-height: 1.5;
		margin: 0 5px;
		border: solid 1px #cacaca;
	}
	input[type=radio] {
		margin: 3px 5px 3px 0px;
	}
	input[type=checkbox] {
		margin: 3px 5px 3px 0px;
	}
	input[type="text"] {
		width: 500px;
		height: 18px;
		padding: 3px 5px;
		margin: 3px 5px 3px 5px;
		vertical-align: middle;
	}
	input[type="text"].side2 {
		width: 90px;
	}
	input[type="text"].side1 {
		width: 40px;
	}
	input[type="text"].side3 {
		width: 130px;
	}
	input[type="text"].side4 {
		width: 90%;
	}
	input[type="text"].side5 {
		width: 150px;
	}
	.sp700 {
		display: block;
	}
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: url("../images/select.png") no-repeat right center;
		width: 60px;
		border-radius: 0px;
		background-color: #ffffff;
		padding: 3px 5px;
		height: 28px;
		margin: 0px 5px;
		font-size: 12px;
		border: solid 1px #cacaca;
	}
}
