/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; }
body {line-height:1;}
ul,ol {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
a {margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;}
ins {background-color:#ff9; color:#000; text-decoration:none;}
mark {background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help;}
/*table {border-collapse:collapse; border-spacing:0;}*/
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
input, select {vertical-align:middle;}


/* Common */
body{
  background-color:#EEE;
  font-size:13px;
  font-family:sans-serif;
  line-height:1.5;
  color:#333;
}
a{
  color:#FA743E;
  text-decoration: none;
}

a:hover{
  color:#1e56e4;
}

#side a {
  color:#004B91;
  text-decoration: none;
}
#side a:hover {
  text-decoration: none;
}

#side li a {
  display: block;
  padding: 5px 10px;
}
#side li a:hover {
  background: #fff8d3;
}

#article_list .article_item .comment a {
  color:#333;
  text-decoration: none;
}
#article_list .article_item .comment a span {
  color:#FA743E;
}

#article_list .article_item .tag a,#article_single .tag a {
  color:#333;
  text-decoration: none;
  font-size: 12px;
}
#article_list .article_item .tag a:hover,#article_single .tag a:hover {
  text-decoration: underline;
}

#footer a {
  color:#fff;
}

#footer a:hover {
  color:#FA743E;
}

.inr{
  padding:10px 0;
  width:1050px;
  margin:0 auto;
  /zoom:1;
}
.inr:after{
  content: ""; 
  display: block; 
  clear: both; 
}


#header{
  border-top:1px solid #000;
  background: #f9ad63;
}

#header .inr {
  position: relative;
  height: 460px;
}

#blog_title{
  font-size:150%;
  font-weight:bold;
}
#blog_title a{
  color:#fff;
  text-decoration:none;
}
#blog_title a:hover{
  text-decoration:underline;
}
#blog_description{
  font-size:108%;
  padding-top:.3em;
  position: absolute;
  top:31px;
  left: 400px;
}

/*ヘッダー領域のアドセンス*/
#header_add {
  position: absolute;
  left: 0;
  bottom: 20px;
}

/*ヘッダー領域のランキングタブ*/
ul#header_tab {
  zoom: 1;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top:85px;
  left: 322px;
}
ul#header_tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul#header_tab li {
  float: left;
  text-align: center;
  margin-right: 3px;
}
ul#header_tab li:last-child {
  background: none;
}
ul#header_tab li a {
  display: block;
  width: 148px;
  height: 35px;
  line-height: 38px;
  text-decoration: none;
  color: #222;
  background: #eee;
  border-radius: 10px 10px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  font-weight: bold;
}
ul#header_tab li a:hover {
  background: #ff9a60;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9a60), to(#fa8c5f));
}
ul#header_tab li.active,
ul#header_tab li.active a,
ul#header_tab li.active a:hover {
  background: #FA743E;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9a60), to(#FA743E));
}

/*ヘッダー領域のランキング中身 footerの要素をヘッダーに固定している*/
#footer .blogparts_popularArticle {
  position: absolute;top:157px;left: 50%;
  margin-left: -203px;
}

#footer .blogparts_popularArticle .sidetitlebody {
  display: none;
}


#footer .blogparts_popularArticle .side {
  display: none;
  background: #Fff;
  border: 3px solid #FA743E;
  width: 720px;
  padding: 1px;
  /zoom:1;
  z-index: -1;
}

#footer .blogparts_popularArticle .side:after{
  content: ""; 
  display: block; 
  clear: both; 
}

#footer .blogparts_popularArticle .side li {
  float: left;
  position: relative;
  width: 134px;
  height: 86px;
  margin: 2px;
  padding: 3px;
  background: #3ea8fa;
}

#footer .blogparts_popularArticle .side li:nth-of-type(n+6) {
  background: #ff8fdb;
}

#footer .blogparts_popularArticle .side li:before {
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #3ea8fa transparent transparent transparent;
  position: absolute;
  top:3px;
  left: 3px;
  z-index: 10;
}

#footer .blogparts_popularArticle .side li:nth-of-type(n+6):before {
  border-color: #ff8fdb transparent transparent transparent;
}


#footer .blogparts_popularArticle .side li span.pv {
  position: absolute;
  top:5px;left: 3px;
  z-index: 20;
  line-height: 1.1;
  text-align: center;
}

#footer .blogparts_popularArticle .side li a {
  display: block;
  position: absolute;
  top:3px;left:3px;
  color:#fff;
  width: 134px;
  height: 86px;
}

