@charset "utf-8";

/* ▼　フォントサイズを変える場合はパーセンテージで指定しましょう ▼

   10px   =      77%
   11px   =      85%
   12px   =      93%
   13px   =     100%
   14px   =     108%
   15px   =     116%
   16px   =   123.1%
   17px   =     131%
   18px   =   138.5%
   19px   =   146.5%
   20px   =   153.9%
   21px   =   161.6%
   22px   =     167%
   23px   =     174%
   24px   =     182%
   25px   =     189%
 
   ▼　リセットCSS （基本データです。いじる時は注意しましょう）　▼ */

html {
   overflow-y: scroll;
   background: #fff;
  
}

body {
   margin: 0;
   padding: 0;
   font: 13px/1.5  Meiryo, "メイリオ", verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  *font-size: small;
  *font: x-small;
   color: #191919;
}

h1, h2, h3, h4, h5, h6 {
   font-size: 100%;
   font-weight: normal;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
   margin: 0;
   padding: 0;
}

select, input, button, textarea {
   font: 99% verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  *font-size: 100%;
   color: #555;
   padding: 2px;
   background: #fff;
   border: 1px solid #999;
}


table {
   border-collapse: collapse;
   border-spacing :0;
   font-size: inherit;
   font: 100%;
}


address, caption, cite, code, dfn, em, th, var {
   font-style: normal;
   font-weight: normal;
}

strong {font-weight: bold;}

pre, code, kbd, samp, tt {
   font-family: monospace;
  *font-size: 108%;
   line-height: 100%;
}

abbr, acronym {
   border: 0;
   font-variant: normal;
}

ol, ul {list-style: none;}

caption, th {text-align: left;}
 
fieldset, img {border: 0;}

legend {color: silver;}

sup {vertical-align: text-top;}

sub {vertical-align: text-bottom;}

q:before, q:after {content: '';}

a:link, a:visited {
   color: #1f54e5;
   text-decoration: none;
}

a:hover, a:active {
   color: #ff2200;
   text-decoration: none;
}

.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;clear:both;}

/* ▼　ヘッダー ▼ */

#header {
   width: 1100px;
   margin: 0 auto;
   padding: 2px 0 0 5px;
}

#header p {
   font-size: 250%;
   font-weight: bold;
   margin-bottom: 1px;
}

#header p a {color: #fff;}

#header p a:hover {color: #ff2200;}

#header h1 {
   color: #ddd;
   font-size: 100%;
   margin-left: 5px;
}

/* ▼　メニュー ▼ */

#menu {
   width: 100%;
   margin: 4px auto 5px auto;
   background: #fff;
   border-top: 1px solid #999;
   border-bottom: 1px solid #999;
}

#menu ul {
   width: 1100px;
   margin: 0 auto;
   padding: 4px 0;
}

#menu li {
   float: left;
   text-align: left;
}

#menu li a {
   display: block;
   width: 165px;
   color: #666;
   border-right: 0px solid #bbb;
}

#menu li a:hover {
   color: #fff;
   font-weight: bold;
   background: #FFF;
}

#menu li#bo a {
   margin-left: 50px;
   border-left: 0px solid #bbb;
}






/* ▼　メニュー2 ▼ */





#dmode ul {
  width: 1100px;
   text-align: center;
  margin: 3px auto 6px auto;
font-size:93%;
}
#dmode li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-left: 40px;
  padding-right:40px;
}
#dmode li a {
  background-color: #transparent;
color: #1d3994;
}


#dmode li a:hover {
   
 
 text-decoration: underline;
}








/* ▼　レイアウト ▼ */

#blog-box {
   width: 1100px;
   margin: 0 auto;
   text-align: left;
}

#main-box {
   float: left;
   width: 620px;
   margin-left: 173px;
}

#left-box {
   float: left;
   width: 164px;
   margin-left: -787px;
}

#right-box {
   float: left;
   width: 304px;
   margin-left: 3px;
}

/* ▼　エントリー ▼ */

.entry-title {
   color: #fff;
   font-size: 138.5%;

  
   padding: 5px 10px;
   background: #8f2ead;
 text-align: center;

}

