/* PAGE CUSTOMIZE */

/* 各出店・出演表示 */

.mhead{	/* 表示名(上部 / t01 t02もついてます) */		
	font-size:250%;
}
.mtitle{	/* 表示名(下部 / t02もついてます) */		
	margin-bottom: 10px;
}
.mroom{	/* 公開住所 */
	
}
.mcontact{ /* 連絡先 */

}
.murl a{	/* URL */
	color:red !important;
}
.pict{	/* 2枚目以降の画像 */
	margin-bottom: 20px;	
}
.caption{ /* 画像のキャプション */
	margin-top: 10px;	
}
.listarea{/* リストの会場名の下の場所説明 */
	margin-top: 20px;
	font-weight: bold;
	font-size: 120%;
	line-height: 120%;
}
.listblock{
	margin-bottom: 50px;	
}
.linkdata{
	margin-top: 8px;	
}
.ltitle{
	font-size: 120%;
	font-weight: bold;
	line-height: 110%;
}
.laddr{
}
.lurl{
	line-height: 110%;
	margin-top: 4px;
}
.lurl a{
	color:red !important;
	text-decoration: underline;
}
.llink{
	width:80%;
	margin-top: 10px;
}

.whitetitle{
	color:white;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}

.goldtitle{
	color:#D28C00;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}
.minititle{
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px;
}

.userimage{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


/* bootstrap override */



/* お知らせ */
.ndate{ /* 日付 */
	
}
.ntitle{ /* タイトル */
	font-size: 140%;
	font-weight: bold;
}
.nbody{ /* 本文 */
	margin-top: 20px;
}

/* about */

.aboutdesc {
	margin: 0 5%;
}
.aboutdesc .ib{
	margin-bottom: 8px;	
}



/* GLOBAL */

body{
	font-size: 16px;	
}

h3{
	font-weight: bold;
}
.red{
	color:red;	
}
.ib{
	display: inline-block;
}

.dropdown-menu{
	
}
.dropdown-menu li a,.navbar-nav .open .dropdown-menu>li>a{
	font-size: 16px;
	padding-top:8px;	
	padding-bottom:8px;	
}
#modalbody{
	padding: 20px;
	line-height: 160%;
	
}

/* recipe */
.recipe ol{
	padding-inline-start:25px;
}
.recipe ol li{
	list-style-type: decimal;
}
.recipe table{
	width:100%;	
	border-collapse: collapse;
}
.recipe table tr{
	border-top:solid 1px #774A29;
	border-bottom:solid 1px #774A29;
}
.recipe th{
	font-weight: normal;
}
.recipe td{
	text-align: right;
}
		

/* mypage */
#mypage button{
		color:green;
}
@media screen and (max-width: 764px) {
	#mypage button{
		display: inline-block;
		width: 150px !important;
		margin: 0px 5px 5px;
	}
}

/* entry override */
.entry{
	color:white;	
}

.entry .row{
	margin-bottom: 8px;	
	border-top: solid 1px #F7F7F7;
	padding-top: 8px;
}
.entry .col-sm-3{
	font-size: 16px;
}
.entry .red{
	color:yellow;
}

/* dz override */
.dropzone .dz-preview .dz-image{
	border-radius: 0px;	
}
.dropzone .dz-preview{
	margin: 0px;	
}
