@charset "utf-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
 
}
.break:before {
  content: "\A";
  white-space: pre; /* 改行設定*/
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
h1, p {
  text-align: center;
}

html { font-size: 62.5%; }
body {
  -webkit-text-size-adjust: 100%;
  line-height: 2.1;
  font-family: sans-serif;
}

h1{
	font-size: 12px;
	font-weight: normal;

}
#main{
	margin: 0 auto;
	padding: 0 10px;
	font-size: 12px;
}

.ui_01{
	padding-top: 2%;
	padding-left: 2%;
	list-style-type: none;
}
