@charset "utf-8";

/* ------------------------------------------------------
    ▼移行に伴い追記（PC）
---------------------------------------------------------*/

/* td padding 調整 */
body.form .contents table td{
  padding: 10px !important;
}


/* ------------------------------------------------------
    ▲移行に伴い追記（PC）
---------------------------------------------------------*/

body.form {
	background: #FFFFFF url(../img/f013d2a7-465f-4578-983a-ad91757449a5/item08.gif);
	overflow-y: scroll;
}

body.form a {
	color: #B91C22;
}
body.form #wrapper {
	width:550px;
	margin:20px auto 0;
	background: #FFFFFF url(../img/f013d2a7-465f-4578-983a-ad91757449a5/background.gif) repeat-x center top;
	border-top: 10px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 10px solid #999999;
	border-left: 1px solid #999999;
	padding: 15px;
}

body.form #wrapper .contents form{
	padding-top:0;
	margin-top:-7px;
}

body.form #wrapper h1 {
	text-indent: -9999px;
	height: 90px;
	width: 90px;
	background: url(../img/f013d2a7-465f-4578-983a-ad91757449a5/header.png) no-repeat top center;
	margin: 0 0 15px;
	padding: 0px;
}
body.form #wrapper .header h2 {
	font-weight: bold;
	color: #FFFFFF;
	background: #e60012;
	display: block;
	margin: 0px auto 10px;
	padding: 10px;
}

body.form #wrapper .contents .text1 {
	font-size: 110%;
	width: 500px;
	text-align: left;
	line-height: 140%;
	padding:10px 0;
}



body.form #wrapper .contents .text2 {
	font-size: 160%;
	font-weight: bolder;
	color: #e60012;
	padding-top: 50px;
	padding-bottom: 30px;
}

body.form #wrapper .contents .text3 {
	padding-bottom:10px;
}

body.form #wrapper .input .text3 {
	display:none;
}

body.form #wrapper .contents .form-error {
	color: #FF0000;
	font-weight: bold;
}
body.form #wrapper .contents p {
	margin-right: auto;
	margin-left: auto;
}


body.form #wrapper .contents table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 500px;
}
body.form #wrapper .contents th {
	width: 100px;
	padding: 10px;
	background: #E0E0E0;
	border: 1px dotted #000000;
	color: #000000;
	font-weight: bold;
}

body.form #wrapper .contents td {
	width: auto;
	padding: 10px;
	border: 1px dotted #000000;
	background: #FFFFFF;
}

body.form #wrapper .form-img{
	display: none;
}

body.form #wrapper table #item01{
	width:146px;
}

body.form .form-textarea textarea{
	height: 5em;
	width: 300px;
}
body.form #wrapper form {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 10px;
}

/* 送信・リセットボタン */

body.form #wrapper .contents .btn-set{
	width:180px;
	height:27px;
	margin:0 auto;
	padding-left:8px;
}

body.form #wrapper .contents input.btn-send{
	width:80px;
	height:27px;
	background:url(../img/f013d2a7-465f-4578-983a-ad91757449a5/item03.gif) no-repeat 0 0;
	border: none;
	cursor:pointer;
	text-indent:-9999px;
	display:block;
	float:left;
}

body.form #wrapper .contents .btn-send:hover{
	background: #FFFFFF url(../img/f013d2a7-465f-4578-983a-ad91757449a5/item03.gif) no-repeat 0 -27px;
}

body.form #wrapper .input .btn-reset{
	width:80px;
	height:27px;
	background:url(../img/f013d2a7-465f-4578-983a-ad91757449a5/item05.gif) no-repeat 0 0;
	border: none;
	cursor:pointer;
	text-indent:-9999px;
	display:block;
	float:left;
}

body.form #wrapper .input .btn-reset:hover{
	background:url(../img/f013d2a7-465f-4578-983a-ad91757449a5/item05.gif) no-repeat 0 -27px;
}


body.form #wrapper .complete .text2 {
	height:100px;
	padding:0;
	background:url(../img/f013d2a7-465f-4578-983a-ad91757449a5/item09.gif) no-repeat center;
	text-indent:-9999px;
}

/* 確認画面 */

body.form .confirm{
	width:100%;
	float:left;
	margin-bottom:0;
}

body.form #wrapper .confirm .text3{
	height:35px;
	padding:0;
	margin-top:7px;
	background:url(../img/f013d2a7-465f-4578-983a-ad91757449a5/item07.gif) no-repeat center;
	text-indent:-9999px;
}

body.form .contents .attention  {
    display:none;
	}


body.form #wrapper .confirm .btn-set{
	height:27px;
	width:170px;
	margin:0 auto;
	padding-bottom:20px;
}

body.form .confirm .btn-set .link-back, 
body.form .confirm .btn-set .link-send{
	width:80px;
	float:left;
}

body.form .confirm .link-back{
	position:relative;
	left:10px;
}

body.form #wrapper .confirm input.btn-reset {
	background:url(../img/f013d2a7-465f-4578-983a-ad91757449a5/item06.gif) no-repeat 0 0;
	width: 80px;
    height: 27px;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    float: left;
}


body.form #wrapper .confirm .btn-reset:hover{
	background:url(../img/f013d2a7-465f-4578-983a-ad91757449a5/item06.gif) no-repeat 0 -27px;
}

body.form #wrapper .footer {
	padding:0;
	clear:both;
}

body.form #wrapper .footer p.link-close{
	width:55px;
	text-indent:-9999px;
	margin-left:50%;
}

body.form #wrapper .footer p.link-close a{
	height:15px;
	width:55px;
	display:block;
	background:url(../img/f013d2a7-465f-4578-983a-ad91757449a5/item04.png) no-repeat 0 0;
	position:relative;
	left:-27px;
}

body.form #wrapper .footer p.link-close a:hover{
	background:url(../img/f013d2a7-465f-4578-983a-ad91757449a5/item04.png) no-repeat 0 -15px;
}

@media screen and (max-width: 480px){
	body.form.form #wrapper .contents table th,
    body.form.form #wrapper .contents table td{
	display:table-cell
}

body.form .btn-set input {
    margin-right: 10px;
}

body.form .confirm{
	width:auto;
}

}