@charset "utf-8";
@import "mypage.css";
@import "list.css";
@import "detail.css";
@import "dictionary.css";
@import "register.css";
@import "incontent.css";
@import "report.css";
@import "index.css";

@font-face
{
font-family: mplus-1p-regular;
src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-1p-regular.ttf')
     format("truetype");
}

/* 基本設定 */
progress{
	width:100%;
	height:5px;
		/* Get rid of the default appearance */
	appearance: none;
	
	/* This unfortunately leaves a trail of border behind in Firefox and Opera. We can remove that by setting the border to none. */
	border: none;
	
	/* Although firefox doesn't provide any additional pseudo class to style the progress element container, any style applied here works on the container. */
	  background-color: whiteSmoke;
	  border-radius: 3px;
	  box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
	
	/* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
	color: royalblue;
	
	position: relative;
	margin: 0 0 1.5em; 
	}

body{
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
	width:100%;
	min-width:960px;
	line-height:1.5em;
	letter-spacing: 1.5px;
	}
a { text-decoration: none; }
p{
	padding:0;
	margin:0;
	
}
html{
	}

img{
	border:none;
	}

.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }

#header{
	width:100%;
	height:50px;
	color:#FFF;
	background:#000;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	}
#logo{
	position:absolute;
	top:6px;
	left:6px;
	}
#login_box{
	position:absolute;
	top:0;
	right:0;
	}
#login_box a{
	color:#FFF;
	text-decoration:none;
	}
#login_box a:hover{
	text-decoration:underline;
	}
#login_img{
	margin-top:6px;
	float:left;
	width:34px;
	height:34px;
	background:url(../img/mypage/no_image_min.gif) no-repeat;
	border:1px solid #FFF;
	overflow:hidden;
	}
#login_name{
	margin-left:5px;
	margin-top:17px;
	float:left;
	color:#FFF;
	}
#login_name button{
	margin-top:-2px;
	background:#307e95;
	border:none;
	color:#FFF;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	cursor:pointer;
	height:20px;
	margin:-2px 0 0 0;
	padding:0;
	width:70px;
	text-align:center;
	}
#login_name button:hover{
	background:#236174;
	}

#logout_box{
	float:left;
	margin:15px 5px 0;
	}
#logout_box input,button{
	background:#666;
	border:none;
	color:#FFF;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	cursor:pointer;
	height:20px;
	margin:0;
	padding:0;
	width:70px;
	text-align:center;
	}
#logout_box input,button:hover{
	background:#333;
	}
#menu_box{
	/*background:url(../img/common/menu_bg.gif) repeat-x;*/
	background:#efefef;
	margin-top:50px;
	position:relative;
	z-index:3;
	}
#version{
	padding: 5px;
	position: fixed;
	left: 0;
	top: 50px;
	font-size:10px;
	color:#999;
	}
#menu{
	margin:0 auto;
	position:fixed;
	right:5px;
	top:80px;
	display:none;
	background:#FFF;
	border:1px solid #CCC;
	}
#menu ul{
	margin:0;
	padding:0;
	line-height:normal;
	}
#menu li{
	line-height:normal;
	margin:0;
	padding:0;
	width:140px;
	
	text-align:left;
	list-style:none;
	height:30px;
	line-height:30px;
	font-size:10px;
	
	}
#menu li a{
	text-decoration:none;
	color:#333;
	display:block;
	height:30px;
	padding-left:10px;
	}
#menu li a:hover{
	color:#fff;
	background:#666666;
	}
#menu_icon{
	width:20px;
	padding:5px;
	position:fixed;
	right:0;
	top:50px;
	}

#menu_icon img{
	width:100%;
	}

#pallet_icon{
	width:20px;
	padding:5px;
	position:fixed;
	right:25px;
	top:50px;
	}

#pallet_icon img{
	width:100%;
	}

.top_arrow{
	border-bottom: 10px solid #222;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	height: 0;
	position: absolute;
	top: -10px;
	right:18px;
	width: 0;
	}

