@charset "utf-8";
@import url(reset.css);
@import url(common.css);

html{
    font-size: 62.5%;
}

html{
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body {
    font-family: "Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
    height: 100%;
}



header{
    width: 100%;
    min-width: 800px;
    height: 50px;
    background-color: #000;
    position: fixed;
    z-index: 100;
}

#wrapper{
    padding-top: 50px;
    height:100%;
    position: relative;
}

.contentsinner{
    height: 100%;
}

#center{
    width: 100%;
    height: 100%; 
    float: left;
}

#contents{
    margin: 0 161px 0 251px;
    height: 100%;
}

#contentsFix_l{
    margin: 0;
    height: 100%;
    background-color: #f9f9f9;
    position:absolute;
    left: 0;
    top: 0;
    width: 251px;
    z-index: -1;
    border-right: 1px #e9e9e9 solid;
}

#contentsFix_r{
    margin: 0;
    height: 100%;
    border-left: 1px #e9e9e9 solid;
    position:absolute;
    right: 160px;
    z-index: -1;
    top: 0;
}

#left{
    float: left;
    width: 250px;
    margin-left: -100%;
    font-size: 1.4rem;
    z-index: 100;
}

#right{
    position: fixed;
    width: 160px;
    right: 0;
    top:50px;
}
@media screen and (max-width: 900px) {
  #right,#contentsFix_r{
      display: none;
  }
    #contents{
        margin: 0 0 0 251px;
        min-width: 550px;
    }
}
/*************** header ***************/
.logo{
    float: left;
    padding: 14px 0 11px 10px;
}

.logo img{
    width: 100%;
}

.search{
    width: 30%;
    float: right;
    text-align: right;
     padding: 15px 10px 0 0;
}
.search .stampform{
    width: 70%;
    border: 0;
}
.spmenu{
    float: right;
    padding: 14px 10px;
    display: none;
    cursor: pointer;
}

.menus_sp{
    position: absolute;
    top: 50px;
    background-color: #fff;
    display: none;
    -moz-box-shadow: 0 3px 3px rgba(150,150,150,0.15);
    -webkit-box-shadow: 0 3px 3px rgba(150,150,150,0.15);
    box-shadow: 0 3px 3px rgba(150,150,150,0.15);
}
.menus_sp ul{
    clear: both;
    border-top: 1px #e9e9e9 solid;
    overflow: hidden;
}
.menus_sp .ttl:nth-of-type(2),.menus_sp .ttl:nth-of-type(3){
    margin-top: -1px;
}
.menus_sp li{
    float: left;
    width: 33.3333%;
}

.menus_sp li a{
    display: block;
    padding: 4px 5px;
    border-bottom: 1px #e9e9e9 solid;
    border-right: 1px #e9e9e9 solid;
    text-decoration: none;
    text-align: center;
    color:#333;
}

.menus_sp li a:hover{
    background-color: #f9f9f9;
}

.menus_sp ul li:nth-of-type(3n) a{
    border-right:none;
}
.menus_sp .ttl{
    width: 100%;
    padding: 1px 0 0 5px;
    background-color: #e9e9e9;
}

/*************** left ***************/
#left .menuttl{
    display: block;
    padding: 15px 5px 5px 10px;
    border-bottom: 1px #999 solid;
    color: #090;
}
#left .menulist{
    display: block;
}
#left .menulist a{
    display: block;
    padding: 6px 5px 5px 10px;
    border-bottom: 1px #e9e9e9 solid;
    color: #333;
    text-decoration: none;
}
#left .menulist a:hover{
    background-color: #f1f1f1;
    border-left: 3px #090 solid;
    padding: 6px 5px 5px 7px;
    color: #090;
}

#left .menulist .selectmenu{
    background-color: #f1f1f1;
    border-left: 3px #090 solid;
    padding: 6px 5px 5px 7px;
    color: #090;
}

#left .sel{
    background-color: #f9f9f9;
    border-left: 3px #090 solid;
    padding: 5px 5px 5px 7px!important;
    color: #333;
}

