/*
THEME NAME: andronavi
THEME URI: http://dev.andronavi.com/
DESCRIPTION: powered by sandbox
VERSION: 1.0.1
AUTHOR: andronavi
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, 'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height:150%;
	/* letter-spacing:0.2em; */
}
a{
	text-decoration:none;
	font-weight: bold;
}


a:link{
color:#0066CC;
}

a:visited{
color:#810081;
}

a:hover{
text-decoration : underline;
color:#0080FF;
}

img {
	border-style:none;
}
/* 回り込みのクリア */
.clearfloat {
	clear:both;
}

div#t_container {
	width: 370px;
	padding-bottom: 10px;
	float:left;
}


div#container {
	width: 670px;
	/* padding-top: 10px; */
	padding-bottom: 10px;
	/* border: green 1px solid; */
	float:left;
}


div#content {
	width: 100%;
	/* border: blue 1px solid; */
}

/* コンテンツアイテム 続きを読む */
div .content_readmore{
	padding-right:15px;
	text-align:right;
	clear: both;
}
.content_readmore a{
	float: right;
	font-weight:bold;
}

div #primary {
}

div .sidebar {
	float:left;
	width:270px; 
	height:auto;
	background-color:#F5F5F5;
	/* border: yellow 1px solid; */
}

div .sleft{
	background-color:#FFFFFF;
	padding-right: 10px;
}


div .sidebar a:hover{
text-decoration : underline;
color:#0080FF;
} 

a:hover .small-text{
text-decoration : underline;
color:#0080FF;
}

div #sidebar-icons {
	background-color: #ffffff;
	padding-bottom:5px;
}

div .sidebar .st-tag-cloud {
padding: 10px 10px 0 10px;
}

div#search-form{
	padding:10px;
}

#searchform_text{
	height: 23px;
	width: 144px;
	border: 1px solid #768f27;
}

.custom_search {
	padding: 5px;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	/* //border: #fbfbfb 1px solid; */
	/* border-right: #fbfbfb 3px solid; */
	/* border-left: #fbfbfb 5px solid; */
	
	border-right: #E9E9E9 2px solid;
	border-left: #E9E9E9 2px solid;
}


/* ヘッダー */
#header {
	background-image:url(img/top_line.png);
	background-repeat:repeat-x;
	height: 100px;
	width: 100%;
	margin-bottom: 30px;
}

div #head_logo{
	padding:20px 0 15px 0;
	margin-left:5px;
}
#head_logo_img {
	vertical-align: middle;
	margin-right: 10px;
}

#head_nebig{
	padding-top:15px;
	margin-right:15px;
	float:right;
}

#head_andronavi{
	float:left;
}

/* TOPページのタイトル */
#head_andronavi h1{
	float:left;
}

/* 個別ページのタイトル */
#head_andronavi p{
	float:left;
}

#head_andronavi #head_description{
	float:left;
	font-weight: bold;
	font-size: 15px;
	vertical-align: middle;
	padding-top:17px;
}

#head_nebig img{
	vertical-align: middle;
}
/*	最新ニュース */
div#container_left{
	float:left;
	padding:0 10px;
}

div#news_topics{
	width:650px;
	height:28px;
	font-size:12px;
	border:1px solid #D4D4D4;
}

div#news_detail{
	margin:5px;
	float:left;
}

div#news_image{
	float:left;
}

/* 新着アプリレビュー */
div.app_review_icon img{
	height:45px;
	width:45px;
}

/* もっと見る・続きを見る */
div.read-more{
	font-size:12px;
	margin:5px;
	float:right;
}