#h1_box{
	width:960px;
	margin:0 auto;
	padding:20px 0;
	}
h1{
	float:left;
	font-size:13px;
	margin:0;
	font-weight:normal;
	}
#search_box{
	margin:0 auto;
	background:#efefef;
	border-bottom:1px solid #ccc;
	}
#search_center{
	width:500px;
	padding:30px 0;
	margin:0 auto;
	}
.radio_icon{
	float:left;
	text-align:center;
	color:#333;
	margin-right:5px;
	font-size:11px;
	width:40px;
	padding:5px;
	cursor: pointer;
	}
.radio_icon img{
	width:100%;
	}

#search_icon_box{
	width: 205px;
	padding:10px 0 10px  45px;
	margin: 0 auto;
	background: #ddd;
	border: 1px solid #ccc;
	border-radius: 5px;
	position:relative;
	}
.s_icon_box_arrow{
	border-top: 10px solid #ddd;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
height: 0;
position: absolute;
bottom: -10px;
left: 120px;
width: 0;
	}

.free_word{
	padding-top:15px;
	width:250px;
	margin:0 auto;
	}
.free_word input[type="text"]{
	margin:0;
	height:20px;
	background:#c6e0e8;
	border:0;
	padding:3px;
	font-family:Arial, sans-serif;
	width:200px;
	border:none;
	
	}
.select_method{
	padding-top:5px;
	width:250px;
	margin:0 auto;
	}
.free_word input[type="text"]:focus {
outline:none;
border:none;
}
.free_word input[type="image"]{
	vertical-align:bottom;
	margin:0;
	}

#container{
	margin:0 auto;
	}
#con_vote{
	position:relative;
	border-right:#fff 1px solid;
	border-bottom:1px solid #ccc;
	padding-bottom:50px;
	}
.section_btn{
	text-align:center;
	width:960px;
	margin:0px auto;
	
	}

.section_btn a{
	color:#FFF !important;
	padding:10px;
	background:#307e95;
	display:block;
	}

.section_btn a:hover{
	background:#236174;
	}

#vote_inner{
	width:960px;
	margin:0 auto;
	position: relative;
z-index: 0;
	}
#con_center{
	display:none;
	}
#con_result{
	position:relative;
	/*background:url(../img/common/top_bg.jpg);
	background-size:cover;*/
	border-left:#d2d2d2 1px solid;
	border-bottom:#d2d2d2 1px solid;
	padding-bottom:50px;
	}

#result_inner{
	width:960px;
	margin:0 auto;
	}
.main_title{
	color:#333;
	margin-bottom:15px;
	text-align:center;
	
	}
.main_title p{
	
	}
#site_detail{
	padding-bottom: 50px;
	}
#s_d_inner{
	width:960px;
	margin:0 auto;
	}

p.m_g {
font-family: 'Varela', sans-serif;
font-weight: 400;
font-size: 50px;
color: #333;
line-height: 2em;
padding-top: 30px;
border-bottom: 1px solid;
margin: 0px auto 29px;
width: 960px;
text-shadow: 1px 1px 1px #666;
filter: dropshadow(color=#666, offx=1, offy=1);
}

p.m_g2 {
font-family: 'Varela', sans-serif;
font-weight: 400;
font-size: 50px;
line-height: 2em;
padding-top: 30px;
border-bottom: 1px solid #FFF;
margin: 0px auto 29px;
width: 960px;
text-shadow: 1px 1px 1px #666;
filter: dropshadow(color=#666, offx=1, offy=1);
}

p.f_g{
	width:960px;
	margin:0 auto;
	font-size:11px;
	color:#333;
	padding-bottom:30px;
	}

p.f_g2{
	width:960px;
	margin:0 auto;
	font-size:11px;
	color:#fff;
	padding-bottom:30px;
	}
#title_left{
	width:179px;
	border-right:#999 1px solid;
	}
#title_center{
	width:598px;
	border-right:#999 1px solid;
	border-left:#111 1px solid;
	}
#title_right{
	width:179px;
	border-left:#111 1px solid;
	}

