@charset "UTF-8";

/* -------------------- reset -------------------- */

@import "http://yui.yahooapis.com/2.8.1/build/reset/reset-min.css";

/* -------------------- tag -------------------- */

html {
	background:#eee;
}

body {
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
	text-align:center;
	/*color:#444;*/
	/*font-size:90%;*/
	font-size:90%;line-height:120%;color:#333333;
}

/* -------------------- decoration -------------------- */

.b { font-weight:bold; }
.r { color:#e00; }
.center { text-align:center; }
.right { text-align:right; }

/* -------------------- link -------------------- */

a { color:#04c; }
a:active { color:#690; }
a:visited { color:#019; }
a:hover { color:#e60; }

/* -------------------- layout -------------------- */

#wrap,
#innerWrap,
#mainWrap,
#sideWrap {
	overflow:hidden;
	position:relative;
}

#wrap {
	width:964px;
	margin:0 auto 20px;
	background:#fff;
	text-align:left;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

#innerWrap {
	padding:0 20px;
}

#mainWrap {
	width:580px;
	float:left;
}

#sideWrap {
	width:322px;
	float:right;
}

/* -------------------- header -------------------- */

#head {
	margin:0 20px;
	padding:20px 0 0;
	overflow:hidden;
	text-align:left;
}

#titleLogo {
	float:left;
}

#headAd {
	padding-top:7px;
	float:right;
}

/* -------------------- global navi -------------------- */

#gnavi {
	margin:10px 20px 20px;
	overflow:hidden;
	text-align:left;
	background:url('image/bgGnavi.gif') right bottom no-repeat;
}

.gnaviInner {
	overflow:hidden;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
}

#gnavi a {
	padding:0 0.5em;
	display:block;
	text-decoration:none;
}

#gnavi p {
	float:left;
	font-size:90%;
	letter-spacing:1px;
	line-height:28px;
	border-left:solid 1px #fff;
	border-right:solid 1px #ccc;
}

#gnavi #searchBox {
	height:28px;
	padding-right:0.5em;
	float:right;
	line-height:28px;
	border-right:solid 1px #ccc;
}

#gnavi #searchBox input {
	padding:3px;
	font-size:80%;
}

/* ----- Credit Card DB decoration ----- */

#ccdb {
	background:url('image/bgGnaviInner.gif') top repeat-x;
}

#gnavi #ccdb #home a,
#gnavi #ccdb a:hover {
	background:url('image/bgGnaviInnerActive.gif') top repeat-x;
	color:#fff;
}

/* ----- Credit Card Good&New decoration ----- */

#ccgn {
	background:url('image/bgGnaviInner.gif') top repeat-x;
}

#gnavi #ccgn #home a{
	background:url('image/bgGnaviInnerCCGN.gif') top repeat-x;
	color:#fff;
}

#gnavi #ccgn a:hover {
	background:url('image/bgGnaviInnerActive.gif') top repeat-x;
	color:#fff;
}

/* -------------------- contents -------------------- */

/* text */


.contentsWrap h3,
.relationTitle {
	margin-bottom:10px;
	color:#fff;
	font-size:105%;
	font-weight:bold;
	line-height:2;
	border-top:solid 1px #36c;
	border-bottom:solid 1px #36c;
	background:#0076C1 url('image/bgSideTitle.gif') center repeat-x;
}

.contentsWrap h3 span,
.relationTitle span {
	display:block;
	padding:0 0.3em;
	color:#fff;
	border-top:solid 3px #fff;
	border-bottom:solid 3px #fff;
}

.contentsWrap h4{
	color:#333333;
	font-size:105%;
	font-weight:bold;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:10px;
	clear:left;
	background-color:lightcyan;
	padding:5px;
	border-left:0.2em solid silver;
	alink color:white;
	clear:left;
	border-bottom:1px 
	solid #999999; 
	border-right:1px solid #999999
}

.contentsWrap p {
	margin-bottom:1.5em;
	padding-left:2px;
	line-height:1.6;
	letter-spacing:1px;
}

/* header group */

.headGroup {
	margin-bottom:10px;
	padding:3px;
	/*border-style:solid;
	border-width:1px;
	border-color:#eee #ccc #ccc #eee;*/
}

.headGroup h2 {
	padding:0 0.25em;
	background:url('image/bgHeadingH2.gif') top repeat-x;
	color:#339;
	font-weight:bold;
	font-size:120%;
	line-height:2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #2468C9;
	border-left-color: #CCC;
}

.headGroup h2#blogTitle2 {
	padding:0 0.25em;
	background:url('image/bgHeadingH2-2.gif') top repeat-x;
	color:#fff;
	font-weight:bold;
	font-size:120%;
	line-height:2;
	border-bottom:solid 2px #2468C9;
}

