@charset "utf-8";
/* CSS Document */

#container #title {
	margin-bottom: 40px;
}
#container #title2 {
	margin-top: 40px;
	margin-bottom: 40px;
}
#container p {
	font-size: 15px;
	letter-spacing: 0.1em;
	margin-left: 45px;
}
#container #contentsArea h4 {
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 1.9em;
	margin-left: 40px;
}
#contentsArea p {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.9em;
	margin-left: 40px;
}

/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc; /* 外枠 */
	width: 900px;
	margin-bottom: 30px;
	border-top: #ccc 3px double;
	margin-right: auto;
	margin-left: auto;
}
th, td	{
	padding: 10px 20px;
	color: #1D5C79;
}

/* サンプル1
----------------------------------------------------------- */
.sample1 th	{
	border-bottom: 2px solid #1D5C79;
}

/* サンプル2
----------------------------------------------------------- */
.sample2 th	{
	border-bottom: 2px solid #1D5C79;
}
.sample2 td	{
	border-bottom: 1px solid #DDD;
}

/* サンプル3
----------------------------------------------------------- */
.sample3 th	{
	border-right: 30px solid #FFF;
	border-bottom: 2px solid #1D5C79;
}
.sample3 td	{
	border-right: 30px solid #FFF;
}

/* サンプル4
----------------------------------------------------------- */
.sample4 .odd	{
	background: #E5F2F8;
}

/* サンプル5
----------------------------------------------------------- */
.sample5　th{
	border-top: 1px solid #1D5C79;
	border-bottom: 1px solid #CCC;
	border-width: 1px; /* 線の太さ */
	border-style: solid dotted; /* 線種 */
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;        /* 文字間隔0.5文字分 */
	background-image: url(../images/LightBlue.png);	
}
.sample5 td	{
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-width: 1px; /* 線の太さ */
	border-style: solid dotted; /* 線種 */
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;        /* 文字間隔0.5文字分 */
}

/* サンプル6
----------------------------------------------------------- */
.sample6 th	{
	border-top: 1px solid #1D5C79;
	border-bottom: 1px solid #CCC;
	border-width: 1px; /* 線の太さ */
	border-style: solid dotted; /* 線種 */
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;        /* 文字間隔0.5文字分 */
	background-image: url(../images/LightBlue.png);
}
.sample6 td	{
	background: #fff;
	border-bottom: 1px solid #ccc;
    border-width: 1px; /* 線の太さ */
	border-style: solid dotted; /* 線種 */
	
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;        /* 文字間隔0.5文字分 */	
}

/* サンプル7
----------------------------------------------------------- */
.sample7 th	{
	border-top: 1px solid #1D5C79;
	border-bottom: 1px solid #CCC;
	border-width: 1px; /* 線の太さ */
	border-style: solid dotted; /* 線種 */
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;        /* 文字間隔0.5文字分 */
	background-image: url(../images/LightBlue.png);
}
.sample7 td	{
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-width: 1px; /* 線の太さ */
	border-style: solid dotted; /* 線種 */
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;        /* 文字間隔0.5文字分 */
}

/* サンプル8
----------------------------------------------------------- */
.sample8	{
	background: url(image/bg_td.jpg) no-repeat bottom;
}
.sample8 th	{
	background: url(image/bg_th.jpg) no-repeat;
	border-bottom: 1px solid #FFF;
}
.sample9 th.topL	{
	background: url(image/bg_thl.jpg) no-repeat;
}
.sample8 th.topR	{
	background: url(image/bg_thr.jpg) no-repeat top right;
}
.sample8 td	{
	border-bottom: 1px solid #FFF;
}

/* サンプル9
----------------------------------------------------------- */
.sample9 th	{
	border-bottom: 1px solid #DDD;
}
.sample9 td	{
	border-bottom: 1px solid #DDD;
}

/* サンプル10
----------------------------------------------------------- */
.sample10	{
	border: 1px solid #DDD;
}
.sample10 th	{
	background: url(image/th_10.jpg) repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
}
.sample10 td	{
	border: 1px solid #DDD;
	color: #333;
}


#container #area #area2 {
	padding-left: 50px;
	height: auto;
}


#container #Column {
	height: 230px;
}
#container #Column #contentColumn #Columninfo #button .button.glow.button-rounded.button-flat {
	float: right;
}
#container #Column #contentColumn #Columninfo #button {
	margin-right: 110px;
}
