/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20170614
*/

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {
	

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

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
	
/*-- ここまで --*/
}




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

	
/*-- ブログの背景 --*/
html, body {/*ブログ全体*/
    background: #FAFAD2;/*背景色*/
}

.st-main {/*記事エリア*/
    background: #FAFAD2;/*背景色*/
}
	
	
	
		/*-- ヘッダーの色とサイズ --*/
	
	#headbox-bg {
          height:180px;
		  background: #9BD4A3;/*文字色*/
}
	
	
	/*-- ブログタイトル --*/
	header .sitename {
    font-size: 48px;/*文字サイズ*/
	padding:30px 0px 0px 0px;
}

	header .sitename a {
    color: #4c4c4c;/*文字色*/
}

	#header-l {
    float: none;/*指定を初期値に*/
    text-align: center;/*中央寄せ*/
}
 
/*-- キャッチフレーズ --*/

	#header-l .descr {
    color: #4c4c4c;/*文字色*/
    font-size: 30px;/*文字サイズ*/
    line-height: 2.7em;/*行間*/
    margin-bottom: 1.7em;/*下の余白*/
}
	
	
	
	
	/*-- 記事のフォント --*/

	.entry-content p {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 34px;
	color: #4c4c4c;
		
		
		
}
	

		/*-- ヘッダーメニューの線を消す --*/
	
	header .smanone ul.menu li{
 	border-left: none;
	 border-right: none;
}
	
		/*-- ヘッダーメニューの幅 --*/
	
	header .smanone ul.menu li{
		float:left;
		width:140pt;
		height:30pt;
		text-align:center;
		position:relative;
		
}
	
		/*-- ヘッダーメニューのスペースの幅 --*/
	
	header .smanone ul.menu {
 width: 100%;/*領域全体の幅*/
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;/*項目幅の自動調節*/
}
	
	

	
			/*-- ヘッダーメニューの色 --*/
	
	
	#st-menubox{
   background-color: #F7DD67;
}

header .smanone ul.menu li a{
	color: #173844;
	font-size:18px;
	font-weight: bold;/*文字を太字に*/
}
	

	
	
	
	/*--------------------------------
	PCのレイアウト（右サイドバー）
	---------------------------------*/
	
	
#content{
    max-width:1200px;
}
	
	
	#main {
		float: left;
		box-sizing: border-box;
		width: 1200px;
		padding: 10px 10px 10px;
		border:1px solid #ddd;
		background-color:#fff;
		border-radius: 4px;
		margin-bottom: 30px;
		}

	

	#contentInner {
		float: left;
		width: 100%;
		margin-right: -336px;
	}

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

	#side .st-aside {
		float: right;
		width:380px;
		padding: 0px;
		margin-right: -160px;
		
	}
	
/*-- トップページの画像のサイズ --*/
	
.kanren-02 dt{
	float:left;
	width:250px;
}
.kanren-02 dt img{
	width:250px;
}
	

.kanren-02 dd{
	padding-left:300px;
}
	
	.kanren .clearfix dd .kanren-t a{
     font-size: 36px;
	 color: #4c4c4c;/*文字色*/
		
		
}
			/*-- タグの色とサイズ --*/
	
	.pcone a {
	background: #F7DD67;
	margin-right: 6px;
	margin-bottom: 6px;
	color: #173844 !important;
	padding: 4px 6px;
	border-radius: 4px;
	font-size: 12px;
	display: inline-block;
}
	
	
			/*-- ページネーションの修正 --*/
	
	.st-pagelink .page-numbers {
    box-sizing:border-box;
    border:3px solid #F7DD67;
    padding:10px;
    margin-right:5px;
    margin-bottom:5px;
    font-size:20px;
	font-weight: bold;
	min-width:20px;
	height:50px;
    display:block;
    float:left;
    text-align:center;
}
	
	
	/*-- 見出しの編集 --*/
	
#content h2 {
color: #173844;/*文字色*/
font-weight: bold;/*文字を太字に*/
padding: 0.5em 0;/*上下の余白*/
font-size: 30px;/*文字サイズ*/
border:0;
border-top: solid 3px #9BD4A3;/*上線*/
border-bottom: solid 3px #9BD4A3;/*下線*/
}
	
		/*-- 書体 --*/
	
	textarea {
		font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}

	
}




#content h2 {
color: #173844;/*文字色*/
font-weight: bold;/*文字を太字に*/
padding: 0.5em 0;/*上下の余白*/
font-size: 30px;/*文字サイズ*/
border:0;
border-top: solid 3px #9BD4A3;/*上線*/
border-bottom: solid 3px #9BD4A3;/*下線*/
}




