@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #000;
    font-family: 'MS PGothic', sans-serif, serif;
    background-color: #fff;
    font-size: 72.5%;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

div#header_navi ul li a, 
div#header_navi ul li a:link, 
div#header_navi ul li a:active, 
div#header_navi ul li a:visited {
	font-size:13px;
}

select {
    border: solid 1px #ccc;
}

/*写真*/
.picture {
    border: 1px solid #ccc;
}
.image1 {
    margin: 10px 0px;
    border: 1px solid #ccc;
}
.image2 {
    margin: 10px 0px;
}


/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 1100px;
    text-align: center;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0 30px 0;
    width: 1100px;
    background: #fff;
    text-align: left;
}


/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */
#topcolumn ,
#bottomcolumn ,
#footerbottomcolumn {
    margin: 0 auto;
    padding: 15px;
    background: #fff;
    text-align: left;
}

/* 中央カラム */
.main_column {
    padding: 10px 0 20px;
}

/* サイドカラム */
#leftcolumn {
    float: left;
    width: 200px;
}
#rightcolumn {
    float: right;
    width: 200px;
}

/* 1カラム設定 */
#one_maincolumn {
    margin: 0 auto;
    width: 80%;
}

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    padding-left: 1.5%;
    float: left;
    width: 78%;
}

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
    padding-right: 1.5%;
    width: 78%;
    float: right;
}

/* 3カラム設定 */
#three_maincolumn {
    padding-left:0;
    width: 700px;
    float: left;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* リンク指定
----------------------------------------------- */
/* main_column 内では青、それ以外では黒く表示する */

a, a:link, a:active, a:visited {
	color: #000000;
    text-decoration: none;
}
a:hover {
	color: #f60;
    text-decoration: underline;
}

.main_column a, .main_column a:link, .main_column a:active, .main_column a:visited {
	color: #0000ff;
}
.main_column a:hover {
	color: #f60;
}



/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    color: #f00;
    font-size: 100%;
    font-weight: bold;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}


/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
input[type='text'] ,
input[type='password'] ,
.select {
    border: solid 1px #ccc;
    padding: 2px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px;
}

.ng_top {
    margin-bottom: 0 !important;
}


/* タイトル
----------------------------------------------- */
h2.title {
    margin-bottom: 10px;
    padding: 8px;
    border-top: solid 1px #ebeced;
    color: #f60;
    background: url("../img/background/bg_tit_sub_01.jpg") repeat-x left bottom;
    background-color: #fef3d8;
    font-size: 170%;
}

#one_maincolumn .sub_area h3 ,
#two_maincolumn_right .sub_area h3 ,
#two_maincolumn_left .sub_area h3 ,
#three_maincolumn .sub_area h3 ,
#undercolumn_login .login_area h3 ,
#undercolumn_shopping h3 ,
#mypagecolumn h3 ,
#undercolumn_cart h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    color: #f60;
    background: url("../img/background/line_01.gif") repeat-x left bottom;
    font-size: 120%;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    min-height: 90px;
    background-color: #98bffa;
}
#header {
    margin: auto;
}
#logo_area {
　　width: 250px;
　　float:left;
　　padding-left: 10px;
    padding-top: 14px;
}

#header_utility {
    float: right;
    width: 495px;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}


/* ロゴ
----------------------------------------------- */
#site_description {
    font-size: 90%;
}
#logo_area h1 {
    width: 378px;
    height: 33px;
}
#logo_area h1 span {
    display: none; /* テキストロゴ非表示 */
}


/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    float: right;
    width: 665px;
    height: 20px;
    background: url("../img/background/guide.png")
}
div#header_navi ul {
    margin: 0 0 0 4px;
}
div#header_navi ul li {
    display: block;
    float: left;
    margin: 0 0 0 0px;
}
div#header_navi ul li.mypage,
div#header_navi ul li.company,
div#header_navi ul li.low,
div#header_navi ul li.entry {
}


/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    width: 980px;
    height: 80px;
    background: #fff;
}
#footer {
    margin: auto;
    padding-top: 10px;
    border-top: solid 1px #ccc;
    width: 950px;
}
#pagetop {
    width: 210px;
    float: right;
    text-align: right;
}
#copyright {
    width: 740px;
    float: left;
    text-align: left;
    font-size: 97%;
}


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message ,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}


