@charset "utf-8";

#main_middle .container-fluid,
.container-fluid #main_middle {
	margin:0 auto;
	padding:0 1%;
}
.cart_page #main,
.registration_page #main,
.mypage #main,
.product_page #main,
#page_user_data #main{
    position: relative;
    max-width: 1440px;
    margin:0 auto;
}
a:hover img,
a:hover img.hoverImg,
#more_btn a:hover,
.more_btn a:hover,
button:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* -------------------------------------
	Common style
---------------------------------------*/

/* header */

header {
	max-width: 96%;
	margin: 0px auto;
}
header h1 {
	margin: 26px 0
}
#head_nav{
	position: absolute;
	top: 0px;
	right: 0px;
}
#head_nav>div{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	margin: 0 0 0 0;
}
#head_nav>div img{
	width:30px;
}
h2#side_logo {
    position: absolute;
    left: 2%;
    top: 10%;
    top: 30%\9;
}
h2#side_logo:not(:target) {
    position: absolute\9;
    left: 2%\9;
    top: 30%\9;
}
header h1#top_logo img{
	width:114px;
}

/* footer */

#footer_bottom {
	background: #333;
	border-bottom: 1px solid #CDCDCD;
	margin: 0 0 0px;
	text-align: center;
	width:100%;
}
#footer_bottom>.inner{
	padding:0 1%;
}
#footer>div.section_int {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 1%;
}
#footer ul.sitemap {
	margin: 46px 90px 46px 0;
}
#footer ul#sitemap01 {
	position: absolute;
	left:1%;
}
#footer ul#sitemap02 {
	position: absolute;
	left: 12.0967%;
}
#footer ul#sitemap03 {
	position: absolute;
	left: 24.1934%;
}
#footer ul.sitemap li {
	text-align: left;
	line-height: 2
}
#footer ul.sitemap li a {
	color: #ccc;
}
#footer img#footrogo {
	margin: 56px 0;
	width:118px;
}
#footer ul#payment {
	position: absolute;
	right: 1%;
	top: 140px;
}
#footer ul#payment>li {
	float: left;
	margin: 0 0 0 14px;
}

/* share */

#share {
	background: #f2f2f2;
	margin: 46px 0 0;
	padding: 34px 0 30px;
	text-align: center;
}
#share>h3 {
	margin: 0 0 16px;
}
#share img {
	margin: 0 0 0 24px;
	width:47px;
}
#share img.first {
	margin: 0 0 0 0px;
}

/* topnav */

nav#topnav {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	margin: 88px 0 0;
	width: 20%;
	display: none;
}
nav#topnav ul li {
	text-align: left;
	font-size: 112.5%;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  /* For IE 5-7 */
}
nav#topnav ul li:first-child {
	border-top: 1px solid #fff;
}
nav#topnav ul li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  /* For IE 5-7 */
}
nav#topnav ul li>a {
	width: 100%;
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 20px 0 20px 20px;
	color: #fff;
}

/* gnav */

#main nav#gnav {
	min-width: 62.5%;
	text-align: center;
}
#main nav#gnav>ul {
	margin: 40px 0;
}
#main nav#gnav>ul>li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-top: 5px solid #dd435b;
	padding: 16px 0 0;
	/*width:276px;*/
	width: 20%;
	margin: 0 0 0 35px;
	font-size: 112.5%;
	font-weight: 600;
	cursor: pointer;
}
#main nav#gnav>ul>li:first-child {
	margin: 0 0 0 0;
}
#main nav#gnav>ul>li>a{
	color: #333;
}

/* -------------------------------------
	top
----------------------------------------*/

/* main_visual */

#main_block{
	max-width: 1240px;
	margin: 0px auto;
}
#main_middle{
	position:relative;
}
#main_middle #main_visual{
	text-align:center;
	width:100%
}
#main_middle #main_visual .section_int {
	position: relative
}
#page_homepage #main_middle h2 {
	position: absolute;
	left: 2%;
	bottom: 0;
}
@media screen and (max-width: 1280px) {
	#main_middle h2{
	display:none;
	}
}

/* int_cnt */

#contents_bottom #int_cnt {
	background: #002418;
	color: #fff;
	text-align: left;
	padding: 0 14% 2%;
}
#contents_bottom #int_cnt>#int {
	position:relative;
}
#contents_bottom #int_cnt>#int>div {
	padding: 4%;
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	background: #d24855;
	position: relative;
	top: 70px;
}
#contents_bottom #int_cnt>#int>div>h3 {
	margin: 30px 0 0 0;
	font-size: 150.0%;
}
#contents_bottom #int_cnt>#int>div>h3>span {
	border-top: 5px solid #fff;
	padding: 6px 0 0 0;
}
#contents_bottom #int_cnt>#int>div>p {
	margin: 60px 0 8px;
	line-height: 2.0;
}
#contents_bottom #int_cnt>#int>div img {
	margin: 0px 20px 20px 0;
	line-height: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
