﻿@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;
}

.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:30%;
	padding:10px;
	border:solid #CCC 1px;
	text-align:center;
	margin-left:2.8%;
}

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

.btn_07 {
	width:90%;
	padding:10px;
	border:solid #CCC 5px;
	margin:0 auto;
	text-align:left;
}

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

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

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

.btn_09 {
	padding: 10px 10px;
	background: -moz-linear-gradient(top, #fff3db 0%, #ffc821 25%, #fe9400);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff3db), color-stop(0.25, #ffc821), to(#fe9400));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b85f00;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0.3);
	width:80%;
	padding:10px;
	border:solid #CCC 1px;
	margin:0 auto;
	text-align:center;
}

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

.btn_10 {
	padding: 10px 20px;
	background: -moz-linear-gradient(top, #f50808 0%, #f50808 50%, #f50808 50%, #f50808 75%, #fafafa);
	background: -webkit-gradient(linear, left top, left bottom, from(#f50808), color-stop(0.50, #f50808), color-stop(0.50, #f50808), color-stop(0.75, #f50808), to(#fafafa));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #f50808;
	-moz-box-shadow:
		0px 1px 3px rgba(245,008,008,0.5),
		inset 0px 0px 2px rgba(245,008,008,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(245,008,008,0.5),
		inset 0px 0px 2px rgba(245,008,008,1);
	box-shadow:
		0px 1px 3px rgba(245,008,008,0.5),
		inset 0px 0px 2px rgba(245,008,008,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	width:80%;
	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;
}


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

}

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

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

.txt4 {
	color:#D90000;
	font-weight:bold;
}

.txt13 {
	color:#D90000;
}

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

.txt6 {
	color:#0096c1;
}

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

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

.txt11 {
	color:#0000FF;
}


#txt10 {
	text-align:left;
	margin:10px 0 20px;
	padding:0 0 10px 0;
	font-weight:bold;
}

.txt12 {
	text-align:center;
}

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

#topicDetail .topicContent .txt9 img {
	margin:0 auto;
	padding:0;
	width:80%;
}

.rightT {
	float:right;
}

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

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




