@charset "UTF-8";

/*------------------------------------------------------------------------------
カート設定
------------------------------------------------------------------------------*/
.txt-lead {
	font-size: 1.6rem;
	margin-top: 10px;
}
.txt-c{text-align: center;}
.txt-winered{
	color: #cc0000;
	font-weight: bold;
}
.cart-top {
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.2;
}
/*.cart-top h2 {
	line-height: 1;
	color: #FFF;
	background: #c1272d;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 700px;
	position: relative;
}
.cart-top h2 span {
	font-family: "メイリオ", sans-serif;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 13px;
	bottom: 5px;
}*/
.cart-top .step {
	margin: 17px 0px 0px;
	padding: 0px;
	position: relative;
}
.cart-top .step img {
	position: relative;
	top: 0px;
	left: -2px;
}
.cart-top .shiryo-info {
	background: url(/img/cart/com_reqbg01.gif) no-repeat;
	margin: 16px 0px 0px;
	padding: 0px;
	height: 77px;
	width: 700px;
	position: relative;
}
.cart-top .shiryo-info p {
	font-size: 14px;
	line-height: 1.3;
	position: absolute;
	top: 20px;
	left: 65px;
}
.cart-top .shiryo-info p span {
	font-weight: bold;
	color: #cc0000;
}
.cart-top .cart-none {
	margin: 34px 10px 0;
	padding: 60px;
	text-align: center;
	border: 3px solid #999;
	background: #f5f5f5;
	font-size: 18px;
}
.cart-top .ins-box {
	margin: 34px 0px 0px;
	padding: 0px;
	width: 700px;
	font-family: "メイリオ", sans-serif;
}
.cart-top .ins-box h3 {
	font-size: 24px;
	line-height: 40px;
	margin: 0px 0px -1px;
	padding: 0px 0px 0px 22px;
	height: 40px;
	width: 700px;
	letter-spacing: 1px;
	border-bottom: 1px solid #999;
}
.cart-top .ins-box h3 {
	/*background: url(/img/common/com_req_tit01.gif) no-repeat;*/
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 3px solid #c1272d;
	margin-bottom: 0;
}
.cart-top .ins-box table {
	margin: 0px 0px -1px;
	padding: 0px;
	width: 700px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.cart-top .ins-box table tr th,
.cart-top .ins-box table tr td {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top: 1px dotted #999;
	border-right: 1px solid #999;
	vertical-align: middle;
}
.cart-top .ins-box table tr .logo {
	width: 135px;
	height: 68px;
	padding: 10px 0;
}
.cart-top .ins-box table tr .name01 {
	width: 120px;
	font-size: 14px;
}
.cart-top .ins-box table tr .name02 {
	width: 220px;
}
.cart-top .ins-box table tr .name03 {
	width: 120px;
}
.cart-top .ins-box table tr td.delete {
	width: auto;
	border-right: none;
}
.cart-top .ins-box.kodate table tr td.delete {
	background-color: #fee8ea;
}
.cart-top .ins-box.mansion table tr td.delete {
	background-color: #fde1ce;
}
.cart-top .req-btn {
	text-align: center;
	margin: 18px 0px 0px;
	padding: 0px;
}
p.comtel {
    margin: 50px auto 0;
}
/* 資料請求--------------------------------------------------------*/
.btn-siryo{
	border : 1px solid #a62121;
	color : #fff!important;
	background-color: #e62e2e;
	box-shadow: 0px 2px #a62121;
	text-shadow: 0px 2px 3px #a62121;
	background: -moz-linear-gradient(top, #ff3333 0%, #e52e2e 100%);
	background: -webkit-linear-gradient(top, #ff3333 0%,#e52e2e 100%);
	background: linear-gradient(to bottom, #ff3333 0%,#e52e2e 100%);
}
.btn-estimate{
	width: 540px;
	padding: 7px 6px 6px 40px;
	margin-top: 20px;
	font-size: 2.6rem;
	text-align: left;
}
.btn-estimate span{
	font-size: 3rem;
}
.btn-siryo{
	display : block;
	position: relative;
	padding : 8px;
	font-weight: bold;
	font-size : 2.2rem;
	text-align : center; 
	text-decoration : none;
	border-radius: 7px;
	background-color: #fff;
	margin: 0 auto;
	transition:  all .3s;
}
.btn-siryo::after{
	content: "";
	position: absolute;
	background-size: 16px 16px;
	background-position: right center;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 10px;
	margin-top: -8px;
}
.btn-siryo:hover{
	text-decoration: none;
	box-shadow: none;
    transform: translate3d(0, 2px, 0);
	background: #e52e2e;
    background: -webkit-linear-gradient(#e52e2e 0%, #e52e2e 100%);
    background: -o-linear-gradient(#e52e2e 0%, #e52e2e 100%);
    background: linear-gradient(#e52e2e 0%, #e52e2e 100%);
}
.btn-historyback{
	display: table;
	margin: 30px auto 0;
	border: 1px solid #bbb;
	box-shadow: 0 2px 0 #bbb;
	font-weight: bold;
	text-align: center;
	color: #333;
	font-size: 16px;
	border-radius: 8px;
	padding: 12px 30px;
	border-radius: 8px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 50%, rgba(242,242,242,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 50%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 50%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.btn-historyback:hover{
	background: #f2f2f2;
	box-shadow: none;
	transform: translate3d(0, 2px, 0);
}
