@charset "utf-8";
/* CSS Document */

/*　共通設定--------------------------------　*/
*{
	box-sizing: border-box;
}
html {
	/* reset-min設定の打ち消し
	background-color:transparent; */
}
body {
	margin:0 ;
	padding: 0 ;
	font-family: Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	color: #333;
	}

/*　背景のボックスが必要な場合のみ設定  */
#back {
	background: #FCF1E8;
}

p {font-size:100%;
	line-height:1.8em;
	margin:0;
	}

strong {font-weight:bold}

img {border:0;
	/* width: 100%; */
}

hr{
	margin:0 0 1em 0;
    border: 0;
    height: 1px;
    background: url(../img/hr.gif) repeat-x ;

/* hr 左右グラデ表示用設定
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); */}

table td {
	line-height:1.8em }

table td hr {
	margin:0 0 1em 0;
    border: 0;
    height: 1px;
    background: url(../img/hr.gif) repeat-x ;
}

.sp-only{
	display: none;
}





/*　ヘッダー--------------------------------　*/

#head {
	background:#fff;
	position: relative;
	/*
	height:75px;
	width:100%;
	max-width:940px;
	margin:0 auto 30px auto;
	padding:35px 0 20px 0 ; */
}

/* logo */
#head h1 {
	margin:0px auto 0 auto;
	text-align: center;
/*	float:left;*/
	}
#head h1 a{
/*	float:left;
	display:block;
	height:75px;
	width:357px;
	background:url(../img/common_logo.png) no-repeat ; */
	margin:10px 0 0;
	display: block;
	}
#head h1 a span{
	display:none;}




/* ヘッダーナビ */
/* #head #head-navi {
	float:right;
	height:21px;
	width:auto;
	margin:0px 0 0 0;
	text-align:right;
}
#head #head-navi li {
	float:left;
	font-size:90%;
	color:#666;
	line-height:1.8em;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
#head #head-navi li a {
	margin-right:10px;
	margin-left:10px;
	padding-left:10px;
	color:#333;
	text-decoration:none;
	background:url(../img/common_head_li.gif) no-repeat left 3px;
	}

#head #head-navi li#ameblo a ,
#head #head-navi li#fb a ,
#head #head-navi li#insta a {
	margin:0 0 0 9px;
	display:block;
	width:21px;
	height:21px;
	padding:0;
	}
#head #head-navi li#ameblo a {
	margin:0 0 0 20px;
	}

#head #head-navi #ameblo a span ,
#head #head-navi #fb a span ,
#head #head-navi #insta a span {
	display:none;
	}

#head #head-navi #ameblo a {
	background:url(../img/common_head_ameblo.gif) no-repeat ;
}
#head #head-navi #fb a {
	background:url(../img/common_head_fb.gif) no-repeat ;
}
#head #head-navi #insta a {
	background:url(../img/common_head_insta.gif) no-repeat ;
}


 */



/*　ビジュアル--------------------------------　*/

#visual {
	width: 100%;
	/* max-width: 1200px; */
	height:100vh;
	margin:0px auto 0px auto ;
	padding: 10px 0 0 0;
	clear:both;
	position:relative;
	z-index:1; /* naviが下に重なるのを防ぐ */
	background: url(../img/top_visual_cf2.jpg) no-repeat top center;
	background-size: 100% auto;
 }




/*　ページビジュアル　--------------------------------　*/

#title {
	width:100%;
	height: 0;
	padding-top: 20%; /* calc(画像高さ ÷ 画像横幅 × 100%) */
	margin:0px 0px 0px 0px ;
	position:relative;
	z-index:1;/* naviが下に重なるのを防ぐ */
	/* background: url(../img/common_title_bg.jpg) no-repeat top center;
	background-size: cover; */
	}
#title h2 {
	display:none;
	}

/* 各ページの画像設定
body.greet #title  { background: url(../img/greet_title.jpg) center center / cover no-repeat;}
body.company #title  { background: url(../img/company_title.jpg) center center / cover no-repeat;}
body.contact #title  { background: url(../img/contact_title.jpg) center center / cover no-repeat;}
body.info #title  { background: url(../img/info_title.jpg) center center / cover no-repeat;}
 */




