@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;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
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{
	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;
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;
border-bottom:1px solid #ccc;
text-align:center;
}

/* headerCloseInfoWrapper */

.headerCloseInfoWrapper {
padding: 0 0 20px;
margin: 10px;
border: 2px solid #FC6600;
background-color: #fff;
border-radius:6px;
}

.headerCloseInfoWrapper .headerCloseInfoTitle {
margin:0;
text-align:center;
background-color: #FC6600;
}

.headerCloseInfoWrapper .headerCloseInfoTitle span {
		display:inline-block;
padding:6px 5px 7px 30px;
color:#fff;
font-size:1.25em;
font-weight:bold;
background-image: url(https://s.yimg.jp/images/geo/contents/v1/images/common_icon_headerCloseInfo.png);
background-size: 26px 22px ;
background-position: 0 47% ;
background-repeat:no-repeat;
}

.headerCloseInfoWrapper .headerCloseInfoLeadText {

	padding-left:5px 5px 3px;
	margin:10px 10px 0;
	text-align:center;
	font-weight:bold;
	color: #ff0000;
}

.headerCloseInfoWrapper .headerCloseInfoText {
margin:5px 30px 0;
}
