@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	zoom: 1;
}
/* body */
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 62.5%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 1.0rem;
}
/* block elements */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
fieldset{
	border: 0;
}
address{
	font-style: normal;
}

/* inline elements*/
img {
	margin: 0;
	vertical-align: bottom;
}
em {
	font: bolder normal 1.06em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #5DBC99;
	margin: 0;
	padding: 0;
	background-image: url(../images/yellow.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: auto 3px;
}
em1 {
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    background: linear-gradient(transparent 80%, #fee73b 0%);
    padding-left: 15px;
}
em-2 {
    font-weight: bolder;
    font-variant: normal;
    font-style: normal;
    font-size: 105%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    background-image: url(../images/yellow.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto 3px;
}
em3 {
    font-family: "A-OTF UD Shin Go Pr6N L";
    font-style: normal;
    font-weight: lighter;
}
legend{
	display: none;
}
/* link*/
a:link    {
	text-decoration: none;
	text-shadow: 0px 0px;
	color: #607595;
}
a:visited {
	color: #fff;
}
a:hover   {
    color: red;
}
a:active  {
    color: yellow;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
strong {
	font-weight: bolder;
}
div:after,
ul:after {
   content: "";
  display: block;
 clear: both;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
span.s {
	font-size: 0.8em;
}
