@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	松之山温泉合同会社まんま - 体験プラン
	
	/experience-plan/css/experience-plan.css

	contents:
		1. common
			1-1. clearfix
			1-2. image replacement
		2. content

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	1. common

------------------------------------------------------------------------------*/


/*	1-1. clearfix
------------------------------------------------------------------------------*/

#main .column:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}

#main .column {
	*zoom: 1;
}


/*	1-2. image replacement
------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------

	2. content

------------------------------------------------------------------------------*/


#main h2 {
	background-image: url(../img/heading-icon.png);
}

#main .group {
	position: relative;
	width: 716px;
	margin-bottom: 15px;
	background-color: #FFF;
	border: 2px solid #B0C4AD;
}

#main .group h3 {
	line-height: 30px;
	margin-bottom: 0;
	padding: 10px 0 10px 30px;
	background-color: #EAEADD;
	border: none;
	text-indent: -1em;
	font-weight: bold;
	font-size: 14px;
	font-size: 20px;
	color: #8D4659;
}

#main .group h3 a {
	padding: 0 15px 0 20px;
	width: 14px;
	height: 14px;
	background: url(/common/img/icon/internal-bullet.png) no-repeat left center;
	color: #545454;
}

#main .group h3 span {
	vertical-align: middle;
	font-size: 12px;
	color: #545454;
}

#main .group .column {
	padding: 15px;
}

#main .group figure {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

#main .group .text-box {
	float: right;
	width: 460px;
	margin-top: 10px;
}

#main h4 {
	border-bottom: none;
    color: #555;
	font-size: 16px;
}