.headGroup p.description {
	margin:0;
	padding:10px 0.3em 5px;
	color:#36c;
	font-size:90%;
	font-weight:bold;
	line-height:1.4;
	border-top:solid 2px #eee;
}

/* header group / entry meta */

.headGroup .entryMeta {
	padding:0 2px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #eee;
	color:#666;
	font-size:90%;
	line-height:2;
	text-align:right;
	background:#fcfcfc;
}

.headGroup .entryMeta span {
	padding-right:1em;
}

/* cards wrap  */
#cardsWrap {
	width:600px;
	margin-bottom:10px;
	overflow:hidden;
}

#cardsWrap .cardBox {
	width:600px;
	margin-bottom:20px;
	overflow:hidden;
}

#cardsWrap .cardInfo {
	width:180px;
	float:left;
	margin-right:18px;
	overflow:hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 250px;
}

#cardsWrap p {
	margin:0;
	padding:0;
}

#cardsWrap .cardImg {
	margin-bottom:5px;
	padding:10px;
	text-align:center;
	/*border:solid 1px #ccc;*/
}

#cardsWrap p.cardName,
#spCardsWrap p.cardName {
	margin-bottom:0px;
	padding-left:2px;
	font-size:90%;
	font-weight:bold;
	line-height:1.1;
}

#cardsWrap p.cardDescription,
#spCardsWrap p.cardDescription {
	padding-left:2px;
	font-size:90%;
	line-height:1.4em;
	padding-top: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.spCardBox {
	height:90px;
	margin-bottom:5px;
	overflow:hidden;
	border-bottom:solid 1px #eee;
	padding-top: 10px;
}

.campCardBox {
	margin-bottom:5px;
	overflow:hidden;
	padding-top: 10px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

#spCardsWrap .cardImg_right {
	float:right;
	margin-top: 50px;
}

#spCardsWrap p.day {
	padding-left:100px;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	background-image: url(image/camp_day_img.png);
	background-repeat: no-repeat;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#spCardsWrap p.cardName_camp {
	margin-bottom:0px;
	padding-left:2px;
	font-size:90%;
	font-weight:bold;
	line-height:1.1;
}

#spCardsWrap .cardImg {
	margin-right:15px;
	float:left;
}

/* -------------------- card view -------------------- */

.cardDescription {
	overflow:hidden;
	margin-bottom:20px;
	padding:1em;
	/*border:solid 1px #ccc;*/
}

.cardDescription p {
	margin:0;
	padding:0;
}

p.cardDescriptionImg {
	float:left;
	margin-right:1em;
}

p.cardDescriptionText {
	font-size:110%;
	line-height:1.5;
	letter-spacing:1px;
}

#cardview h3 {
	padding:0.5em 0;
	line-height:1.4;
}

#cardview strong {
	color:#c00;
	font-weight:bold;
}

/* cardview table */

#cardviewData {
	margin-bottom:20px;
}

#cardviewData th,
#cardviewData td {
	padding:0.25em;
	font-size:90%;
	line-height:1.6;
	border:solid 1px #ccf;
}

#cardviewData th {
	font-weight:normal;
	background:#ffc;
}

#cardviewData th.cardviewTitle {
	padding-left:2em;
	font-size:110%;
	line-height:2;
	border-top:double 3px #66c;
	background:#eef url('./image/cards.gif') 5px center no-repeat;
}

#cardviewData td.cardFee,
#cardviewData td.cardInsurance {
	width:90px;
	text-align:center;
}


/* -------------------- entry -------------------- */

.entryWrap {
	margin-bottom:20px;
	padding:15px 15px 0;
	/*border:solid 1px #ccc;*/
}

.entryWrap h3 {
	padding:0 5px;
	font-size:110%;
}

#test2 .entryWrap h3 {
	margin-bottom:10px;
	color:#0076C1;
	font-size:110%;
	font-weight:bold;
	line-height:2;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	background:url('image/bgHeadingH2.gif') top repeat-x;
}

.entryWrap p {
	padding-left:2px;
	font-size:105%;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.entryWrap p img {
	position:relative;
	left:-2px;
}

.entryWrap strong {
	font-weight:bold;
}

/* ----- relation wrap ----- */

#relationWrap {
	padding:15px;
	border:solid 1px #ccc;
}

#relationWrap p.relationTitle {
	margin:0 0 10px;
	padding:0;
	font-size:110%;
	font-weight:bold;
	color:#36c;
	line-height:1.8;
}

#relationWrap ul {
	margin-bottom:10px;
	padding-left:1.6em;
}

