﻿@charset "UTF-8";
/* normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

h2 {margin:2px 10px; font-size:15px; }


html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;height: 100%;

}

html{/*height: 100%;*/}

body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}



a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h3 {margin:0;}

/* normalize.cssここまで */


/*----------------------------------------------------------*/
/* 基本の要素定義 */
/*----------------------------------------------------------*/

body {
  color: #333;
  font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  letter-spacing: 0.10em;
  line-height: 14px;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* リンク要素定義 */
a {
  color: #111;
  text-decoration: none;
}

a:visited {
  color: #333;
}

a:hover {
  text-decoration: underline;
}

#main_wrapper {
  width: 100% !important;
  height: 100% !important;
  position: relative;
}

#wrapper {
	  width: 100% !important;
  height: 100% !important;
}

#main {
  width: 980px;
  margin: 0 auto;
}

/* 画像の半透過設定 */
/* imgTagにmouse_onのクラスを追加するとオンマウスで半透過になります。*/
a:hover img.mouse_on {
  filter: alpha(opacity=70);
  /* IE7以下用 */
  -ms-filter: “alpha(opacity=70) ”;
  /* IE8用 */
  opacity: 0.7;
  /* Firefox 1.5以上, Opera, Safari用 */
}

/* リンク要素定義ここまで */


/* ヘッダー */

#headerbg {
  background-color: #FFF;
width:100%;
}


header {/**/
width:980px;
margin:0 auto;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
  height: 98px;/* 98px */
  position: relative;
}

header #form {
  padding-left: 16px;
  height: 12px;
  line-height: 12px;
  top: 20px;
  right: 28px;
  background-image: url(../images/top_arrow.png);
  position: absolute;
  background-repeat: no-repeat;
}

header #adress {
  padding-left: 16px;
  height: 12px;
  line-height: 12px;
  top: 40px;
  right: 28px;
  position: absolute;
}

header #top_logo {
  top: 1px;/* 14px */
  left: 28px;
  position: relative;
}

/* ヘッダーここまで */


/* ヘッダーナビゲーション */

nav {
	/*width:980px;
		margin:0 auto ;*/
  top: 76px;
  left: 8px;
  height: 20px;
  position: absolute;
  overflow: hidden;
  background-color:#FFFFFF;
}
nav ul li {
  float: left;
  padding-left: 3px;
  padding-right: 3px;
  border-left: 1px solid white;
  height: 20px;
}
nav ul li span {
  padding: 1px 5px 3px 5px;
  line-height: 16px;
}
nav ul li .nav_select {
  background-color: #b7212a;/*c297a4*/
  color:#FFFFFF;
}
nav ul .last {
  border-right: 1px solid white;
  padding-right: 10px;
}

.g_navi_link {
    cursor: pointer;
}

/* ヘッダーナビゲーションここまで */


/* メガメニュー */
.g_navi {
  position: absolute;
  background-repeat: no-repeat;
  display: none;
  top: 90px;
  z-index: 99;
}

#g_navi_1 {
  background-image: url(../images/g_navi/g_navi_back1.png);
  width: 737px;
  height: 274px;
  left: 70px;
}

#g_navi_2 {
  background-image: url(../images/g_navi/g_navi_back2.png);
  width: 737px;
  height: 274px;
  left: 131px;
}

#g_navi_3 {
  background-image: url(../images/g_navi/g_navi_back3.png);
  width: 737px;
  height: 274px;
  left: 150px;
}

#g_navi_4 {
  background-image: url(../images/g_navi/g_navi_back4.png);
  width: 736px;
  height: 274px;
  left: 170px;
}

.g_navi_head {
  position: relative;
  width: 737px;
  height: 95px;
}

.close_btn {
  position: absolute;
  top: 30px;
  right: 14px;
  display: inline;
}

.g_navi_list {
  float: left;
  margin-left: 14px;
  margin-top: 14px;
  position: relative;
}

#g_navi_1_btn {
  position: absolute;
  top: 70px;
  left: 610px;
  display: inline;
}

#g_navi_2_btn {
  position: absolute;
  top: 70px;
  left: 420px;
  display: inline;
}


#g_navi_4_btn {
  position: absolute;
  top: 70px;
  left: 630px;
  display: inline;
}


.g_navi_list_jenear {
  margin-left: 159px;
}

/* メガメニューここまで */


/* index lineup 一覧 */
#lineup_wrapper {
  width: 100% !important;
  height: 260px;
  position: relative;
  background-repeat: repeat-x;
  background-image: url(../images/lineup_bg.png);
}

#lineup {
  width: 980px;
  height: 175px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#lineup #lineup1 {
  margin-left: 34px;
  margin-top: 20px;
}
#lineup #lineup2 {
  margin-left: 34px;
  margin-top: 20px;
}
#lineup #lineup3 {
  margin-left: 34px;
  margin-top: 20px;
}

