@charset  "Shift_JIS";

/* == フォントサイズ設定 ==================================== */

.jp1 {  font-size: 75%; line-height: 140%}
.jp1l {  font-size: 75%; line-height: 170%}
.jp2s {  font-size: 80%; line-height: 150%}
.jp2 {  font-size: 85%; line-height: 160%}
.jp2l { font-size: 85%; line-height: 180%}
.jp3 {
	font-size: 90%;
	line-height: 140%;
}
.jp3l {  font-size: 90%; line-height: 180%}
.jp4 {  font-size: 100%; line-height: 140%}
.jp5l {  font-size: 110%; line-height: 180%}
.jp6 {
	font-size: 120%;
	line-height: 140%;
}

.jp8 {
	font-size: 140%;
	line-height: 140%;
}
.jp2red { font-size: 85%; line-height: 180%; color: #ce045b}
.jp3red { font-size: 90%; line-height: 140%; color: #ce045b}
.red { color: #ce045b}
.copy { color: #FFFFFF; font-size: 70%; line-height: 140%}
.address {
	color: #FFFFFF;
	font-size: 70%;
	line-height: 160%;
	padding: 10px;
}
.white {	color: #FFFFFF;}

.white2 {
	font-family: verdana, sans-serif;
	font-size: 85%;
	line-height: 150%;
	color: #FFFFFF;
}
.white3 {
	font-family: verdana, sans-serif;
	font-size: 90%;
	line-height: 150%;
	color: #FFFFFF;
	margin: 4px;
	padding: 4px;
}

.white4 {
	font-family: verdana, sans-serif;
	font-size: 100%;
	line-height: 150%;
	color: #FFFFFF;
	margin: 4px;
	padding: 4px;
}


/* ================================================ */
/* == リンク色設定 ===================================== */
/* ================================================ */

a:link			{color: #3366FF;text-decoration: none;}
a:visited		{color: #3366FF;text-decoration: none;}
a:hover		{color: #FF6666;text-decoration: underline;}
a:active		{color: #3366FF;text-decoration: none;}





/* ================================================ */
/* == スタイル設定 ==================================== */
/* ================================================ */

body {
	margin:0;
	background-color: #FFFFFF;
	font-family: メイリオ, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, osaka, ＭＳ Ｐゴシック, sans-serif;
	color:#333333;
}





option {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.gif);	/*text-align: center;*/
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
 font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-weight: normal;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ---------- */
#wrapper {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#navi {
	height: 34px;

}


.naiyou {margin-left: 16px;
}

.line{width: 100%; border: solid 3px #b49149 ; margin-top: -5px;}

/* 点滅 */
.flash2{
  animation: Flash2 3s infinite;
}

/* アニメーション */
@keyframes Flash2{
  50%{
    opacity: 0.5;
  }
}

.rec {border: 0; position:fixed;
right:0px;
bottom:0px;
transition:1s;
opacity:1;
z-index: 100;}

.rec:hover{
opacity:0.7;
}
.dline {border-bottom: dashed 1px; margin: 10px 0px 10px 24px; border-bottom-color: #999999;
padding: 10px;}


.ykaku {
  border-radius: 10px ;
background-color: #ffffdd ;
	padding: 10px 16px 8px ;
	border: solid 1px 
#EBE9AC}



.m12{margin: 12px;}
