@charset "UTF-8";
/*****************************************************

    全ての要素をリセット

*****************************************************/
.-----reset-----{}
html {
	overflow-y: scroll;
}
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;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table { border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{
	vertical-align: middle;
}
.line {font-size:1px;line-height:1px;}

/*--- default */
body {
    color: #666;
    font-size: 16px;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
    line-height: 1.4;
    text-align: center;
    min-width: 100%;
    background-color: #fff;
    background-image: url(../img/line-gold.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}
body td,body th{
    font-size:16px;
}
table{
    border-collapse:collapse;
}
/*フロートクリア*/
.clearfix:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
overflow: hidden;
 }
.clearfix {
 overflow: hidden;
 position:relative; /* Dw表示用 */
	} 
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear {
	clear:both;
		} 
/*ボタン透過*/
a img {
transition: 0.5s ;
}
a img:hover {
opacity: 0.5 ;
		}
/*****************************************************

    共通

*****************************************************/
.-----share-----{}
.max-90p {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.max-80p {
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.txt-mark-yellow {
background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffeb99 0%) repeat scroll 0 0;
	}
.txt-mark-pink {
background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFCCCC 0%) repeat scroll 0 0;
	font-weight: bold;
	}
.txt-red {
	color: #CC3366;
}
.txt-red-b {
	color: #CC3366;
	font-weight: bold;
}
.txt-b {
	font-weight: bold;
}
.txt-red-underline-b {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
.txt-blue-underline-b {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}
.txt-underline {
	text-decoration: underline;
}
.txt-underline-b {
	text-decoration: underline;
		font-weight: bold;
}
.txt-underline-b-mark-yellow {
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFF66;
}
.txt-blue-b {
	color: #0066CC;
	font-weight: bold;
}
.txt-green-b {
	color: #339999;
	font-weight: bold;
}
.txt-pink-b {
	color: #F9806D;
	font-weight: bold;
}
.txt-blue {
	color: #0099FF;
}
.txt-blue-b-l {
	color: #0066CC;
	font-weight: bold;
	font-size: 30px;
}
.txt-blue-mark-yellow {
	color: #0066CC;
	background-color: #FFFF99;
}
.txt-right {
	text-align: right;
}
.txt-centar {
	text-align: center;
}
.txt-yellow {
color: #FFFF66;
}
.txt-pink {
color: #ff3366;
}
.noto100 {font-weight:100;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto700 {font-weight:700;}
.noto900 {font-weight:900;}
.txt-mark-yellow {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFE066 0%) repeat scroll 0 0;
	font-weight: bold;	
}
a {
	color: #0099ff;
	text-decoration: none;
}
p:hover > .flash1{
  animation: Flash1 1s infinite;
}
.box-foot a {
    color: #3397ca;
}
.box-foot a:hover {
	color: #FF9900;
}
#formzu-ad-standard {
	display: none;
}

}
