@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

/* ----------------------------------------------------------------
    // 全体
---------------------------------------------------------------- */

body {
    margin: 0;
    padding-bottom: 100px;
    font: 12px Helvetica;
    -webkit-text-size-adjust: none;
    min-height: 460px;
}

ul {
    margin: 0;
    padding: 0 20px 0 20px;
    list-style-type: none;
    list-style-position: outside;
}

ol {
    margin: 0;
    padding: 0 25px 0 20px;
    list-style-type: decimal;
    list-style-position: outside;
}

li {
    color: #555;
    text-align: left;
    font-size: 12px;
}

strong {
    color: #004BAC;
}

a {
    text-decoration: none;
}

a img,
a:link img,
a:visited img {
    border: none;
}

input {
    max-width: 96%;
}

code {
    font-family: Courier, "Courier New", mono;
    color: red;
}

.clear {
    clear: both;
}


/* ??A?L?????X?g */

.cate_list h3 {
    text-align: left;
    padding: 10px;
    margin: 0 -10px;
    width: 100%;
    background-color: #e5eff5;
    border-top: 1px solid #adadad;
}

.l-box li a {
    line-height: 1.5;
    margin: 5px 0;
    list-style: none;
    font-size: 14px;
}

/* ----------------------------------------------------------------
    // header
---------------------------------------------------------------- */


/* ----------------------------------------------------------------
    // index
---------------------------------------------------------------- */


/*----------------------------------------------------------------
    // single
----------------------------------------------------------------*/

.screenshotminibox {
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}

.picture .screenshot1,
.screenshotboximg {
    width: 100%;
    height: auto;
}

a:hover .screenshot1,
a:hover .screenshotboximg {
    background: #FF7800 !important;
    opacity: 0.8;
}

.entryinfo {
    display: none;
    overflow: hidden;
    max-height: 4.8em;
    margin: 10px;
    font-size: 12px;
    line-height: 1.6;
    font-weight: bold;
}

.review {
    margin: 20px 0 0 0;
    border: 1px solid #999999;
    padding: 10px;
    line-height: 1.6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.screenshotbox {
    padding: 10px 3px;
    clear: both;
}

.screenshothead {
    background: #EEEEEE;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #808080;
    margin: 0 0 5px 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    position: relative;
}

.reviewhead {
    background: #606060;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BBBBBB), color-stop(1, #404040));
    background: -webkit-linear-gradient(top, #BBBBBB 0%, #404040 100%);
    background: -moz-linear-gradient(top, #BBBBBB 0%, #404040 100%);
    background: -o-linear-gradient(top, #BBBBBB 0%, #404040 100%);
    background: -ms-linear-gradient(top, #BBBBBB 0%, #404040 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBBBBB', endColorstr='#404040', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, #BBBBBB 0%, #404040 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #202020;
    margin: 0 0 5px 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    position: relative;
}

/*-------- タグ --------*/

.tag-word {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    margin: 20px 10px;
}

.tag-word a,
.tag_word a {
    margin: 0 5px 5px 0;
    padding: 5px 10px;

    border: solid 1px #999;
    border-radius: 15px;

    color: #333;
    background: #FFF;
}

.tag-word a:hover .tag_word a:hover {
    color: #FFF;
    background: #999;
}

/*-------- 動画・作品リンクボタン --------*/

.movielink {
    margin: 30px 10px 10px;
    text-align: center;
}

.dmmlink,
.erKokLinkWrapper {
    margin: 1rem 10px !important;
    text-align: center !important;
}

.movielink a,
.dmmlink a,
.erKokLinkWrapper a {
    display: block !important;
    border-radius: 4px !important;
    margin: 1rem auto !important;
    padding: 10px !important;

    text-decoration: none;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: bold !important;

    background: rgb(255, 178, 178) !important;
    background: -moz-linear-gradient(top, rgba(255, 178, 178, 1) 0%, rgba(255, 0, 0, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255, 178, 178, 1) 0%, rgba(255, 0, 0, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 178, 178, 1) 0%, rgba(255, 0, 0, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb2b2', endColorstr='#ff0000', GradientType=0);
}

.notfound,
.more_movie {
    display: block;
    width: fit-content;
    margin: 10px auto 30px;
    font-size: 12px;
    text-decoration: underline !important;
}

.erKokOrigin {
    margin: 10px 0 30px;
}

/*----------------------------------------------------------------
エロタレ 商品BP
----------------------------------------------------------------*/

.erKokItem {
    display: flex;
    flex-direction: column;
}

.erKokItem>a {
    order: 1;
}


.erkokItemImage {
    order: 2;
}

.dmminfo {
    order: 3;
    overflow: hidden;
    max-height: 4.5em;
    margin: 10px 10px 0;
    font-size: .8rem;
    line-height: 1.5;
}

.dmmtitle {
    margin: 0 5px 5px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px dotted #CFCFCF;
}


.dmmpicture {
    margin: 15px;
}

.dmmpicture a {
    display: block;
    border: 10px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.dmmpicture a:hover {
    border-color: #FF7800;
}

.dmmpicture img {
    width: 100%;
}

.dmmpicture a:hover img {
    opacity: 0.7;
}


.dmm_comment {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    background-color: #f5f5f5;
    padding: 1em
}

.dmm_comment>div {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 5px 10px;
}

.dmm_comment .rate40 {
    order: 3;
}

.dmm_comment .rate45 {
    order: 2;
}

.dmm_comment .rate50 {
    order: 1;
}

.dmm_comment>div>div {
    width: 100px;
    height: 25px;
    vertical-align: middle;
    align-self: center;
    background: url(./bg_stars.png);
    background-repeat: no-repeat;
}

.dmm_comment .rate40>div {
    background-position-y: 0;
}

.dmm_comment .rate45>div {
    background-position-y: -25px;
}

.dmm_comment .rate50>div {
    background-position-y: -50px;
}

.dmm_comment span,
.dmm_comment em {
    align-self: center;
    font-size: 16px;
    font-weight: bold;
}

.dmm_comment p {
    grid-column: 1 / -1;
    padding: 0 1em;
}

.page_navi3 {
    margin: 0 10px 0 10px;
}

.page_navi3 a {
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #999;
    padding: 5px 10px;
    margin: 5px auto;
    color: #333 !important;
    display: inline-block;
}

.page_navi3 a:visited {
    color: #333;
}

.page_navi3 a:hover {
    background: #6666BB;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AAAAFF), color-stop(1, #444499));
    background: -webkit-linear-gradient(top, #AAAAFF 0%, #444499 100%);
    background: -moz-linear-gradient(top, #AAAAFF 0%, #444499 100%);
    background: -o-linear-gradient(top, #AAAAFF 0%, #444499 100%);
    background: -ms-linear-gradient(top, #AAAAFF 0%, #444499 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AAAAFF', endColorstr='#444499', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, #AAAAFF 0%, #444499 100%);
    border: solid 1px #222277;
    color: #FFFf00 !important;
    text-decoration: underline !important;
    position: relative;
}

.textlink1,
.textlink2,
.textlink3 {
    font-weight: bold;
    font-size: 0.8em;
    margin: 0;
    display: inline;
}

.textlink4 {
    font-weight: bold;
    font-size: 1.2em;
    margin: -25px 0 0 0;
    text-align: center;
    display: block;
}


/***********????L???E????A???????**********/

/***********????v???C???[??A**********/

.player_pict {
    margin: 0 0 20px;
    text-align: center;
    display: block;
}

#singlentry .movie-player .movie-player-inner {
    width: 340px !important;
    height: 283px !important;
    margin: 0 auto -10px;
    clear: both;
    display: block;
    z-index: 200;
}


.movie-player .noboder,
.movie-player .video-over-content {
    border: none;
    padding: 0;
}

.movie-player {
    left: 0;
    line-height: 9px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    top: 0;
}

.movie-player .video-over-ad-container {
    bottom: 35px;
    color: #FFF;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    z-index: 1;
}

.movie-player .video-over-ad-container div.inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    left: 3px;
    padding: 7px;
    position: relative;
    top: 25px;
}

.movie-player .video-over-ad-container div.inner {
    border: none !important;
    padding: 0 !important;
}

.movie-player .video-over-ad-container img {
    display: block;
}

.movie-player .video-over-ad-container .video-over-delete {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 45px;
    height: 35px;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    cursor: pointer;
    pointer-events: none;
}


.movie-player .video-over-ad-container .video-over-delete .Close {
    position: absolute;
    top: 12px;
    right: 17px;
    width: 10px !important;
    height: 5px !important;
    margin: 0px !important;
    color: #FFF;
    cursor: pointer;
    pointer-events: auto;
}


/*----------------------------------------------------------------
    // エロタレ 記事BP eroterest_partv2
----------------------------------------------------------------*/

body#body .eroterest_partsv2 {
    padding: 20px 5px;
    color: #393939;
    background-color: white;
}

body#body #eroterest_partsv237 {
    padding-bottom: 0;
}

body#body .eroterestPartsWrapperv2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 5px;
}

body#body .eroterestPartsWrapperv2 .itemRow {
    display: flex;
}

body#body .item {
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 0;

    border: none;

    background-color: transparent;
    z-index: 0;
}

body#body .item a .itemImage {
    position: relative;
    overflow: hidden;
    height: auto;

    border-radius: 3px;
}

body#body .item a .itemImage:after {
    display: block;
    content: "";
    padding-top: calc(100% / 1.41421356237);
}

body#body .item a .itemImage img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

body#body .item a .itemTitle {
    position: relative;
    text-align: left;
}

body#body .item a .itemTitle p {
    overflow: hidden;
    margin: 0;
    height: 3em;

    line-height: 1.5em;
    font-weight: bold;
}

body#body .eroterestPartsWrapperv2 .foot {
    display: none;
}

