@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*全体//////////////////////////////////////////////////////////////////*/


/*初期設定でQuicksandが使われている部分を変える*/
.dfont {
   font-family: 'Roboto Condensed',YuGothic,"Yu Gothic","Hiragino Sans","ヒラギノ角ゴシック","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}




/*下のmargin0*/
.bottommg0 
{
	margin-bottom:0!important;
}

/*広告*/

/*ダブルレクタングル*/
.rectangle_ad {
 display: flex;
 display: -webkit-flex; /* Safari用 */
 justify-content: space-around;
 -webkit-justify-content: space-around; /* Safari用 */
}

.ad_left,.ad_right {
	padding:0 5px;
}

/*ヘッダー///////////////////////////////////////////////////////////////////*/



/*ロゴサイズ変更*/
#logo, #logo img, .desktop-nav li a,#drawer__open {
    height: 125px;
    line-height: 125px;
	margin-top:10px;
}

/*PCサイズのヘッダーカテゴリメニューの設定*/
@media only screen and (min-width: 768px){
	
	.desktop-nav li a:hover{
		opacity:0.5;
	}
	
	.desktop-nav li:after {
    bottom: 9px;
    transform-origin: top;
		opacity:0.9;
}
	
}


/*コンテンツ///////////////////////////////////////////////////////////////////*/

/*日付*/
.cardtype time:before {
	display:none;
}

.cardtype time {
    color: #C3D1DA;
    font-size: 15px;
    letter-spacing: 0.5px;
	 font-weight:normal;
}


/*フォーム送信ボタンセンターへ*/
.con7-center {
	text-align:center;
}


/*アイキャッチがない場合のギザギザ線を消す*/
.nothumb .entry-meta:after, .nothumb .page-title:after {
    content: none;
}

/*更新日を非公開*/
.entry-meta .updated {
    display: none;
}

/*記事下タイトル余白小さく*/
#main .entry-content {
    padding-top: 10px;
}
#main .article-header {
    margin-bottom: 10px;
}

/*的中報告用BOX*/
.box31 .box-title {
    padding: 2px;
    background: #ee4035;
	    font-size: 1.1em;
}

.box31{
    background: #F5F5F5;
    box-shadow: none;
}


/*NEWラベル*/
.newmark {
    top: 8px;
    right: 6px;
    width: 44px;
    height: 25px;
    border-radius: 5px;
    line-height: 25px;
}

/*ラベル*/
.cat-name {
    top: 8px;
    left: 7px;
    height: 22px;
    border-radius: 14px;
    color: #FEFFF9;
    line-height: 22px;
}

/*競艇予想のラベル*/
#main .catid2{
    background: #F9ED3A;
}

/*SNSボタン*/
.footer-contents .sns-btn{
	display:none;
}  

/*SNSボタン上の文字を消す*/
.sns-btn__title {
	display:none;
}

/*見出しのデザイン/////////////////////////////////////////////////////////////////////////*/

.entry-content .midasi {
    position: relative;
	 padding: 0.25em 0;
}

.entry-content .midasi:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
background: linear-gradient(to right, rgb(255, 71, 74), #FFE53B);
}

/*青グラデ*/
.entry-content .midasi2 {
    position: relative;
	 padding: 0.25em 0;
}

.entry-content .midasi2:after {
content: "";
display: block;
height: 4px;
background-color: #0093E9;
background-image: linear-gradient(90deg, #0093E9 0%, #80D0C7 100%);
}

/*途中で色が変わる見出し*/

#inner-content .hh17:after {
    width: 25%;
    border-bottom: solid 3px #1c73bf;
}

/*塗りつぶし見出し*/

.nuribox {
    background-color: #3e86d8 !important;
	color:#fff;
}

/*チェックマーク見出し*/

#inner-content .hh30:before {
    color: #DF5464;
	    top: auto;
}

/*更新情報BOX*/
.box3 {
    margin: 2em 0;
    padding: 0.5em 1em;
    background: #f5f5f5;
    color: #2c2c2f;
}

/*文字の下二重線*/

.niju {
    border-bottom-width: 5px;
    border-bottom-style: double;
	 border-color: #1c73bf;
}

/*引用の設定*/
.entry-content blockquote:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 11px;
    font-family: FontAwesome;
    font-size: 13px;
    vertical-align: middle;
    line-height: 1;
    content: "\f10d";
    color: #e0e0e0 !important;
}

.entry-content blockquote {
    box-sizing: border-box;
    position: relative;
    margin: 1.5em 0;
    padding: 30px 15px 13px 15px;
    border: solid 2px #fff901;
    color: #464646;
}


/*TOCの設定*/

#toc_container {
    border-top: solid 5px;
    background: #fcfcfc;

}

#toc_container .toc_title:before {
    left: -60px;
    color: #f9ed3a;
    font-size: 27px;
}

.toc_title:before {
	background-color:#fcfcfc !important;
}

#toc_container .toc_title {
    padding: 5px 0 5px 0px;

}


/*h2*/
#toc_container .toc_list li a {
    color: #3e86d8;
    border: solid 4px;
    padding: 5px;
}

#toc_container .toc_list li a:hover{
	text-decoration:none;
	opacity:0.5;
}

#toc_container .toc_list li {
    list-style-type: none;
    margin-bottom: 11px;
}

#toc_container .toc_list {
    margin-left: 0;
}

/*h3*/
#toc_container .toc_list li ul li {
    margin: 25px;
    font-size: .95em;
    font-weight: normal;
		list-style-type:circle;
		color: #3e86d8;
}

#toc_container .toc_list li ul li a{
	 border:none;
	border-bottom:solid 3px #F9ED3A;
	padding:5px 5px 3px 0px;
}

