@charset "utf-8";
/* CSS Document */

dl#event_information{
	margin: 0 5px 15px;
	line-height: 20px;
}
dl#event_information dt{
	float: left;
	width: 150px;
}
dl#event_information dd{
	float: left;
	width: 450px;
}
#work_list {
	width: 700px;
	margin-right: -20px;
}
.work_box{
	float: left;
	width: 330px;
	margin: 0 20px 15px 0;
	padding-bottom: 5px;
	background: url(../work/image/separate.gif) 0 bottom no-repeat;
}
h5{
	width: 330px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}
.work_inner{
	width: 325px;
	height: 155px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.work_inner img {
	width: 110px;
	height: 155px;
	margin: 0 5px 5px 0;
	float: left;
}
.work_inner ul{
	width: 205px;
	height: 155px;
	float: left;
	font-size: 12px;
}
.work_inner ul li{
	line-height: 20px;
	min-height: 20px;
	padding-left: 55px;
	background-size: 50px 20px;
}
.work_inner ul li.publish{
	background-image: url(../work/image/publish.gif);
	background-repeat: no-repeat;
}
.work_inner ul li.publish span {
	line-height: 9px;
	margin-left: 5px;
	font-size: 10px;
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
}
.work_inner ul li.form {
	background-image: url(../work/image/form.gif);
	background-repeat: no-repeat;
}
.work_inner ul li.contents {
	background-image: url(../work/image/contents.gif);
	background-repeat: no-repeat;
	height: 80px; /* ひとまず的mac対応 */
}
.work_inner ul li.button {
	padding: 15px 0 0 0;
	height: 20px;
}
.work_inner ul li.button a, .work_inner ul li.button img {
	display: block;
	width: 74px;
	height: 20px;
	float: right;
	margin-left: 5px;
	margin-right: 0px;
	
}
.work_inner ul li.button.s a, .work_inner ul li.button.s img {
	display: block;
	width: 55px;
	height: 20px;
	float: right;
	margin-left: 2px;
	margin-right: 0px;
	
}
a.digiket {
	background: url(../work/image/digiket.gif) no-repeat;
}
.work_inner ul li.button a:hover {
	background-position: 0 -20px;
}
a.toranoana {
	background: url(../work/image/toranoana.gif) no-repeat;
}
li.button.s a.digiket {
	background: url(../work/image/digiket_s.gif) no-repeat;
}
li.button.s a.dmm {
	background: url(../work/image/dmm_s.gif) no-repeat;
}
li.button.s a.fanza {
	background: url(../work/image/fanza_s.gif) no-repeat;
}
li.button.s a.dlsite {
	background: url(../work/image/dlsite_s.gif) no-repeat;
}

.work_bottom {
	width: 330px;
	height: 5px;
	background: url(../work/image/separate.gif) no-repeat;
	overflow: hidden;
}

.shop_guide {
	text-align: center;
	
}

.shop_guide ul {
	margin: 0 auto;	
}
.shop_guide ul:last-child {
	margin-bottom: 10px;	
}

.shop_guide li {
	display: inline-block;
}

.shop_guide li img:hover {
	display: inline-block;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    _zoom: 1;
}

.shop_guide div{
	text-align: center;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.shop_guide li span {
	display: block;
	width: 170px;
}

.shop_guide .digiket {
	background: #597cea;
}

.shop_guide .dlsite {
	background: #ff78e8;
}

.shop_guide .fanza {
	background: #e65554;
}

.shop_guide .booth {
	background: #f94d4e;
}

.shop_guide .toranoana {
	background: #E8E15C;
}

h4.work_header {
	width: 100%;
	text-align: center;
	margin: 22px 0 18px 0;
	line-height: 20px;
}
h4.work_header span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
    position: relative;
    color: #333333;
	padding: 0 11px;
}

h4.work_header span::before,
h4.work_header span::after {
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 100%;
    border: 3px solid #333;
    box-sizing: border-box;
    content: '';
}

h4.work_header span::before {
    top: 0;
    left: 0;
    border-right: none;
}

h4.work_header span::after {
    bottom: 0;
    right: 0;
    border-left: none;
}

div.btn_red {
	text-align:right;
}
div.btn_red a {
	display: inline-block;
	margin: 5px auto;
	padding: 2px 6px 2px 2px;
	background-color: #fa8e29;
	border-radius: 3px;
  	box-sizing: border-box;
	text-decoration: none;
	transition: 0.2s;
}
div.btn_red a span {
	display: block;
	position: relative;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-left: 21px;
}
div.btn_red a span:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 2px;
	bottom: 0;
	margin: auto;
}
div.btn_red a span:after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid #fa8e29;
	border-right: 2px solid #fa8e29;
  box-sizing: border-box;
	transform: rotate(45deg);
	position: absolute;
	top: 0px;
	left: 5px;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
}
div.btn_red a:hover {
	background-color: #f35f3a;
}
div.btn_red a:hover span:after {
	border-top: 2px solid #f35f3a;
	border-right: 2px solid #f35f3a;
}

p.arasuji {
	text-align: center;
}

.sentence a:hover, .arasuji a:hover {
    color: #cac376;
    text-decoration: underline;
}
.sentence a, .arasuji a {
    margin: 0 3px;
    text-decoration: none;
    color: #afa74d;
}

pre {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

table.work_info {
	width: 70%;
	margin: 0 15%;
}
table.work_info tr{
	margin-bottom: 2px;
}
table.work_info td, table.work_info th {
	padding: 10px;
}
table.work_info th {
	background-color: #c3c3c3;
	color: #fff;
	font-weight: bold;
	width: 30%;
}
table.work_info td {
	background-color: #f9f9f9;
}
table.work_info td .event_name {
	font-size:  0.85em;
	color: #747474;
	margin-left: 5px;
}

.fanbox_sample_banner {
	display: inline-block;
	margin: 5px 0 0 0!important;
	width: 668px;
	border: #666 1px solid;
}

.fanbox_sample_banner:hover {
	border: #888 1px solid;
}

.fanbox_sample_banner img {
	width: 100%;
}

.fanbox_sample_banner:hover img {
	opacity: 0.8;
}