@media screen and (max-width: 768px){

/*===============================================
●tablet.css 画面の横幅が768px以下
===============================================*/
body { 
	height:768px;
	margin:0;
	padding:0;
}

/* 画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry-content img{
	height:auto;
	border: none;
	margin: 0;
	padding:0; 
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1サイトキーワード設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
h1{
	width:98%;
	margin:0 auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイトルとソーシャルブックマーク設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#title_box{
	width:98%;
	margin:0 auto;
	padding:0;
	clear:both; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2 a{
	width:65%;
	min-height:40px;
	margin:0;
	padding: 2px 0 0 35px;
	font-size:22px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* twitter hatena ボタン設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#bmb_box{
	width:30%;
	height:32px;
	margin:-10px 0 0;
	padding:0;
	display:block;
	background: none;
	float:right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/*サイト説明設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#ex_box{
	width:96%;
	min-height:20px;
	margin:5px 0 0;
	padding:0 2%;
	overflow:hidden;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインバナー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#img_box{
	width:98%;
	height:auto;
	margin:0 auto 10px;
	padding:1px;
}

#img{
	width:100%;
	margin:0;
	padding:0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#gnv_box{
	width:98%;
	margin: 0 1%;
}

#gnv_box ul{
	width:100%;
	padding:0;
	margin:0 auto;
}

#gnv_box ul li.first{
	width: 10%;
	float:left;
}

#gnv_box ul li,#gnv_box ul li.last{
	width:18%;
	border:none;
}

#gnv_box ul li a{
	font-size:12px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 本体設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#container{
	margin:0;
	background:#FFFFFF url(img/bottom.png) bottom repeat-x;
}

#cin_box{
	width:98%;
	margin: 0 auto;
	overflow:hidden;
	background:none;
	clear:both;
	position:relative;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#bc_box{
	width:95%;
	margin:5px auto 10px;
	padding:16px 10px 0;
	*padding:8px 5px 0;
}

#bc_box p{
	margin:0;
	padding:0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインコンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#l_box{
	width:82%;
	margin:0 ;
	float:left;
}

#r_box{
	width:18%;
	margin:0;
	float:right;
}

/* ------------------------------------------------- */

#c_c{
	width:99%;
	margin: 0 1% 0 0;
	padding: 0;
	background:none;
	float:right;
}

#r_c{
	width:100%;
	margin:0;
	padding:0;
}

