@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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;
	font-size: 100%;
	font: inherit;
	vertical-align: bottom;
	font-family: "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

article,
aside,
section {
	clear:both;
}

a { color:#333; }
a:hover { color:#ccc; text-decoration:none; }

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

li {
    list-style-type:none;
}
 
/*----------------------------------------------------------------
 *　clearfix（フロート要素を含む親要素に適用させる）
----------------------------------------------------------------*/
 
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}
 
.clearfix{
    zoom:1;
    overflow:hidden;
}

.clear {
	clear:both;
}

/*----------------------------------------------------------------
 *　RollOver
----------------------------------------------------------------*/
a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

.pt12 {
	font-size:12px;
}

.pt14 {
	font-size:14px;
}

.pt18 {
	font-size:18px;
}

.pt20 {
	font-size:20px;
}

.bold {
	font-weight:bold;
}

.pb20 {
	padding:0 0 20px 0;
}

.pt05 {
	padding:5px 0 0 0;
}

