project
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}
	

ol, ul {
	list-style: none;
}

body {
	background:#fcfcfc;
	font-family: futura,Century Gothic;
	font-size:11px;
	color:#393939;
	letter-spacing:1.5px;
	text-align:center;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	
	line-height: 1;
	height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
}

*反転時の文字色・背景色 */
::selection {background:#CD9716;　　/* 背景色*/ color:#393939;　　/* 文字色*/ }
::-moz-selection{background:#CD9716;　/* 背景色*/ color:#393939;　　/* 文字色*/ }


h1,h2,h3,h4,h5,h6 { 
	font-weight:normal; 
	line-height:32px;
	margin:0;
}

h1 {
	font-size:32px;
	padding:25px 0 0 0;
	float:left;
}

h2 { 
	font-size:25px;
	font-weight:normal;
	letter-spacing:3px;
}

h3 {
	font-size:18px;
	letter-spacing:0.15em;
	margin:0 0 1.5em 0;
	font-weight:normal;
	line-height:20px;
}

h4 {
	font-size:14px;
	letter-spacing:0.15em;
	margin:0 0 1em 0;
	font-weight:normal;
	line-height:20px;
}

h5,h6 {
	font-size:10.5px;
	line-height:12px;
	letter-spacing:0.15em;
	font-weight:normal;
}

.pN {
	padding:0 !important;
}

.ptN {
	padding-top:0 !important;
}

.sN {
	box-shadow: 0 0 0 #fcfcfc !important;}
	
.prN {
	padding-right:0 !important;
}

.pbN {
	padding-bottom:0 !important;
}

a,a:visited {  
	color:#999;
	text-decoration:none;
	}

a:hover {
	text-decoration:none; /*border-bottom: 1px solid #1A2032; padding-bottom:1px;*/ 
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color:#CD9716;
	text-decoration:underline;
	outline: none;
	text-decoration:none;
}

a {
	color:#999;
	text-decoration:none; 
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

a:focus {
	outline:none;
}

a:hover,a:active {
	outline:0;
}


ul,ol {
	padding:0;
}


li {
	display:list-item;
	list-style-position:outside;
	margin:0;
	padding:0;
}

em {
	font-style:italic;
}

img {
	border: none;
}

.bbN {
	border-bottom:none !important;
}

.btN {
	border-top:none !important;
}

.bN {
	border:none !important;
}

strong { color:#C00;}

/* =Layout
-----------------------------------------------------------------------------*/
#wrapper {
	width:100%;
	text-align:center;
	/*position:relative;*/
	margin:0 auto;
	overflow-x: hidden;
}

#contener{
    box-shadow: 0 1px 8px rgba(0,0,0,0.15);
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 100;
	clear: both;
	margin-top: 760px;
	background-color:#fcfcfc;

}


#contener section {
	margin:0 auto;
	padding: 0px 20px;
}

#project, #pr, #news, #information, #magazine, #googlemaps_triger, #res_footer_box {
	margin: 0 auto;
    max-width: 1020px;
}


/* =Header
-----------------------------------------------------------------------------*/
#header {
	position:fixed;
	margin:0;
	top:0px;
	left:0px;
	text-align:center;
	height:100px;
	background-color:#fcfcfc;
	z-index:999;
	width:100%;
	border-bottom:1px solid #E6E6E6;
	padding:0;
	-moz-box-shadow: 0px 1px 0px #fff;
    -webkit-box-shadow: 0px 1px 0px #fff;
    box-shadow: 0px 1px 0px #fff;	
}

#res_phone{
	display: none;
	height: 49px;
	border-top:1px solid #E6E6E6;
}


.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}



/*.shadow {-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.4) !important;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.4) !important;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4) !important;
}*/
.shadow {
	-moz-box-shadow: 0px 0px 0px #fff!important;
	-webkit-box-shadow: 0px 0px 0px #fff!important;
	box-shadow: 0px 0px 0px #fff!important;
}

/* =nav
-----------------------------------------------------------------------------*/

#nav {
	padding:0 20px;
	margin:0 auto;
	height:100px;
	z-index:999;
	overflow: hidden;
	max-width: 1020px;
}

