@charset "utf-8";

/*
=Index========
1.DefaultReset
2.Layout
==============
*/
/*==============================================================
	1.DefaultReset
=================================e=============================*/
/* clearfix
-------------------------------------*/

.clearfix:after{
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}

.clearfix{
   display:inline-block;
   min-height:1%;  /* for IE 7 and MacIE5.5*/
}
.clearfix{display: block;}

/* Hides from IE-mac \*/
*html .clearfix{height: 1%;}

/* reset
-------------------------------------*/
body {
	margin: 0;
	padding: 0;
}
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ul li, ol li {
	list-style: none;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption {
	text-align: left;
}
table,pre,code,select,input,textarea,kbd,var,ins,del,samp {
	font-size: 100%;
}
address,cite,dfn,em,strong,var,th,ins,del,samp {
	font-weight: normal;
	font-style: normal;
}
a img {
	border: 0;
}
fieldset {
	border: none;
}

/*==============================================================
	2. Layout
==============================================================*/
#header{
width:950px;
margin:0 auto 10px;
background:#fff;
}

#header dl.errorText{
padding:10px;
margin:10px auto 0;
text-align:center;
border:2px solid #ff0000;
}

#header dl.errorText dt{
margin-bottom:5px;
color:#ff0000;
font-weight:bold;
}

#header dl.errorText dd{
font-size:85%;
}


#contents{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.8;
	color:#4c4c4c;
	word-wrap: break-word;
	word-break:break-all;
}

p.lead {
margin:0 0 20px;
}

p span.important{
font-weight:bold;
}


/* footer.css 1.0.0 */
#footer{
width:950px;
margin:0 auto;
text-align: center;
}
#footer address {
width:950px;
padding: 10px 0 20px;
margin:0 auto;
border-top: 1px solid #ccc;
font-size: small;
line-height: 1.4;
}


.yjChviewWrap {
  text-align: center;
margin-bottom:10px;
}
.yjChview{
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #e7e7e7;
  background: #f9f9f9;
  text-align: center;
}
.yjChview dl, .yjChview dd, .yjChview p { margin: 0; }
.yjChview dl dt, .yjChview dl dd {
  display: inline;
  font-size: 14px;
  line-height: 1.2em;
}
.yjChview dl dt{
  padding-right: 0.2em;
}
.yjChview dl dd span {
  font-weight: bold;
}
.yjChview dl dd:after {
  content: "\ff5c";
}
.yjChview dl dd.end:after {
  content: "";
}

#uft{
width:950px;
padding:15px 0;
margin:0 auto;
border-top:1px solid #ccc;
text-align:center;
}