/* index lineup 一覧ここまで */


/* lineup_2nd 一覧 */
#lineup_2nd_wrapper {
  width: 100% !important;
  height: 120px;
  position:relative;
  background-repeat: repeat-x;
  background-image: url(../images/lineup_2nd_bg.png);
}

#lineup_2nd {
  width: 980px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
#lineup_2nd #lineup1 {
  margin-left: 34px;
  margin-top: 20px;
}
#lineup_2nd #lineup2 {
  margin-left: 34px;
  margin-top: 20px;
}
#lineup_2nd #lineup3 {
  margin-left: 34px;
  margin-top: 20px;
}
/* lineup_2nd 一覧ここまで */


/* index ボトムメニュー */

#bottom_menu_wrapper {
  width: 100% !important;
  height: 182px;
  background-image: url(../images/footer_back1.png);
  background-repeat: repeat;
  position: relative;
  font-size:11px;
}

#bottom_menu {
  position: relative;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  height: 182px;
}
#bottom_menu ul {
  float: left;
  position: relative;
  margin-top: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 152px;
}
#bottom_menu ul li {
  color: #cccccc;
  height: 16px;
}
#bottom_menu ul a {
  color: #cccccc;
}
#bottom_menu ul a:visited {
  color: #ffffff;
}

#bottom_menu ul li.first {
  color: #cccccc;
}

#bottom_menu ul li.first a {
  color: #cccccc;
}
#bottom_menu ul li.first a:visited {
  color: #ffffff;
}

#bottom_menu .second {
	padding-left:5px;
}


#bottom_menu .col1 {
  width: 60px;
  margin-left: 30px;
}
#bottom_menu .col2 {
  width: 140px;
}
#bottom_menu .col3 {
  width: 150px;
}
#bottom_menu .col4 {
  width: 160px;
}
#bottom_menu .col5 {
  width: 150px;
}
#bottom_menu .col6 {
  width: 150px;
}
#bottom_menu .col7 {
  width: 100px;
}

#bottom_menu .col7 .column{
	height:25px;
}

/* index ボトムメニューここまで */


/* ボトムメニュー_2nd */

#bottom_menu_wrapper_2nd {
  width: 100% !important;
  height: 182px;
  background-image: url(../images/footer_back1.png);
  background-repeat: repeat;
  position:relative;
  font-size:11px;
}

/* ボトムメニュー_2nd ここまで */


/* #フッター */
#foot {
  position: relative;
  background-image: url(../images/footer_back2.png);
  width: 100%;
  height: 40px;
  background-repeat: repeat;
  text-align:center;
  color:#333333;
}

/* フッターここまで */


/* フッター */
footer {
  position: relative;
  background-image: url(../images/footer_back2.png);
  width: 100%;
  height: 40px;
  background-repeat: repeat;
  text-align:center;
  color:#333333;
}

/* フッターここまで */



/*----------------------------------------------------------*/
/* index.html固有要素 */
/*----------------------------------------------------------*/

/* バックストレッチ要素 */
#back_stretch {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	left: 1px;
	top: -1px;
}
#back_stretch img {
  position: absolute;
}

/* バックストレッチ要素ここまで */

#contents {
  width: 980px;
  height: 500px;
}


#lineup .news_block { width:650px; float:left; margin:5px 0 0 34px;}
#lineup #scrollbar1 { width: 630px;  margin: 0px 0px 10px 0px; float:left; font-size:12px; line-height:1.6em; background-color:#fff; padding:10px;}
#lineup #scrollbar1 .viewport { width: 610px; height: 87px; overflow: hidden; position: relative; }
#lineup #scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#lineup #scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#lineup #scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#lineup #scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#lineup #scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#lineup #scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
#lineup #scrollbar1 .day { margin:0; font-size:10px;clear: both;}
#lineup #scrollbar1 .news { margin:0; clear: both;}

#lineup .block01 { width:257px;  margin: 27px 0px 10px 17px; float:left; }


/* index.html ここまで */


/*-------------------------*/
/* トップへ戻る to_top */
/*-------------------------*/

.to_top { margin:20px 0;  width:800px; clear:both;}
.to_top img {float:right; margin:10px;}


/* to_top ここまで */


/*-------------------------*/
/* 忘れないようにメモ */
/*-------------------------*/

#contents_2nd { position:relative;  margin:0 auto; width: 980px; clear:both; height:100%;}
#contents_2nd .projects_title {background-color:#b0b0a6; height:25px; padding-top:5px; margin-top:10px;}

/* 忘れないようにメモ ここまで */