#footer .blogparts_popularArticle .side li a img {
  width: 100%;
  height: 100%;
}

#footer .blogparts_popularArticle .side li a span.subject {
  display: none;
  width: 100%;height: 100%;
  margin-left: 0;
}

#footer .blogparts_popularArticle .side li a:hover span.subject {
  display: block;
  width: 134px;
  height: 86px;
  position: absolute;
  top:0;left:0;
  background: #3ea8fa;
  z-index: 100;
}

#footer .blogparts_popularArticle .side li:nth-of-type(n+6) a:hover span.subject {
  background: #ff8fdb;
}

#footer .blogparts_rss,
#footer .blogparts_categoryArchive,
#footer .blogparts_monthlyArchive {
  display: none;
}

/*ヘッダー領域のRSS*/
#header_ress1 ,#header_ress2 {
  position: absolute;
  bottom:20px;
  background: #fff;
  border: 1px solid #ccc;
  width: 347px;
  height: 123px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 5px 5px;
}

#header_ress1 {
  left: 322px;
}

#header_ress2 {
  right: 0;
}

#header_ress a {
  color: #FA743E;
}

#header_ress1 .blogroll-channel,#header_ress2 .blogroll-channel {
  padding: 0;
}

#gnav {
  background: #FA743E;
}

#gnav .inr {
  padding: 0;
  border-right: 1px solid #fc9975;
  border-left: 1px solid #fc9975;
}

#gnav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#gnav li {
  display: table-cell;
  border-right: 1px solid #f9ad63;
  vertical-align: middle;
}

#gnav li.sns {
  border-right: none;
}

#gnav a {
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  background: #FA743E;
  display: block;
  padding: 0 15px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  height: 100%;
  border: 2px solid #FA743E;
}

#gnav a::before,
#gnav a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#gnav a,
#gnav a::before,
#gnav a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


#gnav a:hover {
  background: #fff2ac;
  color:#FA743E;
  border: 2px solid #ff9a60;
}

#gnav li.sns {
  padding-right: 22px;
}

#gnav li.sns a {
  display: block;
  float: right;
  padding: 0;
  width: 55px;
}

#gnav li.sns a i {
  line-height: 50px;
}

#contents{
  width:1050px;
  margin:15px auto 30px;
  /zoom:1;
  position: relative;
}
#contents:after{
  content:"";
  display: block;   
  clear: both; 
}
#main{
  width:750px;
  padding:20px 0 0;
  float:left;
}
#side{
  width:300px;
  margin: 20px 0 0;
  float:right;
}
#side > div{
  margin-bottom:20px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  border:1px solid #ddd;
}

#side > div:first-child,
#side > div:last-child,
#side > div.side_add {
  background: transparent;
  border-radius: 0;
  border: none;
}

#side > div.blogparts_message {
  margin-bottom: 0;
}

#side > div:last-child {
  padding-top: 36px;
  margin-bottom: 0;
}

#side h4{
  border-bottom:1px solid #ddd;
  padding:7px 10px;
  font-weight:bold;
  font-size:108%;
  color:#606c88;
  margin:1px 0 10px;
  background: #fff2ac;
  border-radius: 10px 10px 0 0;
}

#side .blogparts_categoryArchive h4,#side .blogparts_monthlyArchive h4 {
  margin-bottom: 0;
}

#side .sidewrapper ul li {
  margin-top: 0;
}

#side > div li {
  border-bottom: 1px solid #ddd;
}

#side > div li:last-child {
  border-bottom: none;
}

#side > div li .category_num {
  float: right;
  /zoom:1;
}
#side > div li .category_num:after{
  content: ""; 
  display: block; 
  clear: both; 
}

/*サイド領域の固定広告*/
#fix_add {
  width: 100%;
}

/*サイド領域のランキング*/
#side .blogparts_popularArticle h4 {
  margin-bottom: 0;
}

#side .blogparts_popularArticle li {
  position: relative;
}

#side .blogparts_popularArticle li:before {
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width:0 38px 38px 0;
  border-color: transparent #eee transparent transparent;
  position: absolute;
  top:0;
  right: 0;
  z-index: 10;
}

#side .blogparts_popularArticle li:first-child:before {
  border-color: transparent #F5CE13 transparent transparent;
}

#side .blogparts_popularArticle li:nth-child(2):before {
  border-color: transparent #C0C0C0 transparent transparent;
}

#side .blogparts_popularArticle li:nth-child(3):before {
  border-color: transparent #D28300 transparent transparent;
}


