@charset "UTF-8";
/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, li,
brockquote, pre, address, header,sectio,article,
form, fieldset, legend, object,figure,figcaption {
  margin: 0;
  padding: 0;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	/*background-image: url(../pc_images/bg_main.gif);*/
	color: #333;
}
img{
	vertical-align:top;
	border: none;
}

a{
    color: #19B5AF;
    text-decoration: none;
}

a:hover {
    color: #53c8c3;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
}

ul{
	list-style-type: none;
}

em{
	font-style: normal;
}
p{
	font-size: 12px;
	line-height: 1.4;
	margin-bottom:15px;
}

hr{
	display:block;



	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;

}
caption{
	text-align:left;
}
iframe{
	overflow:hidden;
}

input{
    outline:none;/*IE*/
}

th {
	font-weight: normal;
}

/* mac chrome でデフォルトで outline が入る為 */
:focus {
	outline: none;
}
