/* リセット
--------------------------------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body{
	line-height: 1;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}

ul{
	list-style: none;
}

blockquote,q{
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after{
	content: '';
	content: none;
}

a{
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: transparent;
}

ins{
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark{
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del{
	text-decoration: line-through;
}

abbr[title],dfn[title]{
	border-bottom: 1px dotted;
	cursor: help;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,select{
	vertical-align: middle;
}

/* 共通
--------------------------------------------*/

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
}

a{
	text-decoration: none;
}

a:hover{
	color: red;
}

p{
	margin: 0.5em 0;
}

img{
	vertical-align: middle;
	line-hgith: 0;
	-ms-interpolation-mode: bicubic;
}

.clear{
	clear: both;
}

.clearfix:after{
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.x-large{
	font-size: 250%;
}

.large{
	font-size: 130%;
}

.small{
	font-size: 80%;
}
.red{
	color:red;
	font-weight:bold;
}
.fit_image,
.fit_image img{
	width:100%;
	height:auto;
}

/* カートに入れるボタン
-----------------------------------------------*/
.btn_submit{
	max-width:100%;
	min-width:50%;
	padding:10px 0;
	border:1px solid #ccc;
	border-radius:5px;
	background:#333;
	color:#fff;
	font-family : メイリオ,"Meiryo UI";
	font-weight:bold;
	cursor:pointer;
	-webkit-appearance: none;
}
.btn_submit:hover{
	background:#666;
}

/* 見出し
---------------------------------------- */
#main h1{
	clear:both;
	padding:7px 0 7px 15px;
	background:#f0f0f0;
	border-left:7px solid #0776c2;
	line-height:1.2;
}
#main h2{
	clear:both;
	margin:1em 0 0 0;
	padding:10px 7px 7px 7px;
	background: #0776c2;
	border-bottom:5px solid #003794;
	color:#fff;
	line-height:1.2;
}

#main h2 a{
	color:#fff;
}

#main h3{
	clear:both;
	margin:1em 0 0 0;
	padding:8px 5px 5px 5px;
	border-top:1px solid #0776c2;
	border-bottom:5px solid #0776c2;
	line-height:1.2;
}
#main h4{
	margin:1em 0 0 0;
}

/* table
---------------------------------------- */
#main table{
	border-collapse:collapse;
}

#main table th, #main table td{
	padding:3px 5px;
}

#main .table,
#main .table_form{
	margin-top:1em;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}

#main .table th,
#main .table_form th{
	background:#eee;
}

#main .table th,
#main .table td,
#main .table_form th,
#main .table_form td{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

#main .table input[type="text"]{
	width:2em;
	border:1px solid #aaa;
}

#main .table_form input[type="text"]{
	border:1px solid #666;
	font-size:16px;
}

.table table,
.table table th,
.table table td,
.table_form table,
.table_form table th,
.table_form table td{
	border:none !important;
}

/* List
---------------------------------------- */
dl.list_table{
	width:100%;
	margin-top:1em;
}

dl.list_table dt{
	padding:5px 15px;
	background:#eee;
	font-weight:bold;
}

dl.list_table dd{
	padding:5px 15px;
}
dl.list_table textarea,
dl.list_table input[type="text"]{
	width:100%;
	padding:5px;
	border:1px solid #999;
}

/* レイアウト
---------------------------------------- */
#header{
	border-bottom:5px solid #ccc;
}
#header:after{
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
#copyright{
	padding:5px 0;
	border-top:5px solid #ccc;
	text-align:center;
	font-size:70%;
}
.entry-content{
	clear:both;
}

