@charset "utf-8";

	div#front
	{
		text-align: center;
	}
	div#shipinfo
	{
		display: inline-block;
		width: 100%;
			*width: 900px;
		max-width: 900px;
		border-top: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
		text-align: center;
	}

	div#shipinfo section
	{
		display:inline-block;
			*display: block;
		width:90%;
			*width: 540px;
		max-width:560px;
		margin: 10px 5% 10px 5%;
		padding-bottom: 50px;
		text-align:left;
		border-bottom: solid 1px #CCCCCC;
	}
	div#shipinfo section.last
	{
		border-bottom: none;
	}
	div#shipinfo section img
	{
		width: 100%;
			*width: 540px;
	}
	div#shipinfo section h2
	{
		width:100%;
		margin-bottom: 20px;
		font-size: 20px;
		line-height:24px;
		text-align: center;
	}
	div#shipinfo section h3
	{
		position: relative;
		height: 20px;
		margin: 10px 0px 0px 0px;
		padding-left: 18px;
		font-size: 14px;
		line-height: 20px;
		background: url(/common/css/img/rect_black.png) no-repeat left top;
	}
	div#shipinfo table
	{
		width: 100%;
	}
	div#shipinfo table th
	{
		width: 60px;
		height: 20px;
		border: solid 1px black;
		text-align: center;
		vertical-align: middle;
	}
	div#shipinfo table td
	{
		width: 60px;
		padding-left: 10px;
		border: solid 1px black;
		vertical-align: middle;
	}
	div#shipinfo table td.img
	{
		width: 50%;
		max-width:280px;
		padding: 0px;
	}
	div#shipinfo table td img
	{
		width: 100%;
		max-width:280px;
	}
