@charset "utf-8";
/* CSS Document */

/*--------------------
	flow
--------------------*/

#flow dl{
	clear:both;
	overflow:hidden;
	width:100%;
	margin-bottom:40px;
}

#flow dl dt{
	background-color:#1c7abf;
	float:left;
	width:287px;
	padding:3% 0% 3% 2%; 
}

#flow dl dd{
	background-color:#f8f6f1;
	height:61px;
	font-size:117%;
}
 
#flow dl dd.text{
	padding-left:15px;
	font-weight:bold;
}

/*frame
---------------------------*/
#flow p.frame{
	text-align:center;
	margin-bottom:30px;
	padding:2% 0;
	font-size:133%;
	font-weight:bold;
	
}

#flow p.frame.blue{
	border:solid 2px #daebf8;
	color:#1c7abf;
}

#flow p.frame span{
	font-size:75%;
	padding-left:10px;
}

#flow p.frame.blue span{
	color:#333;
}

#flow p.frame.pink{
	border:solid 2px #ffdede;
}

/* .step-default
---------------------------*/

#flow dl.step-default dt{
	display:table-cell;
}

#flow dl.step-default dd{
	display:table-cell;
	vertical-align:middle;
	width:417px;
	padding-left:15px;
}

/*step1
---------------------------*/
#flow dl#step1 dt {   
    padding: 5% 0% 5% 2%;
}
#flow dl#step1 dd{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height: 90px;
	box-sizing: border-box;
}

#flow dl#step1 dd.text{
	padding-left:15px;
}

#flow dl#step1 dd.img{
	padding-right:30px;
}

#flow dl#step1 dd.img p.btn{
    margin-bottom: 0;
}

#flow dl#step1 dd.img p.btn a {
    background: url(../../images/organizer/application/white.gif) 95% 50% no-repeat;
    background-color: #7f7f7f;
    border-radius: 3px;
    color: #fff;
    display: block;
    width: 95%;
    margin-top: 5px;
    padding: 5px 10px;
	font-size: 120%;
	text-align: center;
}

/*step2
---------------------------*/

#flow dl#step2{
    display: table;
}

#flow dl#step2 dt{
	display:table-cell;
    float: none;
    vertical-align: middle;
    width: 301px;
    box-sizing: border-box;
}

#flow #step2 dd{
	display:table-cell;
	vertical-align:middle;
    padding: 15px;
}

#flow #step2 dd span{
	font-size:120%;
	font-weight:normal;
	text-align:center;
}

#flow #step2 dd span a{
	background:url(../../images/organizer/application/white.gif) 95%  50% no-repeat;
	background-color:#7f7f7f;
	border-radius:3px;
	color:#fff;
	display:block;
	width:333px;
	margin-top:5px;
	padding: 5px 10px;
}

#flow #step2 .tebiki {
    background: #fff;
    border: 3px solid #1C7ABF;
    padding: 12px;
}
#flow #step2 .tebiki h5 {
    margin-bottom: 4px;
    position: relative;
    display: inline-block;
    font-size: 120%;
}
#flow #step2 .tebiki p {
    font-weight: normal;
    margin-bottom: 0;
}


@media only screen and
    (max-width : 640px) {
    
 
    #flow dl#step2{
        display: block;
    }
    #flow dl#step2 dt{
        width: auto;
    }    
        
}

/*step4
---------------------------*/

#flow #step4 dt{
	display:table-cell;
	height:26px;
	padding:2% 0 3% 2%;
}

#flow #step4 dd{
	display:table-cell;
	vertical-align:middle;
	width:417px;
	padding-left:15px;
}

/*step7
---------------------------*/

#flow #step7 dt{
	background-color:#e25454;
	width:100%;
}




/*--------------------
	startBox
--------------------*/

#startBox{
	margin-bottom:60px;
}

#startBox table{
	width:100%;
}

#startBox table th{
	border-right:solid 1px #fff;
	border-bottom:solid 1px #fff;
	background-color:#1c7abf;
	color:#fff;
	padding: 10px 2%;
}

#startBox table th.large{
	width:85px;
}

#startBox table th.front{
	width:133px;
}

#startBox table td{
	background-color:#daebf8;
	border-bottom:solid 1px #fff;
	padding:1% 2%;
}

/*--------------------
	timeBox
--------------------*/

#timeBox{
	margin-bottom:30px;
}

#timeBox p.text{
	margin-bottom:20px;
}

#timeBox ul{
	width:100%;
	margin-left:16%;
	font-size:117%;
}

#timeBox ul li{
	float:left;
	width:23%;
}

#timeBox table{
	clear:both;
	font-size:117%;
	margin-bottom:10px;
}

#timeBox table td{
	padding:2% 0;
	border:solid 1px #d2d2d2;
}

#timeBox table td.out{
	background-color:#f8f6f1;
	width:113px;
	text-align:center;
}

#timeBox table td.time{
	background-color:#daebf8;
	width:163px;
	text-align:center;
}

#timeBox table td.times{
	background-color:#f8dada;
	text-align:center;
}

/*--------------------
	quorumBox
--------------------*/

#quorumBox{
	margin-bottom:60px;
}

#quorumBox table{
	width:100%;
	margin-bottom:10px;
}

#quorumBox table tr th{
	border:solid 1px #d2d2d2;
	text-align:center;
}

#quorumBox table tr.type th{
	background-color:#e8e8e8;
	padding:1%;
}

#quorumBox table tr.type th.form{
	padding:1% 2%;
	text-align:left;
}

#quorumBox table tr.room th{
	background-color:#f8f6f1;
	text-align:left;
	padding:1% 2%;
}

#quorumBox table tr td{
	border:solid 1px #d2d2d2;
	text-align:center;
	padding:2% 0;
}


