@charset "utf-8";
/*
Theme Name: おっぱいさんPC用テーマ
Theme URI:
Description: PC用レイアウト
Author: 050(15/11/06)
Version: 1.0
Tags: pc
*/


/* ==========================================================================
	 // デフォルトスタイルの初期化や基本的なスタイルを定義
	 ========================================================================== */

/* Reset
----------------------------------------------------------------- */

/* おすすめ下部導線
----------------------------------------------------------------- */

figcaption {
    text-align: center;
}

/* 新エントリ
------------------------------------------------*/

.TagList>li>.head{
	display: none;
}

.new_post_list>li>div>.head{
	display: none;
}
p.new{
    font-size: 16px;
    line-height: 1.6;
}

h2.midashi{
    background: url(http://oppaisan.com/wp-content/themes/pc/images/oppai_icon2.png) no-repeat left center #fff;
    padding-left: 50px;
    font-size: 25px;
    height: 35px;
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: solid 3px #FFA6B0;
}

h3.midashi{
    background: url(http://oppaisan.com/wp-content/themes/pc/images/oppai_icon3.png) no-repeat left center #fff;
    padding-left: 50px;
    font-size: 25px;
    height: 35px;
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: solid 3px #FFA6B0;
}

caption {
    font-size: 18px;
    font-weight: bold;
}

table {
    width: 100%;
    margin-bottom: 20px;
	margin-top: 20px;
}

th {
	width: 30%;
	height: 35px;
	background-color: blanchedalmond;
	color: hotpink;
	font-size: 15px;
}

table tr th,
table tr td {
    padding: 0 10px;
    border: 1px solid #222;
    vertical-align: middle;
}

table tr th {
    text-align: center;
    font-weight: bold;
}

.pr{
    border: 1px dashed;
    background-color: rgba(247, 95, 111, 0.16);
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
}

.primg{
    width: 50%;
}

.primg > img{
	margin: 10px;
	display: flex;
}

.syoukai{
	margin: 10px;
}

div.prtext{
    width: 60%;
    padding: 30px;
    height: 50%;
}

.botan {
    background: rgba(255,235,205,1);
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50px;
    height: 100px;
    width: 100px;
    box-shadow: 2px 2px 2px #555, -2px -6px 20px 1px rgba(153,153,153,1) inset;
    margin-top: 15%;
    margin-bottom: -50px;
    padding-top: 12%;
}

.botan-1 {
    border: solid 1px;
    position: relative;
    left: 35%;
    padding: 10px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background: #f78484;
    box-shadow: 0px -1px 3px 7px, 0px 39px 50px rgba(0, 0, 0, 0.35) inset;
    animation: hurueru .6s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    14.3% {transform: translateX(1px)}
    28.6% {transform: translateX(2px)}
    42.9% {transform: translateX(1px)}
    57.2% {transform: translateX(0px)}
    71.5% {transform: translateX(-1px)}
    85.8% {transform: translateX(-2px)}
    100% {transform: translateX(-1px)}
}

.botan-2{
    border: solid 2px rgba(205,55,71,1);
    border-bottom: #555;
    border-right: #555;
    padding: 9px;
    background: #cd3747;
    transform: translateX(-52%) translateY(-50%);
    border-radius: 100%;
    box-shadow: -3px -4px 3px 0px rgba(85,85,85,0.3) inset, 1px 3px 13px 1px rgba(85,85,85,1);
}

p.prtxt{
    font-size: 30px;
    text-align: center;
}

p.yajirushi{
    text-align: center;
    font-size: 50px;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	margin: 0;
	vertical-align:middle;
}

img {
	display:block;
	vertical-align:bottom;
}


/* Base
----------------------------------------------------------------- */

body {
	color: #666;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	background: rgba(250, 245, 235, 0.5);
}

a {
	color: #f75f6f;
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
	        transition: all .25s ease-out;
}
a:before {
	-webkit-transition: all .25s ease-out;
	        transition: all .25s ease-out;
}
a:hover {
	color: #f75f6f;
	text-decoration: none;
}

a img {
	pointer-events: none;
}

i{
	font-family:FontAwesome;
	font-style:normal;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* ==========================================================================
	 // ページを構成する共通のコンテナーブロックのスタイルを定義
	 ========================================================================== */
#header {
	margin-bottom: 20px;
}

#container {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
#contents {
	margin-bottom: 20px;
}
#contents:not(.not_found) {
	min-height: 740px;
}
#contents:after {
	content: "";
	clear: both;
	display: block;
}
#main_column {
	float: left;
	width: 680px;
}
#sidebar01,
#sidebar02 {
	float: left;
	width: 190px;
	margin-left: 20px;
}


/* ==========================================================================
	 // 再利用できるパターン
	 ========================================================================== */
.entry_list {
	overflow: hidden;
}
.entry_list>li a {
	position: relative;
	display: block;
}
.entry_list>li .thumb {
	position: relative;
	overflow: hidden;
	padding-top: 75%;
}
.entry_list>li .thumb img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .25s ease-out;
	    transition: all .25s ease-out;
}
.entry_list>li a:hover .thumb img {
	opacity: 0.8;
	-webkit-transform: scale3d(1.2,1.2,1);
	        transform: scale3d(1.2,1.2,1);
}
.entry_list>li .title {
	/* overflow: hidden; */
	padding: 2px 2px 0;
	line-height: 1.2;
	-webkit-transition: all .25s ease-out;
	    transition: all .25s ease-out;
}


