@charset "UTF-8";


/* base Set
----------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    vertical-align: baseline;}
  
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;}
  
html{
    overflow-y: scroll;
  font-size:62.5%;}

body {
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #323538;
  font-size:14px;
  font-size:1.4rem;
  line-height:1.8;
  margin:0;
  padding:0;}

ol, ul{
    list-style:none;}

table {
  border-collapse: collapse;
   border-spacing:0;}
  
caption, th{
    text-align: left;}
  
input, select {
    vertical-align:middle;}

img {
  border: none;
  vertical-align: bottom;}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;}
  
blockquote, q {
    quotes: none;}
    
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;} 
  
input, textarea{
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    margin: 0;
    padding: 0;
  font-size:15px;
  font-size:1.5rem;}

del {
    text-decoration: line-through;}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;}

hr {
    display:block;
    margin:0;
    padding:0;}
  
.inline_block {  
  display: inline-block;  
  *display: inline;  
  *zoom: 1; }

/* txt Set
----------------------------------------------------*/
p{
  font-size:14px;
  font-size:1.4rem;
  color:#4B4C51;}

.small {
  font-size:12px;
  font-size:1.2rem;}
  
.bold {
  font-weight: bold!important;}
  
.sup {
  color: #900;}

a{ 
  color:#F86B90;
  text-decoration:none;}
  
a:hover {
  text-decoration:underline;}
  
a:focus {
    outline:none;}  

/* CSS rollover
----------------------------------------------------*/
a:hover img.hov {
  background-color: #fff;
  filter: alpha(opacity=84);
  -moz-opacity:0.84;
  opacity:0.84;}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
  clear: both;}

/* Adjustment
----------------------------------------------------*/
.mb5 {
  margin-bottom: 5px!important;}
.mb10 {
  margin-bottom: 10px!important;}
.mb15 {
  margin-bottom: 15px!important;}
.mb20 {
  margin-bottom: 20px!important;}
.mb30 {
  margin-bottom: 30px!important;}
.mb40 {
  margin-bottom: 40px!important;}
  
.alignL {
  text-align: left!important;}
.alignC {
  text-align: center!important;}
.alignR {
  text-align: right!important;}

.rightBox{
  float:right;}
  
.leftBox{
  float:left;}


/* common
----------------------------------------------------------- */
body {
  background:#FFF;}

.replace {
  display: block;
  overflow: hidden;}
  
.replace a,
.replace span {
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;}

/* Image
------------------------------------------------- */
.emoji {
  vertical-align: middle;
}

.entry_body img{
max-width: 100%;
height: auto;
}

/* Base elements
------------------------------------------------- */

h1 { font-size: 160%; }
  
h2 { font-size: 130%; }
  
h3 { font-size: 115%; }
  
h4,h5,h6 { font-size: 100%; }
  
ul, ol, li, dl, dt, dd { list-style: none; }

table {
  font-size: medium !important;  /* for Modern browser */
  font-size: 100%;  /* for IE6 */
}


/* Layout
------------------------------------------------------------ */
#headerWrap{
  width:100%;
  background:url(http://blog-imgs-72.fc2.com/a/m/o/amotest/header_wrap.png) repeat-x;}
  
#header{
  width:1020px;
  height:240px;
  margin:0 auto;
  background:url(http://blog-imgs-72.fc2.com/a/m/o/amotest/header_img.png) no-repeat 0 40px;
  position:relative;}
  
#header h1{
  background:url(http://blog-imgs-72.fc2.com/a/m/o/amotest/logo.png) no-repeat;
  width:266px;
  height:63px;
  position:absolute;
  top:70px;
  left:235px;}

#header h1 a{
  padding-top:63px;}
  
#header p{
  color:#FFF;
  text-align:center;
  line-height:1.4;
  position:absolute;
  top:150px;
  left:255px;}
  
#pankuzuWrap{
  width:100%;
  background:#F7F4EE;}

.pankuzu{
  width:1000px;
  height:30px;
  padding:10px 0 0 0;
  margin:0 auto;
  text-align:left; } 
  
.pankuzu a:link{color:#F86B90;} 
.pankuzu a:visited{color:#F86B90;}
.pankuzu input{
  display:inline;}
  

#sidemenu {
  float: right;
  width: 300px !important;
  padding-top:80px;
  overflow: hidden;}
  
#ftLogo{
  width:100%;
  height:85px;
  padding-top:35px;
  background:url(http://blog-imgs-72.fc2.com/a/m/o/amotest/footer_bg.png) repeat-x;
  text-align:center;
  clear:both;}

#footer {
  clear: both;
  width: 100% !important;
  height:27px;
  text-align:center;
  padding-top:13px;
  background:#685C40;
  color:#FFF;
  font-size: 85% !important;  /* for Modern browser */}


/* Main Contents
------------------------------------------------------------ */  
#container {
  width: 1020px;
  margin:0 auto;}

#main {
  float: left;
  width: 670px;
  padding-top:60px;
  overflow: hidden;}

