@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :birth.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#bir #gnav li.gnav_bir a {
	background-position: bottom;
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
	background: url(../images/header/bg_main.jpg) center bottom repeat-x;
}
.con_main .box_main {
	height: 250px;
	margin: 0 auto;
	background: url(../birth/images/bg_title.jpg) center 0 no-repeat;
}
.con_main .box_main h2 {
	padding-top: 100px;
	text-align: center;
}

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

	index.php   TOPページ用

-----------------------------------------------------------*/
#main {
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 100px;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
	background: url(../birth/images/bg_intro.jpg) 0 0 no-repeat;
	border: 1px solid #e6d8c3;
	margin-top: 40px;
}
.con_intro .bg_intro {
	border: 1px solid #f8f2e7;
	padding-left: 400px;
	min-height: 282px;
}
.con_intro h3 {
	padding-top: 80px;
	margin-bottom: 20px;
}
.con_intro .txt {
	width: 540px;
}

/* -----------------------------------------------------------
	.con_birth
----------------------------------------------------------- */
.con_birth {
	margin: 30px auto 0 auto;
	width: 964px;
}
.con_birth ul {
	overflow: hidden;
	margin-right: -20px;
}
.con_birth ul li {
	text-align: center;
	margin: 0 20px 20px 0;
	padding: 10px;
	float: left;
	width: 288px;
}
.con_birth ul li.hovered {
	background-color: #E5D6BE;
}
.con_birth ul li .photo {
	position: relative;
	width: 288px;
	height: 214px;
	overflow: hidden;
}
.con_birth ul li .photo img {
	width: 100%;
}
.con_birth ul li .photo .cover {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 288px;
	height: 0;
	padding-top: 214px;
	overflow: hidden;
	background: url(../birth/images/cover.png) 0 0 no-repeat;
}
.con_birth ul li .photo span {
	position: absolute;
	z-index: 3;
	right: 4px;
	bottom: 4px;
}
.con_birth ul li h4 {
	margin-top: 10px;
}
.con_birth ul li h4 a {
	text-decoration: none !important;
	color: #2c2100 !important;
}
.con_birth ul li h4 span {
	padding-left: 15px;
	font-size: 120%;
	font-weight: normal;
	background: url(../birth/images/ic_arrow_right.png) 0 center no-repeat;
}

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

	detail.php   CMS詳細ページ用

-----------------------------------------------------------*/
/* -----------------------------------------------------------
	.con_st		タイトル
----------------------------------------------------------- */
.detail .con_st {
	width: 710px;
	padding: 0  0 20px 0;
}
.detail .con_st h3 {
	background: url(../images/common/bg_stline.png) center bottom no-repeat;
	padding: 0 0 5px 0;
	text-align: center;
}
.detail .con_st h3 span.left {
	display: inline-block;
	background: url(../images/common/st_guide_left.png) left center no-repeat;
}
.detail .con_st h3 span.right {
	display: inline-block;
	background: url(../images/common/st_guide_right.png) right center no-repeat;
	padding: 12px 60px;
	color: #714601;
	font-size: 150%;
}
.detail .st {
	width: 710px;
	margin: 0 0 25px 0;
	background: url(../examination/images/detail/bg_subst.png) center bottom no-repeat;
}
.detail .st h4 {
	background: url(../examination/images/detail/ic_subst.png) left 5px no-repeat;
	padding: 2px 0 9px 24px;
	font-size: 120%;
	color: #764d17;
}
.detail p.photo {
	padding: 0 0 20px 0;
}
.detail .txtarea {
	padding: 0 0 20px 0;
}
.detail .txtarea_s {
	border: 1px solid #d7ce9f;
	background: #f1e9d3;
	padding: 20px;
	margin: 0 0 20px 0;
}
.detail p.pdflink {
	background: url(../images/common/ic_pdf.png) left top no-repeat;
	padding: 3px 0 5px 22px;
}
.detail p.txtlink {
	background: url(../images/common/ic_txtlink.png) 4px 4px no-repeat;
	padding: 0 0 5px 22px;
}

/* -----------------------------------------------------------
	.con_layout		7セット共通記述
----------------------------------------------------------- */
.con_layout1,
.con_layout2,
.con_layout3,
.con_layout4,
.con_layout5,
.con_layout6,
.con_layout7 {
	margin: 0 0 30px 0;
}
.con_layout1 table,
.con_layout2 table,
.con_layout3 table,
.con_layout4 table,
.con_layout5 table,
.con_layout6 table,
.con_layout7 table {
	width: 100%;
	margin: 0 0 20px 0;
}

.con_layout6,
.con_layout7 {
	margin: 0;
	padding: 15px 0;
}

/* -----------------------------------------------------------
	.con_layout2
----------------------------------------------------------- */
.con_layout2 .twocolumnarea {
	width: 710px;
	overflow: hidden;
}
.con_layout2 .twocolumnarea .box_l {
	float: left;
	width: 380px;
	padding: 0 30px 0 0;
}
.con_layout2 .twocolumnarea .box_r {
	float: left;
	width: 300px;
}
.con_layout2 .twocolumnarea .box_r p.photo {
	padding: 0 0 10px 0;
}

/* -----------------------------------------------------------
	.con_layout3
----------------------------------------------------------- */
.con_layout3 .twocolumnarea {
	width: 710px;
	overflow: hidden;
}
.con_layout3 .twocolumnarea .box_l {
	float: left;
	width: 300px;
	padding: 0 30px 0 0;
}
.con_layout3 .twocolumnarea .box_l p.photo {
	padding: 0 0 10px 0;
}
.con_layout3 .twocolumnarea .box_r {
	float: left;
	width: 380px;
}

/* -----------------------------------------------------------
	.con_layout4
----------------------------------------------------------- */
.con_layout4 .slider {
	width: 710px;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.con_layout4 .slider .bx-wrapper {
	float: left;
	width: 590px;
}
.con_layout4 .slider .sumb {
	float: left;
	width: 100px;
	padding: 0 0 0 20px;
}
.con_layout4 .slider .sumb a {
	display: block;
	border: 1px solid #d9cfa2;
	background: #f0ebe4;
	margin: 0 0 10px 0;
	padding: 1px;
}
.con_layout4 .slider .sumb a.active {
	border: 1px solid #b9761d;
}
.con_layout4 .slider .bx-controls {
	display: none;
}

/* -----------------------------------------------------------
	.con_layout6
----------------------------------------------------------- */
.con_layout6 p.photo {
	padding: 0;
}
.con_layout6 p.photo img {
	width: 710px;
}

/* -----------------------------------------------------------
	.con_layout7
----------------------------------------------------------- */
.con_layout7 {
	width: 710px;
	overflow: hidden;
}
.con_layout7 ul.bn {
	margin: 0 -19px 0 0;
	overflow: hidden;
}
.con_layout7 ul.bn li {
	float: left;
	padding: 0 18px 0 0;
}
.con_layout7 ul.bn li img {
	width: 225px;
}
