@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{
	color: #e76200;
  font-weight: bold;
  font-size: 20px;
  background: #fbe0c7;
  line-height: 1;
  padding: 15px 26px 12px;
  box-sizing: border-box;
	margin-bottom: 20px;
}
#foreword{
	margin-bottom: 20px;
}
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 ul{
	list-style: none;
}
section .content_area ul li{
	margin-bottom: 15px;
}

#add_margin{
	margin-top: 50px;
}
#add_margin a{
	color: #000;
}
#add_margin a:hover{
	text-decoration: none;
}

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

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

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

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