@charset "UTF-8";

/*======================================
	1-1.Universal selector
=======================================*/

* {
	margin: 0; 
	padding: 0;
	line-height: 1.6;
	color: #333;
	font-weight: normal;
	font-style: normal;
}

/*======================================
	1-2.Structure Module
=======================================*/

body {
	background: #fff;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

/*======================================
	1-3.Text Module
=======================================*/

p,
address {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 100%;
}

h1,
h2,
h3 {
	line-height: 1.2;
}

h1 {
	font-size: 177%;
}

h2 {
	color: #cd4730;
	font-size: 154%;
}

h3 {
	color: #222;
	font-size: 124%;
}

h4 {
	color: #222;
	font-size: 100%;
}

/*======================================
	1-4. Hypertext Module
=======================================*/

a {
	outline: none;
}

a:link {
	color: #6A6A6A;

}



a:hover {
	color: #20E337;
	text-decoration: none;
}

/*======================================
	1-5. List Module
=======================================*/

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

ol {
	list-style-type: none;
}

dt {
	color: #222;
	
}



/*======================================
	1-6. Forms Module
=======================================*/

form {
	margin: 0;
}

fieldset {
	padding: 0 10px 0.3em 10px;
	border: 1px solid #CDCDCD;
}

legend {
	margin-left: 1em;
	padding: 5px 10px;
	font-size: 108%;
	color:#797979;
	font-weight:bolder;
}

label {
	font-size: 108%;
	margin-left: 2px;
	margin-right: 16px;
}
	
/*======================================
	1-10. Image Module
=======================================*/

img {
	border: none;
	vertical-align: top;
}
	
p img {
	border: none;
	vertical-align: top;
}


