@charset "UTF-8";
@import url("../simplicity/style.css");

/*
Theme Name: lanoon theme v4 with simplicity
Template:   simplicity
Version:    20150717
*/

/* Simplicity子テーマ用のスタイルを書く */

/* Default Layout */

/*
#header-in, #navi-in, #body-in, #footer-in{
  width: 1070px;
  margin: 0 auto;
  box-sizing: border-box;
}
*/

body {
    background: #eeeeee;
}

a {
	color: navy;
	text-decoration: none;
}
a:hover {
	color: #ed3535;
	text-decoration: underline;
}

#container {
    border-color: #999999;
    border-style: solid;
    background: #ffffff;
}

#header .alignleft {
    margin-left: 0px;
}

#header .alignright {
    margin-right: 0px;
}

#h-top {
    min-height: 80px;
}

#main {
    padding: 0;
    /*border-color: #276dad;
     */
    border-width: 0;
}

#navi {
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
}
#navi ul {
    background: #ffffff;
    border: 1px solid #276dad;
    border-radius: 4px;
    padding: 2px;
}

#navi ul li {
    font-weight: bold;
    padding: 0px;
    overflow: hidden;
}
#navi ul li a {
    background: #ffffff;
    color: navy;
    padding: 0px 10px 0px;
    border-right: 1px solid #276dad;
    background-clip: border-box;
}
#navi ul li:last-child a {
    border-right: 0px;
}
#navi ul li a:hover {
    background: #276dad;
    color: #ffffff;
    text-decoration: none;
}
#navi ul li:first-child a:hover {
    border-radius: 4px 0px 0px 4px;
}

h1, h2, h3, h4, h5, h6 {
    line-height:100%;
}

#main .entry {
    margin:0;
}

.entry h2 a {
    color: navy;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

.source {
    font-size: 80%;
    text-align: right;
    padding: 5px;
    margin: 0px;
}

#list .entry-syndication {
    padding: 5px;
}
#list .entry-syndication-content {
}
#list .entry-syndication-content .source {
    padding: 0 10px;
}

section#attention h1,
section#review h2,
div#main h1#archive-title,
h4.widgettitle {
    height: 25px;
    line-height: 28px;
    font-size: 0.8em;
    font-weight: bold;
    color: #ffffff;
    padding: 0 10px;
    background: #276dad;
    border-radius: 4px;
}

/* sns button */
.snswidget ul {
    padding: 0;
    text-align: right;
}

/* attention entries */
#attention .attention-entries {
    text-align: center;
    padding: 0;
}

#attention p.attention-thumbnail,
#attention h3 {
    margin: 0;
}

#attention .attention-entry {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    overflow: hidden;
    width: 140px;
}
#attention .attention-thumbnail {
    height: 140px;
}
#attention .attention-entry h3 {
    font-size: 14px;
    /*
    position: absolute;
    bottom: 0px;
    */
    background: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* lt IE7 */
    width: 100%;
    padding: 4px;
}
#attention .attention-entry h3 a:link,
#attention .attention-entry h3 a:visited {
    color: #ffffff;
}
#attention .attention-entry h3 a:hover {
    text-decoration: underline;
}

/**
 * main list
 */
.section-news1,
.section-review {
	border-bottom: 1px dashed #3F8CD9;
	font-size: 90%;
	line-height: 110%;
	display: table;
	width: 98%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#review h3 {
    margin: 0;
}

#list .entry-card {
    padding: 5px;
    min-height: 150px;
}
#list .entry-card:nth-child(even),
#list .entry-syndication:nth-child(even) {
    background:#f5f5f2;
}
#list .post-meta {
    text-align: right;
    background: none;
    margin: 2px 0;
}

.entry-thumb img {
    margin-bottom: 30px;
}

.entry-tweet {
    margin: 0;
    float: left;
}

.entry-read {
    margin: 0;
    text-align: right;
}

.entry-read a{
    color: navy;
}

/**
 * entry
 */
.article {
    padding: 0 0 0 10px;
}
.article .post-meta {
    margin-bottom: 20px;
}
.article p {
    margin: 0;
}

#under-entry-body {
    padding: 0 0 0 10px;
}

.related-entry {
    margin-bottom: 0px;
    margin-right: 10px;
    clear: both;
}


/**
 * sidebar
 */
#sidebar .widget {
    margin-bottom: 10px;
}
#sidebar h4 {
    margin: 0;
    font-size: 0.8em;
}

#sidebar ul {
    margin: 0;
}

/**
 * interview
 */
#interview .interview-entries {
    text-align: center;
    padding: 10px 0;
}

#interview .interview-entry {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    overflow: hidden;
}
#interview .interview-entry p {
    margin: 0;
}
#interview .interview-entry h5 {
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    background: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* lt IE7 */
    width: 100%;
    padding: 5px;
    margin: 0;
}
#interview .interview-entry h5 a:link,
#interview .interview-entry h5 a:visited {
    color: #ffffff;
}
#interview .interview-entry h5 a:hover {
    text-decoration: underline;
}

/**
 * special and event-report
 */
#special > div,
#event-report > div {
    margin-top: 5px;
    text-align: center;
}
#special .special-entry,
#event-report .event-report-entry {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    overflow: hidden;
}
#special .special-entry p,
#event-report .event-report-entry p {
    margin: 0;
}
#special .special-entry h5,
#event-report .event-report-entry h5 {
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    background: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* lt IE7 */
    width: 100%;
    padding: 5px;
    margin: 0;
    text-align: left;
}
#special .special-entry h5 a:link,
#special .special-entry h5 a:visited,
#event-report .event-report-entry h5 a:link,
#event-report .event-report-entry h5 a:visited {
    color: #ffffff;
}
#special .special-entry h5 a:hover,
#event-report .event-report-entry h5 a:hover {
    text-decoration: underline;
}