/* ---------------- 最上段・レクタングル ---------------- */

body#body .rectangle .eroterestPartsWrapperv2 .itemRow:first-child,
body#body .rectangle3 .eroterestPartsWrapperv2 .itemRow:first-child,
body#body .rectangle2 .eroterestPartsWrapperv2 .itemRow:nth-child(2) {
    grid-column: span 2;
    margin: 0;
}

body#body .rectangle .eroterestPartsWrapperv2 .itemRow:first-child .item,
body#body .rectangle2 .eroterestPartsWrapperv2 .itemRow:nth-child(2) .item {
    width: 300px;
    margin: auto;
    border: 1px solid #AAA;
    border-radius: 3px;
}


body#body .rectangle .eroterestPartsWrapperv2 .itemRow:first-child .item a .itemTitle,
body#body .rectangle3 .eroterestPartsWrapperv2 .itemRow:first-child .item a .itemTitle,
body#body .rectangle2 .eroterestPartsWrapperv2 .itemRow:nth-child(2) .item a .itemTitle {
    padding: 4px 10px;
}

#eroterest_partsv211 .item {
	margin: 2px !important;
	border: none !important;
}


/* ----------------------------------------------------------------
    // erotare_bp_output
---------------------------------------------------------------- */

#erotare_bp_output {
    display: none;
}


/*----------------------------------------------------------------
??????BP
----------------------------------------------------------------*/

.bptext1 a {
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin: 10px 0;
    padding: 5px;

    background: #FFF;

    border-radius: 16px;
    border: solid 1px #999;

    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
    color: #333;
}

.bptext1 a:hover {
    color: #FFF;
    background: #999;
}

/*********** *********** *********** *********** ???????? *********** *********** *********** **********/

/*********** *********** *********** *********** RSS?? *********** *********** *********** **********/

.rsstitle {
    margin: 1em 0 0;
    padding: 5px 0;

    color: #FFF;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;

    background-color: #666;

}

.mainrss .blogroll-channel,
.mainrss .blogroll-channel * {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}

.mainrss .blogroll-channel {
    padding-top: 1px;
}

.mainrss .blogroll-channel .blogroll-list {
    border-top: 1px dotted #ccc;
    font-size: 12px;
    line-height: 1.5;
    list-style-type: none;
}


.mainrss .blogroll-channel .blogroll-list a {
    width: 96%;
    padding: 10px;
    font-size: 1.2em;
    display: block;
    color: #2D7AC8;
    text-decoration: none;
    font-weight: bold;
}


.mainrss .blogroll-channel .blogroll-list:hover {
    background: #ffe5e5;
    text-decoration: none;
    color: #cc0022 !important;
}

.mainrss .blogroll-channel .blogroll-list a:hover {
    color: #cc0022 !important;
}

/*
.mainrss .blogroll-channel .blogroll-list:hover {
	background: #ffe5e5;
}
*/

.mainrss .blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.mainrss .blogroll-channel img.blogroll-icon,
.mainrss .blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.mainrss .blogroll-channel img.blogroll-favicon {
    width: 16px;
    height: 16px;
}

.mainrss .blogroll-channel a.blogroll-link {
    color: #0000EE;
}

.mainrss .blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.mainrss .blogroll-channel .blogroll-clip,
.mainrss .blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.mainrss .blogroll-channel .blogroll-link-time {
    margin: 0;
    color: #666;
    font-size: 10px;
}

.mainrss .blogroll-channel .blogroll-ad-img,
.mainrss .blogroll-channel .blogroll-ad-default {
    visibility: hidden;
    width: 1px;
    height: 1px;
    font-size: 1px;
}

.mainrss .blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

/***********RSS??A???????**********/

/* -------------------------------------------------------
?w?b?_RSS
------------------------------------------------------- */

.ad_head {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 7px;
    margin: 0;
    background: #000;
    color: #FFF !important;
}

.contents_head {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 7px;
    margin: 0;
    background: #000;
    color: #FFF !important;
}

.contents-border {
    border-color: #999999 !important;
    border-style: solid;
    border-width: 1px;
}


/* ?{?b?N?X??O???g */
.box {
    color: #b6b6b6 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 255.7);
    border-color: transparent;
    border-width: 1px;

}


/* ?{?b?N?X??O???g????e?L?X?g??A???_?[???C?? */
.box-border {
    border-color: #999999 !important;
    border-style: solid;
    border-width: 1px;
}

.box-border a {
    color: #006bb3 !important;
    text-decoration: none;
}

#lite_link {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}


#head_rss .blogroll-channel,
#head_rss .blogroll-channel * {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}


/*?o?i?[??O?????*/
#head_rss .blogroll-channel .blogroll-list-wrap {}

/* ?o?i?[??O????? */
#head_rss .blogroll-channel .blogroll-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: dotted 1px #666 !important;
    background-size: 14px 10px;
}


#head_rss .blogroll-channel .blogroll-list a {
    width: 92%;
    margin: 0;
    padding: 10px 0 10px 10px;
    display: inline-block;
}


#head_rss .blogroll-channel .blogroll-list:hover {
    background: #F3F7FE url(images/icon_forward.png) no-repeat right center;
    background-size: 14px 10px;
}

#head_rss .blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

#head_rss .blogroll-channel img.blogroll-icon,
#head_rss .blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

#head_rss .blogroll-channel img.blogroll-favicon {
    width: 16px;
    height: 16px;
}

#head_rss .blogroll-channel a.blogroll-link {}

#head_rss .blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

#head_rss .blogroll-channel .blogroll-clip,
#head_rss .blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

#head_rss .blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

#head_rss .blogroll-channel .blogroll-ad-img {
    width: 1px;
    height: 1px;
    visibility: hidden;

}

#head_rss .blogroll-channel .blogroll-ad-text {
    color: transparent;
    font-size: 1px;
}

#head_rss .blogroll-ad-default {
    width: 1px;
    height: 1px;
    visibility: hidden;
    font-size: 1px;
    color: transparent !important;
}


/* @end */


/*--------------------------------------------------------
?B ?V????
--------------------------------------------------------*/

#singlentry .bottompick_ul_categorylist {
    margin: 10px 5px 0 10px;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

#singlentry .bottompick_li {
    box-sizing: border-box;
    width: calc(50% - 5px);
    margin: 0 5px 15px 0;
    padding: 0;
    background: none;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: #888 5px 5px 20px;
}

#singlentry .bottompick_li a {
    display: block;
    padding: 5px;
    border: solid 1px #808080;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #FFF;
}

#singlentry .bottompick_li a .img_box {
    display: block;
    position: relative;
    text-decoration: none;
    border: solid 1px #808080;
    margin: 5px 0;
    display: block;
    overflow: hidden;
}

#singlentry .bottompick_li a .img_box::after {
    content: "";
    padding-top: 75%;
    display: block;
}

#singlentry .bottompick_li img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    object-fit: cover;
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
}

#singlentry .bottompick_li span {
    display: block;
    margin: 10px 0 5px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 12px;
    font-weight: bold;
    height: 2.6em;
    line-height: 1.4em;
    color: #004BAC;
    overflow: hidden;
}

#singlentry .bottompick_li a:hover,
#singlentry .bottompick_li a:hover .img_box,
#singlentry .bottompick_li a:hover span {
    border-color: #FF7800;
    color: #FF7800;
}

#singlentry .bottompick_li a:hover .img_box img {
    opacity: 0.7;
}

#singlentry .bottompick_li:nth-child(3),
#singlentry .bottompick_li:nth-child(8) {
    width: calc(100% - 5px);
}

#singlentry .bottompick_li:nth-child(3) a,
#singlentry .bottompick_li:nth-child(8) a {
    padding: 10px;
}

#singlentry .bottompick_li:nth-child(3) span,
#singlentry .bottompick_li:nth-child(8) span {
    font-size: 14px;
}

.right {
    text-align: right;
    padding: 0;
}