#r_c p{
	font-size:12px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 名前固定コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#l_c .cate-title, #r_c .cate-title, #l_c .news, #r_c .news{
	margin:0;
	padding:16px 12px 10px ;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フリースペース設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lower-contents {
	width:92%;
	margin:0 7% 0 0;
	padding:10px auto;
	float:left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コピーライト部分設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer p{
	width:96%;
	margin:0 auto;
	font-size:13px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング１* 
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

table#rankingver1{
	border-collapse: collapse;
	border:none;
}
table#rankingver1 tr{
	margin:0;
	border:none;
}
table#rankingver1 th{
	margin:0;
	padding: 0px 10px 2px 5px;
	background: #e0e0e0;
}
table#rankingver1 .r1-title-no1{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/%%OKANNO%%no1.png) no-repeat left center;
}
table#rankingver1 .r1-title-no2{
	font-size: 16px;
	color:#363434;
	line-height: 120%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/%%OKANNO%%no2.png) no-repeat left center;
}
table#rankingver1 .r1-title-no3{
	font-size: 16px;
	color:#363434;
	line-height: 120%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/%%OKANNO%%no3.png) no-repeat left center;
}
table#rankingver1 .r1-title-no4{
	font-size: 16px;
	color:#363434;
	line-height: 120%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/%%OKANNO%%no4.png) no-repeat left center;
}
table#rankingver1 .r1-title-no5{
	font-size: 16px;
	color:#363434;
	line-height: 120%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/%%OKANNO%%no5.png) no-repeat left center;
}
table#rankingver1 td{
	margin:0;
	padding: 10px;
	border-collapse: collapse;
	background-color: none;
	float:left;
}
table#rankingver1 td.r1-img{
	float: left;
	clear: both;
	width: 80%;
	text-align:center;
	margin:0px auto;
	padding: 10px;
	vertical-align: center;
	border-collapse: collapse;
}
table#rankingver1 td.r1-img img{
	margin:0 auto;
}
table#rankingver1 td p{
	font-size: 14px;
	line-height: 160%;
}
table#rankingver1 td p.catch{
	font-size: 16px;
	font-weight:bold;
	color:#ff0000;
	margin: 10px 0px;
}
table#rankingver1 td a{
	text-decoration:underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング２
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.rankingver2{
	margin:0;
	padding: 0;
	border: 1px solid #DDDCCC;
}
.title-outline{
	margin: 0;
	padding:0;
	background: #ECECEC url(img/ranking2-bg.png) repeat-x;
	border-top: 5px solid #F5F5F5;
	border-right: 5px solid #F5F5F5;
	border-left: 5px solid #F5F5F5;
}
.r2-title-no1{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/%%OKANNO%%no1.png) no-repeat 5px center;
	/* border-bottom: 2px solid #DDDCCC; */
}
.r2-title-no2{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/%%OKANNO%%no2.png) no-repeat 5px center;
	border-bottom: 2px solid #DDDCCC;
}
.r2-title-no3{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/%%OKANNO%%no3.png) no-repeat 5px center;
	border-bottom: 2px solid #DDDCCC;
}
.r2-title-no4{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/%%OKANNO%%no4.png) no-repeat 5px center;
	border-bottom: 2px solid #DDDCCC;
}
.r2-title-no5{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/%%OKANNO%%no5.png) no-repeat 5px center;
	border-bottom: 2px solid #DDDCCC;
}
.r2-contents{
	margin: 0px;
	padding: 10px;
	border-right: 5px solid #F5F5F5;
	border-bottom: 5px solid #F5F5F5;
	border-left: 5px solid #F5F5F5;
	clear:both;
}
p.r2-catch{
	font-size: 16px;
	font-weight:bold;
	color:#ff0000;
	margin: 10px 0px 20px;
}
.imgl-ranking img{
        width:80%;
	padding:10px 25px 10px 0px;
	float: left;
}
.rankingver2 img{
	max-width:300px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング３
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
table#rankingver3{
	margin:0;
	padding: 0;
	border-collapse: collapse;
}
table#rankingver3 th{
	font-size: 18px;
	color:#363434;
	line-height: 140%;
	margin:0;
	padding: 0px 10px 0px 5px;
	background: none;
	border-bottom:3px #CCC dotted;
}
table#rankingver3 .r3-title-no1{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/%%OKANNO%%no1.png) no-repeat left center;
}
table#rankingver3 .r3-title-no2{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/%%OKANNO%%no2.png) no-repeat left center;
}
table#rankingver3 .r3-title-no3{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/%%OKANNO%%no3.png) no-repeat left center;
}
table#rankingver3 .r3-title-no4{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/%%OKANNO%%no4.png) no-repeat left center;
}
table#rankingver3 .r3-title-no5{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/%%OKANNO%%no5.png) no-repeat left center;
}
table#rankingver3 td{
	margin:0;
	padding: 20px 10px 10px 10px;
	border-collapse: collapse;
	background-color: none;
	vertical-align:top;
	border: 0;
}
table#rankingver3 td.catch{
	font-size: 16px;
	font-weight:bold;
	color:#ff0000;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 10px 20px 5px 20px;
}
table#rankingver3 td.r3-img{
	float: left;
	clear: both;
	width: 80%;
	text-align:center;
	margin:0px auto;
	padding: 10px;
	vertical-align: center;
	border-collapse: collapse;
}
table#rankingver3 td.r3-img img{
	max-width:300px;
}
table#rankingver3 td.r3-contents{
	float: left;
	clear: both;
	margin:0px auto;
	padding: 10px;
	border-collapse: collapse;
	border-bottom: none;
}
table#rankingver3 td p{
	line-height:170%;
	padding: 5px;
	background: url(img/dot_line.png);
}
table#rankingver3 td a{
	text-decoration:underline;
}
/*--------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
--------------------------------------------------------*/
