body {
	background:#EEEEEE;
}
/* ===============================================
	header
=============================================== */
#fixedBox{
	position: fixed;
    top: 0;
    width: 100%;
	padding-top:45px;
    z-index: 10000 !important;
	background:#45535C;
}
h2{
	margin-top:94px;
	width:100%;
	height:100px;
	line-height:100px;
	background:#F14F15;
	color:#FFF;
}
h2 span{
	display:block;
	max-width:1400px;
	margin:0 auto;
	font-size:47px;
}
.pnkz{
	max-width:1400px;
	margin:0 auto;
	padding:10px 0;
}
.pnkz li{
	float: left;
	padding: 0 12px 0 0;
	margin: 0px 0 0;
	font-size:13px;
	background: url(http://yonex.co.jp/tennis/images/common/pnkzicon.png) no-repeat center right;
}
.pnkz li.last{
	background:none;
}
.footpnkzOuter{
	width:100%;
	background:#68737B;
}
.footpnkz li{
	color:#FFF;
	background: url(http://yonex.co.jp/tennis/images/common/pnkzicon02.png) no-repeat center right;
}
.footpnkz li a{
	color:#FFF;
}
a:hover{
	text-decoration:underline;
}


/* ===============================================
	contents
=============================================== */
.contents{
	max-width:1400px;
	margin:0 auto 80px;
}
.contentsinr{
	background:#FFF;
}
.sampleDiv{
	height:1000px;
	background:#FFF;
}





@media screen and (max-width:1400px){
h2 span{
	padding-left:50px;
}
.pnkz{
	padding:10px 0 10px 50px;
}
.contents{
	padding:0 50px;
}


}

@media screen and (max-width:1030px){
h2 span{
	padding-left:20px;
}
.pnkz{
	padding:10px 0 10px 20px;
}
.contents{
	padding:0 20px;
}

}

@media screen and (max-width:740px){

}





h3 {
    border-bottom: 10px #EEEEEE solid;
    height: 120px;
    line-height: 120px;
    padding: 0 0 0 23px;
    font-size: 24px;
}
.listarea {
    padding: 20px 20px;
}

table.shopdata {
    width: 100%;
    margin-bottom: 20px;
    border-top: 5px solid #EEE;
}
table.shopdata:last-child {
    margin-bottom: 0px;
}

table.topmds {
    width: 100%;
    margin-bottom: 0px;
}

table.shopdata th {
    background: #EEEEEE;
    padding: 8px;
    font-weight: bold;
	width:23%;
}
table.shopdata th.title{
	text-align:center;
	background:#DDD;
	border-left: 5px solid #EEE;
	font-size:20px;
	letter-spacing:2px;
}

table.shopdata td {
    padding: 8px;
    vertical-align: top;
	width:27%;
}

table.shopdata th.ken {
    font-size: 21px;
}

table.shopdata th,
table.shopdata td {
    border-right: 5px solid #EEE;
    border-bottom: 5px solid #EEE;
}

table.shopdata th.mds {
    border-right: 5px solid #FFF;
    border-bottom: 5px solid #FFF;
}
table.shopdata th.mds02 {
    border-right: 0px solid #EEE;
    border-bottom: 5px solid #EEE;
}
table.shopdata th.mds03 {
    border-right: 0px solid #EEE;
    border-bottom: 5px solid #FFF;
}
table.shopdata th.mds span,
table.shopdata th.mds02 span,
table.shopdata th.mds03 span{
	font-size:80%;
	display:block;
	margin-left:-0.5em;
}
table.shopdata th.nop{
	padding:2px 10px;
}
table.shopdata td.nobr{
	border-right:0;
}
table.shopdata td.entry span,
table.shopdata td.nobr span{
	margin-right:1em;
}


table.shopdata td.right {
    border-right: none;
}

table.shopdata th.right {
    border-bottom: 5px solid #EEE;
}

table.shopdata td.prod img {
    margin-right: 5px;
}

table.shopdata td a {
    color: #B46D51;
}