﻿@charset "utf-8";

/* 特典ページの基本設定
----------------------------------------------- */
h1 , h2 , h3 , h4 , h5 , h6 {
margin-top: 0 ;
margin-bottom: 0;
font-size:1em ;
}

.backtop {
	text-align: right;
	margin-top: 24px;
	margin-right: 8px;
	margin-bottom: 24px;
}
/*.backtop a {
	text-decoration: underline;
	color: #666666; !important

	background: url(../s_imgs/backallow.gif) no-repeat 0px 2px;
	padding-left: 11px;
}*/

/*******　body#formのリンク設定を解除し、新しいリンク設定を行う　**************/

	body#form a.a_glay:link,
	body#form a.a_glay:visited {
	text-decoration: underline;
	color: #666666;
	font-weight:normal ;
	background: url(../s_imgs/backallow.gif) no-repeat 0px 2px;
	padding-left: 11px;
	}

	body#form a.a_glay:hover {
	text-decoration:none ;
	color: #FF9900;
	font-weight:normal ;
	background: url(../s_imgs/backallow.gif) no-repeat 0px 2px;
	padding-left: 11px;
	}


/*--------parts.cssで無いもの-----------*/
.mt25  {margin-top: 25px;}
.mt9  {margin-top: 9px;}
.mt13  {margin-top: 13px;}
.mt36  {margin-top: 36px;}
.mt5  {margin-top: 5px;}

.ml40  {margin-left: 40px;}
.ml3  {margin-left: 3px;}
.ml3  {margin-left: 3px;}

.mr5  {margin-right: 5px ;}

.mb30 {margin-bottom:30px ;}
.mb13 {margin-bottom:13px ;}
.mb104 {margin-bottom:104px ;}




/*-----キャプション----*/
.caption {
margin:30px 24px 44px 20px ;
}

.caption p {
line-height:150% ;
}


#main-area h1 {
margin-left:10px ;
margin-top: 13px;
}


/* 特典のリストテーブルの設定
----------------------------------------------- */

table.toku_ici { /*-------テーブル全体-------*/
margin-left:20px ;
margin-right:20px ;
margin-bottom: 18px ;
}

td.bg_h2 {
background-image:url(../s_imgs/bg_h2.jpg) ;
background-repeat:repeat-y ;
background-position:left center ;
border-bottom-width: 1px ;
border-bottom-style:solid ;
border-bottom-color:#62ACB3 ;
}

.bg_h2 h2 {
font-size:125% ;/**/
font-weight:bold ;
line-height:100% ;
}

strong.c_gray {
color:#666666 ;
}

/*******　body#formのリンク設定を解除し、新しいリンク設定を行う　**************/

body#form a.fs_normal:link,
body#form a.fs_normal:visited  {
font-weight:normal ;
text-decoration:underline ;
background-image:url(../s_imgs/linkallow_blue.gif) ;
background-position:left center ;
background-repeat:no-repeat ;
padding-left:13px ;
}

body#form a.fs_normal:hover {
font-weight:normal ;
text-decoration:none ;
color:FF9900 ;
background-image:url(../s_imgs/linkallow_blue.gif) ;
background-position:left center ;
background-repeat:no-repeat ;
padding-left:13px ;
}

body#form a.fs_normal_0:link,
body#form a.fs_normal_0:visited  { /*-------矢印アイコン無いもの-------*/
font-weight:normal ;
text-decoration:underline ;
}

body#form a.fs_normal_0:hover {
font-weight:normal ;
text-decoration:none ;
color:FF9900 ;
}


table.toku_ici00 { /*-------特典内容・利用方法-------*/
	margin-top: 5px ;
}

table.toku_ici00 tr {
margin-top:2px ;
margin-bottom: 2px ;
background-image:url(../s_imgs/line_toku2.gif) ;
background-position:bottom ;
background-repeat:repeat-x ;
}

table.toku_ici00 th {
background-color:#E7FAF6 ;
vertical-align: top;
padding:5px ;
font-size: 75% ;
}

table.toku_ici00 td {
vertical-align: top;
padding:5px ;
line-height:125% ;
}

table.toku_ici00 p {
line-height:125% ;
}

.toku_ici01 { /*-------お問い合せ-------*/
	margin-top: 5px ;
	background-color:#F5F5F5 ;
}

.toku_ici01 th {
vertical-align: top;
text-align:right ;
padding:5px ;
font-size: 68.75% ;
}

.toku_ici01 td {
vertical-align: top;
padding:5px ;
}

.toku_ici01 p{
font-size:68.75px ;
line-height:110% ;
}

td.pd0 {
padding:0 ;
}


/*-------グレーののベース-------*/
.div_area01 {
	background-color:#F9F9F9;
	padding:10px;
	margin-left:20px;
	margin-right:20px;
	border: 1px solid #CCCCCC;
}

.div_area01 p {
line-height: 166.67% ;
}

.float_r {
float:right ;
}

