@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */
.slicknav_menu,
.smp_955,
.smp_650,
.smp_540 {
	display:none;
}

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	text-align: center;
	margin: 20px 0px 0px;
	font-size: 14px;
	line-height: 180%;
	color: #333333;
	letter-spacing: 0.1em;
	background: url(./back.gif);
}
h2 {
		font-size: 13px;

}
p, li, dt, dd, address {
	color: #444444;
	line-height:1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
}
img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}
object {
	margin-left: 10px;
}

pre {
	width: 430px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;
	overflow: auto;
}
code, var, kbd {
	color: #000080;

	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 2px solid #7777AA;
}
blockquote p {
	color: #999999;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;
}
@media screen {
	form input, form select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
	font-size: 13px;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #0000AA;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;
	text-decoration: underline;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	clear: both;
	max-width: 920px;
	width:98%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 10px 10px;
	margin-top: 0px;
	background-image: url(./waku_back_s2.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
    box-sizing: border-box;
	background-size: 100% auto;
}
div#header {
	max-width: 900px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
div#navigation {
	width: 220px;
	float: right;
	margin-top: 20px;
}
div#logs {
	float: left;
}
div#diary, div#comment, div#trackback {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

div#page, div#navi, div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;

	padding: 0px 15px;
}
#footer {
    clear: both;
    max-width: 930px;
    width: 100%;
    box-sizing: border-box;
    background: url(./waku_back.gif) no-repeat center bottom;
    margin: 0px auto;
    padding-bottom: 15px;
    font-size: 10px;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	margin-left:36px;
	margin-top:12px;
	display:inline-block;
	font-size:30px;
}
div#header img{
	margin:0 !important;
	padding:0 !important;
}
div#header .top{
	height:54px;
}
.topimage {
	clear: both;
	width: 930px;
	background: url(./waku_back.gif) no-repeat center top;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 7px;
	text-align: center;
	line-height:0;
}
.topimage a {
	line-height:0;
	display:block;
	line-height:normal;
	text-align: center;
}
.topimage img{
	margin:0 !important;
	padding:0 !important;
}
div#header #gnavi {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
div#header #gnavi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 50px;
	width: 900px;
}
div#header #gnavi li {
	line-height:0;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
}
div#header #gnavi li a {
	display:block; 
	line-height:normal;
}
div#header #gnavi li img{
	margin:0 !important;
	padding:0 !important;
}
div#header #gnavi li span {
	display:none!important;
}

/* ----- メニュー -------------------------------------- */

div#menu2 h2 {
	display: none;
}

div#menu2 ul {
	padding: 5px 0px;
}
div#menu2 ul li {
	display: inline;

	margin-right: 10px;
}

div#menu2 a:link, div#menu a:visited {
	color: #600;
	font-weight: bold;
}
div#menu2 a:active, div#menu a:hover {
	color: #000000;
}

/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
	color: #F30;
	background-image: url(./link_back2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 17px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 13px;
}

div#navigation ul {
	margin: 0px 10px 0px 12px;
}
div#navigation ul li {
	margin: 0px 0px 0px 0px;

	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 20px;
}
div#navigation dl {
	margin: 0px 10px 0px 12px;
}
div#navigation dl dt {
}
div#navigation dl dd {
}

div#navigation form dl {
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation form p {
	margin-left: 12px;
	margin-bottom: 0px;
}

div#navigation table {
	width: 100%;

	margin: -2px 0px 7px 7px;
	border: 0px solid #AAAAAA;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 7px auto;
        }
}
div#navigation table tr th {
	padding: 5px;
	border: 0px solid #AAAAAA;

	background-color: #FFFFFF;

	text-align: left;
}
div#navigation table tr td {
	padding: 3px;
	border: 0px solid #AAAAAA;

	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 5px;
        }
}
div#navigation .day {
	color: #444444;
}
div#navigation .satday {
	color: #4444CC;
}
div#navigation .sunday {
	color: #CC4444;
}
div#navigation .today {
	background-color: #EEEEEE;
}

