@charset "UTF-8";
/*======================
 	共通
========================*/
*{
  margin: 0;
  padding: 0;
}
html{ font-size: 62.5%;} /*初期値16pxの62.5%でルートが10px*/ 
body {
  font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align:left;
  line-height: 1.8em;
  font-size: 1.6rem;
  height: 100%;
  background-color: #000;
}
/*===main===*/ 
main{
  position:static;
  z-index: 1;
}
/*===ブランクマーク===*/ 
.el_blank-txt{
  background: url("../img/comm_blank_mini.png") no-repeat;
  padding-left: 1.5em;
  padding-right: 0.5em;
  background-position: left center;
}
/*===写真画像===*/ 
figure{
  margin:0;
  padding:0;
}
img{
  max-width:100%;
  height:auto;
}
p{
   margin:0 0 5px 0;
}
ul,li{
  margin:0;
  padding:0;
}
ul{
  margin:0 0 0 10px;
}
a:link , a:visited{
  text-decoration: none;
  color:#3366cc;
}
a:hover{
  color:#6699ff;
  text-decoration: underline;
}
.el_font-bold{
  font-weight:bold;
}
.el_font-white{
  color:#fff;
}
.el_font-red{
  color:#cc3333;
}
.el_font-blue{
  color:#000066;
}
.el_font-yellow{
  color:#ffff99;
}
.el_font-gray{
  color:#333;
}
.el_font-mini{
  font-size: 0.85em;
  line-height:1.5;
}
.el_font-mid{
  font-size: 1.15em;
}
.ly_center{
  text-align: center;
}
/*====改行禁止====*/ 
.el_txt-nowrap{
  white-space: nowrap;
}
/*====強制改行====*/
.css_br::before {
  content: "\A" ;
  white-space: pre ;
}
/*========================
*
* 	レイアウト
*
*========================*/
.ly_wrapper {
  margin:0 auto 0;
  padding: 0;
  display: block;
  clear: both;
  line-height: 1.5;
  width: 100%;
}
/*========================
*
* 	#pageup ページアップ
*
*========================*/
#pageup {
  position: fixed;
  bottom: 0px;
  right: 40px;
  height:auto;
  z-index: 98;
}

#pageup a:link span , #pageup a:visited span {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pageup a:hover span{
  border-left: 4px solid #ccc;
  border-top: 4px solid #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*========================
* 	footer フッター
*========================*/
footer{
  background-color: #edeef0;
  border-top: 1px solid #ddd;
  text-align: center;
  clear: both;
  padding: 30px;
}
#ly_footer {
  clear: both;
  margin: 0 auto 0 auto;
  max-width:1280px;
  border-top: 1px solid #ddd;
}
footer copy{
  font-size: 0.75em;
  clear: both;
  display: block;
}
/* スペース */
#clear01{
  margin:0px;
  padding: 0px;
  width:100%;
  clear:both;
}
.ly_close{
	background-color: #333;
	padding: 20px 10px;
	text-align: center;
}
.ly_close button{
	border: 1px solid #999;
	color:#ccc;
	padding: 10px 15px;
	background-color: #333;
	cursor: pointer;
}
.ly_close button .closetxt::before{
	content: "☓";
	padding-right: 5px;
}

/*========767以下========*/
@media screen and (max-width: 767px) {
body {
  line-height:1.8em;
  font-size: 1.4rem;
}
/*========================
*
* 	レイアウト SP用
*
*========================*/
.ly_wrapper{
  padding: 0 0;
}
/*========================
* #pageup ページアップ SP用
*========================*/
#pageup {
  position:static;
  left:0;
  right:0;
  height:auto;
  background-color:#eee;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 10px;
  display: block;
  text-align: center;
  margin-top: 0px;
}
}