@charset "utf-8";
/**
 * base.css
 */

/* import
--------------------------------------------------*/
@import "init.css";


/* html, body
--------------------------------------------------*/
body {
	background: #fff;
}


/* siteCommonStyle
--------------------------------------------------*/
/* selection */
::-moz-selection {}
::selection {}

/* a */
a {
	color: #2f71c8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* cap */
.caption,
.cap {
	color: #666666;
	font-size: 85.8%;
}
.cap {
	padding-top: 5px;
}

/* dlStyle */
.dlStyle01 {
	margin-top: 1.72em;
}
.dlStyle01:first-child {
	margin-top: 0;
}
.dlStyle01 dt {
	margin-top: 1.72em;
	color: #103083;
	font-weight: bold;
}
.dlStyle01 dt:first-child {
	margin-top: 0;
}

/* tableStyle */
.tableStyle01 {
	display: table;
	width: 100%;
	border-top: #cccccc dotted 1px;
}
.tableStyle01 dl {
	display: table-row;
}
.tableStyle01 dl dt,
.tableStyle01 dl dd {
	display: table-cell;
	padding: 18px 20px 17px;
	border-bottom: #cccccc dotted 1px;
	vertical-align: middle;
}
.tableStyle01 dl dt {
	background: #f6f7fa;
	color: #103083;
	font-weight: bold;
	vertical-align: top;
}

/* formText */
input.formText,
textarea.formText {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 4px 4px;
	border: #cccccc solid 1px;
	font-size: 14px;
	line-height: 1;
	outline: none;
}
.formText:focus,
.formText:hover {
	border-color: #103083;
}

@media only screen and (max-width:768px) {
	/* tableStyle */
	.tableStyle01 {
		display: block;
	}
	.tableStyle01 dl {
		display: block;
	}
	.tableStyle01 dl dt,
	.tableStyle01 dl dd {
		display: block;
		padding-right: 10px;
		padding-left: 10px;
		vertical-align: top;
	}
	.tableStyle01 dl dt {
		width: auto !important;
		padding-top: 8px;
		padding-bottom: 7px;
	}
}


/* layout
--------------------------------------------------*/
/* wrapper */
#wrapper {
	color: #333333;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 1.72;
	text-align: left;
}
html.IE8 #wrapper {
	min-width: 1080px;
}
.wrap {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}

@media only screen and (max-width:1079px) {
	#wrapper {
		min-width: 0;
	}
}

@media only screen and (max-width:480px) {
	.wrap {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* header */
#header {
	position: relative;
	z-index: 3;
	height: 60px;
	background: #103083;
}
#header .logo {
	float: left;
}
#header .logo a {
	display: block;
	overflow: hidden;
	width: 225px;
	height: 60px;
	background: url(../imgs/hdr-logo.gif) no-repeat left top;
	text-indent: -5260px;
}
#header #menu {
	display: none;
}
#header #gNav {
	float: right;
	margin-bottom: -3px;
	padding-top: 8px;
}
#header #gNav ul li {
	float: left;
	margin-left: 10px;
}
#header #gNav ul li:first-child {
	margin-left: 0;
}
#header #gNav ul li a {
	display: block;
	overflow: hidden;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -5260px;
}
#header #gNav ul li.on a,
#header #gNav ul li a:hover {
	background-color: #2f71c8;
}
#header #gNav ul li.home a { width:59px; background-image:url(../imgs/gnav-home.png); }
#header #gNav ul li.news a { width:76px; background-image:url(../imgs/gnav-news.png); }
#header #gNav ul li.about a { width:114px; background-image:url(../imgs/gnav-about.png); }
#header #gNav ul li.disaster a { width:88px; background-image:url(../imgs/gnav-disaster.png); }
#header #gNav ul li.faq a { width:96px; background-image:url(../imgs/gnav-faq.png); }
#header #gNav ul li.law a { width:88px; background-image:url(../imgs/gnav-law.png); }
#header #gNav ul li.contact a { width:102px; background-image:url(../imgs/gnav-contact.png); }

