
@charset "UTF-8"; 
@import url(http://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Lobster+Two);
@font-face
{
font-family:"コンデンスド" ;
src: url('http://cdn.leafscape.be/LogoTypeGothicCondense/07LogoTypeGothic-Condense_web.woff')
     format("woff");
}

/*-----------------------------------------------------------
Reset Style
------------------------------------------------------------*/ 

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, a, 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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}

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

ul, ol {
    list-style: none;
}

img {
    vertical-align: bottom;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

select, textarea, input,button {
    color: #333;
     font-family:'Questrial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ;
    font-size: 12px;
    letter-spacing: 1.5px;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

input[type=text] {
    width: 150px;
    height: auto;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
    
}

input[type=button],
input[type=submit] {
    background: url(bg.gif);
    width: 50px;
    height: auto;
 -webkit-appearance:  button;
 -moz-appearance:  button;
 appearance:  button;
}
a {
    color: #82cddd;
    text-decoration: none;
    border-bottom: 1px dashed #ddd;
}

.top a {
    border-bottom: none;
    color: #333;
    text-decoration: none !Important;
}

a:hover {
    text-decoration: none;
    position: relative;
    top: 1px;
    left: 1px;
}

body {
    line-height: 22px;
    word-break:break-all;
    margin: 0;
    padding: 0; 
    font-size: 13px;
     font-family:'Questrial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 1.2px;
    color: #666;
}

.wrapper {
    width: 85%;
    margin: 50px auto;
    background: #fff;
    max-width: 550px;
}

.logo {
    width: 30px;
    float: left;
    margin-right: 13px;
}

h1 {
    font-size: 20px;
    position: relative;
    top: -3px;
    margin-bottom: -8px;
     font-family:'Questrial','コンデンスド', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ;
}

.url {
    font-size: 11px;
    color: #ccc;
    margin-bottom: 15px;
}

.rank {
    margin-top: 15px;
}

.copy {
    margin: 15px 0;
    padding: 1px 10px;
    border: 1px solid #ddd;
}