@charset "utf-8";

/* -------------------------------------------------- */
/* file   : default.css                               */
/* update : 2013/01/18 T.S                            */
/* -------------------------------------------------- */

/* reset */
/* -------------------------------------------------- */

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
table,th,td,
form,input,textarea,
p {
	margin: 0;
	padding: 0;
}
img,abbr,acronym,fieldset {
	border: 0;
}
address,caption,cite,code,dfn,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
    vertical-align: top;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
li {
	list-style: none;
}
img{
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }


/* font */
/* -------------------------------------------------- */
@media print, screen and (min-width: 751px){
body{
	/* font-family: Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; 
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 500;
}
}

@media screen and (max-width: 750px){
body{
	/* font-family: Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; 
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}
}
/* safari only \*/
html[xmlns*=""] body {
	font-family: 'Hiragino Kaku Gothic Pro';
}

/* for IE7 */
*:first-child+html body { font-size: 75%; }

/* for IE 6 */
* html body { font-size: 75%; }

.xx-large  { font-size:150%;    line-height:1.7; } /*18px*/
.x-large   { font-size:133.3%;  line-height:1.6; } /*16px*/
.large     { font-size:116.6%;  line-height:1.6; } /*14px*/
.mid       { font-size:100%;    line-height:1.5; } /*12px*/
.small     { font-size:91.6%;   line-height:1.5; } /*11px*/
.x-small   { font-size:83.3%;   line-height:1.5; } /*10px*/

