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

/*////////////////////////////////////////////////////////

initialize

////////////////////////////////////////////////////////*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

img {
  border: none;
  max-width: 480px;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
  margin-bottom: 1em;
  padding: 0 10px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

/*////////////////////////////////////////////////////////

base setting

////////////////////////////////////////////////////////*/

.image {
  float: left;
  width: 150px;
  height: 100px;
  margin-right: 5px;
  padding: 50px 0;
  color: #333;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  background-color: #999;
}

.shadowBox {
  display: inline-block;
  box-shadow: 2px 2px 5px #333;
  -webkit-box-shadow: 2px 2px 5px #333;
}

.floatL {
  float: left;
  margin: 0 8px 5px 0;
}

.floatR {
  float: right;
  margin: 0 0 5px 8px;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.spaceB10 {
  margin-bottom: 10px;
}

.spaceB20 {
  margin-bottom: 20px;
}

.red {
  color: #f00;
}

.allcolor {
  color: #0c6;
}

.allcolor div {
  width: 35%;
  margin: 0 auto;
}

.lovecolor {
  color: #f6f;
}

.workcolor {
  color: #09f;
}

.moneycolor {
  color: #f93;
}

/*////////////////////////////////////////////////////////

base layout

////////////////////////////////////////////////////////*/

html,
body {
  /*width:320px !important;
	min-width:320px !important;*/
  margin: auto;
  text-align: center;
  -webkit-text-size-adjust: none;
  background-color: #fff !important;
}

header > nav {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}

header > nav > ul {
  /*width:320px;*/
}

header > nav > ul li {
  float: left;
  text-align: center;
  border-right: solid 1px #fd6f71;
  border-left: solid 1px #ff8d8b;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff8d8b),
    to(#fd6f71)
  );
}

header > nav > ul li a {
  display: block;
  width: 68px;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}

header > nav > ul li a:hover {
  background: #fff;
  padding: 5px 10px;
  text-decoration: none;
  border-top: solid 1px #f90;
  border-bottom: solid 1px #fff;
  color: #f90;
}

#container {
  line-height: 135%;
}

section {
  margin-bottom: 0px;
}

/* topic
------------------------------------------------------- */
.topicPage h1 {
  margin-bottom: 10px;
  padding: 10px;
  color: #f7e58d;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  text-shadow: 0px 0px 5px #5c2712, 0px 0px 5px #5c2712, 0px 0px 5px #5c2712;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff8d8b),
    to(#fd6f71)
  );
}

.topicPage h2 {
  /*	margin-bottom:10px;
	border-bottom:1px solid #FD6F71;
	padding:0 10px;
	font-size:1.1em;*/
  font-weight: bold;
  text-align: left;
  background: linear-gradient(#fff, #ff0);
  background: -moz-linear-gradient(#fff, #ff0);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#ff0)
  );
  font-size: 20px;
  color: #76e;
  font-weight: bold;
  text-shadow: 1px 1px 1px #cff, -1px 1px 1px #cff, 1px -1px 1px #fff,
    -1px -1px 1px #fff;
}
.topicPage h2 img {
  width: 40px;
  margin-right: 5px;
  vertical-align: middle;
}
.topicPage h2 span {
  font-size: 80%;
}
.senjaBox {
  padding: 0 10px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.senjaImage {
  float: left;
  width: 100px;
  margin-right: 5px;
  padding: 30px 0;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  background-color: #999;
}

/* form
------------------------------------------------------- */
form {
  width: 300px !important;
  margin: 0 auto;
  text-align: left;
}

form label {
  display: block;
}

/* input
------------------------------------------------------- */
#inputForm {
  text-align: center;
}

.menuTitle {
  margin: 10px 10px 20px !important;
  padding: 20px 10px !important;
  border: 1px solid #999 !important;
  font-size: x-large !important;
}

#btnProf {
  font-size: 0.7em !important;
}

