#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;
}








/*
	Ｑ＆Ａ
---------------------------------------------------------- */

#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;
}




/* **************************************************************************

	装飾・その他
	
************************************************************************** */

/*
	ボタン
---------------------------------------------------------- */

/*　ベース　*/
.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: 745px;
	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;
}

.yellow {
	color: #E3A60D;
	font-size: 120%;
}

/*　ランキング用　*/
.brankname01 a {
    color: #ffffff ;
}
.brankname01 {
    position: relative;
    color: #ffffff ;
    background: #001040;
    font-size: 16pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #666666 ;
    border-top:3px solid #5c6f7c;
}
.brankname01:after, brankname01:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.brankname01:after {
    left: 0;
    border-right: 5px solid #333;
}
.brankname01:before {
    right: 0;
    border-left: 5px solid #333;
}

/*　評価　*/
table#brank01_ev01 {
	margin-bottom: 20px;
}

table#brank01_ev01 td {
	text-align: center;
	width: 33%;
	border-bottom: 1px solid #CCC;
}

.brank01_ranktitle03 {
	color: #102679;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 4px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 5px solid #102679;
}

.brank01_ranktitle03_02 {
	color: #00678C;
	font-size: 110%;
	font-weight: bold;
}

/* ボタン */

.skrank01_btn01 {
	display: inline-block;
	width: 60%;
	height: 54px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	margin-left: 20%;
	margin-right: 20%;
}
.skrank01_btn01::before,
.skrank01_btn01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.skrank01_btn01,
.skrank01_btn01::before,
.skrank01_btn01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.skrank01_btn01 {
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.skrank01_btn01:hover {
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
.skrank01_btn01:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

table.rankphotos01 {
	background-color: #FFF;
	width: 100%;
	margin-bottom: 30px;
}

td.rankp01 {
	width: 50%;
}

td.rankp01 img {
	width: 70%;
}

.rankptx00 {
	font-size: 13px;
	font-weight: bold;
	padding-right: 20px;
}

.rankptx01 {
	font-size: 11px;
	padding-right: 20px;
}

table.brank01_proinfo {
	margin-bottom: 30px;
}

table.brank01_proinfo td {
	border-bottom: 1px solid #CCC;
}

td.rankprof01 {
	width: 30%;
	color: #565656;
}

td.rankprof02 {
	width: 70%;
	color: #3B66A8;
}

.brank01_recome {
	padding: 10px;
	border: 3px solid #B6B9C0;
}