@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}
address,em { font-style: normal; }/* 斜体字矯正---*/
th { font-weight: normal; }/* 太字---*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th { text-align: left;}
legend { display: none;}/* 横罫線消去---*/
h1,h2,h3,h4,h5,h6,small { font-size: 100%;font-weight: normal; }/* フォントサイズ統一---*/
img,fieldset { border: 0;}/* 枠線消去---*/
img {vertical-align: bottom;}/* 画像の配置（ベースラインからボトムへ）---*/

body, h1, h2, h3, h4, h5, h6, dl, p , dt, dd, form, select, option, address, pre {
	margin:0;
	padding:0;
	-webkit-text-size-adjust:100%;
	-webkit-text-size-adjust: 100%;
}
ul, li {
	list-style:none;
	margin:0;
	padding:0;
}
a img {
	border:none;
}

.center {text-align: center !important;}
.clear {clear: both;}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* WordPress共通 */
.aligncenter {
margin-left:auto;
margin-right:auto;
display : block;
}
.alignright {
float: right;
margin: 0 0 0 10px;
}
.alignleft {
float: left;
margin: 0 10px 0 0;
}


.pc{
	display:block !important;
}
.sp{
	display: none !important;
}
.pc_inline{
	display:inline !important;
}
.sp_inline{
	display:none !important;
}



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

.pc{
	display:none !important;
}
.sp{
	display:block !important;
}
.pc_inline{
	display:none !important;
}
.sp_inline{
	display:inline !important;
}
img{
	max-width:100%;
	height:auto;
}
.sp_center{
	text-align:center;
}

}
