@charset "utf-8";
/* css Document */
/* 共通 */
article{
	width: 100%;
	/*width: 1000px;*/
	margin: 0 auto;
	overflow: hidden;
	/*padding-top: 155px;*/
}
section{
	margin-bottom: 5px;
}
.main-cont{
	float: right;
	width:750px; 
}

/* contents */
.w100{
	width: 100%;
}
.pan{
font-size: 12px;
padding: 10px;
background-color: #fff;
}
h2{
	color: #274ec0;
	line-height: 1.0;
	font-size: 25px;
	background-color: #fff;
	border-bottom: 5px solid #274ec0;
	margin-bottom: 10px;
	padding: 10px;
}
h3{
	font-size: 20px;
	border-bottom: 2px solid #000000;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
h4{
	border-bottom: 1px dashed #000000;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.default-box {
	margin-bottom: 40px;
	padding: 20px;
	background-color: #fff;
}
.title-box{
	position: relative;
}
.title-box h3{
	margin-top: 6px;
}
.title-box .middle1{
	position: absolute;
	top:0;
	left: 100px;
}
.title-box .middle2{
	position: absolute;
	top:0;
	left: 250px;
}
.title-box .middle3{
	position: absolute;
	top:0;
	left: 225px;
}
.title-box .left{
	position: absolute;
	top:0;
	left: 450px;
}
.title-box .left-end{
	position: absolute;
	top:0;
	left: 800px;
}
/* ボタン */
.button a{
	cursor: pointer;
	color:#fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
a.red{
	background-color: #D90000;
}
a.red:hover{
	background-color: #840000;
}
a.gray{
	background-color: #363636;
}
a.gray:hover{
	background-color: #000;
}

/* //ボタン */
/* テーブル */
.table-box01{
	width: 100%;
	margin-bottom: 40px;
}
.table-box01:last-of-type{
	margin-bottom: 0;
}
.table-box01:first-of-type{
	margin-bottom: 40px;
}
.table-box01 th {
	text-align: center;
	padding:5px 10px;
	border:solid 1px #999;
	border-bottom:solid 2px #999;
	background-color:#ddd;
	vertical-align: middle;
}
.table-box01 td {
	text-align: center;
	padding:5px 10px;
	border:solid 1px #999;
	border-bottom:solid 1px #999;
	vertical-align: middle;
}
.table-box01 tr:nth-child(2n+1) {
 background: #d0dbfc;
}
.table-box01 tr.bg-red th{
	background-color: #EED2D2;
	border-top: 2px solid #999;
	border-bottom: 1px solid #999;
}
.table-box01 th.nowrap,
.table-box01 td.nowrap{
	white-space: nowrap;
}
/* //テーブル */

/* ページ番号 */
.item-pagenation{
	margin-bottom: 20px;
}
.item-pagenation-box-l{
	float: left;
	width: 120px;
	margin: 5px 10px 0 0 ;
}
.item-pagenation-box-l span{
	color: #D90000;
}
.item-pagenation-box-r{
float: right;
text-align: right;
width: 620px;
}
.pageview ul {
	font-size:14px;
	display: inline-block;
	padding: 5px 0;
}
.pageview ul li {
	display: inline;
	line-height: 1.0;
	margin: 0 0.15em;
}
.pageview ul li.page-on {
	color: #FFF;
	padding: 4px 10px;
	border: 1px solid #777;
	background-color: #777;
}
.pageview ul li a {
	color: #777;
	padding: 4px 10px;
	border: 1px solid #777;
	background-color: #FFF;
	display: inline;
	text-decoration: none;
}
.pageview ul li a:hover {
	color: #FFF;
	background-color: #000;
	border: 1px solid #000;
}
.pageview ul li.no-border a{
	border: none;
	background: none;
	padding: 4px 2px;
}
.pageview ul li.no-border a:hover{
	color: #000;
}
/* //ページ番号 */

.quantity_big001{
	font-size: 1.25em;
}