#side .blogparts_popularArticle li .rank {
  position: absolute;
  top:7px;
  right: 3px;
  z-index: 20;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
#side .blogparts_popularArticle li:first-child .rank,
#side .blogparts_popularArticle li:nth-child(2) .rank,
#side .blogparts_popularArticle li:nth-child(3) .rank {
  color:#fff;
}

#side .blogparts_popularArticle li:last-child .rank {
  right: 1px;
}

#side .blogparts_popularArticle li .pv {
  position: absolute;
  bottom:5px;
  right: 5px;
  font-size: 12px;
}

/*お問い合わせ*/
.blogparts_message dl{
  padding: 0 10px 5px;
}

.blogparts_message dd {
  margin-top: 5px;
  margin-bottom: 10px;
}

.blogparts_message input[type="text"],.blogparts_message textarea {
  width:  270px;
}

.blogparts_message textarea {
  height: 50px;
}

.blogparts_message .btn {
  text-align: center;
  margin-bottom: 15px;
}

#footer{
  color:#fff;
  background: #333;
}

#footer .inr {
  padding-top: 20px;
}

#footer .inr > div {
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
}

#footer .inr > div.sidewrapper {
  margin-top: 0;
}

#footer .inr > div h4 {
  margin-bottom: 7px;
}

#footer .inr > div.blogparts_freeArea a {
  margin-bottom: 3px;
  display: inline-block;
}


#footer #copyright {
  text-align: right;
  clear: both;
  font-size:93%;
}


div.pager{
  margin-top:20px;
  text-align:center;
  font-size:14px;
}
div.pager a{
  padding:0 10px;
}
div.bodymore img{
  max-width:100%;
}


/* article_list */
#article_list{
  margin-top:20px;
}
#article_list:first-child{
  margin-top:0;
}

#article_list .header h1,
#article_list .header h2{
  font-size:150%;
  font-weight:bold;
  color:#fff;
  background: #ccc;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 22px;
}
#article_list .header p{
  float:right;
  padding-top:2px;
}

#article_list .article_item,#article_single {
  background-color:#fff;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  /zoom:1;
  position: relative;
  margin-right:22px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 220px;
  min-height: 120px;
  clear: both;
}

#article_list .article_item.box_list {
  width: 333px;
  height: 270px;
  overflow: hidden;
  float: left;
  padding: 35px 10px 10px 10px;
  clear: none;
}


#article_list .article_item:after{
  content:'';
  display:block;
  clear:both;
}

#article_list .article_item .thumb {
  width: 200px;
  height: 120px;
  overflow: hidden;
  position: absolute;top:10px;left:10px;
}

#article_list .article_item.box_list .thumb {
  width: 333px;
  height: 150px;
  position: static;
  margin-bottom: 5px;
}

#article_list .article_item img {
  width: 100%;
  height: auto;
  margin-top: -25%;
}

#article_list .article_item h2 {
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-right: 60px;
}

#article_list .article_item.box_list h2 {
  height: 60px;
  padding-right: 0;
}


#article_list .article_item .comment,#article_single .article_info .comment {
  position: relative;
  background: #ddd;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 5px 10px;
  -webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
  position: absolute;top:-10px;right: 10px;
}

#article_list .article_item.box_list .comment {
  top:85px;right: 15px;
  font-size: 12px;
}

#article_list .article_item .comment:after,#article_single .article_info .comment:after {
  content: '';
  position: absolute;
  border-top: 10px solid #ddd;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -9px;
  left: 10px;
}

#article_list .article_item .comment span {
  font-size: 16px;
  font-weight: bold;
  color:#FA743E;
}

#article_list .article_item .date,#article_list .article_item .category_list {
  font-size: 12px;
}


#article_list .article_item .date,#article_single .date {
  display: inline-block;
  margin-bottom: 7px;
}

#article_list .article_item.box_list .date,#article_single .date {
  position: absolute;top:0;left: 10px;
  background: #FA743E;
  color:#fff;
  padding: 3px 7px;
  margin-bottom: 0;
}

#article_list .article_item .category_list {
  display: inline-block;
  margin-bottom: 7px;
}

#article_list .article_item.box_list .category_list {
  position: absolute;top:3px;left: 135px;
  margin-bottom: 0;
}

#article_list .article_item .category_list li {
  display: inline-block;
}

#article_list .article_item .tag,#article_single .tag {
  background: #eee;
  padding: 3px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 3px;
}