a.postmore,
a.postmore:visited {
    background: #202020;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #202020), color-stop(0.25, #404040), color-stop(0.4, #606060), color-stop(0.6, #606060), color-stop(0.75, #404040), color-stop(0.9, #202020));
    background: -webkit-linear-gradient(top, #202020 10%, #404040 25%, #606060 40%, #606060 60%, #404040 75%, #202020 90%);
    background: -moz-linear-gradient(top, #202020 10%, #404040 25%, #606060 40%, #606060 60%, #404040 75%, #202020 90%);
    background: -o-linear-gradient(top, #202020 10%, #404040 25%, #606060 40%, #606060 60%, #404040 75%, #202020 90%);
    background: -ms-linear-gradient(top, #202020 10%, #404040 25%, #606060 40%, #606060 60%, #404040 75%, #202020 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#606060', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, #202020 10%, #404040 25%, #606060 40%, #606060 60%, #404040 75%, #202020 90%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #000000;
    padding: 2px 15px;
    margin: 0 auto;
    text-decoration: none !important;
    color: #FFF !important;
    position: relative;
}

a.postmore:hover {
    background: #606060;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BBBBBB), color-stop(1, #404040));
    background: -webkit-linear-gradient(top, #BBBBBB 0%, #404040 100%);
    background: -moz-linear-gradient(top, #BBBBBB 0%, #404040 100%);
    background: -o-linear-gradient(top, #BBBBBB 0%, #404040 100%);
    background: -ms-linear-gradient(top, #BBBBBB 0%, #404040 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBBBBB', endColorstr='#404040', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, #BBBBBB 0%, #404040 100%);
    text-decoration: underline;
    color: #FFF !important;
    position: relative;
    top: 0;
    left: 0;
}

.resname {
    color: #008000 !important;
    font-weight: bold;
}

.images_entry {
    text-align: center;
    margin: 0 0 5px 0;
    padding: 0 10px 0 0;
}

.images_entry img {
    margin: 0;
    padding: 3px;
    border: 1px solid #999 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.images_entry a:hover img {
    padding: 3px;
    border: 1px solid #FF7800 !important;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
}

.entry_comments {
    margin: 20px 0 0;
    border: 1px solid #CFCFCF;
    padding: 0 10px 0 10px;
    line-height: 1.6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.content {
    position: relative;
}

.result-text {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    color: #e7357c;
    text-shadow: #eeeeee 1px 1px 0;
}

.result-text-footer {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    color: #e7357c;
    text-shadow: #eeeeee 1px 1px 0;
}

.pageentry h1,
.mainentry h1 {
    font-size: 18px;
}

#singlentry h1 {
    font-size: 18px;
}

.pageentry h2,
.mainentry h2 {
    display: block;
    margin: 0 3px 3px 0;
    color: #B5076D;
    text-shadow: #FFF4f8 0 1px 1px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    text-align: left;
    overflow: hidden;
}

.pageentry h3,
.mainentry h3 {
    text-align: left;
    color: #666;
    font-size: 15px;
    border-bottom: 1px solid #adadad;
    border-top: 1px solid #adadad;
    padding: 10px;
    font-weight: bold;
    line-height: 14px;
    background-color: #eee;
    margin: 15px -10px;
    text-shadow: #FFF -1px 1px 0;
}

.pageentry h4,
.mainentry h4 {
    font-size: 13px;
    text-shadow: #f9f9f9 -1px -1px 0;
    padding: 0 0 10px;
    padding-bottom: 10px;
    color: #666;
}

.pageentry h5,
.mainentry h5 {
    text-shadow: #f9f9f9 -1px -1px 0;
    font-size: 12px;
    padding: 0;
}

.mainentry img,
#singlentry img,
.pageentry img,
ol.commentlist li img {
    max-width: 100%;
    height: auto;
}

.fontsize {
    font-size: 1.2em;
    line-height: 140%;
}

.aligncenter {
    text-align: center;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

iframe[src^='http://maps.google'] {
    width: 100%;
    max-width: 100%;
}

.wptouch-videos {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* @end */



/*---------?L???p-----------*/

.content.single>div.ad>div>div>a {
    left: 0
}

.ad_kiji_waku {
    margin: -10px 0 0 0;
}

.img_kiji {
    text-align: center;
    margin: 0 auto;
}

.img_kiji img {
    width: 98%;
    height: auto;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3px;
}

.res_no {
    color: #666;
}

.topic {
    font-weight: bold;
    color: #2d5ae0;
}

.ad_text01 {
    margin: 20px 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border: 3px solid #F948F3;
    border-radius: 4px;
    background: #f24fd4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f24fd4 0%, #a8308a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f24fd4), color-stop(100%, #a8308a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f24fd4 0%, #a8308a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f24fd4 0%, #a8308a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f24fd4 0%, #a8308a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f24fd4 0%, #a8308a 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24fd4', endColorstr='#a8308a', GradientType=0);
    /* IE6-9 */
}

.ad_text01 a {
    padding: 10px 0;
    width: 100%;
    height: 40px;
    display: inline-block;
    color: #FFF !important;
    text-decoration: none !important;
}

.ad_text01 a:hover {
    color: #F948F3 !important;
    text-decoration: none !important;
}

.ad_text01:hover {
    border: 3px solid #F948F3;
    background: #FFF;
    color: #F948F3 !important;
    text-decoration: none !important;
    display: block;
}

.ad_texts {
    font-weight: bold;
    color: rgb(0, 128, 0);
}

#ad-fratingleft a {
    left: 0;
    right: 0;
}

/*----------------------------------------------------------------
???????
----------------------------------------------------------------*/

/* @group Header */

#headerbar *,
#wptouch-menu * {
    -webkit-touch-callout: none;
}

#headerbar {
    position: relative;
    width: 100%;
    height: 45px;
    background: #000000 url(images/navi-bg.png) repeat-x 0 0 !important;
    box-shadow: 2px 2px 10px 0 #333333;
    -moz-box-shadow: 2px 2px 10px 0 #333333;
    -webkit-box-shadow: 2px 2px 10px 0 #333333;
    -webkit-touch-callout: none;
    height: 30px;
}


#msbar {
    position: relative;
    display: block;
    font-size: 13px;
    background: #000000 url(images/navi-bg.png) repeat-x 0 0 !important;
    box-shadow: 2px 2px 10px 0 #333333;
    -moz-box-shadow: 2px 2px 10px 0 #333333;
    -webkit-box-shadow: 2px 2px 10px 0 #333333;
    -webkit-touch-callout: none;
    height: 30px;

}


#headerbar-menu {}

#headerbar-menu a {
    display: block;
    width: 76px;
    height: 30px;
    margin: 0;
    background: url(images/navi-menu.png) no-repeat left top;
    color: #FFFfff;
    font-weight: bold;
    overflow: hidden;
}

#headerbar-menu .open {
    background-position: left bottom;
}

#headerbar-search {
    width: 76px;
    height: 30px;
}

#headerbar-search a {
    display: block;
    position: absolute;
    right: 40px;
    width: 70px;
    height: 30px;
    margin: 0;
    background: url(images/navi-search.png) no-repeat left top;
    color: #FFFfff;
    font-weight: bold;
    text-indent: -9999px;
    overflow: hidden;
}


.headerbar-title {
    display: block;

    overflow: hidden;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;

    width: 100%;
    height: 31px;
    padding: 10px 0 4px;
    margin: 0;

    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    letter-spacing: -1px;
    font-family: HelveticaNeue-Bold, sans-serif;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-shadow: #242424 -1px -1px 1px;

    background: #000000 url(../core/core-images/head-fade-bk.png);
    box-shadow: 2px 2px 10px 0 #333333;
}


/* @end */

/* @group single */

#singlebar *,
#wptouch-menu * {
    -webkit-touch-callout: none;
}

#singlebar {
    position: relative;
    width: 100%;
    height: 45px;
    margin: 0;
    background: #000000 url(images/navi-bg.png) repeat-x 0 0 !important;
    box-shadow: 2px 2px 10px 0 #333333;
    -moz-box-shadow: 2px 2px 10px 0 #333333;
    -webkit-box-shadow: 2px 2px 10px 0 #333333;
    -webkit-touch-callout: none;
    height: 30px;
}

#singlebar-menu {
    position: absolute;
    right: 0;
    width: 76px;
}


#singlebar-menu a {
    display: block;
    position: absolute;
    right: 0;
    width: 76px;
    height: 30px;
    margin: 0;
    background: url(images/navi-menu.png) no-repeat left top;
    color: #FFFfff;
    font-weight: bold;
    text-indent: -9999px;
    overflow: hidden;
}

#singlebar-menu .open {
    background-position: left bottom;
}

#singlebar-search {
    position: absolute;
    right: 40px;
    width: 70px;
}

#singlebar-search a {
    display: block;
    position: absolute;
    right: 40px;
    width: 70px;
    height: 30px;
    margin: 0;
    background: url(images/navi-search.png) no-repeat left top;
    color: #FFFfff;
    font-weight: bold;
    text-indent: -9999px;
    overflow: hidden;
}

/* @end */



/* @group Sub-Menu */

#drop-fade {
    width: 100%;
    display: block;
    position: relative;
    text-align: right;
    top: 0;
    z-index: 1;
}

#drop-fade a.top {
    position: relative;
    bottom: 10px;
    color: #eee;
    display: block;
    float: right;
    font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 18px;
    padding: 6px 2px 2px 0;
}

#drop-fade #prowlopen {
    padding-left: 18px;
    background: url(../core/core-images/menu-sprite.png) no-repeat 2px -60px;
    padding-top: 3px;
    padding-bottom: 1px;
    margin-top: 3px;
}

#drop-fade #wordtwitopen {
    padding-left: 18px;
    background: url(../core/core-images/menu-sprite.png) no-repeat 2px -74px;
}

#drop-fade #searchopen {
    padding-left: 18px;
    background: url(../core/core-images/menu-sprite.png) no-repeat 2px -94px;
    height: 15px;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 3px;
    margin-top: 3px;
}

#drop-fade #gigpressopen {
    padding-left: 18px;
    background: url(../core/core-images/menu-sprite.png) no-repeat 2px -109px;
    padding-top: 3px;
    padding-bottom: 1px;
    margin-top: 3px;
}

