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

/*
Theme Name: fude
Author: chihiro.n
*/


/* =============================================
share
================================================ */

article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary {
	display: block
}
.pc{
	display:block;
}
.mb{
	display:none;
}
a img {
	-webkit-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
		 -o-transition: 0.1s ease-in-out;
			transition: 0.1s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.f_left{
	float:left;
}
.f_right{
	float:right;
}
.space10{
	margin-bottom:10px;
}
.space20{
	margin-bottom:20px;
}
.space30{
	margin-bottom:30px;
}
.space40{
	margin-bottom:40px;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
.center{
	width:940px;
	margin:auto;
}
hr{
	border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #ccc; /* 線色 */
   height: 1px; /* 高さ */
}
.bold{
    font-weight:bold;
}
#totop{
	position:fixed;
	right:0;
	bottom:180px;
}
#totop a{
	display:block;
	background:url(img/share/totop.jpg) no-repeat;
	width:40px;
	height:60px;
}
p{
    line-height:180%;
    color:#555;
}
.btn{
    display:block;
	padding:10px 10px 10px 0;
	color:white;
	text-align:center;
	background:url(img/share/sankaku_w.png) no-repeat 95% center;
	background-color:#777777;
	text-decoration:none;
}
.btn:hover{
    background-color:#999;
}
.midashi_gray{
    font-size: 195%;
    font-weight: normal;
    margin: 0 0 30px;
    color: #777777;
    line-height: 130%;
}
/* header ==================================== */
header,#header{
	width:940px;
	margin:auto;
	height:160px;
}
h1{
	float:left;
	margin:15px 0 10px;
}

#header div{
	margin-top:30px;
	float:right;
}
#header div a{
	display:block;
	float:left;
	border-right:1px solid #ccc;
	padding:10px 20px;
	text-decoration:none;
	color:#555;
}
#header div a:first-child{
	border-left:1px solid #ccc;
}

#main_nav{
	width:100%;
	background:url(img/share/head_menu_back.jpg) repeat-x;
	min-width:980px;
	position: absolute;
	top:100px;
}
#main_nav .head{
	float:left;
}
#main_nav .head ul{
	position: relative;
	top: 0 !important;
	z-index: 99;
}
#main_nav .head ul a:hover{
	background:#555;
}
#main_nav li a{
	display:block;
	color:#333333;
	text-decoration:none;
	padding: 15px 29px;
	height: 30px;
	line-height: 30px;
	 font-size: 14px;
}
#main_nav li a:hover {
background: black;
color: white;
}
#main_nav ul#menuBody{
	float:none;
	width:940px;
	margin:0 auto;
}
#menuBody ul {
display: none;
}
.mainNav_sub a {
background: #333;
color: white !important;
border-top: 1px solid #ccc;
padding: 5px 24px !important;
}

/* footer ==================================== */
#foot_area{
	background:#333333;
	width:100%;
	height:270px;
	color:white;
	min-width:980px;
}
footer,#footer{
	width:940px;
	margin: 20px auto 0;
}
#footer address{
	font-size: 110%;
    line-height: 200%;
}
#footer address span:first-child{
	font-size: 90%;
}
#footer address span{
	font-size: 150%;
}
#footer address span,
#footer address span a{
	font-size:24px;
	color:white;
	text-decoration:none;
	text-decoration:none;
}
#footer small{
    margin-top:10px;
	font-size: 90%;
	display: block;
	position: absolute;
	bottom: 20px;
}
#footer .f_right img {
    margin-right: 20px;
}
/* footer最下部 */

html,body {
    height: 100%;
    margin: 0px auto;
}
body {
    position: relative;
    height: 100%;
    min-height: 100%;
    background-color: #FFFFFF;
    text-align: left;
}
body {
    height: auto;
	font-size:90%;
}
div.container {
    height: auto;
    padding-bottom: 310px;
}
#foot_area {
    position: absolute;
    bottom: 0px;
}

