@charset "utf-8";

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

	松之山温泉合同会社まんま - 松之山温泉とは 共通
	
	/commont/css/niigata-onsen.css

	contents:
		1. common
			1-1. clearfix
			1-2. image replacement
		2. content
			2-1. main
			2-2. sidebar
			2-3. float-box

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


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

	1. common

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


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

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

#main .about {
	*zoom: 1;
}


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

#main h2 {
	display: block; 
	overflow: hidden;
	outline: none;
	text-indent: 100%;
	_text-indent: -9999px;/* IE6 */
	white-space: nowrap;
}


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

	2. content

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


/*	2-1. main
------------------------------------------------------------------------------*/

#main h2 {
	width: 712px;
	height: 290px;
    margin: 2px 2px 30px;
	padding: 0;
	background: url(../img/niigata-onsen/heading-photo.jpg) no-repeat;
	border: none;
	border-radius: 0;
}

#main h3 {
	margin: 0 0 30px 0;
	padding: 30px 0 30px 100px;
	background-color: #FFF;
	background-image: url(../img/niigata-onsen/heading-icon.png);
	background-repeat: no-repeat;
	background-position: 35px center;
	border: 5px solid #B4C7B2;
	font-size: 36px;
	color: #555;
	/**/
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-ms-border-radius:     5px;
	border-radius:         5px;
}

#main h4 {
	line-height: 35px;
	margin: 30px 0 20px 0;
	padding-left: 15px;
	background: #728A72;
	border: none;
	font-size: 18px;
	color: #FFF;
}

/*
#main h4 {
	margin: 20px 0 15px 0;
}
*/

#main section section {
	padding: 0 30px 0;
}

#main section section section {
	padding: 0;
}

#main .group {
    padding: 0 0 30px;
    background-color: #FFFFFF;
    border: 2px solid #B0C4AD;
}

#main p {
	margin-bottom: 1em;
}

#main dl {
	margin-top: 10px;
}

#main dl dd {
	margin: 0;
}

.important-red {
	font-weight: bold;
	font-size: 16px;
	color: #CC0000;
}

.important-blue {
	font-weight: bold;
	font-size: 16px;
	color: #000099;
}

.red {
	font-weight: bold;
	color: #CC0000;
}

.blue {
	font-weight: bold;
	color: #000099;
}

/*	2-2. sidebar
------------------------------------------------------------------------------*/

#sidebar p {
	line-height: 29px;
	margin-bottom: 5px;
	padding-left: 65px;
	background: url(../img/niigata-onsen/sidebar_heading.png) no-repeat;
	font-weight: bold;
	font-size: 13px;
	color: #8A485A;
}

#sidebar ul {
	margin: 0;
}

#sidebar .banner li {
	margin-top: 10px;
	background-color: #FFF; 
	/* box-shadow */
	box-shadow:rgba(82, 82, 82, 0.3) 2px 2px 2px 2px;
	-webkit-box-shadow:rgba(82, 82, 82, 0.3) 2px 2px 2px 2px;
	-moz-box-shadow:rgba(82, 82, 82, 0.3) 2px 2px 2px 2px;
}

#sidebar .banner li:first-child {
	margin-top: 0;
}

#sidebar .banner li a {
	margin-bottom: 10px;
	background-image: url(../img/niigata-onsen/sidebar_banner.png);
	background-repeat: no-repeat;
}

#sidebar .banner li.banner1 a {
	height: 83px;
}

#sidebar .banner li.banner1 a.selected {
	background-position: -210px 0;
}

#sidebar .banner li.banner2 a {
	height: 83px;
	background-position: 0 -83px;
}

#sidebar .banner li.banner2 a.selected {
	background-position: -210px -83px;
}

#sidebar .banner li.banner3 a {
	height: 83px;
	background-position: 0 -166px;
}

#sidebar .banner li.banner3 a.selected {
	background-position: -210px -166px;
}

#sidebar .banner li.banner4 a {
	height: 83px;
	background-position: 0 -249px;
}

#sidebar .banner li.banner4 a.selected {
	background-position: -210px -249px;
}


/*	2-3. float-box
------------------------------------------------------------------------------*/


#main .about .fl-box figure img,
#main .about .fr-box figure img {
	width: 250px;
	height: auto;
}

#main .about .fl-box figure {
	float: none;
	width: 250px;
	margin: 0 0 20px 20px;
}

#main .about .fr-box figure {
	float: none;
	width: 250px;
	margin: 0 0 20px 20px;
}

#main .about figcaption,
#main .about figcaption {
	text-align: center;
}

#main .about figcaption {
	line-height: 1.5;/* =18px */
	font-size: 12px;
}

#main .about .photo {
	float: right;
}


































