@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */
.article  {
}
.article h2 {
	background-color:#800000;
	color:#FFF;
	border-left: 0px solid #00F;
	/*margin: 20px -29px 2px;
	padding: 15px 30px;
	font-size: 26px;*/
}
.article h2.tokusyu {
	background-color:#E5004F;
}
/*.article h3{
	background-color:#FFF;
	border-bottom: 4px solid #800000;
	font-size: 22px;
	margin:15px 0 5px;
	padding: 8px 5px 3px 10px;
	color: #002E73;
}*/

.article h3 {
    position: relative;
    color: #800000;
    background: #FF9A9A;
    font-size: 16pt ;
    border: 0px solid #800000;
    margin: 10px 10px 20px 0px;
    padding: 10px 5px 10px 20px;
    border-radius: 3px;
    box-shadow:1px 2px 3px 0px  #aaaaaa ;
}
.article h3:after, .article h3:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.article h3:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #FF9A9A;
}
.article h3:before {
    left: 40px; 
    border: 10px solid transparent;
    border-top: 10px solid #FF9A9A;
}



.article h4{
	color:#800000;
	background-color:#FFF;
	font-size: 18px;
	border-bottom: 1px dotted #800000;
	margin:15px 0 5px;
/*	padding: 8px 5px 3px 10px;
	color: #002E73;*/
}

a.pu {
	margin-left:10px;
	font-size:16px;
	line-height:140%;
	margin-top:5px;
	padding:10px 15px 10px 15px;
	background-color:#DAFFB2;
	font-weight:bold;
}
a.pu:hover{
	background-color:#C1FD80;
	color:#1D27F8;
}
a:hover img{opacity:0.7;}

/* 商品紹介ページ */
li.shiyou {
	font-size:.95em;
}

/* サイドバー全体用 */
#sidebar h3{
	background-color:#800000;
	font-size: 18px;
	border: 1px solid #F65E92;
	margin:15px 0 3px;
	padding: 8px 15px 5px;
	color: #FFF;	
}
#sidebar .widget{
	margin-bottom:20px;
}
#sidebar ul{
	margin-top:0pc;
}#sidebar li{
	margin-bottom:0pc;
}

/* カスタムメニュー用 */
.widget_nav_menu ul {
}

.widget_nav_menu ul li {
	font-weight: normal;
	border-bottom: 1px dotted #800000;
	display: block;
}

.widget_nav_menu ul li a {
	display:block;
	padding: 12px 5px 10px 15px;
	text-decoration: none;
}

.widget_nav_menu ul li a:hover {
	background-color: #FFF;
	color:#207B64;
}

.widget_nav_menu ul.sub-menu {
	margin-top: 10px;
}

.widget_nav_menu ul.sub-menu li {
	border-top: 1px dotted #F65E92;
}

div#sidebar .widget_nav_menu ul {
	padding: 0;
}

/* ランキング　DD記事 */
h3 a {
	color:#FFF;
}

