@charset "UTF-8";
html {
	height: 100%;
}
body {
	height: 100%;
	background: #fdfdfd !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 26px;
	-webkit-text-size-adjust: 100%;
	font-size:11pt;
	font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}
.container {
	position:relative;
	width:100%;
	height: 100%;
	display:block;
	background:#fff;
	margin:0 auto;
}
/* Header */
.header_wrapper{
	width:100%;
	border-bottom:1px solid #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc; /* FireFox */
	-webkit-box-shadow: 2px 2px 3px #ccc; /* webkit */
	box-shadow:2px 2px 3px #ccc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true); /* IE5.5+ */
	background:#fff; /* IE Hack */
}
.header {
	width:980px;
	padding:5px 0;
	margin:0 auto;
}
.site_title{
	height:0;
	text-indent:-9999px;
}
.logo{
	width:200px;
	display:inline-block;
	text-align:center;
}
.sub_title {
	padding-bottom:5px;
	display:inline-block;
	margin-right:15px;
}
.header_tel {
	width:288px;
	display:inline-block;
}
.header_contact{
	margin-left:5px;
}
/* Menu */
.nav_menu {
	width:100%;
	border-bottom: 3px solid #ccc;
}
.nav_menu ul {
	width:980px;
	margin:0 auto;
	padding:0;
	display:table
}
.nav_menu .item{
	width:16.66%;
	text-align:center;
	display:table-cell;
	padding:10px 0 5px 0;
	position:relative;
}
.nav_menu .active{
	background: url(images/active_bg.png) no-repeat center bottom;
}
.nav_menu .item a{
	color:#333;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	line-height:40px;
	display:block;
	border-right:1px dotted #ccc;
}
.nav_menu .last a{
	border-right:none;
}
.nav_menu .no_child a:hover{
	background:url(images/active_bg.png) no-repeat bottom left;
}
.nav_menu .child_item {
	display:none;
	position:absolute;
	z-index:9999;
	background:url(images/dorop_arrow.png) no-repeat top left;
	top:55px;
	padding-top:10px;
}
.nav_menu .child_item ul{
	width:180px;
	background:#fff;
	text-align:left;
	padding:2px 2px;
	border:1px solid #ccc;
	list-style-type:none;
}
.nav_menu .child_item li a{
	padding:0 0 0 10px;
	margin:0;
	font-size:10.5pt;
	line-height:2.2;
	border:1px solid #fff;
	background:#e8e8e8;
}
.nav_menu .child_item li a:hover{
	color:#fff;
	background:#663333;
}


/* Page 各ページコンテンツ*/
#pageBase{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	clear: both;
}

#right-ContentsBace{
	float: right;
	width: 690px;
	margin-right: 15px;
	margin-top: 10px;
	position: relative;
}

#left-subMenu{
	width: 220px;
	margin-left: 12px;
	margin-top: 30px;
	position: relative;
	height: 100%;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

#storyArea{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #666;
	margin-top: 30px;
	margin-bottom: 5px;
	visibility: visible;
}

#storyArea2{
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #666;
	margin-bottom: 5px;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.sub-menuText{
	width: 180px;
	margin-right: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #00F;
	margin-bottom: 0px;
	background-image: url(images/btn01.jpg);
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	height: 26px;
	display: block;
	padding-top: 10px;
	padding-left: 40px;
}

#right_company{
	width: 495px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2.2em;
	color: #666;
	margin-top: 10px;
	margin-bottom: 30px;
	float: right;
}
#left_company{
	width: 145px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2.2em;
	color: #666;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
	text-align: right;
}

#right_after{
	width: 432px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2.2em;
	color: #666;
	margin-top: 10px;
	margin-bottom: 30px;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	border: thin solid #CCC;
	padding-right: 15px;
	padding-left: 15px;
}
#left_after{
	width: 145px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2.2em;
	color: #666;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
	text-align: left;
	background-color: #efefef;
	padding-left: 15px;
	margin-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: thin solid #CCC;
}


#right_after2{
	width: 210px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2.2em;
	color: #666;
	margin-top: 10px;
	margin-bottom: 30px;
	float: right;
	padding-bottom: 20px;
	border: thin solid #CCC;
	background-color: #fff2f6;
}
#left_after2{
	width: 210px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #666;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
	text-align: left;
	background-color: #ebf6ff;
	padding-bottom: 20px;
	border: thin solid #CCC;
}

#center_after2{
	width: 200px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2.2em;
	color: #666;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: left;
	background-color: #fffef2;
	margin-left: 220px;
	padding-bottom: 20px;
	border: thin solid #CCC;
}


