 @charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

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,
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, dialog, figure, footer, header,
hgroup, menu, nav, article,
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, dialog, figure, footer, header,
hgroup, nav, article {
    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;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

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 #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* End Reset CSS */
/* リセット終了 */

/* モバイル画面用*/
html{
    font-size:10px;
}
body{text-align:center;margin:0 auto 0 auto;font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",Yu Mincho,"游明朝", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    }
a      {color:#6600FF;text-decoration:none;}
a:hover{color:#FF0033;text-decoration:none;}
.title{
    width:95%;
    font-size:2.5rem;
    font-weight:bold;
    text-align:center;
    margin:1%;
}
.honbun{text-align:left;font-size:1.5rem; line-height: 150%; margin-top: 1em; margin-left:1em;margin-right:1em;margin-bottom:1em; }

img{
    width:100%;margin-bottom:10px;
    max-width:900px;
}
.img2{
    max-width:600px;
}
.caption{
    text-align:center;
    font-size:1.5rem;
    line-height:150%;
}
/* PC画面用*/
@media(min-width:780px){

html{
font-size:14px;}
body{max-width:1200px;}
}