/* ヘッダー
--------------------------------------------*/
#header h1 a{
	display:block;
	width:243px;
	height:44px;
	background:url(../../images/logo.gif) no-repeat;
	text-indent:-9999px;
}
/* フッター
--------------------------------------------*/
#page-top {
	position:fixed;
	font-weight:bold;
	z-index:10;
}
#page-top a {
	background:#00736d;
	text-decoration:none;
	text-align:center;
	display:block;
	border-radius:5px;
}
#page-top a:hover {
	text-decoration:none;
	background:#666;
}
/* top
--------------------------------------------*/
#news{
	overflow:auto;
}
#news td{
	border-bottom:1px solid #ddd;
}
#top_item{
	margin-top:15px;
}
#top_item h3{
	clear:both;
	margin-top:0;
}
#top_item h3 a{
	color:#000;
}
#top_item .box_item{
	width:46%;
}
#top_item2 .box_item{
	width:29%;
}


/* page-header
--------------------------------------------*/
.page-header .element{
	margin:15px;
}
.page-header .element li{
	border-bottom:1px solid #ccc;
	list-style-type:none !important;
}
.page-header .element li a{
	display: inline-block;
	position: relative;
	padding:7px;
	font-size:120%;
}
.page-header .element li a::before {
	content: "";
	display: inline-block;
	border: 6px solid transparent;
	border-left-color: #000;
	position: absolute;
	right: -12px;
	top: 50%;
	margin-top: -6px;
}

/* entry-content
--------------------------------------------*/
.entry-content .element{
	margin:15px;
}
.entry-content .element li{
	border-bottom:1px solid #ccc;
	list-style-type:none !important;
}
.entry-content .element li a{
	display: inline-block;
	position: relative;
	padding:7px;
	font-size:120%;
}
.entry-content .element li a::before {
	content: "";
	display: inline-block;
	border: 6px solid transparent;
	border-left-color: #000;
	position: absolute;
	right: -12px;
	top: 50%;
	margin-top: -6px;
}

.entry-content ul,
.entry-content ol{
	margin-top:1em;
	margin-left:1em;
  }
.entry-content ul li{
	margin-left:0.5em;
	list-style-type:disc;
  }
.entry-content ol li{
	margin-left:0.5em;
  }

/* PCスマホ切替
--------------------------------------------*/
#swich-group{
	width:100%;
}
#swich-group li{
	float:left;
	width:50%;
}
#swich-group li a{
	display:block;
	padding:10px 0;
	background:#333;
	color:#fff;
	text-align:center;
}

