@charset "shift-JIS";

* { margin: 0; padding: 0; font-size: 100%; font-style: normal;}

body {
	background:#FFF;
	color:#00000;
	font-family: " メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana,sans-serif","ＭＳ Ｐゴシック","MS P Gothic","Helvetica","Arial","Geneva";
  font-size: 0.76em;
	letter-spacing: 0em;
  line-height: 1.5;
  width: 100%;
}

html > body {
}
* html body {
	font-size: 75%;
}
:first-child + html body {
	font-size: 75%;
}


table {
	font-size:inherit;
	font:100%;
}

h1, h2, h3, h4, h5, h6 { 
	margin:0;
	padding:0;
}

ul, ol {
	list-style-type:none;
	margin:0;
	padding:0;
}

a         { color: #0067DA; text-decoration: underline; cursor: pointer;}
a:visited { color: #0067DA;}
a:hover   { color: #348FF6; text-decoration: none;}
a:focus,
a:active  { color: #0067DA;}
a.hidden  { text-decoration:none; cursor:text;}



hr { display: none; clear:both;}
img { border: none; color: #fff; background: transparent; vertical-align: bottom;}
.alt {display: none;}
.red {color:#FF0000;}


/* clearfix
--------------------------------------*/
.clearfix:after {
 content: "";
	display: block;
	height: 0;
	line-height:0;
	visibility: hidden;
	clear: both; 
}
.clearfix {display: inline-block;} 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* contents
----------------------------------------------------------*/
#contents {
	margin: 0 auto;
	padding:15px;
	width: 650px;
}

#contents:after {
 content: "";
	display: block;
	height: 0;
	line-height:0;
	visibility: hidden;
	clear: both; }
#contents {display: inline-block;} 
#contents {height: 1%;}
#contents {display: block;}



/* privacy
----------------------------------------------------------*/
h1 {
	border-bottom:1px solid #666;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:10px;
}
.sectionLv02 {
    margin-bottom: 24px;
}
p {
    margin: 0 0 10px;
}
ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none outside none;
}
.privacyList01 li {
    margin: 0.3em 0;
    padding-left: 1.7em;
    text-indent: -1.7em;
}
.privacyList02 {
    margin: 0 0 0 1.7em;
}
.privacyList02 li {
    list-style: disc outside none;
    padding-left: 0;
    text-indent: 0;
}
.sectionHeading03 {
    background: #D9D9D9;
}
.sectionHeading03 h2 {
    color: #333333;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
		padding:3px 8px 1px;
}
.sectionLv03Boder {
    border-color: #D9D9D9;
    border-right: 2px solid #D9D9D9;
    border-style: none solid solid;
    border-width: medium 2px 2px;
    padding: 14px;
}
.mb0 {
    margin-bottom: 0 !important;
}




/* universal
--------------------------------------*/
.aL { text-align: left;}
.aC { text-align: center;}
.aR { text-align: right;}
.fR { float: right;}
.fL { float: left;}
.clr { float: none; clear: both;}
.pb05 { padding-bottom:5px;}
.pb10 { padding-bottom:10px;}
.pb15 { padding-bottom:15px;}
.pb20 { padding-bottom:20px;}
.pb30 { padding-bottom:30px;}