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

body {
	font-family: sans-serif;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	border: 0;
	vertical-align: top
}
ol, ul {
	list-style: none
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/*====================================================================
 clearfix
====================================================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}





/* w481px以上
------------------------------------------------------------ */
 @media all and (min-width:481px) {
 
.part_pc {
display: block!important;
}
.part_sp {
display: none!important;
}




}
/* w480px以下
------------------------------------------------------------ */
 @media all and (max-width:480px) {
 
.part_pc {
display: none!important;
}
.part_sp {
display: block!important;
}






}
