@charset "utf-8";
/*
Template Name: スマートフォン用スタイルシート
*/

@media screen and (max-width: 480px) {
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ●style.css 画面の横幅が480px以下 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    
body {
        height: 480px;
        margin: 0;
        padding: 0;
		box-sizing: border-box;
}
p {
        font-size: 14px;
        line-height: 1.6;
}
.imgl, .imgr, .alignleft, .alignright {
    width: 100%;
    padding: 0 10% 10px;
    clear: both;
    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;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ハンバーガーメニュー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	
#top-navi-bg, .abc{
	display: none;
}
#naviall{ display: none;}
#dro_navi {
	display: block;
	position: absolute;
	top: 15px;
    right: 15px;
	z-index: 100;
}
#nav-dr { 
	display: block;
}
.nav-unsh { display:none;}
#nav-op { 
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}
#nav-op span, #nav-op span:before, #nav-op span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-op span:before {
    bottom: -8px;
}
#nav-op span:after {
    bottom: -16px;
}
#nav-cl {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
#nav-con {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;
    height: 100%;
    background: #FCFCFC;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}
#nav-in:checked ~ #nav-cl {
    display: block;
    opacity: .5;
}
#nav-in:checked ~ #nav-con {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#nav-con ul, #nav-con ul.children {
    width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
    text-align: left;
	list-style-type: none;
	box-sizing: border-box;
}
#nav-con ul li, #nav_clo{
	width: 100%;
	height: auto;
	line-height: 60px;
	padding: 0 16px 0 20px;
	float: left; 
	background: url(img/navi_line.png) bottom repeat;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
}
#nav_clo{
	padding: 0;
	font-weight: bold;
	background: #EFEFEF;
	border: 3px #FFFFFF solid;
}
#nav_clo label{
	float: right;
	margin: 20px 10px auto auto;
}
#nav_clo span{
	transform: translateY(7px) rotate(-45deg);
}
#nav_clo span:before {
	opacity: 0;
}
#nav_clo span:after{
	transform: translateY(-16px) rotate(90deg);
}
#nav-con ul li:last-child{	
	border-bottom: 1px #EFEFEF solid;
}
#nav-con ul li .fa, #nav-con ul li .fas,
#nav-con ul li .fal, #nav-con ul li .fab{
	margin-right: 8px;
}
#nav-con ul li ul li{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
#nav-con ul li ul li:last-child{	
	border-bottom: none;
}
#nav-con ul li a{
	display: block;
	color: #333333;
    text-decoration: none;
}
#nav-con ul li a:hover{
	color: #FF8800;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.breadcrumbs {
	width: 96%;
	margin: 0 2% -10px;
	padding: 10px 0 0;
    box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテイナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    
#container2r, #container2l,
#container1, #containerk2r,
#containerk2l, #containerk1 {
        width: 100%;
        margin: 0;
		padding: 0;
		box-sizing: border-box;
}
#containerk1 {
        width: 100%;
		box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    
#container2l #main,
#containerk2l #main {
        margin: 0px 2%;
        width: 96%;
		box-sizing: border-box;
}
#container2r #main,
#containerk2r #main {
        margin: 20px 2%;
        width: 96%;
		box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 日付の設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    
.title_area_bottom {
    width: 100%;
    max-height: 65px;
	padding: 12px 0 0;
    box-sizing: border-box;
}
.date_time, .left_time {
	margin: 0;
	background: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 続きを読む設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

a.more-link {
	margin: 10px 0 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;
    box-sizing: border-box;
} 
@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%;
}
#new-content .titlea {
    width: 80%;
    height: 25px;
    margin: 5px 0;
    padding: 8px 0;
    box-sizing: border-box;
}
}
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%;
	padding: 0;
	margin: 0;
	display: inline-block;
	overflow:hidden;
	clear: both;
}
#new-content .info .date {
	width: 98%;
	height: 25px;
	padding: 7px 0 0;
	margin: 2px 2% 0 0;
    box-sizing: border-box;
	float: left;
}
#new-content .titlea {
	width: 96%;
	height: auto;
	padding: 0 2% 2px;
    box-sizing: border-box;
	float: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */	

