@charset "utf-8";
i {
	font: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#logo {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	margin: 55px auto 10px;
	padding: 0 10px -50px;
	max-width: 1200px;
	height: 100%;
}
#logo img {
	width: 100%;
}
.dammy_box {
	width: 300px;
}
ul.pc_banner {
	display: flex;
}
#contents li {
	list-style-type: none;
}
#contents {
	width: 100%;
	max-width: 1200px;
	margin: 10px auto 0;
}
#contents img {
	width: 100%;
	max-width: 1200px;
}
#contents #main_img {
	max-width: 1500px;
	padding: 0 10px;
}
#contents .main_img02 {
	width: 100%;
}
ul.pc_banner li {
	margin-left: 10px;
}
ul.pc_banner li:last-child {
	margin-right: 10px;
}
#smart_contents {
	display: none;
}
#contents02 {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.title {
	position: absolute;
	top: -45px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0 auto;
}
.btn1 {
	position: absolute;
	bottom: -50px;
	right: 0px;
	left: 0px;
	margin: 0 auto;
}
.btn1 a img:hover {
	opacity: 0.8;
}
.btn2 {
	position: absolute;
	right: 0px;
	bottom: -50px;
	left: 0px;
	margin: 0 auto;
}
.btn2 a img:hover {
	opacity: 0.8;
}
.btn3 {
	position: absolute;
	bottom: -45px;
	right: 0px;
	left: 0px;
	margin: 0 auto;
}
#old_info_btn a img:hover {
	opacity: 0.8;
}
/*.year_button_area {
	background: #333;
}*/
#log {
	position: relative;
	width: 520px;
	height: auto;
	background: #fff;
	border-radius: 50px;
	border: solid 2px #3d3d3d;
	border-top: 50px solid #3d3d3d;
	border-bottom: 50px solid #3d3d3d;
	display: inline-block;
	margin: 0 0px 0px;
	margin-left: 10px;
}
#twitter_area {
	position: relative;
	width: 500px;
	display: none;
	background: #fff;
	border-radius: 50px;
	border: solid 2px #3d3d3d;
	border-top: 50px solid #3d3d3d;
	border-bottom: 50px solid #3d3d3d;
	display: inline-block;
	padding: 10px 10px 10px;
	margin: 0 0 0px;
	margin-left: 10px;
	text-align: center;
	font-size: large;
}
#iPad_twitter {
	border-top: 2px #000000 dotted;
	border-bottom: 2px #000000 dotted;
	overflow-y: scroll;
}
#twitter_area a {
	text-decoration: none;
	color: #0645ad;
	font-size: medium;
}
#twitter_area a:hover {
	text-decoration: underline;
}
#prodact_slider_area {
	position: relative;
	width: 500px;
	background: #fff;
	border-radius: 50px;
	border: solid 2px #3d3d3d;
	border-top: 50px solid #3d3d3d;
	border-bottom: 50px solid #3d3d3d;
	display: inline-block;
	text-align: center;
	padding: 10px 0px 0px 10px;
	margin: 0 0 0px;
	margin-left: 10px;
	margin-right: 10px;
}
#prodact_slider_area a {
	color: #0645ad;
	text-decoration: none;
	font-size: medium;
}
#prodact_slider_area a:hover {
	text-decoration: underline;
}
#prodact_slider_area a {
	background: transparent;
	text-decoration: none;
}
#prodacts_list {
	border-top: 2px #000000 dotted;
	border-bottom: 2px #000000 dotted;
	height: 500px;
	overflow-x: hidden;
}
#prodacts_list li {
	list-style-type: none;
}
#prodacts_list img {
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
}
#smart_prodact_slider_area {
	position: relative;
	display: none;
	background: #000;
}
#smart_twitter_area {
	position: relative;
	display: none;
	width: 500px;
	height: auto;
	background: #fff;
	border-radius: 50px;
	border: solid 2px #3d3d3d;
	border-top: 50px solid #3d3d3d;
	padding: 20px 10px 40px;
	margin: 0 0 70px;
	margin-left: 10px;
}
#log_content_area {
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
	padding: 10px 10px 10px;
	overflow: hidden;
}
#info_list {
	float: left;
	width: 100%;
	height: auto;
}
.info {
	border-bottom: 2px #000000 dotted;
}
.info:first-child {
	border-top: 2px #000000 dotted;
}
.log_img {
	vertical-align: top;
}
.log_img img {
	width: 60px;
	height: 60px;
}
.text_area {
	width: 100%;
	text-align: left;
	padding-left: 10px;
}
.log_date {
	font-size: small;
}
.log_title {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
}
.log_content {
	font-size: 14px;
}
.log_content img {
	width: 100%;
	height: 10%;
}
#smart_twitter {
	display: none;
}
/*スタッフ募集　お問い合わせ*/
#contents3 {
	width: 100%;
	max-width: 1200px;
	margin: 10px auto 65px;
}
#contents3 ul {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
}
#contents3 li {
	list-style-type: none;
}
#contents3 img {
	width: 100%;
	max-width: 1000px;
}
#contents3 li:last-child {
	margin-right: 10px;
}
#contents3 li {
	margin-left: 10px;
}
/*ENDスタッフ募集　お問い合わせ*/
#smart_contents2 {
	display: none;
}
#smart_contents2 li {
	list-style-type: none;
}
 @media screen and (max-width: 1412px) {
.text_area {
	font-size: small;
}
.log_date {
	font-size: x-small;
}
}
 @media screen and (max-width: 1100px) {
#prodact_slider_area a {
	font-size: small;
}
}
 @media screen and (max-width: 1000px) {
#prodact_slider_area {
	display: none;
}
#log {
	margin-bottom: 10px;
}
.text_area {
	font-size: small;
}
.log_date {
	font-size: x-small;
}
#twitter_area {
	margin-bottom: 10px;
	margin-right: 10px;
}
#smart_prodact_slider_area {
	max-width: 1000px;
	min-height: 100px;
	max-height: 100%;
	background: #fff;
	text-align: center;
	border-radius: 50px;
	border: solid 2px #3d3d3d;
	border-top: 50px solid #3d3d3d;
	border-bottom: 50px solid #3d3d3d;
	display: block;
	padding: 0;
	margin: 0 10px 0px;
	color: #000;
}
#smart_prodact_slider_area #mobile_prodacts_list img {
	max-width: 100%;
}
#smart_prodact_slider_area a {
	color: #0645ad;
	text-decoration: none;
}
#smart_prodact_slider_area a:hover {
	text-decoration: underline;
}
}
 @media screen and (max-width: 700px) {/*スマフォ想定*/
.dammy_box {
	display: none;
}
#logo {
	margin: 45px auto 10px;
}
#keroQ_logo {
	padding-left: 10px;
	padding-right: 5px;
}
#Makura_logo {
	padding-right: 10px;
	padding-left: 5px;
}
#smart_contents {
	padding: 0 10px;
}
ul.pc_banner {
	display: none;
}
ul.smart_banner {
	display: flex;
	flex-direction: column;
}
ul.smart_banner li {
	width: 100%;
	height: 100%;/*IE対策*/
}
#smart_contents img {
	width: 100%;
}
#contents #main_img {
	display: none;
}
#contents #smart_contents {
	display: block;
}
#log_content_area {
	padding: 10px 10px 10px;
}
#log {
	width: 100%;
	margin-right: 10px;
}
.log_img img {
	width: 50px;
	height: 50px;
}
.text_area {
	font-size: small;
}
.log_date {
	font-size: x-small;
}
#info_list {
	max-width: 100%;
	height: auto;
}
#twitter_area {
	display: none;
}
#smart_twitter_area {
	display: block;
	width: auto;
	padding: 0 10px 10px;
	margin: 0 10px 10px;
}
#smart_twitter {
	display: inline;
	margin-top: 10px;
	max-width: 100%;
}
#smart_prodact_slider_area {
	margin: 0 10px 0px;
	font-size: small;
}
#contents3 {
	display: none;
}
#smart_contents2 {
	display: inline-block;
	margin: 10px 0 45px;
	max-width: 700px;
	text-align: center;
	padding: 0 10px;
}
#smart_contents2 img {
	width: 100%;
}
}
