@charset "UTF-8";


/* ----- リンク定義 ----- */

a:link{color: #0099cc;}
a:visited{color: #CB77CB;}
a:active{color: #CB77CB;}
a:hover{text-decoration: none;}

/* ----- タグ定義 ----- */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border-top: 5px solid #88ca21;
}

p, li, dt, dd {
	font-size: 85%;
	line-height: 170%;
}

p, form, ul, ol, li, dl, dt, dd, td, th, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

label {
	cursor: pointer;
}

input {
	color: #555555;
}

img {
	border: none;
}

/* ----- 全体 ----- */

.clear {
	width: 0px;
	height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.sizeFull {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.allt {
	text-align: left;
}

.alct {
	text-align: center;
}

.alrt {
	text-align: right;
}

.nmlTxt {
	font-weight: normal;
}

div.wakuYel {
	background-color: #FCF9E9;
	border: 1px solid #EBE0A5;
	padding: 10px 16px;
}

div.wakuBlu {
	background-color: #EBF4FA;
	border: 1px solid #C4DFF3;
	padding: 10px;
}

div.wakuRed {
	background-color: #FFF1F1;
	border: 1px solid #F3BBBB;
	padding: 10px;
}

div.wakuGre {
	background-color: #f1f9df;
	border: 1px solid #cedeaa;
	padding: 10px;
}

/* ----- 文字装飾 ----- */

.smlTxt {
	font-size: 80%;
}

.smlerTxt {
	font-size: 75%;
}

.smlestTxt {
	font-size: 70%;
}

.bigTxt {
	font-size: 115%;
}

.biggerTxt {
	font-size: 120%;
}

.biggestTxt {
	font-size: 125%;
}

.colGra {
	color: #888888;
}

.colRed {
	color: #cc0000;
}

.colPink {
	color: #ffbaba;
}

.colBlue {
	color: #4BAAE6;
}

.colBlue2 {
	color: #2244aa;
}

.colOra {
	color: #E68614;
}

.colYellow {
	color: #fee95c;
}

.colGree {
	color: #71af10;
}

.list_def li {  
  position: relative;
  padding-left: 1em;
}
.list_def li::before {
  position: absolute;
  left: 0;
  top: 0.45em;
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-radius: 0.35em;
  background: #154f2a;
  margin-right: 0.3em;
}


/* ----- リンク ----- */

.link01 {
	background: url(../img/ico_link01.png) no-repeat 0px 4px;
	padding: 0px 0px 0px 18px;
}

.link02 {
	background: url(../img/ico_link02.png) no-repeat 0px 4px;
	padding: 0px 0px 0px 18px;
}


/* ----- 印刷用 ----- */

@media print{
	body { zoom:1; }
}

/* ----- Google マップ ----- */

.map{
	width: 100%;
	height:190px;
}
