div.forum_main{	
		position: relative;		
		border: 10px solid white;
		box-sizing: border-box;
		background: #EEEEEE;
		 -moz-box-shadow: 8px 8px 10px 0px #666; 
		 -webkit-box-shadow: 8px 8px 10px 0px #666;
		 box-shadow: 8px 8px 10px 0px #666;	
		 padding: 20px;
	}
	div.forum_main img{
		border-left: 20px solid #EA7526;
		margin-right: 20px;
		box-sizing: border-box;
	}	
	@media (max-width: 400px),
		(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 600px) and (orientation:portrait),
		(-webkit-min-device-pixel-ratio: 2) and (max-width: 800px) and (orientation:portrait),
		(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1000px) and (orientation:portrait),
		(-webkit-min-device-pixel-ratio: 3) and (max-width: 1200px) and (orientation:portrait),
		(min-resolution: 1.5dppx) and (max-width: 600px) and (orientation:portrait),
		(min-resolution: 2.0dppx) and (max-width: 800px) and (orientation:portrait),
		(min-resolution: 2.5dppx) and (max-width: 1000px) and (orientation:portrait),
		(min-resolution: 3.0dppx) and (max-width: 1200px) and (orientation:portrait)
 {
		div.forum_main img{
			width: 100%;
			height: auto;
		}	
	}
	div.article{
		display: none;	
		padding: 20px;	
		background: #F7F7F7;		
	}
	span.article_plus{
		color: #EA7526;
	}
	.article_head {
		font-size: 14pt;
		background: #E0E0E0;
		padding: 20px;
		cursor: pointer;
		margin-top: 20px;
		border-left: 20px solid #EA7526;
	}
	.article_head:hover {		
		background: #CCC;		
	}
	.article_head *{
		font-size: 12pt;
	}
	a.article_link{
		display: block;
		background: #EA7526;
		color: white;
		padding: 5px;
		text-decoration: none;
		text-align: center;
		margin: 10px 5% 0px 5%;
		border: 2px solid white;		
	}
	a.article_link:hover{
		 -moz-box-shadow: 8px 8px 10px 0px #666;
 		-webkit-box-shadow: 8px 8px 10px 0px #666;
		 box-shadow: 8px 8px 10px 0px #666;
	}
	