#out {
	margin-bottom: 20px;
}
#out .entry_list>li {
	float: left;
	width: 16%;
	margin-right: 0.8%;
	margin-bottom: 10px;
}
#out .entry_list>li:nth-child(6n) {
	margin-right: 0;
}
#out .entry_list>li .title {
	position: absolute;
	bottom: 0;
	z-index: 3;
	width: 100%;
	color: #fff;
	background: rgba(80, 80, 80, 0.8);
}
#out .entry_list>li a:hover .title {
	color: #fff;
	background: #f75f6f;
}

.new_post_list {

}
.new_post_list li {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #f75f6f;
}
.new_post_list li .date,
.new_post_list li .category {
	display: inline-block;
}
.new_post_list li .date {
	position: relative;
	margin-bottom: 10px;
	padding-left: 17px;
	font-size: 14px;
	font-weight: bold;
}
.new_post_list li .date:before,
.new_post_list li .tags:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "\f017";
	width: 16px;
	height: 16px;
	margin-top: -9px;
	font-family:FontAwesome;
	font-style:normal;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}
.new_post_list li .category {
	font-size: 16px;
}
.new_post_list li .category a {
	padding: 0 4px;
	border-radius: 4px;
	background: rgba(255, 0, 27, 0.83);
	color: #fff;
}
.new_post_list li .thumb {
	float: left;
	width: 240px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.new_post_list li .thumb a {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 75%;
}
.new_post_list li .thumb img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .25s ease-out;
	    transition: all .25s ease-out;
}
.new_post_list li .thumb a:hover img{
	opacity: 0.8;
	-webkit-transform:scale3d(1.1,1.1,1);
	        transform:scale3d(1.1,1.1,1);
}


.top .new_post_list li#must_new {
	padding: 5px 0 20px;
}
.top .new_post_list li#must_new .thumb {
	float: none;
	width: 100%;
	margin-right: 0;
	padding-top: 0;
}
.top .new_post_list li#must_new .thumb a {
	padding-top: 0;
}
.top .new_post_list li#must_new .thumb img {
	position: static;
}

.new_post_list li>div {
	overflow: hidden;
	padding-top: 10px;
}
.new_post_list li .title {
	//margin-bottom: 10px;
	//font-size: 24px;
	//line-height: 1.4;
	font-size: 22px;
	line-height: 1.2;
	margin: 6px 0px;
}
.new_post_list li .tags {
	position: relative;
	clear: both;
	min-height: 24px;
	padding-left: 23px;
	font-size: 14px;
}
.new_post_list li .tags:before {
	content: "\f02c";
	margin-right: 5px;
}
.new_post_list li .tags a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px 4px;
	border-radius: 4px;
	background: rgba(247, 95, 111, 0.16);
}
.new_post_list li .category a:hover,
.new_post_list li .title a:hover,
.new_post_list li .tags a:hover,
.TagList  h3:hover a,.TagList>li>div li a:hover,.TagList dd li a:hover{
	color: #fff;
	background: #f75f6f;
}

.TagList ul{
    display: inline-block;
}

.cat_entry {
	position: relative;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 12px 10px 10px;
	border-top: 2px dotted #f75f6f;
}
#main_column section.cat_entry>.heading {
	position: absolute;
	top: -21px;
	left: 0;
	z-index: 3;
	display: inline-block;
	padding: 0 5px 0 0px;
	border: none;
	color: #f75f6f;
	line-height: 1;
	background: #FCFAF5;
	text-shadow: none;
}
#main_column section.cat_entry>.heading span {
	font-size: 30px;
	margin-right: 3px;
}

.cat.entry_list {
	margin-bottom: 10px;
}
.cat.entry_list>li {
	float: left;
	width: 33%;
	margin-right: 0.5%;
}
.cat.entry_list>li:nth-child(3n) {
	margin-right: 0;
}
.cat.entry_list>li .title {
	padding: 5px 2px;
}
.cat.entry_list>li a:hover .title {
	color: #fff;
	background: #f75f6f;
}
.cat_entry_more {
	text-align: right;
}
.cat_entry_more a {
	position: relative;
	display: inline-block;
	padding: 0 16px 0 10px;
	border: 1px solid #f75f6f;
	color: #f75f6f;
	font-weight: bold;
	font-size: 16px;
	line-height: 34px;
	border-radius: 4px;
}
.cat_entry_more a:hover {
	color: #fff;
	background: #f75f6f;
}
.cat_entry_more a:after {
	position: absolute;
	top: 50%;
	right: 6px;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 2px solid #f75f6f;
	border-right: 2px solid #f75f6f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cat_entry_more a:hover:after {
	border-color: #fff;
}


/* ページャー
------------------------------------------------*/
.pager {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 30px 0 20px;
	text-align: center;
}
.pager a,
.pager span.current {
	display: inline-block;
	line-height: 34px;
	min-width: 36px;
	margin-right: 5px;
	border: 1px solid #f75f6f;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	background: #ffa6b0;
	text-shadow: 1px 1px 1px rgba(247, 95, 111, 0.4);
}
.pager a:last-child {
	margin-right: 0;
}
.pager a:hover {
	color: #fff;
	background: #f75f6f;
}
.pager span {
	display: inline-block;
	line-height: 34px;
	margin-right: 5px;
}
.pager span.current {
	border: 1px solid #666;
	color: #fff;
	background: #666;
	text-shadow: none;
}

