/*
Theme Name: AFFINGER4 JET-Child
Template: affinger4
Description:EX対応
Version: 20171213
*/

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
	color:#fff;
}
*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html[lang="ja"] {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/*トップの基本部分*/
.home .post {
	padding-bottom: 0px;
}

.home main {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
}

aside .kanren {
	margin-top: 0;
	margin-bottom:20px;
	padding-top: 0;
}

/*メニュー*/
header .smanone ul.menu li li a{
  z-index:99999;
}


/*ブログカード風マガジン*/
#st-magazine .kanren {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#st-magazine .kanren dl:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/*ブログカード風マガジン*/
#st-magazine:not(.st-magazine-k) .kanren .st-top-box:not(.st-magazine-infeed) dl {
	box-sizing:border-box;
	border:1px solid #ccc;
	background:#fff;
}

#st-magazine .kanren dl {
	width:100%;
}

#st-magazine .kanren dl p {
	font-size:75%;
	line-height:1.8;
	color:#757575;
}

#st-magazine .kanren dt {
	float: none!important;
	width: 100%!important;
	height:auto;
	overflow: hidden;
	position:relative;
}

#st-magazine .kanren dt img {
	width: 100%!important;
	border-radius:0!important;
}

#st-magazine .kanren .st-top-box:not(.st-fist-post) dt img {
	max-height: 180px;
	object-fit: cover;
	object-position: 50% 15%;
}

#st-magazine .kanren dd {
	padding: 5px 20px 10px;
}

#st-magazine .kanren .clearfix dd p {
	line-height: 1.8;
}

#st-magazine .kanren .st-top-box {
	padding:5px 5px 10px;
	box-sizing:border-box;
	width:100%;
}

#st-magazine .kanren .st-top-box dl {
	margin-bottom:0;
	position: relative;
}

#st-magazine .kanren .st-top-box a.st-box-a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	z-index:9999;
}

#st-magazine .kanren .st-top-box a:hover {
	text-decoration: none;
	background:#fff;
	opacity:0.3;
}

#st-magazine .kanren .st-top-box img.size-full,
#st-magazine .kanren .st-top-box img.size-large {
	margin-bottom:0;
}

/*一覧のカテゴリ*/
#st-magazine .kanren .st-magazine-cat,
#st-magazine .kanren .st-magazine-cat a { /*下カテゴリ*/
	font-size:85%;
	color:#757575;
	text-decoration:none;
}

#st-magazine .kanren .st-catgroup { /*上カテゴリ*/
	position:absolute;
	top:5px;
	left:5px;
}

/*ブログカード風マガジン最初の投稿*/
#st-magazine .kanren .st-fist-post {
	padding:10px 5px 5px;
	box-sizing:border-box;
	width:100%!important;
	height:auto;
	border:none;
}

#st-magazine .kanren .st-fist-post .st-top-time p{ /*投稿日*/
	position:absolute;
	bottom:0px;
	right:5px;
	padding:2px 7px;
	background-color: rgba(255,255,255,0.7);
	border-radius:3px 3px 0 0;
	font-size:75%;
	color:#757575;
}

.st-wp-views-limit { /* リミット数を超えた場合のデザイン */
	position: absolute;
	top: 5px;
	left: 5px;
	z-index:999;
	padding:5px 20px;
	color:#fff;
	text-align:center;
	background:#bcb72f!important;
	border-radius:5px 0 5px 0;
	font-size:90%;
}

.wpp-views {
	font-size:100%;
}
.wpp-text{
	font-size:70%;
	margin-left:5px;
}

.st-wp-viewbox .st-wp-views,
#side .st-wp-views {
	font-size:80%;
}

.st-wp-viewbox .st-wp-views .wpp-text,
#side .st-wp-views .wpp-text {
	font-size:50%;
}

/*投稿日*/
#st-magazine .st-top-time p{
	position:absolute;
	bottom:0px;
	right:5px;
	padding:2px 7px;
	background-color: rgba(255,255,255,0.7);
	border-radius:3px 3px 0 0;
	font-size:75%;
	color:#757575;
}

