@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);*/
/*********************************

	共通

**********************************/

html,body{
	height:100%;
}

body{
	font-size:12px;
	color:#999999;
	font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",メイリオ,Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	font-weight:100;
}
body  {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #fff;
}
a {
	text-decoration:none;
	/*color:#cccccc; */
	color:#555555;
}


strong {
	font-weight:bold;
}

table.contents_table{
	min-width:980px;
	width:100%;

}
td.center_contents{
	min-width:980px;
	width:88.2%;
	/*width:86.4%;*/
}
table.contents_table{
	min-width:980px;

}
td.center_contents{
	min-width:980px;
}


td.side_margin{
	width:5.8%;
	/*width:6.7%;*/
	min-width:30px;
	background:#ffffff;
}
#footer{
	height:63px;
	position:relative;
	z-index:100;
	background:#ffffff;
	line-height:63px;
	min-width:980px;
	width:100%;
	font-size:13px;
	font-family: "Martel Sans","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",メイリオ,Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	font-weight: 300;
	font-style: normal;
	color:#909090 !important;
	letter-spacing: 0.085em;
}
.home #footer{
	min-width:980px;
}
#change_language a{
	color:#909090;
}
#change_language a:hover{
	color:#cccccc !important;
}
#return_top{
	float:right;
}
#return_top:after{
	content:" ";
	width:45px;
	height:45px;
	margin:-15px 0 0 -15px;
	display:block;
}
#wrapper{
	min-width:980px;
	width:100%;
}
.home #wrapper{
	min-width:980px;
}
#main {
	position: relative;
	z-index: 30;
	padding-top:99px;
}
.about #main{
	padding-top:177px;
}
.contact #main,
.page-template-shipping_buy-php #main,
.page-template-condition_privacy-php #main{
	padding-top:173px;
}
#cover{
	height:100%;
	width:100%;
	position:fixed;
	z-index:20000;
	background:#ffffff;
	top:0;
	left:0;
}
.cover{
	width:100%;
	position:absolute;
	z-index:2000;
	background:#ffffff;
	top:0;
	left:0;
	cursor:pointer;
}
#wrapper{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;

}

input[type="text"],
input[type="password"],
textarea,
select ,a{
    outline:none;
    -webkit-appearance: none;
    border-radius:0;
    -webkit-border-radius:0;
}
.clear:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* img{
	-webkit-box-shadow: 0 2px 4px #777;
	-moz-box-shadow: 0 2px 4px #777;
	box-shadow: 0 2px 4px #777;
	behavior: url(PIE.htc);
} */
/*********************************

	ヘッダまわり

**********************************/

#header{
	position:fixed;
	padding-top:41px;
	height:63px;
	overflow:hidden;
	background:#ffffff;
	z-index: 5000;
	min-width:980px;
	width:100%;
}
.home #header{
	min-width:980px;
}
#header h1{
	margin-left:0px;
	/*width: 500px;*/
	height: 20px;
	line-height: 15px;
	float: left;
	font-weight:normal;
	letter-spacing: 4.2px;
	border-right:none;
	margin-top: -4px;
}
.en #header h1{
	font-weight:normal;
	line-height: 0px;
	letter-spacing: 4px;
	width:360px;
    margin-top: -1px;
}
#header h1 a{
	font-weight: 100;/*20151216追記*/
	color:#909090 !important;
	font-size:0px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",  "メイリオ", Meiryo, serif;
}
#header h1 a:hover{
	color:#cccccc !important;
	opacity:0.48;
	-moz-opacity: 0.48;
	filter:alpha(opacity=48);
}
#header h1 img{
	padding-top:0px;
}
/* #header_content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} */
#header_content{
	position:relative;
}
#menu{
	overflow:hidden;
	float:right;
	padding-left:0px;
	font-weight:500;
	letter-spacing: 1px;
	margin: 0 0px 0 -12px;
}
#menu a{
	font-size:13px;
	color: #909090 !important;
	font-family: "Martel Sans";
	font-weight:normal;
	letter-spacing: 0.085em;
}
#menu a:hover{
	color: #dddddd !important;
}

#menu li.parent_cat{
	float:left;
	margin:0 0 20px 37px;
	line-height: 13px;
}