/* @end */

/* @group DropDown Menu */

.dropper {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    border-top: solid 1px #666666;
    font-size: 12px;
    background-color: #FFFfff;
}

.dropper ul {
    position: relative;
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: calc(100vh - 48px - 32px - 48px);
    overflow-y: auto;
    color: #666666;
}

.dropper ul>* {
    border-top: solid 1px #FFFfff;
    border-bottom: solid 1px #dddddd;
    text-align: left;
}

.dropper ul li,
.dropper ul h1 {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 8px 10px;
}

.dropper ul h1 {
    font-weight: bold;
    text-shadow: #dddddd 0 1px 1px;
}

.dropper ul i {
    width: 18px;
    padding: 0 3px;
    text-align: center;
}

.dropper a:not(.headerbar-title) {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-right: 20px;
    text-align: left;
    color: #666666;
    background: url(images/arrow.png) no-repeat right center;
}

.dropper ul>a:not(.headerbar-title) li {
    padding-left: 20px;
}

.dropper a:hover {
    border-bottom: solid 1px #cccccc;
    color: #e7357c !important;
    background-color: #eeeeee;
}

/* @group Tab Menus */

#wptouch-menu {
    position: fixed;
    z-index: 2;
    bottom: 48px;
    box-shadow: -4px 4px 8px rgba(100, 100, 100, 0.8);
    -webkit-box-shadow: -4px 4px 8px rgba(100, 100, 100, 0.8);
    display: none;
}

#wptouch-menu-inner {
    position: relative;
}

#wptouch-menu-inner img {
    width: 20px;
    height: auto;
    padding-right: 3px;
}

#tabnav {
    display: flex;
    background-color: #444;
    padding: 0 10px;
    margin-bottom: -1px;
    background: #999999 !important;
}

#tabnav a {
    display: inline-block;
    margin: 4px 2px 0;
    padding: 5px 6px 4px;
    text-align: center;
    color: #999999;
    text-shadow: #cccccc 0 1px 1px;
    background: #eeeeee !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    box-shadow: 1px -2px 2px rgba(100, 100, 100, 0.4);
    -webkit-box-shadow: 1px -2px 2px rgba(100, 100, 100, 0.4);
}

#tabnav a.selected {
    position: relative;
    z-index: 1;
    text-shadow: #cccccc 0 1px 1px;
    color: #e7357c !important;
    background: #FFFfff !important;
    box-shadow: 1px -2px 2px rgba(100, 100, 100, 0.8);
    -webkit-box-shadow: 1px -2px 2px rgba(100, 100, 100, 0.8);
}

#tabnav a:hover,
#tabnav a:active {
    color: #e7357c !important;
    background: #FFFfff !important;
    box-shadow: 1px -2px 2px rgba(100, 100, 100, 0.8);
    -webkit-box-shadow: 1px -2px 2px rgba(100, 100, 100, 0.8);
}

/* @end */

/* @end */

/* @group WordTwit Menu */

#wptouch-wordtwit {
    position: absolute;
    border-top: 1px solid #3e3e3e;
    background-color: #222;
    top: 20px;
    text-align: left;
    z-index: 2;
    left: 0;
    right: 0;
}

#wptouch-wordtwit #twitter-style-bar {
    display: block;
    border-top: 1px solid #1e1e1e;
}

#wordtwit-avatar {
    text-align: left;
    padding-bottom: 10px;
    border-radius: 8px;
    padding-left: 5px;
    padding-top: 5px;
    border: 1px solid #555;
    background-image: none;
    background-color: #444;
    margin: 10px;
}

#wordtwit-avatar img {
    -webkit-box-reflect: below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white));
    border: 1px solid #222;
    float: left;
    margin-right: 15px;
    border-radius: 2px;
    width: 32px;
    height: 32px;
}

#wptouch-wordtwit a#follow-arrow {
    border-style: none;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 22px;
    right: 15px;
    padding: 5px;
    margin: 0;
}

#wordtwit-avatar p {
    padding: 0;
    margin: 0;
    color: #777;
}

#wordtwit-avatar p.twitter_username {
    color: #eee;
    text-shadow: #222 0 -1px 1px;
    font-size: 15px;
    font-weight: bold;
}

#wordtwit-avatar a {
    display: inline-block;
    font-size: 11px;
    color: #999;
    text-shadow: #222 0 -1px 0;
    padding: 3px 0 0;
}

#wptouch-wordtwit ul#tweets li {
    color: #ccc;
    font-size: 12px;
    text-shadow: #000000 0 -1px 0;
    background-image: none;
    background-color: #2c2c2c;
    padding: 10px 50px 10px 10px;
}

#wptouch-wordtwit ul#tweets li:last-child {
    padding-bottom: 30px;
}

#wptouch-wordtwit li p.time {
    color: #777;
    font-size: 11px;
    padding: 0;
    margin: 0;
}

/* @end */

/* @group Push Message Area */

#prowl-message {
    color: #eee;
    text-shadow: #000000 0 -1px 1px;
    clear: both;
    padding: 10px;
    text-align: left;
    font-size: 11px;
    border-top: 1px solid #3e3e3e;
    background-color: #222;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
}

#prowl-message #push-style-bar {
    display: block;
    border-top: 1px solid #1e1e1e;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding-top: 10px;
}

#prowl-message form p {
    font-weight: bold;
    font-size: 12px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
}

#prowl-message label {
    margin-left: 5px;
}

#prowl-message input {
    width: 60%;
    border-radius: 10px;
    padding: 3px;
    color: #222;
    border: 1px solid #1b1b1b;
    font: 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#prowl-message input#prowl-submit {
    width: 100px;
    text-align: center;
    color: #FFF;
    text-shadow: #333 0 -1px 1px;
    font-weight: bold;
    border: 1px solid #333;
    margin-top: 10px;
    float: right;
}

#prowl-message textarea {
    width: 98%;
    border-radius: 10px;
    padding: 3px;
    color: #222;
    border: 1px solid #1b1b1b;
    height: 70px;
    overflow: auto;
    margin-top: 2px;
    font: 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#prowl-message h4 {
    font-size: 14px;
    margin: 10px 0 15px;
    padding: 0;
}

#prowl-message img {
    float: left;
    margin-right: 10px;
}

/* @group Success */

#prowl-success {
    color: #eee;
    text-shadow: #000000 0 -1px 1px;
    font: bold 16px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
    text-align: center;
    background: #000 url(../core/core-images/push-success.png) no-repeat center 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    width: 90%;
    margin-left: 5%;
    margin-top: 25px;
    border-radius: 15px;
    -webkit-box-shadow: #444 0 0 15px;
    box-shadow: #444 0 0 15px;
}

#prowl-success p,
#prowl-fail p {
    margin-top: 125px;
    margin-left: 20%;
    margin-right: 20%;
}

#prowl-fail {
    color: #eee;
    text-shadow: #000000 0 -1px 1px;
    font: bold 16px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
    text-align: center;
    background: #000 url(../core/core-images/push-fail.png) no-repeat center 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    width: 90%;
    margin-left: 5%;
    margin-top: 25px;
    border-radius: 15px;
    -webkit-box-shadow: #444 0 0 15px;
    box-shadow: #444 0 0 15px;
}

/* @end */

/* @group Login & Search */

#wptouch-login {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: none;
}

#wptouch-login-inner {
    padding-top: 8px;
    width: 100%;
    height: 35px;
    background-repeat: repeat-x;
    text-align: center;
    padding-bottom: 2px;
}

#wptouch-login input#log {
    width: 120px;
    border-radius: 10px;
    padding: 3px;
    font-size: 13px;
    color: #222;
    font-weight: bold;
    border: 1px solid #1b1b1b;
}

#wptouch-login input#pwd {
    width: 120px;
    border-radius: 10px;
    padding: 3px;
    font-size: 13px;
    color: #222;
    font-weight: bold;
    border: 1px solid #1b1b1b;
    margin-left: 5px;
}

#wptouch-login input#logsub {
    visibility: hidden;
    width: 0;
    height: 0;
    float: left;
    overflow: hidden;
    display: inline;
    margin: 0 0 0 -22px;
    padding: 0;
}

#wptouch-search {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    width: 100%;
    display: none;
}

#wptouch-search-inner {
    width: 100%;
    height: 40px;
    background: #000000 url(images/navi-bg.png) repeat-x 0 0 !important;
    text-align: center;
}

input#s {
    border-radius: 10px;
    padding: 3px;
    width: 80%;
    font-size: 12px;
    color: #222222;
    text-align: left;
    margin-top: 8px;
    border: solid 1px #333333;
    font-weight: bold;
}

input#search-submit {
    display: none;
}

img.head-close {
    display: inline;
    position: relative;
    top: 6px;
    left: 4px;
}

/* @end */

/* @end */

/* @group Index Page */

.post {
    position: relative;
    border-top: solid 1px #FFFfff;
    border-bottom: solid 1px #dddddd;
    background: #FFFfff;
    z-index: 0;
}

.post:hover {
    background: #FFF4f8;
    border-bottom: solid 1px #cccccc;
}

.post a {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
}


/* @group Post Thumbnails (2.9+ only) */

.wptouch-post-thumb-wrap {
    display: block;
    overflow: hidden;
}

