@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	second common
------------------------------------------------------------*/
#conts .ovf {
	overflow: hidden;
}

#conts .banner {
	margin-bottom: 10px;
	text-align: center;
}


#conts .flyer {
	position:relative;
	z-index:1;
	margin-top:-60px;
	margin-bottom: 20px;
	text-align: center;
}

#conts .headH3 {
	position: relative;
	z-index: 100;
	margin-bottom: 25px;
	font-size: 17px;
	color: #333333;
	padding: 5px 10px 5px 12px;
	box-shadow: 2px 2px 2px #EEEEEE;
	-webkit-box-shadow: 2px 2px 2px #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #A9A9A9;
	border-left: 5px solid #D71819;
	background: -moz-linear-gradient(
		top,
		#F5F5F5 0%,
		#FFFFFF);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#F5F5F5),
		to(#FFFFFF));
	}

#conts .baseLink {
	margin: 0 10px 20px;
	background-image: -moz-linear-gradient(
		top,
		#fEfEfE 0%,
		#EEEEEE);
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		from(#fEfEfE),
		to(#EEEEEE));

	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  

	box-shadow: 2px 2px 2px 2px #CCCCCC;
	-webkit-box-shadow: 2px 2px 2px 2px #CCCCCC;
	-moz-box-shadow: 2px 2px 2px 2px #CCCCCC;

	text-shadow: 1px 1px 1px #FFFFFF, 1px 1px 1px FFFFFF;


	text-align:center;
	}
#conts .baseLink a {
	margin: 0 auto;
	padding: 15px 30px 15px 25px;
	display: block;
	position: relative;
	color: #D71819;
	}
#conts .baseLink a:before {
	position: absolute;
	width: 10px;
	height: 20px;
	margin-top: -10px;
	top: 50%;
	right: 10px;
	background: url(../../img/common/icon_arrow_r01.png) no-repeat;
	background-size: 10px 20px;
	-webkit-background-size: 10px 20px;
	content: "";
	}

#conts .red {
	color:#d71819;
	}

#conts .marker {
	font-weight:bold;
	border-bottom:1px dotted #CCCCCC;
	}
