@charset "utf-8";

/* CSS Document */

#main_unit {
	overflow: hidden;
}

/*--　RWD ヘッダー画像差し替え　--*/
@media screen and (min-width: 768px) {
	.img_rwd {
		visibility: hidden;
	}
	
}

.main_titile {
	background-color: #00ccff;
	width: 100%;
	padding: 7px 0 0;
	margin: 20px 0 0;
	overflow: hidden;
}
h3 {
	color: #FFF;
	font-size: 1.3em !important;
	font-weight: bold !important;
	padding-left: 15px !important;
	border-left: none !important;
}

.one_comment {
	margin-top: 25px;
}

@media screen and (min-width: 768px) {
	.main_titile_pc {
		text-align: center;
	}
	.main_titile {
		display: none;
	}
	.one_comment {
		margin-top: 110px;
	}
}

@media screen and (max-width: 768px) {
	.main_titile_pc {
		display: none;
	}
}


/*--　スクロールトップ　--*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	opacity: 0.7;
}
#page-top a {
	background: #6E7072;
	text-decoration: none;
	color: #FFF;
	width: 56px;
	padding: 12px 0px 12px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
}

table {
	width: 100%;
}
.bold {
	font-weight: bold;
}
.main_box {
	margin: 5px 10px 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}
.main_box p.about {
	padding-bottom: 5px;
	font-size: 1.3em;
}

a:hover {
	background-color: rgba(255, 255, 255, .2);
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/*--　マージン・フォント関係　--*/
.pd_bt7 {
	padding-bottom: 7px;
}
.bold {
	font-weight: bold;
}


/*--　SP用　無料プレー券コース --*/
.area_tit {
	margin: 10px 0 20px;
	border-bottom: 2px solid #FFB600;
	padding: 0 0 5px 10px;
	color: #ff9900;
	font-weight: bold;
	font-size: 1.1em;
}


/*--　SP用　概要 --*/
.outline_table{
	/*width: 100%;*/
    margin: 1em;
}
.outline_table th{
	margin: 0 -10px;
	padding: 5px 15px;
	display:block;
	font-weight: bold;
	background-color: #f0f0f0;
	border-top: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}
.outline_table td{
	padding: 10px 0px 10px;
	display:block;
}

.present_table{
	width: 100%;
	margin: 10px auto;
}
.present_table td.no {
	padding: 0px 0px 0px;
	/*border-bottom: 1px solid #C1C1C1;
	background-color: #EBEBEB;*/
	display:block;
}
.present_table td {
	padding: 0 15px 5px;
	display:block;
}

.outline_notice {
	margin-bottom: 10px;
}
.outline_notice ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

@media only screen and (min-width: 768px) {
	.outline_table {
		width: 100%;
		margin: 5px auto;
		border: 1px solid #C1C1C1;;
	}
	.outline_table th {
		width: 25%;
		padding: 5px 10px;
		display: table-cell;
		border-right: 1px solid #C1C1C1;
		/*border-bottom: 1px solid #ddd;*/
		border-top: none;
		text-align: left;
		vertical-align: middle;
	}
	.outline_table td {
		width: 75%;   
		padding: 5px 10px;
		display: table-cell;
		text-align: left;
		border-bottom: 1px solid #C1C1C1;
	}
	th.th_end, td.td_end {
		border-bottom: none;
	}
	
	.present_table {
		width: 100%;
		margin: 5px 0 0;
		border: none;
	}
	.present_table td.no {
		width: 20%;   
		padding: 0 0px 5px 5px;
		display:table-cell;
		text-align: left;
		border-bottom: none;
	}
	.present_table td.no2 {
		width: 80%;   
		padding: 0px 10px !important;
		display: table-cell;
		text-align: left;
		border-bottom: none;
		
	}

}

/*--　SP用　今日の質問エリア --*/
.outline_link {
	text-align: right;
	margin-right: 10px;
}

.today_qes_box {
	margin: 7px 20px 10px;
	background: #ffffe0;
	border: 3px solid #999999;
	border-radius: 5px;
}
.today_qes {
	margin: 15px;
	font-weight: bold;
}
.btn_answer {
	width: 80%;
	margin: 15px auto 15px;
	background-color: #ff9900;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0px 5px 0px 0px #ff6600;
}
.btn_answer a {
	display: block;
	color: #FFF;
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.5em;
}
.btn_answer_end {
	width: 80%;
	margin: 15px auto 15px;
	background-color: #0CF;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0px 5px 0px 0px #09F;
}
.btn_answer_end a {
	display: block;
	color: #FFF;
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.5em;
}

@media screen and (min-width: 768px) {
	.today_qes_box, .btn_answer, .btn_answer_end {
		display: none;
	}
}


