﻿@charset "utf-8";

/*-----------------------------------------------------*/
/*   Universal                                         */
/*-----------------------------------------------------*/
* {
	margin: 0; 
	padding: 0;
	font-style: normal;
	line-height: 1.5;
}


/*-----------------------------------------------------*/
/*   Anchor                                            */
/*-----------------------------------------------------*/
a {
	text-decoration: none;
}

a:link {
	color: #003399;
}

a:visited {
	color: #61407e;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}


/*------------------------------------------------------*/
/*   Share                                              */
/*------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

li {
	list-style: none;
}

strong, em {
	font-weight: normal;
}

img {
	border: none;
	vertical-align: bottom;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: none;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

select, input, textarea {
	font-family: Osaka, "MS P Gothic", Arial, sans-serif;
	font-size: 95%;
}


