@charset "utf-8"; /* ----------------------------------------------------------- CSS Information File name : contents.css ----------------------------------------------------------- */ /*---------------------------------------------------- COMMON ----------------------------------------------------*/ #tu{ width:100%; padding-top:45px; /* ヘッダー固定分 */ background:#ffffff; color:#000000; font-size:12px; line-height:1.25em; } #tu img{ width:100% !important; } #tu a{ font-weight:normal; } /* テキスト */ #tu p.tu_txt{ text-align:justify; } /* 見出し */ #tu h3.tu_tit{} /* article */ #tu .tu_article_box{ padding:10px 0; margin:0 10px; border-bottom:1px solid #000000; overflow: hidden; } #tu .tu_article_box .tu_left{ width:41%; float:left; } #tu .tu_article_box .tu_right{ width:56%; float:right; position:relative; } #tu .tu_article_box .tu_right a{ position:absolute; bottom:0; } #tu .tu_article.tu_article2 .tu_article_box{ border-bottom:none; } #tu.tuTop hr{ display: block; height: 0; background: none; width: 94%; margin: 0 auto; border-top: none; border-bottom:1px solid #000000; } /* バナー */ #tu .tu_banner{} #tu .tu_banner .tu_bnr{ display:block; } /* more */ #tu .tu_more{ padding:10px;} /* Follow */ #tu .tu_follow ul{ font-size:0; text-align:center; padding:18px 0 10px; } #tu .tu_follow ul li{ display:inline-block; text-align:center; width:11.25%; margin:0 2%; } /* ページトップ */ #tu .tu_pagetop{} #tu .tu_pagetop a{} /* modal */ .or_modal .or_modalBox{ width:90%; margin:60px auto 0; } .or_modal .or_modal_wrapper{ border:1px solid #ffffff; padding:6%; } .or_modal .or_modal_wrapper h4{ padding:12px 0; text-align:center; } .or_modal .or_modal_wrapper h4 img{ width:90%;} .or_modal .or_modal_wrapper p{ text-align:justify; color:#ffffff; font-size:11px; line-height:1.5em; padding-bottom:6px; } .or_close{ margin-bottom: 10px;} .or_close, .or_close img{ text-align:right;} .or_close img{ width:10%;} /* soon */ #tu .tu_article_box.soon{ background:url(../img/soon.jpg) 0 4% no-repeat; background-size:100% auto; padding: 0 0 23.33333333333333%; } #tu .tu_article_box.soon div{ display:none; } /*---------------------------------------------------- メディアクエリ ----------------------------------------------------*/ /* iPhone5まで */ @media only screen and (min-device-width: 320px) and (max-device-width: 374px) { } /* iPhone6&その他大型スマートフォン */ @media only screen and (min-device-width: 375px) and (max-device-width: 479px) { } /* 横置き時&タブレット */ @media screen and (min-width: 480px) { }