#article_list .article_item.box_list .tag {
  font-size: 11px;
  background: none;
  padding: 0;
  margin-bottom: 0;
}

#article_list .article_item .sns_btn {
  position: absolute;bottom: 10px;right:10px;
}

#article_list .article_item .sns_btn li,#article_single .sns_btn li {
  display: inline-block;
  font-size:36px;
  vertical-align: bottom;
  margin-left: 5px;
}

#article_list .article_item .sns_btn li a:hover,#article_single .sns_btn li a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
}


#article_list .article_item .sns_btn li img,#article_single .sns_btn li img{
  width:32px;
  height:32px;
  vertical-align: bottom;
}

#article_list p.pager{
  border-top:1px solid #CCC;
  border-bottom: 2px solid #CCC;
  padding:5px 10px;
  text-align:center;
  background-color:#EEE;
  margin-right: 22px;
  margin-top: 20px;
  clear: both;
}
#article_list p.pager a,
#article_list p.pager strong{
  display:inline-block;
  /display:inline;
  /zoom:1;
  padding:2px 10px;
  background-color:#fff;
  border:1px solid #ccc;
  margin:0 5px;
  text-decoration:none;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
#article_list p.pager a:hover{
  background-color:#fffde6;
}
#article_list p.pager strong{
  background-color:#999;
  color:#fff;
}
#article_list p.pager_archive:after{
  content:'';
  display:block;
  clear:both;
}
#article_list p.pager_archive a{
  display:block;
  margin:0;
}
#article_list p.pager_archive a.prev{
  float:left;
}
#article_list p.pager_archive a.next{
  float:right;
}

/* article_single */
#article_single {
  padding-top: 35px;
  padding-left: 10px;
  padding-bottom: 20px;
  margin-top: 20px;
}

#article_single img {
  max-width: 100%;
  height: auto;
}

#article_single .article_info h1{
  font-size:150%;
  font-weight:bold;
  color:#FA743E;
}
#article_single .article_info h1 span{
  display:block;
}
#article_single .article_info p{
  display:inline;
  margin-right:5px;
}

#article_single .article_info p.comment a {
  font-size: 16px;
  font-weight: bold;
}

#article_single div.body{
  margin-top:20px;
  font-size:14px;
}

#article_single .sns_btn {
  margin-top: 20px;
  /zoom:1;
}


#article_single .sns_btn:after{
  content:'';
  display:block;
  clear:both;
}

#article_single .sns_btn li {
  float: left;
  margin-right: 10px;
}


#article_single div.pager {
  margin-bottom: 10px;
}

#article_single div.comment{
  margin-top:30px;
}

#article_single div.comment .form{
  background-color:#eee;
  padding:15px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
#article_single div.comment .form dt{
  font-size:14px;
  font-weight:bold;
  color:#666;
}
#article_single div.comment .form table th,
#article_single div.comment .form table td{
  padding-top:10px;
  vertical-align:top;
}
#article_single div.comment .form table th{
  padding-right:5px;
  text-align:right;
}
#article_single div.comment .form table input{
  width:498px;
}
#article_single div.comment .form table textarea{
  width:500px;
  height:10em;
}
#article_single div.comment .form p{
  margin-top:10px;
  text-align:center;
}
#article_single div.comment .form p input{
  padding:5px 10px;
}

/* comment_list */
#comment_list li dl{
  margin-top:10px;
  padding-top:10px;
  border-top:1px dotted #ccc;
}
#comment_list li dl dt,
#comment_list li dl dd{
  display:inline;
  margin-right:5px;
}
#comment_list li dl dd.body{
  display:block;
  padding-top:5px;
}

/* message */
#message dl{
  margin-top:10px;
}
#message dt{
  margin-bottom:2px;
}
#message dd{
  margin-bottom:5px;
}
#message dd.name input{
  width:238px;
}
#message dd.message textarea{
  width:240px;
  height:6em;
}
#message p.btn{
  text-align:center;
}
#message p.btn input{
  font-size:14px;
  padding:5px 10px;
}

/* lists in sidewrapper */
.sidewrapper{
margin-top:20px;
}
.sidewrapper ul li{
margin-top:5px;
}
.sidewrapper ul li span.subject{
display:inline-block;
/display:inline;
/zoom:1;
width:200px;
margin-left:5px;
vertical-align:middle;
}
.sidewrapper ul li img{
vertical-align:middle;
}