#toc_container .toc_list li ul {
    margin: 5px;
    padding-left:0 ;
}


/*出目データ用テーブル*/

.demetable th {
    color: white;
    background-color: #2ca9e1 !important;
	 border: 2px solid #2ca9e1;
}

.entry-content th:last-child {
     border-right: 2px solid #2ca9e1; 
}

.demetable  tr:nth-child(odd){
 background:#fafafa; 
 }

.demetable tr:hover{
	background: #EDF4F4;
	transition:0.3s;
}

.demetable th:not(:last-child) {
    border-right:2px solid #fff;
}

.demetable tr:not(:last-child) {
    border-bottom: 1px solid #D4DCDC;
}

@media only screen and (min-width: 676px) {
/*画面サイズが大きくなったときに表のスクロールを解除*/
.entry-content table.tb-responsive {
  display: table;
  overflow-x: visible;
  width: auto;
  border: 2px solid #e0e0e0;
  white-space: normal;
}
}


/*アコーディオンの設定*/

.accordion label {
    border: solid 3px #1c73bf;
    color: #1c73bf;
}

.accordion label:after {
    top: 17px;
    font-size: 40px;
    color: #1c73bf;
}


/*出走表の設定*/
.ol-circle li:nth-child(1):before{

	background: #EBEBEB;
	color: #54626E;

}

.ol-circle li:nth-child(2):before{

	background: #505050;
 
}

.ol-circle li:nth-child(3):before{

	background: #EE4346;
    
}

.ol-circle li:nth-child(4):before{

	background: #4485CE;

}

.ol-circle li:nth-child(5):before{

	background: #ECE86B;

}

.ol-circle li:nth-child(6):before{

	background: #57B652;

}

/*アップデート後のborder消去*/

.box28 .box-content {
    border: none;
    padding: 0;
}



/*出目*/

.deme1 {
    background: #EBEBEB;
	 color: #54626E;
    padding: 4px 7px;
}

.deme2 {
	background: #505050;
	color:white;
    padding: 4px 7px;
}

.deme3 {
	background: #EE4346;
	color:white;
    padding: 4px 7px;
}

.deme4 {
	background: #4485CE;
	color:white;
    padding: 4px 7px;
}

.deme5 {
	background: #ECE86B;
	color:white;
    padding: 4px 7px;
}

.deme6 {
	background: #57B652;
	color:white;
    padding: 4px 7px;
}

@media screen and (min-width:768px) and (max-width:850px){
	
	.deme1,.deme2,.deme3,.deme4,.deme5,.deme6 {
		font-size:14px;
		padding:4px 5px;
	}
	
}

/*場別の表サイズ調整*/

@media screen and (max-width:321px){
	
	.sizedown {
		font-size: 76%;
	}
	
}


/*黄色文字背景*/
.haikei {
	 background: linear-gradient(transparent 0, #FFFF4C 0);
}

/*場別の基本データBOX*/

.li-chevron li:before {
    color: #1c73bf;
}

.box26 {
    border: solid 2px #7E8080;
}

.box26 .box-title {
    color: #1c73bf;
}

/*赤アンダーライン*/
.kaime {
background: linear-gradient(transparent 70%, rgba(255, 67, 67, .75) 50%);
font-weight:bold;
}

/*文字を白*/
.mojiwhite {
    color: #fff;
}

/*boxの設定*/
.box28 .box-title {
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -3px;
    height: 28px;
    padding: 0 9px;
    border-radius: 5px 5px 0 0;
    background: #1e73be;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    line-height: 28px;
}

.box28 {
    position: relative;
    margin: 3em 0 2em;
    padding: 1.5em 1em;
    border: solid 3px #1e73be;
}


/*アプリのリンク(アプリーチ)*/


.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}




/*サイドバー///////////////////////////////////////////////////////////////////*/

/* ウィジェットの背景色*/
.widget {
    background: #fcfcfc; 
}

/*サイドバーサムネイルのパディング調整*/
.widget ul li a {
	padding:5px;
}

/* サイドウィジェット　ホバー調整*/
.widget ul li a:hover {
    background: none;
	 opacity:0.4;
}


/*サイドバーウィジェット*/
.widgettitle {
    border-bottom: solid 2px #F9ED3A;
	 padding: 2px 9px;
}



/*検索ボタン*/
#searchsubmit {
	background-color:#FFF!important;
}

#searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,.1);
    border-radius: 0 3px 3px 0;
    color: #74a3da;
    border-left: solid 2px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

/*タイトル前のアイコンを消す*/
.widgettitle:before {
    content: none!important;
}


/*フッター///////////////////////////////////////////////////////////////////*/


/*フッター色変更*/
#footer-menu {
    background-color: #fcfcfc !important;
	 border-top: solid 2px #1c73bf;
}

.copyright {
    margin: 0;
    opacity: 0.7;
    color: #1c73bf !important;
}

/*フッターメニュー文字色*/
#footer-menu a {
    color: #1c73bf !important;
}

/*フッターメニューhover*/
#footer-menu nav a:hover{
		opacity:0.5;
	transition:0.3s;
	text-decoration:none;
	}

/*フッターロゴ*/

#footer-menu a:hover {
	opacity:0.5;
}


@media (max-width: 767px)  {
.footer-logo img {
	max-width: 45%;
}
}

@media (min-width: 768px) and (max-width: 1029px) {
.footer-logo img {
	max-width: 20%;
}
}

@media (min-width: 1030px)  {
.footer-logo img {
	max-width: 20%;
}
}


/*footerのHOMEアイコン消す*/
.fa-home:before {
    display:none;
}









