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


/*-----スマホ向けの記述-----*/
@media screen and (max-width: 479px) {　/*ウィンドウ幅が0～479pxの場合にCSSを適用*/
}


/*-----タブレット向けの記述-----*/
@media screen and (max-width: 767px) {　/*ウィンドウ幅が0～767pxの場合にCSSを適用*/
}
}



* {

    margin: 0px;

    padding: 0px;

}





.left {
	margin-right: auto;
	width: 200px;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.right {
    margin-left: auto;
}


#cl {
clear: both;
}






div.center{margin : 0 auto;}.subtitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
