@charset "Shift_JIS";
/*　番組審議会　*/

/*======================================================
	PC、SP　共通設定
======================================================*/



/*======================================================
	PCサイズ（769px以上）ここから
======================================================*/

@media screen and (min-width:641px), print{

#content{
	background-image: url("../../../haiku/images/back.jpg")
}

#haikuOubo .mainimage img{
	display: block;
	margin: 10px auto 20px;
}
#haikuOubo .mainimage + span{
	display: block;
	margin-bottom: 20px;
}

h3{
	display: block;
	padding-top: 15px;
}

#works ul{}
#works ul li{
	border: 1px solid #f3eee3;
	padding: 40px;
	background-color: #ffffff;
	margin: 0 0 30px;
	font-size: 0;
}
#works ul li .left{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-right: 30px;
	}
#works ul li .left img{
	width: 230px;
	height: auto;
	}
#works ul li .right{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 260px);
	font-size: 16px;
	margin-top: 7px;
}
#works ul li .right .text:first-child{
	color: #8d56a0;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px;
}
#works ul li .right h5{
	font-size: 22px;
	font-weight: bold;
}
#works ul li .right .author{
	display: block;
	font-weight: bold;
	margin: 2px 0 15px;
}
#works ul li .right .onsei{
	margin-top: 25px;
}

#kasaku dl{
	display: flex;
	width: 100%;
	border-bottom: 1px dotted #000000;
}
#kasaku dl:first-of-type{
	border-top: 1px dotted #000000;
	margin-top: 25px;
}
#kasaku dl:last-of-type{
	margin-bottom: 35px;
}
#kasaku dl dt{
    background-color: #ffffff;
	width: 65%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px dotted #000000;
}
#kasaku dl dd{
    background-color: #ffffff;
	width: 35%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
#kasaku dl:first-of-type dt, #kasaku dl:first-of-type dd{
	background-color: #e4e4e4 !important;
	text-align: center;
}

#backnumber{
	padding-bottom: 40px;
}







}
/*======================================================
	SPサイズ（768px以下）ここから
======================================================*/

@media screen and (max-width: 640px){

#content{
	background-image: url("../../../haiku/images/back.jpg")
}

#haikuOubo .mainimage img{
	display: block;
	width: 100%;
	margin: 10px auto 20px;
}
#haikuOubo .mainimage + span{
	display: block;
	margin-bottom: 10px;
}

h3{
	display: block;
	padding-top: 15px;
}

#works ul{}
#works ul li{
	border: 1px solid #f3eee3;
	padding: 30px 20px;
	background-color: #ffffff;
	margin: 0 0 30px;
	font-size: 0;
}
#works ul li .left{
	display: block;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	}
#works ul li .left img{
	width: 230px;
	height: auto;
	}
#works ul li .right{
	display: block;
	font-size: 16px;
}
#works ul li .right .text:first-child{
	color: #8d56a0;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 3px;
}
#works ul li .right h5{
	font-size: 22px;
	font-weight: bold;
}
#works ul li .right .author{
	display: block;
	font-weight: bold;
	margin: 2px 0 10px;
}
#works ul li .right .onsei{
	margin-top: 25px;
	text-align: center;
}

#kasaku dl{
	width: 100%;
	border-bottom: 1px dotted #000000;
}
#kasaku dl:nth-of-type(2){
	border-top: 1px dotted #000000;
	margin-top: 25px;
}
#kasaku dl:last-of-type{
	margin-bottom: 35px;
}
#kasaku dl dt{
	display: block;
    background-color: #ffffff;
	width: 100%;
	padding: 10px 20px 5px;
	box-sizing: border-box;
	text-align: left;
}
#kasaku dl dd{
	display: block;
    background-color: #ffffff;
	width: 100%;
	padding: 5px 20px 10px;
	box-sizing: border-box;
	text-align: right;
}

#backnumber{
	padding-bottom: 60px;
}

}

