@charset "shift_jis";


div#products {
	margin-bottom: 30px;
	}

h4 {
	margin-top: 25px;
	}

/*----- products -----*/

div#products p.name
	{
	font-weight: bold;
	font-size: 1.4em;
	}

div#products p.manufacture
	{
	margin-bottom: 0;
	}

div#products ul li span
	{
	font-weight: bold;
	font-size: 14px;
	}

div#products div.apparent
	{
	width: 450px;
	margin: auto 5px;
	overflow: hidden;
	}

div#products div.apparent div
	{
	width: 150px;
	float: left;
	}

div#products .apparent div span
	{
	font-size: 12px;
	font-weight: bold;
	}



div#products div.position
	{
	width: 600px;
	overflow: hidden;
	}

div#products div.position div
	{
	width: 300px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
	}

div#products .position div span
	{
	font-size: 12px;
	font-weight: bold;
	}


/*----- inquiries -----*/

div#inquiries ul.serial ul {
	margin: 15px 0;
	}

div#inquiries ul.serial li {
	font-weight: bold;
	list-style:none;
	float: left;
	}

div#inquiries ul.serial li.body {
	margin-right: 22px;
	}

div#inquiries ul.serial li img
	{
	margin-top: 5px;
	}

div#inquiries div.info
	{
	width: 500px;
	margin:0 auto 20px auto;
	padding: 10px 20px;
	border: 1px solid #666;
	}

div#inquiries div.info h5
	{
	font-size: 13px;
	margin-left: -5px;
	}


div#inquiries div.info div.contact h6
	{
	font-size: 14px;
	}

div#inquiries div.info div.contact p.tel
	{
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	}

div#inquiries div.info div.contact p.tel span
	{
	font-size: 18px;
	}

div#inquiries div.info div.service
	{
	margin: 10px auto 20px;
	}

div#inquiries div.info div.service h6
	{
	font-size: 12px;
	font-weight: bold;
	}


div#inquiries div.info div.destination p span
	{
	font-size: 14px;
	font-weight: bold;
	}


/*----- notice -----*/
/*div#inquiries div.notice {
	width: 500px;
	margin:0 auto 20px auto;
	padding: 0px;
	border: 1px solid #F00;
	}*/

div#inquiries div.notice ul {
	color: #F00;
	}

div#inquiries div.notice ul li {
    list-style-type: none;
    padding: 0;
    text-indent: -10px;
    margin-bottom: 6px;
	}

/*----- history -----*/

div#history {
	margin-top: 45px;
	border-top: 1px dotted #666;
	}

div#history h3 {
	margin-bottom: 0;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	border-bottom: none;
	}
	
div#history ul {
	font-size: 11px;
	color: #666;
	}

div#history ul li {
	margin-left: -15px;
	list-style-type: none;
	}
