@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-size:13px;
   color:#333;
   background:url(/images/background.jpg);
   font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'メイリオ','MS P Gothic','ＭＳ Ｐゴシック',sans-serif;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:0;
   font-weight:normal;
}

p {
   margin:0 0 1em 0;
   padding:0;
}

br {
   letter-spacing:normal;
}

img {
   border:0;
}

a,a:visited {
   color:blue;
   text-decoration:none;
}

a:hover {
   color:orange;
   text-decoration:underline;
}

dl,ol,ul {
   margin:0 0 1em 0;
   padding:0;
}

li {
   margin:0 5px 0 20px;
   padding:0;
   list-style: none;
}

em {
   font-style:normal;
   background:#ff0;
}


/* ========TEMPLATE WIREFRAME======== */
#top {
   max-width:800px;
   margin:0 auto;
   background:#fff;
   border-left:1px solid #CECFCE;
   border-right:1px solid #CECFCE;
}

#header {
   width:100%;
}

#navi {
   position:absolute;
   bottom:10px;
   right:10px;
}

#menu {
   width:100%;
   margin:0;
}


#contents {
   width:100%;
   clear:both;
   margin-top: 20px;
}

#main {
   float:right;
   max-width:580px;
   width: 100%;
   padding: 0 10px 10px 10px;
   background: white;
}

#sub {
   float:left;
   width:200px;
}
#sub .section {
  margin:3px 3px 40px 3px;
  border:1px solid #ccc;
}
#sub .link ul li {
  padding: 2px 0;
}

#sub .link ul a{
  font-size: 12px;
}
#pageTop {
   clear:both;
}

#footMenu {
   background: white;
   max-width:800px;
   clear:both;
   padding:10px 0;
}

#footer {
   background: white;
   max-width:800px;
   clear:both;
   padding:10px 0;
}


/* ========HEADER CUSTOMIZE======== */
#header h2 {
   padding:0 0 10px 10px;
   font-weight:bold;
   color:#fff;
}
#header h2.sitetitle {
   font-size:26px;
   padding-top: 15px;
   padding-bottom: 13px;
   text-shadow: 1px 1px 1px #560000;
   letter-spacing: 2px;
}

#header .description {
   margin:0;
   padding:0 4px 0 0;
   text-align:right;
   font-size:11px;
}

#header h2 a {
   color:#FF4392;
   border-bottom:none;
}
#header h2 a:hover {
   color:#FF4392;
   text-decoration: none;
}
#header h2 a img{
   max-width: 285px;
}


#navi ul {
   margin:0;
   padding:0;
   list-style:none;
}

#navi ul li {
   float:left;
   margin:0 0 0 20px;
   padding-left:10px;
   background:#fff url(/images/bg_navi.gif) 0 6px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
#menu li {
  position: relative;
  float: left;
  margin: 0 0 0 2px;
  height:22px;
  padding: 8px 20px;
  border-bottom: solid 3px #FFB3B5;
  font-weight: bold;
  font-size: 15px;
  font-weight: normal;
}
#menu li:first-child {
  margin:0;
}
#menu li:hover {
  background: #FFF5EA;
}
#menu li ul {
  display: none;
  position: absolute;
  top: 38px;
  left: -10px;
  padding: 5px;
  background: #FFF5EA;
  border: 1px dotted #dadada;
}
#menu li ul li {
  margin: 0;
  padding: 0;
  width: 150px;
  border: none;
  padding:5px 5px 5px 20px;
  border-bottom: 1px solid white;
}
#menu li ul li:last-child {
  border-bottom: none;
}
#menu li ul li a {
  display: inline-block;
  width: 150px;
}
#menu li ul li a:hover {
  text-decoration: underline;
}


/* ========MAIN CUSTOMIZE======== */
#main h2,#main .titlebar {
   margin-bottom:15px;
   padding:10px 5px;
   font-weight:bold;
   font-size:16px;
   color:white;
   line-height:1.3;
   border-top:2px solid #FF9400;
   border-bottom:1px dotted #FF9400;
   background :#FCA400;
}

#main h3 {
   font-weight:bold;
   font-size:14px;
   color:#512800;
}

#main h4 {
   margin-bottom:2px;
   padding:0 0 0 18px;
   font-weight:bold;
   font-size:15px;
   color:#512800;
   line-height:1.2;
   background :#fff url(/images/bg_h4.gif) 0 50% no-repeat;
}

