@charset "euc-jp";

/*----------------------------------------
style_saveuse.css
create date:2009/07

-0.リセット・共通部分
-1.キャンペーンバナー
-2-1.提携企業一覧
-2-2.提携企業一覧 改修2012/01
-3.右カラム
----------------------------------------*/

/*
0.リセット・共通部分
------------------------------*/

/*  ---- Reset ----  */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{ 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*  ---- Fontsize Base ----  */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.22;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}

/*  ---- Fontsize Pattern ----  */
/*
10px 	77%
11px 	85%
12px 	93% (was 93)
13px 	100%
14px 	108% (was 107)
15px 	116% (was 114)
16px 	123.1% (was 122)
*/
/*  ----------  */

/* clearfix */

.clearfix{
    zoom:1;
}
.clearfix:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

strong{
	font-weight:bold;
}

.yj950-1 #wrapper{
	text-align:left;
	line-height:1.4em;
	padding:0 10px !important;
}

/*=================================
 #contents-header
=================================*/
#contents-header{
	margin-bottom:10px;
}

/*=================================
 #main
=================================*/
#main{
	width:674px !important;
}
/* IE対策 画像下の隙間埋 */
#main img{
	vertical-align:text-bottom;
}

/*=================================
 #sub
=================================*/
#sub{
	width:260px !important;
}

/*=================================
 #cat-pass
=================================*/
#cat-pass{
	margin-bottom:5px;
}

/*=================================
 footer
=================================*/
#contents-footer {
	margin:15px 0px 15px 0px;
	text-align:center;
}

/*=================================
 共通class
=================================*/
.a_left{
	float:left;
}
.a_right{
	float:right;
}
.a-center{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:0 0 0 0
}
div.center,p.center{
	text-align:center;
}

/*=================================
 margin/padding
=================================*/
.mrg_b5{margin-bottom:5px;}
.mrg_b15{margin-bottom:15px;}
.mrg_b20{margin-bottom:20px;}

/*=================================
 タイトル
=================================*/
h1, h2, h3{
	text-indent:-9999px;
	overflow:hidden;
}
h1{
	width:950px;
	height:132px;
	margin-bottom:10px;
	background:url(http://i.yimg.jp/images/points/save_use/saveuse_h1.gif) no-repeat;
}
h2{
	width:674px;
	height:51px;/*41+10*/
}
h3{
	width:332px;
	height:45px;
}
h2.sabeuse_main_box_h201{
	background:url(http://i.yimg.jp/images/points/save_use/saveuse_h201.gif) no-repeat top;
}
h3.sabeuse_h301{
	background:url(http://i.yimg.jp/images/points/save_use/saveuse_h301.gif) no-repeat top;
}
h3.sabeuse_h302{
	background:url(http://i.yimg.jp/images/points/save_use/saveuse_h302.gif) no-repeat top;
}

/*
1.キャンペーンバナー
------------------------------*/
#sabeuse_cpn_box{
	width:950px;
	height:100px;
}

/*
2.提携企業一覧
------------------------------*/
.sabeuse_main_box01{
	margin-bottom:35px;
}
.sabeuse_list{
	width:332px;
	background:url(http://i.yimg.jp/images/points/save_use/saveuse_list_bg.gif) repeat-y;
}
.sabeuse_list_main{
	padding:0 9px;
}
.sabeuse_list_bgfoot{
	width:332px;
	height:2px;
	font-size:0;
	background:url(http://i.yimg.jp/images/points/save_use/saveuse_list_bgfoot.gif) no-repeat;
}
.sabeuse_list_blk{
	width:312px;
	margin:10px 0;
}
.sabeuse_list_blk img{
	float:left;
	margin-right:10px;
}
.sabeuse_list_blk dl{
	float:right;
	width:202px;
	line-height:1.3em;
}
.sabeuse_list_blk dt{
	margin-bottom:0.5em;
}
/*
2-2.提携企業一覧 改修
------------------------------*/
.yptMdSaveUseList{
	border:1px solid #ccc;
	padding:10px 0 0 10px;
	margin-top:5px;
}
.yptMdSaveUseList li{
	width:320px;
	float:left;
	margin:0 10px 0 0;
	line-height:1.3;
	min-height:8em;
	/* forIE6 */
	height:auto !important; 
	height:8em;
}
.yptMdSaveUseList li dt {
	color:#666;
	margin-bottom:5px;
}
.yptMdSaveUseList li dt a{
	font-weight:bold;
}
.yptMdSaveUseList img{
	float:left;
	margin-right:10px;
}
.yptMdSaveUseList li{
    zoom:1;
}
.yptMdSaveUseList li:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*
3.右カラム
------------------------------*/
.sub_cpn_box{
	width:260px;
	background:url(http://i.yimg.jp/images/points/save_use/sub_cpn_bg.gif) repeat-y;
}
.sub_cpn_box h4{
	width:260px;
	height:42px;
	background:url(http://i.yimg.jp/images/points/save_use/sub_cpn_ttl.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.sub_cpn_box_main{
	padding:0.6em 9px 0;
}
.sub_cpn_box_main ul li{
	margin:0.2em 0 0.8em;
	padding-left:22px;/*13+9*/
	background:url(http://i.yimg.jp/images/points/save_use/sub_cpn_ic01.gif) no-repeat 0 0.3em;
}
.sub_colbox01 {
	color:#666;
	line-height:140%;
}
.sub_colbox01 h4{
	width:260px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
}
h4.sabeuse_h401{
	background:url(http://i.yimg.jp/images/points/save_use/saveuse_h401.gif) no-repeat top;
}
h4.sabeuse_h402{
	background:url(http://i.yimg.jp/images/points/save_use/saveuse_h402.gif) no-repeat top;
}
.sub_coltxt01{
	padding:0.6em 10px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.sub_coltxt01 dl{
	line-height:1.3em;
}
.sub_coltxt01 dd{
	margin:0.2em 0 0.5em;
}
.sub_cpn_box_bgfoot,
.sub_colbox01_bgfoot{
	width:260px;
	height:2px;
	background:url(http://i.yimg.jp/images/points/save_use/sub_cpn_bgfoot.gif) no-repeat;
	font-size:0;
}
