@charset "utf-8";

body{
overflow-wrap: break-word;
	word-wrap: break-word;
}
	
img{
	max-width:100%;
	height: auto;
}

a{
	color:#000;
}
/* menuHeader
--------------------*/
#menuHeader {
	padding:4% 3% 3%;
	background:url(../../img/common_sp/bg.jpg);
	background-size:320px 50px;
	position: relative;
}
#menuHeader h1{
	width: 57%;
	float: left;
}

#menuHeader #log img,
#menuHeader #btn_menu{
	width:7.5%;
	float: right;
	padding:0 0 3% 4%;
}
#menuHeader .logoutLink .dbNone { display:none; }

/* ログアウト時 */
#menuHeader #log dl{
	display:none;
}
#menuHeader #log img{
	display:block;
}
#menuHeader #log form{
	display:block;
}
#menuHeader #log form{
	width:7.5%;
	float: right;
	padding:0 0 3% 4%;
}
#menuHeader #log form input{
	max-width: 100%;
	height: auto;
}

/* ログイン時 */
#menuHeader #log.login img{
/*	display:none;*/
}
#menuHeader #log.login dl{
	display:block;
	width: 28%;
	float:right;
	font-size:10px;
	text-align:center;
	font-weight:bold;
}
#menuHeader #log.login dt{
	background:#492309;
	color:#fff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#menuHeader #log.login dd{
	background:#fff;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#menuHeader #log.login dd.user-gold:after {
	content: "G";
}
#menuHeader #search{
	clear:both;
	position: relative;
}
#menuHeader input[type="text"]{
	width: 99%;
	height:38px;
	font-size:15px;
	padding:5px;
	box-sizing:border-box;
	border:1px solid #9a6744;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	/*color: #999;*/
}
#menuHeader .btn_search{
	position: absolute;
	top:0;
	right:0;
}
#menuHeader #menu_list{
	width:100%;
	clear:both;
	color:#9a6744;
	font-weight:bold;
	position: absolute;
	top:0;
	left:0;
	z-index:1500;
	background:#fff;
	display:none;
}
#menuHeader #menu_list li{
  border-bottom:1px solid #9a6744;
  position: relative;
	width:100%;
	font-size:15px;
	box-sizing:border-box;
}

#menuHeader #menu_list li a{
           padding:4% 7%;
           display:block;
}

#wrap #menuHeader #menu_list li form {
	font-size: 100%;
}


#menuHeader #menu_list li:after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #9a6744;
  border-right: solid 2px #9a6744;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left:90%;
  margin-top: -4px;
}
#menuHeader #menu_list li:nth-child(-n+3){
	background:#f7efe9;
}
#menuHeader #menu_list a{
	color:#9a6744;
	font-weight:bold;
}
#menuHeader #menu_list #close_menu{
	background:#9a6744;
	padding:2.4% 0;
}
#menuHeader #menu_list #close_menu img{
	width:38%;
	display:block;
	margin:0 auto;
}

#content .ttl_outer {
	padding:0 2.5%;
}
#content .ttl {
	font-size:16px;
	color: #fafafa;
	font-weight: bold;
	background: #ff7e03;
	padding: 12px 0;
	text-align: center;
}

/* 難易度 ★★★
------------------------*/
.tbl{
	width:100%;
	box-sizing:border-box;
	text-align:left;
}
.tbl th{
	width:55%;
}
.tbl td{
	width:45%;
}
.tbl .level1 span:first-child{
	color:#ff7e03;
}
.tbl .level1 span:nth-child(2),
.tbl .level1 span:nth-child(3){
  color:#f1ddc9;
}
.tbl .level2 span:first-child,
.tbl .level2 span:nth-child(2){
	color:#ff7e03;
}
.tbl .level2 span:nth-child(3){
	color:#f1ddc9;
}
.tbl .level3 span:first-child,
.tbl .level3 span:nth-child(2),
.tbl .level3 span:nth-child(3){
	color:#ff7e03;
}

/*↓feature.tmp.htmlのレイアウトの一部 */

.bnr_area h3 .sp_title{
	display:none;
}


@media screen and (max-width:640px){
.bnr_area h3 .sp_title{
	width:99%;
	display:block;
	font-size: 16px;
    color: #fafafa;
    font-weight: bold;
    background: #ff7e03;
    padding: 12px 0;
    margin-bottom: 10px;
    z-index: 1;
    text-align: center;
}
.bnr_area h3 .text_layout{
	display:none;
}

.bnr_area .list2 {
	margin-bottom:10px;
}

.bnr_area .list2 li{
	margin:0;
}

.bnr_area .tokusyu_link{
	margin:-10px 10px 32px;
	font-size: 14px;
}

/*↑feature.tmp.htmlのレイアウトの一部 */

}
