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

　基本設定

###################################################################################### */
html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }

  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 10px;
  }

  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }

  body {
    font-size: 1.4rem;
  }
}
body {
  color: #000;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "YuGothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 0 1em;
}
p:last-of-type {
  margin-bottom: 0;
}




a {
  color: #004EA2;
}
a:hover {
  text-decoration: none;
}

.serif {
  font-family: "游明朝 Medium", "YuMincho Medium", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sans {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "YuGothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

.alignL {
  text-align: left !important;
}

.alignC {
  text-align: center !important;
}

.alignR {
  text-align: right !important;
}


.indent{
    text-indent: -1em;
    padding-left: 1em; 
}
/* =======================================================
　フレーム
========================================================== */
.contents {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media print, screen and (min-width: 768px) {
    body {min-width: 930px;}
    .contents {width: 930px;}
}
@media screen and (max-width: 767px) {
    .contents {width: 100%;}
}


/* ######################################################################################

    ヘッダ

###################################################################################### */
/* ====================================================
    ロゴ
==================================================== */
.header .logo{margin: 0;}
.header .logo a{display: inline-block; text-decoration: none; font-size: 15px;}

@media print, screen and (min-width: 768px) {
    .header .logo{margin-top: 17px;}
    .header{height: 70px; padding-top: 0.35em;}
}
@media screen and (max-width: 767px) {
    .header{height: 48px; padding-top: 16px}
    .header .logo img{position: relative; width: 100px; height: auto;}
}

/* ######################################################################################

    コンテンツ

###################################################################################### */
/* ====================================================
    mainImg
==================================================== */
.bgTitle{
    padding: 0.85em 0 0.65em;
    text-align: center;
    color: #FFFFFF;
    background: #2A477F;
    font-weight: bold;
}
.mainImg{
    text-align: center;
    background-color:#EBEFF4;
}
.mainImg span.area,
.mainImg h3{ color: #2A477F; line-height: 1.5;}
.mainImg img{width: 80%; height: auto;}



@media print, screen and (min-width: 768px) {
    .blueBgtitle{font-size: 1.3rem;}
    .mainImg{padding: 40px 0;}
	.mainImg h3{font-size: 26px;padding-top: 15px;}
	.mainImg span.area{ 
	font-size: 20px; 
	font-weight: bold; 
	background: linear-gradient(transparent 80%, #FFF070 0%);}
}
@media screen and (max-width: 767px) {
    .bgTitle{font-size: 1.2rem;}
    .mainImg{padding: 20px 0;}
	.mainImg h3{font-size: 18px;padding-top: 10px;}
	.mainImg span.area{ 
	font-size: 16px; 
	font-weight: bold; 
	background: linear-gradient(transparent 90%, #FFFF00 0%);}
	
}

/* ====================================================
    information
==================================================== */
.wallBelt.information{}
.wallBelt.information p,
.wallBelt.information li,
.wallBelt.information th,
.wallBelt.information td{color: #333333;}
.wallBelt.information table{margin-bottom: 1.25em;}
.wallBelt.information .attentionList li{font-size: 1.2rem; line-height: 1.75;}
.wallBelt.information .attentionList li:before{content: "※"; display: inline-block; vertical-align: top;}

@media print, screen and (min-width: 768px) {
    .wallBelt.information{padding: 25px 0;}
    .wallBelt.information th{width: 180px;}
    .wallBelt.information .attentionList{}
    
}
@media screen and (max-width: 767px) {
    .wallBelt.information{padding: 10px 0 25px;}
}

/* ====================================================
    フォーム共通
==================================================== */
.preForm .leadText{
    text-align: center;
    margin-bottom: 1.5em;
    font-weight: bold;
}
@media print, screen and (min-width: 768px) {
    .contents.fotmmailer{margin-top: 80px;}
     .preForm .leadText{font-size: 2.0rem;}
}
@media screen and (max-width: 767px) {
    .contents.fotmmailer{margin-top: 30px;}
    .preForm .leadText{
        font-size: 1.6rem;
        line-height: 1.6666;
    }
}


/* ====================================================
    入力画面
==================================================== */

/*    フォーム
-------------------------------------*/
.preForm.input table.formTable ul.inline li{display: inline-block; font-weight: bold;}
.preForm.input table.formTable ul.inline li + li{margin-left: 2em;}

.preForm.input table.formTable ul.block li{display: block;}
.preForm.input table.formTable ul.block li + li{margin-top: 0.5em;}

@media print, screen and (min-width: 768px) {
    .contents.fotmmailer.input{margin-top: 40px;}
    .preForm.input table.formTable ul{padding-top: 0.75em; padding-bottom: 0.75em;}
}
@media screen and (max-width: 767px) {
    .preForm.input table.formTable ul{padding-bottom: 0.75em;}
    .preForm.input table.formTable ul.block li + li{margin-top: 0.75em;}
}



/* ====================================================
    確認画面
==================================================== */
.preForm.confrim table.formTable ul.block li + li{margin-top: 0.5em;}

@media print, screen and (min-width: 768px) {
    .preForm.confrim .leadText{margin-bottom: 2.5em;}
    .confrim table.formTable tr:first-of-type th,
    .confrim table.formTable tr:first-of-type td{vertical-align: top;}
}
@media screen and (max-width: 767px) {
}


/* ====================================================
    参加券ページ
==================================================== */
@media print, screen and (min-width: 768px) {
.pageTicket .ticket{
	margin: 10px auto 20px  ;
	background-image: url("../img/bg_ticket.png");
	background-position: center top;
    background-repeat: no-repeat;
	width: 460px;
	height: auto;
	display: block;
	padding-top: 1.5em;
	text-align: center;
}
	.pageTicket .contentsBox{ width: 460px; padding: 0; margin: 0 auto; }
	.pageTicket .ticket h3{color: #fff; font-size:22px; line-height: 1.4;}
	.pageTicket .ticket h3 span{font-size:16px;}
}
@media screen and (max-width: 767px) {
	.pageTicket .ticket{
	margin: 10px auto 20px  ;
	background-image: url("../img/bg_ticket.png");
	background-position: center top;
	background-size: cover;
    background-repeat: no-repeat;
	width: 100%;
	height: auto;
	display: block;
	padding: 1.5em 0px;
	text-align: center;
}
	.pageTicket .ticket h3{color: #fff; font-size:18px; line-height: 1.4;}
	.pageTicket .ticket h3 span{font-size:14px;}
	.pageTicket .contentsBox{ width: 100%; padding: 0px 15px; margin: 0 auto; }
}



.pageTicket p.leadText{ font-size: 13px; margin-bottom: 20px; }
.pageTicket table.formTable{ margin-bottom: 20px;}

.pageTicket table.formTable th {
    width: 150px;
    padding-left: 0;
    padding-right: 4em;
}
.pageTicket p.red{font-size: 13px; color:#FE3E51; }


/* ######################################################################################

    フッター

###################################################################################### */
.footer{background: #404040; color: #fff;}
.footer .buttonBox{text-align: center;}
.footer .buttonBox .button{font-weight: bold;}

@media print, screen and (min-width: 768px) {
    .footer{margin-top: 150px; padding: 30px 0 40px;}
    .footer .info{margin-bottom: 50px; font-size: 1.5rem; line-height: 1.5;}
    .footer .buttonBox .button{padding: 0.75em 1.25em 0.65em; font-size: 1.8rem;}
}
@media screen and (max-width: 767px) {
    .footer{margin-top: 80px; padding: 25px 0 40px;}
    .footer .info{margin-bottom: 50px; font-size: 1.4rem; line-height: 1.5;}
    .footer .buttonBox .button{padding: 0.75em 1.25em 0.75em; font-size: 1.5rem;}
}



/* ######################################################################################

　印刷用スタイル調整

###################################################################################### */

@media print {
/*ヘッダーとフッターを非表示*/
h2.bgTitle,footer { display: none;}

/*非表示にしたい部分に以下のクラスを追加する*/
.pageTicket .noPrint{display:none;}

/*コンテンツを左寄せに幅50%*/
.pageTicket .contentsBox {margin:10px;width: 50%;}

/*チケット見出しの背景画像を非表示左寄せに*/
.pageTicket .ticket {background-image:none;padding:0.8em;width:50%;margin:10px; }

/*チケット見出しの背景色を変更する*/
.pageTicket .ticket {background-color:#000;}

}	

/* end */