/*
Template Name: スマートフォン用スタイルシート
*/
@media screen and (max-width:480px){


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ●style.css 画面の横幅が480px以下 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

body { 
	height:480px;
	margin:0;
	padding:0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1キーワード設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1 {
	width: 96%;
	margin: 0 2%;
	padding: 7px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top-navi {
	width: 98%;
	margin: 0 2% 0 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h2タイトル設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h2.site-title {
	width: 96%;
	margin: 15px auto 0;
}
h2.site-title img{
	height: auto;
	max-width: 100%;
	margin-bottom: 5px;
	overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menubtn {
	display: block;
	line-height: 70px;
	background: #333333;
	color: #fff;
	font-weight:bold;
	text-align: center;
}
#global_space {
	width:100%;
	position: relative;
}
.togmenu {
	display: none;
}
#g-navi-in ul{
	wax-width: 480px;
	width: 100%;
	max-height: 275px;
	margin: 0;
}
#g-navi-in ul li{
	position: relative;
	height: 55px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#g-navi-in ul li a{
	width: 80%;
	height: 55px;
	padding: 0 10%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.banner {
	width: 95%;
	height: auto;
	margin: 10px auto 0;
	padding: 1px;
	border: solid 1px #D2D2D2;
}
.banner-in{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.banner-in img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテイナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container2r, #container2l, #container1, #containerk2r, #containerk2l, #containerk1 {
	width: 100%;
	margin: 0;
}
#containerk1 {
	width: 100%;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container2l #main, #containerk2l #main {
	margin: 0px 2%;
	width: 96%;
}
#container2r #main, #containerk2r #main {
	margin: 0px 2%;
	width: 96%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 日付の設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.title_area_bottom {
	width: 100%;
	max-height: 65px;
}
.date_time { 
	width: 100%;
	min-height: 18px;
	padding: 0 0 0 23px;
	background: url(img/date.png) left 2px no-repeat;
}
.left_time { 
	width: 100%;
	min-height: 18px;
	margin: -5px 0 5px 0 ;
	padding: 0 0 0 23px;
	background: url(img/time.png) left 3px no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事ページナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kiji-navigation .kijinavi-left a{
	width: 40%;
	margin-left: 2%;
	padding-left: 8%;
}
.kiji-navigation .kijinavi-left a:hover{
	width: 37%;
	margin-left: 0;
	padding-left: 13%;
}
.kiji-navigation .kijinavi-right a{
	width: 40%;
	margin-right: 2%;
	padding-right: 8%;
}
.kiji-navigation .kijinavi-right a:hover{
	width: 37%;
	margin-right: 0;
	padding-right: 13%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドメニュー　*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#side-left {
	float: left;
	width: 96%;
	margin: 0px 2% 20px 2%;
	padding: 0;
	text-align: left;
}
#side-right {
	float: right;
	width: 96%;
	margin: 0px 2% 20px 2%;
	padding: 0;
	text-align: left;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* 最近の投稿(サイド・フッター) */
/* ──────────────────────────────────────────────────────────────────────── */
ul#eye_news li p, #new-content ul#eye_news li p{
	width: 64%;
	max-height: 72px;
	font-size: 14px;
	padding: 0 0 0;
	margin: 5px 1% 0 5%;
	line-height: 130%;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* 最近の投稿(メイン) */
/* ──────────────────────────────────────────────────────────────────────── */

#new-content li {
	line-height:100%;
	margin: 0;
	padding: 5px 10px;
}
#new-content .info {
	width: 100%;
	max-height: 70px;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
	float: left;
}
#new-content .title{
	width: 96%;
	max-height: 42px;
	margin: 0 2%;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* 最近の投稿(ボトム) */
/* ──────────────────────────────────────────────────────────────────────── */
#footer_box_matome ul#eye_news .sf_daca{
	width: 75%;
} 
#footer_box_matome ul#eye_news li .sub_date{
	width: 75%;
	margin: 0;
	float: left;
} 
#footer_box_matome #eye_news p{
	margin-top: 3px;
	width: 75%;
	font-size: 12px;
	max-height: 46px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッターウィジェットエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_box_matome {
	width: 96%;
	margin: 0 2%;
}
#footer_box_matome .mini_box {
	width: 100%;
	margin: 10px 0 0;
	color: #FFF;
	text-align: left;
	display: block;
	float: left;
}

/* 個人情報の管理・取扱い */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#about-privacy {
	width: 80%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer-des {
	width: 96%;
	margin: 0 2%;
	background-color: #333333;
	border-bottom: 1px solid #000000;
	overflow /**/: hidden;
}
#foot-end {
	width: 96%;
	margin: 0px 2%;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* サイト内検索(メイン) */
/* ──────────────────────────────────────────────────────────────────────── */

.c_c_t_w #searchsubmit, .c_c_b_w #searchsubmit{
	width: 26%;
	margin: 2px 0 0;
	float: right;
}
.c_c_t_w #s, .c_c_b_w #s{
	margin: 2px 0 0;
	padding: 13px 10px;
	width: 66%;
	float: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガ登録ページ/レビューページ基本レイアウト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mail_magazine, #review {
	width: 96%;
	margin: 20px 2%;
	padding: 0;
}
#mail_magazine h1, #review h1{
	width: 100%;
	margin: 0;
	padding: 0;
}
#mail_magazine_in, #review_in {
	margin: 0;
	padding: 0;
}