.reform_flow1{
	background-image: url(images/reform-flow01.png);
	height: 150px;
	width: 640px;
}
.reform_flow2{
	background-image: url(images/reform-flow02.png);
	height: 150px;
	width: 640px;
}
.reform_flow3{
	background-image: url(images/reform-flow03.png);
	height: 150px;
	width: 640px;
}
.reform_flow4{
	background-image: url(images/reform-flow04.png);
	height: 150px;
	width: 640px;
}
.reform_flow4b{
	background-image: url(images/reform-flow04b.png);
	height: 150px;
	width: 640px;
}
.reform_flow5{
	background-image: url(images/reform-flow05.png);
	height: 150px;
	width: 640px;
}
.reform_flow6{
	background-image: url(images/reform-flow06.png);
	height: 150px;
	width: 640px;
}
.reform_flow7{
	background-image: url(images/reform-flow07.png);
	height: 150px;
	width: 640px;
}

.reform_formText{
	float: right;
	width: 400px;
	margin-top: 22px;
	margin-right: 30px;
}

.reform_susume1{
	height: 150px;
	width: 640px;
	margin-bottom: 15px;
}

.reform_susumeText{
	width: 575px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 70px;
}
.jutaku_Text{
	width: 590px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
	margin-top: 15px;
}

#space{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 17px;
	color: #666;
	line-height: 1.8em;
}



.table01{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.table01 th{
	width:25%;
	padding:16px;
	text-align: left;
	vertical-align: top;
	background-color: #ceebe9;
	border-left: 3px double #999;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
.table01 td{
	width:35%;
	padding:16px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
}

/* フォント*/
.h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #333;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	height: 28px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666;
	line-height: 1.8em;
	padding-left: 10px;
	padding-bottom: 8px;
}

.h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #666;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	height: 28px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999;
	line-height: 1.8em;
	padding-left: 10px;
	padding-bottom: 8px;
}

.h3{/*建設部見出し*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #333;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #690;
	height: 28px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #690;
	line-height: 1.8em;
	padding-left: 10px;
	padding-bottom: 8px;
}

.h4{/*住宅部見出し*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #0099ff;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0099ff;
	height: 28px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0099ff;
	line-height: 1.8em;
	padding-left: 10px;
	padding-bottom: 8px;
}

.h5{/*リフォーム部見出し*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #ff9900;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ff9900;
	height: 28px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ff9900;
	line-height: 1.8em;
	padding-left: 10px;
	padding-bottom: 8px;
}

.h6{/*施工実績見出し*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #996600;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
	height: 28px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #996600;
	line-height: 1.8em;
	padding-left: 10px;
	padding-bottom: 8px;
}
.h7{/*企業情報見出し*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #000000;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	height: 28px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000000;
	line-height: 1.8em;
	padding-left: 10px;
	padding-bottom: 8px;
}






.font1{/*TEXT-STORYタイトル*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
	font-size: 15px;
	line-height: 1.5em;
	line-height: 1.5em;
	color: #690;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 7px;
}

.font2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
	font-size: 15px;
	line-height: 1.5em;
	line-height: 1.5em;
	color: #555;
	display: block;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}


.font3{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	list-style-type: none;
	font-size: 30px;
	line-height: 1.5em;
	line-height: 2.6em;
	color: #06F;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.font4{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	list-style-type: none;
	font-size: 30px;
	line-height: 1.5em;
	line-height: 1.8em;
	color: #06F;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.font5{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#C60;
	font-size:16px;
	font-weight:normal;
	border-bottom-width: thin;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #C60;
	border-left-color: #C60;
	line-height: 1.5em;
	display: block;
	width: 98%;
	margin-left: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.font6{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height: 1.5em;
	display: block;
	width: 100%;
	background-color: #099;
	padding-top: 5px;
	padding-bottom: 5px;
}

.font7{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666;
	font-size:12px;
	font-weight:normal;
	line-height: 1.8em;
	display: block;
	width: 93%;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 7px;
	text-align: justify;
}

.font8{/**住宅部見出し***/
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	list-style-type: none;
	font-size: 30px;
	line-height: 1.5em;
	line-height: 1.8em;
	color: #0099ff;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.font8b{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	list-style-type: none;
	font-size: 30px;
	line-height: 1.5em;
	line-height: 2.6em;
	color: #0099ff;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.font9{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	list-style-type: none;
	font-size: 30px;
	line-height: 1.5em;
	line-height: 2.8em;
	color: #000;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.font10{/*TEXT-STORYタイトル*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
	font-size: 18px;
	line-height: 1.5em;
	line-height: 1.5em;
	color: #690;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 7px;
}

/**リンク***/

a.link1
{
	text-decoration: none;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: normal;
	display: block;
	height: 24px;
}

a.link1:hover
{
	font-size: 14px;
	color: #F60;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: underline;
}

a.link2
{
	text-decoration: underline;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	height: 24px;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #999;
}

a.link2:hover
{
	font-size: 14px;
	color: #00F;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
}



