﻿@charset "utf-8";


h1 {
	margin-top: 0;
}

/*  Block
---------------------------------------------------------- */


div#body div#main div.section h3 {
	margin-bottom: 10px;
}

div#body div#main div.section div.section p.interviewer {
	margin: 1em 0 0.5em;
	font-weight: bold;
}

div#body div#main div.section div.section p.image {
	text-align: center;
}

div#body div#main div.catch p.jitsugen {
	margin-top: 20px;
}

div#body div#main div.section div.section div.image p.catch {
	padding: 10px;
	background: #e5e5e5;
	font-size: 80%;
}




/*  Div
---------------------------------------------------------- */

div#body div#main div.section div.section {
	margin-bottom: 50px;
}

div#body div#main div.section div.section div.text {
	float: left;
	width: 350px;
}

div#body div#main div.section div.section div.image {
	float: right;
	width: 223px;
}

div#body div#main div.section div.section.img-even div.text {
	float: right;
}

div#body div#main div.section div.section.img-even div.image {
	float: left;
}


/* index */

div#body div#main div.section-case  { 
margin-bottom: 30px;
	padding-bottom: 30px;
background: url(/case/image/img-divider-dot-black.gif) repeat-x 0 100%;
	
}

div#body div#main div.section-case h3 { margin-bottom: 10px; }

p.detail-case { margin-bottom: 5px;}


/*  Sub
---------------------------------------------------------- */

div#sub div.profile {
	width: 200px;
	margin: 0 12px;
	padding-bottom: 10px;
	background: #f6f6f6 url(/case/image/bg-profile-bottom.gif) no-repeat 100% 100%;
	font-size: 80%;
}

div#sub div.profile * {
	padding: 0 10px;
}

div#sub div.profile * * {
	padding: 0;
}

div#sub div.profile h2 {
	padding: 0;
	margin-bottom: 10px;
}

div#sub div.profile h3 {
	font-weight: bold;
}

div#sub div.profile h4 {
	margin: 15px 0 10px 0;
}

div#sub div.profile ul li {
	list-style: disc;
	margin-left: 15px;
}

div#sub div.profile ul ul li {
	list-style: none;
	margin-left: 0;

}