
/* 全ページ共通 ============================================================================================================= */
html           {margin:0; padding:0; height:100%;}

html,body {
  -webkit-text-size-adjust: none;
}

h2,h3,h4,h5,h6,p    {margin:0; padding:0; border:0;}
img                 {vertical-align:top; border:0; margin:0; padding:0;}
.none{ display:none; }

.clearfix                {overflow:hidden;}
.clearfix:after          {content:""; display:block; clear:both; height:1px; overflow:hidden;}
* html clearfix          {height:1em; overflow:visible;}
*{margin: 0; padding: 0;}

.pagetop{ text-align:right; margin:0 auto; width:700px; font-size:10px; padding:0; clear:both;}
/* テキスト ================================================================================================================= */
/* SIZE */
.txt10              {font-size:10px; line-height:18px;}
.txt12              {font-size:12px; line-height:18px;}
.txt14              {font-size:14px; line-height:18px;}
.txt16              {font-size:16px; line-height:20px;}

/* COLOR */
.red                {color:#ff0000;}
.blue                {color:#069;}
.pink               {color:#ed119b;}
.yellow             {color:#fff71e;}
.gray               {color:#666666;}
.white              {color:#ffffff;}
.black              {color:#444444;}
.green              {color:#033;}

/* STYLE */
.normal             {font-weight:normal;}
.bold               {font-weight:bold;}


/* LINK */

a:link              {color:#F60;}
a:visited           {color:#F60;} 
a:hover             {color:#FC0;} 
a:active            {color:#FC0;}

