@charset "shift_jis";
/**************************************************************************************************
COMMON
**************************************************************************************************/

/* LINK
-------------------------------------------------------------------------------------------------*/
a:link,
a:active,
a:visited{
	text-decoration: underline;
}
a:hover,
a:focus{
	text-decoration: none;
}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/**************************************************************************************************
OUTLINE
**************************************************************************************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size:small;
	color:#000000;
	background-color: #F7F7F7;
}
#wrapper {
	margin: 0 auto;
	width: 940px;
	border-left:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	background-color: #FFFFFF;
}

#wrapper_service {
	margin: 0 auto;
	width: 822px;
	border-left:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	background-color: #FFFFFF;
}

/* HEADER
-------------------------------------------------------------------------------------------------*/
#header{
	padding: 5px 10px;
}
#header img{
	vertical-align: middle;
}
#header h1 a{
	margin-right: 20px;
}
#header .head-title{
	float:left;
	padding: 13px 19px 0 5px;
}
#header .anniversary{
	float:right;
}
#header .linkHome{
	margin-top: 1.7em;
	float:right;
}
#header .linkHome a{
	margin-left:20px;
	padding: 5px 0  5px 25px;
	display: block;
	font-size: 14px;
	background: url("../images/icon_home.gif") no-repeat 0 2px;
}

/* FOOTER
-------------------------------------------------------------------------------------------------*/
#footer {
	padding:12px 0 65px;
	background-color:#F7F7F7;
}

#footer p{
	text-align:center;
	font-size:12px;
}

/**************************************************************************************************
COMMON PARTS
**************************************************************************************************/
.flt_L{
	float:left;
}
.flt_R{
	float:right;
}




/*以下新規に追加したCSS*/


/* 共通
-------------------------------------------------------------------------------------------------*/
.txCenter{
	text-align: center;
}
.txRight{
	text-align: right;
}
.txLeft{
	text-align: left;
}
.mb05{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-bottom: 60px;
}
.mb70{
	margin-bottom: 70px;
}
.mr20{
	margin-right: 20px;
}

/* content
-------------------------------------------------------------------------------------------------*/
#content {
	margin:0 0 10px;
}

.mainVisual{
	position: relative;
}
.mainVisual p span.yearP{
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	position: absolute;
	left: 30px;
	bottom: 50px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height:1.1;
}
.mainVisual p span.yearP em{
	font-size: 36px;
	font-style: normal;
}
.mainVisual p span.yearP strong{
	font-size: 40px;
	color: #cc0000;
}
.mainVisual p span.yearP .small{
	font-size:14px;
}
.mainVisual p span.date{
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 12px;
	line-height:1.1;
}
.mainVisual p a{
	position: absolute;
	left: 200px;
	bottom: 16px;
}
.mainVisual p a.btnDetail01{
	position: absolute;
	left: 195px;
	bottom: 16px;
}
.mainVisual p a.btnDetail02{
	position: absolute;
	left: 510px;
	bottom: 16px;
}
.mainVisual p a.btnDetail03{
	position: absolute;
	left: 820px;
	bottom: 16px;
}
.mainVisual p a.btnDetail04{
	position: absolute;
	left: 823px;
	bottom: 16px;
}
.mv-note{
	margin: 0 10px 10px;
	font-size:11px;
}
.pointStyle01{
	padding: 5px;
	background-color: #F1F1F1;
	border-top: #c5c4c4 solid 1px;
	border-bottom: #c5c4c4 solid 1px;
}

.pointNav{
	padding: 3px 0 2px;
	border-bottom: #f43333 solid 1px;
}
.pointNav.bdBlue{
	border-bottom: #40b5ff solid 1px;	
}
.pointNav.bdGreen{
	border-bottom: #6DBA00 solid 1px;
}
.pointNav.bdOrange{
	border-bottom: #ff7c24 solid 1px;
}
.pointNav.bdYellow{
	border-bottom: #f6a801 solid 1px;
}
.pointNav.bdPink{
	border-bottom: #fe77a7 solid 1px;
}
.pointNav li{
	display: inline;
	margin-right:4px;
}
.pointNav li.lastLi{
	margin-right:0;
}


