@charset "utf-8";
* {
border: 0;
margin: 0;
padding: 0;
}
html {
overflow-y: scroll;
}
body {
background: #ffffff;
color: #1d191c;
font: 80% Verdana,'ＭＳ Ｐゴシック',sans-serif;
line-height: 1.5em;
word-break: break-all;
min-height: 100vh;
-webkit-text-size-adjust: 100%;
}
.new {
color: #a41666;
}
.strong {
font-weight: bold;
color: #a41666;
}
img {
vertical-align: text-bottom;
}
a {
color: #006ea5;
}
p {
margin-bottom: 0.8em;
}
ul {
padding: 0em 0em 0.8em 20px;
}
dl {
}
dt {
font-weight: bold;
margin-top: 0.8em;
}
dt:first-child {
margin-top: 0px;
}
dd {
margin-left: 1em;
}
ol li {
margin-left: 40px;
}
textarea {
border: 1px solid #ccc;
font-family: "ＭＳ ゴシック", "Osaka－等幅";
padding: 2px;
width: 90%;
}
#container {
display: flex;
min-height: 100vh;
flex-direction: column;
}
#main {
flex-grow: 1;
}
#main1container, #main2container {
max-width: 1000px;
padding: 30px 30px 0 30px;
}
#main2container {
padding-top: 0;
}
#header {
background: #1d191c url("https://taka.checker-web.jp/img/1dot_2x.png") top right no-repeat;
background-size: contain;
min-width: 320px;
height: 80px;
border-bottom: 4px solid #ccc;
flex-basis: 80px;
}
h1 {
float: left;
padding: 15px 0 0 30px;
}
h1 a {
display: block;
font-size: 0;
background: #1d191c url("https://taka.checker-web.jp/img/takachecker_2x.png") no-repeat;
background-size: contain;
width: 240px;
height: 50px;
text-indent: -9999px;
}
#menu {
text-align: right;
padding-top: 40px;
margin-right: 100px;
overflow-x: hidden;
}
#menu ul {
padding: 0;
}
#menu li {
display: inline;
list-style: none;
margin: 0 4px;
}
#menu li a {
color: #ffffff;
text-decoration: none;
text-align: center;
font-family: 'Inconsolata', sans-serif;
font-size: 16px;
font-weight: bold;
text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
line-height: 30px;
}
#menu li a:hover, #menu .highlight {
color: #d9b9cb;
text-shadow: 1px 1px 1px rgba(217,185,203,0.5);
}
.section {
margin: 10px 0 40px 0;
}
.section:first-child {
margin-top: 0;
}
.section:after {
  content: "";
  clear: both;
  display: block;
}
h2 {
display: none;
}
h3 {
background: #fff url("https://taka.checker-web.jp/img/h3_2x.png") bottom right no-repeat;
background-size: contain;
font-size: 18px;
font-weight: bold;
line-height: 30px;
height: 25px;
margin: 0 0 10px 0;
border-bottom: 1px solid #1d191c;
}
h3.none {
display: none;
}
h4 {
margin-top: 10px;
border-top: 1px dotted #ccc;
padding-top: 10px;
}
h3+h4 {
margin-top: 0;
border-top: 0;
padding-top: 0;
}
small {
opacity: .6;
}
#footer {
font-family: Verdana,'ＭＳ Ｐゴシック',sans-serif;
color: #fff;
text-align: right;
line-height: 1.4em;
background-color: #1d191c;
width: 100%;
padding: 2px 0;
}
#footer a,
#footer a:link,
#footer a:visited {
text-decoration: none;
color: #fff;
}
#footer a:hover {
background-color: transparent;
color: #fff;
text-decoration: none;
}
#footer p {
margin: 0 10px;
}
.toggle_button {
cursor: pointer;
}
.toggle_contents {
display: none;
border-left: 1px solid #1d191c;
margin-left: 5px;
padding-left: 10px;
}
.cd_section {
overflow: hidden;
}
.cd_summary {
margin-left: 1em;
width: 165px;
float: left;
}
.cd_summary img {
border: 1px solid gray;
}
.cd_list {
margin: 0 0 0 190px;
}
.cd_list ol {
margin: 0 0 1em 0;
}
div.twitter {
width: 400px;
border: solid 1px #ccc; 
border-radius: 5px;
margin-bottom: 10px;
}
#twitter_takachecker {
float: right;
margin-left: 10px;
}
#twitter_takainfo {
float: left;
margin-left: 10px;
}
#twitter_takaakimiura {
float: left;
}
.forPC {
display: block;
}
.forSP {
display: none;
}
.fa-youtube {
color: red;
}

/* for smartphone & tablet */
@media screen and (max-width: 800px) {
#main1container, #main2container {
padding: 10px 10px 0 10px;
}
#main2container {
padding-top: 0;
}
#header {
background: #1d191c url("https://taka.checker-web.jp/img/1dot_2.png") top right no-repeat;
-webkit-background-size: 50px 60px;
background-size: 50px 60px;
height: 90px;
}
#menu {
background-color: #897580;
text-align: center;
float: none;
width: 100%;
padding: 0;
}
#menu ul {
height: 30px;
}
#menu li {
display: inline;
margin: 0 4px;
}
h1 {
float: none;
padding: 5px;
}
#twitter_takachecker, #twitter_takainfo, #twitter_takaakimiura {
float: none;
width: 90%;
max-width: 420px;
margin-left: 0;
}
.forPC {
display: none;
}
.forSP {
display: block;
}
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 500px) {
#main1container, #main2container {
padding: 5px;
}
#main1container {
padding-bottom: 0;
}
#main2container {
padding-top: 0;
}
#header {
height: 120px;
}
#menu ul {
width: 101%;
height: 60px;
margin-left: -1px;
}
#menu li {
display: block;
width: 33.3%;
height: 29px;
margin: 0;
float: left;
border-style: solid;
border-color: #1d191c;
}
#menu li:nth-child(-n+3) {
border-bottom-width: 1px;
}
#menu li:nth-child(n+4) {
border-top-width: 1px;
}
#menu li a {
font-size: 15px;
display: block;
height: 29px;
border-style: solid;
border-color: #1d191c;
border-width: 0 1px;
}
#footer {
font-size: 6pt;
}
.cd_summary {
float: none;
}
.cd_list {
margin: 0;
}
}
