@charset "utf-8";
/* 
Theme Name: Clovers-Wedding-PHOTO
Theme URL: https://Clovers-Wedding-PHOTO.com
Description: Clovers-Wedding-PHOTO
Author: Clovers-Wedding-PHOTO
 */
@import url("css/layout.css");
@import url("css/layout_pc.css");
@import url("css/layout_tlsp.css");
@import url("css/common.css");
@import url("css/animate.css");
/*=========================

=========================*/
/*=========================
<time>2023年4月1日</time>
<time datetime="2023-04-01">2023年4月1日</time>
<time datetime="<?php echo get_the_date('Y-m-d'); ?>"><?php echo get_the_date('Y年m月d日'); ?></time>
=========================*/
/*-------------------------

-------------------------*/



/*テーブル1*/
.table1 {
	border-collapse: collapse;
	width:100%;
}
.table1 th.t_top {
    border-top: #be1309 4px solid;
}
.table1 th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
.table1 td.t_top {
	border-top: #b3b3b3 4px solid;
}
.table1 td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}



@media print, screen and (min-width: 767.01px){

	}

@media only screen and (max-width: 767px){
	/*=========================
コンテンツ共通
=========================*/
/*枠*/
#article-in>div {
	margin-bottom: 50px;
	}

 /*スマホテーブル横スクロール
    テーブルを囲む<div class="scroll"></div>*/
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;}
.scroll::-webkit-scrollbar-track{background: #F1F1F1;}
.scroll::-webkit-scrollbar-thumb {background: #BCBCBC;}
	}

@media only screen and (max-width:640px){}