/*カテゴリ*/
#st-magazine .catname {
	position:relative;
	z-index:9999;
	font-size:90%;
	padding:7px 10px;
}

/*PickUp*/
.st-pick {
  	padding:3px 6px;
	margin-right:5px;
	background:#F9A825;
	color:#fff;
	font-size:60%;
  	border-radius:3px;
    vertical-align:middle;
}

/*タイトル*/
#st-magazine .kanren .st-top-box dd h3 {
	padding:5px 0;
	line-height:1.5;
}

/*ブログカード風マガジン（関連記事）*/
#st-magazine.st-magazine-k .kanren dl {
	border:none;
}

#st-magazine.st-magazine-k .kanren dd {
	padding-left:0;
	padding-right:0;
}

#st-magazine.st-magazine-k .kanren dt img {
	max-height: 150px;
	object-fit: cover;
	object-position: 50% 15%;
}

/*おすすめ記事*/
.nowhits .pop-box {
	margin-top: 0;
}

/*画像に枠線*/
img.aaa {
	border:1px solid #dddddd;
}
img.bbb {
	border:1px solid #333333;
}

/*テーブルのスペース*/
table tr td {
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	vertical-align:top;
	background:#fff;
}
table th {
	padding: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 18px;
}

/* 蛍光ペン風マーカー加工 */ 
.keikou {
background: linear-gradient(transparent 50%, #ffff66 50%);
}

/* point囲み */ 
.box26 {
    position: relative;
	margin: 38px 3px 28px 3px;
	padding: 5px 20px 20px 20px;
    border: solid 3px #33cccc;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -12px;
    left: 10px;
    padding: 0 9px;
		margin: 3px 3px 23px 3px;
    line-height: 1;
    font-size: 19px;
    background: #ffffff;
    color: #ff235e;
    font-weight: bold;
	background-image: url("http://navi-keiba.com/wp-content/uploads/2018/03/b051.jpg")
}
.box26 p {
    margin: 0; 
    padding: 0;
}

/* まとめ囲み */ 
.box5{
    padding: 0.3em 0.7em;
    margin: 0.7em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ff3a3a;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

/* まとめ囲み */ 
.box6 {
    padding: 0.3em 0.7em;
    margin: 0.7em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #47bea0;
}
.box6 p {
    margin: 0; 
    padding: 0;
}

/* まとめ囲み */ 
.box7 {
    padding: 0.3em 0.7em;
    margin: 0.7em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #5386e0;
}
.box7 p {
    margin: 0; 
    padding: 0;
}


/* まとめ囲み */ 
.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ff3a3a;
}
.box8 p {
    margin: 0; 
    padding: 0;
}

/* まとめ囲み */ 
.box9 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #333333;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box9 p {
    margin: 0; 
    padding: 0;
}

/* データ推奨馬 */ 
.mybox3{
	border: 2px solid #999999;
	border-radius: 5px;
	margin: 40px 5px 25px 10px;
	padding: 30px 20px 15px 20px;
	position: relative;
}
.mybox3:before{
	background-color: #ff0000;
	border-radius: 5px;
	color: #fff;
	content: 'データ推奨馬';
	padding: 5px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
}
.mybox3:after{
	border-top: 12px solid #ff0000;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
}

/* 本命 */ 
.mybox4{
	border: 2px solid #999999;
	border-radius: 5px;
	margin: 40px 5px 25px 10px;
	padding: 30px 20px 15px 20px;
	position: relative;
}
.mybox4:before{
	background-color: #333333;
	border-radius: 5px;
	color: #fff;
	content: '予想(◎○▲)';
	padding: 5px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
}
.mybox4:after{
	border-top: 12px solid #333333;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
}


/*サイドバー人気記事アイキャッチ*/
 