@media only screen and (max-width:1079px) {
	#header .wrap {
		padding-right: 20px;
		padding-left: 20px;
	}
	#header #menu {
		display: block;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		background: url(../imgs/icon-menu.gif) no-repeat center center;
		text-indent: -5260px;
		cursor: pointer;
	}
	#header #gNav {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		float: none;
		width: 100%;
		margin-bottom: 0;
		padding-top: 0;
		border-top: #e4e4e4 solid 1px;
		border-bottom: #e4e4e4 solid 1px;
		background: #ffffff;
	}
	body.menuOPEN #header #gNav {
		display: block;
	}
	#header #gNav ul {
		margin-bottom: -1px;
	}
	#header #gNav ul:before {
		content: '';
		display: block;
		position: absolute;
		top: -10px;
		right: 20px;
		border-right: transparent solid 8px;
		border-bottom: #ffffff solid 10px;
		border-left: transparent solid 8px;
	}
	#header #gNav ul li {
		width: 50%;
		margin-left: 0;
	}
	#header #gNav ul li a {
		width: auto !important;
		height: auto;
		padding: 13px 10px 12px 30px;
		border-bottom: #e4e4e4 solid 1px;
		background: url(../imgs/arw-01.gif) no-repeat 10px center !important;
		color: #333333;
		text-decoration: none;
		text-indent: 0;
	}
	#header #gNav ul li.home a,
	#header #gNav ul li.about a,
	#header #gNav ul li.faq a,
	#header #gNav ul li.contact a {
		border-right: #e4e4e4 solid 1px;
	}
}

/* container */
#container {
	position: relative;
	z-index: 1;
}
#pageTitle {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}
#pageTitle .bg {
	position: relative;
	left: 50%;
	float: left;
}
#pageTitle .bg img {
	position: relative;
	left: -50%;
	float: left;
}
#pageTitle .bg img.sp {
	display: none;
}
body.over1600 #pageTitle .bg {
	left: 0;
	float: none;
}
body.over1600 #pageTitle .bg img {
	left: 0;
	width: 100%;
	height: auto;
}
#pageTitle h2 {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 50px;
	margin: -25px 0 0 -500px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5260px;
}
#pageTitle h2.right {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -500px;
	background-position: right top;
}

@media only screen and (max-width:1079px) {
	#pageTitle .bg {
		width: 148%;
	}
	#pageTitle .bg img {
		width: 100%;
		height: auto;
	}
	#pageTitle h2 {
		left: 40px;
		width: 100%;
		margin-left: 0;
	}
	#pageTitle h2.right {
		right: 40px;
		margin-right: 0;
	}
}
@media only screen and (max-width:768px) {
	
	#pageTitle h2 {
		height: 30px;
		background-size: auto 30px;
	}
}
@media only screen and (max-width:480px) {
	#pageTitle {
		margin-bottom: 40px;
	}
	#pageTitle .bg {
		left: 0;
		float: none;
		width: 100%;
		padding-bottom: 62.5%;
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	#pageTitle .bg img {
		display: none;
	}
	#pageTitle h2 {
		position: static;
		margin: 40px 0 0;
		background-position: center top !important;
		background-size: auto;
	}
}

/* content */
#content .section {
	margin-top: 60px;
}
#content .section:first-child {
	margin-top: 0;
}
#content .section .title {
	margin-bottom: 30px;
	padding-bottom: 8px;
	border-bottom: #103083 solid 2px;
	font-size: 157.2%;
	font-weight: bold;
	line-height: 1.19;
}

@media only screen and (max-width:1079px) {
	#content img {
		max-width: 100%;
		height: auto;
	}
}

@media only screen and (max-width:480px) {
	#content .section {
		margin-top: 50px;
	}
	#content .section .title {
		margin-bottom: 20px;
		padding-bottom: 8px;
		font-size: 128.6%;
		line-height: 1.45;
	}
}