.graph_box_m{
	width:300px;
	margin: 0 17px 0 0;
	float:left;
	position:relative;
	}
.graph_box_m p{
	position:absolute;
	color:#fff;
	font-size:11px;
	}
.graph_box_m_title{
	padding-top:10px;
	width:300px;
	text-align:center;
	}
.graph_box_m_title a{
	font-size:11px;
	color:#333;
	}
.graph_box_inner{
	width:300px;
	height:300px;
	position: relative;
	}
.item_box{
	float:left;
	width:176px;
	height:176px;
	border:1px solid #CCC;
	/*border-bottom:none;*/
	margin:0 17px 17px 0;
	background:#FFF;
	position: relative;
	}
.item_icon{
	position:absolute;
	left: 1px;
	top:-2px;
	width: 20px;
	z-index: 2;
}

.official_icon{
	position:absolute;
	left: 3px;
	top:3px;
	width: 20px;
	z-index: 2;
}

.item_box_last{
	margin-right:0 !important;
	}
	
.item_img{
	margin:0;
	padding:0;
	position:relative;
	}
.list_vote_cnt{
	z-index:2;
	position:absolute;
	top:-5px;
	right:-5px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 5px 10px;
	background:#d60000;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	}

.list_vote_cnt2{
	z-index:1;
	position:absolute;
	top:-5px;
	right:-5px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 5px 10px;
	background:#d60000;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	}


.now_img_index{
	float:left;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:85px;
	font-size:10px;
	color:#333;
	}
.now_img_index p{
	width:85px;
	height:85px;
	background:#333;
	padding:0px;
	margin:6px 0 6px 6px;
	overflow:hidden;
	position:relative;
	}
.now_img_index span{
	padding-left:4px;
}
.movie_play{
	position:absolute;
	top:0;
	left:0;
	}
.img_name_text{
	position:absolute;
	top:25%;
	left:25%;
	color:#FFF;
	}
.and_more{
	position:absolute;
	top:68px;
	right:2px;
	z-index:2;
	font-size:8px;
	color:#FFF;
	display:block;
	padding:0 5px;
	background:rgba(0, 0, 0, 0.5);
	border:1px solid #FFF;
	}
/*span.img_left{
	display:block;
	width:67px;
	height:67px;
	overflow:hidden;
	float:left;
	}
span.img_right{
	display:block;
	width:67px;
	height:67px;
	overflow:hidden;
	background:#CCC;
	float:right;
	}*/
.item_img img{
	height:67px;
	}
.item_title{
	
	}
.item_title a{
	display:block;
	font-size:11px;	
	margin:0 auto;
	padding:4px;
	width:156px;
	height:32px;
	overflow:hidden;
	/*text-overflow:ellipsis;*/
	/* white-space:nowrap;*/
	 text-align:center;
	 color:#333;
	 border-bottom:1px solid #CCC;
	}
	.item_title a:hover{
background:#efefef;
	}
.item_time{
	color:#F00;
	margin:0;
	padding:4px 4px 0 4px;
	text-align:center;
	
	}

.t_l_title{
	color:#CCC;
	font-size:12px;
	}
.time_style{
	font-size:19px;
	font-family: 'Orbitron', sans-serif;
	text-align:center;
	padding-top:3px;
	}

div.all_vote{
	float:left;
	border-right:#bfbbbb 1px solid;
	width:65px;
	}
div.time_limit{
	padding: 4px;
	width: 156px;
	overflow:hidden;
	text-overflow:ellipsis;
	 white-space:nowrap;
	 text-align:center;
	}
	
.all_vote_text{
	font-size:12px;
	margin:0;
	padding:4px;
	}
.all_vote_num{
	font-size:20px;
	margin:0;
	padding:0;	
	}

.time_limit_text{
	font-size:12px;
	margin:0;
	padding:4px;
		}
		
.time_limit_num{
	font-size:20px;
	margin:0;
	padding:0;
	}
	
.attention_box{
	border-bottom:none;
	margin:0 15px;
	background:#FFF;
	}
.attention_bg{
	padding:10px;
	}

p.attention_bar{
	font-size:21px;
	color:#333 !important;
	height:35px;
	line-height:35px;
	padding:0 10px;
	}
	
.attention_title{
	margin:0;
	float:left;
	text-decoration:none;

	}
p.attention_bar a{
	color:#307e95 !important;
	}
	
.attention_title_text{
	color:#FFF;
}

span.candidate{
	float:right;
	padding-right:5px;
	}

span.candidate_num{
	float:right;
	font-size:18px;
	}
	
.attention_img{
	
	}

.attention_img_left{
	margin:0;
	padding:0;
	width:303px;
	background:#00C;
	}

.attention_img_left img{
	height:95px;
	}	
.attention_img_left1{
	display:block;
	width:95px;
	height:110px;
	overflow:hidden;
	float:left;
	padding:3px;
	text-align:center;
	
	}
.attention_img_left1 p{
	position:relative;
	}

.attention_box_top{
	margin-top:50px;
	height:300px;
	border-bottom:1px solid #ccc;
	background:#FFF;
	text-align:center;
	}
.attention_box_top p{
	font-size: 45px;
padding-top: 150px;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	}

.attention_img_right{
	width:202px;
	color:#F00;
	height:100px;
	float:right;
	padding:3px;
	}
	
.attention_img_right_left{
	width:200px;
	display:block;
	height:47px;
	overflow:hidden;
	margin-bottom:2px;
	/*float:left;*/
	}
.attention_img_right_right{
	display:block;
	height:47px;
	width:200px;
	overflow:hidden;
	/*background:#efefef;*/
	/*float:left;*/
	}
.attention_all_vote_text{
	border-bottom:1px dotted #ccc;
	font-size:11px;
	margin:0;
	padding:2px 3px;	

	}
.attention_all_vote_num{
	font-size:25px;
	margin:0;
	padding:5px;
	text-align:right;

	}
.attention_all_vote_num_akb{
	font-size:25px;
	margin:0;
	padding:10px;
	color:#EEDA00;

	}
	
.attention_time_limit_text{
	border-bottom: 1px dotted #ccc;
font-size: 11px;
margin: 0;
padding: 2px 3px;

}
.attention_time_limit_num{
	font-size:25px;
	margin:0;
	padding:10px;
}


/*センタータグ*/
.tag_icon{
	}
.tag{
	float:left;
	width:350px;
	padding-top:20px;
	}

.tag_img{
	background-color:#cecece;
	width:30px;
	text-align:center;
	height:22px;
	padding:0 3px;

	}
.tag_text{
	padding:0px 5px;
	}

.icon{
	float:right;
	}
div.vote_icon{
	float:left;
	padding-right:3px;
	}
div.audience_icon{
	float:right;
	padding-top:5px;
	}

/*ライトボックス*/

.item_box_right{
	width:140px;
	height:140px;
	border:1px solid #CCC;
	border-bottom:none;
	margin:0 auto;
	background:#FFF;
	padding:7px;
	}

.item_box_right_last{
	width:140px;
	height:140px;
	border:1px solid #CCC;
	margin:0 auto;
	background:#FFF;
	padding:7px;
	}
	
.item_img_result{
	margin:0;
	padding:0;
	}
span.img_left_result{
	display:block;
	width:67px;
	height:67px;
	overflow:hidden;
	float:left;
	}
span.img_right_result{
	display:block;
	width:67px;
	height:67px;
	overflow:hidden;
	background:#CCC;
	float:right;
	}
.item_img_result img{
	height:67px;
	}
.item_title_result{
	font-size:13px;	
	margin:0px;
	padding:12px 0px;
	width:140px;
	height:18px;
	overflow:hidden;
	text-overflow:ellipsis;
	 white-space:nowrap;
	 text-align:center;
 	border-bottom:#bfbbbb 1px solid;


	}
	
.item_time_result{
	margin:0px 10px;
	margin-bottom:;
	padding:5px 0px;
	height:50px;
	font-size:11px;
	 white-space:nowrap;

	}

.vote_day_text{
	color:#F00;
	
}

.limit_time{
color:#d3d3d3;
letter-spacing:-1px;
float:right;
}

.index_graph{
	width:178px;
	margin: 0 17px 50px 0;
	float:left;
	position:relative;
	}
.index_graph p{
	position:absolute;
	color:#fff;
	font-size:11px;
	}
.index_graph_title{
	padding-top:10px;
	width:178px;
	height:36px;
	text-align:center;
	/*white-space:nowrap;*/
	overflow:hidden;
	/*text-overflow:ellipsis;*/
	}
.index_graph_title a{
	font-size:11px;
	color:#333;
	}
.index_graph_canvas{
	
	}

.fl{
	float:left;
	}
.bbn{
	border-bottom:none;
	}
.graph_box{
	width:178px;
	height:178px;
	position:relative;
	}
	.graph_img_box{
		width:80px;
		margin:10px auto 0;
		}
.graph_img{
	float:left;
	width:40px;
	height:40px;
	position:relative;
	overflow:hidden;
	}
.g_n{
	position:absolute;
	cursor:default;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index:2;

	}
.g_name{
	position:absolute;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor:default;
	display:block;
	}
.g_math{
	display:block;
	position:absolute;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor:default;
	}
.g_m{
	display:block;
	overflow:hidden;
	}
#footer{
	background:#efefef;
	border-top:1px solid #ccc;
	text-align:center;
	padding:20px;
	}

.foot_link{}
.copyright{
	font-size:10px;
	}
#login_page_box{
	width:350px;
	margin:0 auto 50px;
	background:#307e95;
	}
