@charset "utf-8";
/*
Theme Name: Jet Press 15_PROTO
Description:WooCommerce対応テーマのテンプレートプラン。
Author: Jet-B
Version: 0.1
Text Domain:jet-press15_proto
*/

/*リセット
====================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	box-sizing:border-box;
	font-style: normal;
	font-size: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	table-layout:auto;
	vertical-align: bottom;
}
.blog_text ul,
.blog_text ol,
.common_cont ul,
.common_cont ol{
	list-style-position: inside;
	box-sizing:border-box;
	font-style: normal;
	font-size: 100%;
	margin: 0;
	padding: 0 0 0 2px;
	table-layout:auto;
	vertical-align: bottom;
}
li{
	box-sizing:border-box;
}
/*投稿記事編集の背景*/
#tinymce{
background:#fff;
min-width: 100%;
color:#000;
}
/* Alignments */
.alignleft {display: inline; float: left; margin:10px 10px 10px 0px ;}
.alignright {display: inline; float: right; margin:10px 0px 10px 10px ;}
.aligncenter {display: block; margin-right: auto; margin-left: auto;}
/*hr 設定
====================*/
hr{
background-color: #dbd5dc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
/*blockquote
====================*/
blockquote{
position: relative; margin: 0 1em 1.5em; padding: 1em;
border: 3px solid #d7d7d7; background-color: #e0e0e0; z-index: 1;
}
blockquote p{
position: relative; z-index: 3;
}
blockquote:before{
content: "“"; font-size: 1000%; line-height: 0.8em;
font-family:"Roboto Slab" , Garamond , "Times New Roman" , serif;
color: #F0F0F0; position: absolute; left: 0; top: 0; z-index: 2;
}
blockquote:after{
content: "”"; font-size: 1000%; line-height: 0em;
font-family:"Roboto Slab" , Garamond , "Times New Roman" , serif;
color: #F0F0F0; position: absolute; right: 0; bottom: 0; z-index: 2;
}

*:focus {
  outline: none;
}


/*object-fit
========================*/
.imgwrap img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/* IE用挙動 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.imgwrap {
	overflow: hidden;
}
.imgwrap img {
	height: auto;
}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
Wordpress デフォルト設定
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*-----------------------------
テーブル
------------------------------*/
table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
	font-size:1.4rem;
}

thead th {
	border-bottom: 1px solid #bbb;
	padding-bottom: 0.5em;
}

th,
td{
	border: 1px solid #bbb;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}
@media only screen and (max-width:1000px){
	table {
	font-size:1rem;
}
}
/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
}

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

.gallery-item { /** 画像共通のスタイル **/
    float: left;
	margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}

.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
}

.gallery-caption { /** キャプション **/
    color: #222;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
}

.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.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}

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

.grecaptcha-badge { visibility: hidden; }