.pager .next,
.pager .prev,
.pager .last {
	display: block;
	width: 72px;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
}
.pager .prev {
	position: absolute;
	top: 30px;
	left: 5px;
}
.pager .next,
.pager .last {
	position: absolute;
	top: 30px;
	right: 5px;
}


/* header
------------------------------------------------*/
#header {
	position: relative;
	border: 3px solid #f75f6f;
	border-top-width: 2px;
	border-bottom-width: 2px;
	background: url(images/header_dots.png) no-repeat;
}
#header .text {
	padding: 2px 5px;
	border-bottom: 1px solid #f75f6f;
	color: #fff;
	text-align: center;
	background: #FF8290;
}
#header .logo {
	text-align: center;
	background: rgba(250, 245, 235, 0.5);
}
#header .logo a {
	display: inline-block;
	width: 400px;
	height: 117px;
}
#header .logo a img {
	width: 100%;
	height: auto;
}
#header .header_menu {
	overflow: hidden;
	border-top: 2px solid #f75f6f;
	background: #FF8290;
}
#header .header_menu li {
	float: left;
	width: 150px;
	border-right: 1px dotted #FAF5EB;
}
#header .header_menu li a {
	display: block;
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(247, 95, 111, 0.76);
}
#header .header_menu li a:hover {
	background: #f75f6f;
}
#header .header_menu li#search_box {
	width: 344px;
	height: 36px;
	padding: 5px 10px;
	border-right: none;
}
#header .header_menu li#search_box form {
	position: relative;
}
#header .header_menu li#search_box form #s {
	width: 270px;
	padding: 4px 5px;
	border: 1px solid #f75f6f;
	font-size: 14px;
	border-radius: 3px 0 0 3px;
}
#header .header_menu li#search_box form #searchsubmit {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 26px;
	border: 1px solid #f75f6f;
	color: #fff;
	font-size: 14px;
	background: #f75f6f;
	border-radius: 0 3px 3px 0;
}
#header .header_menu li#search_box form #searchsubmit:hover {
	border-top: 2px solid #CD3747;
	border-right: 2px solid #CD3747;
	background: #EC5565;
}


/* contents
------------------------------------------------*/
#main_column article >.heading,
#main_column section>.heading,
#main_column aside>.heading,#TopRecommend .heading{
	position: relative;
	padding: 6px 2px 6px 10px;
	border: 1px solid #f75f6f;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(247, 95, 111, 0.4);
	border-radius: 4px;
	background: #ffa6b0;
}
section,
.section {
	margin-bottom: 20px;
}
#main_column article {
	margin-bottom: 50px;
}
.tag #main_column .description {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.4;
	background: #fff;
}

.tag #main_column .description a{
	text-decoration: underline;
}

#main_column .contents_box {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
}
#main_column .list {

}
#main_column .list>li {
	border-bottom: 1px dotted #ccc;
}
#main_column .list>li:last-child {
	border-bottom: none;
}
#main_column .list>li a {
	position: relative;
	display: block;
	padding: 0 5px;
	font-size: 14px;
	line-height: 36px;
}
#main_column .list>li a:hover {
	color: #fff;
	background: #f75f6f;
}
#main_column .list>li a:after {
	position: absolute;
	top: 50%;
	right: 6px;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 2px solid #f75f6f;
	border-right: 2px solid #f75f6f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#main_column .list>li a:hover:after {
	border-color: #fff;
}


/* single + image
------------------------------------------------*/
.entry_head {
	padding: 5px 0 20px;
}
.entry_head .pages,
.entry_head .category {
	display: inline-block;
}

.entry_head_date{
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
  padding-top: 8px;
}
.entry_head_date .date{
  padding-right: 8px;
}
.entry_head .pages:before,
.entry_head .tags:after,
.entry_head .pickup_tags:after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "\f017";
	width: 16px;
	height: 16px;
	margin-top: -9px;
	font-family:FontAwesome;
	font-style:normal;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}
.entry_head .pages:before {
	content: "\f03e";
	margin-right: 5px;
}
.entry_head .tags:after,
.entry_head .pickup_tags:after {
	content: "\f02c";
	margin-right: 5px;
}
.entry_head .category {
font-size: 16px;
}
.entry_head .category a {
	padding: 0 4px;
	border-radius: 4px;
	background: rgba(247, 95, 111, 0.16);
}
.entry_head .pages {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 23px;
	font-size: 14px;
	font-weight: bold;
}
.entry_head .entry_img {
	margin-bottom: 10px;
}
.entry_head .entry_img img {
	width: 80%;
	margin: 0 auto;
}
.entry_head .entry_text {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 15px;
	line-height: 1.5;
	background: #fff;
}
.entry_head .tags,
.entry_head .pickup_tags {
	position: relative;
	clear: both;
	min-height: 24px;
	margin-top: 20px;
	padding-left: 23px;
	font-size: 14px;
}
.entry_head .pickup_tags {
	margin-bottom: 25px;
}
.entry_head .tags:before,
.entry_head .pickup_tags:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "関連タグ";
	margin-top: -14px;
	font-size: 12px;
}
.entry_head .pickup_tags:before {
	content: "Pickupタグ";
}
.entry_head .pickup_tags.cup:before {
	content: "同カップ数の芸能人";
}
.entry_head .pickup_tags.cup_av:before {
	content: "同カップ数のAV女優";
}
.entry_head .tags a,
.entry_head .pickup_tags a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px 4px;
	border-radius: 4px;
	background: rgba(247, 95, 111, 0.16);
}
.entry_head .pickup_tags a.pickup_anker {
	position: absolute;
	right: 0;
	bottom: -30px;
}
.entry_head .category a:hover,
.entry_head .tags a:hover,
.entry_head .pickup_tags a:hover {
	color: #fff;
	background: #f75f6f;
}

