/*
Theme Name: macos Child
Template: macos
Version: 20170614
*/

/*
Theme Name: macos Child
Template: macos
Version: 20170614
*/

a {
    color: #0088cc;
}

table tr th,
table tr td {
    border-width: 0px;
}

#sitelogo {
    width: 205px;
    background-image: url(/logo_v1.png);
    background-repeat: no-repeat;
    display: block;
    margin: auto;
}

header .sitename {
    margin-bottom: 0px;
    padding: 0px;
}

.sitename a {
    display: block;
    min-height: 90px;
    min-width: 205px;
}
header .descr {
    font-size: 11.2px;
    margin: 0px;
}

.sitename {
    text-indent: -9999px;
}

a img {
    transition: opacity 0.2s ease-out;
}

a:hover img {
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/*Panel 5n*******************/

#header-l {
    display: block;
    width: 220px;
    margin-left: auto;
    margin-right: auto;    
}

header .descr {
    text-align: center;
}
article .st-aside {
    padding-left: 20px;
}

article .kanren dl {
    float: left;
    width: 100px;
    height: 220px;
    margin: 0 15px 10px 0;
}
article .kanren dd {
    padding-left: 0px;
}

article .kanren dt {
    width: 100px;
}
article .kanren dd {
    padding-left: 0px;
}
article .kanren dl {
    margin-bottom: 20px;
}

article .kanren .clearfix dd .kanren-t a {
    font-weight: normal;
    font-size: 1.11em;
    word-wrap: break-word;
}

.kanren .clearfix dd .blog_info p {
    font-size: 8px;
    color: #aaa;
}

.st-pagelink {
    clear: both;
}

.kanren dl {
    border: none;
}

.ranking-box dt {
    overflow: hidden;
    width: 100px;
    height: 100px;
}
/*Panel******************************/

.mv_box {
    display: -webkit-flex;
    display: flex;
}

.mv_box .mv_img {
    display: block;
    width: 30%;
    text-align: center;
    margin-bottom: 1em;
}

.mv_box .mv_img img {
    display: inline;
    border-radius: 4px;
}

.mv_box_in {
    width: 70%;
}

table.row {
    width: 100%;    
    border-width: 0px;
}
    
section table.row tr,
section table.row td {
    width: 100%;
    font-size: 12px;

}
table tr th.cell,
table tr td.cell {
    padding:2px;
}

table tr th.cell  {
    border-top: dotted 1px #ccc !important;
    border-bottom: dotted 1px #ccc !important;
    color: #808080;
}

table tr td.cell {
    padding: 7px 0px 6px 10px;
    border-top: dotted 1px #ccc !important;
    border-bottom: dotted 1px #ccc !important;
    /*word-break: break-all;*/
}

.post-thum {
    float: left;
}
/** ul btn 
---------------------------------------------------**/
.post ul#dl-btn {
    padding:0;
    margin-top:10px !important;
}

.post ul#dl-btn li.btn-list {
   font-size: 12px;
   display: inline-block;
   width: 49.2%;
   text-align: center;
}

.post ul.list-fix {
    margin: 0px;
	padding-top: 0px;
	list-style: none;
	padding-bottom: 10px;
}

.post ul#dl-btn li.btn-list {
    float: right;
}

.post ul#dl-btn li.btn-list.btn-magnet {
    float: left;
}

