@charset "UTF-8";

/*======================================

	Universal selector

=======================================*/

* {
	margin:0;
	padding:0;

}

/*======================================

	Structure Module

=======================================*/

html {
	overflow-y: scroll;
    box-sizing: border-box;
}

body {
	font-size:14px;
	line-height:20px;
	color: #3c3c3c;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	zoom: 1;
	-webkit-text-size-adjust: 100%;
}

/*======================================

	Text Module

=======================================*/

p,
pre,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding:0;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}


/*======================================

	Hypertext Module

=======================================*/

a{
	text-decoration: underline;
}

a:link {
	color: #3c3c3c;
	text-decoration:none;
}

a:visited {
	color: #3c3c3c;
	text-decoration:none;
}

a:hover,a:hover p {
	text-decoration:underline;
}

/*a:hover img{
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}*/

/*======================================

	List Module

=======================================*/

ul,
ol {
	margin: 0;
	padding:0;
	list-style:none;
}

li,
dt,
dd {
	font-size:14px;
	line-height:22px;
	margin:0;
	padding:0;
	list-style:none;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}


/*======================================

	Forms Module

=======================================*/

form {
	margin:0;
	padding:0; 
}

textarea {
	padding:4px;
}

select{
	margin-bottom:0;
	}

/*======================================

	Tables Module

=======================================*/

table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}

th,
td {
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
}


/*======================================

	Image Module

=======================================*/

img {
	font-size: 1%;
	border-style: none;
	vertical-align: top;
}


li img{
	vertical-align:top;
}

/*======================================

	Object Module

=======================================*/

object,
embed {
}

/*======================================

	Others Module

=======================================*/

hr {
	display:none;
}
