@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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,
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%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    /*font-size:100%;*/
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul li {
    list-style:none;
}

/*-------------------------------------*/
/*-------------------------------------*/

img { 
	max-width: 100%;
	/*width: 100%;*/
	border-radius: 1px;
}

a:hover { opacity: 0.7; }
/* aタグのリセットCSS（不要な場合、セレクタごと削除してください） */
a {
  color: inherit;
  text-decoration: none;
}
.center{ text-align: center; }
.right{	text-align: right; }
.left{	text-align: left; }
.red{ color: #E0070B; }
.blue{ color: #0099D9; }
.green{ color: #00783D; }
.pink{ color: #e73174; }
.orange{ color: #f08300; }
.white{ color: #fff; }
.purple{ color: #a30a5d;}

.bold{ font-weight: bold; }

.mt1em{ margin-top: 1em; }
.mt2em{ margin-top: 2em; }
.mt3em{ margin-top: 3em; }
.mt4em{ margin-top: 4em; }
.mt5em{ margin-top: 5em; }
.mt6em{ margin-top: 6em; }
.mt7em{ margin-top: 7em; }
.mt8em{ margin-top: 8em; }
.mt9em{ margin-top: 9em; }
.mt10em{ margin-top: 10em; }
.mb0em{ margin-bottom: 0; }
.mb1em{ margin-bottom: 1em; }
.mb2em{ margin-bottom: 2em; }
.mb3em{ margin-bottom: 3em; }
.mb4em{ margin-bottom: 4em; }
.mb5em{ margin-bottom: 5em; }
.mb6em{ margin-bottom: 6em; }
.mb7em{ margin-bottom: 7em; }
.mb8em{ margin-bottom: 8em; }
.mb9em{ margin-bottom: 9em; }
.mb10em{ margin-bottom: 10em; }
.mt-1em{ margin-top: -1em; }
.mt-2em{ margin-top: -2em; }
.mt-3em{ margin-top: -3em; }
.mt-4em{ margin-top: -4em; }
.mt-5em{ margin-top: -5em; }
.mb-1em{ margin-bottom: -1em; }
.mb-2em{ margin-bottom: -2em; }
.mb-3em{ margin-bottom: -3em; }
.mb-4em{ margin-bottom: -4em; }
.mb-5em{ margin-bottom: -5em; }
.f07{ font-size: 0.7rem; }
.f09{ font-size: 0.9rem; }
.f12{ font-size: 1.2rem; }

/* 上付き */
.superscript {
    font-size: 0.75em;
    vertical-align: top;
}