.today_ranking {
  margin: 5px 0;
  padding: 5px;
  letter-spacing: 1px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  background: linear-gradient(#dff, #edf);
  background: -moz-linear-gradient(#dff, #edf);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dff),
    to(#edf)
  );
}
.seiza_ranking {
  margin: 10px 0;
}
.more_ranking {
  display: block;
  width: 80%;
  margin: auto;
  padding: 5px;
  color: #f00;
  font-weight: bold;
  text-decoration: none;
  background: #ff0;
  border: 1px solid #999;
  border-radius: 10px;
}
.date {
  font-size: 18px;
  font-weight: bold;
}
.seiza1st {
  display: inline-block;
}
.seiza1st a {
  font-size: 20px;
  font-weight: bold;
}
.seiza1st_crown {
  width: 30px;
  vertical-align: bottom;
}
.seiza1st_seiza {
  width: 20px;
  margin-right: 3px;
  vertical-align: bottom;
}
.seizalink {
  display: inline-block;
  border-radius: 10px;
  background-color: #c39;
  margin: 2px 0 2px 8px;
  padding: 2px 10px;
  text-align: center;
}
.seizalink a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.fb_link {
  line-height: 0;
  border: 1px solid #000000;
}

/* 15/2/9 */
.sotowaku {
  margin: 0 0 10px 0;
  border-top: solid 1px #999;
  text-align: left;
}
.sotowaku a {
  text-decoration: none;
}
.uchiwaku {
  padding: 7px;
  background-color: #fff;
  border-bottom: solid 1px #999;
}
.uchiwaku_text1 {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  line-height: 120%;
}
.uchiwaku_text2 {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}
.uchiwaku_site1 {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  line-height: 120%;
}
.uchiwaku_site2 {
  font-size: 15px;
  color: #666;
  line-height: 125%;
  margin-top: 3px;
}
.uchiwaku_open {
  font-size: 15px;
  color: #e00;
  background-color: #ff9;
  font-weight: bold;
  margin: -7px -7px 5px -7px;
  padding: 3px 0 1px 1px;
}
.uchiwaku_career {
  font-size: 10px;
  color: #555;
  line-height: 100%;
  margin-top: 5px;
}
.mark_docomo {
  display: inline-block;
  font-size: 10px;
  width: 50px;
  text-align: center;
  color: #fff;
  padding: 1px 3px;
  background-color: #d43855;
  border-radius: 3px;
  margin: 0 1px;
}
.mark_au {
  display: inline-block;
  font-size: 10px;
  width: 50px;
  text-align: center;
  color: #fff;
  padding: 1px 3px;
  background-color: #ee793d;
  border-radius: 3px;
  margin: 0 1px;
}
.mark_softbank {
  display: inline-block;
  font-size: 10px;
  width: 50px;
  text-align: center;
  color: #fff;
  padding: 1px 3px;
  background-color: #615d5a;
  border-radius: 3px;
  margin: 0 1px;
}

.float_right {
  margin-left: 5px;
  float: right;
}
.clear_right {
  clear: right;
}

/* 15/2/13 */
.navi_footer {
  text-align: center;
  margin: 5px 0 0 0;
  padding: 5px 0 20px 0;
  background-color: #dff;
}
.navi_footer a {
  color: #00f;
  text-decoration: underline;
}
.navi_social {
  margin: 5px 0;
  white-space: nowrap;
}
.navi_social_large {
  margin: 5px 0;
  white-space: nowrap;
  text-align: center;
}
.navi_social_large div {
  margin-right: 10px !important;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* 15/4/9 */
.topmenu {
  text-align: center;
  margin: 5px auto 10px auto;
}
.search-nav {
  width: 100%;
  height: 80px; /*--- ボタンの行×40px ---*/
  margin: 0px auto;
  padding: 0;
  list-style: none;
}
.search-nav li {
  display: inline;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  float: left;
  width: 33.1%;
}
.search-nav li a {
  display: block;
  padding: 10px 3px;
  font-size: 15px;
  letter-spacing: -1px;
  background-color: #39a9f4;

  border-left: 1px solid #f6edff;
  border-top: 1px solid #f6edff;
  border-bottom: 1px solid #f6edff;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px #fcffae inset, 0px 0px 20px #f6ff00 inset;
  box-shadow: 0px 0px 10px #fcffae inset, 0px 0px 20px #f6ff00 inset;
  text-decoration: none;
  margin: -1px 0;
  text-align: center;
}
.search-box {
  margin: 5px auto;
  padding: 2px 5px 5px 5px;
  background-color: #39a9f4;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.search-box form {
  margin: auto;
  text-align: center;
}
.search-box input {
  font-size: 24px;
}

