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

#title {
    letter-spacing: 0.3em;
    color: black;
    margin : 5px; 
}
iframe {
    margin: 0px auto;
}
#pageIndex {
    text-align:center;
}
#nextLink {
    text-align:center
}
.ad {
    text-align:center;
}
.portal {
    text-align:center;
}

td {
    padding: 0.3em;
    word-wrap: break-word;
}

div.tablink {
    text-align: left;
}

div.timedesc {
    text-align: right;
    font-size: 0.7em;
    color: gray;
}
div.feeddesc {
    text-align: right;
    font-size: 0.7em;
    color: gray;
}
a:hover {
    text-decoration: underline;
}
body {
    background-color: #f6f6ef;
    font-display: optional; 
    font-family: 'Noto Sans Japanese', sans-serif;
    color: #444444;
}
a {
    margin : 5px; 
/*    text-decoration: none; */
    color: #363636;
}
a:focus {
    background-color: Tomato;
/*    color: Tomato; */

}
@media (min-width: 640px) {
    body {
     margin: auto;
     width: 1000px;
    }
    a {
	margin : 5px; 
/*	text-decoration: none;  */
	color: #363636;
    }        
}

@media (max-width: 640px) {
    body {
     margin: auto;
     font-size: 20px;
     width: 500px;
    }
    table {
	width: 100%;
    }
    a {
	margin : 5px; 
	text-decoration: none; 
	color: #363636;
    }    
    tr{
	display: block; 
	width: 100%;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis; 
		  
    }

}
#dialog {
    display: none;
    opacity: 1;
    background-color: white;
    height: 600px;
    overflow: scroll; /* Or scroll, depending on your needs*/
    width: 600px;
}
.timecell {
  display: none;
}    
.feedname {
  display: none;
  text-align: right;
  position: absolute;
}    

table {
    border: none;
}

th, td {
    border:none;
}

/*
table, tr{
	display: block; 
	width: 100%;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis; 
		  
    }
*/
blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

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

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

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