@charset "utf-8";
/* charset
 */

/*===============================================
     reset css
===============================================*/
html,body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size:10.5px;
	font-size:64.5%;
	font-family: "Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
}
body{
	/*
    -webkit-text-size-adjust: none;
	*/
    -webkit-text-size-adjust: 100%;
    background-color: transparent;
	 color: #333;
	min-height: 300px;
	margin:0 auto;
	font-size:12px;
	width:100%;
	padding: 0;
	font-size:1.2rem;
	font-family: "public_font","Futura Lt BT","メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
//	background-color:#ffd9b3;
	background-color:#e6e6fa;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,select,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	box-sizing: border-box;
	font-family: "Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
	word-wrap: break-word;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
	box-sizing: border-box;
}
span {
	box-sizing: border-box;
	word-wrap: break-word;
}

fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr{
    border:0;
}
div,p{
	box-sizing: border-box;
}

/* ====初期設定============================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 14px;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
  margin-top: 0px;
  padding: 0px;
  line-height: 1.5em;
}


li {
  font-size: 18px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
  margin: 0px;
  padding: 0px;
}

hr {
  clear: both;
  margin: 0px;
  padding: 0px;
}

a {
    text-decoration: none;
    color: #000066;
}

a:hover {
    text-decoration:underline;
    color: #000066;
}

/* a:active {
  color: #333333;
} */

iframe {
  border: none;
  /*
  width: 100%;
  height: auto;
  overflow: hidden;
  */
}
/*=====CANCEL browser appearance=====*/
input[type="text"]{
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 border: 1px solid #a8a8a8;
}
 input[type="file"],
input[type="file" i].button{
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
}
input[type="button"], input[type="submit"]{
	outline: 0;
	box-shadow: 2px 1px #dddddd;
    cursor: pointer;
	-webkit-appearance: none;
}
textarea{
	overflow-y: scroll;
    white-space: pre;
}
/*=====CANCEL browser appearance End=====*/
section {
	padding: 10px 30px;
	width: 100%;
	display: block;
}
h1{
	width: 100%;
	display: block;
	text-align: left;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4;
}
section h2{
	width: 100%;
	display: block;
	text-align: left;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 3;
	position: relative;
}
/* *:before {
	display: block;
	positon: absolute;
	background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-position: 0% 50%;
	content: "";
} */
section h2:before {
	width: 25px;
	height: 25px;
	content: "\25bc";
}
/*-----table-----*/
table {
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #333;
	white-space: nowrap;
	empty-cells: show;
}
table th {
  text-align: left;
  padding: 2px  10px 2px 10px;
  height: 20px;
}

table td {
  text-align: left;
  padding: 2px 10px 2px 10px;
  height: 20px;
  white-space: normal;
}
table td.number {
  text-align: left;
}
dl, dt, dd {
	border-collapse: collapse;
}
dl {
	display: table;
}
dt, dd {
	display: table-cell;
}


/*=====common========*/
/*-----clearfix-----*/

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: block;
}
.inline {
	display: inline!important;
}
.textbox {
    width: 200px;
    height: 25px;
    margin: 5px 0;
}
#pageWrapper {
	height: 100%;
	width: 100%;
	max-width: 910px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	padding: 0 0 60px 0;
}
#contents {
	margin: 0;
	width: 100%;
    padding: 0 30px 8px 30px;
    position: relative;
}

/* タブレット以下の時イベント画像を横幅ぴったりにする */
@media screen and (min-width: 1020px) {
	#pageWrapper {
		padding: 30px 30px 60px 30px;
	}
	#contents {
	    padding: 0;
	}

}
/*中央ロゴ*/
#header-container {
    border-bottom: solid 10px #187fc4;
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
    /* background-color: #ffffff; */
    display: table;
    border: none;
}
#header-container .entry_logo {
	padding:  0;
	text-align: center;
	width: 100%;
}
#header-container .entry_logo img {
	width: 30%;
	max-width: 850px;
}
#contents section {
    padding: 0;
    margin: 10px 0;
}
/* #contents h1 {
    font-size: 15px;
    white-space: nowrap;
}
#contents h1> span{
	width: 100%;
	display: inline-block;
    border-bottom: 3px solid #333333;
} */
#contents h2 {
	margin: 5px 0 0;
	font-size: 1.6rem;
	line-height:2;
}
#centerContentsArea h2 {
	margin: 20px 0;
	font-size: 2rem;ftable
	
}

/*====login Page==========*/

.siteHeaderLogo {
	content:"";
    display: table-cell;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-position: 0% 50%;
    width: 460px;
}
.siteHeaderLogo a {
	display: block;
	width: 100%;
	height: 100%;
}
.siteHeader {
    display: table-cell;
    vertical-align: middle;
    padding:5px 20px 5px 10px;
}
.siteHeader span {
	margin: 7px;
}
/*===button================================*/