.container{
	width:940px;
	margin:0 auto 0;
    padding: 0 20px;
}
.row {zoom:1;}
.row:after {
  content: ""; 
  display: block; 
  clear: both;
}
.row .name,
.row .cont{
	float:left;
}
aside{
	width:21.5%;
	float:right;
}
section{
	width:75%;
	float:left;
}
/* pagenation */
#pagenation #new{
	float:left;
}
#pagenation #old{
	float:right;
	text-align:right;
}
#pagenation div{
	width:auto;
}
#pagenation a{
	color:black;
	display:block;
}
#footer #banner_area{
    margin-bottom:30px;
}
#footer #banner_area a{
    padding-left:20px;
    float:left;
    display:block;
}
#footer #banner_area a:first-child{
    padding-left:0;
}
/* =============================================
top
================================================ */
/* スライドショー */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  width:100%;
  max-width:100%;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width:100% !important;
  max-width:100% !important;
  left: 0;
  top: 0; 
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
#main_imgArea{
	width:100%;
	min-width:980px;
	overflow:hidden;
}
.rslides a{
    display: block;
    max-width: 1180px;
    margin: 0 auto;
}
.rslides a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* endスライドショー */

.container#top{
	margin-top:30px;
}
#top h2,#top h3{
	color:#555;
	font-size:100%;
	margin-bottom:20px;
}
#top section,#top aside{
	float:left;
}
#top section#exhibit,
#top aside,
#top section#exhibit a{
	width:240px;
	color:#000000;
	font-weight:normal;
	line-height:140%;
}
#top section#exhibit article{
	margin-bottom:20px;
}
#top section#exhibit img{
	margin-bottom:5px;
	width: 240px;
	height: auto;
}
#top section#exhibit p{
	margin-top:5px;
}

#top aside div div{
	line-height:0;
	margin-bottom:10px;
}
#top div.closed{
	line-height:150%;
	color:#555;
	margin: 10px 0 20px;
	padding: 5px 5% 0;
	font-weight:bold;
	font-size:110%;
}
#top div.closed span.title{
	width:110%;
	font-size:75%;
    text-align:center;
    display:block;
    background:#DDDDDD;
    border-radius:10px;
	font-weight:normal;
    line-height: 190%;
    margin: 0 0 10px -5%;
}
#top div.closed span{
    font-size:75%;
}
#top aside div.clearfix div {
    float: left;
    width: 33%;
}
#top section#topic{
	width:420px;
	margin:0 20px;
}
#top section#topic a{
	color:#000000;
	line-height:140%;
}
#top section#topic .cate.topic{
	background:#BD3A3A;
}
#top section#topic .cate.event{
	background:#698C00;
}
#top section#topic .cate.pal{
	background:#00698C;
}
#top section#topic .cate{
	float:left;
	color:white;
	font-size:75%;
    line-height: 160%;
	padding: 1px 10px 0px;
	margin-right: 10px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
#top section#topic .date{
	float:left;
	font-size:75%;
	color:#555;
}
#top section#topic .event_date{
    float:left;
    font-size: 85%;
    font-weight: bold;
}
#top section#topic h5{
	margin: 5px 0 20px;
	font-weight:normal;
}
#top #topic span.pc{
	display:inline !important;
}
#top section#topic #facebook{
	width:100%;
	border:solid 1px #ccc;
	height:500px;
}
/* =============================================
schedule
================================================ */
h2.title{
	border-bottom: solid 1px #ccc;
	color: #555;
	font-size: 170%;
	padding: 10px 20px;
	width: 940px;
	margin-left: -20px;
	margin-bottom:40px;
	position:relative;
}
#pressrelease h2.title span,
#schedule h2.title span {
  position: static;
  font-size: 55%;
  color: #555;
  margin-left: 20px;
}
.pankuzu a{
	color:#777777;
}
.pankuzu{
	font-size:90%;
	color:#777777;
	margin:10px auto 30px;
	width:940px;
}
#pressrelease section a,
#schedule section a{
	color:black;
}
#schedule aside a{
	color:white;
	text-decoration:none;
	display:block;
	height:60px;
	line-height:60px;
	padding-right:8%;
	text-align:center;
	background:url(img/share/sankaku_w.png) no-repeat 95% center;
	background-color:#777777;
}
#schedule aside li{
    list-style:none;
}
#schedule aside a:hover,
#schedule aside.old a:hover{
	background-color:#555;
}
#schedule aside.old a{
	height:40px;
	line-height:40px;
	padding:0 0 0 8%;
	background:url(img/share/sankaku_w_l.png) no-repeat 5% center;
	background-color:#777777;
}
#pressrelease article,
#schedule article{
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: dashed 1px #ccc;
}
#schedule .detail article{
	border-bottom:none;
}
#pressrelease article,
#schedule article{zoom:1;}