/*	メニュー */
#header #head_menu { margin: 0 0 0 10px; background:url(img/menu_background.gif) left top repeat; position:relative; width: 930px; height: 30px; }
#head_menu ul, #head_menu li { margin:0; list-style:none; font-size: 13px; }
/*	メニューの配置 */
#head_menu li#home{ position:absolute; left: 0; top: 0; width:85px; background:transparent url(img/menu_bg_li.gif) left top repeat-y;  }
#head_menu li#gnav01 { position: absolute; left: 85px; top: 0; width: 168px; }
#head_menu li#gnav02 { position: absolute; left: 252px; top: 0; width: 170px; }
#head_menu li#gnav03 { position: absolute; left: 422px; top: 0; width: 170px; }
#head_menu li#gnav04 { position: absolute; left: 592px; top: 0; width: 170px; }
#head_menu li#gnav05 { position: absolute; left: 762px; top: 0; width: 167px; border-right: 1px solid #66675f; }
/* リンクの設定 */
#head_menu a,
#head_menu a:link,
#head_menu:visited{ text-decoration:none; color:#ffffff; background:transparent url(img/menu_bg_li.gif) left top repeat-y; text-align:center; padding-top:5px; padding-bottom:3px; display:block; height: 22px !important; height/**/: 22px; }
#head_menu a:hover{	background-color:#a9c554; }

/* フッター */
div #footer{
	font-size: 0.9em;
	padding-top:3px;
	/* padding-bottom:5px; */
	/* //background-color:#e5e5e5; */
	/* background-color:#ffffff; */
	background-image:url(img/bottom_line.png);
	background-repeat:repeat-x;
	background-position: bottom;
}

div #foot_menu{
	float:left;
}

div #foot_menu ul{
	padding:0px;
}
div #foot_menu ul li{
	border-right:1px solid #999999;
	display:inline;	
}
div #foot_menu a{
	color:#000000;
	background-color:transparent;
	text-align:center;
	padding:3px;
	margin:5px;
}

div #foot_copy span#copy_str{
	margin-top:25px;
	float:right;
	padding-right:150px;
}

div #foot_copy span#nec_logo{
	padding-bottom:5px;
	padding-left:30px;
	padding-right:30px;
	float:right;
}

div #foot_copy span#biglobe_logo{
	padding-top:10px;
	float:right;
}

div #foot_brand p{
	font-size: 0.8em;
	margin:0 5px 5px;
	line-height: 150%
}

div .hentry{
	border:2px solid #e5e5e5;
	margin:0px 5px 5px 5px;
	height:100%;
}





.entry-content .wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 0 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float:left;
	max-height:200px;
	max-width:215px;
}

.entry-content .wp-caption-text {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	background:#EBEBEB none repeat scroll 0 0;
	font-size:13px;
	line-height:120%;
	padding:3px;
	text-align:left;
	display:none;
}

