@charset "utf-8";
/* CSS Document */


.yellow_btn01{
	width:100%;
	height:35px;
	font-size:15px;
	font-weight:bold;
	line-height:35px;
	display:block;
	background-color:#fff101;
	text-align:center;
}

.yellow_btn01 a{
    text-decoration:none;
	color:#0d0d0d;
	display:block;
}

.yellow_btn01 a:hover{
	color:#FFF;
	text-decoration:none;
    width:100%;
    background-color:#ff5b01
}

.yellow_btn02{
	width:450px;
	height:35px;
	font-size:15px;
	font-weight:bold;
	line-height:35px;
	display:block;
	background-color:#fff101;
	text-align:center;
}

.yellow_btn02 a{
    text-decoration:none;
	color:#0d0d0d;
	display:block;
}

.yellow_btn02 a:hover{
	color:#FFF;
	text-decoration:none;
    width:450px;
    background-color:#ff5b01
}


.ms-40px{
	margin:-40px 0 0 0;
}


.tag{
	background:
url(/upload/senmonten/img/distribution/picture/bg_stripe.gif)repeat left
top;
	padding:10px 50px;
	text-align:center;
}

.tag ul{
	display:inline-block;
	margin:0 -16px 0 0;
}

.tag ul li{
	float:left;
	margin:0 16px 0 0;
}

.tag ul li a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background:
url(/upload/senmonten/img/distribution/picture/icon_arrow.png)no-repeat 8px
center;
	display:block;
	padding:5px 10px 5px 17px;
	background-color:#ffffff;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.tag ul li a:hover{
	color:#000000;
	text-decoration:none;
	background-color:#e6f2f8;
}