@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2012-10-11
 * Editor:    contents
 * Modified:  2012-10-11 by:contents tokunaga
 *
 * ***********************************************************
 */


/* font-size===========================================

10px -> 83.4%
11px -> 91.7%
12px -> 100%
13px -> 108.4%
14px -> 116.7%
15px -> 125%
16px -> 133.4%
17px -> 141.7%
18px -> 150%
19px -> 158.4%
20px -> 166.7%
21px -> 175%
22px -> 183.4%
23px -> 191.7%
24px -> 200%
25px -> 208.4%
26px -> 217% 

===================================================== */

/* □■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■

  リレー講座　course.css

□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■ */

/* ///////////////////////////////////////////////////////////////////
	charBox
/////////////////////////////////////////////////////////////////// */

.charBox{
	min-height: 216px;
	height: auto !important;
	height: 216px;
	background: url(../course/img/img_character.png) 825px top no-repeat;
	padding-top: 25px;
	box-sizing: border-box;
}

	.charBox .waku{
		line-height: 1.8;
		border: #CCCCCC solid 1px;
		padding: 30px 40px 25px;
		margin: 0px 205px 0px 40px;
		border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
	}

/* ///////////////////////////////////////////////////////////////////
	tbl01
/////////////////////////////////////////////////////////////////// */

.tbl01 tr:nth-child(odd){
	background-color: #F7E9E9;
}

.tbl01 th{
	background-color: #D94343;
}


