/*DL button*/
.btn {
	width: 359px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

.mv_box_in p.btn {
	width: 100%;
}

.btn-list a,
.btn a {
    font-size: 13px;
	display: block;
	color: #fff;
	background: #0f90d1;
	cursor: pointer;
	padding: 5px 10px 5px 15px;
	text-decoration: none;
	border-radius: 3px;
}

.btn-list a:hover,
.btn a:hover {
	background-color: #0a6999;
	color: #FFF;
}

.btn a:before,
.btn-magnet a:before,
.btn-list a:before {
	font-family: 'FontAwesome';
	padding-right: 10px;
	margin-left: -10px;
}

.btn-list a:before,
.btn a:before {
	content: "\f019";
}

.btn-magnet a:before {
    content: "\f076";
}

/** dl button fix **/
.btdl a {
    width: 80%;
    text-align: center;
    font-size: 13px;
    display: block;
    color: #fff;
    background: #0f90d1;
    cursor: pointer;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}
/** /ul btn 
---------------------------------------------------**/

/** SNS button
----------------------------------------------------*/
.sns {
    clear: both;
}

.sns .reddit a {
    background: #5f99cf;
}
.sns .reddit a:hover {
    background: #369;
}

.sns .fa-reddit-alien {
    border-right: 1px solid #cee3f8;
    padding-right: 15px;
}

.sns .vkontakte a {
    background: #507299;
}

.sns .vkontakte a:hover {
    background: #305075;
}
.sns .fa-vk {
    border-right: 1px solid #8fadc8;
    padding-right: 13px;
}

/** Page LInk
----------------------------------------------------*/
.st-pagelink a,
.st-pagelink .page-numbers.dots {
    background: #555;
    color: #fff;
}

.st-pagelink .page-numbers.current {
    color: #fff;
    background: #999;
}

.st-pagelink a:hover {
    text-decoration: none;
    color: white;
}

.st-pagelink .page-numbers {
    height: 45px;
    min-width: 42px;
}

/** pre ä¿®æ­£
--------------------------------------------------*/
.entry-content pre {
	border-bottom: solid 2px #ccc;
	padding: 20px 0px;
	word-break: break-all;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */	
}

/*title side bar
--------------------------------------------------*/
.side-title {
    font-size: 1.17em;
    font-weight: bold;
    margin-bottom: 0px;
}

/*Sidebar Ranking
--------------------------------------------------*/
.ranking-box {
  counter-reset: ranking-mark;
}
.ranking-box dl:hover:before {
    opacity: 0;
}

.ranking-box dl:before {
  content: counter(ranking-mark, decimal);
  counter-increment: ranking-mark;
}

.ranking-box {
  counter-reset: wpp-ranking;
}
.ranking-box dl {
  padding: 5px 0 0 0;
  position: relative;
}

.ranking-box dl:before {
  background: #0f90d1;
  border-radius: 50%;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 0;
}

/* catbox
----------------------------------------------------*/
#cattagboxes {
    display: block;
    width: 100%;
    height: auto;
    margin: 5px auto;
}
.catbox1 .catbox {
    margin-right: 20px;
    margin-left: 20px;
}

.catbox {
    display: block;
    width: 45%;
    float: left;
    border-top: solid 5px #b22222;
    margin-bottom: 20px;
}

.catbox h3.cat-title {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    background: #b22222;
    position: absolute;
    float: left;
    padding: 0px 10px 2px;
    z-index: 6;
}
.catbox ul li {
    display: block;
    height: 75px;
    border-bottom: solid 1px #eaeaea;
    padding: 5px 0; 
}

.catbox ul li img {
    width: 65px;
    margin: 0 15px 0 0;
    float: left;
}

.catbox p.catboxtitle {
    display: block;
    margin: 0px;
}
.catbox p.catboxtitle a {
    font-size: 13px;
    text-decoration: none;
    color: #444;
}

.catbox p.catboxtitle a:hover {
    color: #b22222;
}

p.catboxbloginfo {
    font-size: 8px;
    color: #aaa;
    margin: 0px;
}

.catbox ul li:nth-child(1) {
    height: auto;
}
.catbox ul li:nth-child(1) p.catboxtitle a {
    font-size: 1em;
}
.catbox ul li:nth-child(1) img {
    width: 150px;
    float: none;
    margin-bottom: 10px;
}
/* /catbox
----------------------------------------------------*/

/* New
----------------------------------------------------*/
.newposts {
    position: absolute;
    background: red;
    color: white;
    padding: 4px;
    font-size: 12px;
    border-radius: 3px;
}
/* /New
----------------------------------------------------*/

/*media Queries ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆã‚µã‚¤ã‚ºï¼ˆ960pxä»¥ä¸‹ï¼‰
----------------------------------------------------*/
@media only screen and (max-width: 960x) {
#header-l {
    float: none;
}
/*-- ã“ã“ã¾ã§ --*/
}

/*media Queries ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆã‚µã‚¤ã‚ºï¼ˆ767pxä»¥ä¸‹ï¼‰
----------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .catbox {
        float: none;
        width: 100%;
    }
    .catbox1 .catbox {
        margin-left: 0px;
        margin-right: 0px;
    }
}
/*-- ã“ã“ã¾ã§ --*/


/*media Queries ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆã‚µã‚¤ã‚ºï¼ˆ600pxä»¥ä¸Šï¼‰
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
.kanren .clearfix dd p {
    font-size: 13px;
    line-height: 1.5;
}

/*-- ã“ã“ã¾ã§ --*/
}

/*media Queries PCã‚µã‚¤ã‚ºï¼ˆ960pxä»¥ä¸Šï¼‰
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
#content {
    max-width: 1068px;

}
.st-main {
		margin-right: 278px;
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 0px;
}
#header-l {
    float: left;
}
.st-pagelink .page-numbers {
    padding: 10px 15px 33px 15px;
}
/*-- ã“ã“ã¾ã§ --*/
}