#related_post,
#pickup_post {
	margin-bottom: 20px;
}
.post_list li {
	border-bottom: 1px dotted #aaa;
}
.post_list li a {
	display: block;
	padding: 10px;
	font-size: 15px;
}

.entry_img_list {
	margin-top: -10px;
}
.entry_img_list>li {
	margin-bottom: 15px;
}
.entry_img_list>li img {
	width: 80%;
	margin: 10px auto;
}
.entry_img_list>li .img_title {
	margin-bottom: 3px;
	font-weight: bold;
	text-align: center;
}
.entry_img_list>li .img_content {
	position: relative;
	right: 0;
	left: 0;
	width: 500px;
	margin: 10px auto 30px;
	padding: 15px 20px;
	border: 1px solid #f75f6f;
	border-radius: 10px
	line-height: 1.2;
	background: #fff;
}

.sukebe{
    padding-top: 7%;
}

#img_last_content iframe {
	width: 470px;
	height: 320px;
	margin: 0 auto;
	display: block;
}

.image_pager {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 10px;
}
.image_pager a {
	position: relative;
	line-height: 34px;
	min-width: 36px;
	margin-right: 5px;
	border: 1px solid #f75f6f;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #ffa6b0;
	text-shadow: 1px 1px 1px rgba(247, 95, 111, 0.4);
}
.image_pager a:hover {
	color: #fff;
	background: #f75f6f;
}
.image_pager a:after {
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.image_pager a.prev:after{
	right: auto;
	left: 8px;
	border: none;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}
.image_pager .prev,
.image_pager .next {
	width: 48%;
	max-width: 250px;
}
.image_pager .prev {
	float: left;
}
.image_pager .next {
	float: right;
}


/* tag
------------------------------------------------*/
.tag_pickup {
	margin-bottom: 10px;
	padding: 0 0 10px;
	border-bottom: 2px dotted #f75f6f;
}
.tag_pickup:before {
	content: "関連タグ：";
}
.tag_pickup>li{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.tag_pickup>li a {
	display: block;
	padding: 5px 4px;
	border-radius: 4px;
	background: rgba(247, 95, 111, 0.16);
}
.tag_pickup>li a:hover {
	color: #fff;
	background: #f75f6f;
}


/* list_tag
------------------------------------------------*/



/* mailform
------------------------------------------------*/
.mailform dl {
	margin: 0 5px 20px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
}
.mailform dl dt {
	margin-bottom: 5px;
	color: #f36;
	font-weight: bold;
}
.mailform dl dd {
	margin-bottom: 15px;
}
.mailform dl dd li {
	line-height: 1.2;
	margin-bottom: 10px;
}
.mailform dl dd strong {
	color: #f36;
}

.mailform .wpcf7 {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
}
.mailform .wpcf7 table {
	margin-bottom: 15px;
	border-right: 1px dotted #999;
}
.mailform .wpcf7 table th {
	padding: 16px 10px 15px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	text-align: left;
	vertical-align: baseline;
	background: #ddd;
}
.mailform .wpcf7 table tr:last-child th {
	border-bottom: 1px solid #ddd;
}
.mailform .wpcf7 table th span {
	color: #dc143c;
}
.mailform .wpcf7 table td {
	padding: 15px 10px;
	border-top: 1px dotted #999;
}
.mailform .wpcf7 table tr:last-child td {
	border-bottom: 1px dotted #999;
}
.mailform .wpcf7 table td select,
.mailform .wpcf7 table td input,
.mailform .wpcf7 table td textarea {
	width: 400px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mailform .wpcf7 .submit {
	width: 220px;
	margin: 0 auto 30px;
}
.mailform .wpcf7 .submit input {
	cursor: pointer;
	display: block;
	line-height: 40px;
	width: 100%;
	padding: 0 5px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #bbb;
	border-radius: 2px;
	color: #fff;
	background: #f75f6f;
	text-shadow: 0 0 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 0 1px #f0f0f0 inset;
	box-shadow: 0 0 0 1px #f0f0f0 inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.mailform .wpcf7 .submit input:hover {

}
.page-template-contact-php .wpcf7 .submit .ajax-loader {
	width: 16px;
}


/* aggrement+howto
------------------------------------------------*/
.aggrement .contents_box,
.howto .contents_box {
	margin: 0 10px 10px;
	padding: 10px;
	border: 1px solid #aaa;
	background: #fff;
	border-radius: 4px;
}
.aggrement .contents_box p,
.howto .contents_box p {
	margin-bottom: 15px;
	color: #393939;
	font-size: 14px;
	line-height: 1.4em;
}
.aggrement .contents_box .aggrementday {
	text-align: right;
}

.howto .oppai_menu {
	padding: 0;
}


/* 404 + search
------------------------------------------------*/
.not_found dl {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.2;
	background: #fff;
}
.not_found dl dt {
	margin-bottom: 5px;
	color: #f75f6f;
	font-weight: bold;
}
.not_found dl dd {
	margin-bottom: 20px;
}
.not_found dl dd p {
	margin-bottom: 10px;
}
.not_found dl dd strong {
	color: #f75f6f;
}
.not_found dl dd ul {
	list-style-type: disc;
	padding-left: 20px;
}
.not_found dl dd li {
	margin-bottom: 10px;
}
.not_found .search_link {
	margin: 0 10px 20px;
}

.search .post_none {
	margin-bottom: 20px;
	padding: 10px 10px 0;
	border: 1px solid #ccc;
}
.search .post_none p {
	margin-bottom: 10px;
	line-height: 1.5;
}
.search .post_none p strong {
	color: #f75f6f;
	font-weight: bold;
}


/* about
------------------------------------------------*/
dl.about dt {
	margin-bottom: 5px;
	color: #f36;
	font-size: 14px;
	font-weight: bold;
}
dl.about dd {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.5;
}


/* sidebar
------------------------------------------------*/
.sidebar section>.heading {
	position: relative;
	padding: 6px 2px 6px 10px;
	border: 1px solid #f75f6f;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(247, 95, 111, 0.4);
	border-radius: 4px;
	background: #ffa6b0;
}

.sidebar section.category>.heading,
.sidebar section.cup>.heading,
.sidebar section.archive>.heading,
.sidebar section.pv_rank>.heading {
	padding-left: 33px;
}
.sidebar section.category>.heading:before,
.sidebar section.cup>.heading:before,
.sidebar section.archive>.heading:before,
.sidebar section.pv_rank>.heading:before {
	position: absolute;
	top: 50%;
	left: -7px;
	content: "";
	width: 36px;
	height: 36px;
	margin-top: -18px;
	padding-left: 0;
	border: 2px solid #F75F6F;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 20px;
	color: #F75F6F;
	line-height: 32px;
	text-align: center;
	background: #fff;
	text-shadow: none;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar section.category>.heading:before { content: "\f07c"; padding-left: 3px; }
.sidebar section.cup>.heading:before  { content: "\f15d"; }
.sidebar section.archive>.heading:before  { content: "\f073"; }
.sidebar section.pv_rank>.heading:before  { content: "\f26c"; padding-left: 2px; }
/*.sidebar section.out_posts>.heading:before  { content: "\f1d8"; padding-right: 2px; }*/


.about .box {
	padding: 10px 5px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
}
.about p {
	margin-bottom: 5px;
	line-height: 1.2;
}
.about p b {
	color: #F75F6F;
	font-weight: bold;
}
.about p.rss img {
	margin-bottom: 5px;
}
.about p.rss {
	margin-bottom: 0;
	line-height: 1;
	text-align: center;
}

.category_list {

}
.category_list>li {
	border-bottom: 1px dotted #f75f6f;
}
.category_list>li a {
	position: relative;
	display: block;
	padding: 0 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
}
.category_list>li a:hover {
	color: #fff;
	background: #f75f6f;
}
.category_list>li a:after {
	position: absolute;
	top: 50%;
	right: 6px;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 2px solid #f75f6f;
	border-right: 2px solid #f75f6f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.category_list>li a:hover:after {
	border-color: #fff;
}

.category_list>li>a>h3 {
    display: inline;
}

.sidebar select {
	width: 100%;
	height: 30px;
	border: 1px solid #F75F6F;
	border-radius: 3px;
	color: #333;
	line-height: 30px;
}

.side_new_list>li {
	border-bottom: 1px dotted #F75F6F;
}
.side_new_list>li a {
	display: block;
	overflow: hidden;
	padding: 5px;
}
.side_new_list>li a:hover {
	background: #F75F6F;
}
.side_new_list>li a .thumb {
	float: left;
	width: 60px;
	height: 45px;
	margin-right: 5px;
}
.side_new_list>li a .thumb img {
	width: 100%;
	height: 100%;
}
.side_new_list>li a .title {
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
}
.side_new_list>li a:hover .title {
	color: #fff;
}

.side.entry_list>li {
	position: relative;
	margin-bottom: 10px;
}
.side.entry_list>li .title {
	position: absolute;
	bottom: 0;
	z-index: 3;
	width: 100%;
	color: #fff;
	background: rgba(247, 95, 111, 0.8);
}
.side.entry_list.out>li .title {
	background: rgba(80, 80, 80, 0.8);
}
.side.entry_list>li a:hover .title {
	color: #fff;
	background: #f75f6f;
}
.side.entry_list>li .pv {
	padding-top: 2px;
	text-align: right;
}

.pv_rank .side.entry_list>li {
	counter-increment: mycount;
	position: relative;
}
.pv_rank .side.entry_list>li:before {
	content: counter(mycount);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: auto;
	min-width: 18px;
	height: 20px;
	padding: 2px 2px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	background: rgba(247, 95, 111, 0.8);
}


#access_ranking table,
#access_ranking table td {
	border: 1px solid #FFB8B8;
	font-size: 13px!important;
	background: transparent!important;
}
#access_ranking table td {
	padding: 4px 2px;
}
#access_ranking .link {
	padding: 4px;
	text-align: center;
}

.follow {
	top: 0;
	width: 190px;
}

}
.follow2 {
	position: absolute;
	bottom: 1020px;
	width: 190px;
}