.entry-title a {color: #fff;}

.entry-title a:hover {color: #3cff00;}

.entry-body {
   width: auto;
   font-size: 116%;
 line-height: 160%;
   margin-bottom: 16px;
   padding: 10px 8px 7px 14px;
   background: #ffffff;
   border: 4px double #ab9bba;
   border-top: none;
   box-shadow: 0 3px 10px #777;
  -webkit-box-shadow: 0 3px 10px #777;
  -moz-box-shadow: 0 3px 10px #777;
}

.entry-body a {
   text-decoration: underline;
}

.entry-body a:hover {
   text-decoration: underline;
}

.entry-body img {
   padding: 2px;
   background: #fff;
   border: 0px none #94cdd2;
}

.open-more a {
   display: block;
   float: left;
   width: 339px;
   color: #fff;
   font-size: 93%;
   text-align: center;
   text-decoration: none;
   margin: 15px 16px 15px 0;
   padding: 2px 0;
   background: #838990;
   border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.read-more a {
   display: block;
   float: left;
   width: 339px;
   color: #fff;
   font-size: 93%;
   text-align: center;
   text-decoration: none;
   margin: 15px 0;
   padding: 2px 0;
   background: #838990;
   border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;

}

.read-more a:hover,
.open-more a:hover {
   color: #ddd;
   text-decoration: none;
   background: #aa8055;
}

.entry-footer {
   text-align: right;
   font-size: 85%;
   padding-top: 7px;
   border-top: 1px solid #999;
}

.fc2_footer {margin-top: 15px;}

.relate_dl {
   margin-top: 13px;
   padding: 10px;
   border: double #999;
   background: #fff;
}

.relate_dt {
   font-weight: bold;
   border-bottom: 1px solid #888;
   padding: 0 0 9px 5px;
}

.relate_dd {margin-top: 10px;}

.relate_ul {padding-left: 5px;}

.entry-body blockquote {
	margin: 5px;
	background-color: #f4f4f4;
	padding: 15px;
	border-top: 1px dotted #ee533e;
	border-right: 1px dotted #ee533e;
	border-bottom: 1px dotted #ee533e;
	border-left: 5px solid #ee533e;
 font-size: 90%;
 text-align: left;
 font-weight: bold;
}

/* ▼　ソーシャルリンク ▼ */

.rn-social {height: 35px;}

.rn-social ul {margin-left: 15px;}

.rn-social li {
   float: left;
   margin-right: 15px;
   text-indent: -9999px;
}

.rn-social li a {
   display: block;
   width: 35px;
   height: 35px;
}

.rn-hatena {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat 0 15px;}

.rn-hatena:hover {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat 0 0;}

.rn-tweet {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -35px 15px;}

.rn-tweet:hover {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -35px 0;}

.rn-face {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -70px 15px;}

.rn-face:hover {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -70px 0;}

.rn-yahoo {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -105px 15px;}

.rn-yahoo:hover {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -105px 0;}

.rn-live {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -140px 15px;}

.rn-live:hover {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -140px 0;}

/* ▼　コメント＆トラックバック ▼ */

.com-meta {
   font-size: 93%;
   padding-bottom: 2px;
  font-weight: bold;
}

.com-meta span{
   font-size: 108%;
   font-weight: bold;
 color: #008527;
}

.com-meta a,
.com-meta a:hover {text-decoration: none;}

.com-body {
   margin-bottom: 16px;
   padding: 5px 10px;
 

}

.tb {font-weight: bold;}

.tb-url {padding-bottom: 8px;}

.tb-url input {width: 350px;}

/* ▼　コメントフォーム ▼ */

.com-form {
   width: 500px;
   margin-left: 10px;
   padding: 15px 0 9px 0;
}

.com-form dt {
   font-size: 93%;
}

.com-form dd input {
   width: 100%;
   font-size: 100%;
   margin-bottom: 5px;
   padding: 5px;
   border: 1px solid #999;
   background: #fff;
}

.com-form dd textarea {
   width: 100%;
   height: 150px;
   font-size: 100%;
   margin-bottom: 5px;
   padding: 5px;
   border: 1px solid #999;
   background: #fff; 
}

.com-form dd input:hover,
.com-form dd textarea:hover {
   border: 1px solid #705030;

}

.com-form dd input:focus,
.com-form dd textarea:focus {
   border: 1px solid #705030;
}

.com-form p input {
   width: 200px;
   font-size: 100%;
   margin-top: -12px;
   color: #fff;
   background: #705030;
   border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;

}

.com-form p input:hover {
   color: #ddd;
   background: #aa8055;
   border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

/* ▼　ページナビ ▼ */

#content-nav {
   text-align: center;
   font-size: 116%;
   font-weight: bold;
   margin-bottom: 16px;
}

/* ▼　サイド ▼ */

.side-title {
   color: #fff;
   text-align: center;
   font-weight: bold;
   padding: 2px;
   background: #59b4eb;
 background-image: url(https://blog-imgs-45.fc2.com/n/e/w/neweva/bb-blue_side2.jpg);
  background-repeat: repeat-y;
   background-position:left;
}

.side-body {
   color: #1333;
   margin-bottom: 9px;
   padding: 0px;
   font-size: 93%;
   background: #f7f7f7;
   border: 1px solid #d3d1b5;
   border-top: none;
   box-shadow: 0 2px 7px #777;
  -webkit-box-shadow: 0 2px 7px #777;
  -moz-box-shadow: 0 2px 7px #777;
}

.side-body a {color: #1f54e5;}

.side-body a:hover {
   color: #b89572;
   text-decoration: underline;
}

.side-body img {
   padding: 1px;
   border: 0px solid #8d6a47;
}


.side-bodys {
   color: #1333;
   margin-bottom: 0px;
   padding: 5px;
   font-size: 93%;
   background: #f7f7f7;
   border: 0px solid #d3d1b5;
  border-top: none;
   box-shadow: 0 1px 7px #777;
  -webkit-box-shadow: 0 1px 7px #777;
  -moz-box-shadow: 0 1px 7px #777;

}


/* ▼　プラグイン ▼ */

.side-body ul {color: #02adad;}

.side-body li {
   list-style-type: disc;
   list-style-position: inside;
   margin: 0 0 3px 6px;
}

.plugin-search input {margin-top: 5px;}

.plugin-mail input {margin-top: 5px;}

table.calender {width: 100%;}

table.calender caption {
   font-weight: bold;
   text-align: center;
   padding-bottom: 5px;
}

table.calender th {
   color: #555;
   text-align: center;
}

table.calender th#sun {color: #cc0000;}

table.calender th#sat {color: #0033ff;}

table.calender td {
   color: #999;
   text-align: center;
   background: #ddd;
   border: 3px solid #fdfaf9;
}

table.calender td a {
   display: block;
   color: #fff;
   background: #8d6a47;
}

table.calender td a:hover {
   color: #fff;
   text-decoration: none;
   background: #b89572;
}

/* ▼　フッター ▼ */

#footer {
   color: #fff;
   text-align: center;
   margin: 0 auto;
   padding: 15px 0 15px 0;
   background: #0191b4;
}

.copy {
   font-size: 116%;
   padding: 0px 0 10px 0;
}

.copy a {
   color: gold;
   font-weight: bold;
   text-decoration: underline;
}

.copy a:hover {
   color: goldenrod;
   font-weight: bold;
   text-decoration: underline;
}

.fc2-pr {
   font-size: 85%;
   text-align: center;
}

.fc2-pr a {
   color: #fff;
}

.fc2-pr a:hover {
   color: #888;
}








/* ----------------------------------------------- */
/*

      カスタムテーブル

*/
/* ----------------------------------------------- */




table {
	background-color: #ffffff;

	border-collapse: collapse;
font-size: 100%;
	
	color:#333333;
word-break: break-all;

} 

table th.t_top {
	border-bottom: #dcdddd 1px solid;
	background-color: #0abacf;
 color: #ffffff;
	text-align: left;
word-break: break-all;
font-size: 100%;
	padding: 5px;
} 




table td.t_line01 {
	background-color: #fff;
font-size: 77%;
border: #e3e3e3 1px solid;
	word-break: break-all;
	padding: 10px;
	vertical-align: top;
}

table td.t_line02 {
	background-color: #f7f8f8;
font-size: 77%;
border: #e3e3e3 1px solid;
word-break: break-all;
	padding: 10px;
	vertical-align: top;
}


table td.t_line03 {
	background-color: #fff;
font-size: 85%;
border: #e3e3e3 1px solid;
	word-break: break-all;
	padding: 10px;
	vertical-align: top;
}

table td.t_line04 {
	background-color: #f7f8f8;
font-size: 85%;
border: #e3e3e3 1px solid;
word-break: break-all;
	padding: 10px;
	vertical-align: top;
}




table td.t_line05 {
	background-color: #fff;
font-size: 91%;
border: #e3e3e3 1px solid;
	word-break: break-all;
	padding: 10px;
	vertical-align: top;
}

table td.t_line06 {
	background-color: #f7f8f8;
font-size: 91%;
border: #e3e3e3 1px solid;
word-break: break-all;
	padding: 10px;
	vertical-align: top;
}


table td.t_line07 {
	background-color: #fff;
font-size: 100%;
border: #e3e3e3 0px solid;
word-break: break-all;
	padding: 2px;
	vertical-align: top;
}


table td.t_line08 {
	background-color: #f7f8f8;
font-size: 100%;
border: #e3e3e3 1px solid;
word-break: break-all;
	padding: 10px;
	
}




.h-09 { /* 見出し9 */
   font-size: 131;
   font-weight: bold;
   padding: 3px 7px;
   background: #FFF; /* 好きな色に変更可（背景） */
   border-left: 7px solid #8f2ead; /* 好きな色に変更可（下線） */
   border-bottom: 1px solid #8f2ead; /* 好きな色に変更可（下線） */
}

.h-13 { /* 好きな名前に変更可 */
   font-size: 131;
   font-weight: bold;
   padding: 3px 7px;
   border: 1px solid #8f2ead; /* 好きな色に変更可 */
   border-left: 7px solid #8f2ead; /* 好きな色に変更可（左線） */
}

.h-07 { /* 好きな名前に変更可 */
   padding: 3px 7px;
   border: 1px solid #8f2ead; /* 好きな色に変更可 */
   border-left: 7px solid #8f2ead; /* 好きな色に変更可（左線） */
}



.h-06 { /* 好きな名前に変更可 */
  
   font-weight: bold;
   padding: 3px 7px;
   background: #eef6f9; /* 好きな色に変更可 */
}

.h-12 { /* 淡い背景のみ BIG太字 */
   font-size: 138.5%;
   font-weight: bold;
   padding: 3px 7px;
  background: #f9fbed; /* 好きな色に変更可 */
}


.h-10 { /* 淡い背景のみ BIG中字 */
   font-size: 123.1;
   font-weight: bold;
   padding: 3px 7px;
  background: #f9fbed; /* 好きな色に変更可 */
}

.h-11 { /* 淡い背景+枠線 文字普通 */
 
   padding: 3px 7px;
  border: 1px solid #c1e3fd; /* 水色*/
   border-left: 7px solid #c1e3fd; /* 水色（左線） */
  background: #f2f7fb; /* 水色系 */
}


.h-20 { /* グレー線囲み */
 
   padding: 3px 7px;
  border: 1px solid #bbbbbb; /* グレー*/
  
  background: #f7f7f7; /* 背景色 */
}

.h-21 { /* 見出しwiki */
  
   font-weight: bold;
   padding: 3px 7px;
   background: #eaeaea; /* 好きな色に変更可 */
   border: 1px solid #bababa; /* 好きな色に変更可 */
}





.imgsize img{

  width: 160px;
  
}


.imgq img{

  width: 30px;
height: 30px;
  
}

.imgmd img{

  width: 60px;
height: 60px;
  
}

.imgsizeh img{

  width: 78px;
  
}

.h-580 img{

  width: 580px;
  
}

.imghe img{


height: 100px;
  
}


.chr img{ /* キャラクター横並び */
  
   vertical-align: middle;
   padding: 3px 7px;
}







.hiro-left,
.hiro-right {
   overflow: hidden;
   height: auto;
}
 
.hiro-left img {
   float: left;
   margin: 0 7px 0 0 !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.hiro-right img {
   float: right;
   margin: 0 0 0 7px !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.hiro-left p,
.hiro-right p {
   overflow: hidden;
   height: auto;
  font-size: 93%;
}



.index2013{
border: dotted 1px #F0DCDB;
margin: 2px 2px 2px 2px; 
padding: 2px 2px 10px 2px;
 

font-family: "MS UI Gothic", Sans-serif;

}

.blogroll-wrapper{

	overflow:hidden;
}
.blogroll-column{
	float:left;
	width:50%;

}



/* ----------------------------------------------- */
/*

      BlogRoll css

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    height: 247px;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 2px #e6ebeb;
    background: #fff;
    overflow-y: scroll;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}




#gamazon_ftgp {
	width: 580px; 
	margin-bottom: 5px; 
}

#gamazon_ad_1,
#gamazon_ad_2 {
	margin-left: 20px; 
	display: inline; 
	float: left;
}



/* 画像の横幅を広くする */
#zenback #zenback-widget #zenback-related-article .zenback-module-item.hasthumb,
#zenback #zenback-widget #zenback-related-article .zenback-module-item.hasthumb .zenback-module-item-thumbnail,
#zenback #zenback-widget #zenback-related-article .zenback-module-item.hasthumb .zenback-module-item-title {
width: 133px;
}




.clr {
	clear: both;





/* blog designed by HiRo 「http://subculsheets.blog.fc2.com/」 */