/* CSS Document */


ul.ul_buttonBlock{margin:10px 10px 0 10px;padding:0}
li.li_button01{
	list-style:none;
	float:left;
	width:300px;
	margin:0 0 0 20px;
	background: #fceabb;
background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
border:1px solid #ccc;
border-radius:5px;

}
li.li_button02{
	list-style:none;
	float:left;
	width:140px;
	margin:0 0 0 20px;
	background: #b7deed;
background: -moz-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
background: -webkit-linear-gradient(top, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
background: linear-gradient(to bottom, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 );
	
	border:1px solid #ccc;
border-radius:5px;
}
li.li_button03{
	list-style:none;
	float:left;
	width:300px;
	margin:0 0 0 20px;
	background: #1e9a60;
background: -moz-linear-gradient(top, #1e9a60 0%, #2ad878 50%, #20ca6f 51%, #7ee8ac 100%);
background: -webkit-linear-gradient(top, #1e9a60 0%,#2ad878 50%,#20ca6f 51%,#7ee8ac 100%);
background: linear-gradient(to bottom, #1e9a60 0%,#2ad878 50%,#20ca6f 51%,#7ee8ac 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9a60', endColorstr='#7ee8ac',GradientType=0 );
	
	border:1px solid #ccc;
	border-radius:5px;
}


li.li_button01:first-child,
li.li_button02:first-child,
li.li_button03:first-child{margin:0}


li.li_button01:first-child{margin:0}




a.a_button01{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:block;
	font-size:1em;
	text-align:left;
	font-style:normal;
	font-weight:bold;
	padding:8px;
	border-radius:5px;
	color:#333 !important;
	background-image:url(../images/icon_section_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:23px 18px
	
	



	
	
}


a.a_button02{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:block;
	font-size:1em;
	text-align:left;
	font-style:normal;
	font-weight:bold;
	padding:8px;
	border-radius:5px;
	color:#333 !important;
	background-image:url(../images/icon_section_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:23px 18px
	
}



a.a_button03{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:block;
	font-size:1em;
	text-align:left;
	font-style:normal;
	font-weight:bold;
	padding:8px;
	border-radius:5px;
	color:#333 !important;
	background-image:url(../images/icon_section_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:23px 18px
}
