@charset "UTF-8";

/*========================================

  00.共通設定
  01.トップページ

========================================*/

html {
	font-size: 80%;
	font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
} 

body {
	
}

a:link    {color: #036;}
a:visited {color:#69008C;}
a:hover   {color:#c00; text-decoration: none;}
a:active  {color:#c00; text-decoration: none;}

/*========================================

  00.共通設定

========================================*/

/*----------------------------------------
	全体
----------------------------------------*/

#wrapper {
	background: #e9e9e9;
}

/*----------------------------------------
	ヘッダー
----------------------------------------*/

#header {
	width: 960px;
	padding:5px 0;
	border-bottom: 3px solid #000;
	margin: 0 auto 10px;
}

#header h1 {
	float: left;
	font-weight: bold;
}

#header p {
	float: right;
}

/*----------------------------------------
	メインイメージ
----------------------------------------*/

.mainImage {
	width: 960px;
	margin: 0 auto 10px;
}

.slider {
	width: 960px;
	height: 356px;
	overflow: hidden;
}

.slider li img {
	width: 960px;
	height: 356px;
}

.onlineButton {
	margin: -30px 10px 0;
	position: relative;
	z-index: 2000;
	text-align: right;
}

/*----------------------------------------
	コンテンツ
----------------------------------------*/

#contents {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#main {
	float: left;
	width: 810px;
}

.pageTitle {
	margin: 0 0 20px;
	background: #000;
}

#sub {
	float: right;
	width: 138px;
}

.sideTitle {
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 10px;
	text-align: center;
}

.sideList {
	list-style: disc inside;
	margin: 0 15px 15px 0;
	line-height: 2;
}

.sideItem {
	
}

.sideItem li {
	border: 1px solid #000;
	margin: 0 0 15px;
}

.sideItemImage {
	padding: 8px 8px 0;
	text-align: center;
}

.sideItemName {
	padding: 4px 8px 0;
	font-size: 75%;
}

.sideCartIn {
	background: #000;
	padding: 3px 0;
}

.sideCartIn table {
	margin: 0 auto;
}

.sideCartIn td.t2 {
	vertical-align: middle;
}

.sideCartIn td.t3 {
	padding: 4px 0 0 5px;
}

.sideItemPrice {
	padding: 0 8px 8px;
	font-size: 75%;
}

.sideItemPrice table {
	width: 100%!important;
	font-weight: normal!important;
}

.sideItemPrice th {
	display: none;
}

.sideItemPrice td {
	font-weight: normal!important;
}

.sideItemPrice input {
	display: none!important;
}

/*----------------------------------------
	フッター
----------------------------------------*/

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background:url(../images/common/footer_bg.jpg) right bottom no-repeat;
	background-size: 200px 200px;
}

#footer h2 {
	font-weight: bold;
	margin: 0 0 20px;
}

#footer ul {
	float: left;
	width: 170px;
	padding: 0 15px 15px;
	line-height: 2.5;
}

.arrow {
	background: url(../images/common/arrow.png) left center no-repeat;
	padding-left: 12px!important;
}

.external {
	background: url(../images/common/icon_external.png) left center no-repeat;
	padding-left: 22px!important;
}

.copy {
	text-align: right;
	margin: -30px 0 0;
}

.pankuzu {
	margin: 5px 0 15px;
}

.pankuzu .current {
	font-weight: bold;
}

.wp-pagenavi {
	clear: both;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 140%!important;
}
.wp-pagenavi .current {
	text-decoration: none;
	background: #000;
	padding: 3px 5px;
	margin: 2px 5px 2px 5px;
	font-weight: normal!important;
}
 .wp-pagenavi span {
	
}

.wp-pagenavi .page {
	margin: 2px 5px 2px 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #fff;
}

/*========================================

  01.トップ

========================================*/

.plane {
	margin: 0 0 15px;
}

.box {
	display: block;
	background: #000;
	padding: 10px;
}

.box table {
	width: 100%;
}

.box th {
	vertical-align: middle;
}

.box td {
	vertical-align: middle;
	text-align: right;
}

.box a {
	color: #fff;
	text-decoration: none;
}

.indexArchiveTitle {
	font-weight: bold;
	margin: 0 15px 5px;
}

.indexArchiveList {
	margin: 0 15px 20px;
}

.indexItemList {
	margin: 0 0 20px;
}

.indexItemList li {
	float: left;
	width: 230px;
	border: 1px solid #000;
	margin: 0 10px 10px 0;
	padding: 12px 0 0;
}

