@charset "shift-jis";

/**
 * sonnar hagihara.css
 * update : 2013.01.30
 */

/*--------------------------------------------------------------------------------
	.intro
--------------------------------------------------------------------------------*/
.intro {
	height: 537px;
}

.intro h2, .intro h3, .intro p {
	display: none;
}

/*--------------------------------------------------------------------------------
	.section
--------------------------------------------------------------------------------*/
.section {
	margin: 0;
	padding: 60px 0;
	font-size: 84%;
	letter-spacing: 0.08em;
	line-height: 2.039em;
}
.section1 {
	background: url("../img/hagihara1_sec_bg.gif") repeat-x;
}
.section2 {
	background: url("../img/hagihara1_bg.jpg") no-repeat;
}

.section h3 {
	text-align: center;
}

.section .inner {
	margin: 50px auto 0;
	width: 796px;
	*zoom: 1;
}

.section .inner:after {
	clear: both;
	display: block;
	content: "";
}

.section .inner em {
	display: block;
	margin: 10px 0 25px;
	line-height: 1.4;
	font-size:85%;
}

.section .inner p {
	overflow: hidden;
}


/* .line-02
--------------------------------------------------------------------------------*/
.section.line-02 .inner .photo {
	float: left;
	margin: 7px 40px 0 0;
	width: 369px;
}

/* .line-03
--------------------------------------------------------------------------------*/
.section.line-03 .inner .photo {
	float: right;
	margin: 7px 0 0 40px;
	width: 505px;
}

/* .line-04
--------------------------------------------------------------------------------*/
.section.line-04 .inner .photo {
	float: left;
	margin: 7px 40px 0 0;
}