@charset "utf-8";
/* CSS Document */

.txt01{
	margin-top:10px;
	margin-left:20px;
}


.infoBox01 h3 {
	clear: both;
}
.infoBox01 li {
	width: 350px;
	height:68px;
	margin: 0 0 10px 10px;
	float: left;
	border: 1px solid #CCC;
	list-style: none;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	opacity:1;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	background:white;
	font-size: 14px;
}


.infoBox01 li:hover {
	background:#f1f1f1;
}


.infoBox01 li a {
	display: block;
	height: auto;
	padding: 10px;
}

.infoBox01 li a:active,
.infoBox01 li a:hover {
	text-decoration: none;
	color: #43677e;
	
}

.infoBox01 li img {
	display: block;
	width: 50px;
	float: left;
	margin-right: 15px;
	vertical-align: top;
}

.infoBox01 li img.icon {
	width: auto !important;
	float: right;
	position: relative;
	top: -40px;
	right: 0px;
}

.infoBox01 li div span.ico_arrow-black {
	display: block;
	float: left;
	width: 250px;
	vertical-align:top;
}

.infoBox01 li div span.ico_arrow-under {
	display: block;
	float: left;
	width: 250px;
	vertical-align:top;
    background: url("/support/share/images/arrow_underline.gif") no-repeat scroll left 0.4em;
    padding-left: 12px;
}

.ico_arow_under{
    background: url("/support/share/images/arrow_underline.gif") no-repeat scroll left 0.4em;
    padding-left: 12px;
}


.infoBox02{
	padding-left:30px;
	margin-bottom:20px;
}

.year{
	width:130px;
	float:left;
	font-weight:bold;
}

.infoBox02 ul{
	float:left;
	width:600px;
}

.infoBox02 li{
	width:130px;
	float:left;
	background: url(/support/share/images/arrow_black.gif) 2px 6px no-repeat;
	list-style:none;
	padding-left:12px;
}


.top{
		display:none;
		}





@media(max-width: 640px){
	
	
	.txt01{
	margin-top:10px;
	margin-left:0px;
	}

	
	.infoBox01h3 {
	}
	.infoBox01 li {
		width: 99%;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		float:none;
		margin-bottom:10px;
		height:auto;
		min-height:68px;
		
		font-size: 13px;
	}
	
	.infoBox01 li a div {
		display:table;
	}
	
	.infoBox0 1li img {
		display:table-cell;
		float:none;
	}
	.infoBox01 li div span.ico_arrow-black {
		display:table-cell;
		float:none;
		width:auto;
	}
	.infoBox01 li div span.ico_arrow-under {
		display:table-cell;
		float:none;
		width:auto;
	}
	.infoBox01 li p {
	}
	.photomenu.menulist {
		background: none;
	}
	
	
	.infoBox02{
	padding-left:0px;
	margin-bottom:20px;
	margin-left:10px;
	}
	
	.year{
		width:100%;
		float:none;
		font-weight:bold;
	}
	
	.infoBox02 ul{
		float:none;
		width:100%;
	}
	
	.infoBox02 li{
		width:130px;
		float:left;
		background: url(/support/share/images/arrow_black.gif) 2px 6px no-repeat;
		list-style:none;
		padding-left:12px;
		margin-right:10px;
	}
	
	.top{
		display:block;
		}

}



/*　140129　"/support/walkman/css/mq/odekake.css"より継承*/

/* infoBox01 */
.infoBox01 {
	padding:15px 20px 10px 15px;
	width: auto;
	margin-bottom: 40px;
	overflow: hidden;
}


@media (max-width: 640px) {
	.infoBox01 {
	padding:0px;
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
	}
	.infoBox01 dl {
	padding-bottom: 12px;
	margin-bottom: 12px;
	}	
	.infoBox01 dt{
		width: 50px;
		margin-left: 5px;
	}
	.infoBox01 dt img{
		width: 50px;
	}
	.infoBox01 dd{
		display: block;
		margin-top: 0px;
	}
	.infoBox01 dd span{
		display: none;
	}
	.infoBox01 dt .showPC {
		display: none;
	}
	.infoBox01 dt .showSP {
		display: inline-block;
	}

}

.mb30{
	margin-bottom:30px;
}


/* 透過PNG適用CSS */
	    html>body .sampleBox {
	        background-image: url(./demo.png);
	    }
	    * html .sampleBox {
	    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./demo.png', sizingMethod='scale');
     }