@charset "utf-8";
/* 2020.3.12
   Ver.1.0
*/

body {
    font-family: meiryo ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #474747;
}

#selLanguage{
    float: right;
    margin-top: 10px;
    margin-right: 40px;
    font-size: 16px;
}

/* 1.26 11言語追加に伴い、ページ幅拡張 */
.container {
    min-width: 1000px;
}

.page_title {
    margin-top: 40px;
}

.guide_text {
    margin: 16px auto 60px 0;
}

.group {
    margin-bottom: 5px;
    margin-top: 100px;
    color:#596389;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 20px 15px;
}

/* 2022.4.7 段落折り返しレイアウト調整 */
h4.panel-title{
    line-height: 1.3;
}

a:hover {
    color:#005ce6;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.panel-default>.panel-heading>.panel-title>a {
    display: block;
}


/* ページ本文全体スタイル */
div#main_block {
    padding: 50px 40px 0 40px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
}

.app_logo {
    height: 42px;
    margin-bottom: 30px;
}

.app_icon {
    height: 100px;
}

/* 2.5 Adobeロゴ用にbottomマージン調整 */
.app-wrap {
    margin: 50px 0 70px 0;
}


/* 対象機種一覧ブロックスタイル*/
div.model_block {
    font-size: 16px;
}

/* 2022.4.7 折り返しレイアウト調整 */
div.model_block > div {
    /* margin: 5px 40px; */
    padding: 5px 40px;
}

/* 小見出し(インデント付き)スタイル */
h4.indent {
    padding-left: 18px;
}

/* 小見出し(記号) */
h4.indent::before {
    content: "";
    border-left: 5px solid #485b77;
    padding: 0 5px;
    line-height: 1.4em;
}

table {
    width: 100%;
/*    margin: 10px 20px;*/
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
}

/* Table 見出し行用スタイル */
tr.table_head_row {
    background-color: #4f4f55;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

/* テーブル 本文行用スタイル */
tr.table_body_row {
    /*    background-color: #cbcbd3;*/
    background-color: #e6e6e6;
    color: #333;
}

/*テーブル 1列目用スタイル*/

tr > td:first-child {
    width: 380px;
}

/*Table セル用スタイル */
td {
    border: 1px solid #fff;
    padding: 0 10px;
}

/*セル内 リンクラッパー用スタイル*/
td > p{
    text-align: center;
    margin-top: 5px;
}

.btn {
    white-space: normal;
}

hr {
    margin: 10px 0;
}

div.footer_block {
    text-align: center;
}

/* 2.5 Adobeロゴブロック style追加*/
div.logo_container{
    text-align: right;
}

div.logo_container > img{
    max-width: 340px;
    padding-right: 15px;
}
    
span#copyright {
    font-size: 12px;
}

hr.bottom-line {
    margin-top: 100px;
}


@media (max-width: 1200px){
    /* de 1st column width */
	tr.de_header > td:first-child	 { 
		 width: 300px; 
	 }
    /* nl 1st column width */
	tr.nl_header > td:first-child	 { 
		 width: 300px; 
	 }
    /* fr 1st column width */
	tr.fr_header > td:first-child	 { 
		 width: 300px; 
	 }
}

/* media query */
@media (max-width:768px) {
    tr > td:first-child {
        width: 240px;
    }
    
    p{
        font-size: 12px;
    }
}

@media (max-width:480px) {
    tr > td:first-child {
        width: 200px;
    }

    p{
        font-size: 10px;
    }
    
}
