/* SP */

@media screen and (max-width:640px){
		
.sp {
	display: none;
    /* visibility: hidden; */
}
	
.pc {
	display: inline;
	/* visibility: visible; */
}





/*
　　common
------------------------------------------------------------------------- */

body {
	font-size: 15px;
	line-height: 160%;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

/*　bace　*/
.buttonsp {
	display: inline-block;
	width: 100&;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.buttonsp::before,
.buttonsp::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.buttonsp,
.buttonsp::before,
.buttonsp::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* 追加 */
.buttonsp {
	position: relative;
	background-color: #0059B2;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0  #063768;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.buttonsp:hover {
	background-color: #1F77D0;
	box-shadow: 0 3px 0 #0E4E8E;
}
.buttonsp:active {
	top: 3px;
	box-shadow: none;
}

.sp_inr {
	margin-left: 2%;
	margin-right: 2%;
}
	





/*
　div
------------------------------------------------------------------------- */

#contentWrap {
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
}

header h1,
header #header02 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#contentLeft {
	width: 100%;
	float: none;
}

#underContent {
	width: 100%;
	float: none;
}

#side {
	width: 100%;
	float: none;
}





/* 
	header
------------------------------------------------------------------------- */

header h1 {
	text-align: center;
	font-size: 9px;
	padding: 2px 0;
}

header h2 {
	text-align: center;
	width: 165px;
	margin: 10px auto;
}





/*
　　　nav01
------------------------------------------------------------------------- */

nav#gnav01 ul {
	display: none;
}





/*
　　　side
------------------------------------------------------------------------- */

.side_article01 li a {
	font-size: 13px;
	padding: 15px 0;
}

#side_bnr01,
#googleBnr {
	width: 300px;
	margin: 10px auto;
}

/* ranking */

p#siderankBtn a {
	font-size: 120%;
	font-weight: bold;
	width: 100%;
	color: #FFF;
	padding: 4%;
	text-align: center;
	margin-bottom: 10px;
}

#side .button {
	font-size: 16px;
	padding: 1%;
	margin-bottom: 10px;
}

#siderank ul {
	margin-left: 2%;
	margin-right: 2%;
}

#siderank ul li {
	font-size: 12px;
	padding: 0%;
	margin-bottom: 10px;
}

.siderank_left {
	width: 25%;
	margin-right: 10%;
	margin-left: 10%;
}

.siderank_right {
	width: 55%;
	padding-top: 15px;
}

#siderank .button {
	padding: 10px;
}

#siderank .button:hover {
	padding: 10px;
}





/*
	pagetop
------------------------------------------------------------------------- */

#pagetop p {
	width: 96%;
	margin: 0 2%;
}

#pagetop a {
	font-size: 15px;
}





/*
	foot map
------------------------------------------------------------------------- */

ul#foot_map {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

#foot_map .foot_map_li {
	width: 90%;
	margin: 10px 5%;
	float: none;
}

#foot_map span a {
	font-size: 13px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#foot_map .foot_map_li li {
	list-style-type: disc;
	margin-left: 15px;
	line-height: 200%;
	font-size: 11px;
}





/*
	footer
------------------------------------------------------------------------- */

footer {
	font-size: 11px;
	line-height: 200%;
}





/*
	toppage
------------------------------------------------------------------------- */

/* rank */
#top_rank ul {
	margin-left: 2%;
}

#top_rank li .top_rank_img a {
	font-size: 9px;
}

#top_rank li a span {
	font-size: 9px;
}

.top_rank_btn a {
	padding: 5px;
	font-size: 12px;
}


/* hot news */
.toppage #news ul {
	padding: 10px 0 10px 1%;
}

.toppage #news li {
	width: 96%;
	float: none;
	margin: 10px 2%;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}

.toppage #news li img {
	width: 100%;
	margin-bottom: 0;
}

.toppage #news li .top_img {
	width: 25%;
	float: left;
	margin-bottom: 0;
}


.toppage #news .top_txt {
	width: 70%;
	float: right;
}

.toppage #news .category {
	display: none;
}

.toppage #news .title {
	margin-top: 0px;
}

.toppage .category {
	font-size: 11px;
}

.toppage .article .category {
	float: right;
}

.toppage .article li {
	padding: 20px;
	margin-bottom: 40px;
}

.toppage .article li img {
	width: 80%;
	margin: 20px 10%;
}

.toppage .article_link a {
	padding: 20px;
	font-size: 18px;
	margin-top: 20px;
}

.article .title {
	font-size: 20px;
	line-height: 160%;
	padding-top: 15px;
	margin-top: 15px;
}





/*
	title
------------------------------------------------------------------------- */

.title01 {
	font-size: 18px;
	line-height: 160%;
}

.title02 {
	font-size: 16px;
	line-height: 160%;
}

.title03 {
	font-size: 16px;
	line-height: 160%;
}

h3,
.top_h3 {
	font-size: 16px;
	line-height: 160%;
}





/*
	.article
------------------------------------------------------------------------- */

.article section {
	font-size: 14px;
	line-height: 180%;
	padding: 0 2%;	
}

.article section div.article_inr {
	padding: 0 2%;	
}

.article .img_L {
	display: block;
	width: 100%;
	margin: 20px 0;
}

.article .img_R_R {
	display: block;
	width: 60%;
	float: none;
	margin: 20px 20%;
}


}