@charset "utf-8";
/* CSS Document */
/*ジンセン　レフトカラム用*/


/*２０１４年夏号*/

.left{
    width: 38%;
	margin:0;
	height:0;
	padding-top:100%;
	float:left;
    background-size:contain;
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
	background-image:url("../../img/ginseng/2014summer/h1img_bg.png") ;
}

.left h2{
	margin:0;
	padding:0;
}
.left h2 img{width:100%;}

.left_inner{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}


.question{
	color:#333;
	font-size:120%;
	font-weight:bold;
	margin-bottom:2%;
	border-bottom:#999 solid 1px;
}

.answer{
	color:#0026FF;
	font-weight:bold;
	margin-right:10px;
}

@media screen and (max-width: 500px){
    .left {
    width: 100%;
    }
	.left{
		height:200px;
		argin:0;
		padding:0;
		overflow:hidden;
		background-size:cover;
	}
	
	
	
}
