.mod-heading{
	margin-bottom:50px;
}
.mod-heading h2 {
	font-size: 1.38462em;
	font-weight: bold;
	float: left;
	margin: 0;
}
.mod-heading2{
	margin-bottom:20px;
}
.mod-heading2 h2 {
	font-size: 1.38462em;
	font-weight: bold;
	margin: 0;
}
.mod-heading3{
	margin-bottom:30px;
	border-bottom:1px solid #ccc;
}
.mod-heading3 h2 {
	font-size: 1.38462em;
	font-weight: bold;
	margin: 0;
}
.mod-contentHeader3{
	margin:40px 0 20px;
	padding:0;
	border-bottom:1px dotted #ccc;
}
.mod-contentHeader3 h2 {
	font-size: 1.38462em;
	font-weight: bold;
	margin: 0;
}
.faqtop {
	font-size:1.2em!important;
	padding:0 0 5px 5px;
}
h3.faq {
	font-size:1.2em;
}
h4 {
	background:url(/vaio/share/images/dotline_side.gif) repeat-x left bottom;
	margin-bottom:15px;
	padding-bottom:3px;
}
h5 {
	border-left:5px solid #ADCDD8;
	margin-bottom:10px;
	padding-left:10px;
}
h6 {
	margin-bottom:5px;
}
.section {
	overflow:hidden;
	margin:20px 0;
	padding:0 10px;
}
.section p{
	margin:0;
}
.section ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.2em;
	line-height:1.8em;
}

.mod-heading{
	margin-bottom:50px;
}
.mod-heading h2 {
	font-size: 1.38462em;
	font-weight: bold;
	float: left;
	margin: 0;
}

.btnwrap{
	float:right;
	margin:20px 15px;
}
.btnwrap2{
	float:left; 
	margin:20px 5px;
}
/* ---------------------------------------
	2. Page setting
--------------------------------------- */
/* index.html  */
ul.list {
	margin-left: 1.3em;
}
ul.list li {
	list-style: outside disc;
}

h4 span.txt_l {
	font-size: 174%;
}

ul.list li span {
	display: block;
	padding: 5px 0 0 0;
}

/* faq_online.html  */
ul.listQA li {
	margin-left:1.9em;
	text-indent:-1.9em;
}

div.qaArea {
	border-top: 1px solid #E5E5E5;
	padding: 40px 10px 0;
	font-size:1.2em;
}

p.que {

}

.btnmargin{
	margin:20px 0 0;
}

th.qHeader,
th.aHeader {
	background: #666666;
	color: #ffffff;
	padding: 10px 5px;
	vertical-align: top;
}

th.aHeader {
	border-top: 1px solid #ffffff;
	
}

td.qBody,
td.aBody {
	padding-left: 20px;
}
td.aBody {
	padding: 10px 10px 10px 20px;
	width: 100%;
}
td.qBody {
	padding: 10px;
	background: #E7E7E7;
	font-weight: bold;
}

/* table.data setting */
table.data {
	width:100%;
	border-collapse:collapse;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
}
table.data th,
table.data td {
	padding:3px 8px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	text-align:center;
	font-weight: normal;
}
table.data th.icon {
	padding-top: 7px;
	padding-bottom: 7px;
}

table.data thead th,
table.data tbody th {
	background:#E5E5E5;
	white-space: nowrap;
}
table.data tbody td {
	background:#F6F6F6;
}
table.data tbody td.nowrap {
	white-space: nowrap;
}

table.data tbody tr.que th,
table.data tbody tr.ans th {
	font-weight: bold;
	width: auto;
}
table.data tbody tr.que td {
	text-align: left;
}
table.data tbody tr.ans td {
	background: #ffffff;
	text-align: left;
}

table.data tbody tr.blank td {
	background: none;
	border: none;
	padding: 0;
	height: 10px;
}
table.data tbody tr.que th,
table.data tbody tr.ans th {
	font-weight: bold;
	width: auto;
}
table.data tbody tr.que td {
	text-align: left;
}
table.data tbody tr.ans td {
	background: #ffffff;
	text-align: left;
}
.txt_m{
	margin:0;
}
@media (max-width:640px) {
	.section {
		overflow:hidden;
		margin:20px 0;
		padding:0;
	}

	div.qaArea {
		font-size:80%;
		margin:0;
		padding:0;
	}
	td.aBody {
		padding: 5px;
		width: auto;
	}
	
	table.data th,
	table.data td {
		padding:0;
		border-right:2px solid #fff;
		border-bottom:2px solid #fff;
		text-align:center;
		font-weight: normal;
	}
	table.data th.icon {
		width:auto;
		height:auto;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	table.data th.icon img{
		display:block;
		max-width:100%;
		width:auto;
		height:auto;
		margin:0 auto;
	}

	td.qBody p{
		width:auto;
		height:auto;
		margin:0 auto;
	}

	img.faqimg{
		display:block;
		max-width:100%;
		width:auto!important;
		height:auto;
		margin:0 auto;
	}

	.txt_m{
		float:left;
		width:auto;
		margin:0 auto;
	}
}

/* ---------------------------------------
	3. Common module setting
--------------------------------------- */
.mod-link{
	color: #26697f!important;
}
/* image center */
.imageCenter {
	margin-top:30px;
	text-align:center;
}

/* margin */
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr90 { margin-right: 90px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }

.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
