@charset "UTF-8";
@import url("/kenchiku2013_past/scripts_lib/fancybox/fancybox.css");
@import url("base.css");



/* list */
.square {
	list-style-type:square;
	margin-top:10px;
}
ul.arrow li {
	padding-bottom:15px !important;
}


/* toppage */


#toppage #mainimage {
	margin-top:30px;
	}

#toppage #mainimage #wrapper{
	-moz-box-shadow:0px 0px 4px 1px rgba(136,136,136,0.25);
	-webkit-box-shadow:0px 0px 4px 1px rgba(136,136,136,0.25);
	box-shadow:0px 0px 4px 1px rgba(136,136,136,0.25);
	}

#toppage #maincontents{
	background:none;
	padding:0px;
	margin-top:0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#toppage #submissionbanner{
	position:absolute;
	right:10px;
	top:440px;
	z-index:1000 !important;
	}

#toppage #maincontents h2{
	margin-bottom:10px;
}

#toppage #maincontents ul{
	padding:0;
	margin:0;
	width:720px;
}

#toppage #maincontents ul li{
	padding:10px 0 10px 20px;
	margin:0;
	border-bottom:1px dotted #CCCCCC;
	background:left top url(../pic/arrow_1.gif) no-repeat;
	list-style:none;
	line-height:1.5;
}

#toppage #maincontents h2{
	background-image:none;
	height: auto;
	border:none;
	padding:0;
}

#toppage #sidecontents{
	margin-top:0px;
}

#toppage #maincontents #topmenulist {
	overflow:hidden;
	position:relative;
	margin:0 -15px 10px 0;
	width:735px;
}

#toppage #maincontents #topmenulist li {
	margin:0 15px 15px 0;
	float:left;
	padding:0;
	list-style:none;
	width:230px;
	border-bottom:none;
	background:none;
}

#toppage .bannerbox{
	border:1px solid #CCC;
	padding:10px 10px 0 10px;
	font-size:85%;
	margin-top:50px;
	margin-bottom:20px;
	width:700px;
	}
#toppage .bannerbox h3{
	color:#000;
	border-left:5px solid #85B741;
	padding-left:7px;
	}
#toppage .bannerleft{
	width:130px;
	float:left;
	margin-left:80px;
	}
#toppage .bannerright{
	width:370px;
	float:right;
	margin-top:16px;
	}	
	




/* submission */

#submission .pdfdl{
	list-style:none;
	margin:0;
	padding:0;
	}

#submission .pdfdl li{
	margin:0 5px 0 5px;
	padding:0 0 30px 0;
	float:left;	
	}
#submission #worning{
	border:1px solid #CCC;
	border-radius:4px;
	padding:20px;
	background:#FEFFE8;
	}

#outline .outlinelist li{
	margin-bottom:20px;
	}



/* topカルーセルバナー */

#mainimage{
	width:980px;
	height:400px;
	}

#wrapper {
	width: 980px;
	height: 350px;
	margin: -200px 0 0 -490px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#carousel {
	width: 980px;
	height: 350px;
}
#carousel img {
	display: block;
	float: left;
}
#pager {
	margin-top: 5px;
	width: 980px;
}
#pager a, #pager span {
	display: block;
	height: 10px;
}
#pager a {
	border: 1px solid #ccc;
	width: 320px;
	margin-right: 4px;
	float: left;
}
#pager a:hover {
	border-color: #999;
}
#pager span {
	background-color: #ccc;
	width: 0px;
}








/* カルーセルバナー */
.list_carousel {
	border-top:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
	margin: 15px 0 15px 1px;
	padding:5px;
	width:920px;
	overflow:hidden;
	}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	}
.list_carousel li {
	width: 278px;
	height: 62px;
	padding: 0;
	margin: 6px 10px;
	display: block;
	float: left;
	}

/* メインイメージローテーション */


#mainimage{
	position:relative;
	padding-bottom:40px;
	}

#carouselshowroom {
	width: 920px;
	height: 300px;
	overflow: hidden;
}
#carouselshowroom img {
	display: block;
	float: left;
}

#pagershowroom {
	text-align: right;
	padding: 0px 0px 0 0;
	position:absolute;
	top:300px;
	right:15px;
}
#pagershowroom a {
	background-color: #4E839C;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 6px;
	border-radius: 10px;
	box-shadow: 1px 1px 1px #E1F5FF;
}
#pagershowroom a.selected {
	background-color: #134;
}
#pagershowroom a span {
	display: none;
}

#thumbsshowroom {
	display: none;
	border: 1px solid rgba(0, 0, 0, 0.8);
	background-color: rgba(0, 0, 0, 0.5);
	width: 150px;
	height: 75px;
	padding: 10px;
	position: absolute;
	top: 190px;
	right: 15px;
}
#thumbsshowroom img {
	display: block;
	float: left;
}


/* フォトギャラリー */


ul.photogallery{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;	
	}

ul.photogallery li{
	margin:5px 10px 0 10px;
	padding:0;
	float:left;
	}

ul.photogallery li img{
	border:3px solid #CCC;
	}
	
	
/* イベント */	

.kouza{
	width:480px;
	}

.kouza h3{
	background-color:#DFEFFF;
	padding:10px;
	font-size:110%;
		line-height:1.3;
	}

.kouza dl{
	/*border:1px solid #CCC;*/
	padding:10px;
	}
