@charset "utf-8";

#contents {
	width: 885px;
	}
	
/* ▼▼▼ プラン
=====================================*/
#visual {
	background: url(img/visual.jpg) no-repeat center top;
	}

p.copy {
	margin-bottom: 40px;
	text-align: center;
	}
h2.subtitle {
	margin-bottom: 20px;
	overflow: hidden;
	}
h3.copy {
	margin-bottom: 40px;
	overflow: hidden;
	}
		
.example {
	width: 840px;
	margin: 0 auto 50px;
	clear: both;
	overflow: hidden;
	}
.last {
	margin-bottom: 0!important;
	border-bottom: none;
	}
	.example .txt_box {
		width: 500px;
		}
	.example ul.kome {
		font-size: 11px;
		margin-bottom: 20px;
		overflow: hidden;
		}
		.example ul.kome li {
			text-indent: -1em;
			padding-left: 1em;
			}
			
	table.info {
		width: 500px;
		margin-bottom: 20px;
		}
		table.info th {
			width: 90px;
			vertical-align: top;
			}
		table.info th span {
			color: #DEBF6C;
			}

#memory {
	background: #FBF2EC url(img/bg_memory.png) no-repeat left bottom;
	margin-bottom: 15px;
	overflow: hidden;
	}
.memory_inner {
	padding: 0 40px 40px 40px;
	overflow: hidden;
	}
	.memory_inner ul.memory {
		margin: 20px -15px 0 0;
		overflow: hidden;
		}
		.memory_inner ul.memory li {
			float: left;
			margin-right: 15px;
			}
			
			
/* 2022.1.7 追記 */

.p_style {
	display: table;
    width: 100%;

	font-size: 25px;
	color: #a4700c;

    background: url(img/bg_price.gif);
}

.p_style span {
	display: table-cell;
	vertical-align:middle;
}

.p_style span.p_small {
	font-size: 15px;
	display: inline;
}

.p_style span.p_small.c_black {
	color: #000;
}

.p_style.h50 {
	height: 50px;
	text-align: center;
}