#relationWrap li {
	padding:0.3em 0;
	list-style:disc;
	font-size:110%;
	line-height:1.2;
	letter-spacing:1px;
}

#relationWrap .yahoologo {
	text-align:right;
}

/* -------------------- side bar -------------------- */

.sideBox {
	margin-bottom:10px;
	padding:5px;
	background-color: #FBFBFB;
}

.sideTitle {
	margin-bottom:10px;
	color:#fff;
	font-size:105%;
	font-weight:bold;
	line-height:2;
	border-top:solid 1px #36c;
	border-bottom:solid 1px #36c;
	background:#0076C1 url('image/bgSideTitle.gif') center repeat-x;
}

.sideTitle span {
	display:block;
	padding:0 0.3em;
	border-top:solid 3px #fff;
	border-bottom:solid 3px #fff;
}

/* side box */

.sideBox p {
	line-height:1.25;
}

.sideBox ul {
}

.sideBox li {
	margin-bottom:3px;
	padding-left:1.5em;
	line-height:1.4;
	list-style:none;
	background-position:left top;
	background-repeat:no-repeat;
}

.tipBox {
	border:none;
}
.tipBox li {
	margin-bottom:3px;
	padding-left:1.5em;
	line-height:1.4;
	list-style:none;
	background-position:left top;
	background-repeat:no-repeat;
}

.sideBox a { text-decoration:none; }
.sideBox li a { text-decoration:underline; }

#cardTips .cardList1{
	background-image:url('image/light.gif');
}

#cardOisogi .cardList1{
	background-image:url('image/smile.gif');
}

#cardTrip .cardList1,
#cardTrip .cardList2 {
	background-image:url('image/world.gif');
}

#cardGold .cardList1,
#cardMile .cardList1,
#cardPoint .cardList1,
#cardPoint .cardList2,
#cardPoint .cardList3 {
	background-image:url('image/coins.gif');
}

#cardCar .cardList1,
#cardCar .cardList2,
#cardCar .cardList3,
#cardCar .cardList4 {
	background-image:url('image/car.gif');
}

#cardUrawaza .cardList1,
#cardUrawaza .cardList2,
#cardUrawaza .cardList3 {
	background-image:url('image/light.gif');
}

#cardChishiki .cardList1,
#cardChishiki .cardList2,
#cardChishiki .cardList3,
#cardChishiki .cardList4,
#cardChishiki .cardList5,
#cardChishiki .cardList6,
#cardChishiki .cardList7 {
	background-image:url('image/tick.gif');
}

#blogRecentEntries li,
#blogSpecial li,
#blogPopular li {
	background-image:url('image/page.gif');
}

#blogCategory li {
	background-image:url('image/folder.gif');
}

#blogCards li {
	background-image:url('image/cards.gif');
}

/* search box */

#searchBox dt {
	font-weight:bold;
	line-height:1.6;
}

#searchBox dd {
	margin-bottom:5px;
	padding-bottom:5px;
	overflow:hidden;
	font-size:90%;
	line-height:1.4;
	border-bottom:solid 1px #eee;
}

#searchBox dd span {
	display:block;
	margin-right:1em;
	float:left;
}

#searchBox .submitBtn {
	clear:both;
	text-align:right;
}

#searchBox .submitBtn input {
	width:300px;
}

/* ----- entry / blog ----- */

#socialBtnBox {
	margin-bottom:0.5em;
}

/* -------------------- footer -------------------- */

#foot {
	width:964px;
	margin:0 auto 20px;
	background:#0076C1 url('./image/bgFooter.gif') top repeat-x;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

#footInner {
	padding:0 20px 20px;
	color:#fff;
	text-align:left;
}

#foot h3 {
	margin:20px 0 5px;
	padding-left:1.5em;
	font-size:105%;
	font-weight:bold;
	line-height:1.4;
	border-bottom: double 3px #6ABFF5;
	background:url('./image/cards.gif') left no-repeat;
}

#foot a {
	color:#cff;
}

#foot a:hover {
	color:#ff6;
}

#foot ul {
	padding-left:2px;
	overflow:hidden;
}

#foot li {
	width:20%;
	float:left;
	font-size:90%;
	line-height:1.5;
	background:url('./image/bullet_yellow.png') left no-repeat;
}

#foot li a {
	padding-left:1.5em;
}

#copyright {
	margin-bottom:20px;
	font-size:90%;
}

.clear {
clear:both;
height:0;
line-height:0;
}

/* -------------------- common -------------------- */
.r-float{
	margin-right : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 10px;
	float : right;
}

.l-float{
	margin-right : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 10px;
	float : left;
}

