/* CSS Document */
@charset "Shift_JIS";

.bd{ font-size:12px; line-height:120%;}
.bd20{ font-size:20px; color:#333;}
.bd18{ font-size:18px; color:#FF3300; line-height:140%;}
.bd14{ font-size:14px; line-height:200%;}

.inq_title{ font-size:16px; color:#FFF; font-weight:bold; text-align:left;}
.inq_text{ padding:8px 8px 0 14px; text-align:left; font-weight:bold; line-height:140%;}
.inq_tel { font-size:16px; color:#FF3C00;}

body,div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,textarea,
p,blockquote {
	margin			: 0;
	padding			: 0;
}
body {
}
fieldset,img {
	border			: 0;
}
address,caption,cite,code,dfn,th,var,strong,em {
	font-style		: normal;
	font-weight		: normal;
}
ol,ul { 
	list-style		: none;
}
caption,th {
	text-align		: left;
}
input, textarea, select {
	font-family		: inherit;
	font-weight		: inherit;
	font-size		: 100%;
}
h1,h2,h3,h4,h5,h6 { 
	font-size		: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
* img {
	vertical-align: bottom;
}


/**************************************************************************************************
CLEARFIX CLASS
**************************************************************************************************/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
	overflow: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden;
}
/* FOR MAC IE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* END OF FOR MAC IE */



/* Main
-------------------------------------------------------------------------------------------------*/
#Main {
	width: 717px;
	padding: 20px;
	background: #fff;
	margin: 0 auto;
}
#Keitora {
	background: url(../images/moving01.jpg) no-repeat;
	width: 715px;
	height: 469px;
}
#Keitora h2,
#Keitora h3,
#Keitora p,
#Cardboard h2,
#Cardboard h3,
#Cardboard p {
	display: none;
}
#Cardboard {
	background: url(../images/moving02.jpg) no-repeat;
	width: 715px;
	height: 320px;
	margin-bottom: 30px;
}



/* FooterInfo
-------------------------------------------------------------------------------------------------*/
.InfoBg {
	background: url(../images/inq_bg.gif) repeat-y;
	padding: 10px;
	width: 712px;
}
.InfoBg p {
	margin: 10px 0;
	text-align: center;
}
li {
	background: url(../images/inq_shop_title.gif) no-repeat right top;
	width: 226px;
	margin-right: 7px;
	float: left;
}
li strong {
	color: #fff;
	font-size: 16px;
}
li.Last {
	margin-right: 0;
}
.ShopBg {
	background: url(../images/inq_shop_bg.gif) repeat-y;
	padding: 10px;
	font-size: 12px;
}
dt,dd {
	float: left;
}
dd {
	padding: 10px 0;
	width: 133px;
}