/* Common */

body {
	font-size: 14px;
}

img {
    width: 100%;
    height: auto;
}

.section {
    padding: 52px 0;
    clear: both;
    border-bottom: solid 1px #DDD;
}

.inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
}

.clear {
    clear: both;
}

/* Header */

#header {
	padding: 40px 0px;
}

#header .inner {
    position: relative;
    height: 70px;
    max-width: 90%;
}

#home_slide .inner {
    max-width: 90%;
}

#slide_photo  {
    height: 600px;
    background: url(../images/slide_01.jpg) no-repeat center bottom / cover;
}

#header_logo {
    width: 100px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -50px;
}

.menu {
	line-height: 36px;
	margin-top: 17px;
}

.menu li {
	float: left;
}

#menu_global {
	float: left;
}

#menu_global li {
	margin-right: 30px;
	font-size: 1.1em;
}

#menu_ec {
	float: right;
}

#menu_ec li {
	margin-left: 30px;
}

#home_slide {
    margin-bottom: 80px;
    text-align: center;
    border-bottom: none;
    padding: 0;
}

.item {
    float: left;
    font-size: 0.85em;
    width: 23.2%;
    margin-right: 2.4%;
}

.item:nth-of-type(4n) {
    margin-right: 0;
}

.item:nth-of-type(4n+1) {
    clear: both;
}

.item_name {
    margin-top: 15px;
}

.item_price {
    margin-top: 20px; 
    color: #d3d3d3;
    margin-bottom: 50px
}

.home_moreitems {
    position: relative;
    background-color: #f8f8ff;
    height: 40px;
}

.moreitems {
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f8f8ff;
    color: #333;
    font-size: 0.8em;
}

.introduce_shop_left {
    float: left;
    width: 45%;
}

.introduce_shop_right {
    width: 50%;
    float: right;
}

.introduction {
    font-size: 0.85em;
}

.middlelogo {
    width: 30%;
    margin-bottom: 50px;
}

.introduction. {
    font-size: 0.7em;
}

.section_header {
    margin-bottom: 50px;
}

.section_title {
    float: left;
}

.section_more {
    float: right;
}

.line {
    margin-top: 50px;
    margin-bottom: 50px;
}
    
.journal_contents {
    float: left;
    width: 48%;
}

.journal_contents:nth-of-type(2n) {
    float: right;
}

.journal_space_columns {
    clear: both;
}

.journal_name {
    float: left;
}

.journal_type {
    float: right;
    color: #888;
}

.journal_title {
    clear: both;
    float: left;  
}

.journal_date {
    float: right;
    color: #888;
}

.journal_photo {
    margin-bottom: 15px
}

.new_item {
    float: left;
    font-size: 0.85em;
    width: 23.2%;
    margin-right: 2.4%;
}

.new_item:nth-of-type(4n) {
    margin-right: 0;
}

.new_item:nth-of-type(4n+1) {
    clear: both;
}

.introduce_bland_title {
    float: left;
}

.introduce_bland_select {
    float: right;
}

.bland_artist_1st_step li {
    float: left;
    margin-right: 100px;
}

#footer_guide.section {
    border-bottom: none;
    padding: 30px 0;
}

#menu_bland_artists li {
    float: left;
    width: 200px;
    margin-right: 15px;
    margin-bottom: 15px;
	font-size: 0.9em;
}

#menu_bland_artists li:nth-of-type(3n+1) {
    clear: both;
}

.footer_guide_contents {
    position: relative;
    float: left;
    left: 50%;
}

.footer_guide_contents li {
    float: left;
    position: relative;
    left: -50%;
    margin-right: 18px;
    margin-left: 18px;
    font-size: 0.85em;
}

#footer_contact {
    background-color: #f8f8ff;
    border-bottom: none;
}

.footer_culumn {
    float: left;
    margin-right: 50px;
    margin-bottom: 70px;
    font-size: 0.85em;
}

.footer_culumn h3 {
    font-size: 1.3em;
}

.footer_culumn:nth-of-type(4n) {
    float: right;
    margin-right: 0;
}

#footer_menu {
    margin-bottom: 40px;
}

.footer_shoes li {
    float: left;
    margin-right: 50px;
}

#footer_designer {
    float: right;
}
