/*****************************Font*****************************/

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}


/*　line　<div class="div_border"></div>*/
.div_border {  
   border-bottom: 1px solid gray;
} 


/*　行間　<p class="bottom">*/

p.bottom {
line-height: 1.3;
}


/*　間　<p class="ma"></p>*/
p.ma {
margin-bottom: -10px;
}




@charset "utf-8";

/* IE */
@font-face {
 font-family: "gegothic";
 src: url(../webfont/GenShinGothic-P-Bold.ttf);
}

/* Firefox, Opera, Safari */
@font-face {
 font-family: "gegothic";
 src: url(../webfont/GenShinGothic-P-Bold.ttf) format('truetype');
}



/* IE */
@font-face {
 font-family: "gegothic-h";
 src: url(../webfont/GenShinGothic-P-Heavy.ttf);
}

/* Firefox, Opera, Safari */
@font-face {
 font-family: "gegothic-h";
 src: url(../webfont/GenShinGothic-P-Heavy.ttf) format('truetype');
}





/*文字基本　*************************/
.toptitle {
  font-size: 9px;
  border: 0px solid #aaa;
  width: 100%;
  text-align: left;
  margin: 0px 0px 0px 0px;/*　上、右、下、左 */
  padding: 0px 0px 0px 0px;/*　上、右、下、左 */
  font-family: Verdana;
}

p#element-01{
  margin: 5px 0px 5px 0px;/*　上、右、下、左 */
  padding: 0px 30px 0px 0px;/*　上、右、下、左 */
}/*タイトルに使用*/

/*画像や文字をCenterにする　*************************/
p#center{
  font-size: 9px;
  border: 0px solid #aaa;
  width: 100%;
  text-align: center;
  line-height: 14pt;
  margin: 0px 30px 0px 0px;/*　上、右、下、左 */
  font-family: Verdana;
}


p#center span_10{
  font-size: 10px;
}
p#center span_13{
  font-size: 13px;
}
p#center span_15{
  font-size: 15px;
}
p#center span_18{
  font-size: 18px;
}
p#center span_20{
  font-size: 20px;/*サブタイトルに使用*/
}
p#center span_25{
  font-size: 25px;
}

p##center span_gray{
  color: gray;
}
p#center span_red{
  color: red;
}
p#center span_mediumvioletred{
  color: mediumvioletred;
}
p#center span_royalblue{
  color: royalblue;
}

/*画像や文字をCenterにする//　***********************/


/*画像や文字をrightにする　*************************/
p#right{
  font-size: 9px;
  border: 0px solid #aaa;
  width: 100%;
  text-align: right;
  line-height: 14pt;
  margin: 0px 30px 0px 0px;/*　上、右、下、左 */
  font-family: Verdana;
}


p#right span_10{
  font-size: 10px;
}
p#right span_13{
  font-size: 13px;
}
p#right span_15{
  font-size: 15px;
}
p#right span_18{
  font-size: 18px;
}
p#right span_20{
  font-size: 20px;/*サブタイトルに使用*/
}
p#right span_25{
  font-size: 25px;
}

p##right span_gray{
  color: gray;
}
p#right span_red{
  color: red;
}
p#right span_mediumvioletred{
  color: mediumvioletred;
}
p#right span_royalblue{
  color: royalblue;
}

/*画像や文字をrightにする//　***********************/


/*画像や文字をleftにする　*************************/

p#left{
  font-size: 9px;
  border: 0px solid #aaa;
  width: 100%;
  text-align: left;
  line-height: 14pt;
  margin: 5px 0px 0px 0px;/*　上、右、下、左 */
  font-family: Verdana;

}
p#left span_10{
  font-size: 10px;
}
p#left span_13{
  font-size: 13px;
}
p#left span_15{
  font-size: 15px;
}
p#left span_18{
  font-size: 18px;
}

p#left span_gray{
  color: gray;
}
p#left span_red{
  color: red;
}
p#left span_white{
  color: white;
}
p#left span_mediumvioletred{
  color: mediumvioletred;
}
p#left span_royalblue{
  color: royalblue;
}

/*画像や文字をCenterにする//　***********************/















/*いらないかも　*************************/




.right {
  max-width: 100%;
  margin: 0px 30px 5px 0px;/*　上、右、下、左 */
  text-align: right;
}

.left {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}




.back-color-a{
	background-color: lemonchiffon;
	padding: 8px 8px;
}


















/*文字設定　*************************/

.white-font    {
font-size: 17px;
    color: white; 
}


.black-font-12    {
font-size: 12px;
font-family: Verdana;
    color: black; 
}


.standard-font    {
font-size: 15px;
font-family: Verdana;
    color: black; 
	text-align: left;
		letter-spacing: 0px;/* 字間調節 */
		line-height: 1.6em;/* 行間調節 */
}


.standard-font-12blak    {
font-size: 12px;
font-family: Verdana;
    color: black; 
	text-align: left;
		letter-spacing: 0px;/* 字間調節 */
		line-height: 1.6em;/* 行間調節 */
}

.standard-font-17bk    {
font-size: 17px;
font-family: Verdana;
    color: green; 
	text-align: left;
margin-left: 0px;
		letter-spacing: 0px;/* 字間調節 */
		line-height: 1.6em;/* 行間調節 */
}

/*タイトルコピーに使用*/
.standard-font-15    {
font-size: 15px;
font-family: Verdana;
    color: cornflowerblue; 
	text-align: left;
	margin: 5px 0px 10px 0px;/*　上、右、下、左 */
		letter-spacing: 0px;/* 字間調節 */
		line-height: 1.3em;/* 行間調節 */
}



.standard-font-18black    {
font-size: 18px;
font-family: Verdana;
    color: black; 

margin-left: 5px;
		letter-spacing: 0px;/* 字間調節 */
		line-height: 1.6em;/* 行間調節 */
}




.standard-font-20black    {
font-size: 20px;
font-family: Verdana;
    color: black; 

margin-left: 5px;
		letter-spacing: 0px;/* 字間調節 */
		line-height: 1.6em;/* 行間調節 */
}




/********************************************* hide_webfont.cssに追加してね **********************************************/
/*タイトルコピーに使用*/
.catch_copy {
font-size: 14px;
font-family: Verdana;
    color: white; 
	text-align: left;
	margin: 5px 0px 10px 0px;/*　上、右、下、左 */
		letter-spacing: -0.5px;/* 字間調節 */
		line-height: 1.3em;/* 行間調節 */
}









