﻿@charset "utf-8";

/* reset */
html,body,a,abbr,acronym,address,area,b,bdo,big,blockquote,button,caption,cite,code,col,colgroup,dd,
del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,hr,i,img,ins,kbd,label,legend,li,map,object,ol,
p,param,pre,q,samp,small,span,strong,sub,sup,table,tbody,td,textarea,tfoot,th,thead,tr,tt,ul,input,var{
	margin:0;
	padding:0;
	vertical-align:baseline;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
}
table {
  width: 100%;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-collapse: collapse;
  border-spacing: 0;

}
table th, table td {
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  padding: 1em .6em;
  vertical-align: middle;
  background: none repeat scroll 0 0 white;
}
table th {
  background-color: #FCC;
  font-weight: normal;
}img,abbr,acronym,fieldset{
	border:0;
}
q:before,q:after{
	content:'';
}
code,pre{
	white-space:pre;
}
dfn{
	font-style:italic;
	font-weight:bold;
}
del{
	text-decoration:line-through;
}
ins{
	text-decoration:none;
}
em{
	font-style:italic;
}
strong{
	font-weight:bold;
}
li{
	list-style-type:none;
}

/* default */
html{
	overflow-y:scroll;
}
body{
	font-size: 13px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */
	color: #666;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
table{
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}
h1{
	font-size:146.5%;
}
h2{
	font-size:138.5%;
	margin-bottom:10px;
}
h3{
	font-size:131%;
}
h4{
	font-size:123.1%;
}
h5{
	font-size:116%;
}
h6{
	font-size:108%;
}
hr,legend{
	display:none;
}
fieldset{
	display:inline;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

a:hover img {
opacity: 0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(Style=3,Opacity=80,FinishOpacity=80);
}

input:hover  {
opacity: 0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(Style=3,Opacity=80,FinishOpacity=80);
}

.btn_area {
    padding: 30px;
    text-align: center;
}