@charset "EUC-JP";
/* CSS Document */

/*  //////////// challenge css  ////////////// */

/*======================================

	font
	
=======================================*/

p.text10 {
 font-size:10px;
 line-height:14px;
}

p.bold12 {
 font-size:12px;
 line-height:18px;
 font-weight:bold;
}

p.text14 {
 font-size:14px;
 line-height:20px;
}

p.text12 {
 font-size:12px;
 line-height:18px;
}

p.pink14 {
 font-size:14px;
 line-height:20px;
 color: #fc5246;
 font-weight:bold;
}

/*======================================

	padding
	
=======================================*/

td.bottom8 {
 padding-bottom:8px;
}

td.bottom10 {
 padding-bottom:10px;
}

td.bottom25 {
 padding-bottom:25px;
}

/*======================================

	photo_style
	
=======================================*/

img.border {
 border: 1px solid #b2b2b2;
 padding: 2px 2px;
}

td.pink_out {
 border: 1px solid #fe9891;
 padding: 2px 2px;
}

td.pink_in {
 background-color: #fef0eb;
}

table.star {
 border: 1px solid #ff7f7f;
 border-collapse: collapse;
 vertical-align: middle;
}

td.star02 {
 border: 1px solid #ff7f7f;
 border-collapse: collapse;
 padding: 3px 10px;
}

td.bottom {
 background-image:url(../challenge/03/images/top_tit_bottom.gif);
 background-repeat:no-repeat;
 padding: 0px;
 margin: 0px;
 line-height: 0px;
 overflow: hidden;
 background-position: right top;
}

td.bottom02 {
 background-image:url(../challenge/03/images/challenge_bg_bottom.gif);
 background-repeat:no-repeat;
 overflow: hidden;
}