/* Tipsy
----------------------------------------------- */
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-arrow { position: absolute; background: url('../img/ajax/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }


/* 旧デザインを引き継ぐ
----------------------------------------------- */

table.tablelayout, table.tablelayout tr, table.tablelayout td   {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse : collapse ;
    border-spacing: 0px;
}

a:hover.mokuji {
	background-color: #93FF93;
}

/* テーブルレイアウトを使用した古いHTMLの断片は、<div class="all-tablelayout">で囲むこと。 */
.all-tablelayout table {
    margin: 0px auto 0px 0px;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    width: auto;
    border-collapse: separate;
    text-align: left;
}
.all-tablelayout table th {
    padding: 0px;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
.all-tablelayout table td {
    padding: 0px;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
}

.all-tablelayout table.nowrap1right  {
    border: 1px grey solid;
    border-spacing: 1px; 
}

.all-tablelayout table.nowrap1right td {
    border: 1px grey solid;
    white-space: nowrap;
    text-align: right;
}

.attention2 {
    color: #00f;
}

/* TOPページ画像
----------------------------------------------- */
div#top_image{
	display:table;
	width:700px;
        height: 147px;
	}
div#top_image ul{
	display:table-row;
	}
div#top_image ul li{
        flot:left;
	display:table-cell;
	text-align:center;
	line-height:0;
	}
div#top_image ul li:first-child{
	text-align:left;
	}
div#top_image ul li:last-child{
	text-align:right;
	}

/* スクロール部分
----------------------------------------------- */
			.list_carousel {
				background-color: #;
				margin: 0px 0px 5px 0px;
				width: 700px;
				height:500px;
			}
			.list_carousel ul {
				margin: 10px 0px 0px 0px;
				padding: 0px;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				border: 1px solid #ccc;
				width: 700px;
				height:320px;
				margin: 0px 0px 0px 0px;
				display: block;
				float: left;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: 10px;
                                margin: -16px 0 0 15px;

			}
			.next {
				float: right;
				margin-right: 10px;
                                margin: -16px 15px 0 0;
 			}
			.pager {
				float: left;
				width: 700px;
				text-align: center;
			}
			.pager a {
				margin: 0 10px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}


                       .list_carousel1 {
                                margin: 0 0 5px 0;
				border: 1px solid #999;
				width: 698px;
                                height:205px;
			}
			.list_carousel1 ul {
				margin: 0 0 0 10px;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel1 li {
                                color: #999;
				font-size: 40px;
				text-align: center;
				width: 162px;
				height: 100px;
				margin: 10px 10px 2px 0;
				display: block;
				float: left;
			}

/* 詳細ページ・各商品タイトル
----------------------------------------------- */
#main_title {
	background: url("../img/background/title_bg.gif");
	width: 700px;
	height: 35px;
	margin-bottom: 10px;
}
.title_main {
	font-size: 16px;
	padding-top: 7px;
	margin-left: 25px;
	font-weight: bold;
}