/* footer */
#footer {
	position: relative;
	z-index: 2;
	margin-top: 100px;
}
#footer #fCV {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 45px;
}
#footer #fCV .bg {
	position: relative;
	left: 50%;
	float: left;
}
#footer #fCV .bg img {
	position: relative;
	left: -50%;
	float: left;
}
body.over1600 #footer #fCV .bg {
	left: 0;
	float: none;
}
body.over1600 #footer #fCV .bg img {
	left: 0;
	width: 100%;
	height: auto;
}
#footer #fCV .inner {
	position: absolute;
	top: 50%;
	right: 50%;
	width: 590px;
	margin: -160px -500px 0 0;
	padding-top: 30px;
}
#footer #fCV .bnr {
	margin-bottom: 45px;
}
#footer #fCV .bnr li {
	float: left;
	margin-left: 10px;
}
#footer #fCV .bnr li:first-child {
	margin-left: 0;
}
#footer #fCV .bnr li a {
	display: block;
	overflow: hidden;
	width: 290px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -5260px;
}
#footer #fCV .bnr li a:hover {
	background-position: center bottom;
}
#footer #fCV .bnr li.simulation a { background-image:url(../imgs/ftr-simulation.png); }
#footer #fCV .bnr li.apply a { background-image:url(../imgs/ftr-apply.png); }
#footer #fCV .contact {
	text-align: center;
}
#footer #fCV .contact dt {
	font-weight: bold;
}
#footer #fCV .contact dd {
	font-size: 85.8%;
}
#footer #fCV .contact dd .tel {
	width: 410px;
	height: 60px;
	margin: 0 auto 15px;
	background: url(../imgs/ftr-tel.png) no-repeat center top;
	text-indent: -5260px;
}
#footer #pageTop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#footer #pageTop a {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	background: url(../imgs/pagetop.gif) no-repeat left top;
	text-indent: -5260px;
}
#footer #pageTop a:hover {
	background-position: left bottom;
}
#footer #fNav {
	margin-bottom: 30px;
	font-size: 85.8%;
	line-height: 1;
}
#footer #fNav li {
	float: left;
}
#footer #fNav li:before {
	content: '/';
	padding: 0 1em;
	color: #cccccc;
}
#footer #fNav li:first-child:before {
	display: none;
}
#footer #copyright {
	background: #103083;
	color: #ffffff;
	font-size: 71.5%;
	line-height: 40px;
	text-align: center;
}

@media only screen and (max-width:1079px) {
	#footer #fCV .inner {
		right: 40px;
		margin-right: 0;
	}
}

@media only screen and (max-width:768px) {
	#footer {
		margin-top: 80px;
	}
	#footer #fCV {
		margin-bottom: 60px;
	}
	#footer #fCV .bg {
		display: none;
	}
	#footer #fCV .inner {
		position: static;
		width: auto;
		max-width: 590px;
		margin: 0 auto;
		padding: 0 35px;
	}
	#footer #fCV .bnr {
		padding-right: 10px;
	}
	#footer #fCV .bnr li {
		width: 50%;
		margin-left: 0;
	}
	#footer #fCV .bnr li.apply {
		float: right;
		margin-right: -10px;
	}
	#footer #fCV .bnr li a {
		display: block;
		overflow: hidden;
		width: auto;
		height: 0;
		padding-bottom: 44.9%;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	#footer #pageTop {
		display: block;
		position: static;
		text-align: center;
	}
	#footer #pageTop a {
		display: inline-block;
		width: auto;
		height: auto;
		padding: 0 30px 0 55px;
		background: #c7c7c7 url(../imgs/sp/bg-pagetop.gif) no-repeat left top;
		color: #ffffff;
		line-height: 40px;
		text-decoration: none;
		text-indent: 0;
	}
	#footer .wrap {
		padding: 0;
	}
	#footer #fNav {
		margin: 30px 0 0;
		border-top: #e4e4e4 solid 1px;
		border-bottom: #e4e4e4 solid 1px;
		font-size: 100%;
		line-height: 1.72;
	}
	#footer #fNav ul {
		margin-bottom: -1px;
	}
	#footer #fNav ul li {
		width: 50%;
		margin-left: 0;
	}
	#footer #fNav ul li:before {
		display: none;
	}
	#footer #fNav ul li a {
		display: block;
		padding: 13px 10px 12px 30px;
		border-bottom: #e4e4e4 solid 1px;
		background: url(../imgs/arw-01.gif) no-repeat 10px center !important;
		color: #333333;
		text-decoration: none;
		text-indent: 0;
	}
	#footer #fNav ul li.home a,
	#footer #fNav ul li.about a,
	#footer #fNav ul li.faq a,
	#footer #fNav ul li.contact a {
		border-right: #e4e4e4 solid 1px;
	}
}