.entry-content {
	margin: 0 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.entry-content a{
	/* //color:#aec85d; */
}

.entry-content h3 {
	padding-bottom:15px;
	
}

.entry-content h3 {
	font-size: 15px;
}

.entry-content .post-caption{
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;
}

.entry-content ul {
	padding-left:15px;
}
.entry-content ul li {
	list-style-position:inside;
	padding-left:0;
	padding-right:1.5em;
	position:relative;
	left:1.5em;
	text-indent:-1em;
	list-style-image:url(img/icon.png);
}

.entry-content ol {
	padding-left:15px;
}

.entry-content ol li {
	list-style-position:inside;
	padding-left:0;
	padding-right:2em;
	position:relative;
	left:2em;
	text-indent:-1.5em;
}

.entry-content-single {
	margin: 0 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.entry-content-single a{
	/* //color:#aec85d; */
}

.entry-content-single .entry h3 {
	padding-bottom:15px;
	
}

.entry-content-single h3 {
	font-size: 15px;
	padding-top: 5px;
}

.entry-content-single .post-caption{
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;
	padding-top: 5px;
}

.related-post-title{
	font-weight:bold;
	font-size: 15px;
	padding-top: 5px;
}

.entry{
padding-bottom:30px;
}

.entry-content-single ul {
	padding-left:15px;
}
.entry-content-single ul li {
	list-style-position:inside;
	padding-left:0;
	padding-right:1.5em;
	position:relative;
	left:1.5em;
	text-indent:-1em;
	list-style-image:url(img/icon.png);
}

.entry-content-single ol {
	padding-left:15px;
}

.entry-content-single ol li {
	list-style-position:inside;
	padding-left:0;
	padding-right:2em;
	position:relative;
	left:2em;
	text-indent:-1.5em;
}

.entry-content p img { 
	float:left;
}

.entry-content img { 
	border:0 none;
	/* float:left; */
	/* margin:0 15px 15px 0 !important; */
	max-height:200px;
	max-width:215px;
	position:relative;
}

.ratings {
	float:right;
	clear:both;
	padding-right:3px;
	padding-bottom:3px;
}

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title {
	clear:both;
	line-height:110%;
	font-family: 'century gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 1.7em;
	padding:8px 10px 0 5px;
}

.entry-title a {
	font-weight:bold;
	color:#000000;
}
.entry-title a:hover {
	/* //color:#aec85d; */
}

.entry-title a img{
	vertical-align: middle;
	padding-bottom:5px;
}

.entry-date-left {
	float:left;
}

.entry-date-right {
	float:right;
}

body abbr.published {
border:none;
}
.entry-meta {
	clear:both;
	background-color:#F5F5F5;
	margin: 5px 0px;
	padding:5px 5px 5px 15px;
	font-size: 13px;
	border-bottom:1px solid #D4D4D4;
	border-top:1px solid #D4D4D4;
}

.entry-meta img#tweetmeme {
	padding-left: 2.5px;
}

.entry-meta-bottom {
	clear:both;
	background-color:#F5F5F5;
	margin: 5px 0px;
	padding:5px 5px 5px 15px;
	font-size: 13px;
	border-bottom:1px solid #D4D4D4;
	border-top:1px solid #D4D4D4;
}

div#primary {
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
list-style-type: none;
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
/* font-style:italic; */
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
	border:2px solid #E5E5E5;
	margin:5px 5px 0px 5px;
	font-size: 0.9em;
	height:25px;
}
div.nav-previous {
	height:25px;
	float:right;
	background-color:#ffffff;
}

.nav-previous .left_foot_prev {
	float:left;
	padding-left:10px;
}

.nav-previous .left_foot_prev a {
	background: url(img/paging_icon_left.png) center left no-repeat; 
	padding:6px 5px 6px 10px;
	font-size:1.1em;
}

div.nav-next {
	height:25px;
	float:right;
	background-color:#ffffff;
}

.nav-next .left_foot_next {
	float: right; 
	padding-right: 10px;
}

.nav-next .left_foot_next a{
	background: url(img/paging_icon_right.png) right no-repeat ; 
	padding: 6px 10px 6px 5px;
	font-size:1.1em;
}

div.navigation {
	height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.navigation div.nav-previous {
float:left;
text-align:left;
}

div.sidebar div.widgettitle {
	font-weight:bold;
	font-size: 15px;
	background-color:#e7e7e7;
	padding:5px 15px;
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
}


div.sidebar input#s {
width:12em;
}

div.sidebar li {
list-style:none;
margin:5px 0;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
	margin:0 0 0 3px;
	padding-left:25px;
}

div.sidebar ul ul li {
	margin: 3px 0px;
	/* padding-left:15px; */
	list-style-image:url(img/icon.png);
	vertical-align:  baseline;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.gallery *,div.sidebar div,div.sidebar ul {
margin:0;
padding:0;
}

div #comments {
clear:both;
background-image:url(img/comment_back.png);
background-repeat:repeat;
color:#4A4A4A;
letter-spacing:0;
margin:10px 5px;
padding:7px;
}

div #comments #respond {
background-color:#FFFFFF;
padding:10px;
}

div #comments #comments-list {
background-color:#FFFFFF;
padding:10px;
margin-bottom:5px;
}

div #comments #comments-list ol li .comment-author {
font-weight: bold;
float:left;
}

