@charset "shift_jis";
.contact-p-title{
	background-image: url(img/title_contact.png);
	background-repeat: no-repeat;
	background-position: -40px -15px;
}



#p_contact #content-r ul.contactlist {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 30px;
}

#p_contact #content-r ul.contactlist li {
	margin-top: 10px;
	position: relative;
	padding-left: 15px;
}
#p_contact #content-r ul.contactlist li:before {
	content:'';
	display: block;
		background-image: url(img/icon_mark01.gif);
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 0;

}



#p_contact #content-r li:first-child {
	margin-top: 0;
}
.co_Rd {
	color: #C00;
}
.table01 {
	width: 100%;
	margin-top: 30px;
}
.table01 th,
.table01 td {
	font-size: 80%;
	line-height: 1.9em;
	padding: 10px;
	border-bottom: 20px solid #fff;
}
.table01 th {
	background-color: #666;
	color: #FFF;
	width: 14em;
}
.table01 tr {
	vertical-align:middle;
}
input[type="text"]  {
border:0;
padding:10px;
border:solid 1px #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
select {
border:0;
padding:10px;
border:solid 1px #ccc;
}
textarea {
	width:400px;
	height:10em;
border:0;
padding:10px;
border:solid 1px #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
.inputW1 {
	width:10em
}
.inputW2 {
	width:20em
}
input[type=submit] {
	width: 250px;
	padding: 20px;
	background-color: #000;
	color: #FFF;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	letter-spacing: 0.1em;
	font-weight: bold;
	cursor: pointer;
cursor: hand;

}
input[type=submit]:hover {
	color: #f6d9d1;
}
input[type=button] {
	width: 100px;
	padding: 20px;
	background-color: #333;
	color: #FFF;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	letter-spacing: 0.1em;
	font-weight: bold;
	cursor: pointer;
cursor: hand;

}
input[type=button]:hover {
	color: #f6d9d1;
}

.submitBlock {
	text-align: center;
	margin-top: 30px;
}
#p_contact .cautionBlock {
	border: 3px solid #e80d00;
	padding: 20px;
}
#p_contact .cautionBlock h2 {
	color:#e80d00;
	font-size:120%;
	border-bottom:1px solid #e80d00;
	padding:10px;
}
#p_contact .cautionBlock ul {
	list-style:none;
	padding:10px;
}
#p_contact .cautionBlock li {
	color: #e80d00;
	background-image: url(img/icon_mark02.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#p_contact .contact_complete h3 {
	text-align: center;
	padding: 20px;
	border-top: 1px solid #231816;
	border-bottom: 1px solid #231816;
}
#p_contact .contact_complete .block01 {
	padding: 30px;
}
#p_contact .contact_complete p.ico_link {
	float:right;
}
#p_contact .contact_complete p.ico_link a{
	background-image: url(https://www.toyosu.co.jp/img/top/ico_arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	display:block;
}



.long-vacation {
	text-align: center;
	padding: 20px;
	border: 5px solid #ff9a9a;
	margin-top: 20px;
	margin-bottom: 20px;
}
.long-vacation h2{
	font-size: 14px;
	margin-bottom: 10px;
}
.long-vacation .text{
	line-height: 1.8;
	font-size: 12px;
}

.cautionLink {
	border: 3px solid #f00;
	margin-bottom: 20px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.cautionLink span {
	padding: 10px;
	font-weight: bold;
	background-color: #f00;
	color: #fff;
	width: 20%;
	text-align: center;
}

.cautionLink a {
	padding: 10px;
	text-align: center;
	width: 80%;
	color: #f00;
	font-size: 14px;
}