/* ****************************************************

	Style for MAYSLOT PAGE
	/japanese/myslot/css/style.css

***************************************************** */


/* main title
***************************************************** */

.mainvisual {
	background-image: url(/japanese/myslot/img/bg_main.png);
	background-color: #accefe;
	background-repeat: no-repeat;
	text-align: center;
}

.clm-inner {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.news-wrap,
.attention-wrap  {
	margin-bottom: 40px;
}
.news-list-wrap {
}
.news-list-wrap .news-clm,
.attention-list-wrap .attention-clm  {
	display: none;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
.news-list-wrap .news-clm.show,
.attention-list-wrap .attention-clm.show {
	display: block;
}
/* .news-list-wrap .news-clm:nth-child(n+5) {
	display: none;
} */

.news-list-wrap .news-clm .ttl-clm {
	padding: 12px 30px;
	background: #d8eec9;
}
.attention-list-wrap .attention-clm .ttl-clm {
	padding: 12px 30px;
	background: #fff1f2;
	position: relative;
	cursor: pointer;
}

.attention-list-wrap .attention-clm .ttl-clm:after {
	position: absolute;
	content: '';
	display: block;
	top: 46%;
	right: 4%;
	width: 24px;
	height: 20px;
	background: url(/common/img/icn_arrow2.png) no-repeat;
	background-size: contain;
}
.attention-list-wrap .attention-clm .ttl-clm.open:after {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	transform:rotate(180deg);
}


.news-list-wrap .news-clm .ttl-clm .icn,
.attention-list-wrap .attention-clm .ttl-clm .icn {
	display: inline-block;
	margin-top: 1px;
	border-radius: 3px;
	padding: 4px;
	width: 5em;
	color: #ffffff;
	font-size: 91.7%;
	text-align: center;
	text-decoration: none;
}
.news-list-wrap .news-clm .ttl-clm .icn + .icn,
.attention-list-wrap .attention-clm .ttl-clm .icn + .icn {
	margin-left: 10px;
}
.news-list-wrap .news-clm .ttl-clm .icn.kisyu,
.attention-list-wrap .attention-clm .ttl-clm .icn.kisyu {
	background: #3ebafc;
}
.news-list-wrap .news-clm .ttl-clm .icn.myslot,
.attention-list-wrap .attention-clm .ttl-clm .icn.myslot {
	background: #007dd4;
}
.news-list-wrap .news-clm .ttl-clm .icn.mypachi,
.attention-list-wrap .attention-clm .ttl-clm .icn.mypachi {
	background: #ec880e;
}
.news-list-wrap .news-clm .ttl-clm .icn.appli,
.attention-list-wrap .attention-clm .ttl-clm .icn.appli {
	background: #ac69f7;
}
.news-list-wrap .news-clm .ttl-clm .date,
.attention-list-wrap .attention-clm .ttl-clm .date {
	display: inline-block;
	margin-top: 1px;
	margin-left: 20px;
	padding: 4px 30px 4px 0;
	width: 80px;
	color: #7d7d7d;
	text-decoration: none;
}
.news-list-wrap .news-clm .ttl-clm .ttl,
.attention-list-wrap .attention-clm .ttl-clm .ttl {
	display: inline-block;
	margin: 5px 0 0 10px;
	width: 470px;
	padding: 3px 0 3px 0;
	color: #313131;
	font-size: 116.7%;
	font-weight: bold;
	text-decoration: none;
}
.news-list-wrap .news-clm .ttl-clm .new,
.attention-list-wrap .attention-clm .ttl-clm .new {
	background: url(/common/img/icn_new_s.png) no-repeat right center;
	background-size: 22px 8px;
}
.ie8 .news-list-wrap .news-clm .ttl-clm .new,
.ie8 .attention-list-wrap .attention-clm .ttl-clm .new {
	background: url(/common/img/ie8/icn_new_s.png) no-repeat right center;
}
.news-list-wrap .news-clm .info-clm,
.attention-list-wrap .attention-clm .info-clm {
	padding: 17px 30px 40px;
}
.attention-list-wrap .attention-clm .info-clm {
	display: none;
}
.news-list-wrap .news-clm .info-clm .img,
.attention-list-wrap .attention-clm .info-clm .img {
	float: right;
	padding: 0 0 15px 20px;
}
.news-list-wrap .news-clm .info-clm p,
.news-list-wrap .news-clm .info-clm span,
.attention-list-wrap .attention-clm .info-clm p,
.attention-list-wrap .attention-clm .info-clm span  {
	word-wrap: break-word;
}


.attention-list-wrap .attention-clm .info-clm p + p {
	margin-top: 1em;
}

.attention-list-wrap .attention-clm .info-clm .info-clm-bold {
	font-weight: bold;
}

.attention-list-wrap .attention-clm .info-clm .info-clm-red {
	color:  #ff0000;
}

.attention-list-wrap .attention-clm .ttl-clm-wrap .info-clm-red {
	color:  #ff0000;
}

.attention-list-wrap .attention-clm .info-clm .info-clm-blue {
	color:  #0080cc;
}

.attention-list-wrap .attention-clm .info-clm .info-clm-orange {
	color:  #ec880e;
}

.attention-list-wrap .attention-clm .info-clm .info-clm-note {
	font-size: 10px;
}

.attention-list-wrap .info-clm-border-solid {
	border: solid 1px #333;
	padding: 10px;
}


.model-wrap {
}
.model-wrap .model-list-wrap {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.model-wrap .model-list-wrap .model-clm {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 28px;
}
.model-wrap .model-list-wrap .model-clm .ttl {
	padding-left: 6px;
	border-left: 6px solid #3ebafc;
	font-size: 116.7%;
	font-weight: bold;
	line-height: 1.1;
}
.model-wrap .model-list-wrap .model-clm .txt {
	margin-top: 5px;
	padding-left: 12px;
	color: #7d7d7d;
}
.model-wrap .model-list-wrap .model-clm .logo {
	position: absolute;
	top: 15px;
	right: 18px;
}
.model-wrap .model-list-wrap .model-clm .logo.sammy img {
	width: 60px;
	height: 17px;
}
.model-wrap .model-list-wrap .model-clm .logo.rodeo img {
	width: 36px;
	height: 17px;
}
.model-wrap .model-list-wrap .model-clm .logo.taiyo img {
	width: 70px;
	height: 17px;
}
.model-wrap .model-list-wrap .model-clm .logo.ginza img {
	width: 30px;
	height: 17px;
}
.model-wrap .model-list-wrap .model-clm .clm2-wrap {
	margin-top: 10px;
}

.model-wrap .model-list-wrap .model-clm .img-copy-area {
	float: left;
	width: 330px;
}
.model-wrap .model-list-wrap .model-clm .img-copy-area .img {
}
.model-wrap .model-list-wrap .model-clm .img-copy-area .img img {
	width: 322px;
	height: auto;
}
.model-wrap .model-list-wrap .model-clm .img-copy-area .copyright {
	margin-top: 3px;
	color: #7d7d7d;
	font-size: 75%;
}
.model-wrap .model-list-wrap .model-clm .function-list-wrap {
	float: left;
	margin-left: 15px;
	width: 320px;
}
.model-wrap .model-list-wrap .model-clm .function-list-wrap .func-list {
}
.model-wrap .model-list-wrap .model-clm .function-list-wrap .func-list li {
	float: left;
	width: 48px;
	margin-right: 4px;
	margin-bottom: 5px;
}
.model-wrap .model-list-wrap .model-clm .function-list-wrap .func-list li img {
	width: 48px;
	height: 48px;
}

.model-wrap .other-btn {
	margin-top: 18px;
	text-align: right;
}
.model-wrap .other-btn a {
	display: inline-block;
	border: 2px solid #009944;
	border-radius: 10px;
	padding: 10px 40px 8px 20px;
	background-color: #dbeec9;
	background-repeat: no-repeat;
	background-image: url(/common/img/icn_arrow.png);
	background-size: 20px 20px;
	background-position: 95% 50%;
	color: #313131;
	font-weight: bold;
	text-decoration: none;
}
.ie8 .model-wrap .other-btn a {
	background-image: url(/common/img/ie8/icn_arrow_r.png);
	background-position: 95% 50%;
}
.model-wrap .other-btn a:hover {
	background-color: #009944;
	color: #ffffff;
	background-image: url(/common/img/icn_arrow_w.png);
	background-size: 20px 20px;
}
.ie8 .model-wrap .other-btn a:hover {
	background-image: url(/common/img/ie8/icn_arrow_r_w.png);
}

@media screen and (max-width: 767px) {

	.mainvisual img {
		width: 100%;
		height: auto;
	}

	.clm-inner {
		border-left: none;
		border-right: none;
	}


	.news-wrap,
	.attention-wrap {
		margin-bottom: 40px;
	}
	.news-list-wrap {
	}
	.news-list-wrap .news-clm,
	.attention-list-wrap .attention-clm {
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #dadada;
	}
	/* .news-list-wrap .news-clm:nth-child(n+3) {
		display: block;
	} */
	.news-list-wrap .news-clm .ttl-clm,
	.attention-list-wrap .attention-clm .ttl-clm {
		cursor: pointer;
		position: relative;
		padding: 8px 15px 10px;
	}
	.news-list-wrap .news-clm .ttl-clm:after,
	.attention-list-wrap .attention-clm .ttl-clm:after {
		position: absolute;
		content: '';
		display: block;
		top: 50%;
		left: 90%;
		width: 15px;
		height: 10px;
		background: url(/common/img/icn_arrow2.png) no-repeat 97% 50%;
		background-size: 15px 10px;
	}
	.news-list-wrap .news-clm .ttl-clm.open:after,
	.attention-list-wrap .attention-clm .ttl-clm.open:after {
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	.news-list-wrap .news-clm .ttl-clm .icn,
	.attention-list-wrap .attention-clm .ttl-clm .icn {
		display: block;
		float: left;
		padding: 3px;
		width: 5em;
		font-size: 10px;
		text-align: center;
		text-decoration: none;
	}
	.news-list-wrap .news-clm .ttl-clm .date,
	.attention-list-wrap .attention-clm .ttl-clm .date {
		margin-left: 10px;
		padding: 3px 30px 3px 0;
		width: 110px;
	}
	.news-list-wrap .news-clm .ttl-clm .ttl,
	.attention-list-wrap .attention-clm .ttl-clm .ttl {
		margin-left: 0;
		width: 92%;
		font-size: 14px;
	}


	.news-list-wrap .news-clm .info-clm,
	.attention-list-wrap .attention-clm .info-clm {
		display: none;
		padding: 15px;
		font-size: 14px;
	}
	.news-list-wrap .news-clm .info-clm .img,
	.attention-list-wrap .attention-clm .info-clm .img {
		width: 50%;
		padding: 0 0 15px 10px;
	}
	.news-list-wrap .news-clm .info-clm .img img,
	.attention-list-wrap .attention-clm .info-clm .img img {
		width: 100%;
	}
	
	.news-list-wrap .news-clm .ttl-clm .new,
	.attention-list-wrap .attention-clm .ttl-clm .new {
		background: url(/common/img/icn_new_s.png) no-repeat right 73%;
		background-size: 22px 8px;
	}

	.attention-list-wrap .info-clm-border-solid {
		border: solid 1px #333;
		padding: 5%;
	}

	.model-wrap {
		margin-top: 5px;
	}

	.model-wrap .model-list-wrap {
		border-left: none;
		border-right: none;
	}
	.model-wrap .model-list-wrap .model-clm {
		padding: 10px 15px 15px;
	}
	.model-wrap .model-list-wrap .model-clm .ttl {
		padding-left: 6px;
		border-left: 6px solid #3ebafc;
		font-size: 14px;
		font-weight: bold;
	}
	.model-wrap .model-list-wrap .model-clm .txt {
		margin-top: 5px;
		padding-left: 12px;
		color: #7d7d7d;
		font-size: 12px;
	}
	.model-wrap .model-list-wrap .model-clm .logo {
		position: absolute;
		top: 10px;
		right: 15px;
	}
	.model-wrap .model-list-wrap .model-clm .logo img {
		width: 100%;
		height: auto;
	}
	.model-wrap .model-list-wrap .model-clm .clm2-wrap {
		margin-top: 10px;
	}

	.model-wrap .model-list-wrap .model-clm .img-copy-area {
		float: none;
		width: 100%;
	}
	.model-wrap .model-list-wrap .model-clm .img-copy-area .img img {
		width: 100%;
		height: auto;
	}
	.model-wrap .model-list-wrap .model-clm .img-copy-area .copyright {
		font-size: 10px;
	}
	.model-wrap .model-list-wrap .model-clm .function-list-wrap {
		float: none;
		margin-top: 5px;
		margin-left: 0;
		width: 100%;
	}
	.model-wrap .model-list-wrap .model-clm .function-list-wrap .func-list {
	}
	.model-wrap .model-list-wrap .model-clm .function-list-wrap .func-list li {
		width: 40px;
	}
	.model-wrap .model-list-wrap .model-clm .function-list-wrap .func-list li img {
		width: 40px;
		height: 40px;
	}

	.model-wrap .other-btn {
		margin-right: 0;
		font-size: 14px;
		text-align: center;
	}

}



/* ClearFix
***************************************************** */
.info-clm:after,
.ttl-clm-wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.info-clm,
.ttl-clm-wrap {
	display: block; /* for safari firefox3 */
	zoom: 1;  /* for IE 7*/
}

* html .info-clm,
* html .ttl-clm-wrap {
	display: inline-block; /* for IE6 */
}

/* IE7 hacks */
*:first-child+html .info-clm,
*:first-child+html .ttl-clm-wrap {
	display: inline-table;
}/* end hacks */
