﻿@charset "utf-8";

/*----------------------------------------
　共通
----------------------------------------*/

div {
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}

.btn_04 {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-linear-gradient(top, #fff 0%, #eee 87%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 87%);
	background: -o-linear-gradient(top, #fff 0%, #eee 87%);
	background: linear-gradient(to bottom, #fff 0%, #eee 87%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:90%;
	padding:10px;
	border:solid #CCC 1px;
	margin:0 auto;
}

.btn_04 a {
	display:block;
	width:100%;
	text-align:center;
	height:auto;
	background-image:url(../images/all/ico_arrow_01.gif);
	background-repeat:no-repeat;
	background-size:8px auto;
	background-position:right 50%;
	color:#666;
}

.btn_05_cont {
	margin:0 auto;
	text-align:center;
}

.btn_05 {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-linear-gradient(top, #fff 0%, #eee 87%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 87%);
	background: -o-linear-gradient(top, #fff 0%, #eee 87%);
	background: linear-gradient(to bottom, #fff 0%, #eee 87%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:90%;
	padding:10px;
	border:solid #CCC 1px;
	margin:0 auto;
	text-align:center;
}

.btn_06_box {
	position: relative;
	overflow: hidden;
}

.btn_06_box ul {
	position: relative;
	left: 50%;
	float: left;
	width:100%;
}

.btn_06_box ul li {
	position: relative;
	left: -50%;
	float: left;
	display:inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-linear-gradient(top, #fff 0%, #eee 87%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 87%);
	background: -o-linear-gradient(top, #fff 0%, #eee 87%);
	background: linear-gradient(to bottom, #fff 0%, #eee 87%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:45%;
	padding:10px;
	border:solid #CCC 1px;
	text-align:center;
	margin-left:2.8%;
}

.btn_06 {
	text-align:right;
	display:block;
}

.btn_07_cont {
	border-bottom:none;
	margin:0 auto;
	text-align:center;
}

.btn_07 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 15px 30px;
	background: -moz-linear-gradient(
		top,
		#fff3db 0%,
		#ffc821 25%,
		#ff3c00);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fff3db),
		color-stop(0.25, #ffc821),
		to(#ff3c00));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b85f00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.3);
}


h3#t {
	text-align:center;
	padding:5px 0;
	margin:10px auto 20px;
	font-weight:bold;
	color:#ffffff;
}

h3#b {
	text-align:center;
	background-color: #fff000;
	padding:5px 0;
	margin:10px 0 20px;
	font-weight:bold;
}

h3#d {
	text-align:center;
	background-color: #FF4500;
	color:#fff;
	padding:5px 0;
	margin:10px 0 20px;
	font-weight:bold;
}


#txt1 {
	text-align:center;
	margin:10px 0 20px;
	padding:0 0 10px 0;
	font-weight:bold;

}

#txt2 {
	font-weight:bold;
	font-size:100%;
	color:#4C6A77;
}

#txt3 {
	font-weight:bold;
	font-size:100%;
	color:#FF0000;
}

.txt4 {
	color:#D90000;
}

.txt5 {
	border-bottom:#D0C0B0 dashed 1px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}

.txt6 {
	color:#FF0000;
}

.txt9 {
	color:#0096c1;
}

.txt7 {
	text-align:center;
	color:#D90000;
}

.txt8 {
	text-align:center;
	color:#fff000;
}

#topicDetail .topicContent .txt9 {
	text-align:center;
	border-bottom:none;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}

.rightT {
	float:right;
}

#movieId {
	text-align:center;
	padding:10px 0;
	border-bottom:none;
}

#stickerId {
	text-align:center;
	padding:10px 0;
	border-bottom:none;
}

.label{
	display:inline-block;
	padding:1px 5px 1px 5px;
	color:#fff!important;
	font-size:95%;
	top:-2px;
	position:relative;
	width:40px;
	text-align:center;
}

.lband{
	background-color:#FF8C00;
}

.ldj{
	background-color:#0000FF;
}

section#underHeadArewa2 {
	background-color:#FF4500;
	text-align:center;
	position: relative;
	padding: 20px 10px;
	color: #fff;
	font-weight:bold;
}

section#underHeadArewa2 img {
	width:100%;
}
section#underHeadArewa2 #date {
	color:#000000;
	text-align:center;
	margin: 0 auto 10px;
	font-size:120%;
}

section#underHeadArewa2 #utext {
	color:#fff;
	line-height:1.8em;
	font-size:110%;
}

section#underHeadArewa2:after {
	border-color:#FF4500 transparent transparent;
	border-style:solid;
	border-width:16px 16px 0;
	bottom:-16px;
	content:"";
	display:block;
	left:50%;
	position:absolute;
	width:0;
	margin:0 0 0 -8px;
}

.btn_02 {
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	background: -webkit-linear-gradient(top, #FFD700 0%, #FFD700 87%);
	background: -moz-linear-gradient(top, #FFD700 0%, #FFD700 87%);
	background: -o-linear-gradient(top, #FFD700 0%, #FFD700 87%);
	background: linear-gradient(to bottom, #FFD700 0%, #FFD700 87%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px;
	border:solid #000000 2px;
	text-align:center;
	width:100%;
	font-size:130%;
	margin:0 auto;
}
.btn_02 a {
	display:block;
	width:100%;
	height:auto;
	background-image:url(../images/all/ico_arrow_01.gif);
	background-repeat:no-repeat;
	background-size:8px auto;
	background-position:right 50%;
	color:#000000;
	text-align:center;
	font-weight:bold;
}

.btn_11 {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-linear-gradient(top, #000000 0%, #000000 87%);
	background: -moz-linear-gradient(top, #000000 0%, #000000 87%);
	background: -o-linear-gradient(top, #000000 0%, #000000 87%);
	background: linear-gradient(to bottom, #000000 0%, #000000 87%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:15px;
	border:solid #ff0000 2px;
	text-align:center;
	width:90%;
	margin:0 auto;
}
.btn_11 a {
	display:block;
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	background-size:10px auto;
	background-position:right 50%;
	color:#ff0000!important;
	font-weight:bold;
	font-size:110%;
}