
/*===================================*/

.clearfix { zoom: 1; }

        .clearfix:before,
        .clearfix:after { content: ""; display: table; }
        .clearfix:after { clear: both; }
		

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: auto;
	/*overflow: hidden;*/
}
html{
	font-family: 'Noto Sans JP','YakuHanJP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
	/*
	overflow-x: scroll;
	overflow-y: none;
	*/
	text-align: justify;
	text-justify: inter-ideograph;
	background-repeat: no-repeat;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

h1, h2, h3 ,h4 ,h5 {
	font-family: 'Noto Sans JP','YakuHanJP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
}

sup {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

a img {
  border: none;
}

a , button {
	outline: 0;
}
header, hgroup, section, srticle, aside, footer, figure, figcaption, nav{
  display:block;
}
.siz50_herf {
	max-width: 100%;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.siz100_full {
	max-width: 100%;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100%;
}

.d_none {
	display:none;
}




ul li div{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}




a:link.under{
	color: #000;
	
	text-decoration: underline;
}


a:visited.under {
	text-decoration: none;
	color: #000;
	
}

a:active.under{
	color: #000;
	text-decoration: none;
}


a:hover.under{
	text-decoration: none;
	color: #F00;
}




a:link.under2{
	color: #000;
	text-decoration: none;
	
	
}


a:visited.under2 {
	text-decoration: none;
	color: #000;
	
}

a:active.under2{
	color: #000;
	text-decoration: none;
}


a:hover.under2{
	text-decoration: none;
	color: #333;
}








a:link.under3{
	color: #FFF;
	text-decoration: none;
}


a:visited.under3 {
	text-decoration: none;
	color: #FFF;
}

a:active.under3{
	color: #FFF;
	text-decoration: none;
}


a:hover.under3{
	color: #FFF;
	text-decoration: underline;	
}

a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	
	
}

a:active {
	text-decoration: none;
	
	
}
a:hover {
	text-decoration: none;
	
	
}


::selection {background: #84634d; color: #fff;}
::-moz-selection {background: #84634d; color: #fff;}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
p{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.font_icon {
	font-family: WebIconFonts;
}

@media print, screen and (min-width: 737px) {  
  .pc { display:inline; }
  .sp { display:none; }
  .lefts {float: left;}
  .rights {float: right;}
}
@media screen and (min-width: 0px) and (max-width: 736px) {  
  .pc { display:none; }
  .sp { display:inline; }
  input{-webkit-appearance: none;}
  input[type="button"]{-webkit-appearance: none;}
  .lefts {}
  .rights {}
}