@charset "utf-8";

@media screen and (min-width:769px) {
	/*------------------------------------------------------------------------------------------
	*
	*
		 /webcatalog/interior/cabin/
		 Responsive / PC
	*
	*
	------------------------------------------------------------------------------------------ */

	/* ----------------------------------- */
	/* #section_cabin */
	/* ----------------------------------- */
	#section_cabin .section_inner {
		margin-top: 100px;
		}

	#section_cabin .section_inner:first-child {
		margin-top: 0;
		}

	#section_cabin .img_slider {
		margin-bottom:0;
		}
		
	#section_cabin .img_slider .slider_inner p {
		margin-bottom:10px;
		}
	
	#section_cabin .img_slider .slider_inner .caption{
		font-size: 12px;
		text-align: left;
		margin-bottom: 30px;
		}
	
	#section_cabin .section_inner h4.cradleseat {
		margin-bottom: 0;
	}


	/* ----------------------------------- */
	/* #section_cradleseat */
	/* ----------------------------------- */
	/*
	#section_cradleseat .ico_type {
		top: -10px;
	}
	*/

	/* ----------------------------------- */
	/* #section_platform */
	/* ----------------------------------- */
	#section_platform .section_inner {
		margin-top: 100px;
		}

	#section_platform .section_inner:first-child {
		margin-top: 0;
		}

	#section_platform .section_inner h4.equipment {
		margin-top: 0;
		margin-bottom: 10px;
	}

	#section_platform .pic {
    padding: 0 50px;
	}
	
	/* ----------------------------------- */
	/* #section_movie */
	/* ----------------------------------- */
	#section_movie .section_inner {
		margin-top: 100px;
		}

	#section_movie .section_inner:first-child {
		margin-top: 0;
		}

	
	/* ----------------------------------- */
	/* #section_other */
	/* ----------------------------------- */
	#section_other .section_inner {
		margin-top: 100px;
		}

	#section_other .section_inner:first-child {
		margin-top: 0;
		}

	#section_other .detail {
    text-align: center;
	}

	#section_other .detail_title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
	font-size: 20px;
	}

	#section_other .detail a {
    margin: 0 20px;
	}
	
}