/* FrontPage */
.slide_all{
	width:100%;
	overflow:hidden;
	height:420px;
	margin:0 auto;
	position: relative;
}
.slide_wrap{
	width: 2940px;
	position: absolute;
	left: 50%;
	margin-left: -1470px;
}
.bxslider li {
	width: 980px;
}
.bxslider li img{
	width: 100%;
	vertical-align: bottom;
}
.bx-pager {
	bottom:20px !important;
	width:100% !important;
	text-align:center !important;
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}
.bx-pager a{
	background:#ccc !important;
}
.bx-pager .active{
	background:#cc0000 !important;
}
.contents{
	width:980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sec_link{
	width:970px;
	margin:10px 0 0;
	background:#030;
	padding:10px 5px;
	display:table;
}
#sec_link a{
	display:table-cell;
	width:313px;
	padding:0 4px;
}
#sec_link a span{
	display:block;
	background:#000;
}
#sec_link img:hover{
    opacity: 0.8;
}
#sec_link a img{
	max-width:100%;
}
#sec_list {
	width:100%;
	display:table;
	background:#efefef;
}
#sec_list ul{
	display:table-cell;
	width:33.33%;
	list-style-type:none;
	padding:10px 0;
}
#sec_list ul li {
	line-height:2.2;
	padding:0 10px;
	border-right:1px dotted #ccc;
}
#sec_list ul.last li {
	border-right:none;
}
#sec_list ul li a{
	color:#333;
	display:block;
	padding-left:2.5em;
	border-bottom:1px dotted #ccc;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	background: url(images/list_arrow.png) no-repeat 1.5em;
}
#sec_list ul li a:hover{
	color:#ff6600;
	text-decoration:underline;
	background: url(images/list_arrow_act.png) no-repeat 1.5em;
}
#info_front {
	width:610px;
	display:inline-block;
	vertical-align:top;
	margin:40px 0;
	padding:0 20px 0 20px;
}
#info_front h3{
	width:580px;
	color:#333;
	line-height:32px;
	font-size:16pt;
	border-left:10px solid #ff6666;
	border-bottom:2px dotted #ccc;
	padding-left:1em;
}
#info_front #update-list {
	margin:10px 0 10px 2em;
	list-style-type:none;
}
#info_front #update-list p{
	font-size:10.5pt;
	line-height:2;
}
#info_front #update-list p a{
	color:#333;
}
#info_front #update-list p a:hover{
	color:#ff6600;
}
#about_front{
	width:280px;
	display:inline-block;
	margin:40px 0;
	padding:0 20px;
	line-height:1.2;
	border-left:1px dotted #ccc;
}
#about_front p{
	padding:10px 0;
	font-size:10.5pt;
}
#about_front p.addr{
	border-bottom:1px dotted #ccc;
}
#about_front p.addr span{
	color:#000;
	padding:5px 0;
	font-size:16pt;
	font-weight:bold;
}
#example_front{
	width:940px;
	padding:0 20px;
}
#example_front h3{
	color:#333;
	line-height:32px;
	font-size:16pt;
	border-left:10px solid #669900;
	border-bottom:2px dotted #ccc;
	padding-left:1em;
}
#exp_lib{
	padding:30px 10px;
}
#exp_lib2{
	padding-top: 10px;
	padding-bottom: 30px;
}

#exp_lib .exp_sec{
	display:inline-block;
	margin:10px 2px;
}

#exp_lib .exp_sec2{
	display:inline-block;
	margin:0px 0px;
}

#exp_lib .exp_sec p{
	font-size:10.5pt;
	font-weight:bold;
}
#exp_lib .exp_block a{
	display:none;
}
#exp_lib .exp_block a.thumbnail{
	display:block;
}
/*お知らせ*/
#information #update{
	padding:20px;
	line-height:1.4;
	border-bottom:1px solid #ccc;
	margin-bottom:40px;
}
#information #update .autDate{
	font-weight:bold;
}
#information #update img{
	max-width:100%;
}
/* Footer */
.footer {
	width:100%;
	position:absolute;
	color:#fff;
	background:#333;
	width:100%;
	height:80px;
	font-size:10.5pt;
}
.footer .wrapper{
	width:960px;
	margin:0 auto;
	padding:20px 10px;
}
.footer .copyright{
	width:400px;
	float:left;
	line-height:1.5;
}
.footer .copyright span{
	font-weight:bold;
}
.footer .footer_menu {
	float:right;
	width:420px;
	height:38px;
}
.footer .footer_menu ul{
	display:table;
	list-style-type:none;
}
.footer .footer_menu ul li{
	display:table-cell;
	line-height:38px;
}
.footer .footer_menu ul li a{
	color:#fff;
	border-right:1px solid #fff;
	padding:0 3px;
}
.footer .footer_menu ul li a:hover{
	color:#ff6600;
}
.footer .footer_menu ul li.last a{
	border-right:none;
}
.footer .up_top{
	float:right;
	margin-left:10px;
}