.buttonset {
	display: table;
    margin: 7px 0;
    text-align: center;
    width: 100%;
    table-layout: fixed;
}
.buttonset > label,
.buttonset > input {
	display: table-cell;
	margin: 0 8px;
	min-width: 130px;
}
.graybtn {
    background: #aaaaaa;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#aaaaaa));
    background: -webkit-linear-gradient(top, #efefef, #aaaaaa);
    background: -moz-linear-gradient(top, #efefef, #aaaaaa);
    background: -ms-linear-gradient(top, #efefef, #aaaaaa);
    background: -o-linear-gradient(top, #efefef, #aaaaaa);
    border-top: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #888888;
    border-bottom: 2px solid #888888;
    color: #111111;
    margin: 3px 0;
    padding: 3px 10px;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: 1px;
}
.btn,.redbtn, .searchbtn,.yelbtn,.bluebtn,.greenbtn,.darkgraybtn {
	text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 1.1rem;
    display: inline-block;
    padding: 10px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFF;
    width: auto;
    letter-spacing: 1px;
    min-width: 100px;
}
.redbtn,.searchbtn {
	background-color: #e95298;
}
.redbtn:hover,.searchbtn:hover {
	background-color: #d80f6c;
}
.yelbtn {
	background-color: #f6ad3c;
}
.yelbtn:hover {
	background-color: #c79010;
}
.bluebtn {
	background-color: #1f7fc4;
}
.bluebtn:hover {
	background-color: #0c3a84;
}
.greenbtn {
	background-color: #008040;
}
.greenbtn:hover {
	background-color: #004824;
}
.darkgraybtn {
	background-color: #999999;
}
.darkgraybtn:hover {
	background-color: #717171;
}
.graybtn.yellow {
	background-color: #f6ad3c;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffbc00));
	background: -webkit-linear-gradient(top, #ffffff, #ffce00);
	background: linear-gradient(top, #ffffff, #ffce00);
	border-top: 2px solid #ffdf3c;
    border-left: 2px solid #ffdf3c;
    border-right: 2px solid #ffbc00;
    border-bottom: 2px solid #ffbc00;
    opacity: 0.8;
}
.graybtn.yellow:hover {
	background-color: #562e00;
	 opacity: 1;
}
.graybtn.green {
	background-color: #2eaca0;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#2e80a0));
	background: -webkit-linear-gradient(top, #ffffff, #2edcaf);
	background: linear-gradient(top, #ffffff, #2edcaf);
	border-top: 2px solid #93dcd5;
    border-left: 2px solid #93dcd5;
    border-right: 2px solid #2eaca0;
    border-bottom: 2px solid #2eaca0;
    opacity: 0.8;
}
.graybtn.green:hover {
	background-color: #562e00;
	 opacity: 1;
}


/*===decoration============================*/
.borderframe {
	border: solid 2px #919191;
	padding:10px;
}
.linkdeco {
	color: #187fc4;
	text-decoration: underline;
}


/*===decoration  END============================*/
#loginArea {
	margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    text-align: center;
}
#loginArea h2{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16.5px;
	font-size: 1.6rem;
	line-height: 3;
}
#loginArea table{
	display: table;
}
#loginArea table th{
	font-weight: 600;
	width: 90px;
}
#loginArea .buttonset {
	padding: 10px 0;
}
.left {
	text-align: left!important;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
	margin:0 auto;
}
.cell45 {
	display:inline-block;
	width: 45px!important;
}
table .cell65 {
	width: 65px;
}
table .cell100 {
	width: 100px;
}
table .cell130 {
	width: 130px;
}
.required {
	color: #ff0000;
}
.requiredico,.norequiredico {
	display: inline-block;
    content: "";
    width: 33px;
    height: 13px;
    background-image: url("../img/required_ico.html");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin: 3px;
}
.hatenaico {
	display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("../img/description.html");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.8;
}
.hatenaico:hover {
	opacity: 1;
}
.norequiredico {
    background-image: url("../img/norequired_ico.html");
}
.iconframe {
	display: inline-block;
    vertical-align: middle;
    width: 65px;
    text-align: right;
}

/*====mentenounce=============*/

.tablecell {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 10px;
}
.tablecell div,.tablecell h2{
	display: table-cell;
	width: auto;
}
.tablecell div.left{
	text-align: left;
}
.tablecell div.right{
	text-align: right;
}
.discription  {
	font-size:0;
	display: table;
}
.discription dt,
.discription dd {
	padding: 7px;
	border: 1px solid #999999;
	display: table-cell;
	font-size: 1.2rem
}
.discription dt{
	background-color: #d8ebf9;
}



/*====TopPage====================*/
#centerContentsArea {
	margin: 90px auto;
	width: 700px;
}

.disabled {
	background-color: #dcdcdc;
}
.disabled span{
	color: #767676;
}
#mainarea {
	width: 700px;
	margin: 30px auto;
}

.boxframe {
	display:table;
	table-layout: fixed;
	vertical-align: middle;
	width: 100%;
}
.boxframe.absolute {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
}
.rightbox,
.leftbox {
	display: table-cell;
	vertical-align: middle;
}
.rightbox label,
.leftbox label{
	padding: 5px;
	display: inline-block;
}
.rightbox label input[type="text"]{
	width: 280px;
}

.sqrcflame {
	width: 150px;
}
#sqrc {
	width: 100px;
}

