@charset "utf-8";
/* CSS Document */

/*************************************************************
【top-pageの設定】
*************************************************************/
.last{
	border:0 !important;
}
.title{
	text-align:center;
}

#news_bx{
	width:96%;
	margin:auto;
    border: 1px solid #ccc;
	border-radius: 4px;	
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.news{
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
	background: -moz-linear-gradient(top, #fff, #f8f8f8);
	border-bottom:1px solid #ccc;
}
.news_inner{
	background:url(../img/arrow_news.png) no-repeat right 50%;
	padding:10px 30px 10px 10px;
}
.news_inner p{
	color:#462A7F;
}

table.contact_bx{
	font-size:90%;
	margin:auto;
	padding:0;
	border:0;
}
.contact_bx a{
	color:#fff;
}

td.col3{
	width:33.333%;
}
.btn_1{
    padding:10px 0;
    border: 1px solid #B70508;
	border-radius: 4px;	
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight:bold;
	text-align:center;
	width:96%;
	margin:auto 1%;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6403f), to(#9C0709));
	background: -moz-linear-gradient(top, #d6403f, #9C0709);
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}

.btn_1 a{
	display:block; /* リンク領域拡大 */
	width:100%;
}

.btn_2{
    padding:10px 0;
    border: 1px solid #807E7E;
	border-radius: 4px;	
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight:bold;
	text-align:center;
	width:96%;
	margin:auto 1%;
	background: -webkit-gradient(linear, left top, left bottom, from(#A6A3A3), to(#706E6E));
	background: -moz-linear-gradient(top, #A6A3A3 #706E6E);
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}

.btn_2 a{
	display:block; /* リンク領域拡大 */
	width:100%;
}

.menu_bx{
	width:96%;
	margin:auto;
}
.menu_img{
	width:34%;
	float:left;
	max-width:230px;
}
.menu_bx .txt{
	width:60%;
	float:left;
	margin:auto auto auto 4%;
}
.menu_link{
	text-align:right;
}
.menu_link span{
	border-radius: 4px;	
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color:#8C6DAE;
	padding:4px 10px;
}
.menu_link a{
	color:#fff;
}
	
	