@charset "utf-8";
/* CSS Document */

img {
    image-rendering: -webkit-optimize-contrast;
}

.sp_on{ display: none; }
.sp_off{ display: block; }
@media screen and (max-width: 760px) {
    .sp_on{ display: block; }
    .sp_off{ display: none; }
}

/*------------------------------------------------
FLOAT
------------------------------------------------*/
.float-rt {
	float: right;
}
.float-lt {
	float: left;
}

.aln-rt {
	text-align: right;
}
.aln-cr {
	text-align: center;
}

/*------------------------------------------------
CLEAR
------------------------------------------------*/

.clearFix{
}

.clearFix:after{
    content: "";
    display: block;
    clear: both;
}

.clear{
	clear:both;
}

/*------------------------------------------------
LINK STYLE
------------------------------------------------*/
a{
	color:#39F;
	text-decoration: none;
	transition: all .3s !important;
}
a img{
	transition: all .3s !important;
}
a:visited{
	color:#39F;
	text-decoration: none;
}
a:hover{
	color:#B28146;
	outline:none;
	text-decoration: none;
}
a:active{
}
@media screen and (min-width: 760px) {
a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

}
/* ==========================================================================
シェアボタン
========================================================================== */
.addtoany_shortcode {
	position: fixed;
	bottom: 90px;
	right: 12px;
	z-index:9999;
	background:#FFF;
	width:55px;
	border-radius: 5px;
	}
.addtoany_shortcode .addtoany_list a{
	display:block;
	width:32px;
	height:32px;
	margin:10px auto!important;
    padding: 0!important;
	}	
/*------------------------------------------------
PAGE TOP
------------------------------------------------*/
#page-top01 {
	position: fixed;
	bottom: 15px;
	right: 10px;
	z-index:49;
}
#page-top01 a {
	background: #FFF;
	border: 2px solid #00A8C6;
	color: #00A8C6;
	text-decoration: none;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	padding: 3px 0 0 0;
	text-align: center;
	display: block;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.3em;
}
#page-top01 a img{
    width: 20px;
    height: auto;
	}
#page-top01 a:hover {
	text-decoration: none;
	background: #c1e0e6;
    border: 2px solid #c1e0e6;
}
@media screen and (max-width:760px){
    #page-top01 { bottom: 15px; }
}

@media screen and (max-width:760px){

/* ==========================================================================
シェアボタン
========================================================================== */
.addtoany_shortcode {
	position:static;
	bottom: auto;
	right: auto;
	z-index:9999;
	width:100%;
	border-left: none;
	border-bottom:none;
	}
.addtoany_shortcode .addtoany_list{
	display:block !important;
	text-align:center;
	width:100%;
	margin:0 auto;
	}
.addtoany_shortcode .addtoany_list a{
	display: inline-block;
	width:32px;
	height:32px;
	margin: 0 2px!important;
	}	
}