@charset "UTF-8";



body a {
	text-decoration:none;
	color:#333333;
}

body a:hover {
	text-decoration: underline;
}

body a:visited{
	color:#333333;
}

body a img:hover {
	opacity: 0.8;
}

/*--------------------------------------
 タイトル設定
---------------------------------------*/
.mainTitle {
	width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    background-color: #e5e5e5;
    text-indent: 8px;
    font-size: 14px;
    font-weight: bold;
	margin-top: 20px;
}

/*--------------------------------------
 特集から
---------------------------------------*/

#sideL_wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -20px;
}

#sideL_wrap2 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -20px;
}

.sideL{
	width: calc((100%/2) - 20px);
	margin-left: 20px;
	margin-top: 16px;
	display: flex;
}

.sideL li {
	padding:0 0 16px 0;
    border-bottom: 1px solid #ddd;
}

.sideL li:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.sideL li img {
	width: 50%;
	box-sizing: border-box;
	float: left;
}

.sideL li .text{
	width:50%;
	font-size: 13px;
	padding-left: 16px;
	box-sizing: border-box;
	float: left;
	line-height: 1.6;
}

.sideL li .name{
	font-weight: bold;
	display: block;
	font-size: 15px;
	line-height: 1.4;
}

.sideL li .hot {
	color: #fff;
	font-weight: bold;
	background: #F71D00;
	padding: 2px 8px; 
	margin: 5px 0;
	display: inline-block;
	border-radius: 2px;
}

#sideL_wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -20px;
}

#sideL_wrap2 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -20px;
}

.sideL{
	width: calc((100%/2) - 20px);
	margin-left: 20px;
	margin-top: 16px;
	display: flex;
}

.sideL li {
	padding:0 0 16px 0;
    border-bottom: 1px solid #ddd;
}

.sideL li:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.sideL li img {
	width: 50%;
	box-sizing: border-box;
	float: left;
}

.sideL li .text{
	width:50%;
	font-size: 13px;
	padding-left: 16px;
	box-sizing: border-box;
	float: left;
	line-height: 1.6;
}

.sideL li .name{
	font-weight: bold;
	display: block;
	font-size: 15px;
	line-height: 1.4;
}

.sideL li .hot {
	color: #fff;
	font-weight: bold;
	background: #F71D00;
	padding: 2px 8px; 
	margin: 5px 0;
	display: inline-block;
	border-radius: 2px;
}



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


/*--------------------------------------
 タイトル設定
---------------------------------------*/
.mainTitle {
	width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    background-color: #e5e5e5;
    text-indent: 8px;
    font-size: 14px;
    font-weight: bold;
	margin-top: 0px;
}
	
#sideL_wrap {
	display: block;
	margin-left: 0px;
}
	
#sideL_wrap2 {
	display: block;
	margin-left: 0px;
}	

.sideL{
	width:100%;
	margin-left: 0px;
	margin-top: 0px;
}
	
.sideL li {
	padding: 4%;
    border-bottom: 1px solid #ddd;
}

.sideL li:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.sideL li img {
	width: 50%;
	box-sizing: border-box;
	float: left;
}

.sideL li .text{
	width:50%;
	font-size: 14px;
	padding-left: 10px;
	box-sizing: border-box;
	float: left;
	line-height: 1.5;
}

.sideL li .name{
	font-weight: bold;
	display: block;
	font-size: 16px;
	line-height: 1.4;
}

.sideL li .hot {
	color: #fff;
	font-weight: bold;
	background: #F71D00;
	padding: 2px 8px; 
	margin: 5px 0;
	display: inline-block;
	border-radius: 2px;
}
	
	
.sidemax{
	width:100%;
	margin-top: 0px;
}
	
.sidemax li {
	padding: 4%;
}

.sidemax li:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.sidemax li img {
	width: 100%;
	box-sizing: border-box;
}

.sidemax li .text{
	width:100%;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 1.5;
}

.sidemax li .name{
	font-weight: bold;
	display: block;
	font-size: 16px;
	line-height: 1.4;
}

.sidemax li .hot {
	color: #fff;
	font-weight: bold;
	background: #F71D00;
	padding: 2px 8px; 
	margin: 5px 0;
	display: inline-block;
	border-radius: 2px;
}
	

}