/*　ナビ表示--------------------------------　*/

#navi-box {
	width:100%;
	height:auto;
	position:relative;
	z-index:2 ;
	}

#navi h1 {
	display:none;}

#navi {
	width:100%;
	height: auto;
	padding:0 ;
	margin:0px auto 0px auto;
	clear:both;
	/* background:url(../img/common_navi20170105.png) no-repeat center; */
	background:#fff;
	}

#navi ul {
	width: 96%;
	max-width:1200px;
	height:40px;
	margin: 0 auto;
    padding: 10px 0;
	line-height: 40px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: content-box;
	background:#fff;
}
#navi li {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	list-style:none;
	position: relative;
}
#navi li:before {
	position: absolute;
	top: 0;
	left: 0;
	content:"";
	display: inline-block;
	width: 2px;
	height: 40px;
	background: url(../img/common_navi_dotline.png) no-repeat top;
}
/* body.index #navi li#navi-index:before,
body.index #navi li.last:after {
	display: none;
}
 */

#navi li.last:after {
	position: absolute;
	top: 0;
	right: 0;
	content:"";
	display: inline-block;
	width: 2px;
	height: 40px;
	background: url(../img/common_navi_dotline.png) no-repeat top;
}
#navi li a {
	margin:0 0px 0 0px;
	display:block;
	height:40px;
	text-align:center;
	text-decoration: none;
	font-size: 125%;
	color: #888;
	transition: 0.3s ease color;
	}

li#navi-insta{
	letter-spacing: -0.1em;
	}
#navi li a span{
	display:block;
	font-size: 80%;
	color: #999;
	font-family: sans-serif;
	transition: 0.3s ease color;
	letter-spacing: 0;
	}

/* li#navi-index { width:11.5%; max-width: 108px;}
li#navi-greet { width:12.8%; max-width: 120px;}
li#navi-teacher { width:13.5%; max-width: 127px;}
li#navi-lesson { width:15.5%; max-width: 146px;}
li#navi-student { width:15.3%; max-width: 144px;}
li#navi-blog { width:14.7%; max-width: 138px;}
li#navi-contact { width:16.7%; max-width: 157px;} */


/*　ナビ 各ページの選択状態 */
li#navi-index a:hover , body.index li#navi-index a,
li#navi-event a:hover , body.event li#navi-event a,
li#navi-creators-list a:hover , body.creators li#navi-creators-list a,
li#navi-workshop a:hover, body.workshop li#navi-workshop a,
li#navi-contact a:hover , body.contact li#navi-contact a,
#navi li a:hover {
	color: #333;
}




/* スマホ用ナビを非表示にする */
.pc-only{
	display: block;
}

.sp-only{
	display:none;
}





/*　スクロール時のナビ固定　jquery連動*/
.fixed {
	position: fixed;
	top: -1px;}






/*　コンテンツ背景--------------------------------　*/
#contents-back {
	background:#FCF1E8;
}

#contents-back {
}




/*　パンくずリスト--------------------------------　*/
#bread {
	width:880px;
	padding:14px 0 0 0;
	margin:0px auto 0px auto ;
	font-size:75%;
	color:#333;
	clear:both;
	}
#bread a {
	color:#336699;
	}




/*　コンテンツ外枠--------------------------------　*/

#contents{
	margin:0 auto 0 auto;
	max-width: 1200px;
	width: 96%;
	padding: 50px;
	}

#contents:after {
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
	}



/*　コンテンツ　バナー--------------------------------　*/

#contents-banner{
	float:right;
	height:auto;
	width:230px;
	padding:0px;
	margin:0px 0 30px 0;
	}

#contents-banner img{
	margin:0 0 10px 0;
	border:0;
}




/*　コンテンツ　メインカラム--------------------------------　*/

#contents-main {
	height:auto;
	width:100%;
	padding: 0 0 50px;
	margin:0px auto ;
	}