.wptouch-post-thumb img {
    width: 137px;
    height: 103px;
    border-radius: 5px;
}

.wptouch-post-thumb-wrap .thumb-top-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 9px;
    width: 9px;
    background: url(../core/core-images/thumb-corners.png) no-repeat 0 0;
}

.wptouch-post-thumb-wrap .thumb-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 9px;
    background: url(../core/core-images/thumb-corners.png) no-repeat right top;
}

.wptouch-post-thumb-wrap .thumb-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background: url(../core/core-images/thumb-corners.png) no-repeat 0 -9px;
}

.wptouch-post-thumb-wrap .thumb-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 9px;
    background: url(../core/core-images/thumb-corners.png) 9px -9px;
}

/* @end */

.mainentry {
    display: flex;
    align-items: center;
    width: calc(100% - 137px);
    color: #555555;
    line-height: 145%;
}

.mainentry p {
    margin: 0 5px;

    font-size: 16px;
    line-height: 1.6em;

    color: #B5076D;
    text-shadow: #FFF4f8 0 1px 1px;
    font-weight: bold;
    overflow: hidden;
}

.post-description p {
    display: block;
    height: 28px;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.mainentry a.read-more {
    display: block;
    padding-top: 10px;
    border-top: 1px solid #c1c1c1;
    position: relative;
    padding-left: 10px;
    color: #222;
    font-weight: bold;
    background: url(../core/core-images/arrow.png) no-repeat right 7px;
    padding-bottom: 10px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    margin: 10px -10px -10px;
}

.mainentry a.read-more:hover {
    background-color: #dcdcdc;
}


.post-author {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
    text-align: right;
    color: #AAA;
}


.post .sticky-icon {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../core/core-images/sticky.png) no-repeat 0 0;
    position: absolute;
    left: 43px;
    z-index: 1;
    top: 5px;
}

.post .sticky-icon-none {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../core/core-images/sticky.png) no-repeat 0 0;
    position: absolute;
    left: 43px;
    z-index: 1;
    top: 5px;
    margin-top: -12px;
    margin-left: -22px;
}

.big {
    height: 200px;
}

a.post-arrow {
    width: 22px;
    height: 21px;
    float: right;
    margin-top: 1px;
    padding: 0;
    background: #f4f4f4 url(../core/core-images/post-arrow.png) no-repeat center 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transform: scale(1.0) rotate(0deg);
    -moz-transform: scale(1.0) rotate(0deg);
    -o-transform: scale(1.0) rotate(0deg);
    -ms-transform: scale(1.0) rotate(0deg);
    transform: scale(1.0) rotate(0deg);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-touch-callout: none;
}

a.post-arrow-down {
    -webkit-transform: scale(1.0) rotate(180deg);
    -moz-transform: scale(1.0) rotate(180deg);
    -o-transform: scale(1.0) rotate(180deg);
    -ms-transform: scale(1.0) rotate(180deg);
    transform: scale(1.0) rotate(180deg);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
    background: #dfe3e3 url(../core/core-images/post-arrow.png) no-repeat center -12px;
    border: 1px solid #b8b8b8;
}

a.h2 {
    display: block;
    margin: 0 3px 10px 0;
    color: #e7357c;
    text-shadow: #FFF4f8 0 1px 1px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    text-align: left;
    overflow: hidden;
}

.comment-bubble,
.comment-bubble-big {
    background: -webkit-gradient(linear, left top, left bottom, from(#de939e), to(#a40717), color-stop(0.5, #be4958));
    background: -webkit-linear-gradient(top, #de939e, #a40717, #be4958 0.5);
    background: -moz-linear-gradient(top, #de939e, #a40717, #be4958 0.5);
    background: -o-linear-gradient(top, #de939e 0%, #be4958 50%, #a40717 100%);
    background: -ms-linear-gradient(top, #de939e, #a40717, #be4958 0.5);
    background: linear-gradient(top, #de939e, #a40717, #be4958 0.5);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    height: 16px;
    display: block;
    border-radius: 32px;
    padding: 0 5px;
    color: #FFF;
    text-shadow: #7b0805 0 1px 1px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, .6) 0 2px 3px;
    box-shadow: rgba(0, 0, 0, .6) 0 2px 3px;
    position: absolute;
    top: 3px;
    font: bold 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
    z-index: 1;
    width: auto;
}

.comment-bubble {
    left: 40px;
}

.comment-bubble-big {
    left: 36px;
}

.nothing-shown {
    left: -5px;
    top: -10px;
}

.archive-list {
    margin-bottom: 15px;
}

.archive-list div.month-01,
.archive-list div.month-02,
.archive-list div.month-03,
.archive-list div.month-04,
.archive-list div.month-05,
.archive-list div.month-06,
.archive-list div.month-07,
.archive-list div.month-08,
.archive-list div.month-09,
.archive-list div.month-10,
.archive-list div.month-11,
.archive-list div.month-12 {
    background-color: #FFFfff;
}


.archive-list div.month-01 {
    border-bottom: solid 1px #7b9ebb;
}

.archive-list div.month-02 {
    border-bottom: solid 1px #8283ad;
}

.archive-list div.month-03 {
    border-bottom: solid 1px #89ce47;
}

.archive-list div.month-04 {
    border-bottom: solid 1px #edacf0;
}

.archive-list div.month-05 {
    border-bottom: solid 1px #3aa55e;
}

.archive-list div.month-06 {
    border-bottom: solid 1px #5a84cc;
}

.archive-list div.month-07 {
    border-bottom: solid 1px #3dffe0;
}

.archive-list div.month-08 {
    border-bottom: solid 1px #f6eb00;
}

.archive-list div.month-09 {
    border-bottom: solid 1px #f1af45;
}

.archive-list div.month-10 {
    border-bottom: solid 1px #c46487;
}

.archive-list div.month-11 {
    border-bottom: solid 1px #7f6932;
}

.archive-list div.month-12 {
    border-bottom: solid 1px #c64e39;
}



.archive-top {
    margin: -11px -11px 7px;
    -webkit-border-top-right-radius: 8px;
}

.archive-top-right .post-arrow,
.archive-top-right .post-arrow-down {
    margin-right: 5px;
    margin-top: 28px;
}

.archive-top-left.month-01,
#arc-top.month-02,
#arc-top.month-03,
#arc-top.month-04,
#arc-top.month-05,
#arc-top.month-06,
#arc-top.month-07,
#arc-top.month-08,
#arc-top.month-09,
#arc-top.month-10,
#arc-top.month-11,
#arc-top.month-12 {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
    color: #eee;
    text-shadow: #535353 0 -1px 1px;
}

.main-navigation {
    border-radius: 8px;
    background-color: #FFF;
    margin-bottom: 12px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #b1b1b1;
    overflow: hidden;
    font-weight: bold;
    padding: 10px;
}

.main-navigation .alignleft a {
    float: left;
    display: block;
    background: url(../core/core-images/sprite.png) no-repeat 0 -46px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 23px;
}

.main-navigation .alignright a {
    float: right;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 35px;
    background: url(../core/core-images/sprite.png) no-repeat right -26px;
    position: relative;
    left: 15px;
}

/* @group Calendar CSS Icons */

.calendar {
    text-align: center;
    position: relative;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 0;
    border: 1px solid #c9c9c9;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-radius-topleft: 7px;
    border-radius-bottomright: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    top: 3px;
    float: left;
    -webkit-box-shadow: #c6c6c6 1px 1px 3px;
    box-shadow: #c6c6c6 1px 1px 3px;
}

.cal-month {
    -webkit-border-top-left-radius: 6px;
    border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 3px 10px;
}

.cal-date {
    color: #222;
    background-color: #e9e9e9;
    text-shadow: white -1px -1px 1px;
    -webkit-border-bottom-right-radius: 6px;
    border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    letter-spacing: -2px;
    font: bold 21px Helvetica, "Arial Rounded MT Bold", Geneva, sans-serif;
    padding: 1px 4px 2px 0;
    text-align: center;
    border: 1px solid #FFF;
}

/* @group Cal Month Colors */

.month-01 {
    background-color: #7b9ebb;
}

.month-02 {
    background-color: #8283ad;
}

.month-03 {
    background-color: #89ce47;
}

.month-04 {
    background-color: #edacf0;
}

.month-05 {
    background-color: #3aa55e;
}

.month-06 {
    background-color: #5a84cc;
}

.month-07 {
    background-color: #3dffe0;
}

.month-08 {
    background-color: #f6eb00;
}

.month-09 {
    background-color: #f1af45;
}

.month-10 {
    background-color: #c46487;
}

.month-11 {
    background-color: #7f6932;
}

.month-12 {
    background-color: #c64e39;
}

/* @end */

/* @group Ajax */

.ajax-load-more {
    display: block;
    width: 160px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
}

.spin {
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    float: left;
    top: 7px;
    left: 6px;
    background: url(../core/core-images/ajax-loader.gif) no-repeat;
}

a.ajax {
    display: block;
    padding: 8px;
    letter-spacing: 0;
    -webkit-touch-callout: none;
    text-align: center;
    text-shadow: #000000 0 1px 1px;
    font-weight: bold;
    color: #FFFfff !important;
    background: #555555;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 2px;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 2px;
}

a.ajax:hover {
    color: #FFF4f8;
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, .4) 0 1px 3px;
}

/* @end */

/* @group Single Post Page */

.post-single {
    box-shadow: rgba(0, 0, 0, .2) 0 1px 2px;
    background: #FFFfff;
}

.post-single h1 {
    margin: 0 0;
    text-shadow: #000000 0 1px 1px;
    background: #333333;
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
    background: -webkit-linear-gradient(#444444, #222222);
    background: -moz-linear-gradient(#444444, #222222);
    background: -ms-linear-gradient(#444444, #222222);
    background: -o-linear-gradient(#444444, #222222);
    background: linear-gradient(#444444, #222222);
}

a.sh1 {
    display: block;
    margin: 0;
    padding: 12px 5px;
    color: #FFFfff !important;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
}

a.sh2 {
    display: block;
    margin: 0;
    padding: 0 0 2px;
    color: #e7357c;
    line-height: 14px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: left;
}

h3,
h4 {
    display: block;
    padding: 7.5px 7.5px 7.5px 30px;
    margin: 5px 0 0;

    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;

    font-size: 12px;
    color: #555555;
    text-shadow: #FFFfff 0 1px 1px;
    background-color: #eeeeee;
    background: #eeeeee url(images/single-icons-reco.png) no-repeat;
    background-position: 10px center;
}

#singlentry {
    display: block;
    padding: 0;
    color: #555555;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.4em;
}

.single-post-meta-top {
    padding: 5px;
    font-size: 10px;
    line-height: 11px;
    text-align: right;
    letter-spacing: 0;
    color: #555555;
    border-top: solid 1px #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #FFF4f8;
}

#singlentry img.left {
    margin: 0 5px 15px 0;
    float: left;
}

#singlentry iframe {
    width: 300px !important;
    max-width: 300px !important;
    margin: 0 auto 10px;
}

#singlentry ul {
    list-style: none inside;
}

#singlentry ul a {
    display: block;
}

.single-post-meta-top span.lead {
    font-weight: normal;
    font-style: normal;
}

.single-post-meta-bottom {
    text-align: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
}

/* @group Post Options Bar */

.single-post-meta-bottom .post-page-nav {
    font-size: 14px;
    line-height: 25px;
    text-indent: -99px;
    margin-left: 100px;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.single-post-meta-bottom .post-page-nav a {
    padding: 2px 5px 2px 8px;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 16px;
    margin-right: 1px;
    letter-spacing: 2px;
}

ul#post-options {
    position: relative;
    margin: 0 -5px 0;
    padding: 5px;
    text-align: center;
    list-style-type: none;
    background-color: #eeeeee;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

ul#post-options li {
    display: inline-block;
    margin: 0 1px;
    padding: 0;
    border: none;
}

ul#post-options li a {
    display: inline-block;
    width: 20px;
    margin: 0;
    padding: 11px 5px;
    border: none;
}


ul#post-options li a#oprev {
    background: url(images/post-options.png) no-repeat center -217px;
    border-right: solid 1px #cccccc;
    width: 20px;
}

ul#post-options li a#onext {
    background: url(images/post-options.png) no-repeat center -251px;
    border-left: solid 1px #cccccc;
    width: 20px;
}

ul#post-options li a#omail {
    background: url(images/post-options.png) no-repeat center -6px;
    width: 20px;
}

ul#post-options li a#otweet {
    background: url(images/post-options.png) no-repeat center -89px;
    width: 20px;
}