/*--　PS用　今日の質問エリア --*/
#pc_question {
	position: relative;
}
#pc_question img {
	position: absolute;
	top: -313px;
	left: 299px;
}
#btn_answer_pc {
	position: relative;
}
#btn_answer_pc img {
	position: absolute;
	top: -110px;
	left: 440px;
}

@media screen and (max-width: 768px) {
	#pc_question, #btn_answer_pc {
		display: none;
	}
}


/*--　SP用　プレゼント　--*/
#present_unit {
	overflow: hidden;
}
#present_unit ul {
}
#present_unit ul li {
	list-style: none;
	border-top: 1px solid #ccc;
	text-align: center;
}
#present_unit ul li img {
	padding: 10px 0 0;
}
.present_txt {
	padding: 5px 0 15px;
}
.img_notice {
	font-size: 0.8em;
	margin: 0 0 5px;
}
.count {
	margin: 0 0 20px;
	background-color: #ff9900;
	padding: 10px 30px;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 5px;
}
.wchance {
	margin: 0 0 20px;
	background-color: #f0f0f0;
	padding: 10px 15px;
	color: #FF0000;
	font-size: 1.0em;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	#present_unit ul li {
		float: left;
		list-style: none;
		border: none;
		padding-right: 20px;
	}
	#present_unit ul li.right {
		padding: 0;
	}
	.present_txt {
		text-align: center;
		padding: 0;
	}
	.count {
		width: 400px;
		margin: 10px auto 10px;
		background-color: #ff9900;
		padding: 10px 30px;
		text-align: center;
		font-size: 1.2em;
		font-weight: bold;
		color: #FFFFFF;
	}
	.wchance {
		width: 700px;
		margin: 0 auto 20px;
		background-color: #f0f0f0;
		padding: 15px 0;
		color: #FF0000;
		text-align: center;
		font-size: 1.2em;
		font-weight: bold;
	}

}


/*--　SP用　昨日の質問エリア　--*/
.yesterday_qes_box {
	margin: 20px 20px 20px;
	background: #ffffe0;
	border: 2px solid #999999;
	border-radius: 5px;
	position: relative;
}
.yesterday_qes_box:after, .yesterday_qes_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.yesterday_qes_box:after {
	border-color: rgba(255, 255, 224, 0);
	border-top-color: #ffffe0;
	border-width: 15px;
	margin-left: -15px;
}
.yesterday_qes_box:before {
	border-color: rgba(153, 153, 153, 0);
	border-top-color: #999999;
	border-width: 18px;
	margin-left: -18px;
}

.yesterday_qes {
	margin: 13px;
	font-weight: bold;
}
.yesterday_qes_tit {
	margin: 12px 20% 0;
	text-align: center;
	background-color: #ff9900;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.3em;
	padding: 8px 0;
}
.yesterday_ans_box {
	margin: 12px 20px 10px;
	background: #ffffe0;
	border: 2px solid #999999;
	border-radius: 5px;
}
.yesterday_ans {
	margin: 13px 13px 0;
	font-weight: bold;
}
.yesterday_ans_no {
	margin: 0 13px 10px;
	color: #FF0000;
	font-weight: bold;
	text-align: right;
}

.btn_answer_02 {
	width: 80%;
	margin: 15px auto 15px;
	background-color: #00ccff;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0px 5px 0px 0px #0099ff;
}
.btn_answer_02 a {
	display: block;
	color: #FFF;
	padding: 7px 0;
	font-weight: bold;
	font-size: 1.2em;
}

.comment_tit {
	margin: 25px 20px 0;
	padding: 10px 15px 10px 15px;
	background-color: #ff9900;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	border-radius: 10px 10px 0 0;
}
.comment_box {
	margin: 0 20px 20px;
	background-color: #fff0bd;
}
.comment_box ul li {
	padding: 10px 15px 10px;
	list-style: none;
	border-bottom: 1px solid #f2cf84;
	font-size: 1.2em;
	line-height: 1.3em;
}

.comment2_tit {
	margin: 0 20px 0;
	padding: 10px 15px 10px 15px;
	background-color: #ff7f7f;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	border-radius: 10px 10px 0 0;
}
.comment2_box {
	margin: 0 20px 30px;
	background-color: #ffe1da;
}
.comment2_box ul li {
	padding: 10px 15px 10px;
	list-style: none;
	border-bottom: 1px solid #f0b2aa;
	font-size: 1.2em;
	line-height: 1.3em;
}
	
@media screen and (min-width: 768px) {
	.yesterday_qes_tit, btn_answer_02, .btn_answer_02 a {
		display: none;
	}
	.yesterday_qes_box {
		margin: 20px 20px 20px 220px;
	}
	.yesterday_ans_box {
		margin: 12px 20px 10px 220px;
	}
	#yesterday_box {
		background-image: url(../images/img_yesterday.jpg);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	#yesterday2_box {
		background-image: url(../images/img_yesterday2.jpg);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	#btn_answerlog_pc {
		position: relative;
	}
	#btn_answerlog_pc img {
		position: absolute;
		top: 10px;
		left: 640px;
	}
	.comment_tit {
		margin: 110px 20px 0 20px;
	}
	.img_answer {
		background-image: url(../images/img_answer_pc.png);
		background-repeat: no-repeat;
		background-position: 10px 7px;
	}
	.yesterday_ans {
		margin: 15px 0 0 75px;
	}
}

