@charset "UTF-8";

* {
	box-sizing: border-box;
	font-family: ヒラギノ角ゴ, "Meiryo UI", sans-sheif;
}

body{
	background: #ffffff !important;
}

.entry-title{
	font-size: 30px;
	margin: 0 auto 50px;
	text-align: center;
	width: min(90%, 1024px);
}
.entry-detail{
	margin: 0 auto;
	width: min(90%, 1024px);
}
.entry-detail_image{
	text-align: center;
}
.entry-detail_comment{
	font-size: 22px;
	margin-top: 20px;
	text-align: center;
}
/* Youtube のレスポンシブ対応 */
.youtube {
	width: 90%;
	aspect-ratio: 16 / 9;

	margin: auto;
	text-align: center;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* スマートフォン向け */
@media all and ( max-width:639px ) {

* {
	font-size: 16px;
}

hr {
	width: 100%;
	border: 2px dashed forestgreen
}

}


/* タブレット向け */
@media all and ( min-width:640px ) and ( max-width:1023px ) {

* {
	font-size: 18px;
}

hr {
	width: 640px;
	border: 2px dashed forestgreen
}

}


/* ネットブック向け */
@media all and ( min-width:1024px ) and ( max-width:1499px ) {

* {
	font-size: 20px;
}

hr {
	width: 1024px;
	border: 2px dashed forestgreen
}

}


/* パソコン向け */
@media all and ( min-width:1500px ) {

* {
	font-size: 24px;
}

hr {
	width: 1200px;
	border: 2px dashed forestgreen
}

}
