@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
    width:640px;
    margin:0 auto;
    font-size:20px;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height:1.6;
}

a {
	font-weight: bold;
    color:#0000FF;
    font-size:22px;
}
a:hover {
    color:#4b00ff;
    font-size:22px;
}

h1 {
    font-size:24px;

}

h2 {
    margin-bottom:0.5em;
    font-size:22px;
    color:#cf0c0c;
    border-bottom:3px solid #444;

}

h3 {
    margin-bottom:0.5em;
    font-size:22px;
	font-weight: bold;
    color:#ffffff;
	background:#FF6666;
	padding:0 10px;
}


h4 {
    margin-bottom:0.25em;
    font-size:16px;
}
h4:before {
    content:"\00ab";
}
h4:after {
    content:"\00bb";
}

h5 {
    margin-bottom:0.25em;
    padding:2px;
    border-top:1px dotted #ddd;
    border-bottom:1px dotted #ddd;
    background:#f3f3f3;
}

h6 {
    margin-bottom:0.25em;
    padding-left:5px;
    border-left:5px solid #cf0c0c;
}

p {
    margin:0 0 1em 0;
}

img {
    vertical-align:bottom;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:#ef8100;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

ul,ol,dl {
    margin:0 0 0.5em 0;
}
ul li {
    list-style:none;
}
ol li {
    list-style:decimal;
}
li {
    margin-left:1.5em;
}

dt {
	font-weight: bold;
    margin-bottom:0;
}


dd {
    margin-left:1em;
    margin-bottom:1em;
}

table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #ddd;
}
th {
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #ddd;
    background:#95bbc6;
}
td {
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
}

/*================================================
 *  汎用クラス
 ================================================*/
.list {
    padding:0 0 0 2em;
}

.list li {
    margin:0;
    padding:0;
    list-style:none;
    text-indent:-1.3em;
}
.list li:before {
    content:"\002605\00a0";
    color:#ffc720;
}

.temp {
    clear:both;
    overflow:hidden;
    margin-bottom:50px;
}

.img {
    float:left;
    width:300px;
}

.text {
	text-align:left;
	padding:0 10px;
}

.photo {
    margin:20px 0;
    padding:10px;
    box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
    background:#fff;
}

.photo img {
    width:100%;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
    margin-top:5px;
    margin-bottom:5px;
}
header h1 {
    margin-bottom:5px;
}
h1 span {
    font-size:18px;
}



/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
    width:100%;
    height:50px;
    position:fixed;
    top:0;
    left:0;
    background:#6699FF;
    z-index:10;
    font-size:26px;
}
nav ul {
    position:relative;
    float:left;
    left:50%;
    margin:4px 0;
}
nav li {
    position:relative;
    left:-50%;
    float:left;
    list-style:none;
    margin:0;
    padding:0 20px;
}
nav li a {
    color:#fff;
    text-decoration:none;
}
nav li a:hover {
    color:#fff;
    background:#6666FF;
    text-decoration:underline;;
}



/*================================================
 *  メイン
 ================================================*/
main {
    width:640px;
}

section {
    margin-bottom:50px;
}



div#contents {
  width: 640px;
 margin: 60px auto;
text-align:center;
}

div#txt {
	text-align:left;
	padding:0 10px;
}

span.subtitle {font-size: 70%; }



/*================================================
 *  フッター
 ================================================*/
footer {

    padding:20px 0;
    font-size:18px;
    text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
    right:15px;
}
.totop a {
    display:block;
    text-decoration:none;
}
.totop img {
    background:#000;
}
.totop img:hover {
    background:#333;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:640px) {
    body {
        box-sizing: border-box;
        width:100%;

    }
}.txit {
}
