/*
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:300px;
}
.kanren-02 dt img{
	width:300px;
}
	

.kanren-02 dd{
	padding-left:360px;
}
	
	.kanren .clearfix dd .kanren-t a{
     font-size: 30px;
	 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{
    max-width:1140px;
}

/*-- 記事一覧をタイル状に表示 --*/
.itiran-custom {
    position: relative;/*相対位置*/
    text-align: center;/*記事エリア及びタイトルを中央揃え*/
}
.itiran-custom dl {
    width: 48%;/*横幅*/
    display: inline-block;/*横並びでブロック配置*/
    background: #4169e1;/*背景色*/
    border: none;/*ボーダーなし*/
    padding: 0px;/*内側の余白*/
    margin: 5px;/*記事と記事の間隔*/
    margin-bottom: 30px;/*カード下の余白*/
    box-shadow: 3px 7px 4px #a0a0a0;/*影をつける*/
}
.itiran-custom dt {
    overflow: hidden;/*拡大領域固定*/
    list-style: none;/*マーカーなし*/
}
.itiran-custom dt img {/*アイキャッチ画像*/
    width: 350px;/*画像幅*/
    height: 250px;/*画像の高さ*/
    transition: .3s;/*拡大・縮小速度*/
}
.itiran-custom dt img:hover {/*マウスホバーで画像拡大*/
    transform: scale(1.2);/*拡大率*/
}
.itiran-custom dd a {/*記事タイトル*/
    font-weight: bold;/*文字を太字に*/
    color: #fff;/*文字色*/
    font-size: 16px;/*文字サイズ*/
    text-decoration: none;/*下線なし*/
}
.itiran-custom dd {
    text-align: left;/*タイトル左寄せ*/
    padding: 10px;/*タイトルの余白*/
}
.eyecatch-t {/*-- 記事一覧画像にカテゴリー追加 --*/
    position: relative;/*絶対位置*/
}
p.eyecatchlabel-t {
    position: absolute;/*絶対位置*/
    font-size: 15px;/*文字サイズ*/
    font-weight: bold;/*文字を太字に*/
    color: #4169e1;/*文字色*/
    background-color: #7cfc00;/*背景色*/
    padding: 0px 25px;/*縦と横の幅*/
    left: 0;/*左からの位置*/
    top: 0;/*上からの位置*/
    opacity: 0.8;/*透明度*/
    z-index: 2000;/*重なりの順序*/
}

/*-- この記事を見るボタンの配置 --*/
.readmore {
    text-align: right;/*ボタンを中央に移動*/
    margin-top: -30px;/*上からの余白*/
    margin-bottom: 0px;/*下からの余白*/
}
	
	
}




#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;/*下線*/
}



