@charset "utf-8";
/* CSS Document */
.fletstv	{
	width:710px;
	margin:0 auto;
	background-color:#FFFFFF;}

.fletstv_main-img {
	position: relative;
}
.fletstv_main-img-text {
	display: block;
	width: 675px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	height: 30px;
}

.fletstv_bold	{
	color:#eb0f8c;
	font-weight:bold;}
	
.fletstv_form_btn {
	display: block;
	color: #000;
	font-weight: bold;
	border-radius: 4px;
	text-align: center;
	padding: 10px 15px;
	text-decoration: none;
	border: solid 1px #eb0f8c;
	background: -ms-linear-gradient(top, #f54cac, #eb0f8c);
	background: -moz-linear-gradient(top, #f54cac, #eb0f8c);
	background: -webkit-gradient(linear, center top, center bottom, from(#f54cac), to(#eb0f8c));
	background: linear-gradient(#f54cac, #eb0f8c);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f54cac, endColorstr=#eb0f8c);
	background-color: #eb0f8c;
	width: 100%;
	margin: 40px 0;
}
.fletstv_form_btn:hover {
	background: #eb0f8c !important;
	border: solid 1px #eb0f8c;
	color: #000;
}

.fletstv_plan_tb	{
	margin:10px 0;
	width:710px;
	border-collapse:collapse;
	line-height:110%;
	letter-spacing:1px;}
	.fletstv_plan_tb th	{
		border:1px solid #CCCCCC;
		background-color:#EEEEEE;
		padding:5px;}
	.fletstv_plan_tb td	{
		border:1px solid #CCCCCC;
		padding:5px;}
.fletstv_plan_tb .sm	{
	font-size:90%;}
	
	
table.type01 {
    margin: 1em 0;
}

table.type01 th {
    background-color: #f2f2f2;
    font-weight: normal;
	font-size:80%;
}
table.type01 th, table.type01 td {
    border:1px solid #c0c0c0;
    line-height: 1.3;
	letter-spacing:1px;
	padding:5px 2px;
	text-align:center;
	vertical-align:middle;
}

table ul, table ol {
    margin: 0.3em 0 0.3em 0.3em;
}
table ol {
    margin-left: 2.25em;
}
table li {
    margin: 0.3em 0;
}
.sm {
    font-size: 85%;
}

.ss {
    line-height: 1.5;
}
.ss {
    font-size: 78%;
}


.red {
    color: #b00;
}

.dinf {
    letter-spacing: -0.025em;
    padding-left: 2px;
    padding-right: 2px;
}

table.fee {
    border-spacing: 0;
    border-width: 2px 1px 1px 2px;
}
table.fee {
    background-color: #fff;
    border: 2px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 3px #ccc;
    line-height: normal;
    margin: 10px 0;
}

.catch {
    background: #fff0d1 none repeat scroll 0 0;
    margin: 4px;
    padding: 4px 2px;
}


@media all and (max-width:639px){
.fletstv_main-img-text {
    width: 100%;
    left: 2px;
    top: 2%;
    font-size: 14px;
    line-height: 1;
}
}