@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;
   color: #111;
   background: #111;
}

body {
   margin: 0;
   padding: 0;
   font: 13px/1.5 verdana, Sans-Serif;
  *font-size: small;
  *font: x-small;
   color: silver;
}

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: silver;
   padding: 2px;
   background: #333;
   border: 1px solid #555;
}

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: silver;
   text-decoration: none;
}

a:hover, a:active {
   color: #b87295;
   text-decoration: none;
}

.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;clear:both;}

/* ▼　ヘッダー ▼ */

#header-box {
   position: relative;
   width: 1000px;
   height: 250px;
   margin: 0 auto;
   padding-top: 16px;
   overflow:hidden;
}
#header {
   position:absolute;
   left:618px;
   bottom:10px;
   width: 1000px;
   padding: 3px 10px;
}

#header p {
   font-size: 250%;
   font-weight: bold;
}

#header p a:hover {color: #aa5580;}

#header h1 {
   font-size: 100%;
   margin-left: 5px;
}

/* ▼　メニュー ▼ */

#menu,
#top-ad {
   width: 1000px;
   margin: 16px auto;
}

#menu ul {
   padding: 3px 2px 3px 3px;
   background: #111;
   border: 1px solid #333;
}

#menu li {
   float: left;
   text-align: center;
}

#menu li a {
   display: block;
   width: 203px;
   border-right: 1px solid #444;
}

#menu li a:hover {
   color: #fff;
   font-weight: bold;
   background: #000;
}

#menu li#last a {border-right: none;}

/* ▼　レイアウト ▼ */

#blog-box {
   width: 1000px;
   margin: 0 auto;
   text-align: left;
}

#main-box {
   float: left;
   width: 500px;
   margin-left: 250px;
}

#left-box {
   float: left;
   width: 234px;
   margin-left: -750px;
}

#right-box {
   float: left;
   width: 238px;
   margin-left: 12px;
}

/* ▼　エントリー ▼ */

.entry-title {
   color: #eee;
   font-size: 116%;
   font-weight: bold;
   padding: 5px 10px;
   background: #333;
   border-bottom: 2px solid #aa5580;
}