div #comments #comments-list ol li .comment-meta { 
float:right;
}
}


div #commentform .text {
background-image:url(img/comment_back.png);
background-repeat:repeat;
border:1px solid #E9E9E9;
}

#tb_form {
font-weight: bold;
margin-top: 10px;
margin-left: 10px;
}
.tb_url {	
height: 14px
}

.page-title{
padding-left:10px;
}

.profil-pic #profilepic_profile img{
	float:right;
	margin-right:5px;
	max-height:200px;
	max-width:215px;
}

/* Begin CustomField */

div .custom-field{
padding-left:20px;
margin-right:5px;
}

/* アプリ基本情報 */
div .custom-field .cus-basic{
padding-top:30px;
}

div .custom-field .cus-basic-table{
border:0px;
border-collapse: collapse;
}

div .custom-field .cus-basic-table table{
border:0px;
border-collapse: 1px;
border-spacing: 1px;
}

/* 見出し */
div .custom-field .cus-caption{
font-size:15px;
font-weight: bold;
}

div .custom-field ul li#cus{
border-left:1px solid #66675F;
width:90px;
}

/* アプリ解説 */
div .custom-field .cus-description{
	padding-top:30px;
}

/* 総括 */
div .custom-field .cus-general-overview{
	padding-top:30px;
}

/* レビュー */
div .custom-field .cus-review{
	padding-top:30px;
}

div .custom-field .cus-review-table{
border:0px;
border-collapse: collapse;
}

div .custom-field .cus-review-table table{
border:0px;
border-collapse: 1px;
border-spacing: 1px;
}

/* End CustomField */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.entry-content-single div.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content-single .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.entry-content-single .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.entry-content-single .wp-caption p.wp-caption-text {
	/* font-style:italic; */
	font-size: 13px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

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

.execphpwidget img{
	padding-left:5px;
}
*/
.writers-photo{
width:85px;
float: left;
}

.writers-prof{
width:500px;
float: left;
}

div .breadcrumb{
	padding-left:5px;
	padding-bottom:5px;
}

div .breadcrumb strong{
	font-weight:normal;
}

.entry-date-left img{
	padding-top: 2px;
	vertical-align: middle;
}

div .postCaption{
	font-size:15px;
	font-weight:bold;
}

#terms_app {
	margin-bottom:12px;
	margin-left:5px;
	margin-right:5px;
	padding:5px
}

.download-post {
	margin-bottom:12px;
	margin-left:10px;
	margin-right:10px;
	padding:10px 0;
	position:relative;
}

.download-post ul {
	list-style-position:outside;
	list-style-type:circle;
	margin:0;
	padding:0 0 0 20px;
}

.download-post ul li {
	margin: 3px 0px;
	padding-left:15px;
	list-style-position:inside;
	list-style-image:url(img/icon.png)
}

.terms-download-botton {
	padding:5px 0 10px 0;
}

.download-botton {
	padding:10px 0;
}

.free-dl-cautions {
	padding-top:5px;
	padding-bottom:5px;
}

.cus-free-top {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #D4D4D4;
}

.cus-free-top-left img {
	float:left;
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
	height:45px;
	width:45px;
}

.cus-free-top-right img {
	float:right;
	margin-top:-5px;
}

.cus-free-top-right div {
	float:right;
	font-size:0.9em;
}

.cus-free-top-left div .cus-free-top-devloper{
	font-size:13px;
}

.cus-free-top-left div strong{
	font-size:16px;
}

/* Begin 新着アプリレビュー */

.recent-app-posts-left {
	float:left;
}

.recent-app-posts-right {
	float:right;
}

/* End 新着アプリレビュー */

/* Begin 新着特集記事 */

.recent-special-posts-left {
	float:left;
}

.recent-special-posts-right {
	float:right;
}

/* End 新着特集記事 */

.cus-top {
	margin-bottom:10px;
	padding-bottom:20px;
	border-bottom:1px solid #D4D4D4;
	height:70px;
}