#menu li ul{
	padding-top:0px;
	margin-top:-1px;
	display:none;
}
#menu li ul li{
	float:none;
	padding:10px 28px 0px 0;
	line-height:100%;
	height:1em;
}
#menu_button{
	display:none;
}
/**
*	for safari
*/
 body.safari ul.children{
	display:block !important;
	opacity:0 !important;
	-webkit-transition-property:all;
	-webkit-transition-duration:0.75s;
	-webkit-transition-timing-function:linear;
	transition-property:all;
	transition-duration:1s;
	transition-timing-function:linear;
}
body.safari ul.children.fade{
	display:block !important;
	opacity:1 !important;
}



#search_box,
#sp_search_box {
	right: 0;
	position:absolute;
	top:35px;
	height:20px;
	width:141px;
	border:1px solid #dddddd;
	display:none;
}
#sp_search_box {
	right:auto;
	left:38px;
	top:-20px;
	position:relative;
	width:245px;
	z-index:10000;
}
#search_box .btn,
#sp_search_box .btn{
	margin:2px 6px 0 0;
	float:right;
	height:17px;
	width:17px;
	line-height:17px;
	display:block;
	zoom:1;
	color: #cccccc;
	font-size:10px;
	letter-spacing:1px;
	overflow:hidden;
}
#search_box input,
#sp_search_box input{
	border:0;
	height:16px;
	width:108px;
	background:none;
	float:left;
	-webkit-appearance: none;
	color:#777777;
	padding-left:5px;
}
#sp_search_box input{
	width:188px;
}


/*********************************

	トップページ

**********************************/

#slide_show{
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
}
img.bgimage{
	display:none;
	padding-top:15px;
}

/* #bgview
--------------------------- */
#bgview {
	top: 50px;
	left: 0;
	position: fixed;
	z-index: 0;
	min-width:920px;
}
*html #bgview {position: absolute;}

#bgview img {
	width: 100%;
}


/*********************************

	ギャラリー

**********************************/

#art_list{
	margin-top:76px;

}
#art_list li{
	margin-bottom:66px;
	position:relative;
}
#art_list li img{
	position:relative;
	margin-right:10px;
}
#art_list .art_title{
	margin-bottom:16px;
	font-family: "Martel Sans";
	font-weight:normal;
}
#art_list .art_title strong {
	color:#595959;
}
#art_list .article_raw{
	position:relative;
}
#art_list .img_raw,
#art_list .img_raw_wrapper{
	height: 80px;

}
#art_list .img_raw_wrapper{
	height: 80px;
	overflow:hidden;
	position:relative;
}
#art_list li .left,
#art_list li .right{
	display:block;
	position:absolute;
	bottom:0;
	width:35px;
	height:80px;
}
#art_list li .left{
	left:-35px;
	background:url(/common/images/left.gif) center center no-repeat;
}
#art_list li .right{
	right:-35px;
	background:url(/common/images/right.gif) center center no-repeat;
}

.gallery_img_block{
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	text-align:center;
	background:#ffffff;
}
.gallery_img_block img.title_img{
	position:absolute;
	top:50%;
	left:50%;
	margin: -250px 0 0 -450px;
}
.posi_w .top,
.posi_w .bottom{
	width:100%;

	left:0;
	min-height:50px;
	position:absolute;
	z-index:500;
	background:#ffffff;
}
.posi_w .top{
	top:0;
}
.posi_w .bottom{
	bottom:0px;
}
.posi_w img{
	z-index:200;
	position:absolute;
	left:0;
	cursor:pointer;
}

.posi_h img{
	/*margin-left:-75px;*/
	cursor:pointer;
}
#controler{
	height:100%;
	width:100%;
	position:absolute;
	z-index:400;
	top:0;
	left:0;
}
#cover .close{
	background:url(/common/images/close.gif) center center no-repeat;
	width:50px;
	height:50px;
	display:block;
	position:absolute;
	z-index:10000;
	top:-0.5px;
	right:24.5px;
}
#cover .gallery_navi{
	position:absolute;
	z-index:500;
	bottom:17px;
	right:26px;
	width:47px;
	height:15px;
}
#cover .gallery_navi a{
	width:15px;
	height:15px;
	display:block;
	background:url(/common/images/gallery_navi.png) no-repeat;

}
#cover .gallery_navi a:after{
	content:" ";
	width:45px;
	height:45px;
	display:block;
	margin:-15px 0 0 -15px;
}
#cover .gallery_navi a.prev{
	float:left;
	display:none;
	background-position: 0px 0px;
}
#cover .gallery_navi a.next{
	float:right;
	background-position: -15px 0px;
}

 #cover img{