@media print, screen and (min-width: 800px) {

  body{
	font-size:90%;
  }

  .float_left{
	float:left;
	padding-right:10px;
  }

  .float_right{
	float:left;
	padding-left:10px;
  }

  /* 見出し
  ---------------------------------------- */
  #main h1{
	font-size:170%;
  }
  #main h2{
	font-size:130%;
  }  
  #main h3{
	font-size:120%;
  }

  /* レイアウト
  ---------------------------------------- */
  
  #wrapper{
  	margin: 0 auto;
  	width: 1030px;
	border:1px solid #ccc;
	background:url(../../images/bg.jpg) repeat-y;
  }
  #header{
  	margin: 0 auto;
  	width: 1030px;
	background:#fff;
  }
  #contents{
  	margin: 0 auto;
  	width: 1030px;
  }
  #main{
  	float: right;
  	width: 800px;
	padding:15px;
  }
  #sidebar{
  	float: left;
  	width: 200px;
  	height: 5000px;
  	background: #eef7ff;
  }
  #footer{
  	margin: 0 auto;
  	width: 1030px;
  }
  /* ヘッダー
  --------------------------------------------*/
  #header h1 {
	float:left;
  }
  #header h2 {
	float:left;
	padding:15px 0 0 10px;
  }
  #info-group{
	float:right;
	padding-top:15px;	
  }
  #info-group li{
	display:inline-block;
	margin-right:10px;
	padding-left:15px;
	background:url(../../images/arrow.jpg) no-repeat 0% 50%;
  }
  #info-group li a{
	color:#000;
  }
  /* 検索
  ---------------------------------------- */
  #search-group{
	display:none;
	clear:both;
  	margin: 0 auto;
	padding:7px;
  	width: 1016px;
	text-align:right;
  } 
  #search-group input[type="text"]{
	width:200px;
	height:1.5em;
  }
  #search-group input[type="submit"]{
	padding:3px 7px;
	background:#000;
	border:none;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
  }
  /* ツール
  ---------------------------------------- */
  #tool-group{
  	display:none;
  }
  /* スライドメニュー
  ---------------------------------------- */
  #global-group{
  	display:none;
  }
  /* サイドバー
  ---------------------------------------- */
  #sidebar iframe{
  	width: 200px;
  	height: 100%;
  }
  /* フッター
  ---------------------------------------- */
  #footer-group{
  	display:none;
  }
  #copyright{
	background:#fff;
  }
  #page-top {
	bottom:0;
	right:0;
	font-size:15px;
  }
  #page-top a {
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	color:#fff;
	width:100px;
	padding:30px 0;
  }
  /* top
  ---------------------------------------- */
  #news{
	padding:7px;
	height:300px;
  }
  #top_item img{
	max-width:200px;
	height:auto;
	max-height:200px;
	width:auto;
  }
  /* 商品一覧
  ---------------------------------------- */
   .box_item{
	display:inline-block;
	width:169px;
	margin:5px 5px 5px 0;
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	vertical-align:top;
	font-size:85%;
  }
   .box_item img{
	max-height:169px;
	width:auto;
	max-width:100% !important;
	height:auto !important;
  }
   .box_item .title{
	margin:0 !important;
	/* padding:5px;
	background:#aaaaff; */
	font-size:110%;
	font-weight:bold;
	color:#0776c2;
  }
   .box_item .title a{
	display: block;
	position: relative;
	padding-right:15px;
	color:#000;
  }
  .box_item .title a::before {
	content: "";
	display: inline-block;
	border: 6px solid transparent;
	border-left-color: #0776c2;
	position: absolute;
	right: -8px;
	top: 3px;
  }
   .box_item .photo{
	text-align:center;
  }
  /* 商品詳細
  ---------------------------------------- */
   .itemdetail_group .width_full table{
	width:100%;
   }
   .itemdetail_group .width_full p img{
	max-width:100%;
	height:auto;
   }
   .itemdetail_group .float_left{
	padding-bottom:15px;
   }
   .itemdetail_group .float_right{
	width:450px;
   }
   .itemdetail_group .float_right table{
	width:100%;
   }
   .itemdetail_group .float_left p{
	width:300px;
	margin:1em 5px 5px 0;
	padding:10px;
	border:1px solid #ccc;
	vertical-align:top;
	text-align:center;
	font-size:85%;
   }
   .itemdetail_group .float_left p img{
	max-width:100% !important;
	height:auto !important;
  }
   .itemdetail_group .float_right p img{
	display:inline-block;
	max-width:220px;
	height:auto;
	max-height:100% !important;
	width:auto !important;
  }
   .box_2column p{
	display:inline-block;
	width:360px;
	margin:5px 5px 5px 0;
	padding:10px;
	border:1px solid #ccc;
	vertical-align:top;
	font-size:85%;
  }
   .box_2column p img{
	max-height:360px;
	width:auto;
	max-width:100% !important;
	height:auto !important;
  }
   .box_3column p{
	display:inline-block;
	width:235px;
	margin:5px 5px 5px 0;
	padding:10px;
	border:1px solid #ccc;
	vertical-align:top;
	font-size:85%;
  }
   .box_3column p img{
	max-height:235px;
	width:auto;
	max-width:100% !important;
	height:auto !important;
  }
  /* PCスマホ切替
  --------------------------------------------*/
  #swich-group{
	width:1030px;
	margin:0 auto;
  }

}