/* fit-sidebar サイドバー固定 */
.fit-sidebar-fixed{
  margin-top:0!important;
  margin-bottom:0!important;
  position:fixed;
}
.fit-sidebar-blank{
  z-index:0;
  background-color:transparent;
  visibility:hidden;
}

/*  サイド固定 */
#side_control_btn {display: none;}
#side_control_btn ul {list-style: none;position: fixed;left:auto;bottom: 35px;margin-left: 1055px;padding: 5px;border: 1px solid #ddd;background-color: #fff;border-radius: 5px;z-index: 100;}
#side_control_btn ul li {line-height: 1;}
#side_control_btn ul li a {display: block;width: 40px;height: 40px;border-radius: 5px;background: #333;overflow: hidden;color:#fff;font-size: 10px;text-align: center;text-decoration: none;}
#side_control_btn ul li a:hover {background-color: #FA743E;}
#side_control_btn ul li a i {font-size: 35px;}
#side_control_btn ul li.home {margin: 5px 0;}
#side_control_btn ul li.home a i {font-size: 25px;padding-top: 2px;}
#side_control_btn ul li:first-child a i {padding-top: 1px;}
#side_control_btn ul li:last-child a i {padding-top: 3px;}

.youtube{
    position:relative;
    padding-bottom: 56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.box-01 {
 position: relative;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
  -moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
  box-shadow: 1px 1px 4px rgba(0,0,0,.5);
  padding: 2px;
  background: #FFFFFF;
  width:60%;
}

/* コメント吹き出し追加201603 */
.comment_add_container {
    margin: 10px 0 20px 30%;
}
.comment_add_container .comment_add {
    border:1px solid #f9ad63;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}
.comment_add li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}
.comment_add a {
    color:#444;
    text-decoration: none;
}
.comment_add a:hover {
    text-decoration: underline;
}
.comment_add br {
    display: none;
}
.comment_add_container .comment_add:after, .comment_add_container .comment_add:before {
    content: " ";
    position: absolute;
}

.comment_add_container .comment_add:after {
    border-top: 10px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -9px;
    right: 20px;
}
.comment_add_container .comment_add:before {
    border-top: 10px solid #f9ad63;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -11px;
    right: 20px;
}
.comment_add_btn {
    text-align: right;
    margin-top: 13px;
}
.comment_add_btn a {
    font-size: 11px;
    padding: 3px 5px 3px;
    line-height: 15px;
    font-weight: bold;
    color:#fff;
    background: #f9ad63;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #f9ad63;

}


/* マーキー2017/5/21 */  
    
.comment_add_container.move ul.comment_add:after,
.comment_add_container.move ul.comment_add:before,
.comment_add_container.move ul.comment_add {
    border: none;
    background: transparent;
}


    
.move .comment_add li {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 20px;
  color:#fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,.5),-1px 1px 2px rgba(0,0,0,.5),1px -1px 2px rgba(0,0,0,.5),-1px -1px 2px rgba(0,0,0,.5);
  white-space: nowrap;
  opacity: 0;
  overflow: visible;
}
  
.move .comment_add li a {
    color:#fff;
    display: block;
    pointer-events: none;
}

    .move .comment_add li a:hover {
        text-decoration: none;
    }
    
.move .marquee li {
    visibility: visible;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:12s;
    -webkit-animation-iteration-count:1;
    
	-moz-animation-timing-function:linear;
	-moz-animation-duration:12s;
    -moz-animation-iteration-count:1;
    
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:12s;
    -ms-animation-iteration-count:1;
    
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:12s;
    -o-animation-iteration-count:1;
    
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:12s;
    animation-iteration-count:1;
    
    font-weight: bold;
    -webkit-backface-visibility: hidden;
}
    
    .move ul.comment_add li.rand_font1 {
        font-size: 22px;
    }
    .move ul.comment_add li.rand_font2 {
        font-size: 27px;
    }
    .move ul.comment_add li.rand_font3 {
        font-size: 30px;
    }
    .move ul.comment_add li.rand_font4 {
        font-size: 32px;
    }

li#switch span {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #333;
    overflow: hidden;
    color: #fff;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    margin-top: 5px;
    cursor: pointer;
    background-image: url("http://blogmaterial.nicoblomaga.jp/material/305/niko_btn.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 30px 80px;
}
li#switch span:hover {
    background-color: #FA743E;
    background-position: center bottom;
}


    
ul#header_tab li:last-child {
    margin-right: 0;
}
ul#header_tab li a {
    width: 180px;
}
ul#header_tab li:first-child a {
    width: 179px;
}
img.irasutoya{float:right;}