@charset "utf-8";
.fbold {
	font-weight: bold;
}
.fnomal {
	font-weight: normal;
}
.ff-min {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	}
.al-c {
	text-align: center;
}
.al-r {
	text-align: right;
}
.al-l {
	text-align: left;
}
.al-j {
	text-align: justify;
	text-justify: inter-ideograph;	
}

.fl-r {
	float: right;
}
.fl-l {
	float: left;
}
.fcolor-red{
	color:#ff0000;
}
.fcolor-white{
	color:#ffffff;
}
.fcolor-black{
	color:#000000;
}
.fcolor-blue{
	color:#0000ff;
}
.fcolor-orange{
	color: #F39800;
}
.fcolor-lblue {
	color: #3399FF;
}
.fcolor-pink {
	color: #e95383;
}
.digi-blue1 {
	color: #0a3190;
}
.fl-cl {
	clear: both;
}
img {
	border: none;
	max-width: 100%;
	}
a:hover img {
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
}
.shd-5px {
	-webkit-box-shadow: 0px 0px 5px #333333;
	box-shadow: 0px 0px 5px #333333;
}
.shd-8px
{
	-webkit-box-shadow: 4px 4px 8px #888888;
	box-shadow: 4px 4px 8px #888888;
}
.f-large {
	font-size: larger;
}
.f-small {
	font-size: smaller;
}
sup {
	font-size: x-small;
}
.alp-100 {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;	/* Ie用 */
}
.alp-50 {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;	/* Ie用 */
}
span {
	display: inline-block;

}
.ind-1em {
	padding-left: 1em;
	text-indent: -1em;
}
.mb1em {
	margin-bottom: 1em;
}
.w60pa {
	width: 60%;
}
.mb05em {
	margin-bottom: 0.5em;
}
.mb2em {
	margin-bottom: 2em;
}
.mr5px {
	margin-right: 5px;
}