.btn1Col{
	padding: 50px 0 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.btn1Col.bottom{
	padding-bottom:0;
}
.btn1Col span{
	color: #f30d5f;
}
.btn2Col{
	padding: 80px 0 60px;
	text-align: center;
}
.btn2Col li{
	margin: 0 10px;
	display: inline;
}
.btn2Col li.btnAttention{
	margin-top: -40px;
	margin-bottom: 30px;
	display: block;
}
.btn2Col.navBottomBg{
	background: url("../images/point_bg01.gif") repeat-x top;
}

.contactBox{
	margin: 0 0 58px;
	padding: 20px 0 30px;
	background-color: #F1F1F1;
}
.contactBox h3{
	margin: 0 0 8px;
	font-family: "" , "Meiryo";
	font-size: 18px;
	text-align: center;
}
.contactBox ul{
	margin-left:24px;
}
.contactBox li{
	float:left;
	margin-right: 10px;
}

.summaryStyle{
	padding: 25px 0;
	line-height: 1.6;
	background: #e7e7e7;
}
.summaryStyle h2{
	margin: 0 auto;
	padding-bottom: 23px;
	width: 892px;
	color: #300;
	font-size: 24px;
	text-align: center;
	background: url(../images/table_top.gif) no-repeat bottom;
}
.summaryStyle div{
	padding-bottom: 8px;
	background: url(../images/table_bottom.gif) no-repeat bottom;
}
.summaryStyle div table{
	margin-left: auto;
	margin-right: auto;
	width: 892px;
	font-size: 14px;
	border-left: solid 1px #cfcece;
}
.summaryStyle div table th,.summaryStyle table td{
	padding: 30px 20px;
	border-right: solid 1px #cfcece;
	border-bottom: solid 1px #cfcece;
}
.summaryStyle div table tr.trTop th,.summaryStyle table tr.trTop td{
	padding-top: 20px;
}
.summaryStyle div table tr.trLast td,.summaryStyle div table tr.trLast th{
	padding-bottom: 20px;
	border-bottom: none;
}
.summaryStyle div table th{
	width: 145px;
	text-align: center;
	vertical-align: middle;
	background: #f5f5f5;
}
.summaryStyle div table td{
	background: #fff;
}
.summaryStyle div table td p.txRed{
	color: #C00;
}
.summaryStyle div table th.txLeft{
	text-align: left;
}
.summaryStyle div table td h3{
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: #333 dashed 1px;
}
.summaryStyle div table td table{
	width: 100%;
	border-top: #a7a7a7 solid 1px;
	border-left: #a7a7a7 solid 1px;
}
.summaryStyle div table td table.widthFree{
	margin: 0;
	width: 500px;
}
.summaryStyle div table td table.widthFree th{
	font-size: 14px;
	background-color: #ffffcc;
}
.summaryStyle div table td table th,.summaryStyle div table td table td{
	padding: 5px 10px;
	border-right: #a7a7a7 solid 1px;
	border-bottom: #a7a7a7 solid 1px;
}
.summaryStyle div table td table th{
	font-size: 16px;
	background: #fef7b8;
}
.summaryStyle div table td table td{
	text-align: center;
	font-size: 14px;
}


.fxCampaign{
	padding-top: 70px;
	padding-bottom: 30px;
	line-height: 1.6;
	
}

.btnfxCampaign{
	position:absolute;
	top:440px;
	left:195px;
	
}



.fxCampaign .list01  li {
    background: none repeat scroll 0 0 transparent;
    list-style: disc outside none;
    margin-left: 1.5em;
    padding-left: 0;
}



.fxCampaign h2{
	margin: 0 auto;
	padding-bottom: 23px;
	width: 892px;
	color: #300;
	font-size: 24px;
	text-align: center;
	
}
.fxCampaign div{
	padding-bottom: 8px;
	
}
.fxCampaign div table{
	margin-left: auto;
	margin-right: auto;
	width: 892px;
	font-size: 14px;
	border-left: solid 1px #0099FF;
	border-top: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
}
.fxCampaign div table th,.fxCampaign table td{
	padding: 25px 20px;
	border-right: solid 1px #0099FF;
	border-bottom: solid 1px #0099FF;
}
.fxCampaign div table tr.trTop th,.fxCampaign table tr.trTop td{
	padding-top: 25px;
}
.fxCampaign div table tr.trLast td,.fxCampaign div table tr.trLast th{
	padding-bottom: 25px;
	border-bottom: none;
}
.fxCampaign div table th{
	
	text-align: center;
	vertical-align: middle;
	background: #EFF8FF;
}
.fxCampaign div table td{
	background: #fff;
}
.fxCampaign div table td p.txRed{
	color: #C00;
}
.fxCampaign div table th.txLeft{
	text-align: left;
}
.fxCampaign div table td h3{
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: #333 dashed 1px;
}
.fxCampaign div table td table{
	width: 100%;
	border-top: #a7a7a7 solid 1px;
	border-left: #a7a7a7 solid 1px;
}
.fxCampaign div table td table.widthFree{
	margin: 0;
	width: 500px;
}
.fxCampaign div table td table.widthFree th{
	font-size: 14px;
	background-color: #ffffcc;
}
.fxCampaign div table td table th,.fxCampaign div table td table td{
	padding: 5px 10px;
	border-right: #a7a7a7 solid 1px;
	border-bottom: #a7a7a7 solid 1px;
}
.fxCampaign div table td table th{
	font-size: 16px;
	background: #fef7b8;
}
.fxCampaign div table td table td{
	text-align: center;
	font-size: 14px;
}


.privilegeStyle{
	margin: 40px auto;
	width: 886px;
	line-height: 1.6;
}
.privilegeStyle h2{
	text-align: center;
	padding-bottom: 10px;
}
.privilegeStyle div{
	padding-bottom: 0;
	background: none;
}
.privilegeStyle div.privilegeStyleBd{
	padding: 30px 0;
	border: #ff5901 5px solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	behavior: url("js/PIE.htc");
	position:relative;
}
.privilegeStyle div div{
	padding: 0 15px;
	border: none;
}
.privilegeStyle div div.privilegeIn{
	padding: 0 35px;
}
.privilegeStyle div div div{
	padding: 0;
}
.privilegeStyle table{
	width: 100%;
	border-top: #e5e4e4 solid 1px;
	border-left: #e5e4e4 solid 1px;
}
.privilegeStyle table th,.privilegeStyle table td{
	padding: 10px;
	border-right: #e5e4e4 solid 1px;
	border-bottom: #e5e4e4 solid 1px;
}
.privilegeStyle table .txRed{
	color: #e60012;
}
.privilegeStyle table thead th{
	font-size: 16px;
	text-align: center;
	background: #f1f0f0;
}
.privilegeStyle table thead th.sp{
	color: #e60012;
	font-size: 18px;
	font-weight: bold;
	background: #fed990;
}
.privilegeStyle table tbody th{
	padding: 20px;
	font-size: 14px;
	text-align: center;
	background: #f1f0f0;
}
.privilegeStyle table tbody td{
	padding: 20px;
}
.privilegeStyle table.tableStyle01 tbody td{
	font-size: 16px;
	text-align: center;
}
.privilegeStyle table tbody td.sp{
	padding: 10px 20px;
	color: #e60012;
	font-size: 36px;
	font-weight: bold;
	background: #feefd1;
}
.privilegeStyle.type2{
	margin-top:80px;
}
.privilegeStyle.type2 div.privilegeStyleBd{
	border: #339999 5px solid;
}
.privilegeStyle.type2 div.yellowBox2{
	margin-bottom: 5px;
	padding: 10px;
	display: inline-block;
	background: #ffffcc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url("js/PIE.htc");
	position:relative;
}
.privilegeStyle div.yellowBox2 strong{
	color:#cc0000;
}

.bottomLink{
	padding: 25px 0;
	text-align: center;
	font-size: 14px;
	background: #f1f1f1;
	border-top: #e9e9e9 solid 1px;
	border-bottom: #e9e9e9 solid 1px;
}
.bottomLink li{
	margin-right: 5px;
	line-height:1.1;
	display: inline-block;
	* display: inline;
	* zoom: 1;
}
.bottomLink li a{
	padding-left: 10px;
	background: url(../images/icon_arrow01.gif) no-repeat 0 5px;
}
.privilegeStyle div div.yellowBox{
	padding: 5px;
	background-image: url(../images/privilege_bg01.gif);
}
.yellowBox p{
	padding: 15px 0 15px 150px;
	font-size: 18px;
	font-weight: bold;
	background: #ffff99;
}
.yellowBox p span.txRed{
	color: #c00;
}

.textCol2 img{
	float: left;
}
.textCol2 span{
	margin-top: 12px;
	float: right;
	color: #333333;
}
h3.txBlue{
	font-size: 22px;
	color: #0066ff;
}

.txStyle01 span{
	color: #c00;
}
.txStyle01 strong{
	font-size: 16px;
	color: #c00;
}
.txStyle01 dt{
	margin-bottom: 5px;
}
.txStyle01 dd{
	font-size: 12px;
}
.fontS{
	font-size: 12px;
}
.fontB{
	font-size: 16px;
}
.listSqare li{
	padding-left: 16px;
	color: #c00;
	background: url(../images/icon_square01.gif) no-repeat 0 5px;
}
.listAttention li{
	padding-left: 23px;
	font-size: 14px;
	line-height: 1.8;
	background: url(../images/icon_attention01.gif) no-repeat 0 2px;
}
.listAttention li.fontB{
	font-size: 16px;
}
p.bold{
	font-weight: bold;
}
.listAttention li li{
	margin-left: 1.5em;
	padding-left: 0;
	list-style: disc;
	background: none;
}

.boxAttention01{
	margin-bottom: 100px;
	padding: 15px 40px;
	background: #fff8eb;
	border: #ffaf5a solid 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	behavior: url("js/PIE.htc");
	position:relative;
}
.boxAttention01 h3{
	margin-bottom: 15px;
	padding-top: 25px;
	color: #d4010b;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	background: url(../images/icon_attention02.gif) no-repeat top center;
}
.boxAttention01 p,.boxAttention01 li{
	line-height: 1.8;
	color: #777777;
}
.boxAttention01.mb0{
	margin-bottom: 0;
}

.boxName01{
	margin-top: 2px;
	padding: 20px;
	background: #f7f7f7;
	line-height: 1.8;
	border: #b3b3b2 solid 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	behavior: url("js/PIE.htc");
	position:relative;
}
.boxName01 ul li span{
	width: 100px;
	display: block;
	float: left;
	color: #989898;
}
.boxName01 ul li p{
	overflow: hidden;
}

.boxGoods{
	margin: 0 20px;
	padding: 30px;
	border: #cfcece solid 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	behavior: url("js/PIE.htc");
	position:relative;
}
.boxGoods h3{
	padding: 10px;
	color: #fe6102;
	font-size: 18px;
	font-weight: normal;
	border: #fe6102 solid 3px;
}
.boxGoods div{
	margin-bottom: 30px;
	padding: 20px 20px 0;
	border-bottom: #000 dotted 1px;
}
.boxGoods div div{
	padding: 0;
}
.boxGoods table{
	width: 100%;
	font-size: 16px;
	border-top: #e5e4e4 solid 1px;
	border-left: #e5e4e4 solid 1px;
}
.boxGoods table th,.boxGoods table td{
	padding: 10px;
	border-right: #e5e4e4 solid 1px;
	border-bottom: #e5e4e4 solid 1px;
}
.boxGoods table tbody th{
	padding: 20px;
	text-align: center;
	background: #f1f0f0;
}
.boxGoods table tbody th.stepupTh01{
	color: #fff;
	line-height: 1.6;
	background: #ff6600;
}
.boxGoods table tbody th.stepupTh02{
	color: #fff;
	line-height: 1.6;
	background: #03a974;	
}
.boxGoods table tbody td{
	padding: 20px;
}
.boxGoods table.stepupTable tbody td{
	text-align: center;
	font-size: 18px;
}

.stepupLink{
	line-height: 1.6;
	text-align: right;
}
.stepupLink li a{
	padding-left: 10px;
	background: url(../images/icon_arrow01.gif) no-repeat 0 5px;
}

.notes{
	font-size: 12px;
}
.notes.txNomal{
	font-size: 14px;
}
.notes.txRed{
	color: #c00;
}
.notes li span{
	float: left;
}
.notes li p{
	overflow: hidden;
}
.notes li p span{
	color: #c00;
	float: none;
}
.notes.bold{
	font-weight: bold;
}

.discList{
	margin-left: 1.5em;
	font-size: 12px;
}
.discList li{
	list-style: disc;
}

.txRed{
	color: #c00;
}

.meritH3{
	margin-top: -65px;
}
.meritBox01{
	position: relative;
}
.meritBox01 p{
	text-align: center;
}
.meritBox01 a{
	position: absolute;
	bottom: 22px;
	right: 100px;
}

.privilegeStyle div div.meritBox02{
	margin-left: 65px;
	margin-right: 65px;
	padding: 25px;
	text-align: center;
	color: #411e14;
	font-size: 16px;
	font-weight: bold;
	background-color: #ffeae0;
}
.meritBox02 span{
	color: #f04a00;
	font-size: 30px;
}
.meritBox02 strong{
	font-size: 24px;
}

.meritLink01{
	margin-left: 65px;
	margin-right: 65px;
	text-align: right;
	font-size: 12px;
}
.meritLink01 a{
	margin-left: 10px;
}

.atmBox{
	margin-left: 65px;
	margin-right: 65px;
}
.atmBox dt{
	margin-bottom: 5px;
	padding-left: 16px;
	font-weight: bold;
	background: url(../images/icon_square02.gif) no-repeat 0 5px;
}
.atmBox dd{
	
}
.atmBox dd ul{
	padding: 10px;
	text-align: center;
	border: #b2b2b1 solid 1px;
}
.atmBox dd ul li{
	margin: 0 18px;
	display: inline;
}

.merit2col{
	margin-bottom: -32px;
}
.merit2col li{
	padding-bottom: 20px;
	width: 49%;
	text-align: center;
	display: inline-block;
	* display: inline;
	* zoom: 1;
}
.merit2col li.bdC{
	border-right: #a5a4a4 solid 1px;
}

.grayBox{
	margin-bottom: 5px;
	padding: 10px;
	display: inline-block;
	background: #f1f0f0;
	border: #e5e4e4 solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url("js/PIE.htc");
	position:relative;

}
.grayBox li{
	margin-left: 1.5em;
	list-style: disc;
}
.grayBox01{
	padding: 5px;
	display: inline-block;
	background: #f2f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	behavior: url("js/PIE.htc");
	position:relative;
}
.grayBox01 dt{
	font-size: 12px;
}
.grayBox02{
	padding: 10px 15px;
	display: inline-block;
	background: #f2f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	behavior: url("js/PIE.htc");
}
.privilegeIn .extraBox01{
	padding:5px;
	background: url(../images/box_frame_bg.gif) repeat 0 0;
}
.privilegeIn .extraBox01 .inner{
	padding:18px;
	background-color: #ffff99;
}
.privilegeIn .extraBox01 .tx01{
	font-size:16px;
}
.privilegeIn .extraBox01 .tx02{
	font-size:18px;
}
.list-w3 dt{
	float:left;
	clear:left;
	width:3em;
}
.list-w3 dd{
	padding-left:3em;
}

.pagetop{
	margin:0 30px 18px;
}
.pagetop a{
	display:block;
	float:right;
	padding-left:15px;
	font-family: "" , "Meiryo";
	font-size: 12px;
	color:#eb5505;
	background: url(../images/pagetop.gif) no-repeat left center;
}
.pageback{
	margin:0px 30px 30px;
}
.pageback a{
	display:block;
	/*float:right;
	font-family: "" , "Meiryo";*/
	font-size: 12px;
	color:#eb5505;
}
#top{
	height:0;
	overflow: hidden;
}

.whiteBox{
	display: inline-block;
	padding:10px 15px;
	border:1px solid #666666;
}
