@charset "utf-8";
body{
	background: #5c4a35;
}

h1{
	float: none;
	width: 960px;
	height: 83px;
	margin: auto;
	font-size: 180%;
	background: url(../../control/img/about/annie-et-lou/h1_bg.png) right bottom no-repeat;
	background-size: 50%;
	color: #5c4a35;
	line-height: 83px;
}

h2{
	width: 960px;
	margin: auto;
	margin-top: 85px;
	padding-bottom: 0;
	border-style: none;
	color: #5c4a35;
}

h2#h2-concept{
	height: 58px;
	line-height: 58px;
	background: url(../../control/img/about/annie-et-lou/h2_bg-001.png) right bottom no-repeat;
	background-size: 960px;
}

h2#h2-photo{
	height: 54px;
	background: url(../../control/img/about/annie-et-lou/h2_bg-002.png) left bottom no-repeat;
	background-size: 960px;
}

header{
	padding-top: 50px;
}

#header-box-base{
	width: 100%;
	background: #f5e4de;
	border-top:  #5c4a35 5px solid;
	border-bottom:  #5c4a35 5px solid;
}

#header-box{
	padding: 0;
	line-height: 0;
}

/*コンテンツ*/
#wrapper{
	width: 100%;
	margin: auto;
	margin-bottom: 0;
}

section{
	border: none;
}

#concept{
	width: 100%;
	height: 555px;
	background: url(../../control/img/about/annie-et-lou/concept_bg-c.png) center center no-repeat ,url(../../control/img/about/annie-et-lou/concept_bg-l.png) left bottom no-repeat, url(../../control/img/about/annie-et-lou/concept_bg-r.png) right top no-repeat;
	background-size: 450px,267px,256px;
}

#concept:before{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#concept-p-box{
	display: inline-block;
	width: 99%;
	margin: auto;
	vertical-align: middle;
}

#concept-p-box p{
	text-align: center;
	line-height: 2.5em;
	color: #5c4a35;
}

#photo{
	width: 960px;
	margin: auto;
}

.photo-box{
	float: left;
	box-sizing: border-box;
	width: 300px;
	height: 300px;
	margin: 30px 30px 0 0;
	border: #5c4a35 5px solid;
    border-radius:30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
}

.photo-box img{
    border-radius:30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
}

#photo .photo-box:nth-child(3n){
	margin-right: 0;
}

#right-contents{
	float: none;
	width: 100%;
	padding: 50px 0;
	background: #ffffff;
}

#right-contents-banner{
	width: 710px;
	margin: auto;
}

#right-contents-banner :last-child{
	margin-right: 0;
}

#right-contents-banner dl{
	float: left;
	width: 330px;
	margin-right: 50px;
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

#right-contents-banner dt{
	color: #5c4a35;
}

#right-contents-banner dd{
	float: left;
	margin-right: 10px;
}

#right-contents-banner dd:last-child{
	margin-right: 0;
}

#right-contents-banner img{
	border: #5c4a35 1px solid;
}

footer{
	background: #5c4a35;
}

#footer-box{
	width: 515px;
	margin: auto;
}

#footer-address{
	width: 165px;
}

#footer-address2{
	float: left;
	width: 225px;
	padding-left: 125px;
}

#footer-address2 p{
	vertical-align: center; 
}

address{
	margin-top: 25px;
	text-align: center;
}