@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 {
	border-bottom:none;
	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;
}

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: #D90000;
	color:#fff;
	padding:5px 0;
	margin:10px 0 20px;
	font-weight:bold;
}

h3#e {
	text-align:center;
	background-color: #FF0000;
	color:#FFFFFF;
	padding:15px 0;
	margin:10px 0 20px;
	font-weight:bold;
	font-size:120%;
}

h3#f {
	text-align:center;
	background-color: #00913A;
	color:#FFFFFF;
	padding:15px 0;
	margin:10px 0 20px;
	font-weight:bold;
	font-size:120%;
}

#txt1 {
	text-align:left;
	color:#FF0000;
	margin:10px 0 20px;
	padding:0 0 10px 0;
	font-weight:bold;
	font-size:120%;
}

#txt2 {
	border-top:#D0C0B0 dashed 1px;
	margin:10px 0 20px;
}

#txt3 {
	border-top:#D0C0B0 dashed 1px;
	margin:10px 0 20px;
}

.txt4 {
	color:#D90000;
}

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

.txt6 {
	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;
	font-weight:bold;
	font-size:115%;
}

.rightT {
	float:right;
}

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

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