/* footer
------------------------------------------------*/
#footer dl {
	margin-bottom: 50px;
}
#footer dt {
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px solid #aaa;
	border-left: 8px solid #f75f6f;
	font-size: 16px;
	font-weight: bold;
}
#footer dd {
	margin-bottom: 20px;
	padding-left: 5px;
}
.footer_tag_list {

}
.footer_tag_list li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.footer_tag_list li a {
	display: block;
	padding: 5px 4px;
	border-radius: 4px;
	background: rgba(247, 95, 111, 0.16);
}
.footer_tag_list li a:hover {
	color: #fff;
	background: #f75f6f;
}

.footer_tag_thum {
	overflow: hidden;
	padding-right: 5px;
}
.footer_tag_thum li {
	position: relative;
	float: left;
	width: 9.55%;
	margin-right: 0.5%;
	margin-bottom: 10px;
}
.footer_tag_thum li:nth-child(10n) {
	margin-right: 0;
}
.footer_tag_thum li a {
	position: relative;
	display: block;
}
.footer_tag_thum li .thumb {
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}
.footer_tag_thum li .thumb img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.footer_tag_thum li a:hover .thumb img {
	opacity: 0.8;
	-webkit-transform: scale3d(1.2,1.2,1);
	transform: scale3d(1.2,1.2,1);
}
.footer_tag_thum li .title {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: 3;
	width: 100%;
	color: #fff;
	font-size: 12px;
	background: rgba(247, 95, 111, 0.8);
	padding: 2px 0 1px 2px;
	line-height: 1.2;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.footer_tag_thum li a:hover .title {
	color: #fff;
	background: #f75f6f;
}

.footer_copy {
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	text-align: right;
	background: #f75f6f;
	line-height: 20px;
	padding: 20px 0;
	text-align: center;
}




/* ranking+homeランキング枠
------------------------------------------------*/
.file_list.rank {
	margin-bottom: 0;
}
.file_list.rank>li:not(.no_posts) {
	counter-increment: mycount;
	position: relative;
}
.file_list.rank>li:not(.no_posts):before {
	content: counter(mycount);
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 3;
	width: auto;
	min-width: 18px;
	height: 20px;
	padding: 0 2px;
	line-height: 24px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	text-align: center;

}
/*
.file_list.rank>li:nth-child(-n+3):before {
	top: -4px;
	left: 0;
	min-width: 40px;
	height: 40px;
	padding: 0;
	line-height: 52px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	background-color: transparent;
	background-size: 40px;
}
.file_list.rank>li:before {
	content: counter(mycount);
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: -1px;
	left: 1px;
	z-index: 3;
	min-width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	background-size: 30px;
}
.file_list.rank>li:nth-child(1):before { background-image: url(images/rank1.png); }
.file_list.rank>li:nth-child(2):before { background-image: url(images/rank2.png); }
.file_list.rank>li:nth-child(3):before { background-image: url(images/rank3.png); }
*/


.animated img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.bounceIn img {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.bounceIn:hover img {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.list_text{
	overflow: hidden;
	-webkit-box-flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	font-size: 14PX;
	line-height: 1.3;
	-webkit-box-orient: vertical;
}

p.category{
	color: red;
	font-weight: bold;
	font-size: 19px;
}

/* 紹介リンク
------------------------------------------------*/
.entry_link {
	text-align: center;
	background: #f75f6f;
	padding: 0px 10px 20px 10px;
	font-size: 25px;
	margin: 10px 0px 0px 0px;
	color: #FFFFFF;
	line-height: 30px;
	border-radius: 10px;
}


/*------------------------------------------------------------------
// スーパータグページ
------------------------------------------------------------------*/
/* FLEXIBLE BOX */
.TagList,.TagList>li>div,#TopRecommend ul,#TopRecommend dl{
	display:-webkit-flex;
	display:flex;
}

.TagList,#TopRecommend ul,#TopRecommend dl{ -webkit-flex-wrap:wrap;flex-wrap:wrap; }

/* FLEX-JUSTIFY */
.TagList,.TagList>li>div,#TopRecommend ul{
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

/* FLEX */
.TagList dd,#TopRecommend dd{
	-webkit-flex:1;
	flex:1;
}

/* FLOAT */
.TagList>li>div li,#SuperTag>ul:first-of-type li{ float:left; }
.TagList>li>div ul::after,#SuperTag>ul:first-of-type::after{
	content:"";
	display:block;
	clear:both;
	overflow:hidden;
}


