@charset "UTF-8";

/*------------------------------------------------------------------------------
	SAGASAWAKAN - Reset CSS
	URL: http://www.sagasawakan.com/sp/
	Date: 2013-12-05
	Copyright (C) SAGASAWAKAN All Rights Reserved.
------------------------------------------------------------------------------*/

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

/*	Browser Formatting
----------------------------------------------------*/

html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,
form,fieldset,legend,
table,caption,th,td,
blockquote,address,iframe{
	margin:0;
	padding:0;
	border:0;
    font-size:100%;
}
#wrapper{
 overflow:hidden;
}
input,select,textarea,label{
	margin:0;
	padding:0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section{
	display: block;
}

/*	Redefine
----------------------------------------------------*/

html{
	font-size: 62.5%; /* 10px=1rem */
}

body{
	color:#000;
	font-size: 1.4rem; /* 14px */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-text-size-adjust:100%;
}

@media only screen and (orientation : landscape){
body{
	font-size: 2.0rem; /* 20px */
	}
}
		
h1,h2,h3,h4,h5,h6,address{
	font-weight:normal;
	font-style:normal;
	}

ul,ul li{list-style-type:none;}
ol{margin:0;}

table{
	border-collapse:collapse;
	border-spacing:0;
	}
th,td{
	padding:0.3em 0.5em;
	border:1px solid #ccc;
	vertical-align:top;
	}
th,caption{text-align:left;}

select option{padding-right:0.5em;}

img{
	border:0;
	vertical-align:top;
	}
a{word-break:break-all;}

a:link,
a:visited,
a:hover,
a:active,
a[name]:hover{color:#42a2de;}

address,cite,code,dfn,em,var{
	font-style:normal;
	font-weight:normal;
}

pre,code {font-family:monospace;}

li,
p{
		line-height:1.5;
}

/*--EOF-----------------------------------------------------------------------*/
