@charset "utf-8";

h1.title {
	background: url(img/bg_model.png) no-repeat left top;
	padding: 0 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	}
	
h1 span.cms {
	font-size: 16px;
	border-radius: 3px;
	margin: 0 auto;
	margin-right: 5px;
	font-weight: bold;
	color: white;
	background: red;
	padding: 3px;
}



/* ▼▼▼ 詳細
=====================================*/
#detail {
	border: 1px solid #BAC4D6;
	margin-bottom: 30px;
	overflow: hidden;
    max-width: 100%;
	}
#detail .inner {
	padding: 20px;
	overflow: hidden;
	}
	#detail #item_img {
		float: left;
		max-width: 600px;
        height: auto;
		overflow: hidden;
		}
	#detail #item_img .bx-wrapper {position: relative;}
		#detail #item_img a.bx-prev,
		#detail #item_img a.bx-next {
			display: block;
			width: 25px;
			height: 54px;
			text-indent: -9999px;
			position: absolute;
			top: 198px;
			outline: none;
			}
			#detail #item_img a.bx-prev {
				background: url(img/detail_arrow01.png) no-repeat left top;
				left: 10px;
				}
			#detail #item_img a.bx-next {
				background: url(img/detail_arrow02.png) no-repeat left top;
				right: 10px;
				}
		#detail #item_img #bx-pager {
			margin: 10px 0 0;
			}
			#detail #item_img #bx-pager a {
				float: left;
				width: 48px;
				height: 36px;
				border: 1px solid #fff;
				margin: 0 11px 11px 0;
				outline: none;
				overflow: hidden;
				}
				#detail #item_img #bx-pager a img {width: 48px;}
			#detail #item_img #bx-pager a:nth-child(10n) {margin-right: 0;}
			#detail #item_img #bx-pager a.active {
				border: 1px solid #FF0000;
				}
	#detail #detail_info {
		float: right;
		width: 300px;
		overflow: hidden;
		}
		#detail #detail_info table.detail_info {
			width: 299px;
			border-top: 1px solid #BAC4D6;
			border-left: 1px solid #BAC4D6;
			font-size: 14px;
			}
			#detail #detail_info table.detail_info th,
			#detail #detail_info table.detail_info td {
				border-bottom: 1px solid #BAC4D6;
				border-right: 1px solid #BAC4D6;
				padding: 10px;
				}
			#detail #detail_info table.detail_info th {
				width: 120px;
				background: #CFDDF3;
				}
				#detail #detail_info table.detail_info td strong {
					color: #FF0000;
					font-size: 40px;
					font-weight: bold;
					}
				#detail #detail_info table.detail_info td .business {
				    background: url("../img/top/icon_business.png") no-repeat left bottom;
				    padding-bottom: 15px;
				}
		#detail #detail_info .kome {
			margin: 5px 0 10px;
			text-align: left;
			}
		#detail #detail_info dl.points {
			border: 1px solid #FF6C00;
			border-top: none;
			padding: 10px 15px;
			margin-bottom: 10px;
			overflow: hidden;
			}
			#detail #detail_info dl.points dt {
				float: left;
				}
			#detail #detail_info dl.points dd {
				margin-left: 61px;
				}
				#detail #detail_info ul.point01 {
					width: 210px;
					margin-bottom: 5px;
					overflow: hidden;
					}
					#detail #detail_info ul.point01 li {
						float: left;
						width: 25px;
						background: #CCCCCC;
						margin: 0 5px 5px 0;
						color: #fff;
						text-align: center;
						line-height: 25px;
						font-weight: bold;
						}
					#detail #detail_info ul.point01 li.point {background: #FF0000;}
				#detail #detail_info ul.point02 {overflow: hidden;}
					#detail #detail_info ul.point02 li {
						float: left;
						background: url(img/slash.gif) no-repeat right center;
						padding-right: 12px;
						margin-right: 2px;
						color: #ccc;
						font-size: 18px;
						font-weight: bold;
						}
					#detail #detail_info ul.point02 li:last-child {background: none;}
					#detail #detail_info ul.point02 li.point {color: #FF0000;}
				
		#detail #detail_info .comment {
			background: #ECF1FA;
			padding: 15px;
			margin-bottom: 20px;
			font-size: 14px;
			line-height: 1.5;
			max-height: 200px;
			overflow: auto;
			}	
			#detail #detail_info .comment .title {
				margin-bottom: 5px;
				color: #2754BC;
				font-weight: bold;
				}			
@media screen and (max-width: 640px) {
   #detail .inner {
	padding: 0;
	}
	}
	