.pop {

font-size: 12px;
font-weight: bold;
margin-bottom: 15px;
padding-top: 5px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
transition:0.5s !important;
}
@media only screen and (min-width: 300px) {
.pop {
font-size: 15px;
}
}
@media only screen and (min-width: 768px) {
.pop {
font-size: 15px;
}
}
@media only screen and (min-width: 960px) {
.pop {
font-size: 14px;
padding-bottom: 25px;
}
}
 
.pop a {
color: #333;
text-decoration: none;
display: inline-block;
height: 36px;
transition:0.5s !important;
}
.pop a:hover {
color: #F474D1;
-webkit-animation: zoom .3s;
animation: zoom .3s;
}
 
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}
 
.wpp-thumbnail {
    margin-bottom: 12px;
    width: 100%;
	overflow: hidden;
    transition: 0.3s;
}
 
.poppost2 {

	overflow: hidden;
}
 
.wpp-thumbnail:hover {
-webkit-animation: zoom .3s;
animation: zoom .3s;
}
 
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }

	
}

/*サイドバーのカテゴリ表示*/

#side aside ul li ul li { /* デフォルトのアイコンと余白を削除 */
	background: none;
	padding-left: 0;
}
#side aside li.cat-item a { /* リンク全体の装飾 */
	display: block;
	overflow: hidden;
	font-size: 14px; /* 文字サイズ */
	line-height: 2.4em; /* 行（ボックス）の高さ */
	text-decoration: none;
	vertical-align: middle;
	padding: 0 8px; /* 左右の余白 */
	color: #fff; /* 文字色 */
	background: #47bea0; /* 背景色 */
	margin-bottom: 2px; /* 次のカテゴリーとの余白 */
}
#side aside li.cat-item a:hover { /* マウスオーバー時の設定 */
	background: #f9d635; /* 背景色 */
	color: #278a71; /* 文字色 */
}
#side aside li.cat-item span { /* 記事数部分の装飾 */
	line-height: 1em;
	float: right; /* 右端に寄せる */
	margin: 5px 0 0 8px; /* 位置の調整 */
	padding: 4px 8px; /* 文字周りの余白 */
	border-radius: 4px; /* 角の丸み */
	color: #fff; /* 文字色 */
	background: #278a71; /* 背景色 */
}

/*種牡馬ナビの一覧表示*/
.syuboba a{
	display: block;
	overflow: hidden;
	font-size: 14px; /* 文字サイズ */
	line-height: 2.4em; /* 行（ボックス）の高さ */
	text-decoration: none;
	vertical-align: middle;
	padding: 0 8px; /* 左右の余白 */
	color: #fff; /* 文字色 */
	background: #47bea0; /* 背景色 */
	margin-bottom: 2px; /* 次のカテゴリーとの余白 */
}

.syuboba a:hover { /* マウスオーバー時の設定 */
	background: #f9d635; /* 背景色 */
	color: #278a71; /* 文字色 */
}

/*おすすめサイト*/
.sougo a{
	display: block;
	overflow: hidden;
	font-size: 14px; /* 文字サイズ */
	line-height: 2.4em; /* 行（ボックス）の高さ */
	text-decoration: none;
	vertical-align: middle;
	padding: 0 8px; /* 左右の余白 */
	color: #fff; /* 文字色 */
	background: #47bea0; /* 背景色 */
	margin-bottom: 2px; /* 次のカテゴリーとの余白 */
}

.sougo a:hover { /* マウスオーバー時の設定 */
	background: #f9d635; /* 背景色 */
	color: #278a71; /* 文字色 */
}

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

/*基本のフォントサイズ*/
p, /* テキスト */
.st-kaiwa-hukidashi, /* ふきだし */
.st-kaiwa-hukidashi2, /* ふきだし */
.yellowbox, /* 黄色ボックス */
.graybox, /* グレーボックス */
.redbox, /* 薄赤ボックス */
#topnews .clearfix dd p, /* 一覧文字 */
.post ul li, /* ulリスト */
.post ol li, /* olリスト */
#comments #respond, /* コメント */
#comments h4, /* コメントタイトル */
.post h5, /* H5 */
.post h6 /* H6 */
 {
	font-size: 16px;
	line-height: 24px;
}
	
