/* **************************************************************************

	各種コンテンツ共通スタイル
	
************************************************************************** */

#mainImg h2 {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

section#contentLeft article {
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 180%;
}

#relevance {
	background-color: #E3E9EC;
	padding: 20px;
}

section#contentLeft .img img {
	display: block;
	width: 30%;
	margin: 10px 35%
}

.buy_btn a,
.sub_img01 {
	display: block;
	width: 60%;
	margin: 20px 20%;
}

@media screen and (max-width:640px){
section.underContent article {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}

#relevance {
	margin-left: 2%;
	margin-right: 2%;
}

.flo_right img {
	display: block;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}

section#contentLeft .img img {
	display: block;
	width: 50%;
	margin: 10px 25%
}

.buy_btn a,
.sub_img01 {
	display: block;
	width: 80%;
	margin: 20px 10%;
}
}

#relevance ul {
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 13px;
	margin-top: 10px;
}

#relevance ul a {
	color: #09F;
}

#siderank li {
	padding: 15px;
}







/*
	title
---------------------------------------------------------- */

#side .sidetitle01 {
	background-color: #EEE;
	color: #003366;
	font-weight: bold;
	padding: 10px;
	border-top: 5px solid #003366;
	margin-bottom: 10px;
}

section.underContent article h4 {
	font-size: 110%;
	font-weight: bold;
	color: #102679;
	padding: 0 0 5px 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	border-left: 5px solid #102679;
}

h5 {
	
}

h6 {
	
}

.subh4 {
	font-weight: bold;
	display: block;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
	padding: 15px 0;
	margin: 20px 0 20px 0;
}

.next01 {
	background-color: #EEE;
	padding: 10px;
}

.next01 a,
.pickup_item01_02 a {
	color: #0FA6D4;
}


/*　タイトル下ライン　*/
.line_title01,
.line_title02  {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ine_end_01 {
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.itemRank_name {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	margin-top: 30px;
	clear: both;
}





/*
	画像（記事内）
---------------------------------------------------------- */

/* PC用 */
@media screen and (min-width: 769px){
	
img.images {
	width: 40%;
	height: auto;
	float: right;
	margin: 0 0 20px 10px;
}

}

/* タブレット用 */
@media screen and (max-width: 768px){
	
img.images {
	width: 60%;
	height: auto;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 20px;
}

}

/* スマホ用 */
@media screen and (max-width:640px){
	
img.images {
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 20px;
}

}


/*
	コンテンツボタン（記事リンク）
---------------------------------------------------------- */

#content ul#contentBtn {
	list-style: none;
	overflow: hidden;
	font-size: 13px;
}

#content ul#contentBtn li {	
	width: 100%;
	font-size: 90%;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px dashed #CCC;
	display: inline-table;
	vertical-align: middle;
}

#content ul#contentBtn li {
display: block;
position: relative;
text-decoration: none;
}

#content ul#contentBtn li:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #CCC;
border-right: solid 2px #CCC;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.cBtnTitle {
	
}

.cBtnTitle a {
	font-size: 140%;
	line-height: 160%;
	font-weight: ;
	color: #000;
	margin-bottom: 10px;
}

.cBtnText {
	padding: 5px;
}

.cBtnLink a {
	width: 100%;
	text-align: right;
	padding: 5px;
	float: right;
}

.mainCBtn_img,
.cBtn_img {
	width: 20%;
	height: 100%;
	float: left;
}

.mainCBtn_text,
.cBtn_text {
	width: 75%;
	height: 100%;
	padding-right: 3%;
	float: right;
}


/*
	コンテンツトップランキング
---------------------------------------------------------- */

ul#contRank01 {
	list-style: none;
	overflow: hidden;
}

ul#contRank01 li {
	text-align: center;
	width: 30%;
	height: auto;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
}

ul#contRank01 li p {
	font-size: 10px;
	margin-bottom: 3%;
}


/* **************************************************************************

	トップページ
	
************************************************************************** */

/*
	おすすめ商品
---------------------------------------------------------- */

article#product {
	background-color: #E8E8E8;
	padding: 2%;
	display: block;
	color: #2E2E2E;
	font-size: 13px;
}

#product ul {
	background-color: #FFFFFF;
	list-style: none;
	margin-bottom: 3%;
}

#product ul li {
	width: 23%;
	float: left;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

.productLink02 {
	margin-top: 15px;
}

.productLink02 a {
	width: 100%;
	text-align: right;
	padding: 5px;
	float: right;
	margin-bottom: 40px;
}

.productLink02 a:hover {
	width: 100%;
	text-align: right;
	padding: 5px;
	float: right;
	margin-bottom: 40px;
}


/*
	Ｑ＆Ａ
---------------------------------------------------------- */