#contents_bottom #int_cnt>#int>p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	margin: 70px 5% 0 5%;
	line-height: 2.0;
	font-size: 112.5%;
	/*max-width:44%;*/
	max-width: 520px;
}
@media screen and (max-width: 820px) {
	#contents_bottom #int_cnt > #int > p{
	position: relative;
	padding: 5% 0 4%;
	}
	#contents_bottom #int_cnt {
	background: #002418;
	color: #fff;
	text-align: left;
	padding: 0 8% 2%;
}
}
@media screen and (max-width: 1100px) {
	#contents_bottom #int_cnt {
	background: #002418;
	color: #fff;
	text-align: left;
	padding: 0 8% 2%;
}
}

/* news */

#contents_bottom #news {
	padding: 40px 0 50px 0;
	background: #f2f2f2;
	margin: 0 auto;
	text-align:center;
}
#contents_bottom #news>div>h3 {
	font-size: 150.0%;
	margin: 80px 0 22px 0;
}
#contents_bottom #news>div>h3>span {
	border-top: 5px solid #000;
	padding: 6px 0 0 0;
}
#contents_bottom #news ul li {
	float: left;
	width: 24%;
	background: #fff;
	line-height: 2.0;
	margin: 0 0 0 1.25%;
}
#contents_bottom #news ul li img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#contents_bottom #news ul li:first-child {
	margin: 0 0 0 0px;
}
#contents_bottom #news ul li p {
	line-height: 1.5;
	min-height: 140px;
	margin: 10px 0;
	max-height: 140px;
	overflow: hidden;
	text-align:left;
    padding: 0 3%;
    color:#333;
}
#contents_bottom #news p.more_btn > a {
    background: #000;
    color: #fff;
    display: inline-block;
	*display: inline;  
	*zoom: 1;
    padding: 20px 30px 20px 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 112.5%;
    margin: 0px 0 0;
}

#news .img_rect{
	overflow: hidden;
	width: 100%;
	padding: 75% 0 0;
	position: relative;
}

/* linkarea */

#linkarea{
	background: #f2f2f2;
}
#linkarea img {
	float: left;
	width: 50%;
}

/* featured */

#featured>h3 {
	font-size: 150.0%;
	margin: 80px 0 22px 0;
	text-align: center;
	background-image: url(../img/common/line02.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 20px 0 0;
}
#featured,
.item_gallery {
	/*max-width: 105.5555%;
	margin: 0 auto;*/
	text-align:center;
}
#featured div>div>img {
	width: 100%;
}
#featured>div>div p,
.item_gallery p.item_price {
	color: #D14954;
	margin: 4px 0 0;
}
#featured>div>div p.item_name,
.item_gallery p.item_name{
	display: inline;
	background-image: url(../img/common/line.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 12px 0 0;
	color: #000;
}
#featured p>a {
	background: #000;
	color: #fff;
	display: inline-block;
	*display: inline;  
	*zoom: 1;  
	padding: 20px 30px 20px 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 112.5%;
	margin: 60px 0 0;
}
#featured .slider>button,
.item_gallery .slider>button{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	background: #000;
	color: #FFF;
	padding: 18px 20px;
	border-radius: 50%;
	font-weight: 600;
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);  /* For IE 5-7 */
	border:none;
	z-index: 100;
}
.slick-prev{
	position: absolute;
	top: 34%;
	left: 0px;
}
.slick-next{
	position: absolute;
	top: 34%;
	right: 0px;
}
*+html #featured .recommend_list_item{
	width:24%;
	float:left;
}

/* relation */

.item_gallery>h4{
	font-size: 150.0%;
	margin: 80px 0 22px 0;
	text-align: center;
	background-image: url(../img/common/line02.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 20px 0 0;
}
.item_gallery ul li.col-sm-2{
	width:20%;
}
/* instagram */

#instagram {
	max-width: 86.111111%;
	margin: 0 auto;
}
#instagram>h3 {
	font-size: 150.0%;
	margin: 80px 0 22px 0;
	text-align:center;
}
#instagram>img {
	margin: 0;
	padding: 0;
	float: left;
}
#instagram hr {
    width: 33px;
    height: 5px;
    background: #000;
    margin: 100px auto -66px;
}

/* -------------------------------------
	item
----------------------------------------*/

/* product_list */

