body{
	font-family:"Helvetica Neue", Helvetica, "LatoLight", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a{
	cursor: pointer;
	text-decoration: none;
	font-size: 13px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
a:hover{
	opacity: 0.8;
}
a:visited{
	color: #ff81bc;
	border-color: #ff81bc;
}

.attention,
.caption{
	color: #ff81bc;
  width: 90%;
  margin: auto;
}

.caption{
  font-weight: bold;
}

/***************************************
****************************************

SP

****************************************
***************************************/


header{
  height: 65px;
	background-color: #ff81bc;
}

	.logo{
    display: block;
    text-align: center;
	}
  .logo img{
    width: 162px;
    height: 41.5px;
    padding-top: 10px;
  }

  .menu-btn {
	position: absolute;
	right: 10px;
	top:10px;
	height: 40px;
	width: 30px;
	display: block;
	background: url(/sp/images/common/menu-btn.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
  text-indent: -9999px;
}

#menu{
  background: #fff;
}

#contents{
	background-color: #fff;
  width: 100%;
}

  #contents .keyvisual img{
    width: 100%;
  }

  #contents .bread{
    width: 90%;
    border-bottom: 4px solid #333;
    margin: 20px auto 20px auto;
    padding-bottom: 10px;
  }

  #contents .title{
    width: 90%;
    margin: 20px auto 20px auto;
  }

  #contents .head{
    width: 100%;
    margin: 20px auto 20px auto;
    height: 40px;
  	line-height: 38px;
  	text-align: center;
  	background: url(/sp/images/common/head_bg.png);
  	font-weight: bold;
  	color: #FFF;
  	font-size: 18px;
    border-bottom: 6px solid #ff81bc;
  }

  #contents .single_image{
    width: 90%;
    margin: auto;
  }

  #contents .single_image img{
    width: 100%;
  }

  #contents .full_image{
    width: 100%;
    margin: auto;
  }

  #contents .full_image img{
    width: 100%;
  }

  #contents .text_block{
    width: 90%;
    margin: 20px auto 20px auto;
  }

  #contents .text_block p{
    line-height: 1.5em;
  }

  #contents .txt{
    width: 90%;
    margin: 20px auto 20px auto;
    line-height: 1.5em;
  }

  #contents .dl_profile dd{
    line-height: 1.7em;
  }

  #contents .dl_profile dt{
    line-height: 1.7em;
    margin-left: 20px;
  }

  #contents .enter_txt .enterTitle{
    font-weight: bold;
    margin: 10px 0 20px 0;
  }

  #contents .enter_txt .enterTopic{
    border-bottom: 1px solid #ff81bc;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  #contents .enter_txt .txt{
    margin: 0 0 20px 20px;
  }

  #contents .enter_txt .enterCond{
    border: 1px solid #ff81bc;
    padding: 10px;
    margin-bottom: 20px;
  }

  #contents .enter_txt .enterCond li{
  	list-style: decimal inside;
    line-height: 1.5em;
  }

  /* original disc 01 */
  #contents .list_01 ul{
    width: 80%;
    margin: 0 auto 20px auto;
  }

  #contents .list_01 ul li {
  	position: relative;
    line-height: 1.7em;
  }

  #contents .list_01 ul li::after {
  	display: block;
  	content: '';
  	position: absolute;
  	top: .5em;
  	left: -1em;
  	width: 6px;
  	height: 6px;
  	background-color: #ff81bc;
  	border-radius: 100%;
  }

  .fileLink{
    width: 90%;
    margin: 20px auto 20px auto;
    font-weight: bold;
  }

  .fileLink a{
    border-bottom: 1px solid #ff81bc;
    font-size: 18px;
  }


footer{
	width: 100%;
	background-color: #fff;
	overflow: hidden;
  text-align: center;
}
footer .ft_wrapper{
  width: 100%;
	background-color: #ff81bc;
  padding-top: 15px;
}

	footer small{
		color: #fff;
		display: block;
		font-size: 14px;
		text-align: center;
		line-height: 20px;
		opacity: 0.9;
		margin: 15px auto 0 auto;
    padding-bottom: 10px;
		width: 90%;
	}

	.footer_menu{
		width: 80%;
		margin: 20px auto 20px auto;
		padding: 20px 0 20px 0;
		text-align: left;
		border-top: 1px dotted #fff;
		border-bottom: 1px dotted #fff;
	}

	footer .footer_menu li a,
	footer .footer_menu li{
		color: #fff;
		font-size: 14px;
		line-height: 2.4em;
	}

.pagetop{
  width: 100%;
}

.pagetop img{
  margin: auto;
  width: 41px;
  display: block;
}
	footer .rmark{
display: block;
    margin: 30px auto 10px;
    width: 330px;
    height: 72px;
	}
