@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
  Init Default HTML
------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

html {
	overflow-y:scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,embed {
	vertical-align: top;
}

hr,legend {display: none;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img {
	vertical-align: top;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

blockquote {
	margin:1em;
}

fieldset {
	margin-bottom:1em;
}

hr {
	background-color:#fff;
	/*border-bottom:1px solid #ccc;*/
	border-top:1px dashed #ccc;
	color:#FFFFFF;
	height:4px;
}



/*--- default ---*/

html {
	background:#ffffff;
}

body {
	background-color:#ffffff;
	color:#5f5f5f;
	font-family:"ＭＳ Ｐゴシック","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,arial,clean,Verdana,Helvetica,sans-serif;
	font-size: 13px;
}

* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

table {
　font-size: inherit;
　font: 100%;
}

select,
input,
textarea {
　font-size: 99%;
}

a {
	color:#005c40;
	text-decoration:underline;
}
a:hover, a:active {
	color:#559a85;
	text-decoration:none;
}

a:visited {
	

}

strong {
	font-weight:bold;
}


/*====================================================
	汎用class
----------------------------------------------------*/

.s {
	font-size:85%;
	line-height:1.2em;
}

.m {
	font-size:93%;
	line-height:1.2em;
}

.l {
	font-size:116%;
	line-height:1.2em;
}

.stx {
	font-size:85%;
	line-height:1.6em;
}

.mtx {
	font-size:93%;
	line-height:1.6em;
}

.ltx {
	font-size:116%;
	line-height:1.6em;
}

.imgR {
	float: right;
	margin: 0 7px 7px 15px;
}

.imgL {
	float: left;
	margin: 0 15px 7px 7px;
}

ul.numberList {
    margin: 5px 0 20px 30px;
    padding: 0;
}
ul.numberList li {
	list-style-type:decimal;
	margin-bottom:4px;
}
	
ul.discList {
    margin:5px 0 20px 30px;
    padding: 0;
}
ul.discList li {
	list-style-type:disc;
	margin-bottom:4px;
}

/*----------------------------------------------------------------------

	__clearFix

----------------------------------------------------------------------*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix{ height: 1%; }
.clearfix{ display: block; }
/* */
