/* ****************************************************

	Style for MAYSLOT PAGE
	/japanese/myslot/css/about.css

***************************************************** */


/* main title
***************************************************** */

.mainvisual {
	background-color: #b9e8ff;
	background-image: url(/japanese/myslot/common/img/bg_myslot_main.png);
	background-repeat: no-repeat;
	text-align: center;
}

.clm-inner {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 15px 30px 30px;
}

.about-wrap {
}
.about-wrap .img {
	margin-top: 10px;
}
.about-wrap .img01 {
	width: 300px;
	height: auto;
}


.function-wrap {
	margin-top: 30px;
}
.function-wrap .function-line {
	display: table;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.function-wrap .function-line .function-clm {
	display: table-cell;
	border-left: 1px solid #e6e6e6;
	padding: 20px 20px 15px;
}
.function-wrap .function-line .function-clm .function-clm-inner {
	width: 205px;
}
.function-wrap .function-line .function-clm .ttl {
	margin-bottom: 15px;
	border-bottom: 2px solid #00a243;
	color: #00a243;
	font-size: 117%;
	font-weight: bold;
	line-height: 31px;
}
.function-wrap .function-line .function-clm .tag {
	margin-top: 10px;
	text-align: right;
}
.function-wrap .function-line .function-clm .mytag {
	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;
}
.function-wrap .function-line .function-clm .mytag.myslot {
	background: #007dd4;
}
.function-wrap .function-line .function-clm .mytag.mypachi {
	background: #ec880e;
}
.function-wrap .function-line .function-clm .tag.mytag + .mytag {
	margin-left: 10px;
}

.function-wrap .function-line .function-clm .ttl-fonts {
	font-size: 116.7%;
	line-height: 30px;
}

.function-wrap .function-line .function-clm .icn {
	float: left;
	margin: 0 15px 6px 0;
}
.function-wrap .function-line .function-clm .icn img {
	width: 48px;
	height: 48px;
}
.function-wrap .function-line .function-clm .txt {
}
.function-wrap .notes {
	margin: 20px 0 0 30px;
}
.function-wrap .notes li {
	color: #7d7d7d;
	font-size: 91.7%;
}

.how-wrap {
	margin-top: 30px;
}
.how-wrap .clm-inner {
	padding: 15px 14px 20px;
	text-align: center;
}

.col2 {
	margin-top: 20px;
}
.col2 .col2-l {
	position: relative;
	float: left;
	width: 335px;
}
.col2 .col2-r {
	position: relative;
	float: right;
	width: 335px;
}
.col2 .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;
	position: absolute;
	top: auto;
	left: auto;
}
.col2 .icn.myslot {
	background: #007dd4;
}
.col2 .icn.mypachi {
	background: #ec880e;
}


@media screen and (max-width: 767px) {

	.mainvisual img {
		width: 100%;
		height: auto;
	}

	.clm-inner {
		border: none;
		padding: 15px 15px 20px;
	}

	.about-wrap {
		font-size: 14px;
	}
	.about-wrap .img {
		margin-top: 0;
		text-align: center;
	}
	.about-wrap .img01 {
		margin-top: 10px;
		width: 60%;
		height: auto;
	}
	.about-wrap .img02 {
		margin-top: 10px;
		margin-left: 0;
		width: 90%;
		height: auto;
	}


	.function-wrap {
		margin-top: 20px;
	}
	.function-wrap .function-line {
		display: block;
		border: none;
		margin: 15px 15px 0;
	}
	.function-wrap .function-line .function-clm {
		display: block;
		border-left: none;
		padding: 0 0 30px;
	}
	.function-wrap .function-line .function-clm .function-clm-inner {
		width: 100%;
	}
	.function-wrap .function-line .function-clm .ttl {
		margin-bottom: 10px;
		border-bottom: 2px solid #00a243;
		padding-bottom: 7px;
		color: #00a243;
		font-size: 15px;
		font-weight: bold;
	}
	.function-wrap .function-line .function-clm .icn {
		float: left;
		margin: 5px 10px 10px 0;
	}
	.function-wrap .function-line .function-clm .icn img {
		width: 40px;
		height: 40px;
	}
	.function-wrap .function-line .function-clm .txt {
		font-size: 14px;
	}
	.function-wrap .notes {
		margin: 0 15px;
	}
	.function-wrap .notes li {
		color: #7d7d7d;
		font-size: 91.7%;
	}

	.how-wrap {
		margin-top: 30px;
	}
	.how-wrap .clm-inner {
		padding: 15px 15px 0;
	}
	.how-wrap .clm-inner img {
		width: 100%;
		height: auto;
	}

	.col2 {
		margin-top: 20px;
	}
	.col2 .col2-l {
		float: none;
		width: auto;
	}
	.col2 .col2-r {
		float: none;
		width: auto;
		margin-top: 20px;
	}

}
