﻿@charset "utf-8";

* {
    -webkit-appearance: none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote {
	margin: 0;
	padding: 0;
	/*font-size: 16px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',san-serif;*/
	
}

/*p{

	line-height:150%;
}*/

fieldset,
img {
	border: 0;
}

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


address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
	text-align:center;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ol,ul {
	list-style: none;
}

/*a{
	text-decoration:underline;
	font-size:12px;
	color:#663300;
	font-weight:bold;
}*/

a:hover{
	text-decoration:none;
}




img {
	vertical-align: top;
}

/*h2,dt,p,li{
	color:#0c1f47;
}

h3{
	margin-top:5px;
	line-height:250%;
	background:url(../images/h3.jpg);
	width:620px;
	height:40px;
}

.h3-top{
	margin-top:10px;
	padding-right:5px;
	padding-left:5px;
	padding-top:5px;
	border:1px solid #DDDEBE;

}

font.h3{
	padding-left:20px;
	margin-top:5px;
	color:#004600;
	font-size:18px;
}

.h3-in{
	padding-right:5px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:20px;
	border-bottom:1px solid #DDDEBE;
}

.mi{
	margin-top:10px;
	font-weight:bold;
	color:#004600;
	margin-bottom:10px;
	font-size:20px;
	
}
.h3-top a{
	font-size:16px;

}


h4{
	color:#004600;
}*/





/*li{
	color:#333333;
}*/



label{
	cursor:pointer;
	padding:0;
	margin:0;
}
input{
	vertical-align:middle;
}




/******************************
floatClearHack
******************************/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}


.clear{
	clear:both;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.left{
	float:left;
}
.right{
	float:right;
}

.text-centner{
	text-align:center;
}

.text-right{
	text-align:right;
}






