#main h5 {
   margin-bottom:2px;
   font-weight:bold;
   font-size:14px;
   color:#512800;
   border-bottom:1px dotted #FB9EAE;
}

#main h6 {
   margin-bottom:2px;
   font-weight:bold;
   font-size:13px;
   color:#512800;
}

#main dl {
   margin:0;
   padding:0;
}

#main dd {
   margin:0 0 1em 1em;
}
#main dd a {
  text-decoration: underline;
}
#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#f7e7d2;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}


/* ========SUB CUSTOMIZE======== */
#sub .section .title {
   margin:0;
   padding:3px 6px;
   font-size:15px;
   color:#666;
   font-weight: bold;
   background: #E8C4B2;
}

#sub .section ul {
   margin:5px 0 0 0;
   padding:0;
   list-style:none;
}

#sub .section li {
   margin:0px 10px;
   padding:5px 0;
   border-bottom:1px solid #fff;
   line-height: 130%;
}

#sub .section li a {
   color:#333;
}

#sub .section li a:hover {
   color:orange;
}

#sub div.info {
   padding:10px;
   text-align:center;
}

#sub div.info p {
}

#sub div.info h3 {
   font-size:13px;
   color:#2100CE
}

/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url(/images/bg_pagetop.gif) 0 60% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE========= */
#footMenu {
   position:relative;
   overflow:hidden;
   padding:20px 0 0 0;
   border-top:1px solid #CECFCE;
}

#footMenu ul {
   position:relative;
   left:50%;
   float:left;
   list-style:none;
   font-size:12px;
   margin:0;
   padding:0;
}

#footMenu li {
   position:relative;
   left:-50%;
   float:left;
   margin:0 20px 0 0;
   padding:0;
}


/* ========FOOTER CUSTOMIZE======== */
#footer {
   text-align:center;
   font-size:11px;
   padding:20px 0;
}




/*add*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
.none {
   display: none;
}
.article-image {
   float:right;
   padding:5px 0 5px 5px;
   background: white;
}
.article-image .mongon {
  font-size: 11px;
  text-align: center;
  padding-top:5px;
}
.article {
   margin-bottom: 30px;
}
#ranking.article {
   margin-bottom: 10px;
}
#tiikilist {
   padding:10px;
   background: #FCFFD0;
   border-radius: 10px;
   margin: 10px 10px 0;
   display: none;
}
#tiikilist ul {
   margin:10px;
}
#tiikilist li {
   display: inline;
   margin:0 7px;
   font-size: 15px;
   font-weight: bold;
   word-break:keep-all;
}
#tiikilist .todofuken {
   display: none;
}
.clear {clear: both;}
.link {
   margin:10px 0;
}
ul.list {
  margin:10px auto;
  padding:5px 0;
  background: #ececec;
}
ul.list li {
   font-weight: bold;
   list-style: outside;
   line-height: 1.8;
}
.sexlist {
  float:right;
  display: block;
  margin: 0 0 10px;
}
.sexlist li {
  display: inline;
  list-style:none;
  margin:0;
}
.bbsdate {
  font-weight: bold;
  float:left;
}
#bbsframe {
  clear:both;
}
#userslist_wrap {
  padding-top:10px;
}

#userslist_wrap .user_wrap {
  clear:both;
  margin:8px 0;
  border-bottom: 1px dotted #e9e9e9;
  line-height: 1.7;
  padding-top: 2px;
}
#userslist_wrap .user_wrap:nth-child(2n+1) {
  background: #FFE7BC;
}
#userslist_wrap .avator_wrap {
  display: inline;
  float:left;
  text-align: center;
  max-width:80px;
}
#userslist_wrap .avator_wrap img {
  width: 100%;
}
#userslist_wrap .name_wrap, #userslist_wrap .tiiki_wrap {
  display: inline;
}
#userslist_wrap .tiiki_wrap {
  padding-left: 10px;
}
#userslist_wrap .text_wrap {
  margin-left:110px;
  padding-top: 5px;
}
#userslist_wrap .massage_wrap {
  line-height: 1.5;
  padding-bottom: 5px;
  font-size: 15px;
}
#citylist {
  background: #fff5ea;
  margin: 0 0 10px;
  padding:10px;
  clear:both;
  border: 1px dotted #dadada;
}
#citylist ul {
  margin:0;
  padding:0;
  word-break: keep-all;
}
#citylist ul li {
  list-style: none;
  display: inline;
  padding:5px 3px;
  line-height: 2;
  margin:0;
  font-size: 15px;
}
/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
#breadcrumb {
   background: white;
    font-size: 12px;
   margin:0;
   padding:0 0 1em 5px;
}
#breadcrumb .nowpage {
  color: #333;
}
.underline {
  text-decoration: underline;
}
.section .ranking a{
  color:#333;
}

#main .article .sitewrap {
  margin-bottom: 25px;
  border-bottom: 1px dotted #aaa;
  padding-bottom: 20px;
}
#main .article .sitewrap:last-child {
  border-bottom: none;
}
#main .article .sitewrap img {
  padding:10px 5px;
  max-width: 236px;
}
#main .article .sitewrap .rank {
  float: left;
  font-weight: bold;
  font-size: 20px;
  padding-right: 15px;
}
#main .article .sitewrap h3 {
  font-size: 20px;
}
#main .article .sitewrap h3.icon {
  background: url(/images/leaf.png) no-repeat left top;
  height: 39px;
  padding: 0 0 0 42px;
}
#main .article .sitewrap h3.no1 {
  background: url(/images/rank_1.gif) no-repeat left top;
  height: 39px;
  padding: 20px 0 0 80px;
}
#main .article .sitewrap h3.no2 {
  background: url(/images/rank_2.gif) no-repeat left top;
  height: 39px;
  padding: 20px 0 0 80px;
}
#main .article .sitewrap h3.no3 {
  background: url(/images/rank_3.gif) no-repeat left top;
  height: 39px;
  padding: 20px 0 0 80px;
}
.underline {
  text-decoration: underline;
}
.waku1 {
    background: #ECECEC none repeat scroll 0 0;
    line-height: 1.8;
    margin: 10px 0;
    padding: 10px;
}
.spshow {display: none;}

.kmoji1 {
	color:#FF3300;
	font-weight:bold;
	background-color:#FFEECC;
}
.mt20 {
  margin-top: 20px;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}



















/*sp*/
@media screen and (max-width: 750px) {
body {
  font-size: 15px;
}
#main {
  padding:0 5px;
  width: auto;
}
#sub {
    max-width: 100%;
    width: 100%;
  }
