x	/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statemenmenuts in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

div.entry ul li {
font-size:14px;
}


div.entry ul,
div.entry ol,
div.entry p,
div.entry h4,
div.entry h5 {
font-size: 1.4em;
line-height: 1.8em;
}


#toc_container ul a, .entry ol a { font-weight:normal; }
#toc_container ul a:link, .entry ol a:link { color: #1A0DAB; }
#toc_container ul a:visited, .entry ol a:visited { color: #660099; }
#toc_container ul li, .entry ol li { margin:1em 0 ; line-height:1em ; }

.entry ul a, .entry ol a { font-weight:normal; }
.entry ul a:link, .entry ol a:link { color: #1A0DAB; }
.entry ul a:visited, .entry ol a:visited { color: #660099; }
.entry ul li, .entry ol li { margin:0.5em 0 ; line-height: 1.4em;}

.entry h3 a { font-weight:bold;}


.post .entry {
 	max-width:700px;
 	margin: 0 auto 0;
}

.archiveposts .post {
  margin: 0 0 0 0;
  padding: 10px 0 10px 0;
}

.archiveposts .entry-meta {
  margin-bottom:0px;
}


div.featured_art {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

div.featured_art p {
font-size: 1.3em;
line-height: 1.7em;
}

div.featured_cat p {
font-size: 1.3em;
line-height: 1.7em;
}

p.attachment {
    max-width:1040px;
}


img.attachment-attachment[srcset] {
    margin-top: 20px;
	width: 100% !important;
	height: 100% !important;
}


h1.title { 
        border-bottom: solid 1px #7d7f7f;
        margin-bottom: 15px;
        padding-bottom: 15px;
        line-height: 1.3em;
        font-size:28px;
}

h2.category_title, h3.category_title {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #7d7f7f;
    padding: 6px 0 7px;
    margin-bottom: 25px;
    color: #000;
}

h1.cat_title {
        margin-bottom: 15px;
        line-height: 1.3;
        font-size:28px;
}

div#entry h3.event_title {
	font-size: 18px;
	color: #000;
}

h3.event_title a.event_title_link {
	color: #000 !important;
}

h2.section_title, h3.section_title {
    border-bottom: 1px solid #e7e7e7;
    border-top: 2px solid #222;
    padding: 12px 0;
    margin: 0 0 20px 0;
    color: #000;
    font-size: 22px;
}


ul.post_list,ol.post_list {
	margin: 20px 10px;
    list-style-position: outside;
    padding-left:2em;
}

h1.slide_title { 
        border-bottom: solid 0px #7d7f7f;
        margin: 20px 5px !important;
        padding-bottom: 0px;
        line-height: 1.3;
        font-size:28px;
}

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
h2.entry-title{
        padding: 15px 0 10px;
        margin-top:12px;
        font-size:22px;
}

#logo {
    float:left;
    padding:0 0 0 0;
        margin:2px 0 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.video-container_4x3 {
    position: relative;
    padding-bottom: 75%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.navbar-search {
    float:right;
    margin:0px 10px 0 0;
    clear:right;
}

.main-navbar {
	background:  #2f70a6;
	padding: 7px 15px 0;
    margin: 0;
}

/*********************************************************************************************

3. Header (Overwrite style.css)  -------------------------  header.php

*********************************************************************************************/

.navbar-nav a {
    padding: 12px 15px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.main-navbar {
	background:  #2f70a6;
	padding: 0px 15px 0;
    margin: 0;
}

/* Menu */

.navbar-nav ul {
    width: 220px;
    margin-top: 0;
    background: #2f81b7;
}

.navbar-nav ul a:hover {
    background: #3a99d8;
}

.navbar-nav .current-menu-item a,
.navbar-nav .current_page_item a,
.navbar-nav .current-menu-parent a,
.navbar-nav .current_page_parent a {
    background: #3a99d8;
    color: #fff;
}

/* Main Menu */

.main-navbar ul a:hover {
    background: #2f81b7;
}

.main-navbar ul ul a:hover {
    background: #3a99d8;
}

.main-navbar .sfHover a {
    background: #2f81b7;
}


/*********************************************************************************************

ページ分割とタグクラウド  -------------------------  single.php

*********************************************************************************************/


/* FBアイコン */

div.addtoany_shortcode {
    margin-bottom: 8px;
}

div.fb-like.addtoany {
	margin:0;
	padding:0;
	position:relative;
	top:-5px;
	left:-12px;
}

div.sankaku {
  position:absolute;
  width:0px;
  height:0px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #227aee;
  border-left: 10px solid transparent;
  margin-top:-12px;
  margin-left:10px;
}


/* 複数ページ */

div.nextlink {
    margin:30px 0 10px;
}

div.nextpage {
    margin:10px 0 30px;
}

.nextlink .post-page-numbers {
    font-size:18px;
    color:#346c93;
    font-weight:bold;
}

.nextpage .post-page-numbers  {
    width: 30px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left;
    text-align:center;
    color:#666;
    background-color:#ddd;
    margin:0 5px 10px;
}

.nextpage .post-page-numbers:hover , .nextpage span.post-page-numbers {
    width: 30px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left;
    text-align:center;
    color:#fff;
    background-color:#2f81b7;
    margin:0 5px 10px;
}

/*タグクラウドのデザイン*/

div.tags_list {
 margin:15px 0;
}

.tags_list a:link {
 display: inline-block;
 background:#eee;
 border:none;	
 color: #666;
 line-height: 1;
 padding: 6px;
 margin:3px;
 border-radius: 3px;
 font-size:14px;
}
/*タグクラウドマウスオーバー時*/
.tags_list a:hover {
 background: #ffc489; 
 color: #fff; 
}

/* 関連投稿 */

h2.jp-relatedposts-title{padding-top:40px;}


/*********************************************************************************************

サイドバーのいろいろ  -------------------------  sidebar.php

*********************************************************************************************/


/* サイドバー */

div.widget h3.cat-caption {
  border-left: solid 6px #3070a6	 ;
  padding: 0 10px !important;
  margin-bottom: 0.5em;
  margin-top: 2em;
}

#sidebar .widget {
	margin-bottom:1.5em;
}

h3.information { font-size:20px ; color:#fc9642; }
h3.about { font-size:20px ; color:#5cafab; }
div.widget_top-posts h3 { margin-bottom:4px !important; font-size:20px !important; color:#ed5e48 !important; }
div#google_translate_widget-2 h3 { margin-top: 12px; margin-bottom: 4px !important; font-size:16px !important; color:#000 !important; }

#sidebar .widget div.widget_top-posts h3.title {
padding-bottom: 0;
border-bottom: solid 0px;
}


div.widget_top-posts ul.widgets-list-layout.no-grav li {
    padding:4px 0;
    border-bottom:1px solid #ed5e48;
    list-style-type:none;
}

div.widget_top-posts ul.widgets-list-layout.no-grav {
        border-top:1px solid #ed5e48;
    list-style-type:none;
}


ul.widgets-list-layout.no-grav li {
    padding:4px 0;
    border-bottom:1px solid #f39c12;
    list-style-type:none;
}

ul.widgets-list-layout.no-grav {
        border-top:1px solid #f39c12;
    list-style-type:none;
}


#sidebar li.cat_item {
    padding:4px 0;
    border-bottom:1px solid #f39c12;
    list-style-type:none;
}

#sidebar ul.cat_item {
        border-top:1px solid #f39c12;
    list-style-type:none;
}

#sidebar li.page_item {
    padding:4px 0;
    border-bottom:1px solid #16a085;
    list-style-type:none;
}

#sidebar ul.page_item {
        border-top:1px solid #16a085;
        list-style-type:none;
}

#sidebar .widget h3.title, {
    padding:0 0 4px;
    margin-bottom:0px;
    font-size:17px;
    border-bottom:0px dotted #ddd;
    color:#1F1C1C;
    line-height:1.4;
}