#main #product,
#page_user_data #featured {
	width: 90%;
	margin:0 auto;
	text-align:left;
}
#product .img_rect{
	overflow: hidden;
	width: 100%;
	padding: 80% 0 0;
	position: relative;
}
#main #product img {
	margin: 6px 4px;
	width: 96%;
	position: absolute;
	top: 0;
	left: 0;
}
#main #product>div,
#page_user_data #featured .recommend_list_item{
	width: 48.8%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	margin: 10px 0.4%;
	background-color: #F2F2F2;
	padding: 2% 0 2%;
	text-align: center;
}
#main #product>div p,
#page_user_data #featured .recommend_list_item p{
	float: left;
	font-weight: 800;
	margin:0 0 0 36px;
	letter-spacing: 0.1em;
	color:#333;
	background-image: url(../img/common/line.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 3% 0 0;
}
#main #product>div a,
#page_user_data #featured .recommend_list_item a{
	display:block;
}
#main #product>div p.price,
#page_user_data #featured .recommend_list_item p.price{
	float: right;
	font-weight: 800;
	color:#DD435B;
	margin:0 22px 0 0;
	letter-spacing: 0.1em;
	background-image: none;
}
#main #product_detail{
	padding: 0 4%;
	width: 90%;
	margin: 0 auto;
}
#main #product_detail #item_photo_area img{
	width:100%;
}
#item_detail_area .item_name {
	font-size: 150.0%;
	width: 80%;
	margin: 0 0 14px;
	line-height: 1.2;
	font-weight:600;
}
#item_detail_area .item_detail .sale_price {
    font-size: 125.0%;
}
#item_detail_area .item_detail .btn{
	background-image: url(../img/common/arrow.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	color:#fff;
}
#item_detail_area .item_detail .btn_cart{
	background-color: #D14A54;
	border-color: #D14A54;
}
#item_detail_area .item_detail .btn_info{
	background-color: #2D635F;
	border-color: #2D635F;
}
#item_detail_area .item_detail .cart_area{
	margin:20px 0 0;
}
#item_detail_area .item_detail .cart_area .btn_area{
	margin:30px 0 0;
}
@media screen and (max-width:1100px) {
	.cart_area .classcategory_list li select {
		   width: 100%;
	}
}
/* recommend_list */

#page_user_data #featured #more_btn{
	display:none;
}
#page_user_data #featured > h3{
	margin: 40px 0 22px 0;
}
#page_user_data #featured hr{
	margin: 20px auto -30px;
}
#page_user_data #featured .more_btn{
	display:none;
}
.item_photo{
	overflow: hidden;
	width: 100%;
	padding: 75% 0 0;
	position: relative;
}
.item_photo img {
    width: 100%;
    position: absolute;
	top: 0;
	left: 0;
}

/* -------------------------------------
	company
----------------------------------------*/

/* company_main */

#company #company_main {
	/*max-width: 86.111111%;*/
	position: relative;
	z-index: 1;
	text-align: left;
}
#company #company_main>p {
	font-size: 112.5%;
	margin: 0 4%
}
#company #second {
	text-align: left;
}

#company #second>div {
	position: relative;
	margin: 100px auto 50px;
}
#company #second>div img{
	margin: 0 0 0 12%;
}
#company #second>div>div {
	position: absolute;
	top: 0;
	right: 12%;
	margin: -60px 0 0;
	display: inline-block;
	background: #575A6F;
	background: #575A6F;
	padding: 2%;
	/*width:517px;*/
	width: 35.902%;
	padding: 52px 30px 40px;
}
#company #second>div>div>h2 {
	font-size: 150.0%;
	color: #fff;
	margin: 0 0 60px;
	padding: 30px 10px;
}

#company #second>div>div>h2>span {
	border-top: 5px solid #fff;
	padding: 8px 0 0;
}

#company #second>div>div>P {
	font-size: 87.5%;
	color: #fff;
	line-height: 2.0;
	margin: 60px 0 0;
}
@media screen and (max-width:1100px) {
	#company #second>div img{
		width: 86%;
	}
	#company #second {
		margin: 0 0 0 0%;
		text-align: center;
	}
	#company #second>div {
		position: relative;
		margin: 4% auto 0px;
	}
	#company #second>div img{
		margin: 0 0 0 0%;
	}
	#company #second>div>div {
		position: relative;
		top:0;
		right:0;
		text-align: left;
		width: 100%;
		padding: 2% 2% 2% 2%;
		margin: 2% 0% 0% 0%;
	}
	#company #second>div>div>P {
		max-width: 94%;
		margin: 8% auto 0;
}
}

/* greeting */

