
/*-------------------------------font-----------------------------*/

.f10px{	font-size: 10px; }
.f11px{	font-size: 11px; }
.f12px{	font-size: 12px; }
.f13px{	font-size: 13px; }
.f14px{	font-size: 14px; }
.f15px{	font-size: 15px; }
.f16px{	font-size: 16px; }
.f17px{	font-size: 17px; }
.f18px{	font-size: 18px; }
.f19px{	font-size: 19px; }
.f20px{	font-size: 20px; }
.f22px{	font-size: 22px; }
.f25px{	font-size: 25px; }
.f30px{	font-size: 30px; }

.f_b{ font-weight:bold; }

.f_bo{ border-bottom: 1px solid; }

.f_red{ color:#cb2222; }
.f_orange{ color:#ec681f; }

/*-----------------------------line-height--------------------------*/

.lh120{ line-height: 120%; }
.lh130{ line-height: 130%; }
.lh140{ line-height: 140%; }
.lh150{ line-height: 150%; }
.lh160{ line-height: 160%; }
.lh170{ line-height: 170%; }
.lh180{ line-height: 180%; }
.lh190{ line-height: 190%; }
.lh200{ line-height: 200%; }


/*-----------------------------letter-spacing--------------------------*/

.ls-02{ letter-spacing:-0.2em; }
.ls-01{ letter-spacing:-0.1em; }
.ls01{ letter-spacing:0.1em; }


/*-----------------------------text-align--------------------------*/

.tacenter{ text-align:center; }
.taleft{ text-align:left; }
.taright{ text-align:right; }

/*-------------------------------margin-----------------------------*/

.m10px{ margin: 10px; }
.m20px{ margin: 20px; }
.m30px{ margin: 30px; }
.m40px{ margin: 40px; }
.m50px{ margin: 50px; }
.m60px{ margin: 60px; }
.m70px{ margin: 70px; }
.m80px{ margin: 80px; }
.m90px{ margin: 90px; }
.m100px{ margin: 100px; }

.ml10px{ margin-left: 10px; }
.ml20px{ margin-left: 20px; }
.ml30px{ margin-left: 30px; }
.ml40px{ margin-left: 40px; }
.ml50px{ margin-left: 50px; }
.ml60px{ margin-left: 60px; }
.ml70px{ margin-left: 70px; }
.ml80px{ margin-left: 80px; }
.ml90px{ margin-left: 90px; }
.ml100px{ margin-left: 100px; }

.mr10px{ margin-right: 10px; }
.mr20px{ margin-right: 20px; }
.mr30px{ margin-right: 30px; }
.mr40px{ margin-right: 40px; }
.mr50px{ margin-right: 50px; }
.mr60px{ margin-right: 60px; }
.mr70px{ margin-right: 70px; }
.mr80px{ margin-right: 80px; }
.mr90px{ margin-right: 90px; }
.mr100px{ margin-right: 100px; }

.mt10px{ margin-top: 10px; }
.mt20px{ margin-top: 20px; }
.mt30px{ margin-top: 30px; }
.mt40px{ margin-top: 40px; }
.mt50px{ margin-top: 50px; }
.mt60px{ margin-top: 60px; }
.mt70px{ margin-top: 70px; }
.mt80px{ margin-top: 80px; }
.mt90px{ margin-top: 90px; }
.mt100px{ margin-top: 100px; }

.mb5px{ margin-bottom: 5px; }
.mb10px{ margin-bottom: 10px; }
.mb20px{ margin-bottom: 20px; }
.mb30px{ margin-bottom: 30px; }
.mb40px{ margin-bottom: 40px; }
.mb50px{ margin-bottom: 50px; }
.mb60px{ margin-bottom: 60px; }
.mb70px{ margin-bottom: 70px; }
.mb80px{ margin-bottom: 80px; }
.mb90px{ margin-bottom: 90px; }
.mb100px{ margin-bottom: 100px; }



/*-------------------------------width-----------------------------*/

.w300px{ width: 300px; }

/*-------------------------------height-----------------------------*/
.h5px{ height:5px; }
.h10px{ height:10px; }
.h20px{ height:20px; }
.h30px{ height:30px; }
.h40px{ height:40px; }
.h50px{ height:50px; }
.h60px{ height:60px; }
.h70px{ height:70px; }
.h80px{ height:80px; }
.h90px{ height:90px; }
.h100px{ height:100px; }
.h150px{ height:150px; }
.h200px{ height:200px; }


/*-------------------------------float-----------------------------*/

.flole{
	float:left;
}

.flori{
	float:right;
}

/*-------------------------------title-----------------------------*/

h1{
	font-weight:normal;
	font-size:13px;
	color:#6a6a6a;
}

h2{
	margin:0 -5px 10px -10px;
	position:relative;
}

h2:before{
	content:"";
	position:absolute;
	display:block;
	width:100%;
	height:1px;
	background:#d9dad7;
	left:0;
	bottom:5px;
}

h2 p{
	position:relative;
	display:inline-block;
	font-weight:bold;
	color:#75a04a;
	font-size:17px;
	letter-spacing:0.1em;
	padding:0 0 0 30px;
	margin:0;
	background:url(../img/icon01.png) no-repeat;
}

h3{
	font-weight:normal;
	border:1px solid #c4d2aa;
	padding:4px 6px;
	margin: 0 0 10px 0;
	font-size:13px;
	color:#858780;
	background:#fbfff2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/*-------------------------------˜g-----------------------------*/


.borderbox01{
	margin: 10px 0 30px 0;
	padding:10px;
	border:1px solid #e3e3e3;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.borderbox02{
	background:#f7f7f7;
	margin: 10px 0 30px 0;
	padding:10px;
	border:1px solid #e3e3e3;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.uchi{
	margin: 0 10px 20px 10px;
}

img.ib01{ border:1px solid #bababa; }


/*-------------------------------button-----------------------------*/

.button01:link {
	display: block;
	margin: 0 7px;
	height: 30px;
	text-decoration: none;
	line-height: 28px;
	outline: none;
	background: url(../img/back01.png);
	font-size: 14px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
	margin-bottom:4px;
	color:#75a04a;
	box-shadow:0px 0px 0px 2px rgba(255,255,255,0.5) inset;
	-moz-box-shadow:0px 0px 0px 2px rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:0px 0px 0px 2px rgba(255,255,255,0.5) inset;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.button01::before,
.button01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button01,
.button01::before,
.button01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button01:visited{ color:#75a04a; }
.button01:hover {
	background: url(../img/back02.png);
	color:#bfe57c;
}


.button02:link {
	display: block;
	margin: 0 7px;
	height: 50px;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	background: url(../img/back01.png);
	font-size: 20px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
	margin-bottom:4px;
	color:#75a04a;
	box-shadow:0px 0px 0px 2px rgba(255,255,255,0.5) inset;
	-moz-box-shadow:0px 0px 0px 2px rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:0px 0px 0px 2px rgba(255,255,255,0.5) inset;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.button02::before,
.button02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button02,
.button02::before,
.button02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button02:visited{ color:#75a04a; }
.button02:hover {
	background: url(../img/back02.png);
	color:#bfe57c;
}

@media only screen and (max-width:479px){
	.button01:link,
	.button02:link {
		height: auto;
		line-height:160%;
		padding:10px 0;
	}
}


/*-------------------------------kome-----------------------------*/

.kome01{
	padding-left: 1em;
	text-indent: -1em;
}

.kome02{
	padding-left: 2.5em;
	text-indent: -2.5em;
}



/*-------------------------------clearfix-----------------------------*/

.clearfix:after {  
	content: ".";   
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


