@charset "UTF-8";

/*
-----------------------------------------------------------------------
base tags setting
-----------------------------------------------------------------------
*/

* {
	margin:0;
	padding:0;
	outline:none;
	line-height:normal;
	word-wrap: break-word;
}

*,
*:after,
*:before {

}

body {
	font-size:62.5%;
	text-align:left;	
	color:#333333;
	margin:0;
	-webkit-text-size-adjust: 100%;
}
body.pc_style {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
body.sp_style {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo",sans-serif;	-webkit-text-size-adjust:100%;
}
	
h1,h2,h3,h4,h5,h6,li,dt,dd,th,td,p,address/*,select,option*/ {
	font-size:1.2em;		
	line-height:1.4em;
}
	
h2, h3, h4, h5, h6 {
	font-weight:600;
}	

table {
	border-collapse:collapse;
	border-spacing:0;
}
th{
	font-weight:normal;
}
img {
	border:none;
	vertical-align:bottom;
//	max-width:100%;
}

iframe {
	border:none;
}

ul, ol {
	list-style:none;
}

br {
	letter-spacing:0;
}

map {
	display: none;
	visibility: hidden;
}

a {
	outline:none;
	color:#3366CC;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}
.a_none a:hover {
	text-decoration:none;
}

object, embed {
	vertical-align:middle;
}