#company #greeting {
	background: #002418;
	margin: 0 0 5%;
}
#company #greeting>#company_int {
	margin: 0 auto;
	padding: 2% 10%;
	max-width: 1440px;
}
#company #greeting>#company_int>p {
	text-align: left;
	float: left;
	width: 58.54838%;
	color: #fff;
	line-height: 2.0;
}
#company #greeting>#company_int>div {
	float: right;
	margin: 0 0 0 40px;
	color: #fff;
}
#company #greeting>#company_int>div>p {
	margin: 20px 0 0;
	text-align:center;
}
@media screen and (max-width:1100px) {
	#company #greeting>#company_int>p {
	text-align: left;
	float: left;
	width: 50%;
	color: #fff;
	line-height: 2.0;
	}
	#company #greeting>#company_int>div {
		float: right;
		margin: 3% 0 1%;
		color: #fff;
	}
	#company #greeting>#company_int {
		margin: 0 auto;
		padding: 2% 3%;
		max-width: 1440px;
	}
}

/* shop */

#company #shop {
	background-image: url(../img/company/map.png);
	background-position: left top;
	background-repeat: no-repeat;
	max-width: 70%;
	margin: 0 auto;
	padding: 50px 0;
}
#company #shop>p {
	text-align: left;
	float: right;
	padding: 100px 0;
	line-height: 1.8;
}
#mapField {
	width: 100%;
	height: 500px;
}

/* -------------------------------------
	blog
----------------------------------------*/

/* title */

#tit_container{
	background-color: #002418;
	color:#fff;
	text-align: left;
	padding: 25px 0 60px
}
#tit_container h3{
	display: block;
	max-width:1440px;
	margin: 0 auto;
	padding: 0 1%;
}
#tit_container h3 span{
	border-top:5px solid #D14A54;
	padding: 19px 0 0;
}
.blog_inner{
	margin-top: 6%;
	padding: 0 1% 0 2%;
	width: 90%
}
.blog_inner #left_area{
	width: 65%;
	float: left;
	text-align:center;
}
.blog_inner #left_area div{
	margin: 30px 0 0;
	text-align:left;
}
.blog_inner #left_area a{
	color:#333;
}
.blog_inner #left_area div:first-child{
	margin: 0px 0 0;
}
.blog_inner #left_area img{
	width: 100%;
}
.blog_inner #left_area hr {
	width: 53px;
	height: 5px;
	background: #D14A54;
	margin: 0px 0px 0px;
}
.blog_inner #left_area p{
	margin: 10px 0;
	line-height: 1.5;
}
.blog_inner #left_area h4{
	font-size: 171.4%;
	margin: 20px 0 0;
}
.blog_inner #left_area #pager{
	text-align: center;
	font-size: 0;
	margin: 60px 0 0;
}
.blog_inner #left_area #pager span{
	font-size: 14px;
}
.blog_inner #left_area #pager a{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 1.2% 1.4%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.blog_inner #left_area #pager a.current{
	background-color: #ccc;	
}
.blog_inner #left_area #pager a:first-child{
	border-left:1px solid #ccc;
}
.blog_inner #right_area{
	width: 30%;
	float: right;
}
.blog_inner #right_area h4{
	background-color: #585B70;
	color:#fff;
	padding:10px 0 10px 20px;
}
.blog_inner #right_area div>div{
	padding: 20px 0;
	border-bottom:1px dotted #333;
}
.blog_inner #right_area>div{
	margin: 45px 0 0;
}
.blog_inner #right_area>div:first-child{
	margin:  0;
}
.blog_inner #right_area #topics p{
	text-indent:1em;
}
.blog_inner #right_area #topics p.date{
	background-image: url(../img/blog/date.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	text-indent:0;
}
#blog_detail #left_area h4{
	border-bottom: 1px dotted #333;
	margin: 20px 0 20px;
	padding: 0 0 10px;
}
#blog_detail #left_area p{
	margin: 20px 0 0;
}
#blog_detail #left_area #page_nav{
	margin: 90px 0 0;
}
#blog_detail #left_area #page_nav .prev{
	float:left;
}
#blog_detail #left_area #page_nav .next{
	float:right;
}
.blog_inner #left_area p#more_btn > a {
    background: #000;
    color: #fff;
    display: inline-block;
	*display: inline;  
	*zoom: 1;
    padding: 30px 22px 30px 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 112.5%;
    margin: 60px 0 0;
}

/* -------------------------------------
	balnds
----------------------------------------*/

#brandlist .inner dl#brands{
	width:100%;
	padding: 0 10%;
	margin: 2% 0 6%;
}
#brandlist .inner dl#brands dt{
	float:left;
	clear:left;
	width:25%;
	margin:2% 0;
}
#brandlist .inner dl#brands dd{
	float:left;
	width:75%;
	margin:2% 0;
}

/* -------------------------------------
	pagetop
----------------------------------------*/

#page-top {
	position: fixed;
	bottom: 60px;
	right: 30px;
	font-size: 77%;
	z-index:1000;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	padding: 14px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	opacity:0.8;
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  /* For IE 5-7 */
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}