/*
Template:easel
Theme Name:canvas on EASEL
Version: 1.1.0
*/

/* ここから下に書いたCSSが、親テーマCSSに上書きされます。 */






/*メイン背景色変更*/
#content{
background-color:#f9f2ea;

}


/*フッター*/
footer.footer{
background-color:#f9f2ea;
color : #aaaaaa;
}

/*コピーライトの行ブロックごと非表示*/
#inner-footer{
display:none;
}

/*タイトル下の白い余白消すタグ*/
p.site-desc{
	display:none !important;
}

/*絵の周りのフチを背景色と同じに*/
a img {
	border-color : #f2eee6 !important;
}


/*メインコンテンツを中央揃え*/
main#main{
margin-left: auto;
margin-right: auto;
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
}

.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
    float: left;
	margin-bottom: 0 !important;
	width : 250px  !important;
}




.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}

.gallery-icon img {
	width: 200px;
	height: auto;
	margin-bottom: 10px !important;
	border-radius: 5px;
}

.gallery-caption { /** キャプション **/
	display: none;
}

.gallery-columns-1 .gallery-item { /** カラムなし **/
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 24%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 10%;
}

@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
	}
	
.gallery-icon.landscape {
width : 250px;
}
}


/* ページタイトル非表示 */
.page-title {
display:none;
}

/* 作品タイプタイトル非表示 */
.archive-title.h2{
display:none;
}

/* 頒布ポストアイコンした余白少なくする設定 */
.easel_term_disc {
height : 60px;
}

body {
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;
}