/*白抜き角丸背景*/
#contents-main .w-box {
    background: #fff;
    border-radius: 30px;
    padding: 2.8% 5%;
    margin: 0 auto 2%;
    line-height: 1.6;
	width: 80%;
}


/*　コンテンツ　サブカラム--------------------------------　*/

#contents-sub {
	width:100%;
	padding: 0;
	margin:0 ;
	}
#contents-sub ul li{
	list-style: none;
	margin-bottom: 15.625%;
}
#contents-sub ul li a{
	display: block;
	transition: 0.3s ease opacity;
}
#contents-sub ul li a:hover{
	opacity: 0.8;
}
#contents-sub ul li img{
	width: 100%;
	max-width: 320px;
	vertical-align: bottom;
}






/*　見出し　--------------------------------　*/

#contents-main h2 {
	font-size: 230%;
	color: #827c79;
	font-weight: 700;
	margin: 0 auto 1em;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
}

#contents-main h2 span{
	font-size: 12px;
    color: #666;
    font-weight: 300;
    letter-spacing: 0.2em;
    display: block;
    margin-top: 10px;}


#contents-main h3 {
	margin:0 0 15px 0 ;
	line-height:1.4em;
	padding:15px 0;
	font-size:140%;
	text-align:center;
	letter-spacing:normal;/* 文字間 */
	color:#333;
	border-bottom:2px solid #ccc;
	font-weight: 800;
    }

#contents-main .wf-roundedmplus1c {
	 font-family: "M PLUS Rounded 1c";
	 color:#9a9a9a;
	 font-weight: bold;
	 font-size: 180%;
	 letter-spacing: 0.2em;
}

#contents-main h3 a{
	color:#333;
	text-decoration:none;
	}
#contents-main h3 a:hover{
	text-decoration:none;
	}


#contents-main h4{
	border-bottom:#666 dotted 1px;
	padding:10px 0px;
	margin:0 0 1em 0 ;
	line-height:1.4em;
	clear:both}

#contents-main h4 img{
	margin-left:8px;}

#contents-sub h2 {
	font-size: 160%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	color: #666666;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 40px;
	line-height: 1.4;
}
#contents-sub h2 span{
    font-size: 10px;
    color: #666;
	font-weight: 300;
}





/*　本文　--------------------------------　*/

/*　文字色　*/
#contents-main p,
#contents-main table,
#contents-main li { color:#333 }

#contents-main p {
	margin:0 0 1em 0 ;
	color:#333;
	line-height:1.6;
	font-size:100%;
	font-family: Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
#contents-main img,
#contents-main p img{
	margin:0 0 10px;
	max-width:670px;
	height:auto;
/*	background:#FFF;
	padding:2px;
	border: #CC9 solid 1px; */
	}
#contents-main p img{
	margin:0;
}


#contents-main p a:hover img{
/*	border: #2A5050 solid 1px;*/
}


/*
#contents-main iframe{
	margin:10px 0px;
	padding:2px;
	border: #CC9 solid 1px;}
	*/


/* リンク文字色 */
#contents-main a {
	color: #1a73e8;
	text-decoration:none ;
}

#contents-main a:hover {
	text-decoration:underline ;}

#contents-main a img:hover {
	opacity: 0.7;
	transition: 0.3s ease;
}




/*　リスト　*/

#contents-main ul , #contents-main ol{
	line-height:1.8em;
	font-size:90%;
	margin:0 0 2em 0px;
	}
#contents-main ul li{
	list-style:disc inside;
	margin-bottom:1em;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
#contents-main ol li{
	list-style:decimal outside ;
	margin-bottom:1em;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	}

/* リスト内のテーブル設定 */
#contents-main ol li table,
#contents-main ul li table {
	width:auto;
	font-size:100%;
	margin:0;
	}
#contents-main ol li table td,
#contents-main ul li table td {
	vertical-align:top;
	}




/*　テーブル　*/

#contents-main table {
	width:100%;
	border-collapse:separate;
	border-spacing : 4px 4px;
	font-size:90%;
	margin:30px 0 30px 0;
	}
