@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* 日本ヴォーグ社の通信講座 */
/*--------------------------------------------------------------------*/

/** {
	margin: 0;
	padding: 0;
}
html {
  font-size: 62.5%;
}
body {
	min-width: 320px;
	margin: 0 auto;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1.5;
	letter-spacing: .1em;
}*/

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img,video {
  max-width: 100%;
  height: auto;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}


/*layout
--------------------------------------------------------------------*/
#tsushin-wrap h1 {
	text-align: center;
	margin: 0 0 10px 0;
}

@media print, screen and (min-width:980px){
}

