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

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

style.css

======================================================================


/* h3 h4
----------------------------------------------------------------*/
section.box h3 {
	margin-bottom: 15px;
	padding: 18px 15px 0px;
	background: url("../img/h3.png") repeat-x;
	line-height: 1.2;
	letter-spacing: 1px;
	font-size: 130%;
	color: #fff;
	height: 41px;
}



section.box h4 {
	margin: 0px 0 15px;
	padding: 7px 15px 5px 20px;
	border-left: 6px solid #a55f55;
	color:#081f2a;
	letter-spacing: 1px;
	line-height: 1.3;
	font-size: 110%;
}


/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/
figure.center img {
	margin-left: auto;
	margin-right: auto;
}

figure.border img,
img.border {
	padding: 4px;
	border: 1px solid #ccc;
}

figure figcaption {
	padding-top: 7px;
	text-align: center;
	line-height: 1.5;
	font-size: 90%;
}


/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
section.box ul {
	margin-left: 2px;
}
section.box ul li {
	margin-bottom: 8px;
	padding-left: 20px;
	background: url(../img/common_icon_01.png) no-repeat 0 4px;
	line-height: 1.6;
	letter-spacing: 1px;
}

/*--------------------------------------------------------------------/
	ol
/--------------------------------------------------------------------*/
section.box ol  {
	margin-left: 15px;
}
section.box ol li {
	list-style: decimal outside;
	margin-left: 15px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}


/*--------------------------------------------------------------------/
	dl
/--------------------------------------------------------------------*/
dl.normal {
	margin-left: 1%;
	margin-right: 1%;
	padding: 20px 3% 15px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 2px #ccc;
}

dl.normal dt {
	margin-bottom: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px dotted #aaaaaa;
	color: #a55f55;
	line-height:1.3;
	font-size: 16px;
	font-weight: bold;
}
dl.normal dd {
	margin-bottom: 25px;
	padding-left: 5px;
	line-height:1.5;
}


/*--------------------------------------------------------------------/
	table
/--------------------------------------------------------------------*/
section.box table {
	margin: 0 auto 15px;
	border-top: 1px solid #a55f55;
	border-left: 1px solid #a55f55;
	width: 98%;
}
section.box table th,
section.box table td {
	padding: 10px 10px;
	border-right: 1px solid #a55f55;
	border-bottom: 1px solid #a55f55;
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
	font-size: 95%;
}

section.box table th,
section.box table td.column-1 {
	background: #d6b7b3;
	width: 20%;
	font-weight: normal;
}
section.box table td {
	width: auto;
}


/*--------------------------------------------------------------------/
	link_btn
/--------------------------------------------------------------------*/
a.link_btn {
	padding: 3px 15px 3px;
	background: #8A533D;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
a.link_btn:hover {
	background: #c18b72;
	text-decoration: none;
	color: #fff;
}



/*====================================================================/
	 smp Layout
/====================================================================*/


/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
section.box {
	margin-bottom: 20px;
	zoom: 1;
	clear: both;
}

section.box p {
	padding: 0 2% 3%;
	line-height: 1.6;
	letter-spacing: 1px;
	font-size: 95%;
}


/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/
figure.left,
figure.right {
}
figure.left img,
figure.right img{
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

figure.center img {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

/*--------------------------------------------------------------------/
	pic2
/--------------------------------------------------------------------*/
div.pic2 {
	margin: 0px auto 5px;
	width: 95%;
}
div.pic2 figure {
	margin-bottom: 10px;
	width: 100%;
}
div.pic2 figure img {
	margin: 0px auto;
	padding: 3px;
	border: 1px solid #ccc;
	width: 90%;
}

/*--------------------------------------------------------------------/
	pic3
/--------------------------------------------------------------------*/
div.pic3 {
	margin: 0px auto 5px;
	width: 95%;
}
div.pic3 figure {
	margin-bottom: 10px;
	width: 100%;
}
div.pic3 figure img {
	margin: 0px auto;
	padding: 3px;
	border: 1px solid #ccc;
	width: 90%;
}

/*====================================================================/
	 PC Layout
/====================================================================*/

@media print, screen and (min-width: 750px) {

/*--------------------------------------------------------------------/
	common
/--------------------------------------------------------------------*/
.right {float: right;}
.left {float: left;}


/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
section.box {
	margin: 0px auto 30px;
	zoom: 1;
	clear: both;
}

section.box p {
	padding: 0 0 15px;
	line-height:1.7;
	letter-spacing: 1px;
	font-size: 13px;
}

/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/
figure.left {
	margin-right: 20px;
}
figure.left img {
	width: 250px;
}
figure.right {
	margin-left: 20px;
}
figure.right img {
	width: 250px;
}
figure.center img {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}

/*--------------------------------------------------------------------/
	pic3
/--------------------------------------------------------------------*/
div.pic3 {
	margin: 0px auto 5px;
	width: 690px;
}
div.pic3 figure {
	display: inline;
	float: left;
	margin-bottom: 15px;
	width: 33.3%;
}
div.pic3 figure img {
	margin: 0px auto;
	padding: 3px;
	border: 1px solid #ccc;
	width: 90%;
}

}


/*====================================================================/
	 PC Layout
/====================================================================*/

@media print, screen and (min-width: 980px) {

/*--------------------------------------------------------------------/
	common
/--------------------------------------------------------------------*/
.right {float: right;}
.left {float: left;}


/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
section.box {
	margin: 0px auto 30px;
	width: 690px;
	zoom: 1;
	clear: both;
}

section.box p {
	padding: 0 0 15px;
	line-height:1.7;
	letter-spacing: 1px;
	font-size: 13px;
}

/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/
figure.left {
	margin-right: 20px;
}
figure.left img {
	width: 250px;
}
figure.right {
	margin-left: 20px;
}
figure.right img {
	width: 250px;
}
figure.center img {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}

/*--------------------------------------------------------------------/
	pic2
/--------------------------------------------------------------------*/
div.pic2 {
	width: 100%;
}
div.pic2 figure {
	float: left;
	margin-bottom: 10px;
	width: 50%;
}
div.pic2 figure img {
	margin: 0px auto;
	padding: 3px;
	border: 1px solid #ccc;
	width: 90%;
}

/*--------------------------------------------------------------------/
	pic3
/--------------------------------------------------------------------*/
div.pic3 {
	margin: 0px auto 5px;
	width: 690px;
}
div.pic3 figure {
	display: inline;
	float: left;
	margin-bottom: 15px;
	width: 230px;
}
div.pic3 figure img {
	margin: 0px auto;
	padding: 3px;
	border: 1px solid #ccc;
	width: 210px;
}

}