﻿@charset "utf-8";

/* title class
-------------------------------------------------------------------*/

.ttl_01 {
	margin-bottom:20px;
	padding:20px 20px 18px;
	border-bottom:#CFA972 2px solid;
	background:url(../image/common/bg_texture_01_01.gif) repeat;
	font-size:115%;
}
.ttl_01 span {
	display:block;
	padding-left:25px;
	background:url(../image/common/ico_square_01_01.gif) no-repeat left center;
}

/**/

.ttl_02 {
	margin-bottom:20px;
	padding:0 10px 15px;
	background:url(../image/common/bg_line_title.gif) repeat-x left bottom;
}
.ttl_02 span {
	display:block;
	padding-left:20px;
	background:url(../image/common/ico_square_02_01.gif) no-repeat left center;
	font-size:115%;
}





/* col class
-------------------------------------------------------------------*/

.col2-1 .left_area {
	float:left;
	width:620px;
}
@media screen and (max-width:760px) {
.col2-1 .left_area {
	float:none;
	width:auto;
	margin-bottom:20px;
}
}


.col2-1 .right_area {
	float:right;
	width:300px;
}
@media screen and (max-width:760px) {
.col2-1 .right_area {
	float:none;
	width:auto;
}
}

/**/

.col1-1 .left_area {
	float:left;
	width:460px;
}
.col1-1 .right_area {
	float:right;
	width:460px;
}




/* box class
-------------------------------------------------------------------*/

.sectionBox {
	margin-bottom:60px;
}

/* table class
-------------------------------------------------------------------*/
.tableSet {
	width:100%;
	border-top:#CFA972 1px solid;
	border-left:#CFA972 1px solid;
}
.tableSet th,
.tableSet td {
	padding:15px;
	border-right:#CFA972 1px solid;
	border-bottom:#CFA972 1px solid;
	text-align:center;
}
.tableSet th {
	background:#E9D7BC;
	color:#6B3402;
}






























