@charset "utf-8";

.article {
    margin-bottom: 60px;
    padding: 0 15px;
}

.article .h4title h4 {
    color: #333333;
}

.article .h3title h3 {
    color: #333333;
}

.list_pink li {
    background: url("../img/ico_circle.png") no-repeat scroll left 9px rgba(0, 0, 0, 0);
    margin-left: 30px;
    padding: 3px 0 3px 15px;
}

.list_pink a:hover {
	 color: #e17171;
}

.a_pink a:hover {
	 color: #e17171;
}

.site_box{
	width:337px;
}

.btn-saiyou {
	margin-top: 10px;
}
.btn-saiyou a {
	display: block;
	padding: 10px 10px 10px 30px;
	text-decoration: underline;
	color: #fff;
	background:url("../../img/ico_arrow_w.gif") no-repeat 10px center #004117;
}
.btn-saiyou a:hover{
	color:#1d8c44;
}

.article .h3title h3 a {
	text-decoration: underline;
	color:#004117;
}
.article .h3title h3 a:hover {
	text-decoration: none;
}


.btntype01--pink{
	background: #E27171;
	display: inline-block;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 230px;
	font-size: 120%;
	transition: .3s;
	vertical-align: middle;
	padding: 10px 20px 9px 39px;
	text-indent: -10px;

	text-shadow: 1px 2px 4px #bf5f5f;
	-moz-text-shadow: 1px 2px 4px #bf5f5f;
	-webkit-text-shadow: 1px 2px 4px #bf5f5f;
}
.btntype01--pink .fa{
	margin-right: .4em;
	font-size: 130%;
	vertical-align: middle;
	display: inline-block;
	margin-top: -1px;
}
.btntype01--pink:hover{
	border: 1px solid #E27171;
	background: #fff;
	color: #E27171;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
}