/* シェアアイコン */

.widget div.fb-like {position:relative; left:0px;}


/* 検索フォーム */

#s {
width: 290px;
height: 40px;
margin: 0;
border: solid 2px #ccc;
border-radius: 2em;
}


/*********************************************************************************************

キャプションまわり  -------------------------  paraphoto.org

*********************************************************************************************/

/* キャプション */

/* Image captions */

figcaption.wp-caption-text {
display: block !important;
text-align: left !important;
line-height: 20px !important;
font-size: 14px !important;
color: #333 !important;
padding: 6px !important;
background-color: #eee;
}

figcaption.gallery-caption {
margin-top: -20px !important;
display: block !important;
text-align: left !important;
line-height: 20px !important;
font-size: 14px !important;
color: #333 !important;
padding: 6px !important;
background-color: #eee;
}

span.getty-caption-text {
display: block !important;
max-width: 593px;
text-align: left !important;
line-height: 20px !important;
font-size: 14px !important;
color: #333 !important;
padding: 3px 6px 0 !important;
border-left: solid 5px #999;
}

span.getty-caption-text-center {
display: block !important;
max-width: 593px;
width: 100%;
text-align: left !important;
line-height: 20px !important;
font-size: 14px !important;
color: #333 !important;
margin: 5px auto 30px auto !important;
padding: 3px 6px 0 !important;
border-left: solid 5px #999;
}


