﻿@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
a.zoom{
  cursor: zoom-in;
}

img.zoom{
  cursor: zoom-in;
}

html {
	overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
}
address {
	font-style: normal;
	font-weight: normal;
}

 h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h1{
	font-size:140%;
	font-weight: normal;
	color:#4d4948;
}
h2{
	font-size:120%;
	font-weight: normal;
	
	
}
h3{
	font-size:110%;
	font-weight: bold;
	}
h4{
	font-size:110%;
	font-weight: bold;
	
	}
img {
	border: 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}

.clear{
	clear:both;
}
th,td{
	font-weight: normal;
	font-size: 90%;
}
/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
	font-family: Lato,Verdana,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	*font-family: Lato,Verdana,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #100f0f;
	font-size: 13px;
	line-height: 150%;
	text-align: left;
	-webkit-text-size-adjust: none;
}



/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
color:#FF8B9E;
outline: none;
}

a:link {
border: none;
text-decoration: none;
color: #FF8B9E;
}

a:visited {
text-decoration: none;
color: #FF8B9E;
}
a:hover {
text-decoration: none;
color: #FF8B9E;
}
a:active {
text-decoration: none;
color: #FF8B9E;
}

a:hover img {
border: none;
filter:alpha(opacity=80);
opacity:0.80;
}

