@charset "utf-8";
/* CSS Document */

body{
	font-size:14px;
	color: #333A66;
  color: black;
}

a{
	text-decoration:none;
	color:#254EAD
}
img{border:0;}
table{font-size:14px;}

a:hover{text-decoration:underline;}
body {
	background-color: #FFF;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.path{
  background-color:#f5f5f5;
  text-align:left;
  padding: 8px 6px;
  font-size:13px;
  margin-bottom: 10px;
}
#whole-wrap {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	padding: 10px 0 0 0;
}

.top {
  position: relative;
  height: 48px;
}

.banner {
  width: 100%;
  height: 150px;
  background-color: #333;
  background: url(../img/othellojapan-banner.jpg) no-repeat;
  background-size:contain;   
  border-radius: 20px;

  margin-bottom: 12px;
}

#copy{
	text-align:center;
	background-color:#eee;
	padding:20px 0;
	font-size:12px;
 	margin-top: 10px;
}


.video {
	margin: 0 auto;
	padding: 2px 15px 15px 15px;
	padding: 2px 0px 15px 0px;
	
	text-align: left;
	
	overflow: hidden;
	background-color: white;
}

.contentsLeft {
	float: left;
	width: 570px;
	padding: 0;
	margin: 0 0 0 6px;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
}

.contentsRight {
	float: right;
	width: 300px;
padding: 26px 0 6px 12px;
}

.contentsLeft h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 6px 0;
}
.contentsLeft h1.err {
  color: red;
}

.contentsLeft p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
  padding-left: 8px;
}

.contentsLeft .link {
  margin: 6px 0 18px 0;
  font-weight: bold;
}

.contentsLeft .link a {
  display: block;
  margin: 6px 0 0 12px;
  font-weight: normal;
}

.center {
  text-align: center;
}


#mincho {
  font-family: "$B#M#SL@D+(B";
}


#pageLink {
  width: 100%;
  margin-bottom: 12px;
}

#pageLink table {
  width: 512px;
  padding: 2px 0 4px 18px;
  margin-bottom: 4px;
  margin:   auto;
}
#pageLink table tr {
  font-size: 12px;
  line-height: 28px;
  border-bottom: 1px dotted #999;
}
#pageLink table tr td#name {
  width: 128px;
  text-align: left;
}
#pageLink table tr td#title {
  width: 256px;
  text-align: left;
}
#pageLink table tr td#date {
  width: 128px;
  text-align: left;
}

#nw { overflow: hidden; width: 240px; height: 20px;} 
#article {
  width: 586px;
  border-bottom: 1px #a0a0ff dotted;
  padding-top: 12px;
}

#article table {
  width: 480px;
}

#article table tr {
  font-size: 12px;
  line-height: 20px;
}

#article table tr td#no     { width:  32px; font-size: 14px;}
#article table tr td#name a { width: 128px; font-size: 14px; color:forestgreen; font-weight: bold;}
#article table tr td#time   { width: 320px; }
#article table tr td#body   { width: 460px; padding: 10px; }

.video-wrap {
  position: relative;
  width: 100%;
  width: 572px;
  height: 554px;
  height: 632px;
  border: 1px solid black;
  background-color: #333;
}

.video h2 {
  text-align: left;
  font-size:24px;
  font-weight: normal;
  line-height: 30px;
  margin: 8px 0 0 8px;
}

.contentsLeft h2 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  font-size: 14px;
  font-weight: bold;
  margin: 16px 0 8px 0;
  background-color: #33cc66;
  color: white;
border-radius: 8px;
}

.contentsLeft h3 {
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-indent: 8px;
  font-size: 14px;
  font-weight: bold;
  margin: 16px 0 8px 0;
  border-left: 6px solid #33cc66;
  color: black;
  font-weight: bold;
}

.contentsRight h2 {
  margin: 0;
  font-size: 16px;
  color: black;
  font-weight: bold;
}

table.point {
  margin-left: 12px;
}

table.point td.card
{
  padding-right: 20px;
  font-weight: bold;
}

div.kakugen {
  width: 500px;
  margin: 10px auto;
  font-weight: bold;
  font-size: 16px;
  color: blue;
  border: 1px solid blue;
  padding: 6px;
}

ul.recent {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.recent li {
  position: relative;
  margin: 0;
  padding: 10px 4px 10px 6px;
  list-style-type: none;
  border-bottom: 1px dotted #aaa;
  font-size: 12px;
}

ul.recent li a {
  font-size: 14px;
}

ul.recent li h4 {
  font-size: 14px;
  margin-bottom: 4px;
}

ul.recent li img {
  position: absolute;
  left: 8px;
  top: 12px;
  width: 64px;
  height: 64px;
  border: 1px solid #aaa;
}

ul.recent li .date {
  text-align: right;
  font-size: 14px;
  color: #666;
}

ul.recent li.act {
  background-color: #ccf;
}

.social {
  position: absolute;
  padding: 0;
  top: 14px;
  right: 2px;
}


.social:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.social ul {
  margin: 0; padding: 0;
}

.social ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 6px;
}

.ad-long {
  margin: 20px 0;
  text-align: center;
}

div.app {
  position: relative;
  min-height: 320px;
  padding-top: 4px;
  padding-left: 212px;
}

div.app div.egcobra {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 200px;
  height: 280px;
  background: url(../apps/eg/img/egcobra.png) no-repeat left top;
  background-size: contain;
}

div.app p {
  font-size: 16px;
  margin: 0 0 10px 0;
}

div.app p.button {
  padding-top: 16px;
}

div.app a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
div.app a:hover {
  color: #04f;
}