#contents-main table th {
	background:#efe1d8;
	text-align:center;
	padding:6px 6px ;
	white-space:nowrap;
	vertical-align:middle;
	font-weight:400;
/*	border:1px solid #999;*/
}
#contents-main table td {
	background:none;
/*	border:1px solid #999;*/
	padding:6px 6px;
	}





/* ★タブの設定-------------------------------- */

#contents-main #tabArea {
/*	background:#FFF;*/
	border-top:1px solid #999;
	height:auto;
	padding:30px 0;
	margin:0 0 0px 0;
	overflow-y:auto;
	clear:both;
	}

/*　タブ切り替えの設定　--------------------------------　*/

#contents-main ul#tab {
	margin:0 auto;
	padding-left:60px;
	width:100%;
	}
#contents-main ul#tab li{
	float:left;
	list-style:none;
	display:inline;
	}
#contents-main ul#tab li a{
	display:inline-block;
	background:#F4F4F4;
	height:40px;
	width:130px;
	margin:0 5px 0 0;
	font-size:95%;
	line-height:40px;
	text-align:center;
	color:#333;
	white-space:nowrap;
	text-decoration:none;
	border:1px solid #999;
	border-bottom:0;
	}
#contents-main ul#tab li a.hover,
#contents-main ul#tab li a.active{
	background:#00A55D;
	color:#fff;
	}


/* フッター--------------------------------　*/

#footer {
	width:100%;
	clear:both;
	background:url(../img/footer_bg.png) no-repeat bottom center,#FCF1E8;
	background-size: cover;
	/* height: 510px; */
	padding-top: 41%;
	padding-bottom: 20px;
	position: relative;
	}

/* ページトップ */
#footer p.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	}
#footer p.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #666;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	line-height: 50px;
	filter: alpha(opacity=85); /* 透過設定 */
	  -moz-opacity:0.85;
	opacity:0.85;
	border-radius: 50%;
	}
#footer p.pagetop a:hover {
	background-color: #333;
	}

#footer .footer_inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

/* 住所
#footer #address {
	padding-top:30px;
	margin-bottom:4px;
	}
#footer #address p{
	text-align:center;
	font-size:75%;
	color:#333;
	} */

/* コピーライト
#footer #copyright {
	margin:0px auto 5px auto;
	height:13px;
	padding:0px 0px;
	background:url(../img/common_fotter_copyright.gif) no-repeat bottom center;
	}*/
#footer #copyright p{
	text-align:right;
	font-size:60%;
	color:#666;
	display:block;
	}
#footer .footer_inner .eventname{
	position: absolute;
	bottom: 16px;
}



/* ★追記の設定-------------------------------- */

.tuiki{
	display:none;
	}

.read_open_close{
	cursor:pointer;
	}








/* ★トップページのみ--------------------------------　*/

body.index #contents-main {
	width: 66.36%;
    max-width: 730px;
    margin: 0px 4.54% 0 0;
	float: left;
}
body.index #contents-sub {
	width:29.1%;
	max-width: 320px;
	padding: 0;
	margin:0 ;
	float: right;
}
body.index #contents-main h2{
	color: #A39E9C;
}


body.index #contents-main .notice{
	background: #fff;
    border-radius: 30px;
    padding: 4.1% 4.1%;
	margin: 0 0 6.85%;
	line-height: 1.6;
}
body.index #head h1 a {
    display: none;
}

/*トップページ　文章*/




/* インフォメーション*/

body.index #contents-main #top-info h2 {
	margin: 0 auto 20px;
	float: left;
}
body.index #contents-main #top-info {
	background: #fff;
    border-radius: 30px;
    padding: 4.1% 4.1%;
	margin: 0;
	line-height: 1.6;
}

body.index #contents-main #top-info ul {
	margin:0;
	font-size:100%;
	line-height: 2;
	}
body.index #contents-main #top-info li {
	padding-left:24px;
	margin:0 0 0.2em 0;
	list-style:none;
	background:url(../img/top_info_li.png) no-repeat left top 7px ;
	}