#logo {
    background: url("img/sprite.png") no-repeat scroll -280px -169px rgba(0, 0, 0, 0);
    height: 51px;
    width: 220px;
}

#toptitle{visibility:hidden;
	}


#navigation { 
	width: 70%;
	height:100px;
	float:right;
	text-align:right;
	padding:0 2% 0 0%;
	position:relative;
}

#navigation div a {
	font-size: 12px;
    letter-spacing: 1.2px;
    margin-right: 1.75%;
}

#navigation div {
	line-height:60px;
}


#navigation #sub {
	line-height:10px;
	position:absolute;
	right:-32px;
	top:10px;
	width:60%;
	}

#navigation #sub a {
	font-size: 10.5px;
    letter-spacing: 1.2px;
    margin-right: 2%;
	color:#999999;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#navigation #sub a:hover {
	color: #CD9716 !important;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}


#navigation #sub a:nth-of-type(2) {
	margin-right: 5%;
}

#navigation #sub #language_span {color: #999999; font-size: 9.5px;}
#navigation #sub #language_span a{margin-right:0%;}

#navigation #sub a:last-child {
	margin-right:0;
}

 #navigation #main {
	width:100%;
	/*border-right:1px solid #e6e6e6;*/
	margin: 20px 0 0;
}






/*
#navigation { 
	width: 70%;
	height:100px;
	float:right;
	text-align:right;
	padding:0 2% 0 0%;
	position:relative;
}

#navigation div {
	line-height:100px;
}


#navigation #main {
	width:100%;
}

#navigation #etc {
	float:right;
	width:25%;
}

#navigation div a {
	font-size: 11.5px;
    letter-spacing: 1.2px;
    margin-right: 1.75%;
}*/


#navigation div a:last-child{
		margin-right:0 ;
		}

.fb_edge_widget_with_comment {
    margin-top: -4px !important;
}


#navigation a:hover {
	-webkit-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
	color:#CD9716;
}




#res_navigation {
	display:none;
	background: url("img/sprite.png") no-repeat scroll -72px -157px transparent;
	width:46px;
	height:43px;
	float:right;
	padding:30px 0px 28px;
	cursor:pointer;
}


#res_fb-like {
		display:none;
	}

#navigation_sub{ 
	/*width:12%;
	height:100px;
	float:right;
	padding:0;*/
	display:block;
	background: url("img/sprite.png") no-repeat scroll -2px -146px transparent;
	width:30px;
	height:37px;
	float:right;
	padding:30px 0px 36px 0px;
	cursor:pointer;
}

#navigation_sub ul { 
	padding-top: 35px;
}

#navigation_sub ul li {
	float:right;
	margin-left:15px;
}


#navigation_sub_contener {
	display:none;
	height:100%;
	background-color:#2c2c2c;
	width:200px;
	position:fixed;
	top:0 !important;
	z-index:9999;
	color:#999;
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.5) inset;
	background-image:url(img/slidenav_bg.png);
	background-repeat:repeat;
}


#navigation_sub_contener_box {
	max-width:1020px;
	margin:0 auto;
	}

#navigation_sub_contener ul {
	padding:0;
	width:100%;
	margin:0 0 0;
	width:200px;
	}

#navigation_sub_contener ul li {
	padding:25px 0 0;
	height:35px;
	width:200px;
	border-bottom:1px solid #111;
	border-top:1px solid #3C3C3C;
	}

#navigation_sub_contener ul li:nth-of-type(4){
	padding:25px 0 0;
	height:auto;
	width:200px;
	border-bottom:1px solid #111;
	border-top:1px solid #3C3C3C;
}

#navigation_sub_contener ul li:nth-of-type(4) a{
	margin:6px 0;
	display:inline-block;
}


#navigation_sub_contener ul li:nth-of-type(4) a:last-child{
	margin:6px 0 20px;
	display:inline-block;
}


#navigation_sub_contener ul li:nth-of-type(1),
#navigation_sub_contener ul li:nth-of-type(2),
#navigation_sub_contener ul li:nth-of-type(5)
{ display:none;}


#search_language {
	float:right;
	height:50px;
}
	