/*********************************************************************************************

Overwrite table style  -------------------------  sportspress.php

*********************************************************************************************/


table.sp-event-blocks span.sp-event-status {
  display: none !important ;
}

h4.sp-staff-name span.sp-staff-role:after {
  content:': ';
}

table.sp-event-performance {
  max-width:698px;
  position: relative;
  left:2px;
}

div.sp-table-wrapper {
  margin: 0px !important;
  padding: 0px !important;
}

div.sp-section-content.sp-section-content-content div.sp-post-content {
  margin-bottom: 30px !important;
}

.sp-data-table th,
.sp-data-table td {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    border: 0px solid #e5e5e5 !important;
    padding: 5px 10px !important;
    text-align: center !important;
}

div.sp-calendar-link.sp-view-all-link {
	padding: 0px 15px !important;
	border: 0px solid #fff !important;
}

h3.sp-post-caption {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: bold !important;
  border-left: solid 6px #3070a6 !important;
  border-top: solid 0 #fff !important;
  border-right: solid 0 #fff !important;
  margin-top: 0px !important;
  margin-bottom: 30px !important;
  padding: 5px 10px !important;
}

th.data-number,
th.data-rank,
th.data-position,
th.data-date,
th.data-event,
ht.data-time,
th.data-league,
th.data-season,
th.data-venue,
th.data-article,
th.data-day,
th.data-name,
th.data-firsthalf,
th.data-secondhalf,
th.data-pk,
th.data-goals,
th.data-assists,
th.data-appearances,
th.data-yellowcards,
th.data-redcards,
th.data-owngoals,
th.data-extrafirsthalf,
th.data-extrasecondhalf,
th.data-outcome,
th.data-role,
th.data-team,
th.data-winratio,
th.data-drawratio,
th.data-lossratio,
th.sp-event-matrix-home-label {
  border: solid 0 #ccc !important ;
  font-size: 18px !important ;
  background-color: #000 !important;
  color: #fff !important;
}

th.data-name {
  border: solid 0 #ccc !important ;
  font-size: 18px !important ;
  background-color: #000 !important;
  color: #fff !important;
  white-space: nowrap !important ;
}

table.sp-data-table.sp-tournament-bracket thead th {
  font-size:18px !important ;
}

/* センタリング　*/

table.sp-event-list.sp-event-list-format-title thead th.data-time,
table.sp-event-performance thead th.data-number,
table.sp-event-performance thead th.data-rank
table.sp-event-performance thead th.data-goals,
table.sp-event-performance thead th.data-appearances,
table.sp-event-performance thead th.data-assists,
table.sp-event-performance thead th.data-yellowcards,
table.sp-event-performance thead th.data-redcards,
table.sp-event-performance thead th.data-owngoals,
table.sp-player-list thead th.data-goals,
table.sp-player-list thead th.data-number,
table.sp-player-list thead th.data-rank,
table.sp-player-list thead th.data-appearances,
table.sp-player-list thead th.data-assists,
table.sp-player-list thead th.data-yellowcards,
table.sp-player-list thead th.data-redcards,
table.sp-player-list thead th.data-owngoals,
table.sp-player-list thead th.data-team,
table.sp-player-statistics thead th.data-winratio,
table.sp-player-statistics thead th.data-drawratio,
table.sp-player-statistics thead th.data-lossratio,{
  text-align: center !important ;
  border: solid 0 #ccc !important ;
  font-size: 18px !important ;
  background-color: #000 !important;
  color: #fff !important;
}


