@charset "UTF-8";

/*******************************************************************
*   news
*******************************************************************/

body {
	background-color: #007EE9;
}

#main {
	margin: 8px 8px 0;
	padding: 0 3px;
	color: #666;
	font-size: 14px;
	background-color: #FFF;
}

#main h2 {
	font-size: 26px;
	color: #0AF;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding-top: 1em;
	background: url(/images/event/riot13/line.png) no-repeat center top;
	-moz-background-size: contain;
	background-size: contain;
}

#main h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 10px;
	padding: 10px 0;
}
#main h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px;
	margin-bottom: 10px;
}

#main dl {
	margin: 10px;
}
#main dt {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 5px;
}
#main dd {
	margin-bottom: 10px;
	line-height: 1.6;
}

#main dd.s_img {
	width: 60%;
	margin: 0 auto 5px;
}

#ticket dt {
	color: #09F;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 5px;
}


#main a { color: #03F; }
#main a:link { color: #03F; }
#main a:hover { color: #03F; }
#main a:visited { color: #03F; }

p#subtitle {
	text-align: center;
	margin: 0 0 10px;
}

p#comingsoon {
	text-align: center;
	padding: 0 0 2em;
}

.w100 {
	width: 100%;
	display: block;
}


/*******************************************************************
*   photo_index
*******************************************************************/

.head_txt{
	background:#fefcc7;
	color:#fff;
	padding:5px;
	text-shadow: 0 -1px 1px #666;
}

.txtarea_1{
	padding:10px;
	color:#FFF;
	font-weight:bold;
}

.txtarea_2{
	padding:0 10px 10px;
	font-weight:bold;
	text-align: center;
	text-akign:center;
	color:#fff;
}

.txtarea_3{
	padding:0 10px 10px;
	font-weight:bold;
	text-align: center;
	color:#105d96;
	background: #fefcc7;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefcc7), to(#fefcc7)); 
}

.txtarea_4{
	margin:0 2px;
	padding:5px;
	text-align: center;
	color:#fff;
	font-weight:bold;
}

.txtarea_5{
	margin:5px 5px 5px;
	padding:10px;
	border:1px solid #eee;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.4);
	font-weight:bold;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.6)), to(rgba(255,255,255,0.8))); 
}

.txtarea_6{
	margin:0 10px;
	padding:8px;
	border:1px solid #ff874f;
	font-size:130%;
	text-align: center;
	-webkit-border-radius: 10px;
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.4);
	font-weight:bold;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fa8e2e), to(#ec5e1d)); 
}

.txtarea_7{
	margin:0 1px ;
	padding:10px;
	font-size:90%;
	color:#fff;
}

.txtarea_8{
	padding:10px;
	color:#003100;
	font-weight:bold;
}

.txtarea_9{
	margin:0 5px 5px;
	padding:10px;
	border:1px solid #002059;
	text-align: center;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.4);
	font-weight:bold;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.6)), to(rgba(255,255,255,0.8))); 
}

.txtarea_10{
	padding:0 10px 15px;
	font-weight:bold;
	text-align: center;
	text-akign:center;
	color:#fff;
}

.grdarea_1{
	background: #00408b;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00408b), to(#00a0e9)); 
}


.grdarea_2{
	background: #00408b;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00a0e9), to(#fefcc7)); 
}

.grdarea_3{
	background: #2267b3;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2267b3), to(#001020)); 
}

.bgblue{
	background: #00408b;
}

.bgyellow{
	background: #fefcc7;
}

.bgbla{
	background: #000000;
}

#art{

}


/*******************************************************************
*   リスト系
*******************************************************************/
/* リスト２列 */
.list_style5{
	margin:0px;
	border-top:1px solid #CCC;
}

.list_style5:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.list_style5 li{
	background: #94DB00;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#94DB00), to(#28B300));
	border-top:none;
	border-bottom:1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	height: 40px;
	margin: 0px;
}

.list_style5 li:nth-child(odd) {
	float:left;
	width:50%;
}

.list_style5 li p{
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	height: 40px;
	overflow: hidden;
	padding-top:12px;
	padding-left:5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	text-align:center;
	font-size:14px;
	display:block;
	font-weight:bold;
}

.list_style5 li a{
	display: block;
	height: 40px;
	margin: 0px;
	overflow: hidden;
}

/* リスト4列 */
.list_navi4{
	overflow:hidden;
	position:relative;
	top:-5px;
	padding-top:12px;
	margin:0px;
	font-size:12px;
	width:100%;
}

.list_navi4:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.list_navi4 li{
	background: #0095c0 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0095c0), to(#01566f)); 
	border-top:1px solid #002d59;
	border-bottom:1px solid #002d59;
	height: 40px;
	margin: 0px;
}

.list_navi4 li:nth-child(1){
	border-right:1px solid #002d59;
}
.list_navi4 li:nth-child(2){
	border-right:1px solid #002d59;

}
.list_navi4 li:nth-child(3){
	border-right:1px solid #002d59;

}
.list_navi4 li:nth-child(4){
}


.list_navi4 li {
	float:left;
	width:24.8%;
}

.list_navi4 li a{
	display: block;
	height: 40px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}

.list_navi4 li a p{
	color:#fff;
	display:block;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	padding-top:4px;
}


/* 次へ戻るボタン */
#page_navi {
	overflow: hidden;
	padding: 0 2% 10px;
	margin-top:10px;
}

#page_navi .back {
	float: left;
}

#page_navi li {
	width: 48%;
	-webkit-border-radius: 5px;
	background-image: -webkit-gradient(linear, left top, left bottom,
	 from(#FFFFFF),
	 color-stop(0.49,#FEFEFE),
	 color-stop(0.5,#EAEAEA),
	 to(#F9F9F9)
	 );
	box-shadow:inset 0 0 12px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.2),inset 0 2px 0 rgba(255,255,255,0.3),inset 0 -1px 1px rgba(0,0,0,0.7);
}

#page_navi .next {
	float: right;
}


#page_navi li a {
	display: block;
	padding: 10px;
	text-align: center;
	color: #505050;
	font-size:16px
}

#page_navi a,
#page_navi a:link,
#page_navi a:hover,
#page_navi a:visited {
	text-decoration: none;
	font-weight: bold;
}


/*******************************************************************
*   水平バー
*******************************************************************/

.hr_bar{
	color: white;
	font-size: 16px;
	text-shadow:0 -1px 1px #FFF, 1px 0 1px #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#3dd3f4), color-stop(0.48, #00b4dc), color-stop(0.52, #1f9db9), to(#00b4dc) );
	padding: 3px 5px;
	clear:both;
}

/* ギャラリー関連 */
.gallery { list-style: none; padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 33.33333333%; }
.gallery li a { display: block; margin: 5px; border: 1px solid #3c3c3c; }
.gallery li img { display: block; width: 100%; height: auto; }
