@import url(http://fonts.googleapis.com/css?family=Rye|Berkshire+Swash);
@charset "shift_jis";

/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;padding:0;
}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}

ol,ul{list-style:none;}

caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

q:before,q:after{content:'';}

abbr,acronym{border:0;
	font-variant:normal;
}

sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select{*font-size:100%;}
legend{color:#000;}

/*---------------------------
  ▼ページ全体
---------------------------*/

@font-face {
font-family: 'Aadhunik';
	src: url('../aadhunik/aadhunik.woff2') format('woff2'),
	url('../aadhunik/aadhunik.woff') format('woff'),
	url('../aadhunik/aadhunik.ttf') format('truetype');
}

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	font-size: 1.2em;
	font-family: 'Aadhunik';
	line-height: 1.5em;
	letter-spacing: 0;
	height: 100%;
	-webkit-text-size-adjust: none;
}

a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	text-decoration: none;
}

/* firefox リンク線 */
/* win */
:focus {
	-moz-outline-style: none;
}
/* Mac */
a {
	outline: none;
}

img {
	border: 0;
}

br {
	letter-spacing: normal;
}


/*---------------------------
  ▲ページ全体
---------------------------*/

.clearfix {width:100%;}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