table.sp-league-table.sp-data-table thead th.data-rank,
table.sp-league-table.sp-data-table thead th.data-p,
table.sp-league-table.sp-data-table thead th.data-w,
table.sp-league-table.sp-data-table thead th.data-d,
table.sp-league-table.sp-data-table thead th.data-l,
table.sp-league-table.sp-data-table thead th.data-f,
table.sp-league-table.sp-data-table thead th.data-a,
table.sp-league-table.sp-data-table thead th.data-gd,
table.sp-league-table.sp-data-table thead th.data-pts {
  border: solid 0 #ccc !important ;
  font-size: 18px !important ;
  background-color: #000 !important;
  color: #fff !important;
  text-align: center !important;
}

td.data-date,
td.data-name,
td.data-article,
td.data-day,
td.data-event,
td.data-firsthalf,
td.data-secondhalf,
td.data-extrafirsthalf,
td.data-extrasecondhalf,
td.data-goals,
td.data-pk,
td.data-appearances,
td.data-assists,
td.data-yellowcards,
td.data-redcards,
td.data-owngoals,
td.data-league,
td.data-season,
td.data-venue,
td.data-number,
td,data-rank,
td.data-position,
td.data-outcome,
td.data-role,
td.data-winratio,
td.data-drawratio,
td.data-lossratio,
td.sp-performance-icons {
  border: solid 1px #ccc !important ;
  font-size: 18px !important ;
}

td.data-time a {
  font-weight: bold !important ;
}

td.data-event a {
  font-weight: bold !important ;
}


td.data-name a,
tr.even.highlighted td.data-name a {
  white-space: nowrap !important ;
  font-weight: bold !important ;
}

tr.even.highlighted td {
  font-weight: normal !important ;
}

table.sp-staff-directory td.data-name {
  border: solid 1px #ccc !important ;
  font-size: 18px !important ;
  color: #000 !important;
  white-space: nowrap !important ;
  font-weight: normal !important ;
}


#sidebar table.sp-event-list th.data-date,
#sidebar table.sp-event-list td.data-date {
	display: none !important;
}

/* センタリング　*/

table.sp-event-list.sp-event-list-format-title tbody td.data-time,
table.sp-event-performance tbody td.data-number,
table.sp-event-performance tbody td.data-rank,
table.sp-event-performance tbody td.data-goals,
table.sp-event-performance tbody td.data-appearances,
table.sp-event-performance tbody td.data-assists,
table.sp-event-performance tbody td.data-yellowcards,
table.sp-event-performance tbody td.data-redcards,
table.sp-event-performance tbody td.data-owngoals,
table.sp-player-list tbody td.data-number,
table.sp-player-list tbody td.data-rank,
table.sp-player-list tbody td.data-goals,
table.sp-player-list tbody td.data-appearances,
table.sp-player-list tbody td.data-assists,
table.sp-player-list tbody td.data-yellowcards,
table.sp-player-list tbody td.data-redcards,
table.sp-player-list tbody td.data-goals,
table.sp-player-list tbody td.data-owngoals,
table.sp-player-list tbody td.data-team,
table.sp-player-statistics tbody td.data-winratio,
table.sp-player-statistics tbody td.data-drawratio,
table.sp-player-statistics tbody td.data-lossratio {
  text-align: center !important ;
  border: solid 1px #ccc !important ;
  font-size: 18px !important ;
}