.cus-bottom{
	border-bottom:1px solid #D4D4D4;
}

.cus-top-button {
	padding:5px;
}

.cus-top-left img {
	float:left;
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
	height:45px;
	width:45px;
}

.cus-top-right img {
	float:right;
	margin-top:-5px;
}

.cus-top-right div {
	float:right;
	font-size:0.9em;
}

.cus-top-left div .cus-top-devloper{
	font-size:13px;
}

.cus-top-left div strong{
	font-size:16px;
}

#rand_app {
	height:100px;
	margin:0 5px 5px;
}

/* Begin TOPページ 中央 */

div.center {
	height:100%;
}

div.center div.widgettitle {
	font-weight:bold;
	font-size: 15px;
	background-color:#e7e7e7;
	padding:5px 15px;
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
}


div.center input#s {
	width:12em;
}

div.center li {
	list-style:none;
	margin:5px 0;
}

div.center li form {
	margin:0.2em 0 0;
	padding:0;
}

div.center ul ul {
	margin:0 0 0 3px;
	padding-left:25px;
}

div.center ul ul li {
	margin: 3px 0px;
	list-style-image:url(img/icon.png);
	vertical-align:  baseline;
}

div.center ul ul ul {
	margin:0 0 0 0.5em;
}

div.gallery *,div.center div,div.center ul {
	margin:0;
	padding:0;
}

/* End TOPページ 中央 */

/* アプリケーション一覧ページ用
----------------------------------------------- */
/* アプリケーション一覧 */
#appliList { margin: 0 10px 0 10px; }
#appliList #ranking-tab-area { width: 650px; margin-left: 10px }
#appliList #mainTabContents01,
#appliList #mainTabContents02 { border-top: 3px solid #a8c450; padding-top: 10px; }
#appliList #mainTabContents02 { display:none; }
#appliList .inactive-ranking-tab a { display:block; float:left; width: 12em; padding: 5px 4px 3px; margin-right: 5px; text-align:center; background-color:#ccc; font-size: 14px; }
#appliList .active-ranking-tab a { display:block; float:left; width: 12em; padding: 5px 4px 3px; margin-right: 5px; text-align:center; background-color:#a8c450; font-size: 14px; color: #fff; }
/* リスト表示 */
#appliList .mainListTable { margin-bottom: 0; width:650px;margin-bottom:0;border:0 none; border-spacing:0; }
#appliList .mainListTable th,
#appliList .mainListTable td { border-bottom: 1px dotted #ccc; padding: 10px 0; vertical-align:top; text-align:left; font-weight:normal; font-style:normal; padding:10px 0 0 15px;}
#appliList .mainListTable .appli-title { width: 485px; }
#appliList .mainListTable .text { margin-bottom: 5px; }
#appliList .mainListTable .developer { font-size: 12px; margin-bottom: 5px; }
#appliList .mainListTable .price { font-size: 12px; margin-bottom: 10px; }
#appliList .mainListTable .qrcord { width: 95px; }
#appliList .mainListTable .qrcord img { margin: 0 10px 0; }
#appliList .mainListTable { width: 650px; }
#appliList .mainListTable th { text-align: center; padding: 10px 5px 5px 0; width: 70px; font-size: 14px; }
#appliList .mainListTable td .thumb { float:left; width: 56px; }
#appliList .mainListTable td .thumb img { float:left; height:46px; width:46px; margin:0; padding:0;}
#appliList .mainListTable td .details { overflow:auto;zoom:1; }
#appliList .mainListTable td .details h3 { font-size: 16px; line-height: 1.2; margin-bottom: 5px; }
#appliList .mainListTable tr.odd { background-color: #f5f5f5; } 