#SuperTag h1,#SuperTag~section h2{
	margin:20px 0 10px;
	padding:10px;
	font-size:16px;
	color:#fff;
	background:#ffa6b0;
	border:1px solid #f75f6f;
	border-radius:4px;
	text-shadow:1px 1px 1px rgba(247, 95, 111, 0.4);
}

#SuperTag .description{
	margin:0 20px 10px;
	line-height:1.7 !important;
	font-size:14px;
}

/*#SuperTag>ul:first-of-type{ margin:20px; }
#SuperTag>ul:first-of-type li{
	margin:0 8px 8px 0;
	border:1px solid #f75f6f;
	border-radius:4px;
}*/


#SuperTag~section h2+div{
	margin:0 20px 10px;
	padding:10px;
	line-height:1.7;
	font-size:14px;
	border:1px solid #ccc;
	background:#fff;
}

#SuperTag~section h2+div>div{ text-align:right; }

#SuperTag~section h3{
	margin:0 20px 10px;
	padding:5px;
	font-size:16px;
	border-bottom:1px solid #aaa;
	border-left:8px solid #f75f6f;
}

#SuperTag~section h3+ul li{
	margin-left:30px;
	padding:10px 0;
	font-size:14px;
}

#SuperTag~section h3+ul li::before{
	content:"\00bb";
}

