@media only screen and (min-width: 320px) {
body {
	background-color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 1.5;
	}

#midashibar {
	width: auto;
	height: 15px;
	font-size: 11px;
	color: white;
	padding: 5px;
	background-color: #FF791B;
	text-align: left;
	}

#midashibar2 {
	width: 100%;
	height: 20px;
	font-size: 14px;
	color: white;
	margin: 0 0 10px 0;
	background-color: #FF791B;
	text-align: center;
	}
	
#contents2 {
	width: 100%;
	min-height: 500px;
	background-color: rgba(255, 255, 255, 0.5);
	}

.date {
	width: 95%;
	text-align: right;
	margin: 5px 0 10px 0;
	font-size: 10px;
	color: #FF791B;
}

.nextback {
	width: 95%;
	text-align: center;
}

.infobox {
	width: 98%;
	margin: 0 auto;
}

.infobox img {
	width: 300px;
	height: auto;	
}

#list {
	width: 100%;
	background-color: white;
}

#lists {
	width: 100%;
	padding: 10px;
}

#newsbase {
	font-size: 11px;
	line-height: 1.2em;
	padding: 5px;
	margin-bottom: 10px;
}

#newsbase2 {
	font-size: 13px;
	line-height: 1.2em;
	padding: 5px;
	margin-bottom: 10px;
}

}


/* 見出しボックス */

.llbox{
	width: 85%;
	height: auto;
    padding: 0.5em 1em;
    margin: 0 auto;
    margin-top: 10px;
    background: #f4f4f4;
    border-left: solid 20px #FF791B;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
   	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
}
.llbox p {
    margin: 0; 
    padding: 0;
	font-family: Meiryo, "メイリオ", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, sans-serif;
	font-size: 20px;
	color: #FF791B;
	text-shadow: 2px 2px 5px #c7a388;
}

.title {
    margin: 0; 
    padding: 0;
	font-family: Meiryo, "メイリオ", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, sans-serif;
	font-size: 16px;
	color: #FF791B;
	text-shadow: 2px 2px 5px #dcc4b1;
}

/* End 見出しボックス */

@media only screen and (min-width: 1000px) {
body {
	background-color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url("../img/news/bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 1.5;
	}

#midashibar {
	width: 694px;
	height: 15px;
	font-size: 11px;
	color: white;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
	border: none ;
	margin: 0 0 10px 0;
	background-color: #FF791B;
	}
	
#midashibar2 {
	width: 300px;
	height: 20px;
	font-size: 14px;
	color: white;
	margin: 0 0 10px 0;
	background-color: #FF791B;
	text-align: center;
	}
	
#contents2 {
	width: 704px;
	min-height: 500px;
	padding: 10px 0 10px 0;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
	border: none ;
	background-color: rgba(255,  255,  255, 0.75);
	}

.date {
	width: 674px;
	text-align: right;
	margin: 15px 0 10px 0;
	font-size: 10px;
	color: #FF791B;
}

.nextback {
	width: 704px;
	text-align: center;
}

.infobox {
	width: 674px;
	margin: 0 auto;
}

#list {
	width: 300px;
	margin: 0 0 0 10px;
	background-color: white;
}

#lists {
	width: 300px;
	padding: 10px;
}

#newsbase {
	font-size: 11px;
	line-height: 1.2em;
	padding: 5px;
	margin-bottom: 10px;
}

#newsbase2 {
	font-size: 13px;
	line-height: 1.2em;
	padding: 5px;
	margin-bottom: 10px;
}

}