ul#post-options li a#facebook {
    background: url(images/post-options.png) no-repeat center -297px;
    width: 20px;
}

ul#post-options li a#obook {
    background: url(images/post-options.png) no-repeat center -46px;
    width: 20px;
}

/* @end */

/* @group Gallery / Captions */

#singlentry .wp-caption {
    text-align: center;
    font-size: 11px;
    color: #999;
    line-height: 13px;
    max-width: 100% !important;
    height: auto !important;
}

#singlentry .gallery {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: auto !important;
}

#singlentry .gallery dl.gallery-item img.attachment-thumbnail {
    padding: 3px;
    margin: 10px;
    width: 50% !important;
    height: auto;
}

#singlentry .gallery dl.gallery-item {
    margin: 0;
}

#singlentry .gallery dl.gallery-item dt.gallery-icon {
    margin: 0;
}

#singlentry .gallery dl.gallery-item dd.gallery-caption {
    font-size: 11px;
    color: #555;
}

#singlentry>p {
    margin: 0;
}

/* @end */

/* @group Twitter / Bookmarking */

#twitter-box {
    border-radius: 8px;
    border: 1px solid #adadad;
    margin: 10px;
    background-color: #FFF;
}

#twitter-box img {
    float: left;
    margin-right: 5px;
    position: relative;
    bottom: 4px;
    right: 3px;
    width: 28px;
    height: 28px;
}

#twitter-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#twitter-box li {
    clear: both;
    border-bottom: 1px solid #cbcbcb;
    margin: 0;
    padding: 0;
}

#twitter-box li a {
    display: block;
    color: #222;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 13px;
    padding-left: 10px;
    margin: 0;
}

#bookmark-box {
    margin: 0 -5px;
    background-color: #FFFfff;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

#bookmark-box img {
    float: left;
    margin: 0 3px 5px 0;
    position: relative;
}

#bookmark-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#bookmark-box li {
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 22px;
}

#bookmark-box li a {
    display: block;
    color: #555555;
    font-size: 12px;
    padding: 2px 0 2px 10px;
    margin: 0;
}

#twitter-box li:last-child,
#bookmark-box li:last-child {
    border-bottom-style: none;
}

/* @end */

/* @end */

/* @group Pages */

.page h2 {
    font-size: 11px;
    letter-spacing: -1px;
    text-align: left;
    line-height: 14px;
    font-weight: normal;
    font-style: normal;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    border-style: none;
    margin: 10px 0 0 42px;
}

.pageentry {
    color: #444;
    padding: 2px 0 0;
    line-height: 145%;
    display: block;
}

img.pageicon {
    position: relative;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    float: left;
    margin-top: -5px;
    margin-left: 0;
}

.pageentry .wp-caption {
    text-align: center;
    font-size: 11px;
    color: #999;
    line-height: 13px;
    max-width: 100% !important;
    height: auto !important;
}

/* @group Archives */

#wptouch-tagcloud {
    border-radius: 8px;
    border: 1px solid #adadad;
    background-color: #FFF;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
    text-align: justify;
    text-transform: capitalize;
    line-height: 150%;
}

#wptouch-archives {
    border-radius: 8px;
    border: 1px solid #adadad;
    background-color: #FFF;
    margin-right: 10px;
    margin-left: 10px;
}

#wptouch-archives a {
    color: #222;
    display: block;
    padding-bottom: 10px;
    padding-left: 10px;
    background: url(../core/core-images/arrow.png) no-repeat right center;
    padding-top: 10px;
}

#wptouch-archives ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

#wptouch-archives li {
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    font-weight: bold;
    font-size: 14px;
    color: #222;
    display: block;
    padding: 0;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}

#wptouch-archives li:first-child {
    margin-top: -10px;
}

#wptouch-archives li:last-child {
    margin-bottom: -10px;
    border-bottom-style: none;
}

/* @end */

/* @group Links */

#wptouch-links a {
    color: #222;
    display: block;
    background: url(../core/core-images/arrow.png) no-repeat right center;
    padding: 10px 10% 10px 10px;
}

#wptouch-links h2 {
    color: #475d79;
    text-shadow: #eee 1px 1px 0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    letter-spacing: 0;
    border-style: none;
    text-transform: capitalize;
    margin-top: 20px;
}

#wptouch-links ul {
    border-radius: 8px;
    border: 1px solid #adadad;
    background-color: #FFF;
    list-style-type: none;
    margin: 10px;
    padding: 0;
}

#wptouch-links li {
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    font-weight: bold;
    font-size: 13px;
    color: #333;
    display: block;
    padding: 0;
    margin: 0;
    text-shadow: #FFF 0 0 0;
}

#wptouch-links li:first-child {
    border-top-style: none;
}

#wptouch-links li:last-child {
    border-bottom-style: none;
}

/* @end */

/* @group Photos */

#wptouch-flickr {
    text-align: center;
    width: auto;
}

#wptouch-flickr img {
    padding: 1px;
    background-color: #ccc;
    margin: 5px;
    width: 55px;
    height: 55px;
}

/* @end */

/* @group 404 */

#fourohfour {
    border-radius: 8px;
    border: 1px solid #adadad;
    background-color: #FFF;
    text-align: center;
    margin: 10px;
    padding: 10px;
}

/* @end */

/* @end */

/* @group Comments */

ol#commentlist {
    list-style-type: none;
    display: none;
    margin: 0 10px 0;
    position: relative;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

ol.commentlist li {
    background-color: #FFF;
    padding: 10px;
    border-bottom: 1px solid #dedede;
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    border-right: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    position: relative;
    line-height: 17px;
    -webkit-box-shadow: rgba(255, 255, 255, .8) 0 1px 0;
    box-shadow: rgba(255, 255, 255, .8) 0 1px 0;
}

h3#com-head {
    font-weight: bold;
    font-size: 13px;
    border-radius: 8px;
    text-shadow: #FFF 0 1px 0;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #b1b1b1;
    background: #FFF;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    cursor: pointer;
    display: block;
}