@media only screen and (max-width:480px) {
	#footer #fCV .inner {
		width: 290px;
		padding: 0;
	}
	#footer #fCV .bnr {
		margin-bottom: 10px;
		padding-right: 0;
	}
	#footer #fCV .bnr li {
		float: none !important;
		width: auto;
		margin: 10px 0 0;
	}
	#footer #fCV .bnr li.apply {
		margin-right: 0;
	}
	#footer #fCV .bnr li a {
		width: 290px;
		height: 130px;
		padding-bottom: 0;
		-webkit-background-size: auto;
		background-size: auto;
	}
	#footer #fCV .contact {
		padding: 0 5px;
	}
	#footer #fCV .contact dt {
		display: none;
	}
	#footer #fCV .contact dd {
		font-size: 71.5%;
	}
	#footer #fCV .contact dd .tel {
		width: 290px;
		height: 130px;
		margin: 0 -5px 10px;
		background: url(../imgs/sp/ftr-tel.gif) no-repeat center top;
	}
}

/* eachStyle
--------------------------------------------------*/
/* simulation */
#simulationArea {
	position: relative;
}
#simulationArea:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: 40px;
	width: 15px;
	height: 70px;
	background: #2f71c8;
}
#simulation {}
#simulation:before {
	content: '';
	display: block;
	height: 30px;
	background: url(../imgs/bg-simulation01.gif) no-repeat center top;
}
#simulation:after {
	content: '';
	display: block;
	height: 30px;
	background: url(../imgs/bg-simulation02.gif) no-repeat center bottom;
}
#simulation .inner {
	padding: 1px 39px 15px;
	border-right: #e0e0e0 solid 1px;
	border-left: #e0e0e0 solid 1px;
	background: #f3f3f3 url(../imgs/bg-simulation03.gif) repeat-x center top;
}
#simulation .heading {
	overflow: hidden;
	height: 36px;
	margin: 0 0 27px 30px;
	background: url(../imgs/title-simulation.png) no-repeat left top;
	text-indent: -5260px;
}
#simulation #calculate {
	display: table;
	width: 100%;
	padding-top: 2px;
	background: url(../imgs/bdr-simulation.gif) repeat-x left top;
}
#simulation #calculate .select {
	display: table-cell;
	width: 50%;
}
#simulation #calculate .select dl {
	display: table;
	width: 95.7%;
	padding-top: 2px;
	background: url(../imgs/bdr-simulation.gif) repeat-x left top;
}
#simulation #calculate .select dl:first-child {
	padding-top: 0;
	background: none;
}
#simulation #calculate .select dl dt,
#simulation #calculate .select dl dd {
	display: table-cell;
	padding: 16px 0 15px 0;
	vertical-align: middle;
}
#simulation #calculate .select dl dt {
	padding-left: 6.8%;
	font-size: 114.3%;
	font-weight: bold;
}
#simulation #calculate .select dl dt span {
	display: inline-block;
}
#simulation #calculate .select dl dd {
	min-width: 100px;
	padding-right: 4.5%;
	padding-left: 4.5%;
	text-align: right;
	vertical-align: middle;
}
#simulation #calculate .btn {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
#simulation #calculate a#calculateBtn {
	display: block;
	overflow: hidden;
	width: 330px;
	height: 80px;
	margin: 0 auto;
	background: url(../imgs/bt-calculate.png) no-repeat left top;
	text-indent: -5260px;
}
#simulation #calculate a#calculateBtn.edit {
	background-image: url(../imgs/bt-calculate_edit.png);
}
#simulation #calculate a#calculateBtn:hover {
	background-position: right top;
}
#simulation #result {
	display: table;
	width: 100%;
	padding-top: 2px;
	background: url(../imgs/bdr-simulation.gif) repeat-x left top;
}
#simulation #result .total {
	display: table-cell;
	width: 50%;
	padding: 50px 0 5px;
	vertical-align: bottom;
}
#simulation #result .total dl {
	display: table;
	width: 95.7%;
	border-bottom: #dc5a41 solid 2px;
}
#simulation #result .total dl dt,
#simulation #result .total dl dd {
	display: table-cell;
	padding-bottom: 10px;
}
#simulation #result .total dl dt {
	padding-left: 4.5%;
	font-size: 114.3%;
	font-weight: bold;
}
#simulation #result .total dl dd {
	padding-right: 4.5%;
	padding-left: 4.5%;
	color: #dc5a41;
	font-size: 124.9%;
	font-weight: bold;
	text-align: right;
}
#simulation #result .total dl dd #priceArea {
	visibility: hidden;
}
#simulation #result .total dl dd #priceArea.entered {
	visibility: visible;
}
#simulation #result .total dl dd #price {
	margin-right: 10px;
	font-size: 230%;
	line-height: 1;
}
#simulation #result .btn {
	display: table-cell;
	width: 50%;
	vertical-align: bottom;
}
#simulation #result .btn #proceedBtnWrap {
	display: none;
}
#simulation #result a#proceedBtn {
	display: block;
	overflow: hidden;
	width: 330px;
	height: 80px;
	margin: 0 auto;
	background: url(../imgs/bt-proceed.png) no-repeat left top;
	text-indent: -5260px;
}
#simulation #result a#proceedBtn:hover {
	background-position: right top;
}
#error,
#finish {
	text-align: center;
}

