@charset "utf-8";

#main p.marginTopBottom {
	margin-top:30px;
	margin-bottom:30px;
}
.floatClear {
	clear:both;
}
.overFollowHidden {
	overflow:hidden;
}

.textAlignCenter {
	text-align:center;
}
.textAlignRight {
	text-align:right;
	clear:both;
}
#main p.small{
	font-size:14px;
}
.marker{
	/*background: linear-gradient(transparent 30%, #ffff00 75%);*/
	background: linear-gradient(transparent 0%, #fff799);
}
.marker-bold{
	 /*background: linear-gradient(transparent 30%, #ffff00 75%);*/
	/* background: linear-gradient(transparent 0%, #fff799);*/
	background: linear-gradient(transparent 30%, #ffff00 90%);
	 font-weight:bold;
}
.under-line{
	text-decoration:underline;
}
ul.list-icon{	
	list-style-position: inside;
	list-style-image: url(../images/icon1.png);
}
.boldBig{
	font-weight:bold;
	font-size:20px;
}

.bold {
	font-weight:bold;
}
.red{
	color:#FF0000;
}
.redBold{
	color:#FF0000;
	font-weight:bold;
}
.blue{
	color:rgba(0,102,204,1);	
}
.blueBold{
	color:#4DA3CC;
	font-weight:bold;
}
.green{
	color:#6da520;	
}
.greenBold{
	color:#009900;
	font-weight:bold;
}
#main p.greenBoldBig{
	color:#009900;
	font-weight:bold;
	font-size:20px;
}
.chaBold{
	color:#996600;
	font-weight:bold;
}
.cha {
	color: #996600;
	margin-right: 3px;
	margin-left: 3px;
}
.orangeBold {
	color:#F60;
	font-weight:bold;
}
.orange {
	color:#F60;
}
.greenBorder {
	color:rgba(51,153,0,1);
	border-bottom:1px dashed rgba(51,204,0,1);
	
	/*color:#3a91ad;
	border-bottom:1px dashed #4da3bf;*/
}
.divStyle01 {
	border:1px solid rgba(0,153,204,1);
	border-radius:20px;
	margin:20px 0.5em;
	overflow:hidden;
}
.divStyleNomal {
	border:1px solid #ccc;
	border-radius:20px;
	margin:0 0.5em;
	float:none;
}
.divStyleCalculation {
	border:1px solid #ccc;
	border-radius:20px;
	margin:0 10px;
	padding:30px;
	float:none;
}
.imgFloatRight {
	float:right;
	margin: 0;
}
.imgFloatRightSpace {
	float:right;
	margin:0 1.2em 1em 1em;
}
@media only screen and (max-width:425px){
.imgFloatRightSpace {
	float:none;
	margin:0;
	text-align:center;
}
div.imgFloatRightSpace + p {
	margin-top:1em;
}
}

.imgFloatLeftSpace {
	float:left;
	margin-left:1.2em;
	margin-right:1.2em;
	padding-bottom:1.2em;
}
@media only screen and (max-width:425px){
.imgFloatLeftSpace {
	float:none;
	text-align:center;
	margin:0;
	padding-bottom:0;
}
div.imgFloatLeftSpace + p {
	margin-top:1em;
}
}


#main p.pH3 {
	margin-top:60px;
	padding-left: 16px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: rgba(0,153,0,1);
	font-weight: bold;	
	clear:both;	
}

#main p.pH3_No2 {
	margin-top:60px;
	font-size:18px;
	padding-left: 16px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: rgba(0,153,0,1);
	font-weight: bold;
	line-height:1.3em;
	color: rgba(0,153,0,1);
	clear:both;	
}




#main p.textIndent_1 {
	text-indent:-1.3em;
	margin-left:2.3em;
}

.pdf:before {
	content:url(../images/pdf.png);
	margin-right:5px;
}
.blank:after {
	content:url(../images/target_blank.gif);
	margin:0;
}