@media print, screen and (max-width: 799px) {

  body{
	padding-bottom:50px;
  }
  #main img{
	width:100%;
	height:auto;
  }

  /* 見出し
  ---------------------------------------- */
  #main h1{
	font-size:130%;
  }
  /* table
  ---------------------------------------- */
  #main .table th,
  #main .table td{
	font-size:80%;
  }

  /* レイアウト
  ---------------------------------------- */
  #header{
	text-align:center;
  }
  #footer{
	padding:10px;
	background:#eef7ff;
  }
  /* ヘッダー
  ---------------------------------------- */
  #info-nav{
  	display:none;
  }
  /* 検索
  ---------------------------------------- */
  #search-group{
	display:none;
	padding:10px;
	background:#eee;
  } 
  #search-group input[type="text"]{
	margin:0;
	width:70%;
	font-size:120%;
	padding:5px;
  } 
  #search-group input[type="submit"]{
	width: 20%;
	margin: 0;
	padding: 0 5px;
	background:#666;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	border:none;
	text-shadow: 1px 2px 3px #000;
	color:#fff;
	font-size:120%;
	font-weight:bold;
  } 
  /* ツール
  ---------------------------------------- */
  #tool-group{
	background:#0776c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#0776c2), to(#044572));
  }
  #tool-group ul li{
	float:left;
	width:33%;
	border-right:1px solid #0776c2;
  }
  #tool-group ul li a{
	display:block;
	padding:15px 0;
	color:#fff;
	text-align:center;
  }
  /* スライドメニュー
  ---------------------------------------- */
  #global-group{
  	display:none;
  }
  .triggerLink{
	cursor:pointer !important;
  }
  /* サイドバー
  ---------------------------------------- */
  #main{
  	padding:10px;
  }
  /* サイドバー
  ---------------------------------------- */
  #sidebar{
  	display:none;
  }

  /* フッター
  ---------------------------------------- */
  #footer-nav{
  	margin:10px 0;
	background:#fff;
	border:1px solid #aaa;
	-webkit-border-radius: 7px;
  }
  #footer-nav ul li a{
	display:block;
	padding:7px;
	color:#000;
	border-bottom:1px solid #aaa;
  }
  #footer-nav ul li.last a{
	border-bottom:none;
  }
  #page-top {
	bottom:0;
	right:10px;
	font-size:12px;
  }
  #page-top a {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	color:#fff;
	padding:15px 7px;
  }

  /* top
  ---------------------------------------- */
  #news{
	font-size:12px;
	height:150px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;

  }
  #news td{
	vertical-align:top;
  }
  #top_item img,
  #top_item2 img{
	width:100%;
	height:auto;
  }
  #top_item .box_item{
  	display:inline-block;
	width:49%;
	vertical-align:top;
  }
  #top_item2 .box_item{
  	display:inline-block;
	width:32%;
	vertical-align:top;
  }
  /* entry-content
  --------------------------------------------*/
  .entry-content .element li a{
	width:90%;
  }
  /* 商品一覧
  ---------------------------------------- */
   #searchi_utility img{
	width:auto !important;
   }

   .box_item{
	padding:5px 0;
	border-bottom:1px solid #666;
  }

  .box_item .title{
	margin:0 !important;
	/* padding:5px;
	background:#aaaaff;
	font-size:110%; */
	font-weight:bold;
	color:#0776c2;
	border-bottom:2px solid #0776c2;
  }
   .box_item .title a{
	display: block;
	position: relative;
	padding:7px;
	color:#000;
  }
  .box_item .title a::before {
	content: "";
	display: inline-block;
	border: 6px solid transparent;
	border-left-color: #0776c2;
	position: absolute;
	right:0;
	top: 12px;
  }
   .box_item .photo{
	text-align:center;
  }
   .box_item .photo img{
	max-height:223px !important;
	width:auto !important;
	max-width:100%;
  }
  .box_item ul li{
	margin-left:1.5em;
	list-style-type:disc;
  }
}

@media print, screen and (max-width: 399px) {

  #top_item .box_item,
  #top_item2 .box_item{
  	width:100%;
  }

}