@charset "UTF-8";

/* ==========================================================================
   SNS share
   ========================================================================== */

#font-view {
    position: absolute;
    right: 0px;
    top: 15px;
	border-right:1px solid #ddd;
	padding-right:15px;
}

#font-view p {
    position: relative;
    left: 1px;
    width: 50px;
    height: 27px;
    line-height: 26px;
    font-size: 11px;
    text-align: center;
    color: #777;
    display: inline-block;
    vertical-align: middle;
}

#font-view button {
    width: 21px;
    height: 21px;
    background-image: url('../images/icon-font-view.png');
    background-position: left top;
    text-indent: -9999px;
    vertical-align: middle;
}

#font-view button.font-small{
    background-position: right top;
}

#font-view button.font-reset {
    width: auto;
    padding: 0 10px;
    background-image: none;
    border: 0px;
    text-indent: 0;
    font-size: 12px;
    color: #525252;
}

#font-view button.font-small {
    position: relative;
    left: -1px;
    background-position: right top;
}

#font-view button.share {
    width: 26px;
    height: 26px;
    margin: 0 2px 0 4px;
    background: url('../images/icon-share.png') no-repeat center center;
}

#font-view button.print {
    width: 26px;
    height: 26px;
    background: url('../images/icon-print.png') no-repeat center center;
}

#font-view .box_sns {
	display: none;
    position: absolute;
    right: 0px;
    top: 45px;
    width: 310px;
    padding: 18px 25px;
    border: 1px solid #cecece;
    background: #fff;
	box-sizing:border-box;
}
#font-view button.close {
	background: url('../images/btn_fav_close.gif') center center no-repeat;
	width: 13px;
	height: 13px;
	text-indent: -5000px;
	position: absolute;
    right: 15px;
    top: 16px;
}
#font-view .list_sns{
	margin-bottom:10px;
}
#font-view .list_sns,
#font-view .list_share {
	display: inline-block;
	width: 100%;
	text-indent: 0;
}
#font-view dt {
	position:absolute;
	height:0;
	width:0;
	overflow:hidden;
}
#font-view > ul {
	display: inline-block;
	width: 100%;
}
#font-view > ul >li {
	float: left;
	border-left:1px solid #ddd;
	margin-left: 15px;
	padding-left:15px;
}
#font-view .list_sns ul {
	display: inline-block;
}
#font-view .list_sns ul li {
	float: left;
	width: 31px;
	height: 31px;
	margin-right: 8px;
	background: url('../images/btn_sns.gif') 0 0 no-repeat;
	text-indent: -5000px;
	cursor: pointer;
}
#font-view .list_sns ul li a {display: block;}
#font-view .list_sns ul li.btn_fb { background-position: left center; }
#font-view .list_sns ul li.btn_tw { background-position: -35px 0; }
#font-view .list_sns ul li.btn_ks { background-position: -72px 0; }
#font-view .list_sns ul li.btn_pr { background-position: -109px 0; }
#font-view .list_sns ul li.btn_na { background-position: -109px 0; }
#font-view .list_share dt,
#font-view .list_share dd,
#font-view .list_share dd ul li {
	float: left;
}
#font-view .list_share dt {
	padding: 8px 0;
}
#font-view .list_share ul {
	display: inline-block;
	width: 100%;
}
#font-view .list_share ul li.first {
	width: 80%;
	min-width: 180px;
	height: 30px;
}
#font-view .list_share ul li.last {
	float: right;
	width: 20%;
}

#font-view .list_share input {
    width: 100%;
    height: 45px;
    border:none;
    text-indent: 10px;
	padding:10px 0;
	color: #666;
	background-color:#ebeef3;
	box-sizing:border-box;
	font-weight:600;
}
#font-view .list_share a {
    display: block;
    width: auto;
    height: 45px;
	width:60px;
    background:url('../images/list_shareBg.png') no-repeat;
	text-indent:-9999px;
}
#font-view .list_share a:hover {
	color: #ffcc00 !important;
}

#font-view .list_share label {
	display: none;
}

#masterNavigation.topFixed .inner #font-view .list_share > a	{
    background:url('../images/list_shareBgO.png') no-repeat;
}
#masterNavigation.topFixed .inner #font-view button.share {
    background: url('../images/icon-shareO.png') no-repeat center center;
}
#masterNavigation.topFixed .inner #font-view #zoom_ori{
	color:#fff;
}
#masterNavigation.topFixed .inner #font-view button.print {
    background: url('../images/icon-printO.png') no-repeat center center;
}
#masterNavigation.topFixed .inner #font-view > button {
    background-image: url('../images/icon-font-viewO.png');
}
#masterNavigation.topFixed .inner #font-view > p > a{
	color:#fff;
}