@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.4rem;
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	
}
.w860right{font-size:1.6rem;}

a { text-decoration : none;
color:#a74f63}

a:link ,a:visited{
	text-decoration: none;
	color:#a74f63
}
p a:link ,a:visited{
	text-decoration: underline;
	color:#a74f63;
	font-weight:bold;
}
#detail-box img{margin-bottom:10px;}

img {
	vertical-align: middle;
	max-width:100%;	height:auto;


}


p, ol, ul {
	margin:0 5px 10px 5px;
}
p {
	margin-bottom:10px;
	line-height:1.4em;
}

dt,dd,#topbg li{
line-height:1.4em;}


ol, ul {
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	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; }
.spclearfix:after { content: ''; display: block; clear: both; }
.clear{clear:both;}
.float-left{float:left;}
.float-right{float:right;}


