#sidebar{
	float: left;
	width: 374px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
#sidebar #side_mv{
	background: #fccf00;
	padding: 100px 0;
}
#sidebar.newslist #side_mv{
	padding: 125px 0;
}
#sidebar #side_mv h1{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
#sidebar #side_mv h1 .mv_icon{
	display: block;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
}
#sidebar .secondary{
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 20px 10px;
}
#sidebar.link .secondary{
	text-align: left;
	padding: 20px;
}
#sidebar.link .secondary h2{
	margin-bottom: 20px;
}
#sidebar.faq .secondary span{
	background: url(../img/faq/i01.png) left center no-repeat;
	padding-left: 25px;
}
#sidebar .catbox{
	margin-left: 20px;
	margin-right: 20px;
}
#sidebar .catbox .cat_ttl{
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	background: url(../img/faq/i02.png) right 10px center no-repeat;
}
#sidebar .catbox ul li a{
	color: #fff;
	text-decoration: underline;
	padding: 10px;
	display: block;
}
#sidebar .catbox ul{
	display: none;
}
#sidebar .require{
	color: #e50012;
	text-align: center;
}
#sidebar .subimg{}
#sidebar .subimg .abs{
	margin-left: auto;
	margin-right: auto;
}
#sidebar .subimg .abs .over{
	display: none;
}
#sidebar .subimg .layer{
	text-align: center;
}
#sidebar .subimg .layer h2{
	color: #fff;
	font-weight: bold;
	font-size: 49px;
}
#sidebar .subimg .layer p{
	color: #fff;
	font-size: 20px;
}
#sidebar #share{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 375px;
}
#sidebar #share ul{
	box-sizing: border-box;
	border-left: 1px solid #282828;
}
#sidebar #share ul li{
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
	border-right: 1px solid #282828;
}
#sidebar #share ul li a{
	display: block;
	padding: 10px 5px;
	box-sizing: border-box;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,424242+100 */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(66,66,66,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(66,66,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(66,66,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#424242',GradientType=0 ); /* IE6-9 */
}
#sidebar #share ul li .mark{
	height: 20px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
#sidebar #share ul li .mark img{
	width: auto;
	height: 100%;
}
#sidebar #share ul li .type{
	text-align: center;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1em;
}
@media(min-width: 1px) and (max-width: 960px){
	#sidebar{
		float: none;
		width: 100%;
	}
	#sidebar #side_mv{
		padding: 30px 0;
	}
	#sidebar #share{
		display: none;
	}
	#sidebar .subimg .abs{
		max-width: 374px;
	}
	#sidebar.newslist #side_mv {
	    padding: 45px 0;
	}
}
@media(min-width: 1px) and (max-width: 640px){
	#sidebar .subimg .abs{
		max-width: 100%;
		padding-top: 0;
	}
	#sidebar .subimg .abs .over{
		display: block;
	}
	#sidebar .subimg .abs .normal{
		display: none;
	}
	#sidebar .subimg{
		position: relative;
		z-index: 5555;
	}
	#sidebar .subimg .layer{
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	    height: 90px;
	    padding: 0 20px;
	    box-sizing: border-box;
	    width: 100%;
	}
	#sidebar .subimg .layer h2{
		line-height: 1em;
	}
	#sidebar .subimg .layer p{
		font-size: 30px;
	}
	#sidebar #side_mv {
	    padding: 15px 0;
	}
}