.content {
  margin-bottom: 80px;
  text-align: left;
  clear:both;}

#tb.content {
  margin-bottom: 40px;}
  
h2.entry_header,
h3.entry_header {
  color:#F86B90;
  font-size:24px;
  font-size:2.4rem;
  background:url(http://blog-imgs-72.fc2.com/a/m/o/amotest/main_ttl.png) left top no-repeat;
  padding:64px 0 10px 0;
  display:block;}

p.entry_headerday {
  padding: 0 0 10px 0;
  font-size: 82%;}

.entry_body {
  text-align: left;
  border-top:1px dotted #F86B90;
  padding:30px 0;
  font-size:14px;
  font-size:1.4rem;
  line-height:1.8;}
  
.entry_body .rank{
  padding:60px 0 40px 0;} 

.entry_body p.entry_more {
  padding: 10px 0px 0px 0px;}
  
.entry_body p.tag_lnk {
  margin: 0px;
  font-size: 82%;}
  
.entry_body p.theme {
  margin: 0px;
  font-size: 82%;}

.entry_footer {
  background:#F7F4EE;
  text-align: right;
  padding:8px 16px 8px 0;}

.entry_footer li {
  display: inline;
  list-style-type: none;
  font-size: 82%;}

.entry_footer li.entry_footercategory {
  list-style-type: none;} 
  
.entry_footer li.entry_footercategory span{
  background:#84D2BE;
  color:#FFF;
  padding:2px 5px;}

/* clap + bookmark */
.fc2_footer {
  margin: 10px 0px 0px;}

.page_navi {
  text-align: center;
  margin: 0px 0px 40px 0px;}


/* Entry (html tag)
------------------------------------------------------------ */

.entry_body h2,
.entry_body h3,
.entry_body h4,
.entry_body h5,
.entry_body h6 {
  margin: 0em 0em 0.5em;
}

.entry_body ul,
.entry_body ol {
  margin: 1em 0em 1em;
}

.entry_body ul li {
  list-style-type: none;
  list-style-position: outside;
  min-height: 25px;}

.entry_body ol li {
  list-style: decimal outside;
  margin-left: 2em;}

.entry_body dl {
  margin: 1em 0;
  border: #D5CEB9 1px solid;
  padding: 1em 1em 0em;}

.entry_body dt {
  font-weight: bold;
  min-height: 25px;
  padding: 0px 0px 0px 1em;
  margin-bottom: 0.5em;}

.entry_body dd {
  padding:0 0 5px 1em;}

.entry_body blockquote {
  background-color: #DDFFAA;
  margin: 5px;
  padding: 5px;}

.entry_body pre {
  margin: 1em auto;
  padding: 0.5em;
  border: 1px solid;
  font-family: sans-serif;
  overflow: auto;
  width: 90%;}

.entry_body hr {
  color: #D5CEB9;}

/* for without MacIE5 \*/
.entry_body pre { overflow: scroll; }
/**/

.entry_body > pre { width: auto; }

.entry_body code { font-family: monospace; }



/* Comment, Trackback, Entry list
------------------------------------------------------------ */

.sub_header {
  text-align: left;
  font-weight:bold;
  font-size: 115%;
  width: 670px !important;
  border-top:1px solid #F86B90;
  padding:24px 0;}


.sub_title {
  margin: 0px 0px 30px 30px;
  float:left;
  color:#F86B90;
  font-weight:bold;}

.sub_day {
  margin: 0px 30px 10px 405px;
  text-align:right;
  font-size: 82%;
}

.sub_body {
  margin: 0px 30px;
  padding-bottom:30px;
  clear:both;
  font-size:12px;
  font-size:1.2rem;
  border-bottom:1px dotted #F86B90;}

.list_body {
  margin:0px 0 10px 0;
}

.list_body li {
  margin-bottom: 5px;
  border-bottom: #828050 dashed 1px;
  padding-bottom: 1px;
}

.sub_footer {
  margin:0px 30px 10px 30px;
  text-align:right;
}

.sub_footer li {
  display: inline;
  list-style-type: none;
  font-size: 82%;
}
  
.form dl {
  margin:0px 30px 10px 30px;
}

.form dl dd {
  margin-bottom: 5px;
}

.form dl dd input {
  border: #E3DAC6 solid 1px;
  background:#F7F4EE;
}


.form dl dd textarea {
  width: 400px;
  height: 150px;
  border: #E3DAC6 solid 1px;
  background:#F7F4EE;
  /*°for IE  */
  scrollbar-3dlight-color:#828050;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#828050;
  scrollbar-face-color:#828050;
  scrollbar-highlight-color:#828050;
  scrollbar-shadow-color:#828050;
  scrollbar-track-color:#FFFFFF;
  /* for IE  */
}

.form input#himitu {
  margin-right: 0.5em;
}

.form .form_btn {
  margin: 30px 0px 20px 30px;
}

.form .form_btn input {
  margin-right: 5px;
  padding: 3px 5px;
  background-color: #F86B90;
  border: #F86B90 solid 1px;
  color:#FFFFFF;
}

.trackback_url {
  margin:0px 30px 10px 30px;
}

.trackback_url input {
  padding: 1px;
  width: 85%;
  background-color:#84D2BE;
  border: none;
  color:#FFFFFF;
}



/* Plugin (Main content)
------------------------------------------------------------ */
.ftAd{
  clear:both;
  text-align:center;}

.plg3_header {
  text-align: center;
  font-weight:bold;
  color: #D78138;
  min-height: 40px;
  margin-left:30px;
  padding: 10px 0px 20px 55px;}
  
.plg3_body {
  width:1020px;
  margin:0 auto 80px auto;
  text-align: center;
  padding:0;}

.plg3_body .plg_header,
.plg3_body .plg_body,
.plg3_body .plg_footer {
  margin-top:10px;
}

.plg3_body li {
  list-style-type: none;
  list-style-position: outside;
  min-height: 25px;
  padding: 0px 0px 0px 30px;
  margin-bottom: 10px;
}

.plg3_body .plg_body input {
  margin: 2px;
}

/* Sidemenu (Plugin)
------------------------------------------------------------ */

#sidemenu1 li,
#sidemenu2 li,
#sidemenu li {
  border-bottom:1px dotted #D5CEB9;
  padding:4px 0;
  font-size:12px;
  font-size:1.2rem;}
  
#sidemenu li a{
  font-size:12px;
  font-size:1.2rem;}