#foot-end {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
	box-sizing: border-box;
    background: #FFFFFF;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッターウィジェットエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_box_matome .mini_box {
        width: 96%;
        margin: 10px 2% 0;
        text-align: left;
        display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガ登録ページ/レビューページ基本レイアウト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine_in, #review_in {
	margin: 20px auto 0;
	padding: 30px 15px;
	text-align: left;
	overflow: hidden;
}
#mail_magazine h2 {
    margin: 25px -20px;
}
#bullet3 {
	margin: 0 0 10px;
}
#mail_magazine .bullet3_head {
	height: 0;
	padding-top: 30%;
}
#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: 15px;
}
_:lang(x)+_:-webkit-full-screen-document, 
#widget_form input.name-form:first-child {
  margin: 0 0 0;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* オプトイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	
.opt-in {
    min-height: 300px;
    margin: 0;
    padding: 35px 0 20px;
}
.opt-in br { display: none;}
#mail_magazine .opt-in p, #main .opt-in p,  #review .opt-in p { font-size: 12px;}
#mail_magazine .opt-title img, #review .opt-title img, .opt-title img{
	display: none;
}
#mail_magazine .opt-title, #review .opt-title, .opt-title {
	width: 100%;
	height: 120px;
	padding: 0;
	margin: 0;
	background: url(img/mrmg_title_s.png) bottom center no-repeat;
	background-size: contain; 
}
#mail_magazine input.btn, #review input.btn {
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	display: block;
}
#mail_magazine .ybox_btn input.btn, #main .ybox_btn input, #review .ybox_btn input {
    height: 40px;
    margin: 0 0 30px;
}
#mail_magazine .ybox_btn input.btn, #main .ybox_btn input {
    height: 70px;
    width: 100%;
    margin: 10px 0 10px;
    background: url(img/mailsend_s.png) bottom center no-repeat;
    background-size: contain;
}
#main .form_mail .mailleft, #mail_magazine .form_mail .mailleft, #review .form_mail .mailleft {
    width: 98%;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 15px 0 0;
    margin: 5px 1% 0;
    float: left;
	display:table-cell;
	vertical-align:middle;
}
.form_mail .mailleft img{
	vertical-align:middle;
}
	
#widget_form p.opt-catch {
  font-size: 18px;
  width: 100%;
}
#main #widget_form table.form_mail {
  margin: 10px 3% 0;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine .ybox_btn input.btn, #review .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, #review .ybox_btn input.btn:hover {
	background: url(img/mailsenda_s.png) center no-repeat;
	background-size: contain;
}
#mail_magazine .ybox_btn input.btn, #main .ybox_btn input, #review .ybox_btn input {
    height: 70px;
    width: 100%;
    margin: 0 ;
    background: url(img/mailsend_s.png) bottom center no-repeat;
    background-size: contain;
}
#review .easy_mode_button a {
	width: 100%;
	margin: 40px 0 20px;
}
#review .easy_mode_button a {
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 3px #555;
	display: block;
	overflow: hidden;
	background-size: 100% 100%;
	clear: both;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特定商取引法に基づく表記 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#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%;
    box-sizing: border-box;
}
#main_mail td.mail_e {
	width: 100%;
	font-size: 15px;
	padding: 20px 5%;
    box-sizing: border-box;
}
.entry-content, .entry-content-i, .entry-content-s{
	padding: 20px 13px;		
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイト説明文 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer-des p{
	width: 94%;
	margin: 0 3% 20px;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

このCSSファイルは、unlimited affiliate購入者の方のみに使用許可されるものです。
このCSSファイルの無断配布及び商用販売を固く禁じます。

Copyright 株式会社Mithril All rights Reserved.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