#language {
	background: url("img/sprite.png") no-repeat scroll -232px 31px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 100px;
    margin: 0;
    text-indent:9999px;
    width: 26px;
	}


.search_list {
	height:80px !important;
	padding: 15px 0 0 !important;
}

.search {
	margin:15px 15px 0 0;
	display:block;
	float:left;
	}

.search img {
	display:block;
	float:left;}

#searchform {
    display: block;
    position: relative;
}

#searchform div {
    display: block;
    height: 40px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 160px;
}


.screen-reader-text {
    float: left;
    margin: 9px 0 0;
    text-align: right;
    width: 160px;
}


#s {
    display: block;
    float: left;
    font-size: 12px;
    height: 17px;
    padding: 0;
    width: 160px;
	margin-bottom: 8px;
}


#searchsubmit {
    background: url("img/sprite.png") no-repeat scroll -149px -10px transparent;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 20px;
    padding: 0;
    width: 19px;
	margin:10px auto 0;
	background-color:#2C2C2C;
}

#pageslide {overflow:hidden;}
#res_navigation_menu {
	display:none;
	height:100%;
	background-color:#2c2c2c;
	position:fixed;
	top:0;
	right:0;
	z-index:9999;
	color:#999;
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.5) inset;
	background-image:url(img/slidenav_bg.png);
	background-repeat:repeat;
	overflow:hidden;
}


#res_navigation_menu ul {
	padding:0;
	height:100%;
	margin:0 0 0;
	width:200px;
	}

#res_navigation_menu ul li {
	padding:22px 0 0;
	height:32px;
	width:200px;
	border-bottom:1px solid #111;
	border-top:1px solid #3C3C3C;
	}

/* =slider
-----------------------------------------------------------------------------*/
.fluid_container {
	position:fixed;
	top:40px;
	width:100%;
	height:740px;
	border-bottom:solid #ddd 1px;
	margin:0px 0 0;
	z-index:0;
	background-color: #EFEFEF;
}

#camera_wrap_4 {
	max-height:640px;
	min-height:400px;
	height:640px;
	/*margin-bottom: 0!important;
	position: fixed;
	right: 0;
	top: 0;
	left: 0;*/
}

#nono {
	background-image: url(img/nono_caption.png);
	background-repeat:no-repeat;
	width:650px;
	height:60px;
	position:absolute;
	right:0px;
	bottom:0px;
}


.imgLoaded{
	width:100%;
	cursor:pointer;
	}


/* =LINE@
-----------------------------------------------------------------------------*/
#res_social {
	display:none;
}

#res_social_box {
	border-bottom: 1px solid #E6E6E6;
    box-shadow: 0 1px 0 #FFFFFF;
	padding: 70px 0;
}


#res_social_box h2 {
	letter-spacing:0.15em;
	margin:0 0 40px 0;
}

#res_social_box h3 {
    font-size: 13px;
	margin:0 auto 20px;
}




/* =project
-----------------------------------------------------------------------------*/
#project {
	border-bottom: 1px solid #E6E6E6;
    box-shadow: 0 1px 0 #FFFFFF;
	padding: 70px 0;
}


#project h2 {
	letter-spacing:0.15em;
	margin:0 0 40px 0;
}

#project img {
    display: block;
    max-height: 280px;
    max-width: 100%;
	margin:0 auto;
	padding:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 1;
	background-color:#fcfcfc
}


#project img:hover {
	 display: block;
    max-height: 280px;
    max-width: 100%;
	margin:0 auto;
	padding:0;
    -webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: .5;
	background-color:#fcfcfc
}



/* =today's exhibition
-----------------------------------------------------------------------------*/
#exhibition {
	background-color:#fcfcfc;
	position: relative;
	margin: 0 auto;
    max-width: 1020px;
    padding:60px 0 70px;
	/*border-bottom: 1px solid #E6E6E6;
    box-shadow: 0 1px 0 #FFFFFF;*/
}

#exhibition h2 {
	letter-spacing:0.15em;
	margin:0 0 50px 0;
}

/*yone修正*/
#exhibition .sns {
	max-width:340px;
	margin:0 auto 10px;
}

