@charset "utf-8";

* {zoom:1;}

/* body
----------------------------------------------- */
body {
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	background:#FFF;
	zoom:1;
}
p {
	line-height:1.4;
}

/* anchor
----------------------------------------------- */
a:link {
	color:#C1272D;
}
a:visited {
	color:#C1272D;
}
a img {display:block;}
#toTop {
}
#toTop {
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	float:right;
}
#toTop a {
	display:block;
}
#top {visibility:hidden;}


/* Image
----------------------------------------------- */
img {
	border: none;
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
img[src$=".svg"] {
	width: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}


/* clear
----------------------------------------------- */
.clear {
	clear:both;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
.display-none {
	display: none;
}

/* ul,dl
----------------------------------------------- */
li,dt,dd {
	margin:0;
	padding:0;
}

/* form
----------------------------------------------- */
input[type="text"], textarea{
	border:1px solid #ccc;
	padding: 5px;
	color: #666;
	min-width:95%;
	max-width:100%;
	
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
	}
	
input[type="submit"],
input[type="button"] {
	border:1px solid #ccc;
	padding: 4px 10px;
	color: #666;
	cursor: pointer;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#ccc)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#ccc
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffcccccc);
	zoom: 1;
	}
select {
	padding:5px 0;
}
