@charset "utf-8"; /* CSS Document */ /* ----- Responsive ----- */ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #container { width: 100%; } .outline{ width: 100%; } img { max-width: 100%; width /***/: auto; height: auto; } .entry_top{ width:100%; height:20px; text-align:center; color:#777; } .entry_top_1{ position:relative; width:100%; margin:0 auto; text-align:left; } .entry_desc{ width:100%; margin:0 auto; overflow:hidden; text-align:center; font-size:12px; margin-top: 20px; } .entry_warning{ width:100%; margin:0 auto; overflow:hidden; text-align:center; font-size:13px; margin-top: 20px; } /* ヘッダー -------------------------------------------------------------------------*/ .header_next{ width:100%; height:108px; text-align:center; background:url(https://images.uradvd-plus.com/bg_header.gif) repeat-x 0 bottom; color:#777; } .header_next .inner{ position:relative; width:100%; margin:0 auto; text-align:left; } .header_next .navi{ display:none; } #navi{ display:none; } #kiyaku{ display:none; } #banner{ display:none; } #kiyaku2{ display:inline; } #banner2{ display:inline; } #navi_smartphone{ display:block; font-size: 11px; text-decoration: none; color: #082281; position:relative; alignment-baseline:baseline; } #navi_smartphone a{ font-size: 11px; text-decoration: none; } #navi_smartphone a:hover { color: #fff; } #navi_smartphone ul { list-style: none; list-style-type:none; width: 100%; margin-left: 0px; padding-left: 0px; margin-top: 0px; overflow: hidden; alignment-baseline:central; } #navi_smartphone ul li { display:inline-block;/display:inline;/zoom:1;vertical-align:top; list-style: none; border-left:1px solid #e5e5e5; float:left; } #navi_smartphone ul li:first-child{ margin-left:0; padding-left:0; border-left:0; } #navi_smartphone ul li.last { list-style: none; float:right; } #navi_smartphone ul li a { list-style: none; font-size: 10px; color: #082281; padding-left:5px; padding-right:5px; text-decoration: none; width: auto; display: block; text-align: center; line-height: 28px; } #navi_smartphone ul li a:hover { color: #fff; background-color: #082281; } table.topnavi_smartphone td:hover{ color:#FFF; background-color:#069; } table.topnavi_smartphone td:hover a{ color:#FFF; } /* haccordion style sheet */ /*CSS for example Accordion #hc1*/ #hc1{ display:none; /*not display Accordion hc1 for tablet or smartphone*/ } .ranklink{ display:none; } /* middle of the site */ .middle{ clear:both; width:100%; margin:0 auto; text-align:center; } input, textarea, select, option, button{ width: 90%; } table{ width: 100%; } #select_box{ width: 92%; } /* コンテンツ領域 */ .contents{ display:block !important; margin-bottom:30px; text-align:left; } .middle_inner{ padding:10px 0 0 0; } .middle .column1{ float:left; width:23%; } .middle .column2{ float:right; width:75.5%; } .middle_inner{zoom:1;} .middle_inner:after{content:"."; display:block; clear:both; visibility:hidden; height:0;} /* footer */ .footer .inner{ position:relative; width:100%; height:auto; margin:0 auto; text-align:center; } .footer_simple .inner{ position:relative; width:100%; height:87px; margin:0 auto; text-align:left; } #foot_img{ width:1px; height:1px; } .footer .copyright{ padding-top:15px; bottom:auto; } #img_view{ max-width: 98%; width /***/: auto; height: auto; }