#exhibition .sns li {
	float:left;
	margin-right:35px;
}

#exhibition .sns li:last-child {
	float:left;
	margin:4px 0 0 0;
}
/*yone修正*/

#Carousel {/* padding:0 20px;*/}

.exhibition_cption {
	line-height:20px;
	margin:20px 0 0;
	text-align:center;
	height:110px;
}

.ellipsis{
    overflow: hidden;
    max-width: 290px;
    line-height: 2.0;
    white-space: nowrap;
	text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}


#Carousel .exhibition_cption a{
	display: inline;
}

#Carousel li{
	max-height:300px;
	overflow:hidden;
	display:block;
}

#Carousel li a {
	height:190px;
	overflow:hidden;
	display:block;
}
/*yone修正*/
.front_project img {
	width:100%;
}
	
/*yone修正*/

/* =PR
-----------------------------------------------------------------------------*/
#pr {
	padding: 70px 0;
}


#pr h2 {
	letter-spacing:0.15em;
	margin:0 0 40px 0;
}

#pr img {
    display: block;
    max-height: 280px;
    max-width: 100%;
	margin:0 auto; padding:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 1;
	background-color:#fcfcfc
	
}

#pr img:hover {
    display: block;
    max-height: 280px;
    max-width: 100%;
	margin:0 auto; padding:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity:.5;
	background-color:#fcfcfc
	
}


/* =NEWS & BLOG
-----------------------------------------------------------------------------*/

.bwWrapper img{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.bwWrapper img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

#news_section {
	background-color:#F6F6F6;
}

#news {
    position: relative;
	padding: 60px 0 100px;
}

#news img{
	max-height:190px;
	max-width:100%;
	width:100%;
}

#news h2 {
	letter-spacing:0.15em;
	margin:0 0 30px 0;
	display: none;
}

#news a, #news a:visited {
	color:#999;

}

#news a:hover {
	-webkit-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
	color:#CD9716;
}


#news_box {
	/*height:80px;
	border-bottom:1px solid #eee;
	border-top:1px solid #fff;*/
	width:100%;
	border-bottom: 1px solid #E6E6E6;
    box-shadow: 0 1px 0 #FFFFFF;
	padding: 5px 0 25px;
	font-size:16px;
}

.news_box_fast {
	border-top:none !important;
}

.news_box_last {
	margin-bottom:10px !important;
}

.news_minbox { 
	padding:0 !important;
	position:relative;
	text-align:left;
}

#news #news_box .mrN {
	margin-right:0 !important;
	text-align:right !important
}



.cate {
	margin:6px;
	display:block;
	height:30px;
	width:42px;
	float:left;
	padding: 20px 0 0 8px;
	border-radius: 100px;
	background-color:#393939;
	/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	border:6px solid #f9f9f9;*/
	position:absolute;
	top:0;
	right:0;
	z-index:20;
	color:#f9f9f9;
}

.datetitle{
	display:block;
	text-align:center;
}

.date {
	margin: 20px 0 0;
	font-size:16px;
	display:block;
	padding:0 40px;
	letter-spacing:4px;
}

.read {
	margin: 20px 0 0;
	font-size:14px;
	display:block;
	padding:0 40px;
}

.title { 
	margin: 20px 0 0;
	font-size:14px;
	text-align:center;
	line-height:20px;
}


/* 白黒 */
.bwWrapper {
    position:relative;
    display:block;
}


/* =information
-----------------------------------------------------------------------------*/
#information {
	/*border-bottom: 1px solid #E6E6E6;
    box-shadow: 0 1px 0 #FFFFFF;*/
	position: relative;
	margin: 0 auto;
    max-width: 1020px;
    padding:60px 0 70px;
	border-bottom: 1px solid #E6E6E6;
    box-shadow: 0 1px 0 #FFFFFF;
}

#information a,#information a:visited{
	color:#393939;
}

.information_shadow {
	box-shadow: 0 8px 8px rgba(0,0,0,0.15);
}

#information h2 {
	letter-spacing:0.15em;
}

#information img {
    display: block;
    /*max-height: 298px;*/
	max-height: 400px;
    max-width: 100%;
	margin:0; padding:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 1;
	background-color:#fcfcfc
}

