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


/* contents */

div#contents{
	margin:39px auto;
	padding-left:28px;
	width:920px;
}

div.frame{
	float:left;
	margin-right:28px;
	margin-bottom:28px;
	padding:21px;
	width:390px;
	background:
	url(../img/repertory/frame_top.gif) top no-repeat,
	url(../img/repertory/frame_bottom.gif) bottom no-repeat,
	url(../img/repertory/frame_middle.gif) repeat-y;
}
div#sec02{
	float:right;
}
div.frame section{
	width:390px;
	color:#fff;
	text-shadow:2px 2px 2px #000;
}

div#sec01 section{
	height:280px;
	background:url(../img/repertory/sec01.jpg) no-repeat;
}
div#sec02 section{
	height:640px;
	background:url(../img/repertory/sec02.jpg) no-repeat;
}
div#sec03 section{
	height:290px;
	background:url(../img/repertory/sec03.jpg) no-repeat;
}
div#sec04 section{
	height:600px;
	background:url(../img/repertory/sec04.jpg) no-repeat;
}
div#sec05 section{
	height:600px;
	background:url(../img/repertory/sec05.jpg) no-repeat;
}

div.frame h3{
	padding:33px 29px 28px 29px;
	width:322px;
	font-size:14px;
	font-weight:bold;
}

div.frame ul{
	padding-left:35px;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
}
div.frame ul.list-l{
	float:left;
	width:165px;
}
div.frame ul.list-r{
	float:left;
	width:165px;
	padding-left:10px;
}
div.frame li{
	clear:both;
	text-indent:-12px;
}

div.frame dt{
	float:left;
	width:75px;
}
div.frame dd{
	float:left;
	width:275px;
	text-indent:0;
}


@media screen and (max-width: 640px){

div#contents{
	margin:39px auto;
	padding-left:0;
	width:90%;
}


div.frame{
	overflow:hidden;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:28px;
	padding:20px;
	width:90%;
	background:
	url(../img/repertory/frame_top_l.gif) top left no-repeat,
	url(../img/repertory/frame_top_r.gif) top right no-repeat,
	url(../img/repertory/frame_top_c.gif) top repeat-x,
	url(../img/repertory/frame_bottom_l.gif) bottom left no-repeat,
	url(../img/repertory/frame_bottom_r.gif) bottom right no-repeat,
	url(../img/repertory/frame_bottom_c.gif) bottom repeat-x,
	url(../img/repertory/frame_middle_l.gif) left repeat-y,
	url(../img/repertory/frame_middle_r.gif) right repeat-y;
}

div#sec02{
	float:none;
}
div#sec03{
	clear: both;
}
div.frame section{
	overflow:hidden;
	width:100%;
	height:auto !important;
	background-position:center center !important;
	background-size:cover !important;
}


div.frame h3{
	padding:28px 24px 24px 20px;
	width:100%;
	font-size:15px;
}

div.frame ul{
	padding:0 10px 18px 24px;
	font-size:12px;
	line-height:22px;
}
div.frame ul.list-l{
	float: none;
	width:auto;
	padding:0 10px 0 24px;
}
div.frame ul.list-r{
	float: none;
	width:auto;
	padding:0 10px 18px 24px;
}
div.frame li{
	text-indent:-12px;
}

div.frame dt{
	width:27%;
}
div.frame dd{
	width:73%;
}


}