@charset "utf-8";

/* LEFT SIDE */
#left_side_concept {
	float: left;
	padding-top: 10px;
	width: 475px;
}

/* LEFT SIDE */
#left_side {
	float: left;
	padding-top: 10px;
	width: 450px;
	border-right: 1px solid #989898;
}

/* PHOTO LAYOUT */
ul.photo {
	clear: both;
	margin: 0;
	padding-top: 10px;
}

ul.photo li {
float: left;
margin-bottom: 1px;
margin-right: 1px;
line-height: 0;
}

ul.photo li.last {
margin: 0;
margin-bottom: 1px;
line-height: 0;
}
#lease_space {
	margin-top: 10px;
	width: 100%;
	height: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #9A9A9A;
	clear: left;
}

#left_side_concept {
	padding-top: 5px;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	width: 950px;
}

@font-face {
    font-family: 'icomoon';
    src:    url('../../fonts/icomoon.eot?143zqi');
    src:    url('../../fonts/icomoon.eot?143zqi#iefix') format('embedded-opentype'),
        url('../../fonts/icomoon.ttf?143zqi') format('truetype'),
        url('../../fonts/icomoon.woff?143zqi') format('woff'),
        url('../../fonts/icomoon.svg?143zqi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-fb:before {
    content: "\e900";
}
.icon-instagram:before {
    content: "\e901";
}

a.sns_fb {
	color : #999;
	text-decoration : none;
	font-size : x-large;
	float: right;
	margin-bottom: 20px;
}
a:hover.sns_fb {
	color : #29579C;
}

a.sns_in {
	color : #999;
	text-decoration : none;
	font-size : x-large;
	float: right;
	margin-right: 5px;
	margin-bottom: 20px;
}
a:hover.sns_in {
	color : #00679D;
	margin-right: 5px;
}
