@charset "UTF-8";

/*
CSS-SEAT-MENU

■INTERFACE
■KEY
■NAVIGATION
■MAIN-CONTENTS
■FOOTER
*/

/* ___________________________________________________________________________ INTERFACE */

body{
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust:none;
	background: linear-gradient(#f7cfdf, #f8efe2);
 background: -webkit-linear-gradient(top, #f7cfdf, #f8efe2);
 background:    -moz-linear-gradient(top, #f7cfdf, #f8efe2);       /* -moz-liner-gradient(to bottom, #f7cfdf, #f8efe2); */
 background:      -o-linear-gradient(top, #f7cfdf, #f8efe2);       /*   -o-liner-gradient(to bottom, #f7cfdf, #f8efe2); */
 background:     -ms-linear-gradient(top, #f7cfdf, #f8efe2);       /* for ie10 platform preview */
 background:         linear-gradient(to bottom, #f7cfdf, #f8efe2);

	color:#000;
}

div#container{
	width:1024px;
	height:auto;
	margin: 0 auto;
	background-color:#fff;
}

#bg01 {
    background: url('../img/bg1.png');
}
#bg02 {
    background: url('../img/bg2.png');
}
#bg03 {
    background: url('../img/bg3.png');
}

/* ___________________________________________________________________________ KEY */

div#KeyArea{
	clear:both;
	width:100%;
	margin:0;
	padding:0;
}

div#KeyArea img{
	width:100%;
	height:auto;
	margin:0;
}

div#KeyArea img#spKey{display:none;}

div#KeyArea2{
	clear:both;
	width:100%;
	margin:0;
	padding:0;
}

div#KeyArea2 img{
	width:100%;
	height:auto;
	margin:0;
}

div#KeyArea2 img#spKey2{display:none;}

/* ___________________________________________________________________________ NAVIGATION */

.navWrapper{
	clear:both;
	width:100%;
	height:60px;
	margin:0 0 -50px;
	padding:0;
	box-shadow:0 5px 7px #bbbbbb,0 -5px 10px #dddddd;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}

ul#GlobalNavi{
	width:1024px;
	height:60px;
	margin:0px auto;
	padding:0px;
	list-style:none;
}

ul#GlobalNavi li{float: left;}

ul#GlobalNavi li a{
	display: block;
	margin:0;
	padding:0;
	width: 256px;
	height: 60px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	-webkit-background-size: 256px auto;
	background-size: 256px auto;
	background-position: 0 0;
}

ul#GlobalNavi li a:hover{background-position: 0 60px;}

ul#GlobalNavi li.c001 a {background-image: url('../img/nav_001.png');}
ul#GlobalNavi li.c003 a {background-image: url('../img/nav_003.png');}
ul#GlobalNavi li.c005 a {background-image: url('../img/nav_005.png');}
ul#GlobalNavi li.c006 a {background-image: url('../img/nav_006.png');}

/* ___________________________________________________________________________ MAIN-CONTENTS */

div#MainContainer {padding: 0 20px;}

div#column001,
div#column002,
div#column003,
div#column005{
	margin:0 0 -80px;
	padding-top:50px;
}

div#column004{
	margin:0 0 30px;
	padding-top:100px;
}


/*Column001*/

div#column001{}

div#column001 .title{
	clear:both;
	width:100%;
	margin:0 0 20px;
	padding:0;
}

div#column001 .title img{
	width:100%;
	height:auto;
	margin:0;
}

div#column001 p {margin: 50px 0 0 ;}

div#column001 .f_left {width: 49%; margin: 0 20px 20px 0;}
div#column001 .f_right {width: 48%; margin: 0 0 20px 0;}

div#column001 th {height: 160px; width: auto;}
div#column001 th img {height: 100%; width: auto;}

div#column001 .t001 td, div#column001 .t002 td, div#column001 .t005 td, div#column001 .t006 td {
	background-repeat: no-repeat, no-repeat;
	-webkit-background-size: auto 42px, auto 1px;
	background-size: auto 42px, auto 1px;
	background-position: left 0, left 45px;
}

div#column001 .t003 th, div#column001 .t004 th {
	display: block;
	background-repeat: no-repeat, no-repeat;
	-webkit-background-size: auto 42px, auto 1px;
	background-size: auto 42px, auto 1px;
	background-position: 0 0, 0 45px;
	float: left;
}
div#column001 .t003 td , div#column001 .t004 td {height: 160px; width: auto;}
div#column001 .t003 td img , div#column001 .t004 td img {height: 100%; width: autoh}

div#column001 .t001 td {background-image: url('../img/column001_001_text.png'), url('../img/column001_dots.gif');}
div#column001 .t002 td {background-image: url('../img/column001_002_text.png'), url('../img/column001_dots.gif');}
div#column001 .t003 th {background-image: url('../img/column001_003_text.png'), url('../img/column001_dots.gif');}
div#column001 .t004 th {background-image: url('../img/column001_004_text.png'), url('../img/column001_dots.gif');}
div#column001 .t005 td {background-image: url('../img/column001_005_text.png'), url('../img/column001_dots.gif');}
div#column001 .t006 td {background-image: url('../img/column001_006_text.png'), url('../img/column001_dots.gif');}

/*Column002*/

div#column002{}

div#column002 .t001 {
	background-image: url('../img/column002_001_bg.png');
	background-repeat: no-repeat;
	-webkit-background-size: auto 430px;
	background-size: 100% auto;
	padding: 100px 0 0;
	margin: 0 0 20px 0;
}

div#column002 .t001 img.pic {
	width: auto;
	height: 190px;
	border-radius: 6px;
	border: solid #ffadba 2px;
}

div#column002 .t001 img.left_image {height: 219px;}

