﻿@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, 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;}

/*================================================
 *  一般・共通設定
 ================================================*/
html {  height: 100%;}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


body {  height: 100%;
        font-size:16px;
	color:#778899;
    font-family:'Averia Serif Libre', cursive, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	background:#F5F5F5;
}


#all {  width:1000px;
        height:100%;
        min-height: 100%; /* 最小の高さ */
	margin:0 auto;
	background:#fff;
}

body > div#all {
  height: auto; /* 要素を超えた分の背景が伸びないブラウザ用 */
}

a {	color:#789;
        outline: none;
}
a:hover {color:#000;
}

h2 {    margin-bottom:1em;
	margin-top:1em;
	font-size:21px;
	border-bottom:1px solid #B0C4DE;
}





h5 {
  font-size:18px;
  font-weight: 500;
  margin-bottom:1.25em;
  position: relative;
  padding: .5em .75em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
h5::before,
h5::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
}
h5::before {
  border-top: 15px solid #ccc;
}
h5::after {
  margin-top: -2px;
  border-top: 15px solid #fff;
}

h5 span {font-size:12px}


/*================================================
 *  ヘッダー
 ================================================*/
#snygbu { box-sizing: border-box;
          width:100%;
          background:#fff;
          padding:10px;
}

h1   {  background-image:url(../images/sozai/.jpg);
        background-size:contain;
        background-repeat: no-repeat;
        height:80px;
        font-size:25px; 
        background:;
}

h1 a {	text-decoration:none;}

/*================================================
 *  メニュー
 ================================================*/
#menu {box-sizing: border-box;
       width:100%;
       background:#fff;
}

ul {  font-size: 0;}

li {  display: inline-block;
      text-align: center;
      color:#f00;
      font-size: 24px;
      font-family: 'Averia Serif Libre', cursive;
      width: 20%;
      line-height:3;

}
li a {	color:#000;	text-decoration:none;}

li a:hover {color:#000; border-bottom:dotted 3px #f00;}

p.icon img{ border-radius: 3px;}

/*================================================
 *  更新履歴
 ================================================*/
#kousinrireki {	box-sizing: border-box;
                width:400px;
                height:90px;
                padding:5px ;
	        margin-bottom:2em;
                font-size: 13px;
                background: #fff;
	        border-left:2px solid #FF0000;
                overflow: auto;
}

/*================================================
 *  メインコンテンツ
 ================================================*/
#main-contents { box-sizing: border-box;
                 margin:30px;
                 padding: ;
                 background:#fff;
}

.img { box-sizing: border-box;
       margin-bottom:50px;
       padding:10px;
       text-decoration: none; 
       background-color: #F8F8FF;
       background-image: url("../images/oekaki/top_bg.png");
}

p.ill img{ border-radius: 5px;}

/*================================================
 *  イラスト個別
 ================================================*/

#portfolio {  box-sizing: border-box;
              margin: 0 auto; 
              width:100%;
              text-align: center;
              background: #fff;
}

h3 {    height:50px;
	margin-bottom:1em;
	font-size:21px;
        background-image: url(../images/sozai/line.png); 
        background-repeat: no-repeat;  
        background-position: center bottom; 
}

.tools    {box-sizing: border-box;
           margin: 30px auto; 
           width:70%;
           text-align: left;
           background:#fff;
           font-size: 13px;
           color:#999;
} 



/*================================================
 *  フッター
 ================================================*/

#pageTop {text-align: right;
}

#footer {box-sizing: border-box;
         width:100%;
         padding:10px;
	 padding-bottom:3em;
         text-align: center;

	 margin-top:1em;
         background:#fff;
	 border-top:1px solid #B0C4DE;
}