table.sp-league-table.sp-data-table tbody td.data-rank,
table.sp-league-table.sp-data-table tbody td.data-p,
table.sp-league-table.sp-data-table tbody td.data-w,
table.sp-league-table.sp-data-table tbody td.data-d,
table.sp-league-table.sp-data-table tbody td.data-l,
table.sp-league-table.sp-data-table tbody td.data-f,
table.sp-league-table.sp-data-table tbody td.data-a,
table.sp-league-table.sp-data-table tbody td.data-gd,
table.sp-league-table.sp-data-table tbody td.data-pts {
  border: solid 1px #ccc !important ;
  font-size: 18px !important ;
  text-align: center !important ;
}


table.sp-event-details th {
  border: solid 0 #ccc !important ;
  font-size: 18px !important ;
}

table.sp-event-details td {
  border: solid 1px #ccc !important ;
  font-size: 18px !important ;
}


div.sp-template-event-staff p.sp-event-staff {
  border: solid 0 #ccc ;
  font-size: 18px !important ;
  margin-top: 1.5em;
}

.article ul li:first-child{
   color:#4d4d4d;
}

div.sp-template.sp-template-event-list  h4.sp-table-caption,
div.sp-template.sp-template-event-details h4.sp-table-caption,
div.sp-template.sp-template-league-table h4.sp-table-caption {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: bold !important;
  border-left: solid 6px #3070a6 !important;
  border-top: solid 0 #fff !important;
  border-right: solid 0 #fff !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  padding: 0px 10px !important;
}

h4.sp-table-caption,
h4.entry-table-caption {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: bold !important;
  border-left: solid 6px #3070a6 !important;
  border-top: solid 0 #fff !important;
  border-right: solid 0 #fff !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  padding: 0px 10px !important;
}

span.sp-table-caption {
  width:100%;
  max-width:700px;
  display: block !important;
  font-size: 18px !important;
  color: #000 !important;
  font-weight: bold !important;
  border-left: solid 6px #3070a6 !important;
  border-top: solid 0 #fff !important;
  border-right: solid 0 #fff !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  padding: 0px 10px !important;
}

div.sp-fixtures-results h4.sp-table-caption {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: bold !important;
  border-left: solid 6px #3070a6 !important;
  border-top: solid 0 #fff !important;
  border-right: solid 0 #fff !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  padding: 0px 10px !important;
}

table.sp-data-table.sp-event-venue thead th {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: mormal !important;
  border: solid 0 #fff !important;
}

table.sp-data-table.sp-event-venue tbody tr.sp-event-venue-address-row td {
  font-size: 14px !important;
  border: solid 0 #fff !important;
}

table.sp-event-details thead th {
  background-color: #000 !important;
  color: #fff !important;
  border: solid 0 #ccc;
}

table.sp-event-performance {
  border: solid 0 #fff !important;
}

table.sp-event-venue {
  border: solid 0 #fff !important;
}

div.sp-section-content.sp-section-content-logos {
  margin: 0px !important;
  padding: 0px !important;
}

div.sp-template.sp-template-event-logos.sp-template-event-blocks.sp-template-event-logos-block {
  margin: 0px !important;
  padding: 0px !important;
}

div.sp-table-wrapper table.sp-event-blocks.sp-data-table {
  border: solid 2px #fff !important;  
}


div.sp-section-content.sp-section-content-logos span.sp-team-logo {
}

div.sp-section-content.sp-section-content-logos strong.sp-team-name {
  font-size: 24px !important ;
  font-weight: bold !important ;
  margin: 0 10px !important ;
}

div.sp-section-content.sp-section-content-logos strong.sp-team-result {
  color: #000 !important ;
  padding: 0 10px !important;
  font-weight: bold !important;
  font-size: 36px !important ;

}

div.sp-event-logos.sp-event-logos-2 {
  font-size: 36px !important;
  font-weight: bold !important;
}

span.player-flag img {
 margin:auto;
 border: solid 1px #666 ;
}

dl.sp-staff-details dd img {
 margin:auto;
 border: solid 1px #666 ;
}

div.sp-event-logos.sp-event-logos-2 img.attachment-sportspress-fit-icon.size-sportspress-fit-icon {
  border: solid 1px #666 !important;
}

span.team-logo img.attachment-sportspress-fit-mini.size-sportspress-fit-mini {
  border: solid 1px #666 !important;
}