#content ul#topqa {
	list-style: none;
	overflow: hidden;
	font-size: 13px;
	margin-bottom: 20px;
}

#content ul#topqa li {	
	width: 100%;
	font-size: 90%;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px dashed #CCC;
}

#content ul#topqa li {
display: block;
position: relative;
text-decoration: none;
}

#content ul#topqa li:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #CCC;
border-right: solid 2px #CCC;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.topqaTitle a {
	font-size: 140%;
	line-height: 160%;
	font-weight: ;
	color: #000;
	margin-bottom: 10px;
}

.topqaText {
	padding: 5px;
}

.topqa_img {
	width: 10%;
	height: 100%;
	float: left;
}

.topqa_text {
	width: 85%;
	height: 100%;
	padding-right: 3%;
	float: right;
}

.topqaPageBtn {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

/* paページ内 */
.qa_q {
	background-color: #1C65CE;
	padding: 2%;
	color: #FFF;
	margin-bottom: 20px;
}

.qa_a {
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}	
	

/* **************************************************************************

	下層ページ
	
************************************************************************** */

/*
	サイトマップ
---------------------------------------------------------- */

#sitemap ul {
	font-size: 120%;
	font-weight: bold;
	margin-top: 30px;
}

#sitemap ul li {
	font-size: 80%;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 10px;
}

/*
	運営者
---------------------------------------------------------- */

#operator dt {
	width: 160px;
	float: left;
	padding: 20px;
	border-bottom: 1px solid #000000;
}

#operator dd {
	width: 510px;
	float: right;
	padding: 20px;
	border-bottom: 1px solid #000000;
}




/* ボトムアイテム */

#btm_item_h {
	color: #000000;
	background-image: url(img/btm_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 90px;
	margin-top: 50px;
	margin-bottom: 10px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
}

#last_item {
	display: block;
	width: 94%; 
	padding: 10px;
	border: 1px solid #000000;
	margin: 10px 3%;
}

#last_item_left {
	width: 25%;
	float: left;
}

#last_item_right {
	width: 70%;
	float: right;
}

@media screen and (max-width:640px){
#last_item_left {
	display: block;
	width: 50%;
	margin: 0 25%;
}

#last_item_right {
	width: 100%;
	float: none;
}
}

#last_item p {
	margin-bottom: 15px;	
}

#last_item .vName a {
	display: block;
	color: #09F;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
}

#last_item_right a:hover {
	text-decoration: underline;
}


#btm_item_h {
	color: #000000;
	background-image: url(../img/btm_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 90px;
	margin-top: 50px;
	height: 40px;
	font-size: 130%;
	font-weight: bold;
}







/* **************************************************************************

	装飾・その他
	
************************************************************************** */

/*
	ボタン
---------------------------------------------------------- */

/*　ベース　*/
.button {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	text-decoration: none;
	padding: 2%;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*　追加　*/
.button {
	color: #FFF;
	text-align: center;
	position: relative;
	background-color: #9A9A9A;
	border-radius: 4px;
	height: auto;
	-webkit-transition: none;
	transition: none;
	/* box-shadow: 0 3px 0 #606060; */
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	margin-bottom: 5px;
}
.button:hover {
	color: #FFF;
	text-align: center;
	background-color: #ADADAD;
	/*  box-shadow: 0 3px 0 #23a188; */
}
.button:active {
	top: 3px;
	box-shadow: none;
}

/*　追加　02　*/
.button02 {
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
}
.button02:hover {
	background-color: #fff;
	border-color: #333;
	color: #333;
}
.button02::before,
.button02::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.button02::before {
	right: 0;
}
.button02::after {
	left: 0;
}
.button02:hover::before,
.button02:hover::after {
	width: 0;
	background-color: #333;
}

/*
	位置
---------------------------------------------------------- */

.center {
	text-align: center;
}

.flo_left {
	float: left;
}

.flo_right {
	float: right;
}


/*
	スペース
---------------------------------------------------------- */

.space_r_15 {
	margin-right: 15px;
}

.space_r_20 {
	margin-right: 20px;
}

.space_b_20 {
	margin-bottom: 20px;
}

.space_b_30 {
	margin-bottom: 30px;
}

.space_t_20 {
	margin-top: 20px;
}


/*
	文字
---------------------------------------------------------- */

.bold_black {
	color: #000000;
	font-weight: bold;
}

.bold_blue {
	color: #1C65CE;
	font-weight: bold;
}

.bold_red {
	color: #F9004D;
	font-weight: bold;
}

.back_yellow {
	color: #000000;
	background-color: #E7F7C9;
}

.recoitemtitle01 {
	width: 100%;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	border-left: 5px solid #000000;
	border-bottom: 3px solid #000000;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}




