@charset "UTF-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */
/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/*アルファ設定*/
	filter:alpha(opacity=80); 
	-moz-opacity:0.80; 
	opacity:0.80; 
	-khtml-opacity:0.80;
}
/* 汎用CLASS
----------------------------------------------------*/
/* CLEAR FIX
---------------------------*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* HIGH RESOLUTION
---------------------------*/
.high {
	width: 100%;
	height: auto;
}

/* BUTTON
---------------------------*/
.btn,
.btn img {
	display: block;
}
.out {
	text-indent: 140%;
	white-space: nowrap;
	overflow: hidden;
}

/* TEXT DECORATION & LAYOUT
---------------------------*/
.red {
	color: #C00;
}
.blue {
	color: #00C;
}
.green {
	color: #4bbeb5;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/* LINE HEIGHT
---------------------------*/
.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh160 {
  line-height: 160%;
}

.lh170 {
  line-height: 170%;
}

.lh180 {
  line-height: 180%;
}

.lh190 {
  line-height: 190%;
}

.lh200 {
  line-height: 200%;
}
.lh300 {
  line-height: 300%;
}

/* TYPE
---------------------------*/
.min {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.size-10 {
	font-size: 77%;
}
.size-11 {
	font-size: 85%;
}
.size-12 {
	font-size: 93%;
}
.size-14 {
	font-size: 108%;
}
.size-15 {
	font-size: 116%;
}
.size-16 {
	font-size: 123.1%;
}
.size-26 {
	font-size: 197%;
}
.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}
.alignjust {
	text-align: justify;
}
/* FLOAT
---------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
  clear: both;
}

/* BOX MODEL
---------------------------*/
.block {
	display: block;
}
.half {
	width: 48%;
}
.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w340 {
  width: 340px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.w100p {
  width: 100%;
}

.h100 {
  height: 100px;
}

.h150 {
  height: 150px;
}

.h200 {
  height: 200px;
}

/* MARGIN
---------------------------*/
.mt-15 {
  margin-top: -15px;
}

.mt-10 {
  margin-top: -10px;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb-15 {
  margin-bottom: -15px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml {
  margin-left: 0;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}
.ml100 {
  margin-left: 100px;
}

.mr {
  margin-right: 0;
}

.mr5 {
  margin-right: 5px;
}

.mr7 {
  margin-right: 7px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}
.mr100 {
  margin-right: 100px;
}

/* PADDING
---------------------------*/
.padding5 {
  padding: 5px;
}

.padding10 {
  padding: 10px;
}

.padding15 {
  padding: 15px;
}

.padding20 {
  padding: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}
/* ===================================================================
 ページレイアウト
=================================================================== */
img {
}
body {
	background: transparent url(../images/bg-02.gif) repeat-x 0 0;
}
#header {
	background: transparent url(../images/main-bg.jpg) no-repeat 50% 0;
}
#header .clearfix {
	position: relative;
	width: 960px;
	height: 465px;
	margin: 0 auto;
	padding: 75px 0 0;
}
#header .clearfix .left {
	position: absolute;
	top: 0;
	left: 0;
}
#header .clearfix .right {
	position: absolute;
	top: 0;
	right: 0;
}
#header .button-01 {
	background: transparent url(../images/bg-01.gif) no-repeat 0 0;
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 12px 0 13px;
}
#header .button-01 a {
	display: block;
	width: 326px;
	height: 45px;
	margin: 0 auto;
}
#main {
	background-color: #000;
}
#contents {
	background-color: #444444;
	padding: 20px;
	width:920px;
	margin: 0 auto;
}
#navigation a {
	display: block;
	width: 450px;
	height: 80px;
}
#navigation a:hover img {
	filter:alpha(opacity=80); 
	-moz-opacity:0.80; 
	opacity:0.80; 
	-khtml-opacity:0.80;
}
#introduction {
	background-color: #eeeeee;
}
.con p {
	font-size: 13px;
	line-height: 22px;
	color:#000;
	padding: 15px;
/*	text-align: justify;*/
}
.con-01-01 {
	padding-right: 460px;
	padding-left: 15px;
}
.con-01-02 {
	padding-left: 460px;
	padding-right: 15px;
}
.con-01-03 {
	padding-right: 460px;
	padding-left: 15px;
	margin-bottom: 30px;
}
.accord .con-01-01 {
	background: transparent url(../images/accord/con-01-01.jpg) no-repeat 100% -5px;
	min-height: 280px;
	height: auto !important;
	height: 280px;
}
.accord .con-01-02 {
	background: transparent url(../images/accord/con-01-02.jpg) no-repeat 0 -5px;
	min-height: 390px;
	height: auto !important;
	height: 390px;
}
.accord .con-01-03 {
	background: transparent url(../images/accord/con-01-03.jpg) no-repeat 100% -5px;
	min-height: 480px;
	height: auto !important;
	height: 480px;
}
.odyssey .con-01-01 {
	background: transparent url(../images/odyssey/con-01-01.jpg) no-repeat 100% -5px;
	min-height: 210px;
	height: auto !important;
	height: 210px;
}
.odyssey .con-01-02 {
	background: transparent url(../images/odyssey/con-01-02.jpg) no-repeat 0 -5px;
	min-height: 530px;
	height: auto !important;
	height: 530px;
}
.odyssey .con-01-03 {
	background: transparent url(../images/odyssey/con-01-03.jpg) no-repeat 100% -5px;
	min-height: 540px;
	height: auto !important;
	height: 540px;
}
.button-02 {
	width: 426px;
	height: 86px;
	margin: 0 auto;
}
.spec {
	width: 860px;
	padding: 30px;
}
p.caps {
	font-size: 11px;
}
.spec h4 {
	background: transparent url(../images/bg-03.gif) repeat 0 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.spec table {
	width: 100%;
	margin-bottom: 10px;
}
.spec table td {
	vertical-align: top;
}
.spec table.detail {
	background-color: #000;
	border-collapse: separate;
	border-spacing: 1px;
}
.spec table.detail th,
.spec table.detail td {
	background-color: #eee;
	padding: 5px;
	font-size: 11px;
	color: #000;
}
#anc {
	background-color: #eee;
	padding: 10px;
	margin: 20px 0 60px;
}
#anc .introduction {
	padding: 20px 80px;
	text-align: justify;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
}
#anc table {
	width: 860px;
	margin: 0 auto;
}
#anc table th {
	background: transparent url(../images/bg-03.gif) repeat-x 0 0;
	color: #fff;
	line-height: 39px;
	vertical-align: top;
	padding-bottom: 30px;
	text-indent: 1em;
	width: 15em;
}
#anc table td {
	vertical-align: top;
	line-height: 22px;
	padding: 0 0 30px 1em;
	color: #000;
}
#anc .attention {
	border: 1px solid #000;
	text-align: center;
	color: #000;
	width: 858px;
	margin: 0 auto;
	line-height: 40px;
}
#anc .button-03 {
	width: 856px;
	height: 86px;
	margin: 30px auto;
}
#anc .access {
	position: relative;
	width: 400px;
	padding-left: 460px;
	height:280px;
	background: transparent url(../images/con-03-01.jpg) no-repeat 0 0;
}
#anc .access h5 {
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	padding-top: 35px;
}
#anc .access p.address,
#anc .access h6,
#anc .access dl dt,
#anc .access dl dd,
#anc .access dl dd a {
	color: #fff;
	font-size: 13px;
	line-height: 22px;
}
#anc .access h6 {
	margin-top: 15px;
	text-indent: -0.5em;
}
#anc .access h5,
#anc .access dl dt {
	font-weight: bold;
}
#anc .access dl dd a {
	display: block;
}
#footer {
	background-color: #000;
	padding: 40px 0 20px;
	position: relative;
}
#footer ul {
	text-align: center;
	padding: 1em;
}
#footer ul li {
	display: inline;
	padding: 0 0.5em;
}
#footer ul li a {
	margin-right: 1em;
	color: #fff;
	font-size: 10px;
}
#footer .copy {
	color: #fff;
	font-size: 10px;
	text-align: center;
}
#footer .button-04 {
	position: absolute;
	top: -31px;
	left: 0;
	width: 100%;
}
#footer .button-04 a {
	display: block;
	width: 55px;
	height: 51px;
	margin: 0 auto;
}