/*************** contents ***************/
.form{
    font-size: 1.2rem;
    padding: 10px;
}
.stampform{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px #ddd solid;
    padding: 4px;
    width: 30%;
}

.stampformsubmit{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 3px 5px;
    margin-left: 5px;
    color:#fff;
    background: #090 url(../img/bg010.png) 4px 5px no-repeat;
}

.itembox{
    letter-spacing: -.40em;
}

.item{
    letter-spacing: normal;
    padding: 5px 10px 15px 10px;
    width: 25%;
    /*max-width: 250px;
    min-width: 140px;*/
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 1.4rem;
}

.item img{
    width: 100%;
    margin-bottom: 5px;
}
.item .tagbox{
    margin: 10px 0;
    text-align: left;
}
.item .tag{
    display: inline-block;
    padding: 0 5px 0 5px;
    height: 22px;
    border: 1px solid #e9e9e9;
    background-color: #f9f9f9;
    text-decoration: none;
    color: #333;
    margin-right: 2px;
    font-size: 1.0rem;
    line-height: 20px;
    margin-bottom: 5px;
}

.itemlink{
    text-decoration: none;
    color: #666;
}

.itemlink:hover{
    text-decoration:underline;
    color: #090;
}

.item .tag:hover{
    border: 1px solid #090;
    color:#fff;
    background-color: #090;
}

#contents .ttl{
    border-bottom: 1px solid #e9e9e9;
    border-left: 3px solid #090;
    margin: 0;
    overflow: hidden;
    font-size: 1.4rem;
    background-color: #fff;
}

.ttltxt{
    float: left;
    padding: 5px 10px;
}

.rss,.rank{
    float: right;
    display: block;
    padding: 5px 23px 5px 10px; 
    background: url(../img/arrow.png) 88% center no-repeat;
    color: #333;
    text-decoration: none;
}

.rss:hover,.rank:hover{
    background-color: #f9f9f9;
    color: #090;
}

#contents .page{
    width: 100%;
    padding: 5px 0;
    margin: 0;
    background-color: #fff;
}

#contents .page .pagelink{
    float: left;
    margin: 0 3px;
    border: 1px solid #ddd;
    width: 38px;
    padding: 6px 0;
    text-align: center;
    color: #000;
}

#contents .page .pagelink:hover{
    background-color: #f1f1f1;
    color: #090;
}

.pagenum{
    float: left;
    border: 0;
    width: auto;
    padding: 0 5px;
    line-height: 1.4;
    font-size: 1.0rem;
    color: #666;
}

.actv{
    background-color: #f1f1f1!important;
    color: #090!important;
    cursor: auto;
}

.menufixed{
    position: fixed;
    top:50px;
    z-index: 2;
    overflow: hidden;
    padding-bottom: 10px;
}

.menufixed .page {
    -moz-box-shadow: 0 3px 3px rgba(150,150,150,0.15);
    -webkit-box-shadow: 0 3px 3px rgba(150,150,150,0.15);
    box-shadow: 0 3px 3px rgba(150,150,150,0.15);
}

@media screen and (max-width: 960px) {
    #contents .page .next,#contents .pagenum{
        display: none;
    }
}
/*********** footer ************/
footer{
    width: 100%;
    text-align: left;
    padding: 10px 10px 20px 10px;
    background-color: #fff;
    border-top: 1px #e9e9e9 solid;
    z-index: 1000;
}
.copy{
    text-align: center;
}
.footLink{
    margin-bottom: 10px;
    overflow: hidden;
}
.footLink li{
    float: left;
    margin-right: 20px;
}
.footLink a{
    color:#999;
    text-decoration: none;
}
.footLink a:hover{
    color:#090;
}
/*********** ad ************/
.ad {
    width: 250px;
    height: 250px;
}

.itemad{
    margin: 20px auto 35px auto;
    width: 100%;
    letter-spacing: normal;
    text-align: center;
}





