@charset "UTF-8";


body {
	font-family: "Meiryo", "Meiryo UI","qMmpS Pro W3","Hiragino Kaku Gothic Pro","lr oSVbN","Osaka",
	sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #000000;
	min-height: 100%;
}

div.wrapper{
	padding: 20px;
}

h1{
	border-top: 1px #0059cc dotted;
    border-bottom: 1px #0059cc dotted;
    font-size: 24px;
    color: #0059cc;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 5px;
}

h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

div.equalHeight{
	padding: 0 20px;
}

div.col{
	margin-top: 20px;
}

ul.anchorLink02 {
	margin-bottom: 20px;
}

ul.anchorLink02 li {
    background: url('../img/faq_qicon01.png') no-repeat 0px 4px;
    padding: 0px 0px 0px 20px;
}
ul.anchorLink02 li a {
    line-height: 200%;
    color: #333333;
}
a:hover {
    text-decoration: underline;
}

p.pageTopLink01 {
    background: url('../img/faq_qarr01.png') no-repeat 0px 4px;
    float: right;
    padding: 0px 0px 0px 20px;
}
p.pageTopLink01 a {
    line-height: 200%;
    color: #666666;
}

.qaTxt01 dt,
.qaTxt02 dt {
    margin-top: 40px;
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-size: 123.1%;
    font-weight: bold;
    color: #005aaa;
}
.qaTxt01 dd,
.qaTxt02 dd {
    text-indent: -24px;
    line-height: 125%;
    margin-top: 10px;
    padding-left: 28px;
}
.qaTxt02 dd {
    text-indent: 0px;
}

.qaTxt01 dt span, .qaTxt01 dd span {
    margin-right: 5px;
}

.caution{
    display: inline-block;
    margin-left: 2em;
}
hr {
    clear: both;
}


@media screen and (max-width:640px){
    div.equalHeight {
        padding: 0px;
    }
}