/* 	-webkit-box-shadow: 0 2px 4px #777;
	-moz-box-shadow: 0 2px 4px #777;
	box-shadow: 0 2px 4px #777;
	behavior: url(PIE.htc);
	position:relative;
	overflow:hidden;
	margin:0 auto; */
}

/*********************************

	記事共通

**********************************/
#container{
	padding-top:17px;
}
.article_block{
	padding:0 0px 130px 0px;
	clear:both;
}
.article_block p{
	margin-bottom:20px;
}

.article_block img{
	line-height:100%;
	font-size:0;
}

#pager{
	width:200px;
	margin:0 auto;
	text-align:center;
}
#pager a#prev{
	float:left;
}
#pager a#next{
	float:right;
	text-align:right;
}
#pager #page_nation{
}
/*********************************

	News / Profile

**********************************/
.category-news #container,
.category-news-en #container{
	padding-top:104px;
}
.news_block,
.profile_block{
	line-height:190%;
	width:920px;
	padding-right:0;
	margin:0 auto;
	padding:0 0px 100px 0px;
	margin-bottom:65px;
	border-bottom:1px solid #dddddd;
}

.news_images,
.profile_images{
	width: 420px;
	float:left;
	margin-left:0px;
	padding-right:30px;
}

.news_images img,
.profile_images img{
	width: 420px;
	padding-bottom:22px;
	display:block;
}
.profile_images img{
	width: 310px;
	margin:0 auto;
	padding-bottom:22px;
}

.news_images object,
.profile_images object{
	display:none;
}

.news_detail,
.profile_detail{
	width:440px;
	float:left;
	padding:1px 0px 0 30px;
	margin-top: -5px;
}

.news_detail .date,
.profile_detail .date{
	font-size:9px;
	margin-bottom:35px;
	letter-spacing:1px;
}

.news_detail h2.news_title,
.profile_detail h2.profile_title{
	font-size:16px;
	margin-bottom:1px;
	letter-spacing:1px;
	/* color:#666666; */
}
.profile_detail h2.profile_title{
	padding-bottom:30px;
}
.mov{
	color:#ffffff;
	margin-bottom: 22px;
}
.mov_block{
	width:420px;
	margin-bottom: 22px;
	position:relative;
}
.mov_thumb,
a.mov_thumb_cover{
	width:420px;
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:10;
}
a.mov_thumb_cover{
	background:#ffffff;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index:20;
}
/*********************************

	Shop

**********************************/

.shop #container{
	padding-top:101px;
}
.product_block{
	line-height:170%;
	width:920px;
	margin:0 auto;
	padding:0 0px 100px 0px;
	margin-bottom:65px;
	border-bottom:1px solid #dddddd;
}

.product_main_image{
	width: 420px;
	float:left;
	text-align:right;
	position:relative;
	padding-right:30px;
}
.product_main_image .main_image{
	height:315px;
	width:420px;
	overflow:hidden;
}
.product_detail{
	height:420px;
	width:440px;
	float:right;
	padding-left:30px;
	position:relative;
}
h2.product_name{
	font-size:18px;
	margin-bottom:20px;
	color:#666666;
	letter-spacing:1px;
	line-height: 28px;
}
.price{
	font-size:12px;
	margin-bottom:23px;
}
.product_description{
	font-size:11px;
}
.buy{
	position:absolute;
	top: 340px;
	width:435px;
}
.buy input[type=image]{
	float: right;
}
.buy table{
	float:left;
	margin-right:20px;
}
.buy table tr{
		float:left;
}
.buy td,.buy td option{
	line-height:25px;
	font-size:10px;
	padding-right:5px;
}
.util{
	line-height:180%;
	font-size:10px;
	position:absolute;
	padding-bottom:30px;
	top: 366px;
	width:435px;
}
.util.en{
	top: 336px;
}
.util .en{
	float:right;
	padding-top:8px;
}
.thumbnails{
	margin:17px 0 0 -10px;
}
.thumbnails:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.thumbnails a{
	height:57px;
	width:76px;
	display:block;
	float:left;
	text-align:center;
	margin:10px 0 0 10px;
	overflow:hidden;
}