h3.product_ranking1 {
	padding:15px 0px 15px 75px;
	background-image: url("/wp/wp-content/uploads/2016/09/ranking1.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size:20px;
	margin:0 0 10px 0;
	border-bottom: 2px solid #FF9A9A;
	border-left: 6px solid #FF9A9A;
}
h3.product_ranking2 {
	padding:15px 0px 15px 75px;
	background-image: url("/wp/wp-content/uploads/2016/09/ranking2.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size:20px;
	margin:0 0 10px 0;
	border-bottom: 2px solid #FF9A9A;
	border-left: 6px solid #FF9A9A;
}
h3.product_ranking3 {
	padding:15px 0px 15px 75px;
	background-image: url("/wp/wp-content/uploads/2016/09/ranking3.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size:20px;
	margin:0 0 10px 0;
	border-bottom: 2px solid #FF9A9A;
	border-left: 6px solid #FF9A9A;
}
h3.product_osusume {
	padding:15px 0px 15px 75px;
	background-image: url("/wp/wp-content/uploads/2016/09/osusume.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size:20px;
	margin:0 0 10px 0;
	border-bottom: 2px solid #FF9A9A;
	border-left: 6px solid #FF9A9A;
}
h3.product_ichioshi {
	padding:15px 0px 15px 75px;
	background-image: url("/wp/wp-content/uploads/2016/09/ichioshi2.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size:20px;
	margin:0 0 10px 0;
	border-bottom: 2px solid #FF9A9A;
	border-left: 6px solid #FF9A9A;
}
h3.product {
	padding:15px 0px 15px 15px;
	font-size:20px;
	margin:0 0 10px 0;
	border-bottom: 2px solid #FF9A9A;
	border-left: 6px solid #FF9A9A;
}
h3.product_ranking1 a, h3.product_ranking2 a, h3.product_ranking3 a, h3.product_osusume a, h3.product a {
	text-decoration: none;
}

dl.products {
	margin:5px 0 5px;
	padding-bottom:15px;
	border-bottom:1px dotted #800000;
}

dt.products {
	float:left;
	width:auto;
	max-width:310px;
}

dd.products {
	margin-left:10px;
	font-size:15px;
	line-height:140%;
}
dd.products_info {
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:15px;
	line-height:140%;
}
dd.products_info span.sFont {
	font-size:80%;
}
dd.products_info li {
	font-size:80%;
	line-height:120%;
	padding-left:0px;
	color:#160099;
}
dd.RT {
	margin-left:10px;
	font-size:15px;
	line-height:140%;
	margin-top:5px;
	padding:10px 3px 10px 15px;
	background-color:#DAFFB2;
	font-weight:bold;
}
dd.topic_list {
	margin-left:10px;
	font-size:18px;
	line-height:140%;
	margin-top:5px;
	padding:10px 3px 10px 15px;
	background-color:#DAFFB2;
	font-weight:bold;
}

dd.btn {
	clear: both;
	overflow: hidden;
	margin-left:10px;
	margin-bottom:1px;
	font-size:16px;
	line-height:22px;
}

dd.btn a.btn {
    	display: block;
    	float: left;    /*Box幅がテキストに追従させるために*/
    	background: url("/wp/wp-content/uploads/2016/09/btn_gr2_left.png") no-repeat left top;
   	padding: 0 0px 0 50px;    /*右の背景とかぶらないように*/
	text-decoration: none;
}
dd.btn a.btn span.btn {
    	display: block;
    	background: url("/wp/wp-content/uploads/2016/09/btn_gr2_right.png") no-repeat right top;
    	padding: 0 50px 0 0px;    /*左の背景とかぶらないように*/
    	font-size: 14px;
   	line-height: 40px;/*50pxの真ん中にテキストがくるように*/
    	color: #006D30;
	font-weight: bold;
}

dd.btn a.btn_bl {
    	display: block;
    	float: left;    /*Box幅がテキストに追従させるために*/
    	background: url("/wp/wp-content/uploads/2016/09/btn_bl_left.png") no-repeat left top;
   	padding: 0 0px 0 50px;    /*右の背景とかぶらないように*/
	text-decoration: none;
}
dd.btn a.btn_bl span.btn_bl {
    	display: block;
    	background: url("/wp/wp-content/uploads/2016/09/btn_bl_right.png") no-repeat right top;
    	padding: 0 50px 0 0px;    /*左の背景とかぶらないように*/
    	font-size: 14px;
   	line-height: 40px;/*50pxの真ん中にテキストがくるように*/
    	color: #FFF;
	font-weight: bold;
}

dd.btn a:hover {
	opacity: 0.6;
}

/* 楽天テーブルの枠線消し */
.article table tr td {
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
}

/* 記事下　マッサージチェア特設 */
div#topic_mc h2{
	background-color:#F0037F;
	border-radius: 15px / 15px;
	border-left: 0px solid #289828; 
	margin: 20px -20px 2px;
	padding: 18px 20px 12px;
	font-size: 22px;
	color:#FFF;
	/*text-shadow: 2px 2px 1px #AAA;*/
}

div#topic_mc_main {
	margin: 5px -18px 2px;
	padding: 30px 35px 30px;
	border: 1px solid #F0037F; 
	border-radius: 15px / 15px;
}

/************************************************/
@media only screen and (min-width: 961px) {
div#gazo {
	width:48%;
	max-width:310px;
}
div#Sdata {
	width:48%;
	max-width:310px;
}

dd.products, dd.products_info, dd.btn, dd.RT {
	margin-left:320px;
}


} /*(961px)*/