@charset "UTF-8";

/**********************************
	cleafix
**********************************/
.cf:after {
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
.cf {
    display:inline-block;
}
/* Hides from IE Mac */
* html .cf {
    height:1%;
}
.cf {
    display:block;
}


/**********************************
	基本設定
**********************************/
* {
	margin:0px;
	padding:0px;
	list-style-type:none;
	word-wrap:break-word;
	word-break:break-all;
}
body {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color:#333;
}
img {
	vertical-align:bottom;
}
a {
	outline:none;
	color:#222;
	text-decoration:none;
	transition:0.2s;
}
a:hover {
	opacity:0.7;
}
#sp_only {
	display:none;
}


/**********************************
	汎用クラス
**********************************/
.wrap {
	width:1090px;
	margin:0px auto;
	position:relative;
}


/**********************************
	見出し
**********************************/
h2.type01 {
	padding:2px 15px;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	background:#df819f;
}


/**********************************
	ヘッダー
**********************************/
#header {
	background:#df819f;
	color:#333;
	text-align:center;
}
#header h1.blogtitle a {
	color:#fff;
}
#header .description {
	margin:7px 0px 0px 50px;
}
#gnavi {
	position:absolute;
	right:0px;
	top:6px;
}
#gnavi ul li {
	padding:0px 36px;
	text-align:center;
	float:left;
}
#gnavi ul li a {
	font-size:17px;
	color:#fff;
	display:block;
}
#gnavi ul li a span {
	color:#9fd256;
	font-size:9px;
	display:block;
}


/**********************************
	フッター
**********************************/
#pagetopButton {
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	background:#333;
	color:#fff;
	font-size:40px;
	position:fixed;
	right:15px;
	bottom:15px;
	cursor:pointer;
}
#footer {
	margin-top:40px;
	padding:40px 0px;
	background:#df819f;
	color:#fff;
	text-align:center;
}


/**********************************
	広告
**********************************/
#contentsAd01,
#contentsAd02 {
	margin:15px auto;
	text-align:center;
}





/**********************************
	画像付き人気記事
**********************************/
.popularArticlesWithImage.A ul {
	margin-left:-5px !important;
}
.popularArticlesWithImage.A ul li {
	margin-left:5px;
	margin-bottom:0px !important;
	display:block !important;
	float:left;
	
}


/**********************************
	追尾シェアボタン
**********************************/
#tracking-social {
	width:96px;
	padding:15px 0px;
	margin-left:1105px;
	background:#f7f7f7;
	position:fixed;
	top:-9999px;
	text-align:center;
}
#tracking-social.show {
	top:15px;
}
#tracking-social ul li {
	margin-top:15px;
}
#tracking-social ul li:first-child {
	margin-top:0px;
}
#tracking-social iframe {
	width:69px;
	position:relative;
}


/**********************************
	コンテンツ
**********************************/
#content {
	width:760px;
	margin-top:15px;
	float:right;
}
#categorytitle {
	padding:24px 0px;
	border:1px solid #222;
	margin-bottom:15px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
#content .article {
	padding:14px;
	margin-top:15px;
	border:1px solid #ddd;
	position:relative;
}
#content .article .tags a {
	font-size:12px;
	color:#d14d78;
}
#content .thumbnail {
	width:215px;
	padding-right:24px;
	float:left;
}
#content .thumbnail a {
	padding:3px;
	background:#fff;
	border:1px solid #ddd;
	display:block;
}
#content .thumbnail img {
	width:207px;
}
#content .text {
	width:476px;
	float:left;
}
#content .date {
	font-size:16px;
}
#content h2.entry-title {
	margin-top:18px;
}
#content h2.entry-title a {
	font-size:24px;
	line-height:1.4;
	font-weight:bold;
	color:#d14d78;
}
#content .article .comment {
	width:62px;
	height:51px;
	padding-top:2px;
	line-height:1.1;
	background:url(http://blog.livedoor.jp/ringotomomin/design/comment-bg.png) center top no-repeat;
	font-size:22px;
	color:#fff;
	text-align:center;
	display:block;
	position:absolute;
	top:7px;
	right:7px;
}
#content .article .comment span {
	font-size:10px;
}

