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


/*===============================================
●style.css 画面の横幅が480px以下
===============================================*/

body { 
	max-width:480px;
	margin:0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h2サイトタイトル設定 */	
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
h2{
	max-width:100%;
	padding:10px 15px 8px 40px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー部分設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#top_box{
	width:auto;
	max-width:768px;
	min-height:65px;
	margin:0 auto;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* twitter hatena ボタン設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#bm_box{
	display:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* nav_box */
#nav_box {
	width:100%;
    position: relative;
}
#menu_icon {
    width:100% !important;
	height:35px;
	line-height:25px;
	color:#6A514A;
	font-weight:bold;
    display: block;
}
#nav_box{
	width:100%;
	height:35px;
	margin:0 0 6px;
	*margin:0 0 3px;
	padding:8px 0 0px;
	display:block;
	list-style-type:none;
	text-align:center;
	clear:both;
}
#nav_box ul {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	font-weight:bold;
	line-height:35px;
	text-decoration:none;
	display:block;
	overflow:hidden;
	border-bottom:1px #D9CDC3 solid;
    display:none;
}
#nav_box ul li, #nav_box ul li.first, #nav_box ul li.last{
	min-width:100%;
	height:35px;
	margin:0;
	padding:auto;
	line-height:35px;
	text-align:center;
	background:#FFFFFF;
    clear:both;
}
#nav_box ul li a, #nav_box ul li.first a, #nav_box ul ul li a{
	width:100%;
	height:35px;
	margin:0;
	padding:auto;
	line-height:35px;
	background:#FFFFFF;
}
#nav_box ul li a:hover, #nav_box ul li.first a:hover, #nav_box ul ul li a:hover{
    color:#F80;
	text-decoration:none;
	font-weight:bold;
	background:#FFFFFF;
}
#nav_box ul ul {
    width:auto;
    position:static;
    display:block;
    border:none;
}
#nav_box ul ul li {
    margin:3px 0;
	padding:0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインバナー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#img{
	width:99%;
	margin:15px 0.5% 10px;
	min-height:70px;
	background:url(img/banner.png) center no-repeat;	
	-moz-background-size:contain;
	background-size:contain; 
	border:none;
	box-shadow: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 本体設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#centerin_box{
	width:98%;
	margin:0;
	padding:0 1%;
	overflow:hidden;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#bread_box p{
	width:96%;
	margin:0 2% 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインコンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#left_box{
	width:100%;
	height:auto!important;
	margin:0;
	padding:0;
	clear:both;
}
#right_box{
	width:96%;
	height:auto!important;
	margin:0 1%;
	padding:1%;
	clear:both;
}

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

#c_box{
	width:94%;
	margin:0 0 15px;
	padding:0 3%;
	box-shadow:none;
}
#l_box{
	width:90%;
	margin:0 2% 15px;
	padding:3%;
	box-shadow:none;
}
 #r_box{
	width:94%;
	margin:0 0 15px;
	padding:3% 3% 4%;
	box-shadow:none;
}
#l_box p, #r_box p{
	font-size:12px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 名前固定コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry-title{
	margin: 15px auto 0;
}
.cate-title, .news{
	width:auto!important;
}
.side-title{
	width:auto!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フリースペース設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.freespace1{
	margin:15px 3% 0;
	*margin:8px 1.5% 7px;
}
.freespace2{
	margin:15px 0 0;
	*margin:5px 0 0;
}
.freespace3{
	margin:15px 0 0;
	*margin:5px 0 0;
}
#lower-contents {
	min-height:33px;
	margin:0 1.5% 15px;
	padding:0;
	clear: both;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/*サイト説明設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#siteex_box{
	padding:0px 0 2px;
	border-top:none;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コピーライト部分設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#bottom_m{
	width:100%;
	margin:0;
	padding:0;
	font-size:13px;
	background:#205D82;
}
#bottom_m p{
	width:100%;
	height:auto;
	margin:0;
	font-size:12px;
	text-align:center;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング１
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
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: 140%;
	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: 140%;
	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: 140%;
	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: 140%;
	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;
	clear:both;
}
table#rankingver1 td.r1-contents{
	float: left;
	clear: both;
	margin:0px auto;
	padding: 10px;
	border-collapse: collapse;
	border-bottom: 1px solid #DDDCCC;
}
table#rankingver1 td p{
	line-height:170%;
	padding: 1px 0px 0px 0px;
	background:none;
}
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 {
	padding:10px 25px 10px 0px;
	float: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング３
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
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: 100%;
	text-align:center;
	margin:0px auto;
	padding: 10px;
	vertical-align: center;
	border-collapse: collapse;
}
}
/*--------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
--------------------------------------------------------*/