.entry-title a {color: #fff;}

.entry-title a:hover {color: #d5aabf;}

.entry-body {
   width: auto;
   font-size: 108%;
   margin-bottom: 16px;
   padding: 15px 15px 7px 15px;
   background: #111;
   border: 1px solid #333;
   border-top: none;
}

.entry-body a {
   color: #b87295;
   text-decoration: underline;
}

.entry-body a:hover {
   color: #d5aabf;
   text-decoration: underline;
}

.entry-body img {
   padding: 3px;
   background: #000;
   border: 3px solid #444;
   margin:3px;
}

.entry-body a img {border: 2px solid #b87295;}

.entry-body a img:hover {border: 2px solid #d5aabf;}

.open-more a {
   display: block;
   float: left;
   width: 339px;
   color: silver;
   font-size: 93%;
   text-align: center;
   text-decoration: none;
   margin: 15px 16px 15px 0;
   padding: 2px 0;
   background: #222;
   border: 1px solid #444;
}

.read-more a {
   display: block;
   float: left;
   width: 339px;
   color: silver;
   font-size: 93%;
   text-align: center;
   text-decoration: none;
   margin: 15px 0;
   padding: 2px 0;
   background: #222;
   border: 1px solid #444;
}

.read-more a:hover,
.open-more a:hover {
   text-decoration: none;
   border: 1px solid #d5aabf;
}

.entry-footer {
   text-align: right;
   font-size: 85%;
   padding-top: 7px;
   border-top: 1px solid #333;
}

.fc2_footer {margin-top: 15px;}

.relate_dl {
   margin-top: 13px;
   padding: 10px;
   border: double #444;
   background: #222;
}

.relate_dt {
   font-weight: bold;
   border-bottom: 1px solid #666;
   padding: 0 0 9px 5px;
}

.relate_dd {margin-top: 10px;}

.relate_ul {padding-left: 5px;}

.entry-body blockquote {
   padding: 5px 10px;
   background: #222;
   border: 1px solid #444;
}

/* ▼　ソーシャルリンク ▼ */

.rn-social {
   height: 32px;
   padding-top: 5px;
}

.rn-social ul {margin-left: 15px;}

.rn-social li {
   float: left;
   margin-right: 15px;
   text-indent: -9999px;
}

.rn-social li a {
   display: block;
   width: 32px;
   height: 32px;
}

.rn-hatena {background: url(https://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat 0 12px;}

.rn-hatena:hover {background: url(https://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat 0 0;}

.rn-tweet {background: url(https://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -32px 12px;}

.rn-tweet:hover {background: url(https://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -32px 0;}

.rn-face {background: url(https://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -64px 12px;}

.rn-face:hover {background: url(https://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -64px 0;}

.rn-yahoo {background: url(https://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -96px 12px;}

.rn-yahoo:hover {background: url(https://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -96px 0;}

.rn-live {background: url(https://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -128px 12px;}

.rn-live:hover {background: url(https://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -128px 0;}

/* ▼　コメント＆トラックバック ▼ */

.com-meta {
   font-size: 93%;
   padding-bottom: 2px;
}

.com-meta span{
   font-size: 108%;
   font-weight: bold;
}

.com-meta a,
.com-meta a:hover {text-decoration: none;}

.com-body {
   margin-bottom: 16px;
   padding: 5px 10px;
   background: #222;
   border: 1px solid #444;
}

.tb {font-weight: bold;}

.tb-url {padding-bottom: 8px;}

.tb-url input {width: 350px;}

/* ▼　コメントフォーム ▼ */

.com-form {
   width: 435px;
   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 #555;
   background-color: #333;
}

.com-form dd textarea {
   width: 100%;
   height: 150px;
   font-size: 100%;
   margin-bottom: 5px;
   padding: 5px;
   border: 1px solid #555;
   background-color: #333; 
}

.com-form dd input:hover,
.com-form dd textarea:hover {
   border: 1px solid #222;
   background-color: #000;
}

.com-form dd input:focus,
.com-form dd textarea:focus {
   border: 1px solid #222;
   background-color: #000;
}

.com-form p input {
   width: 200px;
   font-size: 100%;
   margin-top:5px;
   border: 1px solid #444;
   background-color: #222;
   padding:5px;
}

.com-form p input:hover {
   color: #aa5580;
   border: 1px solid #aa5580;
   background-color: #000;
}

/* ▼　ページナビ ▼ */

#content-nav {
   color: #444;
   text-align: center;
   font-size: 116%;
   font-weight: bold;
   margin-bottom: 16px;
}

#content-nav a {color: #b87295;}

#content-nav a:hover {color: #d5aabf;}

/* ▼　サイド ▼ */

.side-title {
   text-align: center;
   font-weight: bold;
   padding: 2px;
   background: #444;
}

.side-body {
   color: #ddd;
   margin-bottom: 16px;
   padding: 15px;
   font-size: 100%;
   background: #222;
   border: 1px solid #444;
   border-top: none;
}

.side-body a {color: #F0BA32;}

.side-body a:hover {color: #FFEA2A; }

.side-body img {
   padding: 1px;
   border: 1px solid #555;
}

.side-body a img {border: 1px solid #b87295;}

.side-body a img:hover {border: 1px solid #d5aabf; }



/* ▼　プラグイン ▼ */

.side-body ul {color: #aa5580;}

.side-body li {
   list-style-type: disc;
   list-style-position: outside;
   margin: 0 0 3px 10px;
}

.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 {text-align: center;}

table.calender th#sun {color: #cc0000;}

table.calender th#sat {color: #0033ff;}

table.calender td {
   text-align: center;
   background: #111;
   border: 3px solid #222;
}

table.calender td a {
   display: block;
   color: #fff;
   background: #aa5580;
}

table.calender td a:hover {
   color: #fff;
   background: #d5aabf;
}

/* ▼　フッター ▼ */

#footer {
   color: silver;
   text-align: center;
   margin: 0 auto;
   padding: 15px 0 15px 0;
   border-top: 2px solid #552b40;
   background: #111;
}

.copy {
   font-size: 90%;
   padding: 0px 0 10px 0;
}

.copy a {
   color: #b87295;
   font-weight: bold;
   text-decoration: underline;
}

.copy a:hover {
   color: #d5aabf;
   font-weight: bold;
   text-decoration: underline;
}

.fc2-pr {
   font-size: 85%;
   text-align: center;
}

/* blog designed by HiRo 「http://subculsheets.blog.fc2.com/」 */

/* 広告エリア */
#adultad ul {
    list-style-type:none;
}
#adultad li {
    margin:5px 0px 15px 0px;
    list-style-type:none;
}
#adultad li:first-child {
    margin:0px 0px 5px 0px;
    list-style-type:none;
}
#adultad li:last-child {
    margin:5px 0px 0px 0px;
    list-style-type:none;
}
#adultad img {
    border:none;
    margin-top:10px;
}
#adultad .price {
    font-weight:bold;
    color:#cc0000;
}
#adultad2 ul {
    list-style-type:none;
}
#adultad2 li {
    margin:5px 0px 5px 0px;
    list-style-type:none;
}
#adultad2 li:first-child {
    margin:0px 0px 5px 0px;
    list-style-type:none;
}
#adultad2 li:last-child {
    margin:5px 0px 0px 0px;
    list-style-type:none;
}
#adultad2 img {
    border:none;
}


#gcollead ul {
    list-style-type:none;
}
#gcollead li {
    margin:5px 0px 5px 0px;
    list-style-type:none;
}
#gcollead li:first-child {
    margin:10px 0px 5px 0px;
    list-style-type:none;
}
#gcollead li:last-child {
    margin:5px 0px 0px 0px;
    list-style-type:none;
}
#gcollead img {
    border:#fff 1px solid;
    margin-bottom:5px;
}
#gcollead .price {
    font-weight:bold;
    color:#cc0000;
}
#gcollead .ptxt {
   font-size:0.85em;
   color:#F0BA32;
}
#gcollead .ptitle {
   margin:0px;
   text-align:center;
}

.notice {
   border-top:#999 1px solid;
   padding-top:7px;
   margin-top:15px;
   font-weight:bold;
   color:#ddd;
   font-size:0.9em;
   text-align:left;
}

/* ランキング */

ul.pentasplit {
	margin: 0 0 10px 0;
}
ul.pentasplit li {
	width: 166px;
	float: left;        
	overflow: hidden;
	height: 245px;
}
ul.pentasplit li div {
	padding: 0 8px 0 8px;
	background: #ddd;
	height: 240px;
        border:#111111 2px solid;
}
ul.pentasplit li div:hover {
	padding: 0 8px 0 8px;
	background: #FBE9E2;
	height: 240px;
        border:#E6855E 2px solid;
}
ul.pentasplit li div span {
	display: block;
	line-height: 1;
	margin: 0 0 5px 0;
	padding: 8px 0 0 0;
　　　　font-size:0.85em;
}
ul.pentasplit li div a img {
	display: block;
	line-height: 1;
	margin: 0 0 5px 0;
}
ul.pentasplit li div p {
	line-height: 1.2;
	margin: 0 0 5px 0;
	height: 28px;
	font-size: 12px;
}
ul.pentasplit li div p a {
	color: #000;
}
ul.pentasplit li div p img {
	vertical-align: middle;
	margin: 0 0 0 5px;
}
ul.pentasplit li div dl {
	width: 145px;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	line-height: 1;
	margin: 0 0 3px 0;
	background: #000;
}
ul.pentasplit li div dl dt {
	width: 70px;
	background: #000;
	float: left;
	color: #fff;
	text-align: center;
	padding: 5px 0;
        font-size:0.85em;
}
ul.pentasplit li div dl dd {
	width: 72px;
	background: #fff;
	float: left;
	text-align: right;
	padding: 5px 0;
        font-size:0.85em;
}
ul.pentasplit li div dl dd span {
	display: block;
	margin: 0;
	padding: 0 5px 0 0;
}
ul.pentasplit li div a.btn {
	display: block;
	line-height: 1;
	text-align: center;
	padding: 4px 0;
	background: url(http://the-101.com/img/bg_detail.gif) repeat-x;
	color: #f5c11a;
	position: relative;
	top: 5px;
        font-size:0.85em;
}
ul.pentasplit li div a.btn:hover {
	background: url(http://the-101.com/img/bg_detail.gif) 0 -30px repeat-x;
	color: #fff;
        font-size:0.85em;
}
ul.pentasplit li div span.btn {
	display: block;
	line-height: 1;
	margin: 0;
	text-align: center;
	padding: 4px 0;
	background: #fff;
	color: #c00;
	position: relative;
	top: 5px;
        font-size:0.85em;
}
.pday {
        font-size:0.8em;
}
.clr {
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.zatitle {
        color: #ccc;
        padding:7px 0px 7px 5px;
        border-top:#F0BA32 1px solid;
        border-bottom: #F0BA32 1px solid;
        margin:5px 0px 10px 0px;
}
#ranking{
       width:200px;
       font-size:11px !important;
}
#ranking table tbody tr td{
       font-size:11px !important;
       padding:4px !important
}
ul.gcslider{
       padding:0 !important;
       margin:0 !important;
       text-align:left !important;
       margin-top:10px;
}
ul.gcslider li{
       padding:0 !important;
       margin:0 !important;
       text-align:left !important;
}
ul.gcslider li img{
       padding:3px !important;
       margin:0 !important;
       background-color:#fff;
}
a.headbanner img{
        border:#ccc 1px solid;
        padding:4px;
        background-color:#fff;
        filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}
a.headbanner:hover img{
        border:#ccc 1px solid;
        padding:4px;
        background-color:#fff;
        filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}
a.hdbnr{
        margin-left:-140px;
}

h2.komidashi {
	position: relative;
	background: #f3f3f3;
	color: #1a1a1a;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
        border:#fd3d98 2px solid;
        border-radius:5px;
}
h2.komidashi:after {
	content: '';
	position: absolute;
	border-top: 10px solid #fd3d98;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
	border-radius: 2px;
}
h2.komidashi:before {
	content: '';
	position: absolute;
	border-top: 10px solid #fd3d98;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}