@media only screen and (max-width:1079px) {
	#simulation {
		overflow: hidden;
		position: relative;
		border-right: #e0e0e0 solid 1px;
		border-left: #e0e0e0 solid 1px;
		border-radius: 15px;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f2f2f2));
		background: -webkit-linear-gradient(#ffffff, #f2f2f2);
		background: -moz-linear-gradient(#ffffff, #f2f2f2);
		background: -ms-linear-gradient(#ffffff, #f2f2f2);
		background: -o-linear-gradient(#ffffff, #f2f2f2);
		background: linear-gradient(#ffffff, #f2f2f2);
		-webkit-box-shadow: 0 3px 3px #e0e0e0;
		box-shadow: 0 3px 3px #e0e0e0;
	}
	#simulation:before,
	#simulation:after {
		display: none;
	}
	#simulation .inner {
		padding-top: 23px;
		padding-bottom: 40px;
		border-top: #1c3a89 solid 7px;
		border-right: none;
		border-left: none;
	}
	#simulation #calculate .select,
	#simulation #result .total {
		width: auto;
	}
	#simulation #calculate .btn,
	#simulation #result .btn {
		width: 260px;
	}
	#simulation #calculate a#calculateBtn,
	#simulation #result a#proceedBtn {
		width: 250px;
		margin-left: 0;
	}
	#simulation #calculate a#calculateBtn { background-image:url(../imgs/sp/bt-calculate.png); }
	#simulation #calculate a#calculateBtn.edit { background-image: url(../imgs/sp/bt-calculate_edit.png); }
	#simulation #result a#proceedBtn { background-image:url(../imgs/sp/bt-proceed.png); }
	#simulation #calculate .select dl dt {
		font-size: 100%;
	}
	#simulation #result .total dl dt {
		font-size: 100%;
	}
	#simulation #result .total dl dd {
		font-size: 114.3%;
	}
}

