@charset "utf-8";
/*
Theme Name: Lightning Child for TamashoPTA
Theme URI: 
Template: lightning
Description: 
Author: tamashopta
Tags: 
Version: 0.1.2
*/


/*タイトル記事文字サイズ*/
h1.media-heading.entry-title a{
	font-size:18px
}

a.media-body_excerpt p{
	font-size:9px
}


footer .copySection p:nth-child(2) {
    display:none !important;
    }

.thanksPage img{
 float:left;
}

.section page-header div {
	height: 55px !important;
}

/*画像の設定*/
.list figure img {
	float: left;	/*左に回り込みさせる設定*/
	width: 20%;		/*画像の幅*/
	margin: 0px 1% 15px;	/*画像の外側に空けるスペース。左から、上(0px)、左右(1%)、下(15px)への設定。*/
	border-radius: 50%;		/*角丸のサイズ。50%にすると円形になる。正方形がいいなら、この１行削除する。*/
}
/*スマホ用 */
@media only screen and (max-device-width: 480px) {
.list figure img {
	float: left;	/*左に回り込みさせる設定*/
	width: 40%;		/*画像の幅*/
	margin: 0px 1% 15px;	/*画像の外側に空けるスペース。左から、上(0px)、左右(1%)、下(15px)への設定。*/
	border-radius: 50%;		/*角丸のサイズ。50%にすると円形になる。正方形がいいなら、この１行削除する。*/
}
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;
 background:#ffffff;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr{
 border:solid 1px #d7d7d7;
 background:#f7f7f7;
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
 border:2px solid #ffaa56;
}

/* 投稿一覧のグリッド表示用*/
#main .postList,
.home .mainSection .postList {
    display: flex;
    width: 100%;
    flex-wrap:wrap;
}
 
#main .media,
.home .media {
    padding: 1%;
    margin: 1% 1% 50px;
    border: solid 1px #eee;
}
 
@media (max-width: 480px) {
    #main .media,
    .home .media {
        width: 48%;
    }
}

@media (max-width: 375px) {
    #main .media,
    .home .media {
        width: 48%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    #main .media,
    .home .media {
        width: 48%;
    }
}
 
@media (min-width: 768px) {
    #main .media,
    .home .media {
        width: 31.333%;
    }
}
 
.archive .entry-meta_items_term,
.blog .entry-meta_items_term,
.home .entry-meta_items_term {
    display: none;
}
 
#main .media .postList_thumbnail,
.home .media .postList_thumbnail {
    width: 50%;
    padding-right: 0px;
    float: none;
}
 
#main .navigation.pagination,
.home .navigation.pagination {
    width: 100%;
}

#post_list .desc { line-height:200%; padding:23px 35px; font-size:8px;}
#post_list .desc_area { float:right; width:20%; }

/* googleスプレッドシートテーブル用 */
/* スマホ用 */
@media only screen and (min-width:480px) {

.igsv-table thead th {
	background-color: #f6978f;
	color: #FFF;
	border: solid 1px #ddd;
	text-align: center;
	font-size: 10px;	
}

.igsv-table td {
	background-color: #f7f7f7;
	border: solid 1px #ddd;
	font-size: 10px;
	font-weight: 900;
	text-align: left;
	width: 30%!important;
}
.igsv-table td:nth-child(n+1) {
	-webkit-appearance: none;
	width:16%!important;
}
	
}
/* PC用 */
table.layout-fixed {
	-webkit-appearance: none;
    table-layout: fixed!important;
	width: 100%!important;
}

.igsv-table thead th {
	background-color: #f6978f;
	color: #FFF;
	border: solid 1px #ddd;
	text-align: center;
	font-size: 14px;	
}

.igsv-table td {
	background-color: #f7f7f7;
	border: solid 1px #ddd;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	width: 100%!important;
}
.igsv-table td:nth-child(n+1) {
	width:16%!important;
}