/* ▼▼▼ 基本情報など
=====================================*/	
.mds { background:#2754BC; color:#fff; text-align: left; padding: 10px; width: 100%;}
h2.subtitle{
	background: url(img/bg_subtitle.gif);
	border-left: 5px solid #2754BC;
	padding-left: 15px;
	margin-bottom: 20px;
	color: #2754BC;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	}
h3.subtitle{
    background: url(../../common/img/sp/bg_btn.png) repeat-x left top;
	background-size: 10px 50px;
	border-bottom: 1px solid #BAC4D6;
	color: #0C3EB4;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
    padding: 0 10px;
	font-weight: bold;
	cursor: pointer;
}
h3.subtitle p {
                width: 100%;
				background: url(../../common/img/sp/search_arrow01.png) no-repeat right center;
				background-size: 13px 13px;
				padding-right: 18px;
                color: #333;
        
				}
			h3.subtitle.open p {
				background: url(../../common/img/sp/search_arrow02.png) no-repeat right center;
				background-size: 13px 13px;
				}
		   
			h3.subtitle .close  {
				background: url(../../common/img/sp/search_arrow02.png) no-repeat right center;
				background-size: 13px 13px;
				padding-right: 18px;
				}
.under.close {display: none}

table.info {
	width: 959px;
	border-top: 1px solid #BAC4D6;
	border-left: 1px solid #BAC4D6;
	margin-bottom: 50px;
	font-size: 14px;
	}	
	table.info th,
	table.info td {
		width: 209px;
		border-bottom: 1px solid #BAC4D6;
		border-right: 1px solid #BAC4D6;
		padding: 10px;
		}
	table.info th {
		width: 129px;
		background: #CFDDF3;
		color: #2652B9;
		font-weight: bold;
		}

ul.info {
	margin-bottom: 50px;
	color: #2652B9;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	}
	ul.info li {
		float: left;
		width: 294px;
		background: #CFDDF3;
		border: 1px solid #BAC4D6;
		padding: 10px;
		margin: 0 6px 6px 0;
		}	
	ul.info li:nth-child(3n) {margin-right: 0;}
	ul.info li.no {
		background: none;
		color: #ccc;
		font-weight: normal;
		}
p.txt {
	border: 1px solid #BAC4D6;
	padding: 10px;
	margin-bottom: 50px;
	font-size: 14px;
	}	

@media screen and (max-width: 640px) {
    table.info {
	margin-bottom: 0
	}	
   .under.close {
          display: block;
			background: #BAC4D6;
			font-size: 15px;
			line-height: 30px;
			text-align: center;
			cursor: pointer;
			}
    .spbtn50px {margin-bottom: 50px;}
}
#request {
	min-height: 296px;
	background: url(img/flow.gif) no-repeat right top;
	}	
	#request table.form {
		width: 734px;
		border-top: 1px solid #BAC4D6;
		border-left: 1px solid #BAC4D6;
		margin-bottom: 30px;
		font-size: 14px;
		}
		#request table.form th,
		#request table.form td {
			border-bottom: 1px solid #BAC4D6;
			border-right: 1px solid #BAC4D6;
			}	
		#request table.form th {
			width: 200px;
			background: #CFDDF3 url(img/icon_required.gif) no-repeat 155px center;
			padding: 10px;
			color: #2652B9;
			font-weight: bold;
			}
		#request table.form th.no {background: #CFDDF3;}
		#request table.form td {
			padding: 5px;
			}
			#request table.form td input {
				border: 1px solid #BAC4D6;
				padding: 10px;
				font-size: 14px;
				}
				#request table.form td input.name {width: 220px;}	
				#request table.form td input.tel,
				#request table.form td input.mail {width: 330px;}
			#request table.form td textarea {
				width: 485px;
				border: 1px solid #BAC4D6;
				padding: 10px;
				}
#request #caution {
	color: red;
	font-size: 14px;
	font-weight: bold;
	margin-left: 90px;
	margin-bottom: 20px;
}
#request .btn {
	margin-left: 200px;
	}				

.error-message{
	font-weight:bold !important;
	color:#ff0000 !important;
	padding:4px !important;
	margin:3px !important;
}

h1.thanks {
	background: url(img/bg_subtitle.gif);
	border-left: 5px solid #2754BC;
	padding-left: 15px;
	margin-bottom: 20px;
	color: #2754BC;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;	
	}				
	.thanks_read {
		margin-bottom: 100px;
		font-size: 16px;
		}	


		#request table.form th,
		#request table.form td {
			border-bottom: 1px solid #eee;
			border-right: 1px solid #eee;
			}	
		#request table.form th {
			width: 200px;
			background: #ddd url(img/icon_required.gif) no-repeat 155px center;
			padding: 10px;
			color: #660000;
			font-weight: bold;
			}
		#request table.form th.no {background: #ddd;}
		#request table.form td {
			padding: 5px;
			}
			#request table.form td input {
				border: 1px solid #eee;
				}
			#request table.form td textarea {
				border: 1px solid #eee;
				}

.bunkatsu_wrapper{
	float:left; 
	width: 600px;
}
.bunkatsu_wrapper table.detail_info {
	width: 100%;
	border-top: 1px solid #BAC4D6;
	border-left: 1px solid #BAC4D6;
	font-size: 14px;
}
.bunkatsu_wrapper table.detail_info th,
.bunkatsu_wrapper table.detail_info td {
	border-bottom: 1px solid #BAC4D6;
	border-right: 1px solid #BAC4D6;
	padding: 10px;
	text-align:center;
}
.bunkatsu_wrapper table.detail_info th {
	width: 120px;
	background: #596fb7;
	text-align:center;
	color: #fff;
}
.bunkatsu_wrapper table.detail_info td strong {
	font-size: 30px;
	font-weight: bold;
}
.bunkatsu_wrapper table.detail_info td .business {
	background: url("../img/top/icon_business.png") no-repeat left bottom;
	padding-bottom: 15px;
}

