@charset "utf-8";

@media print, screen and (min-width:769px) {
	/*------------------------------------------------------------------------------------------
	*
	*
		 /webcatalog/performance/passive-safety/
		 Responsive / PC
	*
	*
	------------------------------------------------------------------------------------------ */

	/* ------------------------------
		 #section_frame
	------------------------------ */
	#section_frame img {
		width:740px;
		height:auto;
		}
	#section_frame .pic {
		position:relative;
		}
	#section_frame .pic .caption {
		font-size:14px;
		position:absolute;
		bottom:60px;
		right:130px;
		}
		/* ------------------------------
		    #section_safety
		------------------------------ */
		#section_safety .section_desc{
		    margin: 0 0 10px 0;
		}

		#section_safety .caption{
		    margin: 0 0 20px 0;
		    padding: 0 50px;
		}

		#section_safety .col_desc{
		    width: 720px;
		    float: left;
		}

		#section_safety .img{
		    width: 165px;
		    float: left;
		}

		#section_safety .img img{
		    width: 100%;
		    height: auto;
		}

		.section_inner .column_caution {
			font-size: 11px;
			line-height: 1.5em;
			margin: 0px;
			padding: 0px;
		}
		.section_inner .column_pic{
			margin: 0px;
			padding: 0px;
		}
		
		/* ----------------------------------- */
		.section_inner .caption{
			font-size: 14px;
			line-height: 130%;
		}
		.section_inner .caution {
			font-size: 11px;
			line-height: 1.5em;
		}
		.section_inner .column_pic{
			margin: 0px;
			padding: 0px;
		}
		.section_inner .column_sub_pic{
			width: 50%;
			margin: 0px;
			padding: 0px;
		}

	}
