Commit ed8f5eec by o.kimura

!MVテスト版

parent b3a8f266
Showing with 7 additions and 6 deletions
...@@ -28,7 +28,8 @@ div#contents_area_top{ ...@@ -28,7 +28,8 @@ div#contents_area_top{
div#contents_area_top div#showcase{ div#contents_area_top div#showcase{
width: 1280px; width: 1280px;
margin: 0 auto 20px auto; margin: 0 auto 20px auto;
text-align: left; /*temp*/
text-align: center;
} }
div#contents_area_top p.headline_area{ /*0423 追記 */ div#contents_area_top p.headline_area{ /*0423 追記 */
......
...@@ -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/mv_test.jpg' alt='' width='1200' height='740' />"; showcaseimage[0] = "<img src='images/mv_test.jpg' alt='' width='860' height='auto' />";
showcaseimage[1] = "<img src='images/mv_test.jpg' alt='' width='1200' height='740' />"; showcaseimage[1] = "<img src='images/mv_test.jpg' alt='' width='860' height='auto' />";
showcaseimage[2] = "<img src='images/mv_test.jpg' alt='' width='1200' height='740' />"; showcaseimage[2] = "<img src='images/mv_test.jpg' alt='' width='860' height='auto' />";
showcaseimage[3] = "<img src='images/mv_test.jpg' alt='' width='1200' height='740' />"; showcaseimage[3] = "<img src='images/mv_test.jpg' alt='' width='860' height='auto' />";
showcaseimage[4] = "<img src='images/mv_test.jpg' alt='' width='1200' height='740' />"; showcaseimage[4] = "<img src='images/mv_test.jpg' alt='' width='860' height='auto' />";
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