@charset "utf-8";


body,table,th,td,tb,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,textarea,input
{
	font-family: 'メイリオ', Meiryo ,'游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック','MS PGothic','Montserrat', sans-serif;
	margin: 0;
	padding: 0;
}

body {
        background-color: #f1f0ec;
        letter-spacing: -0.01em
        }
img {
max-width: 100%;
}


/*
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
*/
span.share > div {
  vertical-align: bottom !important;
}

span.share > iframe
{
  vertical-align: bottom !important;
}


a {
	text-decoration: none;
	transition: all 0.3s;
}

a img
{
	border:none;
}

a img:hover
{
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

li
{
	list-style-type:none;
}

textarea
{
	resize: vertical;
}

/*#blog_main a {			color : #5588ff;}
#blog_main a:link {	color : #5588ff;}
#blog_main a:visited {	color : #8855aa;}
#blog_main a:hover {	color : #00cccc;}
#blog_main a:active {	color : #00cccc;}*/


/*メインメニューーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.header {
        position: static;
        /*font-family: 'M PLUS Rounded 1c', sans-serif;*/
        font-size: 14px;
        font-weight: 300;
        width: 100%;
        background-color: #fff;
        text-align: left;
        /*border-bottom: 1px solid #eee;*/
        }

        .header_in {
                position: absolute;
                top: 0;
                left: 0;
                padding: 23px 20px 24px;
                background: #f4c100;
                z-index: 1000002;
                }

        .header_in img {
			width: 140px;
                }

        .header_in a {
                display: block;
                height: 100%;
                box-shadow: none;
                }



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

    .menu {
          /*font-family: 'M PLUS Rounded 1c', sans-serif;*/
          position: relative;
          text-align: right;
          margin: 0;
          padding: 0;
          z-index: 1000001;
          /*ackground-color: #fff;*/
          }

        .menu li {
          display: inline-block;
          position: relative;
          list-style: none;
        }

        .menu li a {
          display: block;
          width: 100px;
          height: 115px;
          text-align: center;
          color: #333;
          font-size: 14px;
          line-height: 115px;
          transition: 0.3s;
          text-decoration: none;
          box-sizing: border-box;
          outline: none;
          position: relative;
          box-shadow: none
        }

        .menu > li:hover > a {/*layer-1*/
          color: #fff;
          background: #f4c100;
          transition: all 0.3s;

        }

        .menu > li li:hover > a {/*layer-2*/
          color: #fff;
          background: #f4c100;
        }

        .menu li ul {
          margin: 0;
          padding: 0;
          top: 115px;
          position: absolute;
          height: 0;
        }

        .menu li ul li {
          display: block;
          overflow: hidden;
          height: 0;
        }

        .menu li ul li a {
          height: 50px;
          width: 100px;
          line-height: 50px;
        }

        .menu li:hover > ul > li {
          overflow: visible;
          background-color: rgba(255,245,220,1);
          height: 50px;
          width: 100px;
        }



  #menu {
        display: block;
        }

        .slicknav_menu {
                display: none;
                }

@media(max-width:768px) {

  .header_in {
          position: fixed;
          padding: 12px 20px 8px;
          }

  .header_in img {
          width: 60px;
          }


/*table {
          width: 100%;
          }*/

   #menu {

          display: none;
          }

  .slicknav_menu {
          display: block;
          width: 100%;
          position: fixed;
          top: 0;
          right: 0;
          z-index: 1000000;
          background-color: rgba(255,255,255,1);
          }

          .slicknav_menu a {
                  box-shadow: none;
                  }

          .menu_var_scroll ul {
          height: 100% !important;
          overflow: auto !important;
          }

}


.top_buttom {
				position: fixed;
				bottom: 10px;
				left: 10px;
				font-size: 14px;
				text-align: center;
				z-index: 500;
        line-height: 50px;
				}

        .top_buttom a {
                display: block;
        				text-decoration: none;
        				color: #fff;
                background-color:#ccc;
                width: 50px;
                height: 50px;
                border-radius: 25px;
        				}

        .top_buttom a:hover {
        				color: #000;
        				background-color:#f4c100;
                width: 50px;
                height: 50px;
                border-radius: 25px;
        				}




