/*-サイドバー部分-*/
.widget_title {
	font-size: 16px !important;
}

/*-Category Post Wiget-*/
#category-posts-2 .cat-post-item {margin-bottom: 5px;}
#category-posts-3 .cat-post-item {margin-bottom: 20px;}
#category-posts-4 .cat-post-item {margin-bottom: 5px;}
#category-posts-2 ul {
  border: 2px dotted #999999;
  border-radius: 5px;
  padding: 5px;
  background-color: #f5f5f5;
}
#category-posts-2 a {
	color:#2f4095;
	font-weight: bold;
}

#category-posts-3 a, cat-post-item a {
	color:#2f4095;
	font-weight: bold;
}
#category-posts-4 a, cat-post-item a {
	color:#2f4095;
	font-weight: bold;
}
#category-posts-3 {margin-bottom:45px;}
.cat-post-footer-link {
  	line-height: 21px;
  	color: #ffffff !important;
  	background-color: #333333;
  	text-align: right !important;
  	padding: 5px 20px;
	float: right;
}

/*-ぱんくずリスト-*/
.breadcrumbs {
  	width: 100%;
  	height: 20px;
  	display: block;
  clear: both;
}
.breadcrumbs a {
	color: #a76143;
	padding: 0 2px;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumbs a:hover {text-decoration: underline;}
.storymeta {clear:both;}

/*-投稿ページ-*/
.wp-post-image { /*-アイキャッチ-*/
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.storymeta {  /*-日付署名部分-*/
	width: 100%;
	height:20px;
}
.singlecontents h2 {
  	font-size: 20px !important;
	font-weight: bold !important;
	margin-top: 30px !important;
	margin-bottom: 20px !important;
  	padding-left: 8px !important;
	border-left: 5px solid #000000 !important;
	border-bottom: 0 !important;
	background: #fff !important;
	color:#000 !important;
  	text-align: left;
}
.singlecontents h3 {
  	font-size: 16px !important;
	font-weight: bold !important;
	margin-top: 30px !important;
  	padding-left: 8px !important;
	border-left: 0 !important;
	background: #fff !important;
	color:#000 !important;
}

/*-会員登録ボタン-*/
.btn_mem {
    text-align: center;
    clear: both;
  	margin-top: -10px;
  	margin-bottom: 10px;
}
.btn_mem a {
    padding: 4px 40px;
    font-size: 16px;
	border: 2px solid #333333;
    text-decoration: none;
    line-height: 21px;
    color: #ffffff !important;
    background-color: #333333;
    transition: 0.3s;
}

.btn_mem a:hover {
    color: #ffffff !important;
    background-color: #494949;
	border-color: #494949;
}

.stock {display:none;} /*-カート内在庫状況を非表示-*/

.pagetitle {
  	font-size: 24px !important;
  	text-align: center;
}
.item_page_title {
	font-weight: bold !important;
  	font-size: 20px !important;
}

img {max-width:100%;}
#content {border: 0 !important;}
.sidebar {background: url(http://medal-house.com/wp/wp-content/uploads/side-bg.jpg);
overflow: visible;
background-repeat: no-repeat;
background-position:10px 0px;
}
.pcnone {display: none;}
.header_explanation {color:#000000;}
input[type="button"] {color:#ffffff !important;}

/*-ナビ部分-*/
.mainnavi{
	*zoom: 1;
	list-style-type: none;
	margin: 5px auto 30px;
	padding: 0;
}
.mainnavi:before, .mainnavi:after{
	content: "";
	display: table;
}
.mainnavi:after{
	clear: both;
}
.mainnavi li{
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}
.mainnavi li a{
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	background: #f5f5f5;
	color: #000000;
	font-size: 12px !important;
	line-height: 1;
	text-decoration: none;
}
.mainnavi li ul{
	list-style: none;
	display: none;
	position: absolute;
	z-index: 9999;
	top: -4px;
	left: 220px;
	margin: 0;
	padding: 0;
  	border: 2px solid #fff;
	border-radius: 5px;
}
.mainnavi li:hover ul{
	display: block;
}
.mainnavi li ul li{
	width: 180px;
}
.mainnavi li ul li a{
	margin: 0 0 0 0 !important;
	border-top: 2px solid #fff;
	border-bottom: 3px solid #fff;
	background: #f5f5f5;
	text-align: left;
}

.mainnavi li:hover > a{
	background: #5d5d5d;
	color: #fff;
}
.mainnavi li a:hover{
	background: #5d5d5d;
	color: #fff;
}



a img {transition: 0.3s;}

a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background: #FFFFFF;
}

.entry a, .postoutline a {
 	color:#2f4095;
	font-weight:bold;
	text-decoration: underline;
}
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-hurigana"],
.wpcf7 input[name="company"],
.wpcf7 input[name="parts"],
.wpcf7 input[name="city"],
.wpcf7 input[name="ordernum"],
.wpcf7 input[name="addr"] {
        width: 50%;
}
.wpcf7 input[name="zip"],
.wpcf7 input[name="pref"] {
        width: 20%;
}
.searchform-input-wrapper {
	margin-bottom: 10px !important;
}
.addtocart {
  width:100%;
}
.checkbox-wrapper {
    display: block;
    float: left;
    width: 32.33%;
    margin-right: 1%;
  	margin-bottom: 10px;
  	position: relative;
}
.checkbox-wrapper input {
      display: block;
      position: absolute;
	text-align: left !important;
}
.checkbox-wrapper label {
	display: block;
	text-align: left !important;
	padding-left: 22px;
}

h2 {
	font-size: 16px !important;
	margin-top: 20px !important;
	margin-bottom: 40px !important;
	text-align: center;
}
h3 {
	font-size: 20px !important;
	font-weight: bold !important;
	margin-top: 30px !important;
  	padding-left: 8px !important;
	border-left: 5px solid #000000 !important;
	background: #fff !important;
	color:#000 !important;
}
.htitle {
  	font-size: 11px;
  	font-weight: normal;
  	margin-bottom: 20px;
  	text-align: center;
}
.moji10 {font-size: 10px;}
.moji11 {font-size: 11px;}
.moji12 {font-size: 12px;}
.moji13 {font-size: 13px;}
.moji14 {font-size: 14px;}
.moji15 {font-size: 15px;}
.moji16 {font-size: 16px;}
.moji17 {font-size: 17px;}
.moji18 {font-size: 18px;}
.moji19 {font-size: 19px;}
.moji20 {font-size: 20px;}
.moji22 {font-size: 22px;}
.red {color: #ff0000 !important;}
.blue {color: #2f4095;}
.ryose {text-align: right;margin: 10px 10px;}
.cyose {text-align: center;margin:0 !important;padding:0 !important}
.postoutline {
	background-color: #f8f8f8;
	font-size: 13px;
	margin: 10px;
	padding: 10px;
}
.pcredit {
	text-align: right;
	font-size: 12px;
	color: #5b5b5b;
}
.article {
	margin-bottom: 10px !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.huto, .b {
	font-weight: bold;
}
.blockqmodoki {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: -40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

/*画像中央寄せ*/
.centerimg {
	display: block;
	margin: 10px auto;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}

/*画像片側寄せ*/
.img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 5px 20px 10px 10px;
}
.img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 5px 10px 10px 20px;
}

/*左右寄せのボックス*/
.box02Container {
	overflow: hidden;
	width: 100%;
	text-align: left;
	margin: 3px auto 20px;
}
.space100 {
	height: 100px;
}

/*-feedlyボタン-*/
.feedly {
	background-repeat: no-repeat;
	background-image: url(http://ariafirm.co.jp/wp-content/uploads/2016/02/feedly-follow-logo-white_2x.png);
	background-position: 7px 5px;
	background-size: 17px 17px;
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background-color: #5b5b5b;
	margin-bottom: 10px;
}
.feedly a {
	color: #ffffff;
	text-decoration: none;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 0 0 28px;
}


.box_out {
    font-size: 16px;
	background-color: #ffffff;
    margin: 12px 0 15px 0 !important;
}
.box_out img {width: 100%;}
.boxban_left {
    float: left;
    width: 49%;
  margin-bottom: 8px !important;
}
.boxban_right {
    float: right;
    width: 49%;
  margin-bottom: 8px !important;
}

.box02_left {
    float: left;
    width: 49%;
  margin-bottom: 8px !important;
}
.box02_right {
    float: right;
    width: 49%;
  margin-bottom: 8px !important;
}
.box02_left .box02_right {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box02_left p,
.box02_right p {
    margin: 0px;
}
.box02_left .img_left {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
}
.box02_left .img_right {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 10px;
}
.btn_s {
    text-align: right;
    clear: both;
    padding: 20px;
  	margin-top: 5px;
}
.btn_s a,
.box3 .btn a {
    padding: 4px 20px;
    font-size: 18px;
	border: 2px solid #333333;
    text-decoration: none;
    line-height: 21px;
    color: #ffffff !important;
    background-color: #333333;
    transition: 0.3s;
}

.btn_s a:hover,
.box3 .btn a:hover {
    color: #ffffff !important;
    background-color: #555555;
	border-color: #555555;
}
.entry-thumb img {max-width: 100% !important;}
.header-image img {max-width: 100% !important;}
.header-wrap img {max-width: 100% !important;}


/*-支払い方法バナー-*/
.bank3 {
	width: 100%;
	padding: 0 !important;
    margin: 0 !important;
}
.bank3 a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
  	color:#2f4095 !important;
}
.bank3:after {
/*clearfix*/
	content: "";
	clear: both;
	display: block;
}
.bank3 li {
	float: left;
	width: 33.33%;
	padding: 0 1.8% !important;
	margin-bottom: 3.8%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none !important;
}


/*-記事一覧所作2列-*/
.post2 {
	width: 100%;
	padding: 0 !important;
    margin: 0 !important;
}
.post2 a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
  	color:#2f4095 !important;
}
.post2:after {
/*clearfix*/
	content: "";
	clear: both;
	display: block;
}
.post2 li {
	float: left;
	width: 50%;
  	height:300px;
	padding: 0 1.8% !important;
	margin-bottom: 2.8%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none !important;
}

.post2 h3 {
  	border-left: 0 !important;
  	padding: 0 0 0 0 !important;
  	margin: 0 0 0 0 !important
}

/*-トップ：レスポンシブバナー所作3列-*/
.topban3 {
	width: 100%;
	padding: 0 !important;
    margin: 0 !important;
}
.topban3 a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
  	color:#2f4095 !important;
}
.topban3:after {
/*clearfix*/
	content: "";
	clear: both;
	display: block;
}
.topban3 li {
	float: left;
	width: 33.33%;
	height: 230px;
	padding: 0 1.8% !important;
	margin-bottom: 3.8%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none !important;
}

/*-トップ：レスポンシブバナー所作4列-*/
.topban4 {
	width: 100%;
	padding: 0 !important;
    margin: 0 !important;
}
.topban4 a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
  	color:#2f4095 !important;
}
.topban4:after {
/*clearfix*/
	content: "";
	clear: both;
	display: block;
}
.topban4 li {
	float: left;
	width: 25%;
	height: 190px;
	padding: 0 1.0% !important;
	margin-bottom: 3.8%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none !important;
}

/*--商品説明テーブル類--*/
.stable {
	width: 95% !important;
	font-size: 13px !important;
	border-collapse: collapse !important;
	margin: 5px auto 20px auto  !important;
	text-align: center;
}
.stable th {
	width: 22%;
	vertical-align: center;
  	font-weight: bold !important;
 	text-align: center;
	color: #5b5b5b;
	background-color: #f5f5f5;
	border: 1px solid #b9b9b9 !important;
	padding: 8px !important;
}
.stable td {
	background-color: #fff;
	border: 1px solid #b9b9b9 !important;
	color: #5b5b5b;
	text-align: left;
	padding: 8px !important;
}

/*--送料表テーブル--*/
.shipfee {
	width: 100% !important;
	border-collapse: collapse !important;
	margin: 5px auto 20px auto  !important;
	text-align: center;
	vertical-align: center;
}
.shipfee th {
	padding: 6px;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.shipfee td {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

/*-トップ：横並びメニュー-*/
.topmenu4 {
	width: 70% !important;
	padding: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.topmenu4 a {text-decoration: none;}
.topmenu4:after {
/*clearfix*/
	content: "";
	clear: both;
	display: block;
}
.topmenu4 li {
	float: left;
	width: 25% !important;
	padding: 0 1.8% !important;
	margin-bottom: 3.8%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none !important;
}

/*-3列テキストボタン-*/
.select3 {
	width: 100%;
	padding: 0 !important;
    margin: 0 !important;
}
.select3 a {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
.select3:after {
/*clearfix*/
	content: "";
	clear: both;
	display: block;
}
.select3 li {
	background-color: #f5f5f5;
	float: left;
	width: 31.33%;
	padding: 5px 0.8% !important;
	margin: 1% 1%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none !important;
}
.select3 li a {display:block;}

.dotcircle {
	font-size: 14px;
	width: 90%;
	background-color: #f5f5f5;
	border: 2px dotted #393939;
	margin: 20px auto 30px auto;
	padding: 10px !important;
	border-radius:10px;
}

@media only screen and (max-width: 768px){
      .smanone {display: none;}
	  .pcnone {display: block;}
}
@media only screen and (max-width:420px){
  	.htitle {
    	display: inline !important;
	  	font-size: 11px;
	  	font-weight: normal;
	  	margin-bottom: 20px;
	  	text-align: center;
	}
    .box_out {
    font-size: 16px;
	background-color: #ffffff;
    margin-bottom: 30px !important;
    padding: 5px;
	}
	.box02_left {
    margin: 0px auto;
    width: 100%;
	}
	.box02_right {
    margin: 0px auto;
    width: 100%;
	}
	.post2 li {width: 100%;height: 100%;margin-bottom: 20px;}
    .topban3 li {width: 49%;height: 190px;}
    .topban4 li {width: 33.33%;height: 140px;}
	.select3 li {width: 100%;}
	.wpcf7 input[name="your-name"],
	.wpcf7 input[name="your-hurigana"],
	.wpcf7 input[name="company"],
	.wpcf7 input[name="parts"],
	.wpcf7 input[name="city"],
	.wpcf7 input[name="addr"],
  	.wpcf7 input[name="your-message"] {
        width: 95% !important;
	}
	.wpcf7 input[name="zip"],
	.wpcf7 input[name="pref"] {
        width: 50%;
	}

  
	.mainnavi{
		*zoom: 1;
		list-style-type: none;
		margin: 5px auto 30px;
		padding: 0;
	}
	.mainnavi:before, .mainnavi:after{
		content: "";
		display: table;
	}
	.mainnavi:after{
		clear: both;
	}
	.mainnavi li{
		position: relative;
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.mainnavi li a{
		display: block;
		margin: 0;
		padding: 15px 0 11px;
		background: #f5f5f5;
		color: #000000;
		font-size: 12px !important;
		line-height: 1;
		text-decoration: none;
	}
	.mainnavi li ul{
		list-style: none;
		display: none;
		position: relative;
		z-index: 9999;
		left: 0px;
		margin: 0;
		padding: 0;
  		border: 4px solid #fff;
		border-radius: 5px;
    width: 97%;
	}
	.mainnavi li:hover ul{
		display: block;
	}
	.mainnavi li ul li{
		width: 100%;
	}
	.mainnavi li ul li a{
		margin: 0 0 0 0 !important;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		background: #f5f5f5;
		text-align: left;
    	font-weight: normal;
	}

	.mainnavi li:hover > a{
		background: #5d5d5d;
		color: #fff;
	}
	.mainnavi li a:hover{
		background: #5d5d5d;
		color: #fff;
	}
	.smanone {display: none;}
	.box_out {margin: 0 !important;
		padding:0;}
	.box02_left, .box02_right {
		margin: 2px 0 !important;
		padding: 0 !important;
	}

   #footer li {
	display: inline;
	margin: 0px;
	padding: 0 0 0 25px;
	font-size: 0.85em;
	}
  	.centerimg {
	margin: 5px auto;
	}
	
}