@charset 'utf-8';

/**
 *
 *  Under
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
html,body
{
}

/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/
#Page
{
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content
{
}

#Main > .ttl_area {
	background: url(../images/privacy/ttl_bg_01.jpg) no-repeat top center
}

#Main h3{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 30px;
}

#Main .txt{
	font-size: 16px;
}

/* sec01
-----------------------------------------------------------------*/
.sec01{
	width: 980px;
	margin: 60px auto 0 auto;
}

.sec01 .list{
	margin-top: 15px;
}
.sec01 .list ul{

}
.sec01 .list ul li{
	padding: 15px 0;
	border-top: solid 1px #dcdcdc;
}
.sec01 .list ul li p{
	margin-top: 5px;
}
.sec01 .list ul li p a{
	text-decoration: underline;
}

.sec01 .rule{
	border: solid 1px #dcdcdc;
	margin-bottom: 30px;
}
.sec01 .rule .ttl{
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
	background: #fafafa;
	border-bottom: solid 1px #dcdcdc;
}

.sec01 table{
	border-bottom: solid 1px #dcdcdc;
	width: 100%;
}
.sec01 table tr{
	border-top: dotted 1px #dcdcdc;
	width: 100%;
}
.sec01 table tr:first-child{
	border-top: none;
}
.sec01 table.table_01 tr th{
	width: 50px;
}
.sec01 table.table_02 tr th{
	width: 125px;
}
.sec01 table tr th,
.sec01 table tr td{
	padding: 15px 0;
	text-align: left;
}
.sec01 table tr th{
	padding-left: 20px;
}
.sec01 table tr td{
	padding-right: 20px;
}
.sec01 table tr td a{
	text-decoration: underline;
}

.sec01 .pdf_link{
	text-decoration: underline;
	padding: 15px 20px;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer
{
}