input[type="submit"], input[type="reset"], input[type="button"], button
{
	font-weight: bold;
	padding: 8px;
	border: 1px solid #808080;
	-webkit-box-shadow: inset 0 1px 3px #fff;
	-moz-box-shadow: inset 0 1px 3px #fff;
	box-shadow: inset 0 1px 3px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

select
{
	color: #303030;
	padding: 8px;
	border: 1px solid #808080;
	-webkit-box-shadow: inset 0 1px 3px #bbb;
	-moz-box-shadow: inset 0 1px 3px #bbb;
	box-shadow: inset 0 1px 3px #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	resize: vertical;
}

input[type="text"],input[type="password"]
{
	color: #303030;
	font-weight: bold;
	padding: 8px;
	border: 1px solid #808080;
	-webkit-box-shadow: inset 0 1px 3px #bbb;
	-moz-box-shadow: inset 0 1px 3px #bbb;
	box-shadow: inset 0 1px 3px #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="text"]:focus,input[type="password"]:focus
{
	background: #f0f0ff;
}

textarea
{
	vertical-align:bottom;
	font-weight: bold;
	color: #303030;
	padding: 8px;
	border: 1px solid #808080;
	-webkit-box-shadow: inset 0 1px 3px #bbb;
	-moz-box-shadow: inset 0 1px 3px #bbb;
	box-shadow: inset 0 1px 3px #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	resize: vertical;
}

textarea:focus {
	background: #f0f0ff;
}

div.clearfix
{
	overflow: hidden;
	zoom: 1;
	clear:both;
}

ul.disc
{
	margin-top:2px;
	/*padding-left:25px;*/
}
ul.disc li
{
	list-style-type:none;
}

ol.decimal
{
	padding-left:20px;
}
ol.decimal li
{
	list-style-type:decimal;
}

div#blog_main
{
   /*font-family: 'Noto Sans JP','游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic','Montserrat', sans-serif;
   font-family: 'M PLUS Rounded 1c', sans-serif;*/
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	background-position : top;
	max-width: 820px;
	background-repeat:repeat-x;
}



div.blog_frame_top
{
    /*font-family: 'Noto Sans JP','游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic','Montserrat', sans-serif;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	/*width : 820px;*/
	height : 40px;
	background-color: #f4c100;
	border-radius: 5px 5px 0 0;
	/*background-image : url(sysimg/frame_top.png);*/
	font-weight: bold;
	text-align:left;
}

table.blog_frame_top
{
    /*font-family: 'M PLUS Rounded 1c', sans-serif;*/
	width : 100%;
	height : 40px;
	/*background-color: #f4c100;*/
	border-radius: 5px 5px 0 0;
	margin: 30px auto 0;
	/*background-image : url(sysimg/frame_top.png);*/
	border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.blog_frame_top th
{
	background-color: #f4c100;
	/*border-radius: 5px 0 0 0;*/
	width : 20%;
	font-weight: normal;
	margin-top: 10px;
}

.blog_frame_top td
{
	background-color: #ffe285;
	/*border-radius: 0 5px 0 0*/
	width: 80%;
	font-weight: bold;
	vertical-align: middle;
	text-align:left;
	padding-left: 10px;
}


div.blog_frame_top div.padding
{
	margin-top: 30px;
	padding-top:12px;
	padding-left:12px;
	font-size:13px;
}

div.blog_frame_middle
{
	/*font-family: 'Noto Sans JP','游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','MS PGothic','Montserrat', sans-serif;*/
	font-size: 14px;
	font-weight: light;
	word-wrap: break-word;
	width : 100%;
	background-color: #fff;
	/*background-image : url(sysimg/frame_middle.png);*/
	text-align:left;
}
div.blog_frame_middle div.padding
{
	padding:30px 30px 0px 30px;
}

div.blog_frame_bottom
{
	/*width : 820px;*/
	height : 20px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	/*background-image : url(sysimg/frame_bottom.png);*/
}

div.blog_page
{
	margin-top: 30px;
	margin-bottom:10px;
	background-color:#f1f0ec;
	line-height: 45px;
}

.blog_page_button
{
    color: #000;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
}

a.blog_page_button:hover
{
	padding: 10px;
	background-color: #ffe171;
	border-radius: 5px;
}


div.blog_data
{
	overflow: hidden;
	zoom: 1;
	border-top:solid 1px #ccc;
	padding:20px 5px 5px 5px;
	margin-top: 20px;
}

div.blog_data .data_l
{
	float:left;
}

div.blog_data .data_r
{
	float:right;
	text-align : right;
}

.blog_frame_top a {			color : #000;}
.blog_frame_top a:link {	color : #000;}
.blog_frame_top a:visited {	color : #000;}
.blog_frame_top a:hover {	color : #00cccc;}
.blog_frame_top a:active {	color : #00cccc;}



.footer {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
				margin: 0 auto;
				padding: 10px;
				text-align: center;
				background-color: #fff;
				}

        .footer img {
                margin-top: 15px;
                width: 60px;
        				}

        .footer p {
                margin: -3px 0 0 0;
                padding: 0;
        				font-size: 10px;
                color: #000;
        				}

                .footer a {
                        box-shadow: none;
                				}

@media(max-width:768px) {

	.search_parts,.category_parts
	{
	display: none;
	}

}