#login_page_box dl{}
#login_page_box dt{
	margin:0;
	color:#FFF;
	text-align:center;
	padding:10px;
	width:90%;
	margin:0 auto;
	}
#login_page_box dd{
	margin:0;
	width:90%;
	margin:0 auto;
	}
#login_page_box dd input[type='text']{
	width:100%;
}
#login_page_box dd input[type='password']{
	width:100%;
}
#auto_login{
	background:#efefef;
	border:1px solid #069;
	width:96%;
	margin:0 auto;
	padding:2%;
	}
#login_btn_box{
	width:90%;
	margin:0 auto;
	padding:10px;
	text-align:center;
	}
.foot_bottom_margin{
	margin-bottom:100px !important;
	}

#navi select{
	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius:6px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-indent: 1em;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    background:#307e95 url(arrow.png) no-repeat;
    background-size:30px 60px;
    background-position: right center;
	}
.error_msg{
	text-align:center;
	font-size:11px;
	color:#fff;
	}
.f_fixed{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	}
.common_content{
	width:960px;
	margin:0 auto;
	padding:50px;
	text-align:center;
	}
.f_title{
	color:#ccc;
	font-size:18px;
	}
.news,.future{
	padding:0;
	margin:0 0 30px 0;
	}
.news li,.future li{
	padding:10px;
	margin:0;
	list-style:none;
	font-size:11px;
	color:#666;
	}
