@charset "utf-8";

@import url("reset.css");
@import url("sp.css") screen and (max-width:767px);
@import url("pc.css") screen and (min-width:768px);
@import url("../jquery.drawer/drawer.css") screen and (max-width:767px);


/* ===============================================

 common_style
 
================================================== */

/* -----------------------------------------------
 font size
-------------------------------------------------- */
html {
	font-size:62.5%; /* 10pxにリセット */
}

body {
	font-size:1.4rem; /* 14px */
	font-family:'游ゴシック Medium', 'Yu Gothic Medium', 游ゴシック体, 'Yu Gothic', YuGothic, sans-serif;
	line-height:1.8;
	color:#000;
}


/* -----------------------------------------------
 hypertext module
-------------------------------------------------- */
a:link {
	color:#0059B2;
	text-decoration:underline;
}
a:visited {
	color:#0059B2;
	text-decoration:underline;
}
a:hover {
	color:#0059B2;
	text-decoration:underline;
}
a:active {
	color:#0059B2;
	text-decoration:underline;
}


/* -----------------------------------------------
 box sizing
-------------------------------------------------- */
* {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	 -o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}


/* -----------------------------------------------
 clearfix
-------------------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}

/* 黒丸消去 */
ul.bottom li{
	list-style: none;
}

