/*
THEME NAME: andronavi
THEME URI: http://dev.andronavi.com/
DESCRIPTION: powered by sandbox
VERSION: 0.1.5
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#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 .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;
}

#searchform {
	padding-left: 10px;
}

.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: 14px;
	vertical-align: middle;
	padding-top:17px;
}

#head_nebig img{
	vertical-align: middle;
}

/*	メニュー */
#head_menu {
	height: 30px
	width: 100%
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}

#head_menu ul, #head_menu li{
	margin:0;
	list-style:none;
	font-size: 1.1em;
	font-weight: bolder;
	color: #ffffff;
	background-image:url(img/menu_background.png);
	background-repeat:repeat-x;

}
/*	メニューの右ライン */
#head_menu li{
	float:left;
	border-right:1px solid #66675f;
}
/*	メニューの最初の左ライン */
#head_menu li#home{
	border-left:1px solid #66675f;
	width:85px;
}

#head_menu li#home a, #head_menu li#home a:link, #head_menu li#home a:visited{
	width:85px;
}

#head_menu a, #head_menu a:link, #head_menu:visited{
	text-decoration:none;
	color:#ffffff;
	background-color:transparent;
	width:120.5px;
	height:23px;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
}
#head_menu a:hover{
	/* //color:#ffffff; */
	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;
	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;
padding-bottom:15px;
}

.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 #side-ranking-tab-area {
	margin-left: 10px;
}

div #side-ranking-tab-area a {
	display:block;
	float:left;
	text-align:center;
	width:75px;
	color:#FFFFFF;
	background-color:transparent;
	background-image:url(img/menu_background.png);
	background-repeat:repeat-x;
	text-decoration: none;
	padding: 1px 0;
	border:1px solid #66675F;
	margin-left: 5px;
}

div #side-ranking-tab-area a:hover{
	background-image:none;
	background-color:#a9c554;
	border-bottom:1px solid #a9c554;
}

.active-side-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:50px !important;
	background:#A8C450 !important;
	float:left !important;
	text-align:center !important;
}

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

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

.side-ranking_record {
	font-size: 15px;
	color:#666666;
}

#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;
}

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

.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;
}