img.attachment-sportspress-fit-icon.size-sportspress-fit-icon.wp-post-image {
  border: solid 1px #666 !important;
}

div.sp-template.sp-template-team-logo.sp-template-logo.sp-team-logo img.attachment-sportspress-fit-icon.size-sportspress-fit-icon {
  border: solid 1px #666 !important;
}

h4.sp-staff-name {
  font-weight: normal !important;
  font-size: 18px;
}

span.team-logo img.attachment-sportspress-fit-icon.size-sportspress-fit-icon {
  border: solid 1px #666 !important;
}

/*********************************************************************************************

Calendar  -------------------------  sportspress.php

*********************************************************************************************/

table#wp-calendar thead th {
  background-color: #000 !important;
  color: #fff !important;
  border: solid 1px #ccc !important;
  font-size: 18px !important ;
  text-align: center !important;
}

table#wp-calendar tbody td {
  font-size: 18px !important ;
  border: solid 1px #ccc !important;
  text-align: center !important;
}

table#wp-calendar tbody td#today {
  background-color: #FEECD2 !important;
  border: solid 1px #ccc !important;
}

caption.sp-table-caption {
  font-size: 18px !important;
  text-align: left !important;
  color: #000 !important;
  font-weight: bold !important;
  border-left: solid 6px #3070a6 !important;
  border-top: solid 0 #fff !important;
  border-right: solid 0 #fff !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  padding: 0px 10px !important;
}

a.has-tip {
  background: #D4ECEA;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  padding: 5px !important;
}


/*********************************************************************************************

Block  -------------------------  sportspress.php

*********************************************************************************************/

table.sp-event-blocks time.sp-event-date {
  font-size: 18px !important ;
  color: #333 !important ;
}

table.sp-event-blocks h5.sp-event-results,
table.sp-event-blocks h5.sp-event-results span.sp-result {
  font-size: 36px !important ;
  font-weight: bold !important ;
}

table.sp-event-blocks h4.sp-event-title {
  font-size: 18px !important ;
}


/*********************************************************************************************

display contorol -------------------------  index.php

*********************************************************************************************/



div#cat_500 {
display:none !important;
}

div#cat_82 {
display:none !important;
}

div#cat_106 {
display:none !important;
}


/*********************************************************************************************

lead sentence -------------------------  single,php

*********************************************************************************************/

div.lead100 {
max-width:700px;
padding:12px;
background-color:#eee;
margin:0 auto 2em;
}

div.lead100 p {
font-size:12pt;
margin:0;
}

div.lead100 h2 {
font-size:12pt;
margin-bottom:6px;
}

/*********************************************************************************************

event -------------------------  sidebar.php

*********************************************************************************************/


/**
 * This should be added to your theme's style.css
*/
.eo-events-widget{ font-size: 14px }
.eo-events-widget li{ overflow:hidden;}
.eo-events .eo-date-container{ color:white;float:left;;text-align: center;width: 35px;line-height: 1.3; margin:0px 5px; }
.eo-events .eo-date-month{ margin: 0px;display: block;font-size: 14px;font-variant: small-caps;color: white;letter-spacing: 3.2px;text-align: center;}
.eo-events .eo-date-day{ display: block;margin: 0px;border: none;font-size: 20px; }
.eo-events .eo-date-container{ background: #1e8cbe}
.eo-events .eo-date-day{ background: #78c8e6}


div.date {
font-size:30px;
font-weight:bold;
box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
padding: 5px;
width:70px;
}

span.fbevent-date {
color:#ee2c4e;
font-weight:bold;
}

a:hover.fbevent{
color:#ee2c4e;
text-decoration: none;
}

/*********************************************************************************************

blockquote ------------------------- single.php

*********************************************************************************************/


blockquote {
    position: relative;
    padding: 30px 0px 0px;
    box-sizing: border-box;
    font-style: normal !important;
    background: #efefef;
    color: #000;
    border-left: 0px solid #CCCCCC !important;
    font-size: 14px;
    line-height: 1.8em;
    margin:30px 0 !important;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 15px;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* コメント欄タイトル */

#respond {
    margin-bottom: 0px;
}



