@charset "UTF-8";

/* ===================================================================
 00_reset.css
 　リセット・フォント設定
=================================================================== */


/*------------------------------------------------------------
 リセット
------------------------------------------------------------*/
html, body, div, span, figure, img, fieldset,
a, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, small, strong, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	box-sizing: border-box;
}

header,hgroup,nav,article,
section,aside,figure,footer{
	display:block;
}

ol, ul{
	list-style: none;  
}

img{
	max-width:100%
}

*::-moz-selection{
	color:#ffffff;
	background:rgba(65,155,170,0.7);
}

*::selection {
	color:#ffffff;
	background:rgba(65,155,170,0.7);
}

html,body{
	width: 100%;
    min-width: 1300px;
}



/*------------------------------------------------------------
 フォント設定
------------------------------------------------------------*/
@font-face {
   font-family: 'Noto Sans';
   font-weight:normal;
   src: url('../font/NotoSans-Regular.eot'),
	url("../font/NotoSans-Regular.woff") format("woff");}

@font-face {
   font-family: 'Noto Sans';
   font-weight:bold;
   src: url('../font/NotoSans-Bold.eot'),
	url("../font/NotoSans-Bold.woff") format("woff");}


html{
	line-height:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#333333;
	font-size:62.5%;
	font-family:'Montserrat','Noto Sans',YuGothic, '游ゴシック',
	            "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
	            "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body{
	font-size:1.4em;
}

em{
	font-style:normal;
	font-weight:bold;
}

dt{
	font-weight:bold;
}

address{
	font-style:normal;
}


/*------------------------------------------------------------
 other
------------------------------------------------------------*/

/* clearfix
----------------------------------------------- */
.clearfix:after{
	content: "";
	display:block;
	clear:both;
}






/* XXX
----------------------------------------------- */

/* ----- XXX ----- */




@media screen and (max-width: 640px){ /* タブレット */
}


/* よく使うCSS 

brown:
#595044;

:nth-child(1)

box-shadow:1px 1px 2px 0 rgba(99,51,25,0.2);

content:url(../img/.png);

-webkit-transform: rotate(0deg);
		transform: rotate(0deg);

-webkit-transform: none;
		transform: none;
			
 */