#formConfirm {
    display: block;
    height: 1635px;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}
#formConfirm .formDialogFrame{
top: 30px;
    position: relative;
    background-color: #ffffff;
    width: 90%;
    margin: 0 auto;
    border: solid 2px #ff0000;
    border-radius: 4px;
    padding: 15px;
}
#formConfirm h1{
	font-weight: 600;
}
.rabelset,
 td.right_form .rabelset
{
	display: block;
}
.rabelset label,
 td.right_form .rabelset label
{
	padding: 1% 2%;
}
.rabelset.quote {
	padding: 5px;
	/* background-color: #eff7fd; */
	border: dotted 2px #99d3ff;
	margin-bottom:1%;
}



/*==dalog css==*/
/* #overlay {
	display: block;
	position: fixed;
	background-color: #000000;
	opacity: 0.5;
	min-height: 100vh;
	height: 100%;
	width: 100%;
} */
#modalboxFrame {
	display: none;
	position: fixed;
	background-color: rgba(255,255,255,0.5);;
	min-height: 100vh;
	height: 100%;
	width: 100%;
	top: 0;
	left:0;
	text-align: center;
}

#modalbox {
	position: relative;
	display: block;
	width: 65%;
	top: 25%;
	height: auto; /* 仮 */
	margin: 0 auto;
	background-color: #ffffff;
	text-align: left;
}
#modalbox section {
	padding: 22px 30px;
}
#modalbox.border {
	border: 10px solid #717171;
}
#modalbox .dialogtitle {
	border-bottom: 3px solid #717171;
	display: inline-block;
	font-weight: 600;
}
#modalbox .modaltitle {
	border-bottom: 3px solid #717171;
}

#modalContent {
	padding: 25px 12px;
}
#modalContent input {
	line-height: 2;
	border: 1px solid #bababa;
    padding: 0 4px;
    width: 100%;
}
#modalContent input#eventTitle {
	line-height: 2;
	font-size: 16px;
	font-size: 1.6rem;
}
#addEventbtn {
	width: 120px;
}
.error_message {
	font-weight: 600;
	color: #ff0000;
}

 .dialogTablearea {
	padding: 0 20px;
}

/*-----------------�*/
/*初期設定*/
*, *::before, *::after {
    box-sizing: border-box;
}
ul, ol {
	margin-bottom: 10px;
    margin-top: 0;
}
li{
	list-style:none;
}


/*赤文字*/
.att_red {
	color: #ff0000;
}
.ared{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin:0 1% 1% 0;
}

 {
	margin:0 auto;
	width: 100%;
}
 section{
	padding: 0;
}
 .ttl {
	text-align: center;
	width: 100%;
	font-size: 1.8rem;
}
 h2.ttl {
	text-align: center;
	width: 100%;
	font-size: 1.8rem;
	margin: 1% 0 2%;
}

 .boxline {
	margin:0 auto;
	dotted #187fc4;
	width: 100%;
}
 .infom {
    margin: 15px auto;
    display: block;
}

.info_lef {
	font-size: 30px;
//	color: #ffa64d;
	color: #ff5500;
    display:inline-block;
    text-align: center;
    width: 100%;
    vertical-align: top;
    padding-bottom: 0.2%;
}
.info_lef .anotation {
    display:inline-block;
    font-size: 12px;
    padding: 0 1%;
}
.info_lef .anotation .hatenaico {
    float: none;
    position: relative;
    top: -2px;
}
.info_lef:before {
	display:inline-block;
	font-size: 22px;
	width: 22px;
	height: 22px;
	vertical-align: baseline;
}
 .info_rig {
	display: inline-block;
	/* max-width: 400px; */
	margin-top: 2%;
}
#medyinfo  {
	border: dotted 2px #99d3ff;
	padding: 4px 12px;
}
#medyinfo .leftbox {
	display: table-cell;
	width: 176px;
    content: "";
    height: 44px;
    background-image: url("../img/med_pass_logo.html");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain;
    vertical-align: middle;
    background-color: #ffffff;
    /* border: 1px solid #dcdcff; */
    box-shadow: 2px 2px 2px rgba(0,0,0, 0.2);
}
#medyinfo .leftbox:hover {
	background-image: url("../img/med_pass_logo_hover.html");
}