#pressrelease article:after,
#schedule article:after {
  content: ""; 
  display: block; 
  clear: both;
}
#schedule article img{
	float:left;
	margin-right:20px;
	width: 240px;
	height: auto;
}
#schedule article h4{
	font-size: 125%;
	font-weight:bold;
	line-height:140%;
}
#schedule article .f_left{
	width:63%;
}
#schedule .old article .f_left{
	width:71%;
}
#schedule .event article .f_left{
	width: 74%;
}
#schedule .event.old article .f_left{
	width: 85%;
}
#schedule article .date{
	font-weight:bold;
	font-size: 105%;
	color:#333;
	margin:15px 0;
}
#schedule article .now{
	background:#FF8000;
	color:white;
	font-weight:bold;
	font-size:125%;
	padding:10px;
	width:80px;
	text-align:center;
	margin-bottom:20px;
}
#schedule article p{
	line-height:150%;
	color:#555;
}
#schedule article span.red{
	margin-top:15px;
	color:#D80000;
}
#schedule h3.date{
	color:#666666;
	font-size: 220%;
	margin-bottom:30px;
	line-height: 130%;
}
#schedule .archive{
	margin-top:10px;
}
#schedule .archive a{
	display:block !important;
	background:#eee !important;
	border-bottom:1px solid white;
	text-align:center;
	color:#555;
	padding: 0 !important;
	font-size:105%;
}
#schedule .archive a:hover{
	background:#ccc !important;
}
#schedule div a,
#schedule div a:hover{
	background:none !important;
	padding:0 !important;
	display:inline;
}
#schedule #event_midashi {
	border-bottom: solid 1px #ccc;
	padding-bottom: 30px;
	margin-top: -10px;
	margin-bottom: 40px;
	color: #777777;
}
#schedule #event_midashi h3{
	font-size:20px;
	margin-bottom:20px;
}
#schedule .event article img{
	width: 160px;
}
#pressrelease #inquiry_cont,
#schedule #inquiry_cont{
	border:solid 1px #ccc;
}
#pressrelease #inquiry_cont h3,
#schedule #inquiry_cont h3{
	margin:0 0 20px;
	font-size:145%;
}
#pressrelease #inquiry_cont h3 a,
#schedule #inquiry_cont h3 a{
	font-size:120% !important;
	height:auto;
	line-height:130%;
}
#pressrelease #inquiry_cont div,
#schedule #inquiry_cont div {
float: none;
width: 100%;
text-align: center;
margin-bottom:0;
}
#pressrelease #inquiry_cont p.bold,
#schedule #inquiry_cont p.bold{
	margin:0 0 10px;
}
/* detail */
#schedule .detail td,
#schedule .detail th{
	text-align:left;
	font-weight:normal;
	color:#555;
	line-height:150%;
}
ul#new li{
	margin-top:15px;
}
ul#new li a{
	color:#000000;
	text-decoration:underline;
	line-height:150% !important;
	text-align:left;
	display:inline;
}
#schedule .detail #event_midashi h3 {
color: black;
line-height: 150%;
}
#schedule .detail #event_midashi .date{
	font-size: 140%;
	line-height:130%
}
#schedule .detail #event_midashi .date span:first-child{
	font-size: 70%;
	padding-right: 40px;
}
#schedule .old article img {
width: 180px;
height: auto;
}
#schedule .old.event article img {
    width: 80px;
    height: auto;
}
/* archive */
#widget-list{
     border-top:none;
     width:100%;
	 margin-top:10px;
     }
#widget-list li.over{
	margin-bottom:0;
}
#widget-list .archive a {
padding: 0px 10px !important;
margin-bottom:1px;
color: #555555;
text-decoration: none;
font-weight:normal;
background:#EEEEEE !important;
}
#widget-list .archive a:hover {
	background:#ccc !important;
}
#widget-list li a{
	display: block;
	height: 10px;
	line-height: 10px;
	padding:0 !important;
	color:#555555;
	background:white !important;
}