.TagList{ border-top:2px dotted #f75f6f; }
.TagList>li{ padding:10px;width:340px;border-bottom:2px dotted #f75f6f; height: 500px;}
.TagList>li:nth-child(2n+2){ border-left:2px dotted #f75f6f; }

.TagList>li>div{ margin-bottom:10px; }
.TagList>li>div li{ margin-right:5px; }
.TagList>li>div li a{
	padding:2px 4px;
	font-size:12px;
	color:#fff;
	background:rgba(255,0,27,0.83);
	border-radius:4px;
}

.TagList dt img{
	width:200px;
	height:150px;
	-webkit-transition:all .25s ease-out;
	-moz-transition:all .25s ease-out;
	-ms-transition:all .25s ease-out;
	-o-transition:all .25s ease-out;
	transition:all .25s ease-out;
}

.TagList dt a:hover img{
	opacity: 0.8;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}


.TagList dd{
	margin-left:10px;
	font-size:14px;
}

.TagList dd>p:first-child{
	display:-webkit-box;
	line-height:1.3;
	overflow:hidden;
	-webkit-box-flex:1;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
}

.TagList dd li{
	margin-top:5px;
	float: left;
    margin-top: 12px;
    margin-left: 10px;
}

.TagList dd li a{
	padding:2px 4px;
	font-size:12px;
	background:rgba(247,95,111,0.16);
}

.TagList h3{ margin-bottom:10px;line-height:1.2;font-size:18px; }

section div div a{text-decoration: underline; font-weight: bold;}

h2.sub-title{
    margin: 20px 0 10px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background: #ffa6b0;
    border: 1px solid #f75f6f;
    border-radius: 4px;
    text-shadow: 1px 1px 1px rgba(247, 95, 111, 0.4);
}

.relation-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.relation-list>li {
    width: 33%;
}

img {
    width: 100%;
}



.link-text{
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    line-height: 1.4;
    background: #fff;
}

.more-link>a{
    color: #fff
    background: #ffa6b0;
}

h3.pickup{
    position: absolute;
    top: -20px;
    color: #f75f6f;
    background: #FCFAF5;
    font-size: 25px;
    margin-left: -10px;
    margin-top: 5px;
    width: 120px;
    padding-left: 15px;
    text-align: center;
}

.relation-list>li>a>img{
    height: 145px;
}

.relation-list>li>a>p{
    margin: 5px 5px 10px 5px;
    line-height: 15px;
}


.pickup-text{
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    line-height: 1.4;
    background: #fff;
}

.more-link>a {
    display: inline-block;
    margin-left: auto;
    padding: 8px;
    color: #fff;
    background: #ffa6b0;
    border-radius: 4px;
    float: right;
}

.relation-list{
     margin-top: 25px;
}
/*------------------------------------------------------------------
// TOP RECOMMEND
------------------------------------------------------------------*/
#TopRecommend li{ width:335px; }
#TopRecommend li:nth-child(-n+2){
	margin: 10px 0 20px 0;
}

#TopRecommend dt{ margin-right:5px;width:176px; }
#TopRecommend dt img{ width:100%; }

#TopRecommend h3{
	margin-top:8px;
	font-size:12px;
	text-align:right;
}

#TopRecommend h3 a{ display:block;padding:4px;color:#fff;background:rgba(255, 0, 27, 0.83);border-radius:4px; }

#TopRecommend p{
	line-height:1.2;
	font-size:12px;
}


/*------------------------------------------------------------------
// paizuri_css
------------------------------------------------------------------*/
#paizuri_anchor{
	line-height:1.2;
	font-size:14px;
	margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    line-height: 1.4;
    background: #fff;
}

#paizuri_h3{
	margin: 0 0px 10px;
    padding: 5px;
    font-size: 16px;
    border-bottom: 1px solid #aaa;
    border-left: 8px solid #f75f6f;
}

.TagList li h3{
    -webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 45px;
}