#information img:hover{
    display: block;
    /*max-height: 298px;*/
	max-height: 400px;
    max-width: 100%;
	margin:0; padding:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: .5;
	background-color:#fcfcfc
}

#information p{
	margin-bottom:25px;
}


#info_box {
	/*border-bottom:1px solid #eee;
	border-top:1px solid #fff;*/
	width:100%;
	margin:0;
	text-align: center;
}

.info_minbox {
	float:left;
	margin:0 40px 0 0;
}

.info_textbox {
	text-align:left;
	float:left;
	line-height:20px;
	font-size:12px;
}

.info_textbox img {
	margin:0px;
}

.button {
	background: url("img/gloss.png") repeat-x scroll 0 0 #e3e3e3;
    border:solid 1px #AEAEAE;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright:12px;
    -moz-border-radius-bottomleft:12px;
    -moz-border-radius-bottomright:12px;
    -webkit-border-top-left-radius:12px;
    -webkit-border-top-right-radius:12px;
    -webkit-border-bottom-left-radius:12px;
    -webkit-border-bottom-right-radius:12px;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
    border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
	display: block;
    font-size: 14px !important;
    margin: 25px auto;
    text-align: center;
    text-transform: uppercase;
	max-width:280px;
	width:100%;
	height:50px;
	line-height:50px;
	cursor:pointer;
	color:#393939;
}

.about_button {
	border: 1px solid #393939;
	border-radius: 0px;
	background-image:none;
	background-color:#fcfcfc;
	margin:50px auto;
	line-height:50px;
	height:50px;
	padding:0;
	max-width:280px;
	font-size:14px !important;
}

.button:hover {
	text-decoration:none; /*border-bottom: 1px solid #1A2032; padding-bottom:1px;*/ 
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
	background-color:#ccc;
}

.button a {
	text-decoration:none; /*border-bottom: 1px solid #1A2032; padding-bottom:1px;*/ 
	color:#393939;
}

.about_button a {
	text-decoration:none; /*border-bottom: 1px solid #1A2032; padding-bottom:1px;*/ 
	color:#393939;
}

/* =footer
-----------------------------------------------------------------------------*/

#footer {
	padding:0;
	background-color:#232323;
    position: relative;
	color:#999;
	z-index:100;
}

#footer section {
	/*border-bottom:1px solid #111111;
	border-top:1px solid #3C3C3C;*/
	
	border-bottom:1px solid #161616;
    -moz-box-shadow: 0px 1px 0px #303030;
    -webkit-box-shadow: 0px 1px 0px #303030;
    box-shadow: 0px 1px 0px #303030;


	padding:0 20px;
}

.footer_minbox_right {
	float:right !important;
	}

/* =footer googlemaps
-----------------------------------------------------------------------------*/


#googlemaps_triger{ 
	padding:22px 0 18px;
}


#googlemaps_triger h2 {
	letter-spacing:0.15em;
	margin:10px 0 0;
}

#googlemaps_triger img {
	float:right;
}


#googlemaps_triger h2{ 
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.2em;
}


.google_logo {
	text-align:right !important;
	}


.gmaps {
	padding:0;
	background-color:#f9f9f9;
	height:400px
}

#gm {
	height: 400px;
    margin: 80px auto 60px;
    max-width: 1020px;
    padding: 0;
    width: 100%;
}

.location {
	text-align:left;
	margin-bottom:40px;
	}

.location p {
	display: block;
	margin-bottom:10px;
	line-height:20px;}

/* =footer magazine
-----------------------------------------------------------------------------*/
#magazine { 
	padding:30px 0;
	}

#magazine_box h2{ 
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.2em;
}

.Input-box input {
	background-color: #F7F7F7;
    border: medium none;
    display: block;
    float: left;
    height: 30px;
}


.mail-news {
    margin: 0 auto;
    text-align: center;
    width: 100%;}

.Input-name {
	display:block;
	float:left;
    margin: 10px 20px 0 0;
	font-size:14px;
}

.Input-box {
	display:block;
	float:left;
	}

.Input {
    margin: 0;
    width: 100%;
}

