@charset "utf-8";
/* CSS Document */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article, aside, dialog, figure, footer, header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
html{overflow-y: scroll;}
body{line-height:1;}
article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}
ul,ol,li{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration: line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}
[hidden]{display: none;}
img {vertical-align: top;font-size:0;line-height: 0;}
.clearfix:after{content:".";display:block;clear:both;height:0;width:100%;visibility:hidden;font-size:0;line-height:0;}
body {
	width:96%;
	margin:0 auto;
}
p.title {
	margin:30px 0 30px 0;
	padding:20px 5px;
	color:#FFFFFF;
	background: -moz-linear-gradient(top, #0085E2, #006CB7);
	background: -webkit-gradient(linear, center top, center bottom, from(#3E3E3E), to(#000));
	font-size:13px;
	line-height:1.4;
	font-weight:bold;
	text-shadow: 0px 1px 0px #333333;
}

p.btn_tw {
	position:relative;
	margin:30px 0 30px 0;
	padding:40px 5px;
	color:#FFFFFF;
	text-align:center;
	background: -moz-linear-gradient(top, #0085E2, #006CB7);
	background: -webkit-gradient(linear, center top, center bottom, from(#3E3E3E), to(#000));
	font-size:13px;
	line-height:1.4;
	font-weight:bold;
	text-shadow: 0px 1px 0px #333333;
}

a{
	color:#005CFF;
	text-decoration:none;
}
p.subtitle {
	border-bottom:1px solid #333333;
	font-weight:bold;
}
p {
	margin:0 0 10px 0;
	font-size:12px;
	line-height:1.8;
}
ul {
	margin:0 0 15px 0;
	padding:0 0 0 10px;
}
ul li {
	font-size:12px;
	margin:0 0 8px 10px;
	list-style: outside disc;
	padding:0;
	line-height:1.3;
}
 table {
 	font-size: 12px;
 	margin: 0 auto 20px;
 	width: 96%;
 	border-top: 1px solid #333;
 	border-left: 1px solid #333;
 }

  table th {
  	font-weight: normal;
  	text-align: left;
  	border-right: 1px solid #333;
 	border-bottom: 1px solid #333;
 	width: 48%;
	padding:0.5% 0.5% 0.5% 0.5%;
  }
  table td {
  	border-right: 1px solid #333;
 	border-bottom: 1px solid #333;
 	width: 48%;
	padding:0.5% 0.5% 0.5% 0.5%;
  }

  table .back {
  	background-color: #22AA55;
  }


