@charset "utf-8";
/* CSS Document */
/*追加
-------------------------------------------------------------*/
h2#event_ranking {
	background-image: url(../img/h2_event_ranking.jpg);
	background-size: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	height: 62px;
	text-indent: -9999px;
	background-color: #3CF;
}
#main_area_wrapper {
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 100%;
}
#main_area {
	float: none;
	margin-left: 0px;
}

/*説明文
-------------------------------------------------------------*/
#card_list_comment {
	max-width: 500px;
	margin: 10px auto;
	padding: 15px 10px;
	background-color: #fff;
	border: 3px solid #3DA3E7;
	border-radius: 20px;
}

/*==============================================================
ランキング
==============================================================*/

#event_area {
	width: 99%;
	margin: 0 auto;
}
h4.midashi_bl_wit {
	padding-bottom: 5px;
	margin-bottom: 10px;
}
h4 .event_name{
	display: block;
}
h4 .update_date {
	margin-top: 5px;
	font-size: 15px;
	display: block;
	text-align: right;
}

.ranking_area {
	max-width: 690px;
	margin: 30px auto;
	color: #8A2417;
	background-image: url(../img/table_bg_middle.png);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
.ranking_area:before {
	width: 100%;
	height: 18px;
	content: "";
	display: block;
	position: absolute;
	top: -18px;
	background-image: url(../img/table_bg_top.png);
	background-repeat: no-repeat;
	background-position: top;
}
.ranking_area:after {
	width: 100%;
	height: 18px;
	content: "";
	display: block;
	position: absolute;
	bottom: -18px;
	background-image: url(../img/table_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*パンくず*/
.ranking_area .sub_nav {
	width: 95%;
	padding: 5px 3px;
	margin: 15px auto;
	background: #EE924B;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px #C75E5E solid;
	text-align: center;
}
.ranking_area .sub_nav_rank {
	display: inline-block;
	width: 100px;
	padding: 5px 0 4px 20px;
	margin: 3px 0;
	background: url(../img/select_arrow2.png) #FFFCF2 no-repeat 2px center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}
.ranking_area .sub_nav_rank:hover {
	text-decoration: none;
	background-color: #FFD791;
}
.ranking_area .sub_nav_rank:active {
	text-decoration: none;
	background-color: #FFD791;
}
.ranking_area .sub_nav_rank a {
	color: #863E06;
}
.ranking_area .sub_nav_rank a:hover {
	text-decoration: none;
}

table {
	width: 97%;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	border-spacing: 0;
	border-top: 1px solid #ffd00e;
	border-right: 1px solid #ffd00e;
	position: relative;
	top: 0px;
}
table tr {
	background-color: #fffdd9;
	border-bottom: 1px solid #ffd00e;
}
table tr:nth-child(odd) {
	background-color: #FDE1AF;
}
table th {
	height: 23px;
	font-size: 11px;
	color: #fff;
	border-bottom: 1px solid #ffd00e;
	border-left: 1px solid #ffd00e;
	font-weight: bold;
	vertical-align: middle;
}
table td {
	height: 16px;
	border-bottom: 1px solid #ffd00e;
	border-left: 1px solid #ffd00e;
	vertical-align: middle;
}

/*リスト見出し
-------------------------------------------------------------*/
th {
	background-color: #B61E1E;
}
.list_image {
	background-color: #D62BC2;
}	
.list_waza {
	background-color: #F1700B;
}
.list_effect {
	background-color: #248CDD;	
}


/*リスト項目ごと
-------------------------------------------------------------*/
[class^="user_rank"] {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #4AB0EA;
	border-left: none;
}
.user_rank1 {
	background: url(../img/user_rank_1.jpg) no-repeat;
	background-position: center;
	color: #571313;
}
.user_rank2 {
	background: url(../img/user_rank_2.jpg) no-repeat;
	background-position: center;
	color: #072562;
}
.user_rank3 {
	background: url(../img/user_rank_3.jpg) no-repeat;
	background-position: center;
	color: #FFEDE1;
}
.user_rank4 {
	background: url(../img/user_rank_4.jpg) no-repeat;
	background-position: center;
	color: #064F51;
}
[class^="user_rank"] .medal {
	width: 100px;
	height: 25px;
	padding: 0 3px 0 28px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.user_rank1 .medal {
	background: url(../img/medal_1st.png) no-repeat 2px;
	background-size: contain;
}
.user_rank2 .medal {
	background: url(../img/medal_2nd.png) no-repeat 2px;
	background-size: contain;
}
.user_rank3 .medal {
	background: url(../img/medal_3rd.png) no-repeat 2px;
	background-size: contain;
}
.user_rank4 .medal {
	background: url(../img/medal_4th.png) no-repeat 2px;
	background-size: contain;
}

/*ランキングなし
-------------------------------------------------------------*/
#attention {
	width: 95%;
	text-align: center;
	margin: 0 auto;
}
/*トップページに戻る
-------------------------------------------------------------*/
#btn_index a {
	width: 260px;
	height: 71px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../img/btn_index_s.png) no-repeat;
}
#btn_index a:hover {
	background-position: 0px -73px;
}
/*===========================================================================
サイドメニュー
===================================================================*/
/*base02 リセット*/
#stage #contents3 #nav-about .cf li:nth-child(odd),
#stage #contents3 #nav-about .cf li:nth-child(even) {
	margin-left: 0;
}
#stage #nav-about {
	height: auto;
}
#nav-about li {
	width: auto!important;
	height: auto!important;
	line-height: 1.0em
}
/*/base02 リセット*/


