@charset "utf-8";

/*--------------------------------
基本設定
--------------------------------*/	

body {
	background:#fff;
	line-height:1.6;
	color:#000000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
}

p,li,dt,dl {  
    line-height:1.6;  
}  
	
p {  
    margin:0 0 0.5em 0;  
	font-size: 12px;
}

a {
	color:#ff7602;
    overflow: hidden; /* FireFox リンク選択時の点線を消す　*/
	text-decoration: none;
}
a:hover {
	color:#ffb678;
    overflow: hidden; /* FireFox リンク選択時の点線を消す　*/
	text-decoration: none;
}
a img:hover {
	opacity:0.8;
}

/*--------------------------------
見出しの設定
--------------------------------*/	
/*見出しブロック*/
h1{}
#main h2{
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
	color:#126448;
}
#main h3{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	color:#126448;
}
#main h4{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	color:#126448;
}
#main h5{
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	color:#126448;
}
#main h6{
	font-size:16px;
	line-height:17px;
	font-weight:bold;
	margin-bottom:20px;
	color:#126448;
	border-left:#126448 solid 5px;
	padding-left:10px;
	height:17px;
}


#footer01 h2{
	font-size:24px;
	font-weight:bold;
	color:#fff;
}

/*--------------------------------
テーブルの設定
--------------------------------*/	
/*表ブロック*/
table {	
	border: none !important;
	border-collapse: collapse;
}
table td {
	background:#fff;
	text-align: left;
	padding: 12px 7px;
}
table tr {
	border-bottom:#fcf5eb 10px solid;
}


/*フォームブロック*/
table.sz_form_table {	
	border:none;
	border-collapse: collapse;
	width:100%;
	margin-bottom:30px;
}
table.sz_form_table th {
	border:none;
	text-align: left;
	padding: 10px;
	font-size:16px;
	min-width:100px;
}
table.sz_form_table td {
	border:none;
	text-align: left;
	padding: 10px;
}

.sz_form_table input{
border:3px solid #dcdcdc;     /* 枠線の装飾 */
  background-color: #fff;   /* 背景色 */
  border-radius: 8px;         /* CSS3 */
  -moz-border-radius: 8px;    /* Firefox */
  -webkit-border-radius: 8px; /* Safari,Chrome */
  height:30px;
  width:300px;
}
.sz_form_table textarea{
border: 3px solid #dcdcdc;
background-color: #fff;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
.sz_form_submit{
	text-align:center;
	overflow:hidden;
}

.sz_form_submit input{
	text-decoration: none;
	text-indent: -9999px;
	border:none;
	margin-top:20px;
	margin-right:20px !important;
}

.sz_form_view{
	margin-bottom:30px;
}

