﻿@charset "utf-8";
/* CSS Document */

.pc {
	display: block;
}

.sp {
	display: none;
}

body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #bd1f03;
	text-decoration: underline;
}
a:active {
	color: #bd1f03;
}

#contents {
	width: 980px;
	line-height: 1.3em;
	font-family: ;
	margin: 0 auto;
}

.mainimg {
	margin-bottom: 40px;
}

.mainimg img {
	vertical-align: text-bottom;
	line-height: 0;
}

.blog_list {
	width: 640px;
	margin-left: 40px;
}

.blog_title {
	margin-bottom: 20px;
}

.mr_40 {
	margin-right: 40px;
}

.mb_40 {
	margin-bottom: 40px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.blog_list_div {
	width: 300px;
	margin-bottom: 40px;
	border-bottom: 1px #dd960f dotted;
}

.blog_list_img img {
	border-bottom: 5px #dd960f solid;
	margin-bottom: 10px;
}

.obento_list_div {
	width: 300px;
	margin-bottom: 40px;
	border-bottom: 1px #9fc238 dotted;
}

.obento_list_img img {
	border-bottom: 5px #9fc238 solid;
	margin-bottom: 10px;
}

.otsumami_list_div {
	width: 300px;
	margin-bottom: 40px;
	border-bottom: 1px #e5a141 dotted;
}

.otsumami_list_img img {
	border-bottom: 5px #e5a141 solid;
	margin-bottom: 10px;
}

.blog_list_title {
	width: 300px;
	font-size: 12pt;
	padding: 10px 0;
}

.blog_list_icon span {
	vertical-align: top;
}

.blog_list_icon img {
	margin: 0 10px 10px 10px;
	float: left;
}

.twitter_area {
	margin: 20px 0;
}

.twitter_area span {
	display: block;
	margin-bottom: 10px;
	color: #055db0;
}

.side_navi {
	width: 250px;
	float: right;
	font-size: 10pt;
	vertical-align: top;
}

.side_title {
	margin-bottom: 20px;
}

.side_navi ul {
	list-style-image: none;
	list-style-position: inherit;
	list-style-type: none;
	padding: 0;
}

.side_navi ul li {
	padding-bottom: 32px;
}

#side {
	float: right;
}

#side ul li img {
	width: 80px;
	float: left;
	padding-right: 10px;
}

.side_text {
	vertical-align: top;
}

.side_bnr_area img {
	margin-bottom: 30px;
}

.blog_article {
	width: 640px;
	margin-left: 40px;
}

.blog_article_title {
	width: 640px;
	border-bottom: 1px #dd960f dotted;
	border-top: 5px #dd960f solid;
	font-size: 16pt;
	font-weight: bold;
	padding: 10px 0 15px 0;
	margin-bottom: 40px;
}

.bento_article_title {
	width: 640px;
	border-bottom: 1px #9fc238 dotted;
	border-top: 5px #9fc238 solid;
	font-size: 16pt;
	font-weight: bold;
	padding: 10px 0 15px 0;
	margin-bottom: 40px;
}

.otsumami_article_title {
	width: 640px;
	border-bottom: 1px #e5a141 dotted;
	border-top: 5px #e5a141 solid;
	font-size: 16pt;
	font-weight: bold;
	padding: 10px 0 15px 0;
	margin-bottom: 40px;
}

.blog_article_title span {
	padding: 0 10px;
	float: left;
}

.bento_article_title span {
	padding: 0 10px;
	float: left;
}

.otsumami_article_title span {
	padding: 0 10px;
	float: left;
}

.blog_article_title_text {
	margin-top: 10px; 
	padding: 0;
}

.blog_article_movie {
	margin-bottom: 20px;
	width: 640px;
	height: 360px;
}

.blog_article_images {
	margin-bottom: 30px;
}

.blog_article_text {
	line-height: 1.6em;
}

.gotop {
	width: 640px;
	margin: 10px 0 40px 40px;
}

.gotop a {
	padding-top: 10px;
	margin: 10px 0;
	display: block;
}




@media only screen and (max-width: 640px) {
html {
	max-width:640px;
	width: 100%;
	background-color: #ffffff;
}

body{
	background-color: #ffffff;
}
	
.pc {
	display: none;
}

.sp {
	display: block;
}	
	
#contents {
	width: 100%;
	max-width: 640px;
	line-height: 1.3em;
	margin: 0 auto;
}
	
.mainimg {
	margin-bottom: 20px;
}

.mainimg img {
	vertical-align: text-bottom;
	line-height: 0;
	width: 100%;
}	
	
.blog_list {
	margin: 0 auto;
	width: 90%;
}

.blog_title img {
	width: 100%;
}

.blog_list_img img {
	border: 0;
	padding: 0;
	margin-bottom: 30px;
	width: 100%;
}

.twitter_area span {
	display: block;
	margin-bottom: 10px;
	color: #055db0;
	text-align: center;
}
	
.side_navi {
	width: 100%;
	font-size: 12pt;
	line-height: 1.2em;
	background-color: #ffffff;
	margin: 0 auto;
}
	
.side_title img {
	margin-bottom: 10px;
	width: 90%;
}	

.side_navi ul {
	width: 90%;
	background-color: #ffffff;
	margin: 0 auto;
}
	
.side_navi ul li {
	display: block;
}

.side_navi ul li img {
	width: 20%;
	padding-right: 10px;
	float: left;
}

.side_navi span {
	vertical-align: top;
}

.side_title {
	margin: 0 0 5% 5%;
}

.side_bnr_area {
	margin: 0 auto;
	width: 90%;
}

.side_bnr_area img {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.blog_article {
	width: 90%;
	margin: 0 auto;
}

.blog_article_title {
	width: 100%;
	border-bottom: 1px #dd960f dotted;
	border-top: 5px #dd960f solid;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 0 15px 0;
	margin-bottom: 25px;
}

.blog_article_title span {
	padding: 0 10px;
	float: left;
}
	
.blog_article_title_text {
	margin-top: 10px; 
	padding: 0;
}

.bento_article_title {
	width: 100%;
	border-bottom: 1px #9fc238 dotted;
	border-top: 5px #9fc238 solid;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 0 15px 0;
	margin-bottom: 25px;
}

.bento_article_title span {
	padding: 0 10px;
	float: left;
}
	
.bento_article_title_text {
	margin-top: 10px; 
	padding: 0;
}
	
.otsumami_article_title {
	width: 100%;
	border-bottom: 1px #e5a141 dotted;
	border-top: 5px #e5a141 solid;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 0 15px 0;
	margin-bottom: 25px;
}

.otsumami_article_title span {
	padding: 0 10px;
	float: left;
}
	
.otsumami_article_title_text {
	margin-top: 10px; 
	padding: 0;
}

.blog_article_movie {
	margin-bottom: 20px;
	width: 100%;
	max-width: 640px;
}
	
.blog_article_movie iframe {
	margin-bottom: 20px;
	width: 100%;
	height: 95%;
	max-width: 640px;
	max-height: 360px;
}
	
.blog_article_images {
	margin-bottom: 20px;
}
	
.blog_article_images img {
	width: 100%;
}

.blog_article_text {
	line-height: 1.6em;
}	

.gotop {
	width: 90%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.gotop a {
	margin: 0;
}
	
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu img {
    max-width: 99%;
}
	
}