@charset "utf-8";
/* CSS Document */
#MainDisp {
	height:100%;
}
#content_header {
	height: 75px;
    margin:0 auto 40px;
    padding-top: 15px;
    background: url(../../common/images/content_header.png) no-repeat center 15px;
	text-align:center;
}
#LeftDisp {
	margin:0 auto;
	width:980px;
}
/*.RightDisp {
	float:right;
	width:232px;
	height: 100vh !important;
	padding:15px;
	background-image: url(../images/bookmark_bg.png);
	background-repeat:repeat-y;
}

/*-----お気に入り-----
#favoriteList .fa-star {
	color: #e95379;
	padding:0 5px;
}
#favoriteList h3 {
	position: relative;
    padding: 4px 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: #333 solid 2px;
    border-radius: 6px;
    box-shadow: 0px 3px 0 0 #000
}
#favoriteList h3:after{
	content: " ";
    position: absolute;
    bottom: -21px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 8px 4px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #ec6c00;
}
#favoriteBT02 {
	display: block;
	width:100%;
	background-color:#fff;
	height:30px;
	line-height:30px;
	box-sizing:border-box;
	text-align:center;
    margin: 0 auto;
    border-radius: 6px;
    border: 1px solid #e95379;
	text-decoration:none;
	font-weight:bold;
    cursor: pointer;
}
*/