#sub .section {
  max-width: 99%;
}
#userslist_wrap .user_wrap {
  margin: 20px 2px 20px 0;
}

#citylist ul li, #tiikilist li {
  font-weight: bold;
  line-height: 2.4;
  font-size: 17px;
  padding: 5px 7px;
}
#nav div.section {
  max-width: 95%;
  margin-bottom: 20px;
}
#userslist_wrap .massage_wrap {
  font-size: 16px;
}
#userslist_wrap .avator_wrap {
  max-width: 70px;
}
#userslist_wrap .text_wrap {
  margin-left: 74px;
  font-size: 14px;
}
#menu li {
  line-height: 3;
  float:none;
  position: static;
  height:auto;
  border-bottom: solid 3px white;
  margin:0;
  background:#FFF5EA url(/images/bg_navi.gif) 10px 25px no-repeat;
  display: inline-block;
}
.article-image {
   float:none;
   padding:10px;
   margin:0 auto;
   max-width: 200px;
}
.article-image img {
  width: 100%;
}
#header h2 a {
   padding-left: 0px;
}
#header h2.sitetitle {
  background-position: 100% 0;
}
#menu li {
  padding:5px 20px;
}
#menu li ul {
  position: static;
}
#menu ul >li {
  font-size: 17px;
}
#menu li ul li { 
  font-size: 16px;
  font-weight: bold;
  width: auto;
  margin:0;
  padding:5px 20px;
  background: #fff5ea;
}
#menu li:hover {
  background:url(/images/bg_navi.gif) 10px 25px no-repeat;
}
#menu li ul li a {
  width: 100%;
  padding:0;
}
#main .article .sitewrap img {
  width: 100%;
}
.mcenter {
  text-align: center;
}
.sitewrap .mcenter {
  display: block;
}
.acr_ranking_sys {
  width: 100%;
}
.mcenter img {
  max-width: 300px;
  width: 100%;
}
#header h2.sitetitle img {
  width: 100%;
  max-width: 285px;
}
#userslist_wrap .tiiki_wrap {
  display: block;
  padding-left: 0;
}
.spnone {display: none;}
.spshow {display: block;}
.article-image .mongon {
  font-size: 12px;
}

}