@charset "utf-8";
/* CSS Document */

/*===縦線タイトル===*/
.heading_type1 {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	font-weight:bold;
	color:#0070eb;
	font-size:18px;
	padding: 0.1em 0.3em 0;
	border:solid #0070eb ;
	border-width:0 0 0 9px;
	display:inline-block;
	height:20px;
	margin-bottom:3px;
}
/*===タイトル下に二重線===*/
.heading_type2 {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	font-weight:bold;
	color:#444;
	font-size:18px;
	border-bottom: double 6px #009245;
	padding-bottom: 3px;
}

/*===リンクボタン 角丸、三角印あり テキストサイズに合わせて適宜変更する===*/
.link_buttom_type1{
	background: #39b54a;/*old browsers*/
	background: linear-gradient(to bottom, #39b54a 0%,#39b54a 50%,#009245 51%,#009245 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	margin-top: 10px;
}
.link_buttom_type1:hover{
	background: #009245;/*old browsers*/
	background: linear-gradient(to bottom, #009245 0%,#009245 50%,#39b54a 51%,#39b54a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.link_buttom_type1 a{
	color: #fff;
	display: block;
}
.link_buttom_type1 span{
	font-weight: bold;
	position: relative;
	padding-left: 2em;
}
.link_buttom_type1 span::before{
	content:"";
	position: absolute;
	display: block;
	top: 15%;
	left: 5%;
	width: 0;
	height: 0;
	border-left: 6px solid #fff;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
}

/*===リンクボタン 三角印あり テキストサイズに合わせて適宜変更する===*/
.link_buttom_type2{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}
.link_buttom_type2 a{
	color: #39b54a;
	display: block;
}
.link_buttom_type2 a:hover{
	color: #009254;
}
.link_buttom_type2 span{
	font-weight: bold;
	position: relative;
	padding-left: 1em;
}
.link_buttom_type2 span::before{
	content:"";
	position: absolute;
	display: block;
	top: 15%;
	left: 0;
	width: 0;
	height: 0;
	border-left: 6px solid #39b54a;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
}
	