@charset "UTF-8";
/* マスターファイル */

/*___________________________________

 適用外：WinIE4.x、NN4.xCSS
____________________________________*/

ul#bigCategori{
	list-style-type: none;
	line-height: 2;
	margin-bottom: 0.2em
}

ul#bigCategori li{
	font-weight: 700;
	font-size: 1.1em;
	background-image: url(../images/seifuen/icon_greenpict.png);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	padding-left: 25px;
}


ul#smallCategori{
	list-style-type: none;
	margin-left: 2em;
	margin-bottom: 1em;
	line-height: 2;	
}


ul#smallCategori li{
	background-image: url(img/icon_arrow_green.png);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding: 0 0 0 18px;
	border-bottom: none;
}

ul#otherCategori{
	list-style-type: none;
	margin-bottom: 3em;
	line-height: 2;	
}


ul#otherCategori li a{
	background-image: url(../images/seifuen/icon_blank.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 23px;
}


/*//////////////////////////////////////////////////*/
#privacyBox{
	width: 95%;
	margin: 1em 2em 1em 1em;
}

#privacyBox h1{
	font-size: 1.2em;
	font-weight: 700;
}

#privacyBox h2{
	font-size: 1.1em;
	font-weight: 700;
	color: #62a618;
}


/*//////////////////////////////////////////////////*/
#kohoshiBox ul{
float:left;
width:28%;
margin: 0 0 0 5%;
}
#kohoshiBox ul:nth-child(3n):after {
  content: "";
  display: block;
  clear: both;
}
#kohoshiBox h3:not(:first-child){
	clear:both!important;
	padding-top:2em;
}


/**/
table.kaiji strong:before {
  content: "《";
}
table.kaiji strong:after {
  content: "》";
}