div#navigation .calender {
	margin: 2px 10px;
}
div#navigation .calender li {
	display: inline;

	margin-right: 10px;
}

div#navigation .block {
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	text-align: center;
}

/* ----- 記事一覧 -------------------------------------- */

div#logs {
	width: 668px;
	margin-top: 20px;
}
html>body div#logs {
	width: 670px;
}

div#diary .diary {
	margin-bottom: 10px;
	padding: 2px;
}

div#diary h2 {
	display: none;
}
div#diary h3 {
	font-size: 17px;
	margin: 5px 5px 20px 5px;
	padding: 5px 5px 10px 5px;
	border-bottom:1px solid #600;
	color:#600;
}
div#diary h4 {
	margin: 10px;
}

div#diary .text * {
}
html>body div#diary .text * {
}
div#diary .text p {
	margin: 15px 10px;
}
div#diary .text ul {
	margin: 15px 30px;
}
div#diary .text ol {
	margin: 15px 40px;
}

div#diary .info {
	margin: 5px 10px;
	font-size: 10px;
	text-align: right;
}
div#diary .info * {
}
div#diary .info li {
	display: inline;
	margin-left: 5px;
}
div#diary .list {
	border: 1px solid #AAAAAA;
	margin: 0px 0px 10px 20px;
	padding: 5px 10px;
}
div#diary .list h4 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 15px 0px;
	padding: 3px 5px;
	color: #444444;
	background-color: #FFFFFF;
}
div#diary .list ul {
	margin: 0px 0px 10px 20px;
}
div#diary .list dl dt {
	margin: 0px 5px;
        font-weight: bold;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 15px;
}

div#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#trackback dl {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}
div#trackback dl dt {
	margin-top: 10px;
	margin-left: 10px;
}
div#trackback dl dd {
	margin-left: 30px;
}

div#comment .comment {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}

div#comment h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#comment h3 {
	font-size: 13px;
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

div#comment .text * {
}
html>body div#comment .text * {
}
div#comment .text p {
	margin: 10px;
}

/* ----- ページ移動 ------------------------------------ */

div#page h2 {
	display: none;
}

div#page ul {
	margin: 0px;
}
div#page ul li {
	display: inline;

	margin-right: 10px;
}

/* ----- ナビゲーション -------------------------------- */

div#navi h2 {
	display: none;
}

div#navi ul {
	margin: 5px 0px;

	text-align: right;
}
div#navi ul li {
	display: inline;

	margin-left: 5px;
}

div#navi form dl {
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form input {
	padding: 0px;
}

/* ----- コンテンツ ------------------------------------ */

div#contents h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#contents h4 {
	margin-bottom: 10px;
}

div#contents dl {
	margin-bottom: 20px;
}
div#contents dl dt {
	margin-top: 10px;
}
div#contents dl dd {
	margin-left: 30px;
}

/* ----- 処理選択 -------------------------------------- */

div#work h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

div#work form {
	margin: 10px 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
}
div#work form input {
	padding: 0px;
}

/* ----- フォーム -------------------------------------- */

div#form h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

div#form form {
	margin-bottom: 10px;
}
div#form form dl {
	margin-bottom: 20px;
}
div#form form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
div#form form dl dd {
}
div#form form dl dd textarea {
	margin-top: 2px;
}
div#form form ul {
	margin: 0px 0px 20px 0px;
}
div#form form ul li {
	list-style-type: none;
}

/* ----- 環境設定 -------------------------------------- */

div#env h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #EEEEEE;
}

div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

div#env form {
	margin-bottom: 20px;
}
div#env form p {
	margin-bottom: 20px;
}

/* ----- キャンバス ------------------------------------ */

div#canvas h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#status h4 {
	margin-bottom: 10px;
}

