@charset "utf-8";
/* CSS Document */

/* SampleSite
-----------------------------------------------------*/
/* ==============================================
    crumbs
============================================== */
#crumbs {
	list-style: none;
	width: 950px; /* total 980px */
	margin: 20px auto 15px;
	padding: 0 15px;
}
#crumbs:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
#crumbs li {
	float: left;
}
#crumbs li a,
#crumbs li.icn {
	padding-right: 20px;
	background: url(image/crumbs.gif) no-repeat right center;
}

/* ==============================================
    title
============================================== */
#title {
	margin-bottom: 20px;
}

h1{
	margin-bottom: 40px;
}
h2{
	font-size: 20px;
	color: #156301;
	font-weight: bold;
	padding: 5px 10px 15px 44px;
	background: url(image/border_green.png), url(image/icon_leaf.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 bottom, 3px 0;
	margin-bottom: 15px;
}
section .content_area{
	width: 912px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 23px;
}
section .content_area p{
	margin-bottom: 22px;
}
section .content_area ol{
	list-style: none;
}
section .content_area ol li{
	margin-bottom: 25px;
}
section .content_area ol li strong{
	display: block;
	color: #e16a00;
	font-weight: bold;
}
section .content_area ol li .icon_blue{
	color: #69aeed;
}
section .content_area ol li a{
	color: #000;
	text-decoration: none;
}
section .content_area ol li a:hover{
	text-decoration: underline;
}

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

@media screen and (max-width: 960px) {
/****************************************************
    960px未満に適用
****************************************************/

/***************************************************/
}

@media screen and (max-width: 750px) {
/****************************************************
    750px未満に適用
****************************************************/
section section{
	width: 98%;
	margin: 0 auto;
}
section .content_area{
	width: 95%;
	margin: 0 auto;
}
/***************************************************/
}
}