h3#com-head img#com-arrow {
    margin-right: 5px;
    position: relative;
    top: 1px;
    -webkit-transform: scale(1.0) rotate(0deg);
    -moz-transform: scale(1.0) rotate(0deg);
    -o-transform: scale(1.0) rotate(0deg);
    -ms-transform: scale(1.0) rotate(0deg);
    transform: scale(1.0) rotate(0deg);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.comhead-open {
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    margin-bottom: -1px;
    background-color: #eee !important;
}

.com-arrow-down {
    -webkit-transform: scale(1.0) rotate(90deg) !important;
    -moz-transform: scale(1.0) rotate(90deg) !important;
    -o-transform: scale(1.0) rotate(90deg) !important;
    -ms-transform: scale(1.0) rotate(90deg) !important;
    transform: scale(1.0) rotate(90deg) !important;
    -webkit-transition-duration: 0.6s !important;
    -moz-transition-duration: 0.6s !important;
    -o-transition-duration: 0.6s !important;
    -ms-transition-duration: 0.6s !important;
    transition-duration: 0.6s !important;
}

ol.commentlist li:first-child {
    border-top: 1px solid #b1b1b1;
}

ol.commentlist li:last-child {
    border-bottom: 1px solid #b1b1b1;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

ol.commentlist li img.avatar {
    float: left;
    border-right: 1px solid #f9f9f9;
    margin-right: 5px;
    width: 32px;
    height: 32px;
}

ol.commentlist li ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ol.commentlist .parent {
    background-color: #fefdec;
}

ol.commentlist .parent ul.children li {
    border: 1px solid #ddd;
    background-color: #e9f8fd;
    border-radius: 8px;
}

ol.commentlist ul.children .parent ul.children li.alt {
    border: 1px solid #ddd;
    background-color: #FFF;
    padding: 10px;
    margin: 10px 0 0;
    border-radius: 8px;
}

ol.commentlist ul.children .parent ul.children li.even {
    border: 1px solid #ddd !important;
    background-color: #f9fbf6;
    padding: 10px;
    margin: 10px 0 0;
    border-radius: 8px;
}

ol.commentlist .reply a,
.comdater {
    position: absolute;
    top: 6px;
    right: 5px;
    padding: 1px 5px;
    font-size: 10px;
    font-weight: bold;
    background-color: #FFF4f8;
    border: solid 1px #cccccc;
    border-radius: 3px;
    text-shadow: #FFF 0 1px 0;
}

ol.commentlist .comdater span {
    display: inline-block;
    margin-right: 3px;
    border-right: solid 1px #cccccc;
}

ol.commentlist .comdater span a {
    padding-right: 7px;
}

ol.commentlist .comdater span a:last-child {
    border-right: solid 1px #cccccc;
    display: inline-block;
}

ol.commentlist .comment-author {
    font-weight: bold;
}

ol.commentlist .comment-meta a {
    font-size: 11px;
    color: #999999;
}

.navigation.commentnav {
    height: 17px;
    padding-right: 0;
    padding-top: 10px;
    padding-left: 10px;
}

.navigation.commentnav .alignright a {
    background-repeat: no-repeat;
    background-position: right -26px;
    padding-right: 35px;
}

.navigation.commentnav .alignleft a {
    background-repeat: no-repeat;
    background-position: left -46px;
    padding-left: 25px;
}

.comtop {
    height: 17px;
    margin: -10px 0;
    padding-left: 0;
    padding-bottom: 15px;
    background-color: #FFF4f8;
    border-bottom: solid 1px #cccccc;
}

.com-author a {
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    -webkit-border-top-right-radius: 0;
}

.com-author {
    position: relative;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    -webkit-border-top-right-radius: 0;
}

/* @end */

/* @group Leaving A Comment */

h3#comments,
h3#respond {
    padding-left: 10px;
    padding-top: 20px;
    letter-spacing: -1px;
    font-size: 13px;
    color: #e7357c;
    text-shadow: #eee 1px 1px 0;
}

h3.coms-closed {
    text-align: center;
    margin-top: 25px;
}

.preview {
    color: #e7357c;
    background-color: #FFF4f8;
    text-shadow: #FFFff 0 1px 1px;
    font-size: 11px;
}

.preview span {
    position: absolute;
    right: 62px;
    top: 8px;
    padding-right: 15px;
}

p.logged {
    position: relative;
    font-size: 11px;
    top: 2px;
    margin-top: 35px;
    color: #555555;
    text-shadow: #eeeeee 1px 1px 0;
}

form#commentform {
    margin: 5px;
}

form#commentform input {
    width: 170px;
    padding: 5px;
    margin: 0;
    font-size: 12px;
    color: #555555;
    border: solid 1px #cccccc;
    border-radius: 5px;
}

form#commentform input#submit {
    width: 25%;
    text-align: center;
    text-shadow: #000000 0 1px 1px;
    font-weight: bold;
    color: #FFFfff !important;
    background: #555555;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 2px;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 2px;
}

form#commentform input#submit:hover {
    color: #FFF4f8;
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, .4) 0 1px 3px;
}

textarea#comment {
    border-radius: 5px;
    border: solid 1px #cccccc;
    font-size: 12px;
    color: #555555;
    height: 110px;
    width: 98%;
    padding: 3px;
    -webkit-box-shadow: rgba(255, 255, 255, .8) 0 1px 0;
    box-shadow: rgba(255, 255, 255, .8) 0 1px 0;
}

#loading {
    position: relative;
    height: 50px;
    width: 60%;
    max-width: 400px;
    margin: 5px auto;
    padding-top: 30px;
    bottom: 150px;
    background-color: #eeeeee;
    border: solid 1px #cccccc;
    z-index: 9;
    text-align: center;
    border-radius: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity: 0.85;
}

#loading p {
    display: inline;
    position: relative;
    bottom: 3px;
    left: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #e7357c;
    text-shadow: #FFFfff 0 1px 0;
}

form#commentform label {
    color: #e7357c;
    text-shadow: #eeeeee 1px 1px 0;
    font-size: 12px;
    font-weight: bold;
}

#refresher {
    border-radius: 5px;
    margin: 10px 5px;
    padding: 10px 10px 10px 15px;
    background-color: #FFFfff;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 2px;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 2px;
    text-shadow: none;
}

#refresher img {
    float: left;
    margin-right: 3px;
    margin-left: -4px;
}

#refresher h3 {
    padding: 0;
    margin: 0 0 5px;
    color: #555555;
    text-shadow: #eee 1px 1px 0;
}

p.subscribe-to-comments {
    padding: 8px;
    border-radius: 5px;
    background-color: #FFF4f8;
    border: solid 1px #cccccc;
}

p.subscribe-to-comments label {
    text-shadow: #FFFfff 0 1px 0 !important;
    color: #555555 !important;
}

p.subscribe-to-comments input#subscribe {
    padding-right: 3px;
    vertical-align: top;
}

#errors {
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    color: #FFFfff;
    background-color: #fa6ea5;
    text-shadow: #e7357c 0 1px 1px;
}

/* @end */

/* @group Text Options */

.full-justified {
    text-align: justify;
}

.left-justifed {
    text-align: left;
}

.small-text {
    font-size: 1.1em;
}

.medium-text {
    font-size: 1.2em;
}

.large-text {
    font-size: 1.3em;
}

/* @end */

/* @group Background Options */

.classic-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/pinstripes-classic.gif);
}

.argyle-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/argyle-tie.gif);
}

.horizontal-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/pinstripes-horizontal.gif);
}

.diagonal-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/pinstripes-diagonal.gif);
}

.skated-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/skated-concrete.gif);
}

.grid-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/grid.gif);
}

.low-contrast-linen-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/low_contrast_linen.png);
}

.crossed-stripes-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/crossed_stripes.png);
}

.fiber-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/fiber.png);
}

.light-noise-diagonal-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/light_noise_diagonal.png);
}

.random-grey-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/random_grey.png);
}

.stitched-wool-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/stitched_wool.png);
}

.white-carbon-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/white_carbon.png);
}

.white-carbon-fiber-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/white_carbon_fiber.png);
}

.classic-wptouch-bg,
.argyle-wptouch-bg,
.horizontal-wptouch-bg,
.diagonal-wptouch-bg,
.skated-wptouch-bg,
.grid-wptouch-bg,
.low-contrast-linen-wptouch-bg,
.crossed-stripes-wptouch-bg,
.fiber-wptouch-bg,
.light-noise-diagonal-wptouch-bg,
.random-grey-wptouch-bg,
.stitched-wool-wptouch-bg,
.white-carbon-wptouch-bg,
.white-carbon-fiber-wptouch-bg {
    background: #dddddd;
    background-image: none;
}


/* @end */

/* @group Footer */

#footer {
    text-align: center;
    color: #555555;
    font-size: 10px;
    text-shadow: #FFFfff 0 1px 1px;
    margin-top: 60px;
    line-height: 13px;
    padding: 0 0 10px;
}

#footer p {
    margin: 0;
    padding: 0 15px 5px;
}

/* @group Toggle Button */

#switch {
    position: relative;
    border-radius: 5px;

    margin: 50px 5px 20px;
    padding: 10px 5px;

    text-align: left;
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    text-shadow: none;

    background-color: #FFFfff;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 2px;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 2px;
}

