@charset "utf-8";

#privacy #article p{
	padding:0;
	
	}
	#privacy #article .indent {
     text-indent: 0; 
     padding-left: 0; 
}
.title_head{
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
	letter-spacing: 0.08em;
	margin-bottom: 30px;
}

.box{
	font-size: 13px;
}
.box dt{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	background: #eee;
	padding: 5px 4% 3px;
	margin-top: 4%;
	margin-bottom: 4%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.box dd{
	padding: 0 0;
}
.box dd ul{
	margin-bottom: 10px;
}

.box dd ul{
	text-indent:-3em;
	padding-left:3em;
}
.box dd ul.em2{
	text-indent:-2em;
	padding-left:2em;
}

.box dd li{

}

h3.headline{
	    color: #333333;
    font-size: 18px;
    letter-spacing: 2px;
	font-weight:normal;
	text-align:center;

	margin-bottom:5%;
}
h4.headline{
	font-weight:bold;
	font-size: 14px;
	text-align:left;
	color:#000;
	margin-bottom:10px;
}
.base_blc section{
	margin-bottom:10%;
}
.base_blc section.line{
	border-bottom:1px solid #999;
	padding-bottom:10%;
	margin-bottom:10%;
}
.base_blc section p{
	font-size: 13px;
}
.base_blc section p.text{
	margin-bottom:10px;
}
.base_blc section p.mb{
	margin-bottom:6%;
}
.base_blc section p.name{
	text-align:right;
	margin-top:20px;
}
.base_blc section p.toptext{
	font-size:13px;
}
.base_blc p.indent{
	text-indent:1em;
}
p.pdf{
	margin:5px 0 0;
}
p.pdf a{
 border: 1px solid #ccc;
    display: inline-block;
	color:#333;
    text-decoration: none;
    padding: 11px 20px 9px 45px;
    line-height: 1;
	font-size:15px;
    background: url(./img/icon_pdf.png) no-repeat 10px center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
p.pdf a:hover{
    background:#f4f4f4 url(./img/icon_pdf.png) no-repeat 10px center;
}