/**
 * news-ranking
 */
#news-ranking {
	background:#ffffff;
	margin: 5px 0px;
}

#news-ranking .update,
#sales-ranking .update
{
	text-align: right;
	font-size: 80%;
	line-height: 120%;
}

#news-ranking ul,
#sales-ranking ul
{
	padding: 0px 0px;
	display: table;
	width: 300px;
}
#news-ranking .odd,
#sales-ranking .odd { background-color: #ffffff; }
#news-ranking .even,
#sales-ranking .even { background-color: #f5f5f2; }

#news-ranking li:nth-child(odd) { background-color: #ffffff; }
#news-ranking li:nth-child(even) { background-color: #f5f5f2; }
#news-ranking li:nth-child(1) { background-image: url('images/news_rank_1.gif'); }
#news-ranking li:nth-child(2) { background-image: url('images/news_rank_2.gif'); }
#news-ranking li:nth-child(3) { background-image: url('images/news_rank_3.gif'); }
#news-ranking li:nth-child(4) { background-image: url('images/news_rank_4.gif'); }
#news-ranking li:nth-child(5) { background-image: url('images/news_rank_5.gif'); }
#news-ranking li:nth-child(6) { background-image: url('images/news_rank_6.gif'); }
#news-ranking li:nth-child(7) { background-image: url('images/news_rank_7.gif'); }
#news-ranking li:nth-child(8) { background-image: url('images/news_rank_8.gif'); }
#news-ranking li:nth-child(9) { background-image: url('images/news_rank_9.gif'); }
#news-ranking li:nth-child(10) { background-image: url('images/news_rank_10.gif'); }

#news-ranking .no-1 { background-image: url('images/news_rank_1.gif'); }
#news-ranking .no-2 { background-image: url('images/news_rank_2.gif'); }
#news-ranking .no-3 { background-image: url('images/news_rank_3.gif'); }
#news-ranking .no-4 { background-image: url('images/news_rank_4.gif'); }
#news-ranking .no-5 { background-image: url('images/news_rank_5.gif'); }
#news-ranking .no-6 { background-image: url('images/news_rank_6.gif'); }
#news-ranking .no-7 { background-image: url('images/news_rank_7.gif'); }
#news-ranking .no-8 { background-image: url('images/news_rank_8.gif'); }
#news-ranking .no-9 { background-image: url('images/news_rank_9.gif'); }
#news-ranking .no-10 { background-image: url('images/news_rank_10.gif'); }
#news-ranking li,
#sales-ranking li {
	font-size: 80%;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 30px;
	background-position: left;
	background-repeat: no-repeat;
	/*line-height:24px;
	 */
}
#news-ranking li p,
#sales-ranking li p {
	height: 2em;
	display:table-cell;
	clear:both;
	vertical-align:middle;
}

#sales-ranking {
	margin:5px 0px;
}

/*
#sales-ranking li {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	background-position: left;
	background-repeat: no-repeat;
	line-height:26px;
} */
#sales-ranking .no-1 { background-image: url('images/sales_rank_1.gif'); }
#sales-ranking .no-2 { background-image: url('images/sales_rank_2.gif'); }
#sales-ranking .no-3 { background-image: url('images/sales_rank_3.gif'); }
#sales-ranking .no-4 { background-image: url('images/sales_rank_4.gif'); }
#sales-ranking .no-5 { background-image: url('images/sales_rank_5.gif'); }
#sales-ranking .no-6 { background-image: url('images/sales_rank_6.gif'); }
#sales-ranking .no-7 { background-image: url('images/sales_rank_7.gif'); }
#sales-ranking .no-8 { background-image: url('images/sales_rank_8.gif'); }
#sales-ranking .no-9 { background-image: url('images/sales_rank_9.gif'); }
#sales-ranking .no-10 { background-image: url('images/sales_rank_10.gif'); }

/**
 * sidebar entry from tag
 */
#sidebar .widget-entries ul {
    padding: 0;
}
#sidebar .widget-entries li:nth-child(odd) { background-color: #ffffff; }
#sidebar .widget-entries li:nth-child(even) { background-color: #f5f5f2; }
#sidebar .widget-entries li {
	font-size: 80%;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0 5px 5px;
}

/**
 * ads
 */
#header_large {
	text-align:right;
    margin-top: -60px;
    margin-left: 340px;
}
#center_pickup_large {
	text-align: center;
	width: 490px;
	clear: both;
}
#center_middle_small {
	text-align: center;
	margin: 5px 0px;
	width: 490px;
	clear: both;
}
#center_bottom_large {
	text-align: center;
	width: 490px;
	clear: both;
}
#left_small_1,
#left_small_2,
#left_large_1 {
	text-align: center;
	margin: 5px 0px;
	width: 160px;
}
#right_top_square,
#right_middle_small {
	text-align: center;
	width: 300px;
}

#upper-under-entry-body {
	text-align: center;
	width: 300px;
}

#ln-news-book-store {
	margin: 5px 0px;
}

.footer-navi ul li {
    display: inline;
}
.footer-navi ol, ul {
    list-style: none;
}