body.index #contents-main #top-info li a{
	color:#333;
	text-decoration:none;
}
body.index #contents-main #top-info li span {
	color:#666;
	font-size:100%;
	}
#contents-main #top-info .more-wrap{
	position: relative;
	clear: both;
	overflow: hidden;
}

#contents-main #top-info .more{
	padding: 5px 1em;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #a39e9c;
	display: inline-block;
	float: right;
	margin-bottom: 10px;
}

/* ★開催概要--------------------------------　*/



/* ★出店者紹介--------------------------------　*/
#contents-main .category-nav{
	position: relative;
}

#contents-main .category-link{
	margin-bottom: 20px;
	text-align: center;
}
#contents-main .category-link li{
	list-style: none;
    margin-bottom: 10px;
    display: inline-block;
	padding: 0 5px;
    border-radius: 15px;
    background: #fff;
}
#contents-main .category-link li a{
	font-size: 87.5%;
}

body.creators .category-box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
body.creators .creator-box{
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom: 1em;
	font-size: 87.5%;
}
body.creators .creator-box_inner{
	padding: 5%;
	background: #fff;
	width: 96%;
	margin: 0 2%;
	border-radius: 10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
body.creators #contents-main h3{
	background: url(../img/common_h3_stripe.png) repeat-x center bottom;
	background-size: auto 7px;
	border: none;
}
body.creators #contents-main .creator-name{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2;
	height: 2.5em;
	margin-bottom: 0.6em;
	font-weight: 800;
}
body.creators #contents-main .creator-profile{
	line-height: 1.5;
	margin-top: 5px;
	/* min-height: 190px; */
}
body.creators #contents-main .creator-box ul{
	margin-bottom: 0;
}
body.creators #contents-main .creator-url {
	/* min-height: 1em; */
	margin-bottom: 0;
    list-style: none;
}
/* body.creators #contents-main .creator-url .ttl{
	font-size: 10px;
	display: block;
} */
body.creators #contents-main .creator-img{
	position: relative;
	margin-bottom: 10px;
}

body.creators #contents-main .creator-img:before{
	content: "";
	display: block;
	padding-top: 100%;
	background: #ddd;
  }
body.creators #contents-main .creator-img img{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
body.creators #contents-main  .creator-insta{
	margin-bottom: 10px;
}
body.creators #contents-main  .creator-insta img{
	margin-bottom: 0;
}
body.creators #contents-main .insta-time {
	height: 1em;
	line-height: 1.2;
	overflow-y: scroll;
}
body.creators #contents-main .insta-time span{
	margin-right: 0.5em;
	line-height: 1.2;
    font-size: 90%;
}
#contents-main .creator-box a{
	color: #1a73e8;
	text-decoration: underline;
}

#mokkozakka, #accessory,#clothes, #leather, #flower,
#knitting, #japanese, #creation, #material, #others, #food, #workshop{
	margin-top: -60px;
	padding-top: 60px;
	margin-bottom: 60px;
}
.anchor-link{
	margin-top: -60px;
	padding-top: 60px;
	margin-bottom: 60px;
}
#contents-main .opening-date{
	margin-top: auto;
}



/* ★ワークショップ--------------------------------　*/
/* #contents-main #workshop{
	margin-top: 50px;
} */



/* ★新着情報・ブログページ共通--------------------------------　*/
body #contents-main .post {
	margin: 0 ;
}
body #contents-main .entry {
	margin: 0 0 50px 0 ;
}
body #contents-main .post h3{
	margin-bottom:10px;
}
#contents-main .post p.title{
	margin-left: 6em;
	text-indent: -6em;
	margin-bottom: 0;
}
#contents-main .post p.title span{
	margin-right: 1em;
}


/* 日付など */
#contents-main .post p.links{
	color:#333;
	line-height:1.8em;
	font-size:90%;
	text-align:right;
	margin:0 0px 5px 0;
	padding:0 0px;
	}

#contents-main p.links a{
	text-decoration:none; color:#1F0000
}