/*********************************

	Media

**********************************/

#media_list{
	width:870px;
	margin:0 auto;
}

#media_list li{
	float:left;
	width:290px;
	height:320px;
	float:left;
	margin:0;
	text-align:left;
}

#media_list li img{
	display:block;
	margin:0 auto 12px;
	border: 1px solid #ebebeb;
}

#media_list li .media_desc{
	line-height:154%;
	font-size:12px;
	padding-left: 63px;
}

/*********************************

	Profile

**********************************/
#profile_contents{
	width:920px;
	margin:0 auto;
}
#profile_img {
	float:left;
	width:440px;
	text-align:right;
}
#profile_img img{
	width:310px;
	height:355px;
}
#profile_content{
	overflow:hidden;
	padding-left:40px;
	width:440px;
	line-height:180%;
}

#profile_content .profile_block{
	margin-bottom:105px;
}

#profile_content .profile_block h2{
	font-size:18px;
	margin-bottom:25px;
	letter-spacing:1px;
}

#profile_content .profile_block p{
	margin-bottom:25px;
}

#profile_content .profile_block li{
	margin-bottom:10px;
}

/*********************************

	Contact

**********************************/
#contact_form {
	display:block;
	margin:0 auto 150px;
	width:550px;
}
#contact_form label{
	display:block;
	margin-bottom:10px;
}
#contact_form table{
	margin:53px 0 45px 0 ;
}
#contact_form table td{
	padding:0 0 15px 0;
	position:relative;
}
#contact_form table td input,
#contact_form  textarea{
	border:1px solid #999999;
}
#contact_form table td.field_name{
	text-align:left;
}
#contact_form table td.input_field{
	padding-left:16px;
}
#contact_form table td .company,
#contact_form table td .name{
	width:224px;
}
#contact_form table td .address{
	width:403px;
}
#contact_form table td .tel{
	width:130px;
}
#contact_form table td .mail{
	width:250px;
}
#contact_form table td .mail_check{
	width:250px;
}

#contact_form table td .atn{
	padding-right:10px;
	background:url(/common/images/asterisk.png) right 3px no-repeat;
}
#contact_form textarea.query,
#contact_form span.query{
	width:540px;
	height:180px;
	margin-bottom:5px;
	display:block;
	clear:both;
	overflow:auto;
}
#contact_form .input_atn{
	color:#999999;
}
#contact_form .query_title{
	margin-bottom:10px;
	padding:0 10px 0 0;
	float:left;
	position:relative;
	background:url(/common/images/asterisk.png) right 0px no-repeat;
}
#contact_form p{
	margin-bottom:25px;
	line-height:202%;
}
#send_proc{
	float:right;
}
#contact_form  .input_atn{
	clear:both;
	margin-top:-30px;
}
#contact_form .cr{
	font-size:10px;
}
#contact_form .attention{
	color:#ff0000;
	font-weight:bold;
	position:absolute;
	right:-13px;
}
#contact_form .query_title .attention{
	left:-7px;
}

/*********************************

	Job

**********************************/

#job_content{
	overflow:hidden;
	padding:0px 0 160px;
	margin:0 auto;
	width:620px;
	line-height:175%;
}


#job_content h2{
	font-size:14px;
	margin-bottom:15px;
	color:#666666;
}

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

#job_content li{
	margin-bottom:10px;
}

/*********************************

	Shop Util

**********************************/

.buy_shippping_content{
	width:910px;
}
#buying_content{
	float:left;
	width:387px;
	margin:0 67px 150px;
}

#shipping_content{
	float:left;
	width:387px;
}
#shipping_content p,
#buying_content p{
	line-height:180%;
	margin-bottom:20px;
}
#buying_content a{
	display:block;
	width:145px;
	height:28px;
	margin-top:10px;
	background:#b2b2b2;
	text-align:center;
	line-height:28px;
	color:#ffffff;
}

#buying_content a:hover{
	background:#cccccc;
}

#conditions_content {
	width:620px;
	margin:0 auto 150px;

 }
