@charset "UTF-8";
/* Base setting */
* {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y: scroll;
}
* html {
	-webkit-filter: expression(document.execCommand("BackgroundImageCache", false, true));
	        filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a:hover img.nofilter,
a:hover img.imgover {
	opacity: 1;
	-webkit-filter: none;
	        filter: none;
}

button {
	cursor: pointer;
}
object {
	vertical-align: bottom;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
input {
	padding-top: 2px;
}
ul,
ol {
	list-style-type: none;
}
li img {
	vertical-align: bottom;
}
strong {
	font-weight: bold !important;
}
em {
	font-style: italic !important;
}
ins {
	text-decoration: underline !important;
}
del {
	text-decoration: line-through !important;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/*基本フォント*/

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .mincho{ padding-top:30px!important; line-height: 1!important; vertical-align:bottom!important; font-family:'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif !important; }
}

.mincho{
  font-family: prow3;
}


/*追加フォント*/
/* IE */
@font-face {
  font-family: prow3;
  src: url('../css/font/prow3.eot');
}
/* Firefox, Opera, Safari */
@font-face {
  font-family: prow3;
  src: url('../css/font/prow3.otf') format('opentype');
  url('../css/font/prow3.ttf') format('truetype');
  url('../css/font/prow3.woff') format('woff');
}

/*ie7*/
*:first-child+html body {
	font-size:75%;
}	
/*ie5-6*/
* html body {
	font-size:75%;
}