/* マウスオーバーで半透明
----------------------------------------------- */
a:hover img {
  transition:all 1s ease; /*1秒かけて要素を変化させる*/
  filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

a img {
  filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}



/* varier スクロール部分
----------------------------------------------- */
			.varier_carousel {
			position: relative;
			}
			a.varier_prev, a.varier_next {
			background: url(/images/miscellaneous_sprite.png) no-repeat transparent;
			width: 45px;
			height: 50px;
			display: block;
			position: absolute;
			top: 85px;
			}
			
			a.varier_prev {			
			left: 10px;
			top:103px;
			background-position: 0 0; 
			}
			
			a.varier_prev:hover {		
			background-position: 0 -50px; 
			}
			
			a.varier_next {			
			right: 10px;
			top:103px;
			background-position: -50px 0; 
			}
			
			a.varier_next:hover {
			background-position: -50px -50px; 
			}
			
			a.varier_prev span, a.varier_next span {
			display: none;
			}
/* ソフト素材 スクロール部分
----------------------------------------------- */
			.soft_carousel {
                        margin:0px 50px;
			position: relative;
			}
			a.soft_prev, a.soft_next {
			background: url(/images/miscellaneous_sprite.png) no-repeat transparent;
			width: 45px;
			height: 50px;
			display: block;
			position: absolute;
			top: 85px;
			}
			
			a.soft_prev {			
			left: -50px;
			top:50px;
			background-position: 0 0; 
			}
			
			a.soft_prev:hover {		
			background-position: 0 -50px; 
			}
			
			a.soft_next {			
			right: -50px;
			top:50px;
			background-position: -50px 0; 
			}
			
			a.soft_next:hover {
			background-position: -50px -50px; 
			}
			
			a.soft_prev span, a.soft_next span {
			display: none;
			}

/* ディレクターチェア スクロール部分
----------------------------------------------- */
			.Director_carousel {
			position: relative;
			}
			
			a.Director_prev, a.Director_next {
			background: url(/images/miscellaneous_sprite.png) no-repeat transparent;
			width: 45px;
			height: 50px;
			display: block;
			position: absolute;
			top: 85px;
			}
			
			a.Director_prev {			
			left: 10px;
			top:500px;
			background-position: 0 0; 
			}
			
			a.Director_prev:hover {		
			background-position: 0 -50px; 
			}
			
			a.Director_next {			
			right: 10px;
			top:500px;
			background-position: -50px 0; 
			}
			
			a.Director_next:hover {
			background-position: -50px -50px; 
			}
			
			a.Director_prev span, a.Director_next span {
			display: none;
			}
			
			.clearfix {
			float: none;
			clear: both;
			}

/* DOPPEL スクロール部分
----------------------------------------------- */
			.DOPPEL_carousel {
			position: relative;
			}


/* 上のみ角を丸くする
----------------------------------------------- */

.top_radius {
-webkit-border-top-left-radius: 10px;     /* 左上 */
-webkit-border-top-right-radius: 10px;    /* 右上 */

-moz-border-radius-topleft: 10px;     /* 左上 */
-moz-border-radius-topright: 10px;    /* 右上 */

border-top-left-radius: 10px;  /* 左上 */
border-top-right-radius: 10px; /* 右上 */
			}

/* 角を丸くする
----------------------------------------------- */

.radius {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
			}

.radius5 {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
			}
.image_radius img{
    border:#999 solid 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
			}

.image_radius5 img{
    border:#999 solid 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
			}

/* テーブル作成
----------------------------------------------- */

.top1 {
background-color:#f6f6f6;
border-top:solid 1px #e3e3e3;
border-left:solid 1px #e3e3e3;
border-right:solid 1px #e3e3e3;
			}
.bottom1 {
background-color:#f6f6f6;
border-top:solid 1px #e3e3e3;
border-left:solid 1px #e3e3e3;
border-right:solid 1px #e3e3e3;
border-bottom:solid 1px #e3e3e3;
			}
.top2 {
border-top:solid 1px #e3e3e3;
border-right:solid 1px #e3e3e3;
			}
.bottom2 {
border-top:solid 1px #e3e3e3;
border-right:solid 1px #e3e3e3;
border-bottom:solid 1px #e3e3e3;
			}

/* テーブルグラデーション(topグレー)
----------------------------------------------- */
.gradation_top {
background-color:#CCCCCC;
border:solid 1px #999999;
padding:10px;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 200%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 200%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 200%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(2, #CCCCCC));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 200%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #CCCCCC 200%);
}

.gradation_top_main {
	background-color:#CCCCCC;
	border-bottom:solid 1px #999999;
	border-top:solid 1px #F90;
	border-right:solid 1px #999999;
	padding:10px;
background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
background-image: -o-linear-gradient(top, #ffffff, #cccccc);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#cccccc));
background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
background-image: linear-gradient(top, #ffffff, #cccccc);
}

/* 虫眼鏡アイコン
----------------------------------------------- */
a.loupe {
  position: relative;
}

a.loupe img:first-child {
  border: 1px solid #ccc;
  margin: -1px;
}

a.loupe::after {
  content: url(http://www.muratakagu.co.jp/images/zoomIcon.png);
  position: absolute;
  right:5px;
  bottom:5px;
}
