@charset "utf-8";

#takumi_tech section{
	width: 836px;
	padding: 0 82px;
}

#takumi_tech .content{
	padding: 45px 0 45px;
}

#takumi_tech h2{
	font-size: 3.6rem;
	font-weight: normal;
	border-bottom: 1px dotted #1a1311;
	margin-bottom: 45px;
}

#takumi_tech h2 span{
	font-size: 1.4rem;
	display: block;
}



#takumi_tech .read{
	font-size: 1.6rem;
	line-height: 1.8em;
}



#takumi_tech #frame{
	background: black;
	margin-bottom: 45px;
}
#takumi_tech #frame .navi iframe{
	width: 120px;
	height: 960px;
	margin-left: 30px;
	float: left;
}

#takumi_tech #frame .main{
	width: 590px;
	height: 960px;
	margin-left: 60px;
}
#left_frame td{
	font-size: 1.4rem;
	line-height: 1.0em;
}


#left_frame a{
	color: #ccc;
	text-decoration: none;
}


#left_frame a:hover{
	color: yellow;
}


.left_frame_sp table{
	width: 96%!important;
}
.left_frame_sp td, .left_frame_sp a{
	font-size: 2.0rem!important;
	line-height: 1.6em!important;
	height: auto;
}

@media(max-width:768px) {

#takumi_tech h2{
	font-size: 2.8rem;
}

#takumi_tech #frame{
	width: 94%;
}

#takumi_tech #frame .navi{
	width: 100%!important;
	height: 10.0rem;
	float: none;
	margin-left: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 5.0rem;
}


#takumi_tech #frame .navi iframe{
	width: 100%;
}
#takumi_tech #frame .main{
	width: 100%!important;
	margin-left: 0;
}

}


