@charset "UTF-8";

/*
div#container table td,
div#container table td{
font-size:inherit!important;
}
*/
font-size:12px;
/*
table th,table td{font-size:x-small;}
*/

table *{font-size:x-small;}


/*===================================ペーパークラフト夏休み */

.imgRight{
float:right;
margin-left:12px;
clear:right;
}

h3{margin:10xp 0 10px 0;}
p{margin-bottom:10px;}

/*これだけは準備しよう表*/


.toolTable{
margin-top:10px;
margin-bottom:10px;
border-collapse:collapse;
border:1px solid #CCCCCC;
}



.toolTable th{

padding:4px;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
background-color:#F2F2F2;
}

.toolTable th.headTxt{
background-color:#DBE1EA;
}

.toolTable th.headTxt h4{
font-weight:bold;
}

.toolTable td{
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
padding:4px;
}



/*--------------outline image 表 */

div.outlineImg table td{
background-color:#FFFFFF;
width:170px;
}
div.outlineImg table td p{
}


div.outlineImg table td img{
border:1px solid #CCCCCC;
}