#mail_magazine p, #review p, #mail_magazine_in p, #review_in p {
	font-size: 16px;
	line-height: 160%;
	padding: 0;
}
#widget_form {
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}
#wrapper3 #widget_form p, #wrapperk3 #widget_form p {
	padding: 0 10px;
}

/* 見出し */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#review h2, #mail_magazine h2{
	font-size: 18px;
}
#review h3, #mail_magazine h3{
	font-size: 16px;
}
#review h4, #mail_magazine h4{
	font-size: 16px;
}
#review h5, #mail_magazine h5{
	font-size: 16px;
}

/* オプトイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.opt_blue{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.opt-in {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url("img/mrmg_back.png") repeat scroll 0% 0%;
	background-size:contain;
	text-align: center;
	overflow: hidden;
}
#mail_magazine .opt-in p.white{
	margin: 0 20px;
}
#mail_magazine p.opt-catch {
	max-height: 60px;
	font-size: 16px;
	padding: 0;
	line-height: 20px;
	background: url(img/mrmg_title.png) bottom center no-repeat;
	background-size: 100%;
}
input.name-form {
	font-size: 14px;
	width: 40%;
	padding: 6px 1%;
	margin: 0 1% 5px;
}
#widget_form input.name-form {
	font-size: 14px;
	width: 40%;
	padding: 6px 1%;
	margin: 0 1% 5px;
}

/* メール入力フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メール入力フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.mrmg_lock{
	background: url(img/mrmg_lock.png) 5px 0px no-repeat;
}

.ybox{
	margin: 0 15px 25px;
	padding: 10px 5px 3px;
}

/* ボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mail_magazine .ybox_btn{
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	overflow: hidden;
}
#mail_magazine .ybox_btn input.btn{
	max-height: 91px;
	max-width: 95%;
	margin: 10px;
	padding:0;
	background: url(img/mailsend_s.png) center no-repeat;
	background-size:contain;
	overflow: hidden;
	text-decoration: none;
}
#mail_magazine .ybox_btn input.btn:hover{
	max-height: 91px;
	max-width: 95%;
	margin: 10px;
	padding:0;
	background: url(img/mailsenda_s.png) center no-repeat;
	background-size:contain;
	overflow: hidden;
	text-decoration: none;
}
#review .easy_mode_button a {
	width: 82%;
	height: auto;
	text-align: left;
	padding-left: 8%;
	line-height: 48px;
	font-size: 18px;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* ランキング１ */
/* ──────────────────────────────────────────────────────────────────────── */

table#rankingver1{
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
table#rankingver1 tr{
	margin:0;
	border: 1px solid #CCCCCC;
}
table#rankingver1 th{
	margin:0;
	padding: 0px 10px 0px 5px;
	background: #EFEFF1 url(img/ranking-bg.png) repeat-x;
	border: 1px solid #CCCCCC;
}
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/01no1.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/01no2.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/01no3.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/01no4.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/01no5.png) no-repeat left center;
}
table#rankingver1 td{
	margin:0;
	padding: 10px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
table#rankingver1 td.r1-img{
	margin:0px auto;
	border-collapse: collapse;
	border-right: 1px solid #CCCCCC;
}
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{
	width: 100%;
	margin:0;
	padding: 0;
	border: 1px solid #CCCCCC;
}
.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/01no1.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-title-no2{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/01no2.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-title-no3{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/01no3.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-title-no4{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/01no4.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-title-no5{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/01no5.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-contents{
	margin: 0px;
	padding: 10px;
	border-right: 5px solid #F5F5F5;
	border-bottom: 5px solid #F5F5F5;
	border-left: 5px solid #F5F5F5;
	clear:both;
}
.r2-catch{
	font-size: 16px;
	font-weight:bold;
	color:#ff0000;
	margin: 10px 0px;
}
.imgl-ranking {
	padding:10px 25px 10px 0px;
	float: left;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* ランキング３ */
/* ──────────────────────────────────────────────────────────────────────── */

table#rankingver3{
	width: 100%;
	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: #FFFFFF;
}
table#rankingver3 .r3-title-no1{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/01no1.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/01no2.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/01no3.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/01no4.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/01no5.png) no-repeat left center;
}
table#rankingver3 td{
	margin:0;
	padding: 20px 10px 10px 10px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	vertical-align:top;
	border: 1px solid #CCCCCC;
}
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;
	border-bottom: 0;
}
table#rankingver3 td.r3-img{
	margin:0px auto;
	padding: 10px;
	border-collapse: collapse;
}
table#rankingver3 td.r3-contents{
	margin:0px auto;
	padding: 10px;
	border-collapse: collapse;
	border-left: 0;
}
table#rankingver3 td p{
	line-height:25px;
	padding: 0px 0px 0px 0px;
	background: url(img/r-line.gif);
}
table#rankingver3 td a{
	text-decoration:underline;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

このCSSファイルは、unlimited affiliate購入者の方のみに使用許可されるものです。
このCSSファイルの無断配布及び商用販売を固く禁じます。

Copyright 株式会社Mithril All rights Reserved.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