/* 買いデータ */ 
.mybox1{
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	margin: 40px 5px 25px 10px;
	padding: 30px 20px 15px 20px;
	position: relative;
	background-image: url("http://navi-keiba.com/wp-content/uploads/2018/03/b051.jpg")
}
.mybox1:before{
	background-color: #ff235e;
	border-radius: 5px;
	color: #fff;
	content: '買いデータ';
	padding: 5px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
}
.mybox1:after{
	border-top: 12px solid #ff235e;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
}

/* 消しデータ */ 
.mybox2{
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	margin: 40px 5px 25px 10px;
	padding: 30px 20px 15px 20px;
	position: relative;
	background-image: url("http://navi-keiba.com/wp-content/uploads/2018/03/b051.jpg")
}
.mybox2:before{
	background-color: #3679ed;
	border-radius: 5px;
	color: #fff;
	content: '消しデータ';
	padding: 5px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
}
.mybox2:after{
	border-top: 12px solid #3679ed;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
}
	
/*スマホブログカード*/
.st-cardbox {
	padding:10px 10px 1px 10px;
	margin:15px 0px 10px 0px;
	border:1px solid #999999;
	line-height:3.9;
}
	
	
/*-- ここまで --*/
}



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

/*基本のフォントサイズ*/
p, /* テキスト */
.st-kaiwa-hukidashi, /* ふきだし */
.st-kaiwa-hukidashi2, /* ふきだし */
.yellowbox, /* 黄色ボックス */
.graybox, /* グレーボックス */
.redbox, /* 薄赤ボックス */
#topnews .clearfix dd p, /* 一覧文字 */
.post ul li, /* ulリスト */
.post ol li, /* olリスト */
#comments #respond, /* コメント */
#comments h4, /* コメントタイトル */
.post h5, /* H5 */
.post h6 /* H6 */
 {
	font-size: 14.5px;
	line-height: 23px;
}
	.home main {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
	}

	#st-magazine .kanren .st-top-box {
		padding:5px;
		width:50%;
	}

	/*ブログカード風マガジン最初の投稿*/
	#st-magazine .kanren .st-top-box.st-fist-post dt {
		overflow: hidden;
		width: 100%;/* トリミングしたい枠の幅 */
		height: 350px;/* トリミングしたい枠の高さ */
		position: relative;
	}

	#st-magazine .kanren .st-top-box.st-fist-post dl:last-child {
		padding-bottom:0;
	}

	#st-magazine .kanren .st-top-box.st-fist-post dt img {
	  position: absolute;
 	 top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	width: 100%;
 	 height: auto;

	}

	#st-magazine .kanren .st-fist-post dd {
		width: 100%;
		box-sizing:border-box;
		padding: 0!important;
		position:absolute;
		bottom:0;
		left:0px;
		z-index:999;
	}

	#st-magazine .kanren .st-fist-post dd .st-cards-content {
		padding:0px;
	}
	#st-magazine .kanren .st-fist-post dd .st-cards-content-in {
		background: rgba(255,255,255,0.7);
		padding:0 40px 20px;
	}

	#st-magazine .kanren .st-fist-post dd h3 {
		font-size:150%;
		margin-bottom:5px;
		line-height:1.5;
		padding-top:20px;
	}

	/*関連記事*/
	#st-magazine.st-magazine-k .kanren .st-top-box {
		width:50%;
	}
	.colum1 #st-magazine.st-magazine-k .kanren .st-top-box,
	.lp #st-magazine.st-magazine-k .kanren .st-top-box {
		width:33.33%;
	}

	#st-magazine.st-magazine-k .kanren {
		margin-left: -5px;
		margin-right: -5px;
	}

	/*閲覧数ウィジェット*/
	aside .kanren.pop-box.st-wpp-views-widgets {
		margin-top:20px;
	}

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

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
/*基本のフォントサイズ*/
p, /* テキスト */
.st-kaiwa-hukidashi, /* ふきだし */
.st-kaiwa-hukidashi2, /* ふきだし */
.yellowbox, /* 黄色ボックス */
.graybox, /* グレーボックス */
.redbox, /* 薄赤ボックス */
#topnews .clearfix dd p, /* 一覧文字 */
.post ul li, /* ulリスト */
.post ol li, /* olリスト */
#comments #respond, /* コメント */
#comments h4, /* コメントタイトル */
.post h5, /* H5 */
.post h6 /* H6 */
 {
	font-size: 15px;
	line-height: 24px;
}
	#st-magazine .kanren {
	    padding: 0 10px;
	}

}

