@charset "UTF-8";

body {
background-repeat: repeat;
background-image: url("../../images/base1.gif");
}

.contentDiv {
background-color: #f5edc5;
border : 1px solid #e60012;
}

.titleBlock {
	border-bottom: double;
	margin-bottom: 40px;
	font-family: 'UDタイポス515';
}
.titleBlock h1 {
font-size: 18px;
line-height: 1.5;
margin-bottom: 5px;
}

.cf:before, .cf:after {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
.cf {
*zoom: 1;
}

.mgt30{
	margin-top: 30px;
}

section h2{
	margin-top: 30px;
	line-height: 1.5;
	font-family: 'シネマレター';
}

/* 概要 */
.abstract {
	min-height: 220px;
	background-image: url(wear.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.otete {
	list-style: none;
	padding: 0;
	margin: 0;
}
.otete li{
	width: 32%;
	float: left;
	margin-right: 2%;
}
.otete li.last{
	margin-right: 0;
}
.otete li img{
width: 100%;
height: auto;
box-sizing: border-box;
border : double #e60012;
}

/* プロフィール */
.imageBox{
	width: 200px;
	float: left;
	box-sizing: border-box;
}
.imageBox img{
width: 100%;
height: auto;
box-sizing: border-box;
border : double #000000;
}
.profileBox{
	width: 440px;
	padding-left: 20px;
	float: right;
	box-sizing: border-box;
}

/* フッター */
#commonFooter .map {
padding: 30px;
}
#commonFooter .map img{
	margin: 20px auto;
}