#conditions_content h2{
	font-size:14px;
	margin-bottom:15px;
	color:#666666;
	font-weight:bold;
}
#conditions_content p{
	line-height:180%;
	margin-bottom:80px;
}
#sp_menu{
	display:none;
}
@media screen and (max-width: 480px){
	html, body{
	    overflow-y: auto;
	    font-size: 9px;
	}
	#header h1 {
	    line-height: 11px;
	    width: 239px;
	}
	#header h1 a{
		font-size:17px;
	}
	#header {
	    padding-top: 20px;
		z-index: 10000;
	}

	table.contents_table,
	.home table.contents_table{
		min-width:100%;
		table-layout: fixed;
	}
	td.side_margin {
	    width: 20px;
       min-width: 20px;
	}
	td.center_contents{
		min-width:86.4%;
	}
	#wrapper,
	.home #wrapper{
		width: 100%;
		min-width:100%;
		overflow-y: auto;
		  -webkit-overflow-scrolling: touch;
	}

	#header,
	.home #header{
		min-width:100%;
		width: 100%;
		height: 33px;
	}
	#header h1{
		margin-top:-1px;
	}
	#header h1 img {
	    width: 223px;
	}
	.en #header h1 img {
	    width: 232px;
	}
	#header_content {
		width: 86.4%;
	}
	#footer,
	.home #footer{
		min-width:100%;
		font-size:125%;
	}

	img.bgimage{
		padding-top:0px;
	}

	#menu {
		display:none;
	}
	#sp_menu{
		display:block;
		position:fixed;
		right:-100%;
		top:0;
		width:100%;
		z-index:6000;
		height:100%;
		background:#ffffff;
		padding-bottom:100px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	#sp_menu #sp_menu_inner {
	    width:100%;
	    overflow: visible;
	    padding-left: 0px;
	    font-weight: 500;
	    letter-spacing: 1px;
	    transition: all 0.4s;
	    -webkit-transition: all 0.4s;
	    -moz-transition: all 0.4s;
		opacity:0;
	}
	#sp_menu.open #sp_menu_inner{
		opacity: 1;
	}
	#menu_button {
	    display: block;
	    width: 47px;
	    height:45px;
	    position: fixed;
	    top: 10px;
	    right: 10px;
	    z-index: 10002;
	}
	#menu_button span {
	    display: block;
	    background: #565656;
	    width: 28px;
	    height: 3px;
	    position: absolute;
	    left: 10px;
	    transition: all 0.4s;
	    -webkit-transition: all 0.4s;
	    -moz-transition: all 0.4s;
	}
	#menu_button span:first-child {
	    top: 10px;
	}
	#menu_button span:nth-child(2) {
	    margin-top: -2px;
	    top: 50%;
	}
	#menu_button span:last-child {
	    bottom: 10px;
	}
	#menu_button.active span:first-child {
	    -webkit-transform: translateY(8px) rotate(46deg);
	    -moz-transform: translateY(8px) rotate(46deg);
	    -ms-transform: translateY(8px) rotate(46deg);
	    transform: translateY(8px) rotate(46deg);
	    /*background-color:#cccccc;*/
	}
	#menu_button.active span:nth-child(2) {
	    opacity: 0;
	}
	#menu_button.active span:last-child {
	    -webkit-transform: translateY(-14px) rotate(-46deg);
	    -moz-transform: translateY(-14px) rotate(-46deg);
	    -ms-transform: translateY(-14px) rotate(-46deg);
	    transform: translateY(-14px) rotate(-46deg);
	    /*background-color:#cccccc;*/
	}
	#sp_menu_inner{
		margin:83px 0 0 38px;
	}
	#sp_menu_inner a{
		font-size:13px;
		color:#666666;
		font-weight:normal;
		display:block;
		width:135px;
		position:relative;
		margin-bottom:33px;
		font-family: "Martel Sans";
	}

	#sp_menu_inner .parent_cat{
		position:relative;
		width:135px;
	}
	#sp_menu_inner .parent_cat > a{
		transition: color 1s;
	    -webkit-transition: color 1s;
	    -moz-transition: color 1s;
	}
	#sp_menu_inner .parent_cat > a.menu_active {
		color:#cccccc;
	}
	#sp_menu_inner ul li ul{
		position:absolute;
		left:1000px;
		top:0;
		opacity:0;
		transition: opacity 1s;
	    -webkit-transition: -webkit-opacity 1s;
	    -moz-transition: -moz-opacity 1s;
	}
	#sp_menu_inner ul li ul.view{
		opacity:1;
	}
	#main{
		width:100%;
		overflow: hidden;
	}

	.news_block, .profile_block {
	    width: 100%;
	    min-width:100%;
	    padding: 0 0px 34px 0px;
	    margin-bottom: 32px;
	    border-bottom: 0;
	}
	.news_images, .profile_images {
	    width: 100%;
	    min-width:100%;
	    float: none;
	    padding-right: 0px;
	}
	.news_block img, .profile_block img{
	    width: 100%;
	    min-width:100%;
	    height: auto;
	}
	.profile_images img{
		 width: 48%;
	    min-width:48%;
	    margin:0 auto;
	}
	.news_detail, .profile_detail {
	    width: 100%;
	    min-width:100%;
	    float: left;
	    padding: 22px 0px 0 0px;
	    margin-top: 0px;
	}
	.profile_detail {
	    padding: 35px 0px 0 0px;
	}
	.category-news #container, .category-news-en #container {
	    padding-top: 0px;
	}

	.about #main {
	    padding-top: 65px;
	}

	#job_content {
	    width: 100%;
	}

	.contact #main, .page-template-shipping_buy-php #main, .page-template-condition_privacy-php #main {
	    padding-top: 50px;
	}
	#contact_form {
	    display: block;
	    margin: 0 auto 150px;
	    width: 100%;
	}
	#contact_form table td .company, #contact_form table td .name {
	    width: 95px;
	}
	#contact_form table td .address {
	    width: 198px;
	}
	#contact_form table td .tel {
	    width: 40px;
	}
	#contact_form table td .mail,
	#contact_form table td .mail_check{
	    width: 109px;
	}
	#contact_form textarea.query, #contact_form span.query {
	    width: 98%;
	}
	#media_list {
	    width: 100%;
	}
	#media_list li .media_desc {
	    font-size: 6px;
	    padding-left: 0px;
	    width:59%;
	    margin:0 auto;
	    line-height:10px;
	    letter-spacing:-0.05em;
	}
	#media_list li {
	    width: 50%;
	}
	#media_list li img {
	    width: auto;
	    height: 68.75%;
	    margin: 0 auto 4px;
	}

	.product_block {
	    line-height: 170%;
	    width: 100%;
	    margin: 0 auto;
	    padding: 0 0px 30px 0px;
	    margin-bottom: 20px;
	    border-bottom: 0;
	}
	.product_main_image {
	    width: 100%;
	    float: none;
	    text-align: let;
	    padding-right: 0px;
	    padding-bottom:20px;
	}
	.product_detail {
	    height: auto;
	    width: 100%;
	    float: none;
	    padding-left: 0px;
	    position: relative;
	}
	.shop #container {
	    padding-top: 0px;
	}
	.product_main_image .main_image {
	    height: auto;
	    width: 100%;
	    overflow: hidden;
	}
	.product_main_image img{
	    width: 100%;
	    height: auto;
	}

	.thumbnails a {
	 	height: auto;
		width: 18%;
	    margin: 10px 0 0 5px;
	}
	.thumbnails a:first-child{
		margin: 10px 0 0 0px;
	}
	h2.product_name {
	    font-size: 11px;
	    line-height: 17px;
	}
	.price {
	    font-size: 6px;
	}
	.product_description {
	    font-size: 6px;
	}
	.buy {
	    position: relative;
	    top: auto;
	    width: 100%;
	    height: auto;
	}
	.util {
	    font-size: 6px;
	    position: relative;
	    padding-bottom: 30px;
	    top: auto;
	    overflow: hidden;
	    width: 100%;
	}

	#art_list {
	    margin-top: -24px;
	}
	#art_list .img_raw_wrapper {
	    height: 80px;
	    overflow: hidden;
	    overflow-x:auto;
	    position: relative;
	    width: 100%;
	    padding-right: 23px;
		-webkit-overflow-scrolling: touch;
	}
	.gallery_img_block img.title_img {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    margin: -89px 0 0 0;
	    width: 100%;
	    height: auto;
	}
	.cover {
    	width: 130%;
    }
	#cover .close {
	    right: 0px;
	}
	#cover .gallery_navi {
	    right: 18px;
	    width: 91%;
	    bottom:20px;
	}
}
