@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
*{
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   text-align:center;
   line-height:1.6;
   letter-spacing:1px;
   background:#fff url("/image/bg.gif") 50% 50% repeat-y fixed;
   border-top:10px solid #0080B0;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#ddd;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE FRAMEWORK======== */
div#top {
   width:780px;
   margin:0 auto;
   text-align:left;
}

div#header {
   width:780px;
   height:60px;
   margin-bottom:10px;
   background:#fff url("/image/bg_head.gif") 0% 0% no-repeat;
   border-bottom:1px solid #666;
}

div#contents {
   clear:both;
   width:760px;
   margin:0 10px;
}

div#main {
   float:left;
   width:560px;
}

div#sub {
   float:right;
   width:180px;
}

div#footer {
   clear:both;
   width:780px;
   margin-top:10px;
   border-top:1px solid #666;
   background:#fff;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:0 10px;
   /*font-size:150%;*/ /* 24px相当 */
   font-size:200%;
   line-height:60px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#0080B0;
}

div#main a:hover {
   color:#0080B0;
   /*border:0;*/
   /*border-bottom:1px solid #0080B0;*/
}

div#main h2 {
   margin-top:25px;
   margin-bottom:5px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   border-bottom:2px solid #0080B0;
}

div#main h3 {
   margin-bottom:5px;
   font-size:82%;/* 13px相当 */
   border-bottom:1px dotted #0080B0;
}

div#main p,
div#main ul
{
   margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
}


/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub h2 {
   padding:5px;
   color:#fff;
   font-size:82%;/* 13px相当 */
   font-weight:bold;
   background:#666;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   margin:0;
   padding:0;
   font-size:82%;/* 13px相当 */
   list-style-type:none;
   border-bottom:1px solid #999;
}

div#menu li a {
   display:block;
   width:175px;
   padding-left:5px;
   color:#333;
   line-height:2.5;
   background:#ddd;
}

div#menu li a:hover {
   color:#333;
   background:#d4d4d4;
}


/* ========FOOTER CUSTOMIZE======== */
div#totop {
   padding:10px 10px 0 0;
   text-align:right;
}

div#footerMenu {
   padding:10px 0;
}

div#footerMenu a {
   color:#333;
}

div#footerMenu a:hover {
   color:#333;
   border:0;
   border-bottom:1px solid #333;
}

div#footerMenu ul {
   margin:0;
   padding:0;
   list-style:none;
}

div#footerMenu li {
   display:inline;
   margin:0 0 0 10px;
   padding-left:8px;
   font-size:82%;/* 13px相当 */
   background:url("/image/arrow.gif") 0 4px no-repeat;
}

address {
   padding:20px 0;
   color:#333;
   text-align:center;
   font-style:normal;
   font-size:70%;/* 11px相当 */
   border-top:2px solid #ddd;
   background:#f1f1f1;
}

#social {
    position:relative;
    top:-40px; 
    left:270px;
}

/* ========BUTTON CUSTOMIZE======== */
.button1 {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 11pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 8px 12px;   /* 余白       */
  background    : #0080b0;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 1;           /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
}
.button1:hover {
  opacity       : 0.8;         /* カーソル時透明度 */
}

.button2 {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 11pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 8px 12px;   /* 余白       */
  background    : #999999;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 1;           /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
}
.button2:hover {
  opacity       : 0.8;         /* カーソル時透明度 */
}


/* ========ICON======== */
.icon-maxim-vote {
    color:pink;
    cursor:pointer;
}
.icon-comment {
    color:#555;
}
.icon-count {
    padding-left:4px;
    color:#777
}
.maxim-vote-area {
    cursor:pointer;
}
.comment-link-area {
    cursor:pointer;
}
.comment-link-area.no-link {
    cursor:default;
}