div#status dl {
	margin-bottom: 20px;
}
div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
div#status dl dd {
}

/* ----- フッター -------------------------------------- */

div#footer address {
	padding:2px 0px;
	text-align: center;
}
div#footer p{
	margin-bottom:3px !important;
	text-align: center;
}
div#footer a:link, div#footer a:visited {
	color: #333;
}
div#footer a:active, div#footer a:hover {
	color:#06C;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}
@media screen and (max-width: 955px) {
.pc_955 {
	display:none;
}
.smp_955 {
	display:inherit;
}
img {
	max-width:100%;
	height:auto;
}
html>body div#logs,
div#navigation{
    width: 100%;
	padding:50px 10px 10px 10px;
	max-width:650px;
	box-sizing:border-box;
    float: none;
	margin:auto;
}
div#diary, div#comment, div#trackback {
    margin: 0px;
}
.topimage {
    width: 98%;
    background: url(./waku_back.gif) no-repeat center top;
	background-size:100% auto;
    margin: 0px auto;
    padding: 20px 20px 9px 20px;
    box-sizing: border-box;
}

#waku {
    width: 98%;
    background: url(./waku_back_s.gif) repeat-y center top;
	background-size:100% auto;
    margin: 0px auto;
    padding: 20px 20px 9px 20px;
    box-sizing: border-box;
}
#footer {
    width: 98%;
    background: url(./waku_back.gif) no-repeat center bottom;
	background-size:100% auto;
    margin: 0px auto;
    padding: 20px 20px 9px 20px;
    box-sizing: border-box;
	font-size:10px;
	line-height:110%;
}
.slicknav_menu {
	display:block;
    margin: auto;
}
.slicknav_menu li span {
	display:inherit!important;
}
.slicknav_menu li img,
#gnavi {
	display:none!important;
}
.is-fixed .slicknav_menu {
	position:fixed!important;
	top:0;
	width: 100%;
}
.title_pp,
div#navigation h2 {
	background-image:url(./news_smp_bg.png);
	background-repeat:repeat-x;
	background-position:center center;
	color:#FF3300;
	border:#FF3300 solid 2px;
	font-size:16px;
	line-height:22px;
	padding:8px 15px;
	text-align:left;
	font-weight:bold;
}
#right .news_box {
    clear: both;
    width: 100%;
}
#right .news_box li {
    font-size: 14px;
    line-height: 17px;
    padding: 5px 5px 15px 5px;
}
#adress {
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
    border: none;
}
#left #hanbai,
#left #akademi {
    max-width: 650px;
	width:100%;
    height:auto;
    font-size: 14px;
    clear: both;
    margin-bottom: 15px;
    line-height: 18px;
    background-image: url(./content_back05_smp.gif);
	background-size:100% auto;
    background-repeat: no-repeat;
    background-position: left top;
	border:#BBA773 1px solid;
}
#left .box {
    width:96%;
    margin-right: auto;
    margin-left: auto;
	margin-bottom:15px;
	padding:15px 0;
	box-sizing:border-box;
}
#left .box p {
    font-size: 14px;
    line-height: 18px;
}
.title_sub{
	/*background-image:url(./sub_photo2back_smp.gif);*/
	background-repeat:repeat-x;
	/*background-position:center center;*/
	width: 100%;
	height: 125px;
	/*background-size:auto 100%;*/
	background-size:cover;
}
.title_sub img{
	width: auto;
	max-height: 125px;
	float: left;
}

#inner{
	width: 100%;
	padding:50px 10px 10px 10px;
	max-width:650px;
	box-sizing:border-box;
  float: none;
	margin:auto;
}


}
@media screen and (max-width: 650px) {
.pc_650 {
	display:none;
}
.smp_650 {
	display:inherit;
}
#waku {
    padding: 10px 10px 9px 10px;
}

}
@media screen and (max-width: 540px) {
.pc_540 {
	display:none;
}
.smp_540 {
	display:inherit;
}
}