/*PC用h2タグ*/		
h2:not(.st-css-no2) {
position: relative;
padding: 13px 15px 9px 60px;
margin: 30px 0px 30px 0px;	
font-size: 130%;
color: #FFFFFF;

}

/*見出し*/
.midashi {
	padding: 12px 15px 12px 15px;
	margin: 30px 0px 20px 0px;
	background: #47bea0;/*背景色*/
	border-left: solid 20px #FFD700;/*左線（実線 太さ 色）*/
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
	border-top: none;
	border-bottom: none;
}		
	
/*PC用h3タグ*/	
/*小見出し*/
.post h3:not(.st-css-no2):not(.rankh3):not(#reply-title) {
	padding: 12px 15px 12px 15px;
	margin: 60px 0px 30px 0px;
	background: #47bea0;/*背景色*/
	border-left: solid 20px #FFD700;/*左線（実線 太さ 色）*/
	font-size: 21px;
	color: #ffffff;
	border-top: none;
	border-bottom: none;
}	
	
	
/*PC用h4タグ*/	
h4 {
position: relative;/*相対位置*/
padding: 0.5em 0.5em 0.5em 0em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/

}	
	
/*小見出し*/
.post h4:not(.st-css-no2):not(.rankh3):not(#reply-title) {
	color: #000000;
	font-size: 130%;
	line-height: 27px;
    margin: 30px 0px 10px 0px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 30px;
	background: transparent;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}

.post h4:before{ font-family: FontAwesome;/*忘れずに*/
content: "\f14a";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1.3em;/*サイズ*/
left: 0.00em;/*アイコンの位置*/
top: 0.20em;/*アイコンの位置*/
color: #FF4500; /*アイコン色*/
}

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

/*基本のフォントサイズ*/
	
p, /* テキスト */
.st-kaiwa-hukidashi, /* ふきだし */
.st-kaiwa-hukidashi2, /* ふきだし */
.yellowbox, /* 黄色ボックス */
.graybox, /* グレーボックス */
.redbox, /* 薄赤ボックス */
#topnews .clearfix dd p, /* 一覧文字 */
.post ul li, /* ulリスト */
.post ol li, /* olリスト */
#comments #respond, /* コメント */
#comments h4, /* コメントタイトル */
.post h5, /* H5 */
.post h6 /* H6 */
 {
	font-size: 14.5px;
	line-height: 25.0px;

}
	
/*記事タイトル*/
	.entry-title:not(.st-css-no2),
	.post .entry-title:not(.st-css-no2) {
		font-size: 25px;
		line-height: 40px;
		color: #333;
		margin-bottom: 10px;
	}	
	
/*PC用h2タグ*/		
h2:not(.st-css-no2) {
position: relative;
padding: 13px 15px 9px 60px;
margin: 30px 0px 30px 0px;	
font-size: 130%;
color: #FFFFFF;

}

/*見出し*/
.midashi {
	padding: 12px 15px 12px 15px;
	margin: 30px 0px 20px 0px;
	background: #47bea0;/*背景色*/
	border-left: solid 20px #FFD700;/*左線（実線 太さ 色）*/
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
	border-top: none;
	border-bottom: none;
}		
	