/* margin
------------------------------------------------------------------- */
.mt5 { margin-top:  5px; }

.mt10 { margin-top: 10px; }

.mt15 { margin-top: 15px; }

.mt20 { margin-top: 20px; }

.mr5 { margin-right:  5px; }

.mr10 { margin-right: 10px; }

.mr15 { margin-right: 15px; }

.mr20 { margin-right: 20px; }

.mb5 { margin-bottom:  5px; }

.mb10 { margin-bottom: 10px; }

.mb15 { margin-bottom: 15px; }

.mb20 { margin-bottom: 20px; }

.ml5 { margin-left:  5px; }

.ml10 { margin-left: 10px; }

.ml15 { margin-left: 15px; }

.ml20 { margin-left: 20px; }

.ml25 { margin-left: 25px; }

/* padding
------------------------------------------------------------------- */
.pt5 { padding-top:  5px; }

.pt10 { padding-top: 10px; }

.pt15 { padding-top: 15px; }

.pt20 { padding-top: 20px; }

.pr5 { padding-right:  5px; }

.pr10 { padding-right: 10px; }

.pr15 { padding-right: 15px; }

.pr20 { padding-right: 20px; }

.pb5 { padding-bottom:  5px; }

.pb10 { padding-bottom: 10px; }

.pb15 { padding-bottom: 15px; }