.TagList li p{
	margin-top: 15px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-line-clamp: 10;
    line-height: 20px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.TagList li dl dt{
	    padding-left: 20%;
}

/*DMM_ent_list_css*/
#dmmmovie_ent_list{max-width: 500px; margin: 0 auto;}
 p.dmmmovie_ent_list_head{ text-align: center; color: rgb(247, 95, 111); font-size: 18px; font-weight: bold; margin: 1px;}
#dmmmovie_ent_list .dmmmovie_ent_list_ul{border-bottom: solid 1px #bebebe;}
#dmmmovie_ent_list .dmmmovie_ent_list_ul .dmmmovie_ent_list_li{ overflow: hidden;background-color: #fff;padding: 1%;margin: 1% 1%;border-top: solid 1px #bebebe;}
#dmmmovie_ent_list .dmmmovie_ent_list_ul .dmmmovie_ent_list_li a .dmmmovie_ent_list_left_box { float: left; width: 28%; margin-right: 1%; max-width: 99px; }
#dmmmovie_ent_list .dmmmovie_ent_list_ul .dmmmovie_ent_list_li a .dmmmovie_ent_list_left_box img{ width: 100%;}
.dmmmovie_ent_list_right_box{ float: left; overflow: hidden; width: 70%; }
.dmmmovie_ent_list_right_box_img{overflow: hidden;}
#dmmmovie_ent_list .dmmmovie_ent_list_right_box_img img.dmmmovie_ent_list_right_img01{ float: left; width: 49%; margin-right: 2%; max-width: 123px; }
#dmmmovie_ent_list .dmmmovie_ent_list_right_box_img img.dmmmovie_ent_list_right_img02{ float: left; width: 49%; max-width: 123px; }
.dmmmovie_ent_list_right_box p{ text-align: center; margin: 1% auto; background-color: #e9546b; padding: 9px 4%; border-radius: 5px; color: #fff; box-shadow: 0px 3px 3px #9f9f9f; border: solid 1px; font-weight: bold; font-size: 17px; line-height: 1;}
#dmmmovie_ent_list .dmmmovie_ent_list_ul .dmmmovie_ent_list_li a p.dmmmovie_ent_list_title{font-weight: bold;font-size: 15px;padding: 1%;/*height: 15px;*/overflow: hidden;line-height: 1;color: #555;text-overflow: ellipsis;white-space: nowrap; margin: 1px;}

.dmm_entry_oppai_jac_list_box_title{
    padding: 2% 2% 1%;
    font-size: 17px;
    font-weight: bold;
    width: 94%;
    margin: 10px auto 3px;
    color: #000;
    border-bottom: solid 2px #E9546B;
	}
.dmm_entry_oppai_jac_list_box{
    margin: 0 auto;
    overflow: hidden;
	max-width: 450px;
	padding-left: 1%;

	}
.dmm_entry_oppai_jac_list{
    width: 46%;
    float: left;
    padding: 1%;
    margin: 1%;
    background-color: #e2e2e2;
    box-shadow: 1px 2px 1px rgba(0,0,0,0.3);
	position: relative;
	}
.dmm_entry_oppai_jac_list img{width: 100%;}


.dmm_entry_img_movie_play_button{
    background: url(./img/077.png) repeat-x 0 0;
    background-size: cover;
    width: 24%;
    height: 16%;
    position: absolute;
    left: 38%;
    top: 43%;
}


/*takasaki*/

p.short-menu-head {
    margin: 20px 0 10px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background: #ffa6b0;
    border: 1px solid #f75f6f;
    border-radius: 4px;
    text-shadow: 1px 1px 1px rgba(247, 95, 111, 0.4);
}


ul.short-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 !important;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
}

li.category {
    width: 32%;
    height: 150px;
    margin: 0 1% 10px 0;
    border:1px solid #f75f6f;
	border-radius:4px;
	box-sizing:box;
}
li.category:last-child{
	margin-right:0;
}

li.category h3 {
    font-size: x-large;
    color: #fff;
    background-color: rgba(255, 137, 158, 0.89);
    padding: 5px;
}


img.example {
    width: 35%;
    margin-top: 13px;
    height: 80px;
    float: left;
    object-fit: cover;
}

li.category>a>p{
    float: left;
    margin: 10px;
    word-wrap: break-word;
    height: auto;
    width: 55%;
    line-height: 17px;
}

ul.short-cup {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
}

li.cap {
    margin: 0px 5px 5px 0px;
    width: 32%;
    height: 65px;
    border: 1px solid #f75f6f;
    border-radius: 4px;
}

li.cap h3 {
    font-size: medium;
    color: #fff;
    background: #ffa6b0;
    line-height: normal;
    padding-left: 15%;
    width: 60%;
    float:left;
}

li.cap>a>img.example{
    width: 40%;
    height: 63px;
    float: right;
    margin-top: 0px;
}

li.cap>a>p{
    line-height: initial;
    padding-left: 5px;
}

.sub-title>span{
    font-size: 28px;
}

h2.short-title{
	margin: 20px 0px 15px;
	padding: 5px;
	font-size: 16px;
	border-bottom: 1px solid #aaa;
	border-left: 8px solid #f75f6f;
}

.side_entry>a{
    display: block;
    padding: 10px;
    color: #fff;
    background: rgba(255, 0, 27, 0.83);
    border-radius: 15px;
    height: 35px;
    text-align: center;
    font-size: 16px;

li#img_last_content{
    position: relative;
    right: 0;
    left: 0;
    width: 500px;
    margin: 10px auto 30px;
    padding: 15px 20px;
    border: 1px solid #f75f6f;
    border-radius: 10px line-height: 1.2;
    background: #fff;
}