#switch div {
    border: solid 1px #999999;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#d3d3d3), color-stop(.5, #eee), color-stop(.51, #e9e9e9));
    background: -webkit-linear-gradient(top, #FFF, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: -moz-linear-gradient(top, #FFF, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: -o-linear-gradient(top, #FFF, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: -ms-linear-gradient(top, #FFF, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: linear-gradient(top, #FFF, #d3d3d3, #eee .5, #e9e9e9 .51);
    text-shadow: #FFF 0 1px 0;
}

#switch .on {
    padding: 5px 11px 4px;
    float: left;
    display: block;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-right: solid 1px #999999;
}

#switch .off {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    padding: 5px 8px 4px;
    display: block;
    float: right;
    border-left: solid 1px #999999;
}

#switch .active {
    background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#d3d3d3), color-stop(.5, #eee), color-stop(.51, #e9e9e9));
    background: -webkit-linear-gradient(, , #FFF, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: -moz-linear-gradient(, , #FFF, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: -o-linear-gradient(, , #FFF, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: -ms-linear-gradient(, , #FFF, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: linear-gradient(, , #FFF, #d3d3d3, #eee .5, #e9e9e9 .51);
    text-shadow: #FFF 0 1px 0;
    -webkit-box-shadow: inset rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: inset rgba(0, 0, 0, .4) 0 0 5px;
    border-style: none;
    color: #666;
}

/* @end */

/* @end */

/* @group WPtouch Adsense area */

#adsense-area {
    height: 50px;
    overflow: none;
    margin-bottom: 12px;
    background: transparent;
}

#adsense-area iframe {
    height: 50px !important;
    overflow: none;
}

/* @end */

/* @group No Script Overlay */

#noscript-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}

#noscript {
    color: #ddd;
    display: block;
    height: 54%;
    text-shadow: #000000 -1px -1px 0;
    border-radius: 15px;
    -webkit-box-shadow: #444 0 0 15px;
    box-shadow: #444 0 0 15px;
    width: auto;
    padding-right: 25px;
    padding-left: 25px;
    background: #0d0d0d url(../../images/saved.png) no-repeat center top;
    padding-top: 110px;
    text-align: center;
    border: 3px solid #444;
    font: 14px Helvetica, Arial, sans-serif;
    margin: 25px;
}

/* @end */

/* @group Compatibility */

#livefyre {
    margin-left: 9px;
    margin-right: 9px;
    width: 100%;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 8px;
    padding: 10px;
}

#wwsgd-optin,
#outbrain_container_0_stripBox,
#outbrain_container_0_stars,
.linkedin_share_container,
.dd_post_share,
.tweetmeme_button,
#dd_ajax_float {
    display: none;
}

/* @group Dynamic Contact Form */

#dwp-contact-button,
.dwpcontact-page {
    display: none !important;
}

/* @end */

/* @group Banner Cycler */

#cycler,
#cyclerNav {
    display: none;
}

/* @end */

/* @group Gravity Forms */

.gform_wrapper li,
.gform_wrapper form li {
    list-style-type: none !important;
    padding-left: 30px;
}

.gform_wrapper .gform_footer {
    margin-top: 0;
    margin-left: 20px;
}

body.wptouch-pro .post .gform_wrapper .gform_body ul.gform_fields {
    text-indent: 0 !important;
    margin: 0;
    padding: 0;
}

body.wptouch-pro .post .gform_wrapper .gform_body ul.gform_fields li {
    padding-left: 0 !important;
}

/* @end */

/* @group WP Skypscraper */

.wp_skyscraper_c2 {
    display: none;
}

/* @end */

/* @group AddThis / Tweet This */

.addthis_container {
    display: none !important;
}

a.tt {
    display: none !important;
}

/* @end */

/* @group Peter's Anti Spam Support */

#secureimgdiv img#cas_image {
    border-radius: 2px !important;
    border: 1px solid #adadad !important;
    width: auto !important;
    height: 21px !important;
    float: left !important;
}

#secureimgdiv p label {
    color: #475d79;
    text-shadow: #eee 1px 1px 0;
    font-size: 14px;
    font-weight: bold;
}

#secureimgdiv p small {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    text-align: justify;
}

#secureimgdiv p input#securitycode {
    border-radius: 8px;
    border: 1px solid #adadad;
    padding: 3px;
    margin: 0 0 0 0;
    font-size: 13px;
    color: #444;
    width: 101px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
}

/* @end */

/* @group Ribbon Manager Plugin Override */

a#ribbon {
    display: none !important;
}

/* @end */

/* @group Subscribe To Comments */

p.subscribe-to-comments {
    padding: 8px;
    border-radius: 8px;
    background-color: #FFF;
    border: 1px solid #adadad;
}

p.subscribe-to-comments label {
    text-shadow: #FFF 0 1px 0 !important;
    color: #333 !important;
}

p.subscribe-to-comments input#subscribe {
    padding-right: 3px;
    vertical-align: top;
    width: auto;
    height: auto;
}

/* @end */

/* @group Digg Box */

span.db-body {
    display: none;
}

/* @end */

/* @group WP Thread Comment */

p.thdrpy,
p.thdmang {
    display: inline;
    margin-right: 10px;
}

/* @end */

/* @group WP Greet Box */

#greet_block {
    display: none;
}

/* @end */

/* @group Comment Reply Notification */

#commentform input#comment_mail_notify {
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
}

/* @end */

/* @group Share and Follow */

.footer #follow.right {
    display: none !important;
}

.content ul.socialwrap {
    display: none;
}

/* @end */

/* @group Disqus */

#disqus_thread {
    border-radius: 8px;
    border: 1px solid #adadad;
    background-color: #FFF;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
}

/* @end */

/* @group WP Tweet Button */

#content .tw_button {
    display: none !important;
}

/* @end */

/* @group Follow Me */

#followMeTabLeftSm,
#followMeTabLeftSm img {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    visibility: hidden !important;
    position: -1000em !important;
}

/* @end */

/* @group Comment Quicktags */

#commentform #ed_toolbar {
    margin-left: 9px;
}

#commentform #ed_toolbar .ed_button {
    width: auto !important;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-right: 3px;
    border-radius: 4px !important;
    padding: 2px 6px !important;
    font-size: 11px;
    font-weight: bold;
}

/* @end */

/* @group Zenbox */

#zenbox_tab {
    display: none !important;
}

/* @end */

/* @group AttentionGrabber */

#attentionGrabber,
#attentionGrabberWrap #openAttentionGrabber {
    display: none !important;
}

/* @end */

/* @group smartPop-Up Box */

#smartPopupfade,
#pietimerholder {
    display: none !important;
}

/* @end */

/* @group Mega Dropdown */

.megadropdown-wrapper {
    display: none !important;
}

/* @end */

/* @group Easy Button */

.buttonfixed {
    display: none !important;
}

/* @end */

/* @group AS Sharebar */

#as-share-window {
    display: none !important;
}

/* @end */

/* @group Social Share */

.leftcontainerBox {
    display: none !important;
}


.tablenav {
    color: #E7357C;
    margin: 10px 0 10px 0;
    line-height: 2em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a.page-numbers,
.tablenav .current {
    color: #E7357C;
    border: solid 1px #ccc;
    background: #FFF;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px 20px;
    display: inline-block;
}

a.page-numbers:hover {
    color: white;
    background: #FFF4F8;
}

.tablenav .current {
    color: #E7357C;
    background: #FFF4F8;
    border-color: #E7357C;
    font-weight: bold;
}

.tablenav .next,
.tablenav .prev {
    background: transparent;
    text-decoration: underline;
    border: solid 1px #ccc;
    background: #FFF;
    font-size: 10pt;
    padding: 5px 20px;
    font-weight: bold;
    display: inline-block;
}

.categories {
    height: 50px;
}


/* @end */

/* @end */

/*-------- ???t?b?^?[???j???[ --------*/

#footer_menu {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    padding: 5px;
    border-top: 1px solid #CCC;

    background: linear-gradient(to bottom, #535353 0%, #686868 10%, #393939 49%, #000000 51%, #272727 100%);
    font-size: 12px;
    z-index: 2147483646;
    box-shadow: 0 -2px 10px 0 #333333;
}

#footer_menu #erotare_popular {
    margin-right: 5px;
}

#footer_menu #erotare_popular a {
    display: block;
    padding: 5px 10px;

    border: 3px solid #D17E00;
    border-right: 3px solid #A36200;
    border-bottom: 3px solid #A36200;
    border-radius: 4px;

    color: #FFF;
    font-weight: bold;
    text-shadow: #333 0 0 10px;
    background: #ff9900;
}

#footer_menu #erotare_search {
    margin-left: 5px;
}

#footer_menu #erotare_search input {
    margin: 0;
    padding: 5px 36px 5px 12px;
    width: 200px;
    height: 36px;
    box-sizing: border-box;

    border: 1px solid #CCC;
    border-radius: 18px;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

}

#footer_menu #erotare_search button {
    position: absolute;
    transform: translate(-34px, 2px);

    margin: 0;
    height: 32px;
    width: 32px;
    box-sizing: border-box;

    border: none;
    border-radius: 16px;

    vertical-align: middle;
    cursor: pointer;
    color: #f4efff;
    background: #0c0c75;
}

/*-------- ???t?b?^?[???j???[ --------*/


.fam_600p_parts>div>div {
    z-index: 0 !important;
}

/* @end */