/*
Template Name: スマートフォン用スタイルシート
*/

@media screen and (max-width: 480px) {
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ●style.css 画面の横幅が480px以下 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    
body {
        height: 480px;
        margin: 0;
        padding: 0;
}
p {
        font-size: 14px;
        line-height: 1.6;
}
.imgl, .imgr, .alignleft, .alignright {
		width: 80%;
        padding: 0 10% 10px;
        clear: both;
		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-o-box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1キーワード設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1 {
	width: 96%;
	margin: 0 2%;
	padding: 7px 0;
	font-size: 11px;
	font-weight: normal;
	color: #252525;
	text-align: left;
	background: #FFFFFF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top-navi-bg {
	width: 96%;
	height: 15px;
	margin: 0 2% 0;
	text-align: center;
}
#top-navi {
	width: 100%;
	margin: 0;
	background: none;
}
#top-navi ul{
	float: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h2タイトル設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    
h2.site-title {
        width: 96%;
        margin: 15px 2% 0;
}
h2.site-title img {
        height: auto;
        max-width: 100%;
        margin-bottom: 5px;
        overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    
.menubtn {
        display: block;
        line-height: 70px;
        background: #FAFAFA;
        color: #333333;
        font-weight: bold;
        text-align: center;
	border-top: 2px #EDEDED solid;
	border-bottom: 2px #EDEDED solid;
}
#global_space {
        width: 100%;
        position: relative;
}
.togmenu {
        display: none;
}
#g-navi-in ul {
        max-width: 480px;
        width: 100%;
        max-height: 350px;
        margin: 0;
}
#g-navi-in ul li {
        position: relative;
        height: 70px;
        width: 100%;
        margin: 0;
        padding: 0;
	background: #FFFFFF;
}
#g-navi-in ul li a {
        width: 80%;
        height: 70px;
        padding: 0 10%;
		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-o-box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    
.banner {
        width: 96%;
        margin: 5% 2% 1%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.breadcrumbs {
	width: 100%;
	margin: 0 2%;
	padding: 0 0 4%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテイナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    
#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;
		padding: 12px 0 0;
		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-o-box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	box-sizing: border-box;
}
.date_time, .left_time {
	margin: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 続きを読む設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

a.more-link {
	margin: 10px -30px 20px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* アイキャッチ画像設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    
.entry-content img.attachment-200x200,
.entry-content-i img.attachment-200x200 {
        clear: both;
        width: 70%;
        margin: 5px 15% 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドメニュー　*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    
#side-left {
        width: 96%;
        margin: 0px 2% 30px;
        padding: 0;
        text-align: left;
	clear: both;
}
#side-right {
        width: 96%;
        margin: 0px 2% 30px;
        padding: 0;
        text-align: left;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 検索フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#s, #right_folder #s, #left_folder #s {
	width: 65%;
	clear: both;
}
#searchsubmit, #searchsubmit:hover {
	width: 20%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最近の投稿 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul#eye_news li p,
#new-content ul#eye_news li p {
	width: 64%;
	max-height: 78px;
	font-size: 14px;
	padding: 0;
	margin: 11px 0 0 6%;
	line-height: 140%;
	overflow: hidden;
	float: left;
} 
@media screen and (max-width: 400px) {
ul#eye_news li p, #new-content ul#eye_news li p{
	width: 64%;
	max-height: 58px;
	margin: 8px 0 0 6%;
}
}
ul#eye_news .sub_date,
#new-content ul#eye_news .sub_date{
	font-size: 13px;
}
#footer_box_matome ul#eye_news .sf_daca, #footer_box_matome ul#eye_news li .sub_date, #footer_box_matome #eye_news p {
	width: 66%;
}
#footer_box_matome ul#eye_news .sub_date,#footer_box_matome #new-content ul#eye_news .sub_date {
    margin: -3px 0 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* TOP最近の投稿 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#new-content .info {
	width: 100%;
	max-height: 55px;
	padding: 0;
	margin: 0;
	display: inline-block;
	overflow: hidden;
	clear: both;
}
#new-content .info .date {
	width: 98%;
	height: 15px;
	margin: 0 2% 0 0;
	float: left;
}
#new-content .title {
	width: 100%;
	height: 25px;
	padding: 4px 0 2px;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッターウィジェットエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_box_matome .mini_box {
        width: 100%;
        margin: 10px 0 0;
        text-align: left;
        display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガ登録ページ/レビューページ基本レイアウト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine_in, #review_in {
	margin: 20px auto 0;
	padding: 30px 30px;
	text-align: left;
	overflow: hidden;
}
#mail_magazine .opt-in p {
	font-size: 14px;
	margin: 0 40px;
}
#mail_magazine .bullet3_body ul {
	text-align: left;
	margin: 0 20px;
	padding: 0;
}
#mail_magazine .bullet3_body li, #mail_magazine .bullet3_body li:last-child{
	font-size: 16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* オプトイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.opt-in {
    min-height: 300px;
    margin: 0;
    padding: 35px 0 20px;
}
#mail_magazine .opt-title img,
#review .opt-title img{
	display: none;
}
#mail_magazine .opt-title, #review .opt-title{
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
    background: url(img/mrmg_title_s.png) center top no-repeat;
    background-size: contain;
    overflow: hidden;
    font-size: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine .ybox_btn input.btn {
	background: url(img/mailsend_s.png) center no-repeat;
	background-size: contain;
	overflow: hidden;
	font-size: 0;
}
#mail_magazine .ybox_btn input.btn:hover {
	background: url(img/mailsenda_s.png) center no-repeat;
	background-size: contain;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特定商取引法に基づく表記 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main_mail tr{
	display: block;
        margin-bottom: 0;
}
#main_mail th,
#main_mail td{
        display: list-item;
        border: none;
}
#main_mail th.mail_t {
	width: 100%;
	font-size: 15px;
	padding: 20px 5%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#main_mail td.mail_e {
	width: 100%;
	font-size: 15px;
	padding: 20px 5%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

このCSSファイルは、unlimited affiliate購入者の方のみに使用許可されるものです。
このCSSファイルの無断配布及び商用販売を固く禁じます。

Copyright 株式会社Mithril All rights Reserved.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
