/******************************************************************
Site Name:
Author:

Stylesheet: Otoshidama

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
#main .item table {
  border-collapse: collapse;
  border: 1px solid #CCC;
  margin-bottom: 40px;
}
#main .item th,
#main .item td {
  padding: 5px;
  border: 1px solid #CCC;
}
#main .item th {
  background: #A52217;
  text-align: center;
  color: #FFF;
}
#main .item td {
  font-style: 12px;
}
#main h3 {
  margin-bottom: 15px;
  border-bottom: #F30 dotted 1px;
  font-weight: bold;
  font-size: 1.13em;
}

.confirmation {
	margin-bottom:50px;
}

ol.tousen_qa li {
	margin-bottom:15px;
}
ol.tousen_qa dt {
	margin-bottom:5px;
	font-weight:bold;
}
ol.tousen_qa dd {
	padding-left:1.0em;
}
