@charset "UTF-8";


/* ---PC・スマホ表示非表示--- */
@media screen and (min-width:769px) {
.sp {
	display: none;
}
.pc {
	display: block;
}
}

@media screen and (max-width: 768px) {
.sp {
	display: block;
}
.pc {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
}
/* ＝＝＝＝＝＝＝＝＝＝サイトマップ＝＝＝＝＝＝＝＝＝＝＝＝*/
div#header div.h2 h2 {
	background-image: url(../images/sitemap_h2.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 941px;
}
div.box_area {
	width: 670px;
	height: auto;
	clear: both;
	margin: 0 0 40px 25px;
}

@media screen and (max-width: 768px) {
div.box_area {
	width: auto;
	margin: 25px 25px 40px 25px;
}
}
h3 {
	margin: 0 0 10px 0;
}

@media screen and (min-width: 769px) {
#main h3 {
	margin: 0;
	border: none;
	padding: 0;
}
}
ul.area01 {
	width: 320px;
	margin: 0 30px 40px 0;
	float: left;
}
ul.area02 {
	width: 320px;
	margin: 0 0 40px 0;
	float: left;
}

@media screen and (max-width: 768px) {
ul.area02, ul.area01 {
	width: auto;
	margin: 0 30px 40px 0;
	float: none;
}
}
ul.area01 li, ul.area02 li {
	border-bottom: #B2B2B2 1px dashed;
	padding: 0;
	background-image: url(../images/sitemap_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 20px;
}


.area01 li a,.area02 li a,.li01 a,.li02 a{
display: block;
	width: auto;
	line-height: 2em;
	padding: 5px 0;
}


@media screen and (max-width: 768px) {
.area01 li a,.area02 li a,.li01 a,.li02 a {
display: block;
	width: auto;
	line-height: 2em;
	padding: 15px 0;
}
}


ul#other {
	width: 670px;
	padding: 20px 0 0 20px;
	margin: 0;
	background-image: url(../images/sitemap_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

@media screen and (max-width: 768px) {
ul#other {
	width: auto;
	padding: 0 30px 40px 0;
}
}
ul#other li.li01 {
	float: left;
	display: inline;
	width: 300px;
	border-bottom: #B2B2B2 1px dashed;
	padding: 0;
	background-image: url(../images/sitemap_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 50px;
}

@media screen and (max-width: 768px) {
ul#other li.li01 {
	float: none;
	display: block;
	width: auto;
	padding: 0;
	margin-right: 0;
}
}
ul#other li.li02 {
	float: left;
	display: inline;
	width: 300px;
	border-bottom: #B2B2B2 1px dashed;
	padding: 0;
	background-image: url(../images/sitemap_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

@media screen and (max-width: 768px) {
ul#other li.li02 {
	float: none;
	display: block;
	width: auto;
	padding: 0;
}
}
/*テキストリンク
--------------*/
a:link {
	color: #202329;
	text-decoration: none;
}
a:visited {
	color: #202329;
	text-decoration: none;
}
a:hover {
	color: #4885ab;
	text-decoration: underline;
}
a:active {
	color: #4885ab;
	text-decoration: underline;
}
