@charset "utf-8";

/* *******************************************************************
 RESET ELEMENTS
******************************************************************* */

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,canvas,details,embed,figure,figcaption,footer,header,hgroup,
menu, nav, output, ruby, section, summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

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

fieldset,img{ 
  border: 0;
}

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

address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{
  font: inherit;
}

del,ins{
  text-decoration: none;
}

ol,ul{
  list-style: none;
}

caption,th{
  text-align: left;
}

h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after{
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

abbr,acronym {
  border: 0;
  font-variant:normal;
}

sup{
  vertical-align: baseline;
}

sub{
  vertical-align: baseline;
}

hr,legend{
  display: none;
}

input,select{
  vertical-align: middle;
}




/* *******************************************************************
 RESET FONTS
******************************************************************* */


html {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select,input,button,textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,code,kbd,samp,tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}




/* *******************************************************************
 HELPER CLASSES
******************************************************************* */

/* ==============================================
 Clearfix
============================================== */

.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}


/* ==============================================
 HightLight Alpha
============================================== */

.alp:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.fade {
  -webkit-transition: opacity 0.3s ease-in-out;  
  -moz-transition: opacity 0.3s ease-in-out;  
  -o-transition: opacity 0.3s ease-in-out;  
  transition: opacity 0.3s ease-in-out;
}
.fade:hover {
  opacity: .7;
  filter: alpha(opacity=30);
}


/* *******************************************************************
 BASE SETTING
******************************************************************* */

/* ==============================================
 Root Frames
============================================== */

html {
}

body {
	font-family: "メイリオ", Meiryo, verdana, "ＭＳ Ｐゴシック" ,"MS PGothic" ,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 77%;
	color: #333;
	line-height: 1;
	text-align: center;
  -webkit-text-size-adjust: 100%;
}


/* ==============================================
 Anchor Link
============================================== */

a {
	text-decoration: none;
	outline:none;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
}


/* ==============================================
 Others
============================================== */

audio, canvas, img, video {
	vertical-align: middle;
}

/*
textarea {
	resize: none;
	resize: both;
	resize: horizontal;
	resize: vertical;
}*/