#medyinfo .rightbox {
	width:auto;
	padding: 0 2%;
}
 .info_rig ul{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.inbox {
	margin:0 auto;
	width: 100%;
	padding:2%;
	border: 1px solid #187fc4;/*青枠*/
	 border-radius: 10px;        /* CSS3草案 */
	 -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	 -moz-border-radius: 10px;   /* Firefox用 */
	background-color:#fff;
}
 table {
	border-collapse: collapse;
	margin:0 auto;
    font-size: 14px;
    line-height: 1.8em;
    padding-top: 1%;
    width: 100%;
}
table.twap{
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
    font-size: 14px;
    line-height: 1.8em;
    padding-top: 1%;
 	border-top: 1px solid #187fc4;/*青枠*/
}
table.twap tr{
 	border-bottom: 1px solid #187fc4;/*青枠*/
 	width: 100%;
 	display: table;
 	table-layout:fixed;
}
th.left_form {
	background-color:#ecf7ff;
	text-align: left;
	padding-left:1%;
	color: #333333;
	border-right: 1px dashed #187fc4;
	width: 25%;
}
th.left_form .titleframe {
	text-align: left;
    color: #333333;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: calc(100% - 65px);
}
 td.right_form {
	width: 50%;     /* エントリーページ */
	font-size: 0;
	padding: 2%;
}
 td.right_form input,
 td.right_form label,
 td.right_form span,
 td.right_form select
{
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0;
	display: inline-block;
	box-sizing: border-box;
	white-space: pre-line;
	vertical-align: middle;
}
 td.right_form > input[type=text],
 td.right_form > span,
 td.right_form > select,
 td.right_form label input[type=text],
 td.right_form label span,
 td.right_form label select
{
	padding: 1%;
}
 td.right_form .radio {
	white-space: nowrap;
	padding: 0 2%;
}
 td.check_form {
	height:50px;
	width: 50%;	/* 確認画面ページ */
}
 .sampleatten{
	font-size: 10px;
	color: #187fc4;
	margin:0;
	padding: 2px 0;

}
input[type="text"],select{
  width: 100%;
  height: 30px;
  padding:5px;
  max-width: 400px;
  color: #333333;
  margin-right:1%;
  border:1px solid #999;     /* 枠線の装飾 */
  background-color: #fff;   /* 背景色 */
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
  behavior: url(border-radius.htc);/*for IE */
}
input.txt_short,select.txt_short{
  max-width: 220px;
}

.right_form textarea{
  width: 100%;
  height: 110px;
  padding:5px;
  border:1px solid #999;     /* 枠線の装飾 */
  background-color: #fff;   /* 背景色 */
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
  behavior: url(border-radius.htc);/*for IE */
  vertical-align: middle;
}
input#b {
width: 10%;
height: 30px;
  border:1px solid #999;     /* 枠線の装飾 */
  background-color: #fff;   /* 背景色 */
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
behavior: url(border-radius.htc);/*for IE*/
}

 #inbox3 {
	margin:0 auto;
	display:table;
	table-layout: fixed;
	width:850px;
	font-size: 14px;
	line-height: 1.8em;
	border-bottom: 1px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #187fc4;/*青枠*/
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	background-color:#fff;
	}
#inbox3 .tebleleft,#inbox3 .tebleright{
 	display: table-cell;
    font-size: 14px;
    line-height: 1.8em;
    padding-top: 3%;
        table-layout: fixed;
    width:350px;

}
 table th.t1 {
		width: 230px;
	text-align: right;
	color: #333;
	padding-right:3%;
}
 table td.t2{
	width: 60px;
	height: 25px;
	text-align: right;
}
 #inbox3 .bld{
	font-size:16px;
	color: #187fc4;
	margin-top:20px;
	margin-left:200px;
	font-weight:bold;
		padding-bottom:20px;

}
 #inbox3 .bld p{
	display:inline;
	margin: 0 5px;
}
input#c{
	width: 50px;
	text-align:right;
	border:1px solid #999;     /* 枠線の装飾 */
	background-color: #fff;   /* 背景色 */
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	behavior: url(border-radius.htc);/*for IE */
}
 table td.t3{
	color: #333;
	font-weight:bold;
	width:60px;
}
/*規約*/
 .kiyaku{
	text-align:center;
    font-size:18px;
	color: #187fc4;
	font-weight:bold;
	margin: 2% 0 0;
}
 .wper{
	margin:0 auto;
	padding:5%;
	width: 85%;
	line-height: 2.0em;
	border: 1px solid #187fc4;/*青枠*/
	 border-radius: 10px;        /* CSS3草案 */
	 -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	 -moz-border-radius: 10px;   /* Firefox用 */
 }
 #inbox2{
	text-align : center;
	padding:1%;
}
