@charset "UTF-8";
/****reset****/
html{
  width:100%;
  height:100%;
}
body,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,p,blockquote,th,td,
form,fieldset,legend,input,select,textarea{
  margin:0;
  padding:0;
}
body{
  background:#ffffff;
  color:#333333;
  font:16px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link{color:#0044cc;}
a:visited{color:#800080;}
a:hover,
a:active{
  color:#00adee;
  text-decoration:underline;
}
img{border:0;}
.clearfix:after{
  content:"";
  display:block;
  visibility:hidden;
  clear:both;
  height:0;
}
.clearfix{
  min-height:1px;
}
* html .clearfix{
  height:1px;
  /*¥*//*/
  height:auto;
  overflow:hidden;
  /**/
}
/****header****/
#header{
  height:97px;
  background:#333333;
}
#header .section{
  width:940px;
  margin:0 auto;
}
#header .hgroup{
  float:left;
}
#logo{
  float:left;
}
#logo a{
  outline:none;
  display:block;
  width:247px;
  height:57px;
  margin:20px 5px 20px 0;
  background:url(../img/logo.png) no-repeat;
  text-indent:-9999em;
}
#description{
  float:left;
  width:92px;
  height:28px;
  margin:34px 0;
  background:url(../img/description.png) no-repeat;
  text-indent:-9999em;
}
#header .contact ul{
  list-style:none;
}
#header .contact li{
  float:left;
  margin-top:37px;
  margin-left:20px;
}
#header .contact li:first-child{
  margin-left:35px;
}
#header .contact a{
  color:#ffffff;
  font-size:14px;
  text-decoration:none;
}
#header .contact a:hover{
  text-decoration:underline;
}
/****globalNav****/
#globalNav{
  clear:both;/*.hgroup .contact*/
  height:46px;
  background:#0cbadf url(../img/globalnav.png) repeat-x;
}
#globalNav .section{
  width:940px;
  margin:0 auto;
}
#globalNav ul{list-style:none;}
#globalNav li{float:left;}
#globalNav .search{
  padding:10px 0;
}
#globalNav .search input[type="text"]{
  width:320px;
  border:solid 1px #333333;
  margin:0 5px 0 379px;
  padding:3px 3px 4px;
  font-size:14px;
}
#globalNav .search input[type="submit"]{
  cursor:pointer;
  width:100px;
  border:solid 1px #999999;
  padding:3px 5px;
  background:#cccccc;
  background:-moz-linear-gradient(top, #eaeaea, #cccccc);
  background:-webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#cccccc));
  -webkit-appearance:none;
}
#globalNav .search input[type="submit"]:active{
  background:#eaeaea;
  background:-moz-linear-gradient(top, #cccccc, #eaeaea);
  background:-webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eaeaea));
  -webkit-appearance:none;
}
#globalNav .transmit .rss a,
#globalNav .transmit .twitter a{
  outline:none;
  display:block;
  width:64px;
  height:64px;
  margin-top:-38px;
  text-indent:-9999em;
}
#globalNav .transmit .rss a{
  background:url(../img/rss.png) no-repeat;
}
#globalNav .transmit .twitter a{
  background:url(../img/twitter.png) no-repeat;
}
/****body****/
#body{
  clear:both;/*globalNav*/
  background:#ffffff;
}
#body .section{
  width:940px;
  margin:0 auto;
}
/**posts**/
#posts{
  float:left;
  width:560px;
}
/*article*/
.article{
  border-top:dashed 1px #cccccc;
  margin-bottom:20px;
  padding-top:20px;
}
.article:first-child{
  border:none;
  margin-top:20px;
  padding:0;
}
.articleTitle a{
  line-height:1.4;
  color:#333333;
  font-size:24px;
  text-decoration:none;
}
.articleTitle a:hover{
  color:#00adee;
  text-decoration:underline;
}
.time{
  list-style:none;
  clear:both;/*.articleTitle .twitter*/
  margin:5px 0;
  padding:5px;
  background:#e6eff2;
  font-size:12px;
}
.time li{float:left;}
.time .date{margin-right:20px;}
.time .category{
  clear:both;
}
.articleHeader .social{
  list-style:none;
}
.articleHeader .social li{
  float:left;
  margin-left:10px;
  font-size:14px;
}
.articleHeader .social li:first-child{
  margin-left:0;
}
.articleBody{
  clear:both;
  margin-top:10px;
}
.more-link{
  display:block;
  text-align:center;
  width:100px;
  border-left:solid 5px #00adee;
  margin:1em 0 0 445px;
  padding:5px 10px 5px 0;
  background:#eeeeee;
}
.more-link:visited{color:#0044cc;}
.more-link:hover{
  color:#00adee;
  font-weight:bold;
}
.pageNav{
  line-height:2em;
  border-top:dashed 1px #cccccc;
  margin:0 auto 20px auto;
  padding-top:20px;
  text-align:center;
}
a.page-numbers,
.pageNav .current{
  border:solid 1px #cccccc;
  padding:5px 10px;
  color:#0044cc;
  font-size:12px;
  text-decoration:none;
}
a.page-numbers:hover{
  background:#00adee;
  color:#ffffff;
}
.pageNav .current{
  border-color:#146bb5;
  background:#146bb5;
  color:#ffffff;
  font-weight:bold;
}
.pageNav .next,
.pageNav .prev{
  background:transparent;
  font-size:12px;
  font-weight:bold;
  text-decoration:underline;
}
/**aside**/
#aside{
  float:left;
  width:360px;
  margin-left:20px;
}
#aside h3{
  line-height:1;
  margin-bottom:5px;
  font-size:16px;
}
#aside h3:first-letter{
  color:#00adee;
}
#aside li,
#aside p{
  font-size:14px;
}
#aside .widget{
  margin-top:20px;
  padding:20px 20px;
  background:#eeeeee;
}
#aside .widget_categories li,
#aside .widget_archive li{
  margin-left:22px;
}
#aside .popular-posts ul{
  list-style:none;
}
#aside .popular-posts li a{
  display:block;
  border-top:dotted 1px #cccccc;
  padding:5px 0;
  text-decoration:none;
}
.mobile{
  margin:20px 0;
  background:#eeeeee;
}
/****footer****/
#footer{
  clear:both;
  padding-bottom:20px;
  background:#333333;
  color:#ffffff;
}
#footer h3,
#footer h4{
  margin-top:20px;
  font-size:16px;
}
#footer h3:first-letter,
#footer h4:first-letter{
  color:#00adee;
}
#footer a{
  text-decoration:none;
  color:#ffffff;
}
#footer a:hover{text-decoration:underline;}
#footer li,
#footer p,
#footer .copyright{
  font-size:14px;
}
#footer .section{
  width:940px;
  margin:0 auto;
}
#footer .contents1,
#footer .contents2{
  float:left;
  width:280px;
  margin-right:20px;
}
#footer .contents1 ul,
#footer .contents2 ul{
  list-style:none;
  border-top:dotted 1px #ffffff;
}
#footer .contents1 li,
#footer .contents2 li{
  border-bottom:dotted 1px #ffffff;
  padding:5px;
}
#footer .about{
  float:left;
  width:340px;
}
#footer .about ul{
  list-style:none;
}
/*articleBody tag*/
.articleBody{clear:both;}
.articleBody a{text-decoration:underline;}
.articleBody a[class="more-link"]{text-decoration:none;}
.articleBody h3,
.articleBody h4,
.articleBody h5,
.articleBody h6{
  clear:both;
  line-height:1;
  margin:1em 0;
}
.articleBody h3{
  border-bottom:solid 1px #00adee;
  border-left:solid 5px #00adee;
  padding:5px 0 5px 5px;
  font-size:18px;
}
.articleBody h4{
  border-left:solid 5px #00adee;
  padding:5px 0 5px 5px;
  font-size:16px;
}
.articleBody h5{font-size:15px;}
.articleBody h6{font-size:14px;}
.articleBody p{
  margin-bottom:1em;
  font-size:14px;
}
.articleBody ul,
.articleBody ol{
  margin:1em 0;
}
.articleBody ul li{
  margin-left:2em;
  font-size:14px;
}
.articleBody ol li{
  margin-left:2.5em;
  font-size:14px;
}
.articleBody ul ul,
.articleBody ol ol{
  margin:0;
}
.articleBody ul ul li{
  margin-left:4em;
  font-size:14px;
}
.articleBody ol ol li{
  margin-left:4.5em;
  font-size:14px;
}
.articleBody dl{
  overflow:hidden;
  margin:1em 0;
}
.articleBody dt{
  float:left;
  width:9em;
  padding-right:10px;
  font-size:14px;
  font-weight:bold;
}
.articleBody dd{
  border-bottom:solid 1px #cccccc;
  margin-bottom:5px;
  padding:0 0 5px 10em;
  font-size:14px;
}
.articleBody table{
  border:1px solid #e0e0e0;
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom:1em;
}
.articleBody th{
  border:solid #e0e0e0;
  border-width:0 0 1px 1px;
  padding:5px;
  background:#eeeeee;
  font-size:14px;
  font-weight:bold;
  text-align:center;
}
.articleBody td{
  border:solid #e3e3e3;
  border-width:0 0 1px 1px;
  padding:5px;
  font-size:14px;
}
.articleBody em{
  font-style:normal;
  font-weight:bold;
}
.articleBody ins{
  font-weight:bold;
  text-decoration:none;
}
.articleBody blockquote{
  border:double 4px #cccccc;
  padding:10px;
  background:#ffffff url(../img/blockquote.gif) no-repeat 2% 6%;
}
.articleBody pre{
  border:solid 1px #cccccc;
  padding:10px;
  background:#eeeeee;
  font-size:14px;
}
.alignnone{
  border:solid 1px #cccccc;
  padding:2px;
  background:#f6f6f6;
}
.alignleft{
  float:left;
  border:solid 1px #cccccc;
  margin:0 5px 5px 0;
  padding:2px;
  background:#f6f6f6;
}
.aligncenter{
  display:block;
  border:solid 1px #cccccc;
  margin:0 auto;
  padding:2px;
  text-align:center;
  background:#f6f6f6;
}
.alignright{
  float:right;
  border:solid 1px #cccccc;
  margin:0 0 5px 5px;
  padding:2px;
  background:#f6f6f6;
}
table .aligncenter,
table .alignleft,
table .alignright{
  border:none;
}
/**comments**/
#discussion{
  clear:both;
  border-top:solid 1px #cccccc;
}
#discussion p,
#discussion ol,
#discussion dl,
#discussion h4{
  font-size:14px;
}
#discussion h3{
  line-height:1;
  margin:10px 0;
  font-size:16px;
}
#discussion h3:first-letter{
  color:#00adee;
}
#discussion h4{
  line-height:1;
  margin:10px 0;
}
#discussion ol,
#discussion ul{
  list-style:none;
}
.noresponse{
  clear:both;
  margin-bottom:1em;
}
.replyTitle{
  float:left;
}
.replyAction{
  float:right;
  margin-top:10px;
  font-size:14px;
}
.comment-body{
  clear:both;
  position:relative;
  border-bottom:dashed 1px #cccccc;
  padding:10px 0 50px 0;
}
.comment-body p{
  clear:both;
}
.comment-body p i{
  display:block;
  border-left:solid 5px #cccccc;
  margin:5px 0;
  padding-left:3px;
  font-style:normal;
}
.comment-body .avatar{
  float:left;
  border:solid 1px #cccccc;
  margin:0 5px 5px 0;
  padding:2px;
}
.comment-body .fn{
  font-style:normal;
}
.comment-reply-link{
  position:absolute;
  right:0;
  bottom:10px;
  display:block;
  width:50px;
  border-left:solid 5px #00adee;
  padding:5px 10px 5px 0;
  background:#eeeeee;
  text-decoration:none;
  text-align:center;
}
.children{
  margin-left:20px;
}
/**trackback**/
#trackbacklist{
  border-top:solid 1px #cccccc;
}
#trackbackurl dl{overflow:hidden;}
#trackbackurl dt{
  float:left;
  width:150px;
  padding-right:10px;
  font-size:14px;
}
#trackbackurl dd{
  margin-bottom:10px;
  padding:0 0 0 160px;
  font-size:14px;
}
#trackbackurl textarea{
  width:390px;
  border:solid 1px #cccccc;
  padding:3px;
  background:#ffffff;
}
/**commentform**/
#respond{
  padding-bottom:10px;
}
#respond h4{
  float:left;
}
#cancel-comment-reply{
  float:right;
  margin-top:10px;
}
#respond dl{
  clear:both;
}
#respond dd{
  margin-bottom:10px;
}
.required{
  color:#ff0000;
}
#respond #author,
#respond #email,
#respond #url,
#respond #comment{
  width:278px;
  border:solid 1px #cccccc;
  padding:3px;
  font-size:14px;
}
#respond #comment{
  width:550px;
}
#respond #author:focus,
#respond #email:focus,
#respond #url:focus,
#respond #comment:focus{
  background:#eeeeee;
}
#respond #submit{
  display:block;
  margin:0 auto;
  padding:0 10px;
  cursor:pointer;
}
/**single**/
.articleFooter p,
.articleFooter a,
.articleFooter li{
  font-size:14px;
}
.sbm{
  border-top:solid 1px #cccccc;
  margin-top:40px;
  padding-top:10px;
}
.sbm ul,
.share ul{
  list-style:none;
}
.sbm p,
.sbm li,
.share p,
.share li{
  float:left;
}
.sbm li,
.share li{
  margin-left:10px;
}
.sbm li:first-child,
.share li:first-child{
  margin-left:0;
}
.sbm p,
.share p{
  clear:both;
  margin-right:5px;
}
.sbm .hatena{
  padding-left:17px;
  background:url(../img/hatena.gif) no-repeat 0 4px;
}
.sbm .delicious{
  padding-left:19px;
  background:url(../img/delicious.gif) no-repeat;
}
.sbm .livedoor{
  padding-left:19px;
  background:url(../img/clip.gif) no-repeat;
}
.share{
  border-bottom:solid 1px #cccccc;
  padding:5px 0;
}
.share .facebook{
  clear:both;
  margin-left:0;
}
.related{
  clear:both;
  padding-bottom:10px;
}
.related h3{
  margin-top:10px;
  font-size:16px;
}
.related h3:first-letter{color:#00adee;}
.yjrelated li{
  margin-left:22px;
}
.entryLink{
  list-style:none;
}
.entryLink li{
  float:left;
  width:240px;
  margin-left:40px;
}
.entryLink li:first-child{
  margin-left:0;
}
.entryLink span{
  display:block;
}
/**archive**/
.archiveTitle{
  margin:20px 0 5px 0;
  font-weight:bold;
}
/**search**/
.archive .article{
  border:none;
  margin:0;
  padding:0;
}
.archive .articleTitle{
  border-bottom:dotted 1px #cccccc;
  margin-left:32px;
}
.archive .articleTitle:first-child{
  border-top:dotted 1px #cccccc;
}
.archive .articleTitle a{
  display:block;
  padding:5px 0;
  color:#0044cc;
  font-size:14px;
}
.archive .articleTitle a:hover{
  color:#00adee;
  text-decoration:none;
}
.archive .pageNav{border-top:none;}
/****plugin****/
/**contactform7**/
#mailform ul{list-style:none;}
#mailform li{
  margin:0 0 10px 0;
  clear:both;
}
#mailform #nm:focus,
#mailform #email:focus,
#mailform #subject:focus,
#mailform #message:focus{
  background:#eeeeee;
}
#mailform label{font-size:14px;}
#mailform #nm,
#mailform #email,
#mailform #subject{
  width:278px;
  padding:3px;
  border:solid 1px #cccccc;
  font-size:14px;
}
#mailform .notice{
  color:#ff0000;
  font-size:12px;
}
#mailform #message{
  width:550px;
  padding:3px;
  border:solid 1px #cccccc;
  font-size:14px;
}
#mailform #submit{
  display:block;
  margin:0 auto;
  padding:0 10px;
  cursor:pointer;
}
/*simpletags*/
.widget-simpletags a{
  text-decoration:none;
}
.widget-simpletags a:hover{
  text-decoration:underline;
}
/*breadcrumbs*/
.breadcrumbs{
  clear:both;
  list-style:none;
  overflow:hidden;
  border-left:solid 5px #684000;
  margin-bottom:20px;
  padding:5px;
  font-size:14px;
}
.breadcrumbs li{
  float:left;
  margin:0 5px 0 0;
  font-weight:bold;
}
.breadcrumbs li a{
  font-weight:normal;
}