/*PC用h3タグ*/	
/*小見出し*/
.post h3:not(.st-css-no2):not(.rankh3):not(#reply-title) {
	padding: 12px 15px 12px 15px;
	margin: 60px 0px 30px 0px;
	background: #47bea0;/*背景色*/
	border-left: solid 20px #FFD700;/*左線（実線 太さ 色）*/
	font-size: 21px;
	color: #ffffff;
	border-top: none;
	border-bottom: none;
}	
	
	
/*PC用h4タグ*/	
h4 {
position: relative;/*相対位置*/
padding: 0.5em 0.5em 0.5em 0em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/

}	
	
/*小見出し*/
.post h4:not(.st-css-no2):not(.rankh3):not(#reply-title) {
	color: #000000;
	font-size: 130%;
	line-height: 27px;
    margin: 30px 0px 10px 0px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 30px;
	background: transparent;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}

.post h4:before{ font-family: FontAwesome;/*忘れずに*/
content: "\f14a";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1.3em;/*サイズ*/
left: 0.00em;/*アイコンの位置*/
top: 0.20em;/*アイコンの位置*/
color: #FF4500; /*アイコン色*/
}
	
	
	/*ブログカード風マガジン最初の投稿*/
	#st-magazine .kanren .st-top-box.st-fist-post dt {
		overflow: hidden;
		width: 100%;/* トリミングしたい枠の幅 */
		height: 400px;/* トリミングしたい枠の高さ */
		position: relative;
	}

	.home main {
		padding-left:0;
		padding-right:0;
		padding-bottom:0;
	}

	#st-magazine .kanren .st-fist-post {
		padding:0 5px 5px;
	}

	#st-magazine .kanren .st-top-box {
		width:49.99%;
	}

	.colum1 #st-magazine .kanren .st-top-box {
		width:33.33%;
	}

	.home aside .kanren {
		margin-top: 0;
		padding-top: 0px;
	}

	.home .colum1 main,
	.category .colum1 main {
		margin: 0 0 20px;
		padding: 0px;
	}

	/*記事エリアのボーダー*/
	.single main,
	.page main {
		border: 1px solid #ccc;
	}

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

/* 買いデータ */ 
.mybox1{
	border: 2px solid #999999;
	border-radius: 5px;
	margin: 40px 5px 25px 10px;
	padding: 30px 20px 15px 20px;
	position: relative;
}
.mybox1:before{
	background-color: #ff235e;
	border-radius: 5px;
	color: #fff;
	content: '買いデータ';
	padding: 5px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
}
.mybox1:after{
	border-top: 12px solid #ff235e;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
}

/* 消しデータ */ 
.mybox2{
	border: 2px solid #999999;
	border-radius: 5px;
	margin: 40px 5px 25px 10px;
	padding: 30px 20px 15px 20px;
	position: relative;
}
.mybox2:before{
	background-color: #3679ed;
	border-radius: 5px;
	color: #fff;
	content: '消しデータ';
	padding: 5px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
}
.mybox2:after{
	border-top: 12px solid #3679ed;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
}

/* データ推奨馬 */ 
.mybox3{
	border: 2px solid #999999;
	border-radius: 5px;
	margin: 40px 5px 25px 10px;
	padding: 30px 20px 15px 20px;
	position: relative;
}
.mybox3:before{
	background-color: #ff0000;
	border-radius: 5px;
	color: #fff;
	content: 'データ推奨馬';
	padding: 5px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
}
.mybox3:after{
	border-top: 12px solid #ff0000;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
}

/* 本命 */ 
.mybox4{
	border: 2px solid #999999;
	border-radius: 5px;
	margin: 40px 5px 25px 10px;
	padding: 30px 20px 15px 20px;
	position: relative;
}
.mybox4:before{
	background-color: #333333;
	border-radius: 5px;
	color: #fff;
	content: '予想(◎○▲)';
	padding: 5px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
}
.mybox4:after{
	border-top: 12px solid #333333;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
}

/*ブログカード*/
.st-cardbox {
	padding:10px 10px 2px;
	margin:0px 0px 0px 0px;
	border:1px solid #999999;
	margin-bottom:10px;
	line-height:0;
}