#widget-list .archive.open a{
	background:#ccc !important;
}
/* =============================================
guide
================================================ */
#shop aside a,
#guide aside a{
	display:block;
	color:#555;
	font-size:105%;
	height:50px;
	line-height:50px;
	text-decoration:none;
	background:url(img/share/sankaku_b_l.png) no-repeat 95% center;
	text-align:right;
	padding:0 13% 0 0;
	border-bottom:solid 1px white;
}
#shop aside a:hover,
#shop aside a.hover,
#guide aside a:hover,
#guide aside a.hover{
	background-color:#eee;
}
h2.title span{
	position: absolute;
	right: 20px;
	color: #999999;
	font-weight: normal;
	font-size: 65%;
}
#guide img{
	margin-bottom:20px;
}
#caution .row,
#guide .row{
	border-bottom:1px dashed #ccc;
	padding:20px 0;
}
#guide .name{
	width:110px;
	font-weight:bold;
}
#guide .cont{
	color:#777777;
}
#group .cont b,
#guide .cont b{
	border: solid 1px black;
    padding: 5px 10px;
}
#group .cont #tenji_price,
#guide .cont #tenji_price{
	    background: #eee;
    width: 550px;
    margin: 15px auto 20px;
    padding: 20px;
	font-weight:bold;
	color:#555;
}
#group .cont #tenji_price{
	width:540px;
}
#guide .cont #tenji_price span{
	font-weight:normal;
}
#guide #kobo .clearfix .f_right{
	width:75%
}
/* =============================================
exhibition
================================================ */
.old_link{position:relative;width:980px;height:40px}
.old_link a{
	position:absolute;
	right:0;
	display:block;
	background:url(img/share/sankaku_w_l.png) no-repeat 10px center;
	padding:10px 15px;
	background-color:#777777;
	text-decoration:none;
	color:white;
	width:150px;
	text-align:center;
}
.old_link a:hover{
	background-color:#555;
}
#exhibition{
	width:100%;
    padding: 0 0 350px;
	min-width:980px;
}
#main_img{
	width:100%;
	/*height:430px;*/
	background-repeat:no-repeat;
	background-position:center center;
	/*min-width:980px;*/
}
.black_area{
	width:100%;
	background:black;
	color:white;
}
.exh_old .black_area,
.exh_old .black_area p{
    background:white;
    color:#555555 !important;
}
#exhibition section{
	width:100%;
}
#exhibition .black_area:first-child{
	padding:50px 0;
}
#exhibition .black_area p{
    color:white;
}
#exhibition h2{
	font-size: 195%;
	font-weight:normal;
	margin-bottom:10px;
	line-height: 130%;
}
.exh_old .date {
    margin-bottom:30px;
}
#exhibition .date{
	font-size:125%;
}
#exhibition h3{
	margin:30px 0;
	font-size:125%;
	font-weight:normal;
}
#exhibition .row .name{
	color:#777777;
	font-size:125%;
	width:160px;
}
#exhibition .row{
	padding:50px 0;
}
#exhibition .row .cont{
	width:780px;
}
#summary .row{
	padding:0 0 10px;
}
#summary .row .name{
	font-weight:normal;
	font-size:100%;
	width:15%;
	color:#999999;
}
#summary .row .cont{
	width:85%;
	color:#555;
}
#summary .map_btn a{
	display:block;
	padding:10px 10px 10px 0;
	color:white;
	width:180px;
	text-align:center;
	background:url(img/share/sankaku_w.png) no-repeat 95% center;
	background-color:#777777;
	margin:10px 0;
	text-decoration:none;
}
#summary .map_btn a:hover{
	background-color:#555;
}
.event_cont{
	margin-bottom:40px;
}
.event_cont h4{
	color:#555555;
	font-size:150%;
	font-weight:normal;
	margin-bottom:20px;
}
.event_cont h4 span{
	padding-left:30px;
}
/* =============================================
pal
================================================ */
#pal #main_img{
    height:auto;
}
#pal #main_img img {
	width: 50%;
}
#pal ul,
#pal ul + p{
    padding-left:25px;
    color:#777777;
    list-style: outside decimal;
}
#pal ul + p + div{
    margin:40px 0;
    color:#777777;
}
#pal ul li{
    padding-left:10px;
    margin-bottom:15px;
}
#pal #campaign{
    border: solid #00698C 5px;
    text-align: center;
    padding:20px 0 10px;
    margin: 30px 0 40px;
}
#pal #campaign #date,
#pal #campaign p + div{
    color: #00A3D9;
    font-size:125%;
    font-weight:bold;
    margin: 10px 0;
}
#pal #campaign p + div{
color:#FF7272
}
#pal #campaign h3{
    color: #00698C;
    font-size:140%;
}
.midashi{
	font-size:125%;
	border-bottom:solid 1px #ccc;
    margin:40px 0 30px;
    padding-bottom:10px;
}
#pal p.bold{
    font-size:105%;
    color:#333333;
    line-height:200%;
}
#pal #teikei .cont{
    padding-left:130px;
    margin-bottom:30px
}
#pal #teikei h4+ div.cont{
    background:url(img/pal/shop.jpg) no-repeat;
}
#pal #teikei div.cont + div.cont{
    background:url(img/pal/shisetsu.jpg) no-repeat;
}
#pal .row{
    border-top:dashed 1px #ccc;
    border-bottom:dashed 1px #ccc;
    padding:15px 0;
    color:#777;
    width:100%;
	margin-top:-1px;
}
#pal .row .name{
    font-weight:bold;
    width:30%;
    color:#333333;
}
#pal .row .name span{
    display:block;
    font-size:80%;
    color:#777;
}
#pal .row .cont{
    padding-left:0 !important;
	margin-bottom: 0 !important;
    width:70%;
    background:none;
}
#pal .row .cont a{
	color:#777;
	text-decoration:none;
}
#pal .row .cont h5{
    color:#769F00;
    font-size:110%;
    margin-bottom:5px
}
#pal #teikei div.cont + div.cont h5{
    color:#C75A5A;
}
#pal #staff p{
    color:#777777;
    margin-bottom:30px;
}
#pal #staff div{
    margin-bottom:30px;
}
#pal #staff div p{
    margin:0;
    padding:20px;
    background:#eee;
}
#palinfo_date li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#pal aside a{
	display:block;
	color:#555;
	font-size:105%;
	height:50px;
	line-height:50px;
	text-decoration:none;
	background:url(img/share/sankaku_b_l.png) no-repeat 95% center;
	text-align:right;
	padding:0 13% 0 0;
	border-bottom:solid 1px white;
}
#pal aside a:hover,
#pal aside a.hover{
	background-color:#eee;
}
#pal aside #palinfo_date{
    border:solid 1px #ccc;
    padding:20px;
    margin:30px 0 0;
}
#pal aside #palinfo_date h5{
    margin:0 0 15px;
}
#pal aside #palinfo_date a{
    padding:0;
    background:none;
    height:auto;
    line-height: 100%;
    text-decoration:underline;
    font-size:98%;
}
#pal_info{
    margin-top:-30px;
}
#pal #premiere h5{
    font-weight:bold;
    font-size:105%;
    line-height:180%;
    color:#333333;
}
#pal #premiere article{
    background:#E5F0F3;
    padding:30px;
    margin-top:30px;
}
#pal article h4{
    color:#00698C;
    font-size:140%;
    line-height:150%;
}
#pal article .over {
	color: #e00000;
	font-weight: bold;
	margin: 10px 0 0;
	font-size: 110%;
}
#pal article .date{
    font-weight:bold;
    margin:15px 0;
}
#pal article p{
    color:#555;
    line-height:170%;
}
#pal_event article{
    border-bottom:dashed 1px #CCCCCC;
    margin-bottom:30px;
    padding-bottom:30px;
    padding-left:35px;
    background:url(img/pal/ico.jpg) no-repeat left top;
}
#pal article a{
    color:black;
    font-weight:bold;
    display:block;
    padding-top:10px;
}
/* =============================================
artsquare
================================================ */
#artsquare .midashi_gray{
    margin:0 0 20px;
}
#artsquare .midashi_gray + h4{
    margin:0 0 50px;
}
#artsquare #artsquare_menu div a:first-child{
    margin:0;
}
#artsquare #artsquare_menu div a{
    display:block;
    float:left;
    margin:0 0 8px 8px;
    line-height:0;
}
#artsquare aside p:first-child{
	line-height:130%;
	text-align:right;
	margin-bottom:30px;
}
#artsquare aside p:first-child a{
		font-weight: bold;
		padding:0 !important;
	color: #555;
}
#artsquare aside p:first-child a span{
	font-size:80%;
}
#artsquare aside div{
    margin:0 0 40px;
}

