﻿@charset "utf-8";

/*----------------------------------------------------
creation date 2012.6
http://www.sevenbank.co.jp/soukin/
Copyright (C) Seven Bank,Ltd. All Rights Reserved.
----------------------------------------------------*/

/*------------------------------------
   manual
====================================*/
.mvBlc {
	background-color: #f2f2f2;
}

.mvBlc p {
	padding: 30px 72px 30px 25px;
	font-size: 138.5%;
	font-weight: bold;
	margin-right: 25px;
	background-image:url(../../../shared/image/img_manual_01.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.mvBlc p.movie {
	background-image:url(../../../shared/image/img_movie_01.png);
}

h2 {
	border-top: none;
	border-bottom: #3e3e3e 3px solid;
	padding-bottom: 4px;
}
.manualList {
	margin-bottom: 23px;
}
.manualList a {
	font-size: 116%;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	padding: 10px 0 10px 20px;
	display: block;
	background: url(../../../shared/image/icon_manual_01.png) no-repeat left center;
}

.manualList li {
	border-bottom: #c8c8c8 1px solid;
}
.manualList a:hover {
	text-decoration: underline;
}
.manualList .small {
	font-size: 85%;
	font-weight: normal;
}
.txt {
	float: left;
}
.pdfLink {
	background: #f7f7f7;
	padding: 16px 22px;
}
.pdfLink p {
	margin-bottom: 5px;
}
.pdfImg img {
	float: right;
}

@media (max-width: 519px) {
.pdfImg img {
	float: none;
}
}


.manualList .youtube {
	display: block;
	background: url(../../../shared/image/icon_movie_01.png) no-repeat left center;
	padding-left: 50px;
}

.manualList .youtube:after {
	content: url(../../../shared/image/icon_new_win_02.png);
	padding-left: 10px;
}