.Input-send {
	display:block;
	float:right;
	
}

#bt_send {
	/*background-color: #999;*/
	background: url("img/gloss.png") repeat-x scroll 0 0 #999;
	cursor:pointer;
	border-radius: 9px 9px 9px 9px;
	border:none;
	height:32px;
	width:70px;
	letter-spacing:2px;
	font-family: futura,Century Gothic;
	padding:0 6px 2px 10px;
	}


/* =footer menu
-----------------------------------------------------------------------------*/

#footer_box {
	padding: 60px 0 30px;
	margin:0 auto;
	max-width:1020px;
}

/*#footer h2 {
	letter-spacing:0.15em;
	margin:0 0 0.75em 0;
	font-size:18px;
}

#footer h3 {
	letter-spacing:0.15em;
	margin:0 0 1em;
	font-size:12px;
	line-height:12px;
}*/

.footer_minbox {
	text-align:left !important;
}

#footer_ul {
	width:100%;
	margin:0px auto 30px;
}

#footer_ul li {
	margin:0px 7.5% 6% 0;
}

#footer_ul_contact {
	width:100%;
	margin:0px auto 20px;
}

#footer_ul_contact li{
	line-height:1.75;
}

h4#footer_contact {
	margin:30px 0 1em;
	display:inline-block;}


footer a:link, footer a:visited{
	color:#999;
	border-bottom:none;
}


footer a:hover { 
	-webkit-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
	color:#CD9716;
}

.sosial_bt_twitter {
	height:62px;
	width:62px;
	display:block;
	float:left;
	background: url("img/footer_social_icon.png") no-repeat scroll 0px 0px transparent;
	margin-top:0px;
}

.sosial_bt_fb {
    background: url("img/footer_social_icon.png") no-repeat scroll -58px 0 transparent;
    display: block;
    float: left;
    height: 62px;
    margin-top: 0;
    width: 62px;
}

.sosial_bt_youtube {
	height:62px;
	width:62px;
	display:block;
	float:right;
	background: url("img/footer_social_icon.png") no-repeat scroll -118px 0px transparent;
	margin-top:0px;
}


#res_footer_box {
	background-color: #232323;
    border-bottom: 1px solid #161616;
    border-top: 1px solid #303030;
    color: #999999;
    display: none;
    padding: 22px 20px 18px;
}

#res_footer_box h2{
	font-size:16px !important;
	font-weight:normal;
	letter-spacing:0.2em;
}

#res_footer_box img {
    float: right;
}

#bt_footer_menu {
	cursor:pointer;
}

/* qr */
.footer_ul_qr {
	margin-top:100px !important;
}

.footer_ul_qr li {
	margin:0px!important;
}

.footer_qr {
	line-height:17px;
}

#QRcode {
	max-height: 160px;
    max-width: 100%;
	margin:0 auto;
	display:block;
}


/* =footer res_menu
-----------------------------------------------------------------------------*/

#res_footer_menubox {
	display:none;
	padding: 22px 20px 18px;
}

#res_footer_menubox h2{
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.2em;
}

.bN {
	border:none !important;
}
	
.res_footer_menu_bg {
	background-color:#1c1c1c
}

/* =footer copy
-----------------------------------------------------------------------------*/

.copy_section {
	border-top:solid 1px #303030;
}

#copy { 
	padding:37px 0 35px;
	background-color:#232323
}

#copy h5{ 
	font-size:12px;
	font-weight:normal;
	letter-spacing:0.2em;
	color:#aaa;
}










/*
	
	The Percentage Grid
	
*/

.grid img {
	height:auto;
}
.row {
	overflow:hidden;
}

#news .grid {
	float:left;
	display:inline;
	margin:0 5% 0 0 !important;
}

.grid {
	float:left;
	display:inline;
	margin-left:2%;
	width:49%;
}

.grid1 .grid {
	width:100%;
	margin:0;
}

.grid3 .grid {
	width:30%;
	margin-left:5%;
}
.grid4 .grid {
	width: 23.5%;
}

.grid5 .grid {
	width: 18.25%;

}

.first {
	margin-left:0!important;
}
.last {
	margin-right:0!important;
}