.kouza dt{
	font-size:110%;
	}
.kouza dd{
	margin-bottom:20px;
	}
	
/* 写真リスト */
.photolist {
	list-style-type:none;
	margin-bottom:20px;
}

.photolist li {
	float:left;
	margin-right:15px;
}
.photolist2 {
	list-style-type:none;
	margin:0;
}
.photolist2 li {
	float:left;
	margin:0 10px 3px 0;
}
.photolist2 li img {
	margin:0;
	padding:0;
}





#seminar h2.nobg{
	background:none;
	}



.printpage .printon	{
	display:none;
	}



/* iPad Retina (縦・横向き 両対応) ----------- */
@media only screen and (min-device-width : 1536px) and (max-device-width : 2048px) {	
}
/* iPad・iPad mini(縦・横向き 両対応) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {	
}
/* スマートフォン (縦・横向き両対応) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

body {
	font-size:110%;
	background:none;
	padding:0 10px;
	}
.contentswidth {
	font-size:110%;	
	width:100%;
	padding:0px;
	box-sizing: content-box;	
	}
#headerblock {
	width:100%;
	height:280px;
	}
#headerblock img{
	width:100%;
	height:auto;
	border-bottom:3px solid #85B741;
	padding-bottom:10px;
	}
#headerblock #headercopy{
	display:none;	
	}
.mediabuttons{
	left:10px;
	top:250px;
	}
#mainmenu{
	position:absolute;
	top:70px;
	margin:0 auto;
	padding:0;
	list-style:none;
	width:100%;
	}
#mainmenu li{
	margin:0;
	padding:0;
	float:left;
	}
#mainmenu li img{
	width:150px;
	height:auto;	
	}
#mainmenu li.menuabout{
	display:none;
	}	
	
#maincontents{
	width:96%;
	float: none;
	background: url(../pic/maincontents-bg.gif) top center no-repeat #FFF;
	padding:30px 5px;
	font-size:110%;
	}
#maincontents img{
	width:100%;
	height:auto;
	float:none;
	margin:0;
	padding:0;
	}
#maincontents h1{
	width:96%;
	font-size:100%;	
	}
#maincontents h2{
	width:96%;
	font-size:90%;
	}
.backlink,
.pdflist img,
.bannerbox{
	display:none;
	}	
#sidecontents{
	margin-top:60px;
	width:100%;
	float: none;
	}
#sidecontents ul#sidebanner{
	text-align:center;
	}
#sidecontents .banner{
	text-align:center;
	}	
#breadcrumb{
	top:310px;
	left:10px;
	}
#fontsizebox{
	display:none;
	}
#footerblock {
	width:100%;	
	height:35px;
	padding:20px 0px;
	font-size:55%;
	background:none;
	}
#footerblock ul{
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
	}	
#footerblock #uplink{
	top:-48px;
	}
#footerblock #footeropen{
	color:#000;
	left:10px;
	bottom:-15px;	
	}
#submission .pdfdl{
	text-align:center;
	}
#submission .pdfdl li{
	padding:0 0 10px 0;
	float:none;
	}
#toppage #headerblock {
	margin:0 auto;
	}
	
#toppage #headerblock img{
	border:none;
	padding-bottom:0;
	}
#toppage #headerblock h1{
	border-bottom:3px solid #85B741;
	padding-bottom:0px;
	}
#toppage #mainimage #wrapper{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	}

#toppage #maincontents #topmenulist {
	width:100%;
	margin-top:40px;
}

#toppage #maincontents #topmenulist li {
	width:100%;
}	
	
#toppage #bannerbox,
#toppage #submissionbanner{
	width:100%;
	position: relative;
	left: inherit;
	top: inherit;
	}
#toppage #submissionbanner img{
	width:50%;
	height:auto;
	margin-left:90px;
	margin-top:20px;
	}	
#mainimage img{
	width:300px;
	height:auto;
	}
#toppage #maincontents ul{
	width:100%;
	}
#toppage h2{
	width:100%;
	height:auto;
	}
#toppage #sidecontents{
	margin-top:30px;
	margin-bottom:50px;
	}
#carouselshowroom {
	width:100%;
	height:auto;
	}
#pager {
	margin-top: 5px;
	width:100%;
	}
#pager a {
	width: 94px;
	}
#mainimage{
	margin-bottom:60px;
	width:100%;
	height: auto;
	}
#wrapper {
	width:100%;
	height: auto;
	margin:0;
	position: absolute;
	left:0;
	top:0px;
	}
#carousel {
	width:100%;
	height: auto;
	}
.floatleft {
	float:none;
	margin:0;
	padding:0;	
	}
.floatright {
	float:none;
	margin:0;
	padding:0;	
	}
.android #mainmenu,
.android #mainimage{
	margin-left:7%;
	}
.landscape #headerblock {
	height:210px;
	}
.landscape #submissionbanner{
	margin-left:50px;
	padding-top:50px;
	}
.landscape #mainmenu{
	top:80px;
	}
.landscape .mediabuttons{
	top:200px;
	}
.landscape #mainimage{
	margin-bottom:120px;
	}	
.landscape #mainimage img{
	width:450px;
	}	
.landscape #pager a {
	width: 143px;
	}
.landscape #breadcrumb{
	top:240px;
	}



}
/* WebKit Hack (Safari Google Chrome) ----------- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
}

