/* ▼　アコーディオンメニュー　▼ */
#accordion_menu {
	width: 180px;
	background-color: #fff;
	letter-spacing: 1px;
	margin: 5px 10px;
}
/* アコーディオンのカテゴリーの指定 */
#accordion_menu .menuheader {
	background-image: url(../js/image/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 32px;
	margin-bottom: 3px;
	text-decoration: none;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 1.4em;
	color: #000;
	cursor: hand;
	cursor: pointer;
	/* ステータスアイコンを使用する場合 以下の2行が必要です。使用しない場合は削除しても構いません。 */
	display: block;
	position: relative; 
}
#accordion_menu .menuheader:hover {
	color: #FF0;
}
/* openheader はカテゴリーが開いている状態のCSS */
#accordion_menu .openheader {
	background-image: url(../js/image/bg_menu.jpg);
	background-position: 0 -32px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
/* 子メニューの指定 */
#accordion_menu div.categoryitems ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
/*ステータスアイコンのCSS*/
#accordion_menu div.menuheader .statusicon {
	position: absolute;
	top: 10px;
	left: 5px;
	border: none;
}
#accordion_menu div.categoryitems ul li {
	padding-bottom: 2px;
}
#accordion_menu div.categoryitems ul li a {
	color: #A70303;
	background: url(../js/image/arrow.png) no-repeat 2px 5px;
	display: block;
	padding: 2px 0;
	padding-left: 19px;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 14px;
	font-weight: bold;
}
#accordion_menu div.categoryitems ul li a:visited {
	color: #A70303;
}
#accordion_menu div.categoryitems ul li a:hover {
	color: #A70303;
	background-color: #eee;
}
/* ▲　アコーディオンメニュー ▲　ここまで */

.codebox {
	height: 40em;
	overflow: auto;
	width: 550px;
	margin: 1em auto;
	border: 1px solid #eee;
}
code {
	display: block;
	margin: 0px;
	padding: 9px;
	letter-spacing: 1px;
	font-size: 9pt;
	color: #008000;
	line-height: 110%;
	background: #fcfcfc;
}
/********************************
ブランド調査追加分***************************/
html {
   -webkit-text-size-adjust: none;
}

#RankAll{
	margin:0 auto;
}

h2, h3, h4, p{
	margin:0;
	padding:0;
}

.pdbt20{padding-bottom:20px;}
.pdbt10{padding-bottom:10px;}

.mrbt20{margin-bottom:20px;}
.mrbt10{margin-bottom:10px;}

.rank_txt{
	font-size:12px;
	line-height:1.2;
}

.rank_btn{
	text-align:center;
	background:#f3feeb;
}

.rank_privacy{
	padding:15px;
	font-size:10px;
	line-height:1.2;
	
}
.rank_privacy p{
	font-weight:bold;
}

.select_block {
	text-align: left;
	background-color: #fffade;
	position: fixed; /* ヘッダーを固定(これが重要) */
  	top: 0; /* 固定する位置 */
  	left: 0; /* 固定する位置 */
  	right: 0;  /* 固定する位置 */
}

/* 選択中の企業
--------------------------------------------------*/
.select_company {
	padding: 8px 0px 8px 10px;
	background-color: #999;
	color: #fff;
	font-weight: bold;
}

.select_company_display {
	padding: 17px
}

.select_company_display > p {
	font-size: 14px;
	color: red;
}

.select_company_display > p:nth-of-type(2) {
	padding-bottom: 16px;
}

.select_company_display ul li {
	font-size: 14px;
	line-height: 1.7;
}

.delete_btn {
 background-image:url('../../img/delete_btn.png');
 background-repeat: no-repeat;
 background-color: #fffade;
 border: 0;
 width: 16px;
 outline: none;
}

/* モーダル
--------------------------------------------------*/
.modal_frame > p {
	margin-bottom: 10px;
	font-size: 14px;
	color: red;
}

.modal_frame .rankarea {
	margin: 0;
	font-size: 14px;
}

.modaal-close{
	/*position: relative;*/
	text-align: center;
}
.modaal-close > p {
	margin-top: 20px;
}

/********************************
ブランド調査追加分（180928吉田）***************************/

.vote_reservation_tit {
	margin-top: 15px;
	padding: 8px 0 8px 10px;
	color: #fff;
	background-color: #999;
}

.vote_reservation_p {
	margin: 15px 10px 0px 10px;
	color: red;
}
@media screen and (max-width:579px){

#RankAll{
	padding:0 10px;
}

#RankAll img{
	max-width: 100%;
height: auto;
width /***/:auto;
border: 0;
vertical-align:bottom;
}

.pc{
	display:none;
}

}

@media screen and (min-width: 580px){

#RankAll{
	width:580px;
}

#RankAll img{
	max-width: 100%;
height: auto;
width /***/:auto;
border:0;
vertical-align:bottom;
}

.sp{
	display:none;
}
}

.res > img {
        width: 100%;
        max-width: 580px;
        padding: 0 10px;
        box-sizing: border-box; 
}

.attention{
	color: red;
}

.present_block p {
	margin: 8px 0;
}

.present_block .text-left {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.present_block .f-bold {
	font-weight: bold;
	line-height: 1.3;
}
.present_block .f-120per {
	font-size: 120%;
}

.present_data p {
	margin: 24px 16px 32px 16px;
	line-height: 1.4;
	font-size: 12px;
}

.present_data a {
	display: block;
}

.present_data .mission_clear_t {
    display: inline-block;
	width: 100%;
    padding: 16px;
    background-color: #EC3D33;
    border-bottom: 3px solid #B51910;
    border-radius: 40px;
    letter-spacing: 0.15em;
    color: #fff;
    font-weight: bold;
	font-size: 16px;
	text-shadow: 0 2px 0 rgba(0,0,0,0.3);
    box-sizing: border-box;    
}
.present_data .mission_clear_t.receive {
	background-color: #616161;
	color: #fff;
	border: none;
	text-shadow: none;
}
.rn_checkbox:before {
	background-color: #525f71;
	border: 1px solid #525f71;
	background: #525f71 url(../../img/com_ic36.png) no-repeat 50% 50%;
	top: 0;
	left: 0;
	display: inline-block;
	margin-right: 5;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	vertical-align: middle;
	content: '';
}