#nav-below {
	font-size: 16px;
}
#stage #contents3 #nav-about .cf [id^="attribute_"] {
	width: 245px;
	height: auto;
	min-height: 60px;
	margin: 0 0 8px -10px;
	border: #3CF solid 3px;
	border-left: #3CF solid 16px;
	border-radius: 0px;
	float: none;
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
 	border-top-width: 2px;
}
#nav-about a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: url(../img/select_arrow.png) no-repeat 0 center;
}

/*サイドメニュー属性*/
[id^="attribute_"] dt {
	height: 28px;
	margin: 3px 0 10px 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 17px 0 0 47px;
	background-repeat: no-repeat;
	background-size: contain;
}
#attribute_red dt {
	background-image: url(../img/base_p_red.png);
}
#attribute_blue dt {
	background-image: url(../img/base_p_blue.png);
}
#attribute_green dt {
	background-image: url(../img/base_p_green.png);
}
#attribute_yellow dt {
	background-image: url(../img/base_p_yellow.png);
}
#attribute_purple dt {
	background-image: url(../img/base_p_purple.png);
}
#attribute_other dt {
	background-image: url(../img/base_p_clear.png);
}


@media only screen and (min-width: 769px) {
/*コンテンツ内選択
-------------------------------------------------------------*/

/*コンテンツ内カードリストタイトル
-------------------------------------------------------------*/
[id^="card_list_title_"] {
	height: 40px;
	width: 186px;
	margin: 0 auto 5px;
	padding: 25px 0 0 56px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

/*=================================================================
サイドメニュー
===================================================================*/
#nav-about li {
	width: 42%!important;
	display: inline-block;
}

/*トップページに戻る
-------------------------------------------------------------*/
#btn_index a {
	width: 400px;
	height: 98px;
	display: block;
	margin: 20px auto 20px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../img/btn_index.png) no-repeat;
}
#btn_index a:hover {
	background-position: 0px -98px;
}
}



@media only screen and (min-width: 1001px) {
#main_area_wrapper {
	width: 700px;
}
#nav-below {
	width: 280px !important;
}
div#contents3 {
	width: auto;
}
#stage #contents3 #nav-about .cf {
	margin: 0px;
	padding: 0px;
}
/*パンくず*/
.ranking_area .sub_nav {
	/*width: 95%;
	padding: 5px 3px;
	margin: 0 auto 10px;
	background: #BB570A;
	text-align: center;
	-webkit-border-radius: 8px;
	border-radius: 8px;*/
}/*
.ranking_area .sub_nav_rank {
	width: 105px;
	padding: 2px ;
	margin: 3px 0;
	text-align: center;
	background: #FFF9E2;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.ranking_area .sub_nav_rank:hover {
	text-decoration: none;
	background: #FFD791;
}
.ranking_area .sub_nav_rank a {
	color: #863E06;
}
.ranking_area .sub_nav_rank a:hover {
	text-decoration: none;
}*/
/*=================================================================
サイドメニュー
===================================================================*/
#nav-about li {
	width: auto!important;
	display: block;
}
}