@charset "utf-8";
/* ==========================================================================
   worldquiz
   ========================================================================== */

#worldquiz p{
line-height: 140%;
margin-bottom: 12px;
margin: 0 37px 12px 10px;
font-size: 14px;
	}

#worldquiz .title{
font-size: 17px;
padding-left: 13px;
background-color: #CAEAFD;
height: 26px;
width: 862px;
margin-bottom: 15px;
padding-top: 10px;
display:block;
	}

#worldquiz table {
border-collapse: collapse;
width: 600px;
font-size: 14px;
text-align: left;
border: 2px solid #0284CA;
margin-left: 10px;
}
#worldquiz th    {
padding: 10px;
border: 1px dotted #0284CA;
font-weight: normal;
background-color: #CAEAFD;
color: #0284CA;
}
#worldquiz td    {
padding: 12px 10px;
color: #555;
border: 1px dotted #0284CA;
}
.twbox{
	border: 2px solid #0284CA;
	padding:15px 20px;
}


/*==========================================================================
 imotonowifi fix
 ========================================================================== */
* { box-sizing: content-box; }
body { min-width: 1000px; }
main {
  padding-top: 30px;
  background: #f0f5f9;
  border-bottom: 1px solid #fff;
}
#wrap { padding-bottom: 0; }
main p,
main span.title { text-align: left; }
div.share_box { background: #fff; }

main .imgRep {
  width: 960px;
  height: 450px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
  background-image: url(/special/worldquiz/img/end.png);
}
main h1 { background: transparent; }


@media screen and (max-width: 767px) {
  div.share_box { width: auto; }
  div.share_googleplus,
  div.share_facebook,
  div.share_twitter {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
  div.share_googleplus, div.share_facebook { margin-bottom: 0; }
}

