/* CSS Document */

@charset "utf-8";

@media all and (-ms-high-contrast: none){
    body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
}

/*===========================================
全体
============================================*/
div, p, span, img, a, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
ul, ul li, dl, dl dt, dl dd {
	list-style: none;
}
a img {
	border: none;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.text_red {
	color: #ffff7a;
}
.text_bold {
	font-weight: bold;
}

/*===========================================
#container_all
============================================*/
#container_all {
	margin: 0;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
	color: #000000;
	text-align: left;
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#container_all a {
	text-decoration: none;
}

#container_all a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#backnumber_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#header_text {
    background-color: #007e9b;
    color: #ffffff;
    padding: 10px 0 10px 20px;
    font-size: 1.2em;
	margin-bottom: 25px;
}
.contest{
	padding:1rem;
	border: 1px solid #b0b0b0;
    margin-bottom: 20px;
	position: relative;
}
.contest img{
	width: 420px;
}
.contest-4dan img{
	padding-bottom:20px;
}
.contest h2 {
    font-size: 1.8em;
    margin-top: 15px;
}
.contest .arrow {
    position: absolute;
    right: 20px;
    font-size: 3.5em;
    bottom: 8px;
	color: #017b93;
	font-weight: bold;
}

.contest a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%; /*テキスト非表示*/
    white-space: nowrap; /*テキスト非表示*/
    overflow: hidden; /*テキスト非表示*/
  }
.contest a:hover{
        opacity:0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
        background: #fff;
  }


/*===========================================
Button
============================================*/
.btn_area a {
    width: 60%;
    height: auto;
    padding: 15px;
    display: block;
    background: #1f143e;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.8em;    
    color: #ffffff;
	border-radius: 10px;
    letter-spacing: 2px;
}
.btn_area a:hover {
    background: #017b93;
}
/*===========================================
Ribbon
============================================*/
/*.ribbon-wrapper {
  display: block;
  position: relative;
}*/

.ribbon-content {
  position: absolute;
  top: -6px;
  left: -5px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }

.ribbon {
    display: inline-block;
    position: absolute;
    padding: 7px 0 6px 20px;
    left: -60px;
    top: 25px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #f70037;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon:before {
  left: 14px;
}

.ribbon:after {
  right: 18px;
}


/*===========================================
RESPONSIVE
============================================*/

@media screen and (min-device-width: 761px ) {
}

@media screen and (max-device-width:  760px ) {
	#container_all img:first-child{
		width: 100%;
	}
	#header_text{
		padding: 5px 20px;
		font-size: 1em;
		margin-bottom:20px;
	}
	.contest img{
	width: 100%;
}
.contest-4dan img{
	padding-bottom:0;
}
	.contest h2 {
		background: none;
		padding: 0;
		color: inherit;
    font-size: 1.2em;
    margin-top: 15px;
}
	.contest .arrow {
    font-size: 3.2em;
    bottom: 0;
	font-weight: normal;
}
	.btn_area a {
    width: 80%;
    padding: 10px;
    margin-top: 5px;
    font-size: 1.5em;
}
	#fftop_recomDetail h2 {
    margin-bottom: 0;
}
}
/*===========================================
RESPONSIVE BTN
============================================*/
@media screen and (max-device-width:  760px ) {

}