/* ランキング */
.more-link { text-align: right; font-size: 12px; line-height: 1.0; }
#side-ranking-tab-area { width: 260px; margin-left: 10px }
#tabContents01,
#tabContents02,
#tabContents03 { border-top: 3px solid #a8c450; padding-top: 10px; }
.sideListTable { width: 270px; }
.sideListTable th { text-align: right; padding: 0 5px 5px 0; width: 25px; font-size: 14px; vertical-align:top; font-weight:normal; font-style:normal;}
.sideListTable td { vertical-align:top; text-align:left; font-weight:normal; font-style:normal; }
.sideListTable td { padding-bottom: 5px; }
.sideListTable td .thumb { float:left; width: 56px; }
.sideListTable td .thumb img { float:left; width: 46px; height: 46px; padding:0; margin:0; }
.sideListTable td .details { overflow:auto;zoom:1; font-size: 12px; }
.sideListTable .details .price { font-size: 11px; }
.sideListTable td .details h3 { font-size: 14px; line-height: 1.2; margin-bottom: 2px; }
.sideListTable td .details02 { font-size: 12px; }
.sideListTable .details02 .price { font-size: 11px; }
.sideListTable td .details02 h3 { font-size: 14px; line-height: 1.2; margin-bottom: 2px; }
.inactive-side-pay_or_free_ranking-tab a { display:block; float:left; width: 4em; padding: 3px 4px 1px; margin-right: 2px; text-align:center; background-color:#ccc; font-size: 12px; }
.active-side-pay_or_free_ranking-tab a { display:block; float:left; width: 4em; padding: 3px 4px 1px; margin-right: 2px; text-align:center; background-color:#a8c450; font-size: 12px; color: #fff; }
#tabContents02 { display:none; }
#tabContents03 { display:none; }

.side-ranking-record img { float:left; width: 45px; height: 45px; }

/* 絞り込み */
.serchNav { margin-bottom: 10px; border: 0; border-spacing: 0; float:right; }
.serchNav th, .serchNav td { vertical-align:bottom; }
.serchNav th { font-size: 12px; }
.serchNav td { font-size: 10px; padding-left: 15px; }
#access_ranking_cat_id {width: 170px}
#mainTabContents02 .serchNav { float:none; }

/* もっと見る */
#appliList .more-link { text-align: right; padding: 20px 0 20px 0;font-size:14px; }

.clearfix { display: inline-block; }
.clearfix {display:block; }

.active-side-ranking-tab , .active-main-ranking-tab {
	font-size:13px !important;
	color:#FFFFFF !important;
	cursor:pointer !important;
	padding:2px 5px !important;
	font-weight:bold !important;
	margin:5px 2px 0 0 !important;
	width:48px !important;
	background:#A8C450 !important;
	float:left !important;
	text-align:center !important;
}

.active-side-pay_or_free_ranking-tab, .active-main-pay_or_free_ranking-tab {
	font-size:13px !important;
	color:#FFFFFF !important;
	cursor:pointer !important;
	padding:0px 9px !important;
	font-weight:bold !important;
	margin:9px 2px 0 0 !important;
	background:#A8C450 !important;
	float:left !important;
	text-align:center !important;
	padding: 0pt 5px ! important;
}

.inactive-side-pay_or_free_ranking-tab, .inactive-main-pay_or_free_ranking-tab {
	font-size:13px !important;
	color:#0080FF !important;
	cursor:pointer !important;
	padding:0px 5px !important;
	margin:9px 1px 0 0 !important;
	background:#CCCCCC !important;
	float:left !important;
	text-align:center !important;
}

div .side-ranking-area, div .main-ranking-area {
	padding:5px 0 0 0 !important;
	padding-top:10px;!important;
	border-top:3px solid #A8C450;
}

.side-ranking-rank, .main-ranking-rank {
	font-size: 15px;
	color:#666666;
}

.main-ranking-record img{
	float:left;
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
	height:45px;
	width:45px;
}

.main-ranking-more{
	padding: 20px 0;
	text-align: center;
	font-size: 18px;
}

/* アプリ検索 */
#appliSearchForm { border: 1px solid #768f27; width: 20em; height: 2em; margin-bottom: 10px;}