#content .article:nth-child(2),
#content .article:nth-child(4) {
	margin-top:0px;
}
#content .article:nth-child(2),
#content .article:nth-child(6) {
	margin-right:11px;
}
#content .article:nth-child(2),
#content .article:nth-child(4),
#content .article:nth-child(6),
#content .article:nth-child(8) {
	width:342px;
	height:320px;
	overflow:hidden;
	display:inline-block;
}
#content .article:nth-child(2) .text,
#content .article:nth-child(4) .text,
#content .article:nth-child(6) .text,
#content .article:nth-child(8) .text {
	width:342px;
}
#content .article:nth-child(2) .date,
#content .article:nth-child(4) .date,
#content .article:nth-child(6) .date,
#content .article:nth-child(8) .date,
#content .article:nth-child(2) .bottom,
#content .article:nth-child(4) .bottom,
#content .article:nth-child(6) .bottom,
#content .article:nth-child(8) .bottom {
	display:none;
}
#content .article:nth-child(2) .thumbnail,
#content .article:nth-child(4) .thumbnail,
#content .article:nth-child(6) .thumbnail,
#content .article:nth-child(8) .thumbnail {
	width:auto;
	padding-right:0px;
}
#content .article:nth-child(2) .thumbnail img,
#content .article:nth-child(4) .thumbnail img,
#content .article:nth-child(6) .thumbnail img,
#content .article:nth-child(8) .thumbnail img {
	width:334px;
	height:255px;
}
#content .article:nth-child(2) h2.entry-title,
#content .article:nth-child(4) h2.entry-title,
#content .article:nth-child(6) h2.entry-title,
#content .article:nth-child(8) h2.entry-title {
	height:50px;
	margin-top:10px;
	overflow:hidden;
}
#content .article:nth-child(2) h2.entry-title a,
#content .article:nth-child(4) h2.entry-title a,
#content .article:nth-child(6) h2.entry-title a,
#content .article:nth-child(8) h2.entry-title a {
	font-size:18px;
}
#content .article:nth-child(2) .comment,
#content .article:nth-child(4) .comment,
#content .article:nth-child(6) .comment,
#content .article:nth-child(8) .comment {
	top:24px;
	right:24px;
}
#content .article .bottom {
	margin-top:24px;
}
.tags {
	display:inline;
}
.tags a {
	color:#d14d78;
}
#content .category {
	padding-left:25px;
	background:url(http://www.scienceplus2ch.com/design/icon_folder.png) left center no-repeat;
}
.article-tags {
	margin-left:10px;
	padding-left:20px !important;
	background:url(http://www.scienceplus2ch.com/design/icon_tag.png) left center no-repeat;
	display:inline !important;
}
.article-tags dt {
	display:none !important;
}
.pager {
	margin:30px 0px;
	font-size:18px;
	line-height:36px;
}
.pager .paging-number ol li a,
.pager .paging-next a,
.pager .paging-last a {
	padding:0px 12px;
	display:inline-block;
	border:1px solid #ddd;
}
.pager .paging-number ol li span {
	padding:0px 12px;
	background:#df819f;
	color:#fff;
	border:1px solid #d14d78;
	display:inline-block;
}
.archives-pager-type1 {
	margin:30px;
	text-align:center;
}
.archives-pager-type1 a {
	padding:0px 12px;
	line-height:36px;
	display:inline-block;
	font-size:18px;
	border:1px solid #ddd;
}


/**********************************
	個別記事
**********************************/
#single-page {
	padding:14px;
	margin-top:15px;
	border:1px solid #ddd;
	position:relative;
}
#single-page h2.entry-title {
	margin-top:24px;
	font-size:30px;
	line-height:1.4;
}
#single-page .comment {
	width:62px;
	height:51px;
	padding-top:2px;
	line-height:1.1;
	background:url(http://blog.livedoor.jp/ringotomomin/design/comment-bg.png) center top no-repeat;
	font-size:22px;
	color:#fff;
	text-align:center;
	display:block;
	position:absolute;
	top:7px;
	right:7px;
}
#single-page .comment span {
	font-size:10px;
}
#single-page img {
	border:1px solid #ddd;
	padding:3px;
}
#single-page .tags {
	margin-top:18px;
}
#single-page .article-tags {
	margin-left:30px !important;
}
#single-footer-sns {
	margin-top:24px;
	text-align:center;
}
#single-footer-sns li {
	padding:10px 7px;
	display:inline-block;
	vertical-align:top;
}
#single-footer-sns li a {
	width:346px;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	display:block;
}
#single-footer-sns li.fb a {
	background:#3c599b;
	border-bottom:4px solid #334b82;
}
#single-footer-sns li.fb2 > div {
	width:346px;
	height:20px;
	padding:15px 0px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	display:block;
	background:#4c69ba;
	border-bottom:4px solid #334b82;
}
#single-footer-sns li.twitter a {
	background:#00acee;
	border-bottom:4px solid #008dc4;
}
#single-footer-sns li.hatebu a {
	background:#5987bf;
	border-bottom:4px solid #4c72a1;
}
#kochiramo {
	margin-top:30px;
}
#kochiramo p {
	font-size:18px;
	font-weight:bold;
}
#kochiramo ul li {
	margin-top:24px;
	font-size:16px;
}
.article-pager {
	width:100%;
	display:table;
}
.article-pager li {
	display:table-cell !important;
	font-size:15px;
	line-height:1.5 !important;
}
.article-pager li.prev {
	padding:0px 15px;
}
.article-pager li.next {
	padding:0px 15px;
}
#single-ad01,
#single-ad02 {
	margin:30px 0px;
}
#single-ad01 li,
#single-ad02 li {
	margin-right:20px;
	float:left;
}
#single-rss-01 {
	margin:30px 0px;
	height:250px;
	overflow:auto;
}
#single-rss-01 .blogroll-list {
	padding:2px 0px 2px 30px;
	background:url(http://www.scienceplus2ch.com/design/icon-01.png) left 12px no-repeat;
	font-size:18px;
	font-weight:bold;
}
#single-rss-01 .blogroll-list img {
	display:none;
}
#single-footer-category .related-articles {
	margin-top:24px;
}
#single-footer-category h3 {
	padding:2px 15px;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	background:#df819f;
}
#single-footer-category ul {
	padding:14px 14px 0px;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
