@charset "utf-8";
/* ===================== reset default style ===================== */
body {
    line-height:1;
    margin:0;
}
h1{	margin: 0;}
h2, h3, h4, h5, h6, dt{
	margin: 0 0 10px 0;
}
p, dd{
	margin: 0 0 2px 0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
/*----------------------------------------------------
 elements
----------------------------------------------------*/
html{font-size: 62.5%;}
body{font-size: 1.15rem;
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */

}
a { text-decoration : none;
color:#0068b7}
a:link ,a:visited{
	text-decoration: none;
	color:#0068b7
}
p a:link ,a:visited{
	text-decoration: underline;
	color:#0068b7;
	font-weight:bold;
}
img {
	vertical-align: middle;
	max-width:100%;	height:auto;
}
p, ol, ul {
	margin:0 0 10px 0;
}
li{
	line-height:1.3rem;
}
p {
	margin:0 0 10px 5px;
	line-height:1.8rem;
}
dt,dd,#topbg li{
line-height:1.4em;}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
ul,ol {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}
input, select {
    vertical-align:middle;
}
#container a {
display:block;
}
a {
    -webkit-tap-highlight-color:transparent;
}
/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
header.global nav ul:after { content: ''; display: block; clear: both; }
.clearfix:after { content: ''; display: block; clear: both; }
.clear{clear:both;}
.float-left{float:left;}
.float-right{float:right;}