.indexItemImage {
	width: 204px;
	border: 1px solid #000;
	margin: 0 auto 7px;
}

.indexItemImage p {
	display: table-cell;
	vertical-align: middle;
}

.indexItemName {
	width: 204px;
	margin: 0 auto 7px;
}

.indexItemPrice {
	width: 204px;
	margin: 0 auto 10px;
}

.indexItemPrice table {
	width: 100%!important;
	font-weight: normal!important;
}

.indexItemPrice th {
	display: none;
}

.indexItemPrice td {
	font-weight: normal!important;
}

.indexItemPrice input {
	display: none!important;
}

.indexCartIn {
	background: #000;
	padding: 10px;
}

.indexCartIn .t1 {
	vertical-align: middle;
	text-align: center;
	color: #fff;
	padding: 2px;
}

.indexCartIn .t2 {
	vertical-align: middle;
	text-align: center;
	padding: 1px 2px 3px;
}

.indexCartIn .t3 {
	vertical-align: middle;
	text-align: left;
	padding: 2px;
}

.tw {
	float: left;
	width: 300px;
	border: 1px solid #aaa;
	background: #fff;
	margin-right: 27px;
}

.ig {
	float: left;
	width: 300px;
	border: 1px solid #aaa;
	background: #fff;
	margin-right: 27px;
}

.fb {
	float: left;
	width: 300px;
	border: 1px solid #aaa;
	background: #fff;
}

.twLink {
	float: left;
	width: 302px;
	text-align: left;
	margin-right: 27px;
}

.igLink {
	float: left;
	width: 302px;
	text-align: left;
	margin-right: 27px;
}

.fbLink {
	float: left;
	width: 302px;
	text-align: left;
}

.btnLink {
	overflow: hidden;
	float: right;
	padding: 2px 0 0;
}

.btnLink li {
	float: left;
	list-style-type:none;
	overflow: hidden;
}
.btnLink iframe {
	margin: 0 !important;
}

.btnFb { width:  100px; margin-right: 4px;}
.btnTw { width: 90px; margin-right: 4px;}
.btnGg { width: 60px; margin-right: 4px;}

.indexInformation {
	padding: 0 0 30px;
}

.indexInformation li {
	padding: 10px;
	border-bottom: 2px solid #000;
}

.indexInformation span {
	font-weight: bold;
}

/*========================================

  02.コラム

========================================*/

.profile {
	margin: 0 0 20px;
}

.profile .photo {
	float: left;
	width: 200px;
}

.profile .text {
	float: right;
	width: 590px;
}

.profile .text strong {
	font-weight: bold;
}

.columnTitle {
	background: #000;
	padding: 10px;
	color: #fff;
	font-size: 120%;
}

.columnTitle a {
	color: #fff;
}

.columnData {
	border-bottom: 2px solid #000;
	padding: 10px;
	margin: 0 0 20px;
}

.columnContent {
	padding: 0 10px 30px;
	line-height: 2;
}

.columnSNS {
	border-bottom: 2px solid #000;
	margin: 0 0 20px;
	padding: 0 0 10px;
}

/*========================================

  03.お問い合わせ

========================================*/

.caution {
	margin: 0 0 20px;
}

.important {
	color: #f00;
	font-weight: bold;
}

.contactTable {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0 0 30px;
	width: 100%;
}

.contactTable th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #eee;
	padding: 15px;
	width: 150px;
	vertical-align: middle;
}

.contactTable td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
	padding: 15px;
}

.contactTable input,.contactTable textarea {
	font-size: 120%;
	padding: 3px;	
}

#fCompany {
	width: 270px;
}

#fName {
	width: 200px;
}

#fMail {
	width: 400px;
}

#fTel {
	width: 150px;
}

#fContent {
	width: 560px;
	height: 220px;
}

.submit {
	width: 340px;
	margin: 0 auto 30px;
}

.wpcf7-not-valid-tip {
	color: #f00;
	display: block;
	padding-top: 5px;
}

.wpcf7-mail-sent-ok {
	border: 3px double #eac517;
	color: #eac517;
	padding: 10px;
	margin: 0 0 20px;
	font-size: 120%;
	background: #fff;
}

.wpcf7-validation-errors {
	border: 1px solid #f00;
	color: #f00;
	padding: 10px;
	margin: 0 0 20px;
}

/*========================================

  04.会社概要

========================================*/

.companyTable {
	border-top: 1px solid #000;
	margin: 0 0 30px;
	width: 100%;		
}

.companyTable th {
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding: 20px 20px 20px 0;
	width: 150px;
}

.companyTable td {
	border-bottom: 1px solid #000;
	padding: 20px 0;	
}

