/*
Theme Name: Samlpe Theme
Description: This is my sample theme.
*/

/*-- basic --*/

.post a {color:#333; border-bottom:1px dotted #333!important;}
.post a:hover {color:#f9448c;}

/* main content */
#main .main_content {
       width:630px!important;
}

/* side * /
/* right*/

span.pageprev {
      float:left;
      margin:-20px 0 0 5px;
}
span.pagenext {
      float:right;
     margin:-20px 0 0 0;
}


.post {
     padding:15px 19px 25px 0;
     margin:0 0 25px 0;
     border-bottom:1px solid #d0d0d0;
     width:590px;
}
.post p {line-height:160%!important; letter-spacing:0.6px;}
.post p img {
     margin-bottom:10px;
}
.post h2 {
     font-size:14px;
     margin-bottom:25px;
     font-family:'Osaka';
}
.post h2 a {
     background-color:#0e0e0e!important;
     color:#fff!important;
     padding:5px 7px;
}

.post h2 a:hover {
     color:#f00964!important;
}

.post p.postinfo{
     margin-bottom:10px;
     font-size:11px;
}
.post p.postinfo span.small {
     font-size:10px;
     color:#717171;
}

/*-- カテゴリー --*/
p#pagetitle {
     font-size:1em;
     border-bottom:1px dotted #d0d0d0;
     padding-bottom:15px;
     font-weight:bold;
     margin:0 0 20px 2px;
}


/*-- コメント --*/
#com {
    padding:0 15px;
    margin:25px 0 0 5px;
}

textarea {
    width:400px; 
   height:100px;
   margin:10px 0;
}

#comments {
    clear:both;
}

#com h3 {
    font-size:1em;
    padding:5px 0 3px 0;
    margin-top:7px;
}
#com p {
    font-size:0.9em;
   margin-bottom:3px;
}

.compost {
    border:1px dotted #fff;
    margin-bottom:7px;
    padding:7px 7px 3px 7px;
　　width:390px;
}
p.cominfo {
    border-top:1px solid #fff;
    padding:3px 0 0 0;
    text-align:right;
}

p#trurl {
    background-color:#373737;
    width:390px;
    padding:5px 8px;
    margin:15px 0 20px 0;
    color:#979797;
}

.wp-pagenavi span.pages {
   margin-right:10px;
   background-color:#fff!important;
   padding:0 3px;
   color:#000;
}

.wp-pagenavi span.current {
  background-color:#fff!important;
  padding:0 3px;
  margin:0 2px;
  color:#000!important;
}
