@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  base.css
	infomation :  リセット、初期設定 (※変更なし)

 ---------------------------------------------- */


/*----------------------------------
	reset
----------------------------------*/

*　{
	margin:0px;
	padding:0px;
	}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

h1,h2,h3,h4,h5,h6,caption,th,textarea {
	font-size: 100%;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

caption,th {
	text-align: left;
	font-weight:normal;
	}

img,object,applet,embed {
	vertical-align: top;
	}

img,abbr,acronym,fieldset {
	border: 0;
	}

li {
	list-style: none;
	}

hr,legend {
	display: none;
	}

a {
	outline: none;
	}


/*----------------------------------
	basic elements
----------------------------------*/

html {
	margin: 0;
	padding: 0;
	height: 100%;
	}


body{
	color: #404040;
	font-size: 78%;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",arial,Sans-Serif;
	line-height: 1.7;
	text-align: center;
	}

/* for ie6 */
* html body {font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}



/*----------------------------------
	text
----------------------------------*/

.fLeft{float:left;}
.fRight{float:right;}
.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}


/*----------------------------------
 hidden TEXT
----------------------------------*/

.hidden {
	display: inline;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}





/*----------------------------------
 clearfix
----------------------------------*/

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

.clearfix { display: inline-table; }

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



.clear{
	clear:both;
	height:0px;
	overflow: hidden;
}


/* 画像ガード */
.s-cmn-protect {
	position: relative;
	display: inline-block;
	pointer-events: auto;
}

.s-cmn-protect::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
	position: absolute;

	top: 0;
	left: 0;
}

@media print {
	.s-cmn-protect {
		display: none;
	}

}