.pb20 { padding-bottom: 20px; }

.pl5 { padding-left:  5px; }

.pl10 { padding-left: 10px; }

.pl15 { padding-left: 15px; }

.pl20 { padding-left: 20px; }

/* IE6以下png表示（各要素ごとに追加してください） */

*html body #sample{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sample.png', sizingMethod='scale');
}

.bg_alpha {
background: url(../img/detail/bg_glay.png);
}

.member_text{
	text-align:center;
	margin-bottom:40px;
	}
#tag_search_box{
	padding: 30px 0;
	margin: 0 auto 50px;
	background:#efefef;
	}
.tag_free_word{
	width:400px;
	margin: 0 auto;
	}

input[name="word_search_tag"]{
	margin: 0;
height: 20px;
background: #f9bed8;
border: 0;
padding: 3px;
font-family: Arial, sans-serif;
width: 200px;
border: none;
	}
.tag_free_word input[type="image"] {
vertical-align: bottom;
margin: 0;
}
/* A!パレット */
#lets_box{
	border:1px solid #222;
	position:fixed;
	right:10px;
	top:90px;
	width:200px;
	padding-bottom:80px;
	background:#FFF;
	display:none;
	}
.l_title{
	padding:5px;
	text-align:center;
	background:#efefef;
	border_bottom:1px solid #CCC;
	color:#039;
	font-size:11px;
	font-weight:bold;
	}
.l_content{
	list-style:none;
	margin:0;
	padding:0;
	}

.l_content li{
	list-style:none;
	margin:0;
	padding:0;
	padding:5px;
	border-bottom:1px solid #CCC;
	position:relative;
	font-size:11px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.cookie_item_id{}
.list_del{
	background:#900;
	font-size:10px;
	color:#FFF;
	display:block;
	position:absolute;
	right:5px;
	top:5px;
	padding:0 3px;
	cursor:pointer;
	}
#lets_limit{
	text-align:center;
	padding:5px;
	border:1px solid #CCC;
	border-radius:5px;
	margin:10px 10px 0px;
	}
#lets_limit span{
	font-size:20px;
	color:#900;
	}
#lets_console{
	padding:10px;
	color:#900;
	font-size:11px;
	}
#list_submit{
	position:absolute;
	bottom:0px;
	margin:10px;
	}
#list_submit a{
	font-size:11px;
	color:#FFF;
	width:160px;
	display:block;
	background:#06F;
	text-align:center;
	padding:10px;
	}
#list_submit a:hover{
	background:#09F;
	}
.let_audience{
	max-width:250px;
	font-size:15px;
	background:url(../img/common/pallet_add_icon.png) 10px center no-repeat #09C;
	margin:0 auto 40px;
	padding:10px 10px 10px 40px;
	color:#FFF;
	border-radius:5px;
	margin-top:20px;
	cursor:pointer;
	}
.let_audience:hover{
	background-color:#09F;
	}
.l_explain{
	padding:10px;
	color:#333;
	font-size:11px;
	}
#list_dic{
	position:absolute;
	bottom:0px;
	margin:10px;
	}
#list_dic a{
	font-size:11px;
	color:#FFF;
	width:160px;
	display:block;
	background:#06F;
	text-align:center;
	padding:10px;
	}
#list_dic a:hover{
	background:#09F;
	}
#p_cnt_alert{
	background:#900;
	color:#fff;
	width: 20px;
	padding:3px 0;
	position: fixed;
	right: 30px;
	top: 80px;
	text-align:center;
	border-radius:5px;
	}
.alt_arrow{
	position: fixed;
right: 35px;
top: 76px;
text-align: center;
border-bottom: 5px solid #900;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
height: 0;
width: 0;
	}
	
.g_title {
text-align: center;
}