#single-footer-category ul li {
	margin-bottom:18px;
	font-size:16px;
}
#single-footer-buzz {
	margin-top:15px;
}


/**********************************
	コメント
**********************************/
#comment {
	margin-top:24px;
}
.comment-article {
	margin-top:15px;
	padding:24px;
	border:1px solid #ddd;
}
.commenttext {
	font-size:18px;
	font-weight:bold;
}
.comment-time {
	color:#666;
}
#takecomment {
	margin-top:15px;
	border:1px solid #ddd;
	padding:24px;
}
#takecomment h3 {
	font-size:24px;
}
#comment-form {
	margin-top:15px;
}
#comment-form th {
	padding-right:15px;
}
#comment-form td {
	padding-bottom:7px;
}
#comment-form #author {
	width:250px;
	padding:10px;
	font-size:16px;
}
#comment-form #text {
	width:630px;
	height:180px;
	padding:10px;
}
#comment-form input.button {
	width:150px;
	padding:10px;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
}


/**********************************
	サイドバー
**********************************/
#sidebar {
	width:300px;
	float:left;
}
.sidetitle {
	padding:2px 15px;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	background:#df819f;
}
#sidebar .side {
	padding:14px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#sidebar .side img {
	border:1px solid #ddd;
	padding:3px;
}
#sidebar .sidewrapper {
	margin-top:15px;
}
#sidebar .category-parent {
	width:117px;
	padding-left:18px;
	background:url(http://www.scienceplus2ch.com/design/icon-01.png) left center no-repeat;
	letter-spacing:normal;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

/*menu*/
.menu_bar {
	background:#000;
}
.menu_bar ul {
	overflow:hidden;
	width:1100px;
	margin:0 auto;
}
.menu_bar ul li {
	float:left;
	width:170px;
}
.menu_bar ul li a {
	color:#FFFFFF;
	padding:8px 5px;
	display:block;
}
.menu_bar ul li a:hover {
	background:#d65e84;
}
/**********************************
	SPシェアボタン非表示
**********************************/
#sp_only {
	display:none;
}



