
/*　その他スタイル　*/
.red {
	color: #CC0000;
}
.blue {
	color: #2897D9;
}
.enji {
	color:#B8385F;
}
.blue_b {
	font-weight: bold;
	color: #0099CC;
}
.f16b {
	font-size: 16px;
	font-weight: bold;
}
.f18blue {
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}
.f18redb {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
.f20 {
	font-size: 20px;
}

.f16p {
	font-size: 16px;
	color: #FF6699;
	font-weight: bold;
}
.f16blue {
	font-size: 16px;
	color: #006699;
	font-weight: bold;
}
.f16bw {
	font-size: 16px;
	font-weight: bold;
	color: #81241F;
}

.f18red {
	font-size: 18px;
	color: #FF0000;
}
.f12 {
	font-size: 85%;
}
.f12black {
	font-size: 85%;
	color: #000;
}
.f12 a {
	font-size: 85%;
}
.suptxt {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.mr2 {
	margin-right: 2px;
}
.min {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/* 背景色 */

.bg_bl {/*薄青*/
	background: #E8F2FD;
	overflow: hidden;
}

/* hrスタイル */
.line_style01 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.newicon {
	font-size: 70%;
	background-color:#FFFF33;
	color: #F00;
}
.mr5 {
	margin-right: 5px;
}
.mr7 {
	margin-right: 7px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr40 {
	margin-right: 40px;
}
.ml8 {
	margin-left: 8px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml40 {
	margin-left: 40px;
}

.mb5 {
	margin-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb80 {
	margin-bottom: 80px;
}
.mt15 {
	margin-top: 15px;
}
.mt40 {
	margin-top: 40px;
}
.pd10 {
	padding: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pb_b {
	padding-bottom: 5em;
}
.pb_m {
	padding-bottom: 3em;
}
.pb_ms {
	padding-bottom: 1.5em;
}
.pb_s {
	padding-bottom: 1em;
}


.p_left {
	float: left;
}
.p_right {
	float: right;
}

.t_right {
	text-align: right;
}
.t_center {
	text-align: center;
}

.clear {
	clear: both;
}
