.commentbox1line{
	padding: 1px; 
	margin: 5px;
	background: #F0F1ED; 
	background: linear-gradient(to bottom, #F0F1ED, #F0F1ED); 
	-webkit-gradient(linear, left top, left bottom, from(#9BDD8C), to(#9BDD8C)); 
	-moz-linear-gradient(top, #fff, #ffc0cb); 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFffffff', endColorstr='#FFffc0cb'); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc0cb',GradientType=0 ); 
	border-radius: 15px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.1); 
	font-size: 90%;
}

.threadBox {
    padding: 1px; 
    margin: 1px;
    font-weight: bold;
    color: #3A2D25;/*文字色*/
    background: #F2F7FC;
    border: solid 3px #B7CFE2;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.threadBoxByTag {
    padding: 1px; 
    margin: 1px;
    font-weight: bold;
    color: #7F4C00;/*文字色*/
    background: #FFF4E5;
    border: solid 3px #E58900;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.categoryBoxOn2chLikeFormat {
    padding: 1px; 
    margin: 1px;
    font-weight: bold;
    color: #423E39;/*文字色*/
    background: #F2EDF6;
    border: solid 3px #4F0F99;/*線*/
    border-radius: 10px;/*角の丸み*/
    width:70%;
    margin-left:auto;margin-right:auto;
    /*linkcolor a:link, a:visited , a:hover , a:active { color:green; }*/
}

a:link { color: #004391; }
a:visited { color: #004391; }
a:hover { color: #339900; }
a:active { color: #ff0000; }

textarea {
  padding: 10px;
  vertical-align: top;
  width:100%;
}
textarea:focus {
  outline-style: solid;
  outline-width: 2px;
}

/*textarea{
  width:100%;
  height:30%;
}*/

.BBSListBoxOn2chLikeFormat {
    padding: 1px; 
    margin: 1px;
    font-weight: bold;
    color: #0E3B73;/*文字色*/
    background: #E5F1F9;
    border: solid 3px #0E3B73;/*線*/
    border-radius: 10px;/*角の丸み*/
    width:70%;
    margin-left:auto;margin-right:auto;
}

.BBSCommentBoxOn2chLikeFormat {
    padding: 1px; 
    margin: 1px;
    font-weight: bold;
    color: #336600;/*文字色*/
    background: #EDFECC;
    border: solid 3px #336600;/*線*/
    border-radius: 10px;/*角の丸み*/
    width:70%;
    margin-left:auto;margin-right:auto;
}

.dispTitleFor2chLike {
    font-family: "HGP創英角ポップ体";
    padding: 1px; 
    margin: 1px;
    font-size: 63px; 
    font-weight: bold;
    text-align: center;
    color: #336600;/*文字色*/
    background: #EDFECC;
    border: solid 3px #2A3F00;/*線*/
    border-radius: 10px;/*角の丸み*/
    width:70%;
    margin-left:auto;margin-right:auto;
  }

.dispTitleFor2chLikeComment {
    font-family: "HGP創英角ポップ体";
    padding: 1px; 
    margin: 1px;
    font-size: 16px; 
    font-weight: bold;
    text-align: center;
    color: #336600;/*文字色*/
    background: #EDFECC;
    border: solid 0px #2A3F00;/*線*/
    border-radius: 10px;/*角の丸み*/
  }

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

.fb-video {
  width: 500px;
}

p.resizeimage img { width: 100%; }

.youtube {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 180px;
}
.youtube::before {
  position: absolute;
  content: "Click to Play";
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 180px;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}
.youtube:hover::before {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: all 0.3s;
}

.niconico {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 180px;
}
.niconico::before {
  position: absolute;
  content: "Click to Play";
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 180px;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}

.niconico:hover::before {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: all 0.3s;
}

.twitch {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 180px;
}
.twitch::before {
  position: absolute;
  content: "Click to Play";
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 180px;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}

.twitch:hover::before {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: all 0.3s;
}


.TEDTalks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 180px;
}
.TEDTalks::before {
  position: absolute;
  content: "Click to Play";
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 180px;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}

.TEDTalks:hover::before {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: all 0.3s;
}

.comment_anchor {
  position: relative;
  z-index: auto;
}
.comment_anchor .comment_balloon2 {
  position:absolute;
  width: 600px; /* 吹き出しの幅 */
  height: 130px; /* 吹き出しの高さ */
  top: 46px; /* 吹き出しと三角形の高さをプラスした値 */
  left: 0;
  border-radius: 10px 10px 10px 10px;
  background-color: #FFFFFF;
  display: none;
  border-color: #005900;
  border: solid #005900;
}
.comment_anchor .comment_balloon2:after { /* 三角形を作成 */
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -16px; /* 吹き出しの高さと同じ値 */
  left: 32px;
  border: 16px solid transparent;
  border-top: 16px solid #ffffff;
  border-bottom-color:#005900;
  border-top-width:0;
}
.comment_anchor:hover .comment_balloon2 {
  z-index: 2;
  display: block;
}

.tags {
  position:absolute;
  width: 600px; /* 吹き出しの幅 */
  height: 130px; /* 吹き出しの高さ */
  top: 46px; /* 吹き出しと三角形の高さをプラスした値 */
  left: 0;
  border-radius: 10px 10px 10px 10px;
  background-color: #FFFFFF;
  display: none;
  border-color: #005900;
  border: solid #005900;
}

/*tags*/
.tags_naiyou {
  vertical-align: middle;
  font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
  display: inline-block;
  padding: 0px 5px 0px 5px; 
}
/*#tags_naiyou a:link { color: #5B7F00; }
#tags_naiyou a:visited { color: #5B7F00; }
#tags_naiyou a:hover { color: #5B7F00; }
#tags_naiyou a:active { color: #5B7F00; }
*/
/*a:link.tags_naiyou { color: #5B7F00; }
a:visited.tags_naiyou { color: #5B7F00; }
a:hover.tags_naiyou { color: #5B7F00; }
a:active.tags_naiyou { color: #5B7F00; }
*/

.tags_naiyou a:link{ color: #3A4C13; text-decoration: none;}
.tags_naiyou a:visited{ color: #3A4C13; text-decoration: none;}
.tags_naiyou a:hover{ color: #3A4C13; text-decoration: none;}
.tags_naiyou a:active{ color: #3A4C13; text-decoration: none;}


.tags_box{
  display: inline-block;
  margin: 5px;
  font-weight: bold;
  color: #1E2909;
  background: #EAF5D5;
  border: solid 3px #5B7F00;
  /*border-radius: 10px;*/
  border-radius: 20px 3px;
}

/*#tags_box a:link { color: #1E2909; }
#tags_box a:visited { color: #1E2909; }
#tags_box a:hover { color: #1E2909; }
#tags_box a:active { color: #1E2909; }
*/

/*close mark*/
.close {
  display:inline-block;
  vertical-align: middle;
  font-size: 10px;
  position: relative;
  width: 1.4em;
  height: 1.4em;
  border: 0.3em solid #5B7F00;
  border-radius: 100%;
}
.close::before {
  position: absolute;
  top: 0.2em;
  left: 0.6em;
  width: 0.2em;
  height: 1em;
  content: "";
  background-color: #5B7F00;
  transform: rotate(45deg);
}
.close::after {
  position: absolute;
  top: 0.6em;
  left: 0.2em;
  width: 1em;
  height: 0.2em;
  content: "";
  background-color: #5B7F00;
  transform: rotate(225deg);
}


