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

.important {
	font-size: 1.2em;
	color: #390;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F90;
}
.point01 {
	color: #F60;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #1AC0FF;
	line-height: 30px;
}
.point02 {
	color: #F00;
	font-size: 1.3em;
	
	
}
.important1 {
	font-size: 1.2em;
	color: #6765AD;
}

.important2 {
	font-size: 1.2em;
	color: #F60;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #690;
	line-height: 1.5em;
}
.important3 {
	font-size: 1.4em;
	color: #4B9700;
	background: linear-gradient(transparent 60%, #ffffa8 0%);
	line-height: 1.6em;
}
.important4 {
	font-size: 1.2em;
	border-radius: 20px;
	border: 1px solid #CCC;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.important5 {
	font-size: 1.4em;
	color: #FB770B;
	text-shadow: #FFF 1px 0 0,#FFF 0 1px 0,#FFF -1px 0 0,#FFF 0 -1px 0;
}
.important6 {
	font-size: 1.2em;
	color: #007759;
}
.important7 {
	font-size: 1.3em;
	color: #517700;
	line-height: 1.5em;
	background: linear-gradient(transparent 80%, #FFD24D 0%);
}
.important8 {
	font-size: 1.2em;
	color: #F60;
}
.important9 {
	font-size: 1.2em;
	color: #6765AD;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}



/* ラインマーカー仕様 */
.marker-gray1 {
background: linear-gradient(transparent 70%, #eeeeee 0%);
}
.marker-P-blue {
background: linear-gradient(transparent 70%, #ccffff 0%);
}
.marker-P-deepblue {
background: linear-gradient(transparent 78%, #BDDEFF 0%);
}
.marker-P-yellow {
background: linear-gradient(transparent 70%, #ffffa8 0%);
}
.marker-P-Purple {
background: linear-gradient(transparent 70%, #ead6ff 0%);
}
.marker-P-pink {
background: linear-gradient(transparent 70%, #ffd6ff 0%);
}
.marker-P-green {
background: linear-gradient(transparent 70%, #BFD999 0%);
}
.marker-P-orange {
background: linear-gradient(transparent 70%, #FFD24D 0%);
}



/* テキストサイズ */
.size36 {
	font-size: 36px;
	line-height: 1.5em;	
}
.size30 {
	font-size: 30px;
	line-height: 1.5em;	
}

.size24 {
	font-size: 24px;
	line-height: 1.5em;
}
.size20 {
	font-size: 20px;
	line-height: 1.5em;	
}
.size18 {
	font-size: 18px;
	line-height: 1.5em;
}
.size14 {
	font-size: 14px;
}

/*■テキストカラー■*/
.txt-color01 {
	color: #669900;
}
.txt-color02 {
	color: #008ED7;
}

.txt-color03 {
	color: #FF0000;
}


.underline-dot-or {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FC0;
}

.link-ico a{
	background-image: url(../image/mark/ico-link.png);
	color: #66C;
	margin-right: 30px;
	padding-right: 30px;
	text-decoration: underline;
	background-repeat: repeat-x;
}
.link-ico {
	background-image: url(../image/mark/ico-link.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 21px;
	text-decoration: underline;
	margin-right: 5px;
	color: #66C;
}

.link-ico-site {
	background-image: url(../image/mark/ico-link-gaibu.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 19px;
	text-decoration: underline;
	margin-right: 5px;
	color: #66C;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
