@charset "utf-8";


/*
*	Title: CAE関連の製品ページ 共通デザイン用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/


/*---  動画  ---------------------------------*/
ul.cae_mv li span.movie-img {
    display: table-cell;
    vertical-align: middle;
    width:250px; 
    padding-top:5px;
    padding-bottom:5px;
}
ul.cae_mv li span.movie-img img {
    width:85%!important;
}
ul.cae_mv li span.movie-text {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width:900px;
    font-weight:bold;
    font-size:120%!important;
}
/* レスポンシブ対応 */
@media screen and (max-width:767px) and (min-width:1px) {
ul.cae_mv li span.movie-img {
    width:20%!important;
}
ul.cae_mv li span.movie-img img {
    width:80%;
}
ul.cae_mv li span.movie-text {
    width:80%!important;
}
}

/*--- トップ メーカー名と副題の表示位置（※sectionにid="summary" を入れること） -------*/
#summary .product-subtitle {
    margin-top:-38px;
}
#summary .product-makername {
    margin-top:3px;
}
@media screen and (max-width: 767px) and (min-width: 1px){
#summary .product-subtitle  {
    margin-top:0px;
}