@import url('https://fonts.googleapis.com/css?family=Shrikhand&display=swap');


h1 {
    font-size: 2em;
    margin: 0;
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {

/*--------------------------------
	PCのレイアウト（右サイドバー）
---------------------------------*/
body {
	min-width: 320px;
	word-wrap: break-word;
	background-color: #fff; 
}
	
	#content {
		max-width: 1200px;
		margin:0 auto;
	}
	
	/*基本のフォントサイズ*/
	p, /* テキスト */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li /* olリスト */
	 {
		font-size: 16px;
		line-height: 32px;
	}
	


	#st-menubox {
		/* border-top: solid 1px #E0DEDE; */
		/* border-bottom: solid 1px #E0DEDE; */
		margin-bottom: 20px;
	}
	
	#contentInner {
		float: left;
		width: 100%;
		margin-right: -350px;
	}

	.st-main {
		margin-right: 350px;
		margin-left: 0px;
		background-color: #fff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		padding: 0px 50px 30px;
	}

	#side .st-aside {
		float: right;
		width: 300px;
		padding:  0 50px 0 0;
	}
	
	/*-- キャッチフレーズの非表示 --*/
#header-l .descr {
 display: none;/*非表示にする*/
}

/*-- ここまで --*/
}

/*-- 記事上のカテゴリー --*/
.st-catgroup {
    display: none;/*表示しない*/
}

/* リンクの色 */
p a {
	color: #FF2D55;
	text-decoration: none;
}

a {
	color: #333;
	text-decoration: none;
}

/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #FF2D55;
	text-decoration: underline;
}

.kanren .clearfix dd .kanren-t a:hover {
	color: #FF2D55;
	text-decoration: underline;
}

/*-- グローバルメニューの背景色 --*/
#st-menubox{
    background-color: #333;
}

/*-- グローバルメニューの文字色 --*/
header .smanone ul.menu li a{
    color: #fff;
}

/*-- グローバルメニューのホバー時の背景色 --*/
#st-menubox a:hover{
    background: #666;
}

/*-- グローバルメニューのホバー時の文字色 --*/
header .smanone ul.menu li a:hover{
    color: #fff;
}

/*-- コンテンツ上部 --*/
#content-w {
    padding-top: 0px;
}

/*-- サイドバータイトル --*/
.menu_underh2 {
margin-bottom: 10px;
margin-top: 20px;
}

/*--- サイドバーリスト行間 ---*/
#side .st-aside ul li {
	font-size: 14px;
	line-height: 1.5;
	margin: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
  background: url(https://indierocker.net/wp-content/uploads/2019/01/arrow.gif) no-repeat left 5px transparent;
}

/*--- グローバルメニューを区切る縦線消す ---*/

header .smanone ul.menu li{
 border-left: none;
 border-right: none;
}

/*-- プロフィール --*/
.profile-ph img
{
    border-radius: 3px;/*画像かどの丸み*/
    width: 60px;/*画像の横幅*/
    height: 60px;/*画像の高さ*/
}
 
.profile-ph
{
    float:left;/*画像の配置*/
    margin-right: 12px;/*画像右の余白*/
}
 
.profile-le
{
    padding-top:12px;
    clear:both;
    font-size: 14px;/*紹介文の文字サイズ*/
    line-height:1.5;
}

.profile-ph1 {
	font-size:14px;
	font-weight:bold;
	padding-top: 8px;
}

.profile-ph2 {
	font-size: 14px;
	opacity: 0.6;
}

h2 {
	color: #FF2D55;
	background: #fff;
	font-size: 20px;
	line-height: 27px;
	padding: 10px 20px 10px 0px;
	margin: 40px 0 30px;
	border-top:0px solid #ccc; 
	border-bottom:1px dotted #333;
}

.post h3 {
	font-size: 18px;
	line-height: 27px;
	padding: 10px 20px 10px 0px;
	color: #1a1a1a;
	margin: 30px 0 20px;
	border-bottom: 0px #999999 dotted;
}

#page-top {
    bottom: 90px;/*下側の配置*/
    right: 20px;/*右側の配置*/
}

/*-- トップへ戻るボタン --*/
#page-top a {
    background: #666; /*背景色*/
}

.st-pagelink .page-numbers {
border:0px solid #ccc;
}

.kanren dl {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

.kanren .clearfix dd p {
		font-size:13px;
		line-height: 22px;
}

.google-auto-placed {
margin: 0px 0px 20px;
}

.adsbygoogle {
overflow: visible;
}

#footer {
padding: 0px 15px 20px;
text-align: center;
}

/*feedly*/
.sns .feedly a {
background-color:#87c040;
background-image:url(https://indierocker.net/wp-content/uploads/2019/10/feedly.png);
background-repeat:no-repeat;
background-position:12px 9px;
}

.sns .feedly a:hover {
background-color:#6ea727;
}

.sns .feedly .snstext {
padding-left:22px;
}

/*SNS（シェア）ボタン　ここから*/
/*Twitter*/
.sns .fa-twitter {
  border:none;
  padding-right:0;
}
 
/*Facebook*/
.sns .fa-facebook {
  border:none;
  padding-right:0;
}
 
/*Google+1*/
.sns .fa-google-plus {
  border:none;
  padding-right:0;
}
 
/* Pocket */
.sns .fa-get-pocket {
  border:none;
  padding-right:0;
}
 
/*はてぶ*/
.sns .fa-hatena {
  border:none;
  padding-right:0;
}
 
/*LINE*/
.sns .fa-comment {
  border:none;
  padding-right:0;
}

header .sitename a {
font-family: 'Shrikhand', cursive;
font-size: 32px;
color: #333;
font-weight: normal;
}