@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-4wnvu5');
	src:url('fonts/icomoon.eot?#iefix-4wnvu5') format('embedded-opentype'),
		url('fonts/icomoon.ttf?-4wnvu5') format('truetype'),
		url('fonts/icomoon.woff?-4wnvu5') format('woff'),
		url('fonts/icomoon.svg?-4wnvu5#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home3:before {
	content: "\e902";
}
.icon-newspaper:before {
	content: "\e904";
}
.icon-quill:before {
	content: "\e907";
}
.icon-book:before {
	content: "\e91f";
}
.icon-undo2:before {
	content: "\e967";
}
.icon-redo2:before {
	content: "\e968";
}
.icon-forward:before {
	content: "\e969";
}
.icon-reply:before {
	content: "\e96a";
}
.icon-bubbles:before {
	content: "\e96c";
}
.icon-menu3:before {
	content: "\e9bf";
}
.icon-star-empty:before {
	content: "\e9d7";
}
.icon-arrow-right:before {
	content: "\ea34";
}
.icon-arrow-left:before {
	content: "\ea38";
}
.icon-text-color:before {
	content: "\ea6d";
}
.icon-youtube3:before {
	content: "\ea99";
}
.icon-youtube4:before {
	content: "\ea9a";
}

#a-box{
	background-color: #b06ed9;      /* 背景色 */
	font-size : 25px;               /* 文字色 */
        line-height:40px;               /* 上下幅 */
	text-align : center;		/* 中央寄せ */
       }

#b-box{
	background-color: #6ea7d6;
	font-size : 25px;
        line-height:40px; 
	text-align : center;		/* 中央寄せ */
       }
#c-box{
	background-color: #80dfdf;
	font-size : 23px;
        line-height:40px;
	text-align : center;		/* 中央寄せ */
       }
#d-box{
	background-color: #68de97;
	font-size : 23px;
        line-height:40px;
	text-align : center;		/* 中央寄せ */
       }
#e-box{
	background-color: #c1ec3b;
	font-size : 23px;
        line-height:40px;
	text-align : center;		/* 中央寄せ */
       }
#f-box{
	background-color: #F4FA58;
	font-size : 23px;
        line-height:40px;
	text-align : center;		/* 中央寄せ */
       }

#g-box{
	background-color: #ffb854;
	font-size : 23px;
        line-height:40px;
	text-align : center;		/* 中央寄せ */
       }
#h-box{
	background-color: #fd7178;
	font-size : 23px;
        line-height:40px;
	text-align : center;		/* 中央寄せ */
       }
a.nakanuki{
       text-decoration: none;
           color: white;
    text-shadow:
      black 1px 1px 0px,
      black -1px 1px 0px,
      black -1px -1px 0px,
      black 1px -1px 0px,
      black 1px 0px 0px,
      black 0px 1px 0px,
      black -1px 0px 0px,
      black 0px -1px 0px;
}

a.nakanuki:link{
       text-decoration: none;
           color: white;
    text-shadow:
      black 1px 1px 0px,
      black -1px 1px 0px,
      black -1px -1px 0px,
      black 1px -1px 0px,
      black 1px 0px 0px,
      black 0px 1px 0px,
      black -1px 0px 0px,
      black 0px -1px 0px;
}

a.nakanuki:visited{
       text-decoration: none;
           color: white;
    text-shadow:
      black 1px 1px 0px,
      black -1px 1px 0px,
      black -1px -1px 0px,
      black 1px -1px 0px,
      black 1px 0px 0px,
      black 0px 1px 0px,
      black -1px 0px 0px,
      black 0px -1px 0px;
}

a.nakanuki:active{
       text-decoration: none;
           color: white;
    text-shadow:
      black 1px 1px 0px,
      black -1px 1px 0px,
      black -1px -1px 0px,
      black 1px -1px 0px,
      black 1px 0px 0px,
      black 0px 1px 0px,
      black -1px 0px 0px,
      black 0px -1px 0px;
}

a.nakanuki:hover{
       text-decoration: none;
           color: white;
    text-shadow:
      black 1px 1px 0px,
      black -1px 1px 0px,
      black -1px -1px 0px,
      black 1px -1px 0px,
      black 1px 0px 0px,
      black 0px 1px 0px,
      black -1px 0px 0px,
      black 0px -1px 0px;
}


p.resizeimage img { max-width: 800px; /* 最大幅 */
                    min-width: 240px; /* 最小幅 */
                    width: 100%;  /*横幅に合わせて最大化 */}


p.resizeimage2 img { max-width: 60px; /* 最大幅 */
                    min-width: 60px; /* 最小幅 */
                    width: 100%;  /*横幅に合わせて最大化 */}
div.margin { margin: 10px; padding: 10px}

hr {
   border-width: 2px 0px 0px 0px; /* 太さ */
   border-style: dashed; /* 線種 */
   border-color: #c0c0c0; /* 線色 */
   height: 2px; /* 高さ */
}

dl.accordion { background:#FFEEFF; width:95%; margin:0 auto 30px; padding:0px; font-size:16px;}
dl.accordion dt {
    background:url(../img/open.png) 97% center no-repeat,-moz-linear-gradient(top, #FdF, #FdF);
    background:url(../img/open.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#FfF), to(#FFEEFF));
    border:1px solid #dbd ; height:40px; text-indent:10px; line-height:40px; color:#333; font-weight:bold; cursor:pointer;}
dl.accordion dt.open {
    background:url(../img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
    background:url(../img/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#FfF), to(#FFEEFF));}
dl.accordion dd { background:#FFF; padding:10px; line-height:1.5; display:none;}