div#column002 .t001 img{width: auto; height: 127px;}

div#column002 .t002 img {
	margin: 0 10px 20px 20px;
	width: auto;
	height: 120px;
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #ccc ;
	-moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #ccc ;
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #ccc ;
}

div#column002 .t002 dt {
	background-image: url('../img/column002_002_style.gif');
	background-repeat: no-repeat;
	-webkit-background-size: 21px auto;
	background-position: 0 0;
	background-size: 21px auto;
	background-position: 0 0;
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
	color: #663333;
	font-weight: bold;
}

div#column002 .t002 dd{margin: 0 0 20px 30px }


/*Column003*/

div#column003{color: #663333;}

div.monitor{width:980px;padding:0 0 20px;}
div.moniarea{width:49%}
div.moniarea img{width:100%}
div.monitor div:nth-child(even){float:left;}
div.monitor div:nth-child(odd){float:right;}


div.taikenList div:nth-child(even){float:left;}
div.taikenList div:nth-child(odd){float:right;}

div#column003 .t001, div#column003 .t002, div#column003 .t003, div#column003 .t004,
div#column003 .t005, div#column003 .t006, div#column003 .t007, div#column003 .t008 {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: right bottom;
	width: 49%;
	height: 125px;
	box-shadow: 0 0 0 2px #996666 ;
	-moz-box-shadow: 0 0 0 2px #996666 ;
	-webkit-box-shadow: 0 0 0 2px #996666 ;
	border-radius: 5px;
	margin: 0 0 20px 0;
}

div#column003 dt {
	margin: 10px 0 0 0;
	padding: 5px 0 0 40px;
	height: 30px;
	background-image: url('../img/column003_title.png');
	background-repeat: no-repeat;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
	background-position: 0 0;
}

div#column003 dd {
	background-image: url('../img/column003_style.png');
	font-weight: bold;
	background-repeat: no-repeat;
	-webkit-background-size: auto 24px;
	background-size: auto 24px;
	background-position: 0 0;
	margin: 0 0 0 10px;
	padding: 0 50px 0 30px;
}

div#column003 .t001 {background-image: url('../img/column003_001.png');}
div#column003 .t002 {background-image: url('../img/column003_002.png');}
div#column003 .t003 {background-image: url('../img/column003_003.png');}
div#column003 .t004 {background-image: url('../img/column003_004.png');}
div#column003 .t005 {background-image: url('../img/column003_005.png');}
div#column003 .t006 {background-image: url('../img/column003_006.png');}
div#column003 .t007 {background-image: url('../img/column003_007.png');}
div#column003 .t008 {background-image: url('../img/column003_008.png');}

/*Column004*/

div#column004{}

div#column004 .name {font-size: 24px;font-weight: bold;line-height: 32px;}


div#column004 img.column004_image3{
	width:60%;
	margin-bottom:30px;
	float:left;
}

div#column004 img.column004_image1{
	width:39%;
	margin-bottom:50px;
	float:right;
}

div#column004 img.column004_image1>p{
clear:both;
padding-top:100px;
}


div#column004 table {
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
}

div#column004 table.GrayTable {
	width: 604px;
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	display: table;
}

div#column004 table.GrayTable tbody {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

div#column004 table.GrayTable th{
	padding: 5px;
	background: #ccc;
	border: 1px solid #666;
	font-weight: normal;
	vertical-align: top;
	width: 20%;
}

div#column004 table.GrayTable td {
	padding: 5px;
	background: #fff;
	border: 1px solid #666;
	font-weight: normal;
	vertical-align: top;
}

table.shipping_charge{
	border-collapse:collapse;
	width:100%;
	margin:0px !important;
	font-size:11px;
	line-height:16px;
}

table.shipping_charge thead th{
	width:50% !important;
	padding:3px !important;
	background:#e3ac39 !important;
	vertical-align:middle !important;
	text-align:center !important;
}

table.shipping_charge th{
	padding:3px !important;
	background:#f9f8dc !important;
	border:1px solid #fcd98f !important;
	font-weight:normal;
	vertical-align:middle !important;
	text-align:center !important;
	white-space:normal !important;
}
table.shipping_charge tbody th{text-align:left !important;}
table.shipping_charge td{
	padding:3px !important;
	background:#ffffff !important;
	border:1px solid #fcd98f !important;
	vertical-align:middle !important;
	text-align:center !important;
}

div#column004 h3 {
	margin: 0px 0px 15px;
	padding: 1px 10px 2px;
	border-bottom: dotted 1px #000;
	border-left: solid 5px #a2114c;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	background: none;
	box-shadow: none;
	border-radius: 0;
}


/*Column005*/

ul.stepList{
	width: 100%;
	margin:0px auto;
	padding:0px;
	list-style:none;
	text-align: center;
}

ul.stepList li{
	margin: 0px 20px 20px 0px;
	display: inline-block;
}

ul.stepList.stepList li img{
	width: 250px;
}

ul.stepList li:nth-child(3){margin-right: 0px;}

#column005 th img{width: 100%;}
#column005 td img{width: 187px;}

.warning ul {
	margin:0px auto;
	padding:0px;
	list-style:none;
}

.warning li {
	background-image: url('../img/column005_icon.png');
	background-repeat: no-repeat;
	-webkit-background-size: 15px auto;
	background-position: 0 0;
	background-size: 15px auto;
	background-position: 0 0;
	margin: 15px 0 15px 0;
	padding: 0 0 0 25px;
	color: #663333;
}

#column005 img.week {
	width: 100%;
}

/* ___________________________________________________________________________ FOOTER */


div#footer{
width: 100%;
text-align: center;
padding: 30px 0;
background-color: #990033;
color: #fff;
}