ul#check{
	list-style-image: url(images/check.gif);
	list-style-position: inside;
}

ul#topping{
	padding-left:0px;
	list-style-image: url(images/ListImg3.gif);
}

#y {
	background: #ff9;
}

.marking {
	color: #C00;
	font-size: 105%;
	font-weight: bold;
	background-color: #FFF0F0;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}

.underline {
//	color: #000000;
//	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

.CardList{
	width:100%;
	/*background:#fff;*/
	background:#999;
	margin-top: 30px;
	margin-bottom: 20px;
}

.CardList tr{
	background:#fff;
}

.CardList tr,
.CardList th,
.CardList td{
	font-size:14px;
	line-height:16px;
	vertical-align: top;
	padding: 5px;
}

.CardList td.box {
	background-color:white;
	font-family:arial,sans,sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	white-space:normal;
	overflow:hidden;
	text-indent:0px;
	padding-left:3px;
}

.CardList th{
	color:#000;
	font-weight:bold;
	background-color: #AECED2;
}

.b{
	font-weight:bold;
	padding:5px;
	background-color: #D9E1E8;
}

/* crdetail.php¬Œ©o‚µ */
.style2 {
font-weight: bold;
}

.campaign {
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.campbox {
	background-color: #D2F0FF;
	border: 1px solid #006699;	
}


/* card view detail */

.cardviewDetail {
	width:100%;
	margin-bottom:20px;
}

.cardviewDetail th,
.cardviewDetail td {
	padding:0.25em;
	font-size:90%;
	line-height:1.6;
	border:solid 1px #ccf;
}

.cardviewDetail th {
	width:30%;
	color:#000;
	background:#efffff;
}

.cardviewDetail td,
.cardviewDetail td img {
	vertical-align:middle;
}

.cardviewDetail td#addButton {
	padding:5px 0;
	text-align:center;
}

.cardviewDetail td#addButton a:hover {
	position:relative;
	top:2px;
	left:2px;
}

/* card view detail */
.sideCardList {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}

.sideCardListBox {
	width:50%;
	padding:10px 0;
	overflow:hidden;
	float:left;
	font-size:80%;
	text-align:center;
}

.sideCardListBox img {
	height:63px;
	margin-bottom:5px;
}

.camp_info {
	background-color: #FFDDDE;
	border: 1px solid #900;
	margin-bottom: 20px;
	background-image: url(/image/camp_end_img.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 120px;
}
#card_name {
	font-weight: bold;
	text-indent: 10px;
	height: 30px;
	background-image: url(/image/card_mane_line.jpg);
	background-repeat: repeat-x;
}
.check {
	background-image: url(/image/check_point.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 45px;
	padding-left: 10px;
	line-height: 1.8em;
	margin-bottom: 20px;
	list-style-position: inside;
	font-weight: bold;
	clear: both;
}

.camp_news {
	background-color: #FFEEF7;
	background-image: url(/image/camp_back.jpg);
	background-repeat: no-repeat;
	border: 1px solid #FF99CC;
	margin-bottom: 20px;
	padding-top: 60px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
}
.kensaku {
	width: 580px;
}
#wrap #innerWrap #mainWrap .contentsWrap #spCardsWrap #CardSearchForm form .kensaku tr td {
	padding: 5px;
}

#wrap #innerWrap #mainWrap .contentsWrap .entryWrap .check dl dd {
	background-image: url(image/maru.jpg);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 25px;
}
#wrap #innerWrap #mainWrap .contentsWrap .entryWrap .check dl #sankaku {
	background-image: url(image/sankaku.jpg);
	background-repeat: no-repeat;
}
#wrap #innerWrap #mainWrap .contentsWrap .entryWrap .check dl #batsu {
	background-image: url(image/batsu.jpg);
	background-repeat: no-repeat;
}
#wrap #gnavi #ccdb #nav li ul li {
	height: 30px;
}
#wrap #innerWrap #mainWrap .contentsWrap .entryWrap .check dt {
	background-image: none;
	padding-left: 25px;
	font-weight: normal;
}

/* ƒ\[ƒVƒƒƒ‹ƒ{ƒbƒNƒX */

#social_box{
	background:#fff;
	width:60px;
	padding:15px;
	margin-left:-120px;
	text-align:center;
	position:fixed;
	top:300px;
	list-style-type:none;
}

#social {
	background:#fff;
	width:82px;
	margin-left:1068px;
	position:fixed;
	bottom:10px;
	text-align: center;
}
#social ul {
	padding:5px;
	text-align:center;
	list-style-type:none;
}
#social ul li {
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
iframe.twitter-share-button {
    width: 65px!important;
}
.pdi {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