.pcNone { display: none;}

.spNone {
display: none;
}

/**********************************
	サイドカラム
**********************************/
.side-pic {
	width:268px;
	height:150px;
	overflow:hidden;
	margin:0 0 10px;
	border: 1px solid #ddd;
	padding: 3px;
}
.side-pic img {
	border:none !important;
	padding:0 !important;
	margin:0 !important;
}

/**********************************
	広告表示用カスタム
**********************************/

.ad_wrap { overflow: hidden; margin: 15px 0;}
.ad_left { float: left;}
.ad_right { float: right;}


/* ブログロール
----------------------------------------------- */

div#RSS001, div#RSS002  {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 350px;
    margin: 0 auto 30px;
    padding: 0;
    width: 760px;
    overflow: hidden;
    border: 1px solid #eee;
}
.blogroll-wrapper{
    background: none repeat scroll 0 0 #FFFFFF;
    height: 280px;
    margin: 0 auto;
    padding:0;
    width: 760px;
    overflow: hidden;
}
.blogroll-column{
    height: 280px;
    margin:0;
    overflow: auto;
    width: 380px;
    float: left;
}
div#RSS002 .blogroll-column{
    height: 280px;
    margin:0;
    overflow: auto;
    width: 760px;
    float: left;
}
.blogroll-channel .blogroll-list-wrap {
        margin-bottom: 10px;
        background-color: #fff;
}

.blogroll-channel li.blogroll-list {
    border-bottom: 1px dashed #eee;
    color: #8C0000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}
.blogroll-channel li.blogroll-list:nth-child(odd){
	background: #fffbfc;
}
div#RSS002 .blogroll-channel li.blogroll-list {
    border-bottom: 1px dashed #eee;
    color: #8C0000;
    font-size: 15px;
    font-weight: bold;
}
.blogroll-channel li.blogroll-list a {
	color:#333 !important;
        padding: 6px 3px 5px 20px;
        background-image: url(http://www.scienceplus2ch.com/design/icon-01.png);
        background-repeat: no-repeat;
        background-position: 5px 8px;
        display: block;
}

.blogroll-channel li.blogroll-list a:hover{
	color:#333 !important;
	text-decoration:none;
        padding: 6px 3px 5px 20px;
        background-image: url(http://www.scienceplus2ch.com/design/icon-01.png);
        background-repeat: no-repeat;
        background-position: 5px 8px;
}

.blogroll-channel .blogroll-list img {
	/*margin:150px 0 0;
    vertical-align: middle;*/
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
    height: 16px;
    position: relative;
    top: 3px;
    width: 16px;
}

.blogroll-channel a.blogroll-link {
	color:#FFF;
	text-decoration: none;
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
    display: none !important;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
    display: none;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    color:#FFF;
    font-size: 12px;
}

#rss-roll-01 {
	margin-bottom:15px;
}
#rss-roll-01 .inner {
	height:305px;
	border:1px solid #ddd;
	overflow:auto;
}
#rss-roll-01 .inner .blogroll-channel ul li {
	padding:2px 0px 2px 30px;
	background:url(http://www.scienceplus2ch.com/design/icon-01.png) 12px 9px no-repeat;
	font-size:16px;
	border-bottom:1px dashed #ccc;
}
#rss-roll-01 .inner .blogroll-channel ul li img {
	display:none;
}