@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  present/index.css
 style info :  無料券プレゼントページだけに使用
=================================================================== */
/*現在表示ページボタンのアクティブ表示*/
a#gNav2-7 {
	background-position:0 -24px;
}


#main h2 {
	margin-bottom: 5px;
}
#main div.block {
	margin-bottom: 15px;
}
#main div.catchImage {
	height: 199px;
	width: 660px;
	background-image: url(img/pht_muryou.jpg);
	background-position: right top;
	margin-bottom: 10px;
}
#main p.exp {
	font-size:14px;
	letter-spacing:1px;
	margin-bottom:10px;
}
#main p.exp span.red {
	background-color:#FFFFFF;
	border:1px solid #FFD2E7;
	color:#EF2C88;
	font-size:16px;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
	padding:3px;
}

#main table {
	border: 1px solid #BDB99F;
	width: 100%;
	font-size: 110%;
}
#main table th {
	background-color: #E3D8CC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BDB99F;
	border-bottom-color: #BDB99F;
	padding: 5px;
}
#main table td {
	background-color: #EEECDF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDB99F;
	padding: 5px;
}
#main form h3 {
	background-color:#399cd1;
	color:#FFFFFF;
	font-size:105%;
	font-weight:bold;
	padding: 5px;
}
#main table input {
	padding: 2px;
	margin-right: 3px;
}
#main table input.long {
	width: 99%;
}
#main table textarea {
	width: 99%;
	height: 100px;
	overflow: auto;
}

div.submit input {
	font-size: 13pt;
	padding: 3px;
}

/*tousen_css*/

.tousen_box:after{ 
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   }
   
.tousen_box{
  background-color:#fcee8e;
  margin-bottom:15px;
  width:660px;
}

.tousen_image{
background-color:#fcee8e;
  width:263px;
  float:left;
  text-align:center;
  font-size:13px;
  color:#f80879;
}

.tousen_txt{
background-color:#fcee8e;
  width:397px;
  float:left;
  
}

.tousen_txt p{
  margin:20px 15px 15px 0;
  font-size:13px;
  line-height:150%;
}