@charset "utf-8";

/* ========================================================================================================================/
	
	Document    : style.css
	Description : トップページcss

		1-0, info

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

/* ------------------------------------------------------------------------------------------------------------------------/
	1-0, catch
/------------------------------------------------------------------------------------------------------------------------ */

.catch {
	position:relative;
	top:-22px;
	left:-42px;
	}


/* ------------------------------------------------------------------------------------------------------------------------/
	2-0, info
/------------------------------------------------------------------------------------------------------------------------ */

.info {
	}
	.info h3 {
		margin:-22px 0 24px 0;
		}
	.info section {
		margin-bottom:24px;
		}
		.info section h4 {
			font-size:17px;
			background:transparent url('./image/layout/subjectBg.png') left bottom repeat-x;
			padding:1px 0 10px 0;
			}
			.info section h4 img {
				vertical-align:middle;
				margin-top:-2px;
				}
			.info section h4 span {
				color:#e84443;
				font-size:17px;
				}
		.info section .photo {
			float:left;
			width:150px;
			height:105px;
			text-align:center;
			margin:20px 20px 10px 0;
			}
			.info section .photo img {
				max-width:150px;
				max-height:105px;
				}
		.info section p {
			margin-top:20px;
			}
			.info section p img {
				vertical-align:top;
				margin-top:2px;
				}