@media screen and (max-width: 768px) {
	#btn_answerlog_pc {
		display: none;
	}
}



/*--------------------------------------
  　　ナビメニュー
--------------------------------------*/

#navi_menu {
	max-width: 960px;
	margin: 20px 10px;
	padding: 0;
	overflow: hidden;
}
#navi_menu li {
	display: block;
	float: left;
	width: 16.666666%;
	margin: 0;
	padding: 0;
}
#navi_menu li a {
	display: block;
	padding: 10px 0 10px;
	background-color: #efefef;
	color: #000;
	font-size: 1.0em;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #c1c1c1;
}
#navi_menu li.noline a{
	border-right:1px solid #c1c1c1;
}
#navi_menu li:last-child a{
	border: none;
}
#navi_menu li a:hover{
	background: #cdcdcd;
}

@media only screen and (max-width: 768px) {
	#navi_menu {
		border: 1px solid #c1c1c1;
	}
	#navi_menu li {
		width: 33.333333%;
	}
	#navi_menu li.upper {
		border-bottom: 1px solid #c1c1c1;
	}
	#navi_menu li.noline a{
		border: none !important;
	}
}



/*--　SP用　これまでの質問結果　--*/
.result_qes_box {
	margin: 10px 20px 0;
	padding: 2px 15px 12px;
	background: #ff9900;
	font-size: 1.2em;
	font-weight: bold;
}
.result_table {
    margin: 0px 20px 15px;
	border: 2px solid #ff9900;
}
.result_table td {
	padding: 7px 10px;
	font-size: 1.2em;
	background-color: #ffffe0;
	border-bottom: 2px solid #ff9900;
	display:block;
}
.result_table td.end {
	padding: 7px 10px 10px;
	background-color: #ffffe0;
	display:block;
	border: none;
}

.qes_date {
	padding-bottom: 3px;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}

.result_ans_no {
	margin: 0;
	color: #FF0000;
	font-weight: bold;
	text-align: right;
}

.result_comment_tit {
	margin: 15px 20px 0;
	padding: 10px 15px 10px 15px;
	background-color: #ff9900;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	border-radius: 10px 10px 0 0;
}

.line {
	margin: 25px 10px;
	border-bottom: 1px solid #DCDCDC;
}

.date_menu {
	padding: 0;
	overflow: hidden;
}
.date_menu ul li {
	float: left;
	width: 18.335%;
	background-color: #E4E4E4;
	text-align: center;
	padding: 6px;
	margin: 2px;
}

.date_menu {
	margin: 0 10px;
	overflow: hidden;
  }
.date_menu ul li {
	display: block;
	float: left;
	width: 100%;
	background-color: #E4E4E4;
	margin: 2px 0;
	padding: 0;
}
.date_menu li a {
	display: block;
	color: #000;
	font-size: 1.0em;
	text-align: center;
	text-decoration: none;
	padding: 6px;
	
}
.date_menu li a:hover{
	background: #cdcdcd;
}

.qes_back {
	margin: 0 12px 10px 0;
	text-align: right;	
}
  
@media only screen and (min-width: 768px) {
/*--　PC側　--*/
	.result_qes_box {
		padding: 5px 17px 12px;
	}
	.result_table td {
		width:50%;   
		padding:10px 15px;
		display:table-cell;
		text-align: left;
		border-right: 2px solid #ff9900;
		border-bottom: none;
		vertical-align: middle;
	}
	.result_table td.end {
		width:50%;   
		padding:10px 15px;
		display:table-cell;
		text-align: left;
		border-left: 1px solid #ccc;
		border-bottom: none;
		vertical-align: middle;
	}
	
	.result_ans_no {
		margin: -20px 0 0 0;
	}

	.result_comment_tit {
		margin: 20px 20px 0 20px;
	}
	
  .date_menu ul li {
	  display: block;
	  float: left;
	  width: 19.575%;
	  background-color: #E4E4E4;
	  margin: 2px;
	  padding: 0;
  }
  .date_menu li a {
	  display: block;
	  color: #000;
	  font-size: 1.0em;
	  text-align: center;
	  text-decoration: none;
	  padding: 6px;
	  
	}

  .date_menu ul li.nokink {
	  display: block;
	  float: left;
	  width: 19.575%;
	  background-color: #E4E4E4;
	  color: #a2a2a2;
	  margin: 2px;
	  padding: 6px 0;
  }

}