/*--------------------
	contactBox
--------------------*/

#contactBox{
	margin-bottom:50px;
}

#contactBox h5{
	background-color:#333333;
	border-radius:3px 3px 0 0;
	color:#fff;
	font-size:150%;
	text-align:center;
	padding:2% 0;
}

#contactBox .division{
	border-left:solid 1px #d2d2d2;
	border-right:solid 1px #d2d2d2;
	border-bottom:solid 1px #d2d2d2;
	width:340px;
	margin-bottom:20px;
	border-radius:0 0 3px 3px;
	float:left;
}

#contactBox #entry{
	padding-bottom:31px;
}

#contactBox .explain{
	padding:5% 5% 0;
	text-align:center;
}

#contactBox .explain p.tel,
#contactBox .explain p.text{
	text-align:center;
	font-weight:bold;
	font-size:117%;
}

#contactBox .explain p.tel{
	padding-top:30px;
}

#contactBox .explain p.form{
	text-align:center;
	background:url(../../images/common/icon/mail.gif) 10% 50% no-repeat;
}

#contactBox .explain p.form a{
  display: inline-block;
  margin: 0 auto;
  padding: 24px 8%;
  width: 70%;
  color: #fff;
  background: #1c7abf url(../../images/common/button/white-arrow.png) 93% 50% no-repeat;
  border-radius: 3px;
  font-size: 133%;
}

.main a.button{
}

#contactBox p.text{
	clear:both;
}


#contactBox #contact{
	width:364px;
	margin-left:10px;
}

/*--------------------
	priceBox
--------------------*/

#priceBox{
	margin-bottom:80px;
}

#priceBox table{
	width:100%;
	margin-bottom:10px;
}

#priceBox table tr th{
	border:solid 1px #d2d2d2;
	text-align:center;
}

#priceBox table tr.type th{
	background-color:#e8e8e8;
	padding:1%;
}

#priceBox table tr.type th.form{
	padding:1% 2%;
	text-align:left;
}

#priceBox table tr.room th{
	background-color:#f8f6f1;
	text-align:left;
	padding:1% 2%;
}

#priceBox table tr td{
	border:solid 1px #d2d2d2;
	padding:2%;
}

#application span.textized{
	display:none !important;
}

@media only screen and
(max-width : 640px) {

#application span.textized{
	display:block !important;
}


/*--------------------
	flow
--------------------*/

#flow dl{
	margin-bottom:8%;
}

#flow dl dt{
	float:none;
	width:auto;
	color:#fff;
	font-size:120%;
	font-weight:700;
}

#flow dl dd{
	background-color:#f8f6f1;
	height:auto;
	font-size:117%;
}
 
#flow dl dd.text{
	padding:2%;
}


/* .step-default
---------------------------*/

#flow dl.step-default dt{
	display:block;
}

#flow dl.step-default dd{
	display:block;
	width:auto;
	padding:2%; 
}


/*step1
---------------------------*/
#flow dl#step1 dt{
}
	
	#flow dl#step1 dd{
		display:block;
		vertical-align:middle;
		width:auto;
	}
	
	#flow dl#step1 dd{
		box-sizing:border-box;
		padding:2%;
	}
	
	#flow dl#step1 dd.text{
		float:left;
		padding: 15px 2% 15px 15px;
		width:25%;
		height:9em;
		font-size:100%;
	}
	
	#flow dl#step1 dd.img{
		position:relative;
		float:right;
		padding: 15px 15px 15px 2%;
		width:75%;
		height:9em;
		font-size:100%;
	}
	
	#flow dl#step1 dd.img img{
	/*	position:absolute;
		top: 30%;*/
		width:90%;
	}

	#flow dl#step1 dd.img p.btn a {
		font-size: 100%;
		max-width: 90%;
		margin: 2% auto 2% auto;
		padding: 15px 10px;
	}
	

/*step2
---------------------------*/

#flow dl#step2{
}
	
	#flow dl#step2 dt{
		display:block;
		height:auto;
		padding:3% 2% 3% 2%; 
	}
	
	#flow #step2 dd{
		display:block;
		width:auto;
		height:auto;
		text-align:center;
	}

#flow #step2 dd span{
	font-size:90%;
	max-width:90%;
	margin:2% auto;
}

#flow #step2 dd span a{
	max-width:90%;
	margin:2% auto;
	padding:15px 10px;
}



/*step4
---------------------------*/

#flow #step4 dt{
	display:block;
	height:auto;
	padding:3% 2% 3% 2%; 
}

#flow #step4 dd{
	display:block;
	width:auto;
	padding:2%;
}

/*step7
---------------------------*/

#flow #step7 dt{
	display:block;
	width:auto;
}


/*--------------------
	startBox
--------------------*/

#startBox table th{

}

#startBox table th.large{
	width:4em;
}

#startBox table th.front{
	width:5em;
}


/*--------------------
	timeBox
--------------------*/

#timeBox{
	overflow:hidden;
}

#timeBox ul li{
	font-size:84%;
}

/*--------------------
	quorumBox
--------------------*/

#quorumBox{
	margin-bottom:60px;
}


/*--------------------
	contactBox
--------------------*/

#contactBox{
	margin-bottom:15%;
}

#contactBox h5{
	font-size:130%;
}

#contactBox .division{
	width:auto;
	float:none;
}

#contactBox #entry{
	padding-bottom:0px;
}

#contactBox .explain{
	padding:5%;
	text-align:center;
  	font-size: 92%;
}

#contactBox .explain p.tel{
	padding-top:0px;
}

#contactBox .explain p.form a{
  width: 80%;
  font-size: 140%;
}

#contactBox #contact{
	width:auto;
	margin-left:0px;
}

#contactBox .explain p.tel, #contactBox .explain p.text{
	margin:auto;
}

}