.sidemenu_body {
  margin-bottom: 40px;}
  
.sidemenu_body p{
  font-size:12px;
  font-size:1.2rem;}

.sidemenu_body .plg_title {
  background:url(http://blog-imgs-72.fc2.com/a/m/o/amotest/side_bg.png) no-repeat;
  width:250px;
  height:32px;
  padding:10px 0 0 50px;
  font-weight:bold;
  font-size:15px;
  font-size:1.5rem;
  margin-bottom:20px;}

.sidemenu_body .plg_header,
.sidemenu_body .plg_body,
.sidemenu_body .plg_footer {
  margin: 0;}




/* Calendar(Plugin)
------------------------------------------------------------ */

table.calender {
  width:100% !important;
  width /* for IE 5.5 */: 90%;
  line-height: 1.4em;

}

table.calender caption {
  margin-bottom: 10px;
  margin: 0px auto;
}

table.calender th,
table.calender td {
  padding:0px 0px 2px 0px !important;
  padding /* IE 5.5 */: 2px 2px 4px 2px;
  border-bottom: #828050 dashed 1px;
  text-align: center;
}

table.calender td a {
  display: block;
  color: #ffffff;
  background-color: #C1272D;
}

table.calender td a:hover {
  display: block;
  color: #ffffff;
  background-color: #828050;
}

table.calender th#sun {
  color: #FF0000;
}

table.calender th#sat {
  color: #0000FF;
}



/* Piyo(Plugin)
------------------------------------------------------------ */

.tab {
  text-align: center;
  margin-bottom: 10px;
}

.tab input{
  padding: 3px 5px;
  background-color:#828050;
  border: none;
  color:#FFFFFF;
}

.tab input.b1{
  margin-right: 5px;
}
    
.mylog {
  padding: 5px;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #828050;
  font-size: 82% !important;  /* for Modern browser */
  font-size: 93%;   /* for IE6 */
}

.mylog .title {
  font-weight: bold;
  color: #D78138;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #828050;
  margin: 0px 0px 10px;
  padding: 0px 0px 3px;
}

.mylog dl {
  margin: 0px;
  padding: 0px;
}

.mylog dt.day {
  margin: 0px;
  padding: 0px 0px 5px;
  background-color: #FFFFFF;
  background-image: none;
  text-align: left;
  color: #828050;
  font-size: 82% !important;  /* for Modern browser */
  font-size: 93%;   /* for IE6 */
}

.mylog dd.piyolog {
  margin: 0px 0px 5px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #828050;
  padding: 0px 0px 10px;
}

.license {
  text-align: right;
  font-size: 82% !important;  /* for Modern browser */
  font-size: 93%;   /* for IE6 */
}

.pagetop{
  width:60px;
  height:60px;
  display: block;
  overflow: hidden;
  position: fixed;
  bottom: 70px;
  right: 40px;
  z-index:10;}

.pagetop a{  
  display: block;
  width:60px;
  height: 0;
  padding-top:60px;
  background:url(http://blog-imgs-72.fc2.com/a/m/o/amotest/pagetop.png) no-repeat;}


.rss{
  background:url(http://blog-imgs-72.fc2.com/a/m/o/amotest/rss.png) no-repeat left center;
  padding:0 0 0 16px;
  margin-top:16px;}

#sidemenu .ninja-recommend-block li{
border:none;}

.ninja-recommend-article-link{
padding:10px 0;}
