@charset "UTF-8";

/*----------------------------------------
   [ body ]
-----------------------------------------*/

body {
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka, sans-serif;
	font-size:14px;
	line-height:1.4em;
	margin-top:30px;
	padding: 0px;
	color:#000;
	background-color:#fff;
	text-align:center;
}

* html body { 
/* for IE6 */	overflow-y: auto;
height: 100%;
}

h1,h2,h3,h4,h5,h6,div,ul,li,p {
    margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

li {
list-style: none;
}

img, a img, a {
    border: 0;
    outline:none
}

td {vertical-align:top;}

form {margin:0;padding:0}

/*clearfix*/
.clearfix:after {
content: "."; 
display: block; 
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
  /*q~*//*/
  height: auto;
  overflow: hidden;
  /**/
}


a:link {
	color:#09F;
	text-decoration	: none;
	}
a:visited {
	color:#09F;
	text-decoration	: none;
	}
a:hover {
	color:#09F;
	text-decoration	: underline;
	}
a:active {
	color:#09F;
	text-decoration	: underline;
	}


/*----------------------------------------
   [ contents ]
-----------------------------------------*/
.section01 {
	width:880px;
	margin:0 auto 20px;
}



.orderttl {
	width:1004px;
	margin:0 auto;
}


.orderbg {
	border-left:1px solid #A59F9C;
	border-right:1px solid #A59F9C;
	text-align:center;
}

.orderbtn {
	border-left:1px solid #A59F9C;
	border-right:1px solid #A59F9C;
	border-bottom:1px solid #A59F9C;
	text-align:center;
	padding-bottom:30px;
}

.orderbtnnoborder {
	border-left:1px solid #A59F9C;
	border-right:1px solid #A59F9C;
	text-align:center;
	padding-bottom:20px;
}

.line {margin:50px 0;}

.footer {
	line-height:1.6;
	margin:0 auto 50px;
	}