@charset "UTF-8";

.panel1 
{
	border:none;
}

.panel1 .PanelImage 
{
	display:block;
	width:100%;
	height:auto;
}

.PanelImage img
{
	width:100%;
	height:auto;
}

.panel1 .Panel_comment {
	display:block;
	margin: 0 auto;
	width:100%;
	height:auto;
	color: #612e0f;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.0em;
	vertical-align:top;
}

.panel2 
{
	border:none;
}


.panel2 .PanelImage 
{
	display:table-cell;
	position:relative;
}

.panel2 .Panel_comment {
	display:table-cell;
	margin:0 3%;
	width:55%;
	height:auto;
	color: #612e0f;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.0em;
	vertical-align:top;
}


.Panel_comment_header {
	color: #ff7d7d;
	font-size:1.5em;
}

.Panel_comment_strong {
	color: rgba(181,133,80,1.0);
	font-size:1.1em;
}

/* Small Desktops */
@media (min-width: 769px) and (max-width: 1096px) {

}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 768px) {
	
}
/* Mobile */
@media (max-width: 480px) {
	
}
