Commit b3a8f266 by o.kimura

!MVテスト版

parent e221686d

div#contents_area_top{ div#contents_area_top{
padding-bottom: 30px; padding-bottom: 30px;
border-bottom: 1px solid #E9E9F2; border-bottom: 1px solid #E9E9F2;
...@@ -37,7 +37,8 @@ div#contents_area_top p.headline_area{ /*0423 追記 */ ...@@ -37,7 +37,8 @@ div#contents_area_top p.headline_area{ /*0423 追記 */
margin-right: auto; margin-right: auto;
margin-bottom: -30px; margin-bottom: -30px;
position: relative; position: relative;
bottom: 60px; /* bottom: 60px;temp*/
bottom: 0;
text-align: left; text-align: left;
} }
...@@ -46,6 +47,8 @@ div#contents_area_top p.headline_area a{ ...@@ -46,6 +47,8 @@ div#contents_area_top p.headline_area a{
padding-left: 45px; padding-left: 45px;
display: block; display: block;
font-weight: bold; font-weight: bold;
/*temp*/
text-align: left;
} }
div#main_area{ div#main_area{
...@@ -53,6 +56,8 @@ div#main_area{ ...@@ -53,6 +56,8 @@ div#main_area{
/*margin: 20px auto 0 auto;20190225*/ /*margin: 20px auto 0 auto;20190225*/
margin: 0 auto 0 auto; margin: 0 auto 0 auto;
text-align: left; text-align: left;
/*temp*/
margin-top: 50px;
} }
div#main_area div.left{ div#main_area div.left{
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<link rel="stylesheet" href="shared/css/reset.css" type="text/css" media="all"> <link rel="stylesheet" href="shared/css/reset.css" type="text/css" media="all">
<link rel="stylesheet" href="shared/css/fontdefault.css" type="text/css" media="all"> <link rel="stylesheet" href="shared/css/fontdefault.css" type="text/css" media="all">
<link rel="stylesheet" href="shared/css/common.css" type="text/css" media="all"> <link rel="stylesheet" href="shared/css/common.css" type="text/css" media="all">
<link rel="stylesheet" href="css/index.css" type="text/css" media="all"> <link rel="stylesheet" href="css/index.css?v=20220623" type="text/css" media="all">
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[ //<![CDATA[
(function($) { (function($) {
......
...@@ -210,11 +210,11 @@ function includeSideEn_pict() { ...@@ -210,11 +210,11 @@ function includeSideEn_pict() {
function includeShowcaseImage() { function includeShowcaseImage() {
showcaseimage = new Array(); showcaseimage = new Array();
showcaseimage[0] = "<img src='images/showcase01.jpg' alt='' width='1280' height='377' />"; showcaseimage[0] = "<img src='images/mv_test.jpg' alt='' width='1200' height='740' />";
showcaseimage[1] = "<img src='images/showcase02.jpg' alt='' width='1280' height='377' />"; showcaseimage[1] = "<img src='images/mv_test.jpg' alt='' width='1200' height='740' />";
showcaseimage[2] = "<img src='images/showcase03.jpg' alt='' width='1280' height='377' />"; showcaseimage[2] = "<img src='images/mv_test.jpg' alt='' width='1200' height='740' />";
showcaseimage[3] = "<img src='images/showcase04.jpg' alt='' width='1280' height='377' />"; showcaseimage[3] = "<img src='images/mv_test.jpg' alt='' width='1200' height='740' />";
showcaseimage[4] = "<img src='images/showcase05.jpg' alt='' width='1280' height='377' />"; showcaseimage[4] = "<img src='images/mv_test.jpg' alt='' width='1200' height='740' />";
n = Math.floor(Math.random() * showcaseimage.length); n = Math.floor(Math.random() * showcaseimage.length);
document.write(showcaseimage[n]); document.write(showcaseimage[n]);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment