/* CSS Document */



article #h1_area .body
{
	background-image: url(images/h2_02.jpg);
}

article .h2_box
{
	display: flex;
	align-items: flex-end;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 120px;
	padding-left: 0px;
	height: 260px;
	box-sizing: border-box;

}

article .h2_foot
{
	background-image: url(images/bg_h2.png);
	_zoom: 1;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	display: block;
	bottom: 0px;
	color: #FFF;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-left-radius: 0px;     /* 左上 */
	border-top-right-radius: 0px;    /* 右上 */
	border-bottom-left-radius: 6px;  /* 左下 */
	border-bottom-right-radius: 6px; /* 右下 */
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	line-height: 1;

}

article .h2_foot .h2_title
{
	float: left;
	padding-left: 10px;
}

article .h2_foot .h2_link
{
	float: right;
	padding-right: 10px;
}

article .h2_foot .h2_link a
{
	color: #FFF;
	text-decoration: none;
	background-image: url(images/case_mark.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 2em;
}

#contents
{
	margin-bottom: 40px;
	_zoom:1;
	overflow:hidden;
}
#foot_slide_area
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(images/case_line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
}

#foot_slide_area h3
{
	text-align: left;
}


#foot_slide
{
	clear: both;
	margin-bottom: 10px;
	background-color: #FFF;
	min-height: 220px;
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
	box-shadow: 0px 0px 6px -2px #aaa;
	-moz-box-shadow: 0px 0px 6px -2px #aaa;
	-webkit-box-shadow: 0px 0px 6px -2px #aaa;
	text-align: left !important;
}

#foot_slide p
{
	font-size: 12px;
	line-height: normal;
}

#foot_slide .pager
{
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#foot_slide .foot_slide
{

}

#foot_slide .foot_slide div
{
	padding-top: 20px;

}

#foot_slide .foot_slide div p
{
	text-align: left;
	padding-top: 4px;
}

#foot_slide .foot_slide ul
{
	margin: 0px;
	padding: 0px;

}

#foot_slide .foot_slide li
{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#foot_slide .next_point a
{
	background-image: url(images/left_point_off.gif);
	height: 220px;
	width: 25px;
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	text-indent: -9000px;
}

#foot_slide .prev_point a
{
	background-image: url(images/right_point_off.gif);
	height: 220px;
	width: 25px;
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 1;
	text-indent: -9000px;
}

#foot_slide_area .foot_slide_comment
{
	text-align: right;
	width: 950px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}

/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{


}

@media (max-width: 1000px) 
{

article #h1_area h1
{
	padding-left: 20px !important;
}

article #h1_area .body
{
	-ms-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;

}

article .h2_box
{
	display: flex;
	align-items: flex-end;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	height: 200px;
	box-sizing: border-box;

}

#foot_slide_area
{
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#foot_slide .pager
{
	width: auto;
}

#foot_slide_area .foot_slide_comment
{
	width: auto;
}


}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (min-width:768px) and (max-width:999px)
{



}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{


}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

article #h1_area .body
{
	-ms-background-size: 50% 120px;
	-o-background-size: 50% 120px;
	-webkit-background-size: 50% 120px;
	-moz-background-size: 50% 120px;
	background-size: 50% 120px;
	background-position: right top;

}



article .h2_box
{
	display: flex;
	align-items: flex-end;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	height: 160px;
	box-sizing: border-box;
}



}