@media only screen and (max-width:768px) {
	#simulationArea:after {
		top: -4px;
		left: 20px;
		height: 90px;
	}
	#simulation .inner {
		padding: 23px 19px 20px;
	}
	#simulation .heading {
		height: 56px;
		background-image: url(../imgs/sp/title-simulation.png);
	}
	#simulation #calculate {
		display: block;
	}
	#simulation #calculate .select {
		display: block;
	}
	#simulation #calculate .select dl {
		display: table;
		width: 100%;
		padding: 0 0 2px;
		background: url(../imgs/bdr-simulation.gif) repeat-x left bottom !important;
	}
	#simulation #calculate .select dl dt {
		padding-left: 0;
	}
	#simulation #calculate .select dl dd {
		min-width: 0;
		padding-right: 0;
		padding-left: 0;
	}
	#simulation #calculate .btn {
		display: block;
		width: auto;
		margin-top: 15px;
	}
	#simulation #calculate a#calculateBtn {
		margin-left: auto;
	}
	#simulation #result {
		display: block;
		padding: 30px 0 0;
		background: none;
	}
	#simulation #result .total {
		display: block;
		width: auto;
		padding: 0;
	}
	#simulation #result .total dl {
		width: 100%;
	}
	#simulation #result .total dl dt {
		padding-left: 0;
	}
	#simulation #result .total dl dd {
		padding-right: 0%;
		padding-left: 0%;
	}
	#simulation #result .btn {
		display: block;
		width: auto;
		margin-top: 15px;
	}
	#simulation #result a#proceedBtn {
		margin-left: auto;
	}
}

@media only screen and (max-width:480px) {
	#simulation #calculate .select dl {
		display: block;
	}
	#simulation #calculate .select dl dt {
		display: block;
		padding-bottom: 5px;
	}
	#simulation #calculate .select dl dd {
		display: block;
		padding-top: 0;
		text-align: left;
	}
	#simulation #result .total dl {
		display: block;
	}
	#simulation #result .total dl dt {
		display: block;
		padding-bottom: 0;
		text-align: center;
	}
	#simulation #result .total dl dd {
		display: block;
		text-align: center;
	}
	#simulation .btnWrap {
		margin: 0 -5px;
	}
}

/* mailform */
#mailform {}
#mailform .tableStyle01 {
	margin-top: 30px;
}
#mailform .tableStyle01 dt {
	width: 230px;
}
#mailform .tableStyle01 dt .req {
	display: inline-block;
	float: right;
	padding: 4px 3px 2px;
	background: #dc5a41;
	color: #ffffff;
	font-weight: normal;
	line-height: 1;
}
#mailform label.error {
	display: block;
	margin-top: 5px;
	color: #dc5a41;
}
#mailform input.formText {
	max-width: 440px;
}
#mailform textarea.formText {
	max-width: 640px;
	height: 130px;
}
#mailform .listGroup01 {
	margin-top: -5px;
}
#mailform .listGroup01 li {
	display: inline-block;
	margin-right: 20px;
	padding-top: 5px;
	white-space: nowrap;
}
#mailform .formZip input.formText {
	max-width: 5em;
}
#mailform input#zipcode {
	overflow: visible;
	margin-left: 10px;
}
#mailform #formBtnArea {
	width: 510px;
	margin: 35px auto 0;
}
#mailform #formBtnArea input.formBtn,
#mailform #formBtnArea a.formBtn {
	display: block;
	overflow: hidden;
	width: 250px;
	height: 70px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -5260px;
	cursor: pointer;
	outline: none;
}
#mailform #formBtnArea input.formBtn:hover,
#mailform #formBtnArea a.formBtn:hover {
	background-position: left bottom;
}
#mailform #formBtnArea input#confirm {
	margin: 0 auto;
	background-image: url(../imgs/bt-confirm.gif);
}
#mailform #formBtnArea input#confirm02 {
	width: 290px;
	margin: 0 auto;
	background-image: url(../imgs/bt-confirm02.gif);
}
#mailform #formBtnArea input#send {
	float: right;
	background-image: url(../imgs/bt-send.gif);
}
#mailform #formBtnArea input#send02 {
	float: right;
	width: 290px;
	background-image: url(../imgs/bt-send02.gif);
}
#mailform #formBtnArea input#back {
	float: left;
	background-image: url(../imgs/bt-back.gif);
}

@media only screen and (max-width:768px) {
	#mailform .tableStyle01 dt br {
		display: none;
	}
	#mailform #formBtnArea {
		width: auto !important;
		margin: 25px -5px 0;
	}
	#mailform #formBtnArea input.formBtn {
		float: none !important;
		margin: 10px auto 0;
	}
	#mailform #formBtnArea input.formBtn:first-child {
		margin-top: 0;
	}
}

@media only screen and (max-width:480px) {
}