/* ---------------
 * page title
 * --------------- */
#pag-title {
	margin-top: 25px;
	margin-bottom: 0;
}
#pag-subtitle {
	padding-bottom: 5px; 
	color: #555555;
	border-bottom: 1px solid #cccccc;
}
/* ---------------
 * group title
 * --------------- */
.gr-title {
	color: #505050;
}
#title-faq {
	margin-top: 35px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * item names
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.prom-item {
	line-height: 36px;
	background-color: #e9e9e9;
	background-image: url("../../all/allSiteData/site-img/background-metal-0.jpg");
	border: 1px solid #c0c0c0;
	border-top-width: 0;
	border-left: 1px solid #e0e0e0;
	border-radius: 5px;
	cursor: pointer;
}
.prom-item:hover {
	background-color: #dcdcdc;
	background-image: url("../../all/allSiteData/site-img/background-metal-1.jpg");
}
.prom-item:first-child {
	border-top: 1px solid #e0e0e0;
}
.sign {
	display: inline-block;
	width: 20px;
	color: #999999;
	font-size: 24px;
}
.item-name {
	display: inline-block;
	padding: 0 12px;
	line-height: 26px;
	border-radius: 14px;
}
@media screen and (min-width: 591px) {
	.item-note {
		float: right;
		margin-top: 7px;
		margin-right: 20px;
		line-height: 26px;
		font-size: 17px;
		color: #555555;
	}
}
@media screen and (max-width: 590px) {
	.item-note { display: none; }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * details cassette
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.prom-details {
	display: none;
	border-bottom: 1px solid #e0e0e0;
}
.wrapper-details {
	position: relative;
	margin: 5px 0 10px 0;
	padding: 0 10px 10px 10px;
	border-width: 8px;
	border-style: solid;
	border-color: #406060;		/* green  */
	border-radius: 10px;
}
.group-title {
	margin-top: 15px;
	padding: 3px 5px 2px 5px;
	max-width: 270px;
	text-align: center;
	background-color: #dddddd;
	border-bottom: 1px solid #c0c0c0;
	border-radius: 15px;
}
.type-line1 {
	margin-top: 10px;
}
/* ---------------
 * table (details)
 * --------------- */
table {
	border-collapse: collapse;
	margin-top: 5px;
}
/* -- package ---- */
.table-package {
	margin-left: 15px;
	line-height: 25px;
}
.table-type {
	line-height: 25px;
}
.col-1 {
	padding-right: 10px;
}
/* -- banner ---- */
.bnr-col-1 {
	text-align: left;
}
.bnr-col-2 {
	padding-right: 10px;
	text-align: center;
}
.bnr-col-3 {
	text-align: left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *   screen size
 *
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ------------
 * package logo
 * ------------ */
@media screen and (min-width: 701px) {
	.package-logo {
		position: absolute;
		top: 40px;
		right: 40px;
	}
	.title-price { display: none; }
	.price {
		position: absolute;
		width: 140px;
		padding: 3px 10px;
		text-align: center;
		top: 200px;
		right: 25px;
		background-color: #f0f0f0;
		border: 1px dashed #999999;
		border-radius: 15px;
	}
}
@media screen and (max-width: 700px) {
	.package-logo {
		display: none;
	}
	.title-price { display: block; }
	.price { padding-left: 15px; }
	
}
/* --------------
 * item / details
 * -------------- */
@media screen and (min-width: 601px) {
	.sign { margin-left: 5px; }
	.prom-details { padding: 10px 10px 10px 27px; }
	.col-1 { min-width: 160px; }
}
@media screen and (max-width: 600px) {
	.prom-item { line-height: 46px;	}
	.sign { margin-left: 2px; }
	.prom-details { padding: 10px 10px 10px 10px; }
}

/* -------------
 * type: banner
 * ------------- */
@media screen and (min-width: 601px) {
	#type-banner {
		position: relative;
	}
	#banner-specif {
		position: absolute;
		right: 5px;
		bottom: 0;
		text-align: right;
	}
}
@media screen and (max-width: 600px) {
	#banner-specif {
		margin-top: 10px;
		text-align: right;
	}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * section faq
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.link-strong {
	font-weight: bold;
}