/*========================================

  05.新着情報

========================================*/

.informationTitle {
	padding: 0 0 15px;
	margin: 0 0 20px;
	border-bottom: 2px solid #000;
}

.searchResult {
	font-size: 140%;
	border-bottom: 2px solid #000;
	padding: 10px 0 20px;
}

.informationTitle .date {
	color: #666;
	font-weight: bold;
	font-size: 85%;
}

.informationTitle .title {
	font-size: 150%;
}

.informationCategory {
margin: 0 0 20px;
}

.informationCategory p {
	float: left;
}

.informationCategory ul {
	float: right;
}

.informationCategory li {
	float: left;
	padding-left: 10px;
}

.informationContent {
	padding: 20px;
	margin: 0 0 20px;
	border: 1px solid #000;
}

.informationContent strong {
	font-weight: bold;
}

/*========================================

  06.サイトマップ

========================================*/

.sitemapHeading {
	font-size: 120%;
	border-bottom: 2px solid #333;
	margin: 0 0 10px;
	font-weight: bold;
	padding:5px 0 5px;
}

.sitemapList {
	margin: 0 0 20px;
}

.sitemapList li {
	float: left;
	width: 220px;
	padding: 5px 0;
}

.sitemapListRow {
	margin: 0 0 20px;
	border: 1px dashed #666;
	padding: 10px;
}

.sitemapListRow li {
	padding: 5px 0;
	list-style: disc inside;
	float: left;
	width: 50%;
}

.sitemapCategory {

}

.sitemapCategory li {
	float: left;
	padding: 0 10px 10px 0;
}

/*========================================

  07.商品紹介

========================================*/

.itemTitle {
	background: #000;
	padding: 15px;
	font-size: 120%;
	color: #fff;
}

.itemCategory {
	padding: 10px 0;
	margin: 0 0 20px;
	border-bottom: 1px solid #000;
}

.itemContent {
	line-height: 1.5;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #000;
}

.itemContent  strong{
	font-weight: bold;
}

.itemSpec {
	padding: 0 0 20px;
}

.itemFooter {
	border-bottom: 2px solid #000;
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.itemData {
	vertical-align: middle;
	padding-right: 10px;
}

.itemRelease {
	float: left;
}

.itemData {
	float: right;
}

.itemSns {
	float: right;
}

.itemCartin {
	background: #000;
	margin: 0 0 20px;
	color: #fff;
	padding: 0 0 10px;
}

.itemCartin table {
	width:790px;
	margin: 0 auto;
}

.itemCartin p {
	padding: 5px 5px 10px;
	text-align: center;
}

.priceBox table {
	width: 100%!important;
	font-weight: normal!important;
	color:#fff!important;
}

.priceBox th {
	display: none;
}

.priceBox td {
	font-weight: normal!important;
	color:#fff!important;
}

.priceBox input {
	display: none!important;
}

.priceTd {
	border: 1px solid #fff;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
	width: 208px;
}

.cartinTd {
	font-size: 140%;
	text-align: center;
	vertical-align: middle;
}

.cartinTd input {
	padding: 5px;
	width: 40px;
	margin: -2px 5px 0;
}

.btnTd {
	width: 410px;
	text-align: right;
}






.itemItemList {
	margin: 0 0 20px;
}

.itemItemList li {
	float: left;
	width: 193px;
	border: 1px solid #000;
	margin: 0 10px 10px 0;
	padding: 12px 0 0;
}

.itemItemImage {
	width: 167px;
	border: 1px solid #000;
	margin: 0 auto 7px;
}

.itemItemImage p {
	display: table-cell;
	vertical-align: middle;
}

.itemItemName {
	width: 167px;
	margin: 0 auto 7px;
}

.itemItemPrice {
	width: 167px;
	margin: 0 auto 10px;
}

.itemItemPrice table {
	width: 100%!important;
	font-weight: normal!important;
}

.itemItemPrice th {
	display: none;
}

.itemItemPrice td {
	font-weight: normal!important;
}

.itemItemPrice input {
	display: none!important;
}

.itemCartIn {
	background: #000;
	padding: 10px;
}

.itemCartIn .t1 {
	vertical-align: middle;
	text-align: center;
	color: #fff;
	padding: 2px;
}

.itemCartIn .t2 {
	vertical-align: middle;
	text-align: center;
	padding: 1px 2px 3px;
}

.itemCartIn .t3 {
	vertical-align: middle;
	text-align: left;
	padding: 2px;
}

.singleDetailImage img {
	max-width: 100%;
}