#artsquare aside div a{
    display:block;
	padding:10px 25px 10px 0;
	color:#555;
    font-size: 105%;
	text-align:right;
	background:url(img/share/sankaku_b_l.png) no-repeat 95% center;
	text-decoration:none;
    border-bottom:solid 1px white;
}
#artsquare aside div a.hover,
#artsquare aside div a:hover{
    background-color:#eee;
}
#artsquare aside #inq{
    margin:30px 0 0;
    border:10px solid #ccc;
    background:#FAFAFA;
    padding:20px 10px;
    color:#555555;
}
#artsquare aside #inq h6{
    text-align:center;
    font-size:110%;
    color:black;
}
#artsquare aside #inq h5{
    text-align:center;
    font-size:140%;
    margin:20px 0 0;
}
#artsquare aside #inq h5 + p{
    text-align:center;
    font-weight:bold;
    margin:10px 0 20px;
}

#artsquare #caution{
	margin:30px auto;
}
#caution .name{
	width:90px;
	font-weight:bold;
}
#caution .cont{
	width:600px;
	color:#777777;
}
#caution .cont a{
	color:#777;
}

#art_detail .row.shool_name{
    border-top:dashed 1px #ccc;
    border-bottom:dashed 1px #ccc;
    margin:40px 0 10px;
    padding:15px 0;
}
#art_detail .row{
    padding:5px 0;
}
#art_detail h4{
    font-size:125%;
    font-weight:bold;
}
#art_detail h5{
font-size: 110%;
margin: 0 0 10px;
}
#art_detail h5 + p{
	margin:0 0 5px;
}
#art_detail .row .name{
    color:#999999;
    width:15%;
}
#art_detail .row .cont{
    color:#555;
    width:85%;
}
#art_detail a{
    width:23%;
    margin:30px 0 0 15%;
}
/* =============================================
shop
================================================ */
#shop #main_img{
    margin:0 0 30px;
}
#shop section a{
    color:#555;
}
/* =============================================
inquiry
================================================ */
#inquiry section{
    float:none;
    width:100%;
}
#inquiry h4{
    text-align:center;
    font-size:110%;
    margin:40px 0 10px;
}
#inquiry h4 + p{
    text-align:center;
}
#inquiry_cont h3,
#inquiry h3{
	margin:20px 0;
	font-weight:bold;
    font-size:165%;
    color:#555;
}
#inquiry_cont h3 a,
#inquiry h3 a{
    color:#D2162A;
	font-size:85%;
}
#inquiry p.bold{
	margin:60px 0 50px;
}
#inquiry_cont{
	padding:30px 0;
	margin:30px 0;
}
#inquiry_cont div{
	float:left;
	width:33.3%;
	text-align:center;
}
/* =============================================
sitemap
================================================ */
#sitemap section{
    float:none;
    width:100%;
}
#sitemap .cont_area{
    float:left;
    width:300px;
    margin-left:20px;
}
#sitemap .cont_area:first-child{
    margin-left:0;
}
#sitemap .cont{
    padding:30px 0;
    border-top:dashed 1px #ccc;
}
#sitemap h4,
#sitemap .cont h5{
    margin:0 0 10px;
    font-size:125%;
}
#sitemap .cont h5 a{
    padding:0;
}

#sitemap .cont a{
    display:block;
    padding:5px 0 5px 30px;
    color:#333333;
}
#sitemap h4 a{
    display:block;
    color:#333333;
    padding:10px 0;
}
/* =============================================
forum
================================================ */
#forum article{
	width:100%;
	overflow:hidden;
}
#forum article img{
	max-width:100%;
	float: none;
	width: auto;
	height: auto;
}

/* =============================================
pressrelease
================================================ */

#pressrelease section p:first-child{
	margin-bottom:30px;
}
#pressrelease section p:first-child + p{
	border-bottom:solid 1px #ccc;
	padding-bottom:40px;
	margin-bottom:20px;
}
#pressrelease article p.date{
	margin-bottom:0;
	font-size:80%;
}
#pressrelease article h1{
	float:none;
	font-size:120%;
	color:#555;
	font-weight:bold;
	line-height:150%;
	margin:5px auto 20px;
}
#pressrelease article ul{
	float:none;
	overflow:hidden;
	zoom:1;
}
#pressrelease article ul li{
	float:left;
	width:33%;
	font-size:90%;
}
#pressrelease article ul + p{
	text-align:right;
	font-size:90%;
	margin-top:10px;
}
#pressrelease #inquiry_cont{
	margin-top:0;
}