@charset "UTF-8";
/* 初期化 */
section, header, hgroup, article, footer, article, aside, time ,nav {
	display: block;
}


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, font, 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, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
	 font-style: normal;
    vertical-align: baseline;
    background: transparent;
}

html {
	overflow-y: scroll;
}

body {
    color: #333333;
    font-size: 0.8em;
    line-height: 1.3;
}

ol, ul {
    list-style: none;
}

p {
	line-height: 1.5em;
}

blockquote, q {
    quotes: none;
}:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: middle;
}

hr {
	display: none;
}

/*clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* リンク文字色 */
a:link {
    color: #333;
    text-decoration: underline;
}

a:visited {
    color: #333;
    text-decoration: underline;
}

a:hover {
    color: #F00;
    text-decoration: none;
}

a:active {
    color: #F00;
    text-decoration: none;
}

/* 共通style */
.top10 {margin-top: 10px;}
.top20 {margin-top: 20px;}
.top30 {margin-top: 30px;}

.p_top10 {padding-top: 10px;}

.right20 {margin-right: 20px;}

.red_txt {
	color: #F00;
}

.skeleton_hover:hover {
	filter:alpha(opacity=65); /* 透明度を設定 */
    -moz-opacity:0.65;
    -khtml-opacity: 0.65;
    opacity:0.65; /* /透明度を設定 */
}
