@charset "UTF-8";
/* CSS Document */
	
#pageTitle h1{
	background-image:url(../../../images/icon04_6.png);
}

span.sat{ color:#0071bc; }
span.sun{ color:#ed1c24; }

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{
	
/*- ページナビゲーション -*/
#pageNavi ul{ width:1024px; }
#pageNavi li{ width:146px; }
#pageNavi li:nth-of-type(3){ line-height:17px; }
#pageNavi li:last-of-type{ line-height:40px; }
	
/* ----------------------------------------------
	バックナンバー
------------------------------------------------- */
#dayoriList{}
#dayoriList .content h3{}
#dayoriLis0t .content .wrapper{}
#dayoriList .content .wrapper table{
	width: 800px;
	margin: 0 auto;
}
#dayoriList .content .wrapper table tr td{
	padding:10px 15px;
}
#dayoriList .content .wrapper table tr td:nth-of-type(1){
	width:12%;
}
#dayoriList .content .wrapper table tr td:nth-of-type(2){
	width:18%;
}
#dayoriList .content .wrapper table tr:nth-of-type(n+2) td:nth-of-type(1){
	font-size:121%;
	font-weight:bold;
}
#dayoriList .content .wrapper table tr:nth-of-type(n+2) td:nth-of-type(3){
	text-align:left;
}
#dayoriList .content .wrapper table tr td ul{}
#dayoriList .content .wrapper table tr td ul li{
	display:inline-block;
	min-width:48%;
	background-image:url(../../../images/disc.png);
	background-repeat:no-repeat;
	background-position: left 8px;
	background-size: 5px auto;
	padding-left:10px;
	vertical-align: text-top;
}

/* ----------------------------------------------
	お問い合わせ
------------------------------------------------- */
#inquiry{}
#inquiry .content .wrapper{
	background-color:#f6f6f6;
	padding:40px 20px;
	text-align:center;
}

}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

@media screen and (max-width: 768px) {

/* ----------------------------------------------
	バックナンバー
------------------------------------------------- */
#dayoriList{}
#dayoriList .content h3{}
#dayoriList .content .wrapper{}
#dayoriList .content .wrapper table{
	width:100%;
}
#dayoriList .content .wrapper table tr td{
	padding:10px 8px;
}
#dayoriList .content .wrapper table tr td:nth-of-type(1){}
#dayoriList .content .wrapper table tr td:nth-of-type(2){}
#dayoriList .content .wrapper table tr:nth-of-type(n+2) td:nth-of-type(1){
	font-size:107%;
	font-weight:bold;
	word-break: keep-all;
}
#dayoriList .content .wrapper table tr:nth-of-type(n+2) td:nth-of-type(2){
	font-size:93%;
	word-break: keep-all;
}
#dayoriList .content .wrapper table tr:nth-of-type(n+2) td:nth-of-type(3){
	font-size:93%;
	text-align:left;
	word-break: break-all;
}
#dayoriList .content .wrapper table tr td ul{}
#dayoriList .content .wrapper table tr td ul li{
	display: block;
	background-image:url(../../../images/disc.png);
	background-repeat:no-repeat;
	background-position: left 6px;
	background-size: 5px auto;
	padding-left: 8px;
}

/* ----------------------------------------------
	お問い合わせ
------------------------------------------------- */
#inquiry{}
#inquiry .content .wrapper{
	background-color:#f6f6f6;
	padding:40px 10px;
	text-align:center;
}

}

@media screen and (max-width: 348px) {
#zurokuList .content .wrapper > dl > dd dl dd:nth-of-type(1){
	width: 100px;
}
}