@charset "utf-8";

/* ------------------------------------------------------------------
notice お知らせページ
--------------------------------------------------------------------- */
body{
	background-color:#ececec;
}




/*-------------------------------bread
------------------------------------------------------------------------------*/
ul.bread_area{
	height:64px;	
}
ul.bread_area li{
	color:#878787;
	float:left;
	font-size:14px;
	margin:20px auto 25px auto;	
}
ul.bread_area li span{
	padding:1px 10px;
	color:#878787;
	font-size:0.8em;
}
ul.bread_area li a{
	color:#10b3dd;
	border-bottom:dotted #10b3dd 2px;
}


.contents__back__btn {
    margin: 40px 0 45px 0;
}
.contents__back__btn a {
    display: block;
    width: 200px;
    margin: auto;
    font-size: 16px;
    line-height: 2.8em;
    text-align: center;
    position: relative;
    border: 1px solid #10b3dd;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.contents__back__btn a:hover{
	color:#10b3dd;
	background-color:#def4fa;
    display: block;
    width: 200px;
    margin: auto;
    font-size: 16px;
    line-height: 2.8em;
    text-align: center;
    position: relative;
    border: 1px solid #10b3dd;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    opacity: 1;
	cursor:pointer;
	opacity:1;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}


.contents__back__btn a::after {
    position: absolute;
    top: 43%;
    left: 15px;
}
.contents__back__btn a::after {
    content: '';
    width: 6px;
    height: 6px;

    border-top: solid 1px #10b3dd;
    border-right: solid 1px #10b3dd;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 1;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}