/* ページング */
#contents-main .post .pager {
	clear:both;
	text-align:center ;
	font-size:80%;
	line-height:2em;
	margin-top:40px;
	}
#contents-main .post .pager span.pager_item a {
	margin:0 2px;
	padding: 2px 6px;
    border-radius: 4px;
	background: #fff;
	/* border:1px solid #bbb; */
	color:#000;
	}


/*記事一覧に戻る*/
.blog-go-top {
	text-align: center;
}
.blog-go-top a{
	padding: 10px 1em;
    background: #fff;
	border-radius: 20px;
	display: inline-block;
}



/* ★お問い合わせ-------------------------------- */

#contents-main table.soy_inquiry_message {
	border:0;
	background:none;
	margin:0;
	}
#contents-main table.soy_inquiry_message td , #contents-main table.soy_inquiry_message th{
	border:0;
	background:none;
	padding:0;
	}

span.error_message {
	color:#900}

/* お問い合わせ　テーブル設定 */
body #contents-main table#inquiry_form  {
	width:100%;
	border-collapse:separate;
	border-spacing : 4px 4px;
	}
body #contents-main table#inquiry_form  th {
	width:120px;
	}
body #contents-main table#inquiry_form  td {
	border:none;
}

/* nest table用 */
body #contents-main table#inquiry_form table{
	width:350px;
	border:0;
}

input, textarea, select {
    padding: 5px;
}


/* テキストボックスなどの長さ */

body #contents-main table#inquiry_form  td input.name{
	width:200px}
body #contents-main table#inquiry_form  td input.mail{
	width:350px}
body #contents-main table#inquiry_form  td input.subject{
	width:300px}
body #contents-main table#inquiry_form  td textarea {
	width:100%;}




/* ★公式ブログページ　個別設定-------------------------------- */

/* 一覧・詳細　共通設定　-----*/
body.blog #contents {
	width: 100%;
	max-width:940px;
	margin:0 auto;
	}
body.blog #contents-main {
	float:left;
	padding-top:20px;
	}
body.blog #contents-main h2 {
	font-weight:600;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
	}
body.blog #contents-main h2 span {
	font-weight:normal;
	color:#333;
	}



/* ブログ・カテゴリタイトル表示用 */
body.blog #contents-main .category-ti {
	font-size:110%;
	margin:0 auto 20px auto  ;
	text-align:left;
	font-weight:600;
	}
body.detail #contents-main .category-ti {
	margin:0 auto 40px auto  ;
}



/* サイドコンテンツ */
body.blog #contents-banner {
	padding-top:30px;
	}
body.blog #contents-banner ul {
	font-size:90%;
	color:#666;
	line-height:1.8em;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
	}
body.blog #contents-banner ul li{
	list-style:disc outside;
	margin-left:20px;
	}
body.blog #contents-banner .banner-box {
	margin-bottom:30px;
	}

body.blog #contents-banner h2 {
	font-size:85%;
	margin-bottom:10px;
	padding:0.2em 0;
	text-align:center;
	background:#6470AF;
	color:#fff;
	}




/* ブログ　一覧ページ　-----*/

/* 記事ブロック */
body.list #contents-main .entry {
	width:640px;
	margin:0 auto 0px auto;
	}

/* サムネイル画像 */
body.list #contents-main .entry p.thumb img {
	margin: 0 0 0px 0 ;
}

body.list #contents-main h2 {
	font-size:95%;
	padding-left:20px;
	margin-bottom:0.5em;
	background:url(../img/top_info_li.jpg) no-repeat 0 4px ;
	}



/* ブログ　詳細ページ　-----*/
body.detail #contents-main h2{
	font-size:100%;
	margin-bottom:30px;
}


/* ★プライバシーポリシー-------------------------------- */
body.contact  #contents-main ul li{
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
	body.creators .creator-box {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
}


/* 印刷用設定　ここから */
@media print {


/* JSナビ固定の解除 */
.fixed {
	position:relative ;
	}


}
/* 印刷用設定　ここまで */