@charset "utf-8";

/* ===================== reset default style ===================== */
body {
    line-height:1;
    margin:0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
/*----------------------------------------------------
 elements
----------------------------------------------------*/
html{font-size: 62.5%;}
body{font-size: 1.5rem;
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

a { text-decoration : none;
color:#5b3f8f}

a:link ,a:visited{
	text-decoration: none;
	color:#5b3f8f
}
p a:link ,a:visited{
	text-decoration: underline;
	color:5b3f8f;
	font-weight:bold;
}

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

}


p, ol, ul {
	margin:0 5px 10px 5px;
}
p {
	margin:0 4px 10px 8px;
	line-height:1.3em;
}


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;
}

.main li{
	line-height:1.1em;
	margin-bottom:10px
}

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;}


