@charset "utf-8";

@media screen and (max-width: 450px) {
body{
	width: 100%;
	height: 100%;
	margin: 0px;
	font-size: 13px;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
h1,p {
	color: #4f4f4f;
	font-family: "ＭＳ ゴシック,ヒラギノ角ゴ ProN W3";
	margin: 0px;
}
h1 {font-size: 13px}
p {font-size: 11px}
a {font-family: "ＭＳ ゴシック,ヒラギノ角ゴ ProN W3";}
a:link { color: #4f4f4f;}
a:visited { color: #4f4f4f; }
a:hover { color: #4f4f4f; }
a:active { color: #4f4f4f; }

.info-box{
	position: relative;
	height: 65px;
	overflow: visible;
	margin-bottom: 10px;
	color: #505050;
	padding: 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 31%,
		#ffffff 36%,
		#dedede);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.31, #ffffff),
		color-stop(0.36, #ffffff),
		to(#dedede));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #858585;
	-moz-box-shadow:
		1px 3px 4px rgba(000,000,000,0.6),
		inset 0px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		1px 3px 4px rgba(000,000,000,0.6),
		inset 0px 0px 0px rgba(255,255,255,1);
	box-shadow:
		1px 3px 4px rgba(000,000,000,0.6),
		inset 0px 0px 0px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
}

div.info-box a {
	display: block;
	text-decoration: none;
	height: 100%;
	width: 100%;
}

.tag{
	background-color: #505050;
	color:#fff;
	margin: 0 5px;
	padding: 1px 20px;
	background: -moz-linear-gradient(
		top,
		#42ff42 0%,
		#146600);
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
p.date {
	text-align: right;
	position: absolute;
	right: 20px;
	bottom:10px;
}
.info-box .img{
	float: left;
	max-height: 65px;
	margin-right: 5px;
	clear: both;
}
.info-content .img{
	float: left;
	max-height: 65px;
	margin-right: 5px;
	clear: both;
}
.pink {
	color: #ff5a82;
}
.green {
	color: #00e100;
}
.blue {
	color: #1e1eff;
}
.yellow {
	color: #FFD700;
}
button.button1 {
	font-size: 13px;
	color: #ffffff;
	background: #ff3b72;
	-moz-border-radius: 40px;
	border-radius: 50px;
	-moz-box-shadow:
		1px 1px 1px rgba(203,30,67,0.6),
		inset 0px 0px 0px rgba(203,30,67,1);
	-webkit-box-shadow:
		1px 1px 1px rgba(203,30,67,0.6),
		inset 0px 0px 0px rgba(203,30,67,1);
	width: 100%;
	height: 60px;
}
/****** infomation detail  ******/
div.detail {
	width: 100%;
}
div.detail p {
	padding-left: 10px;
	font-size: 13px;
  line-height: 17px;
}
.detail-top {
	width:100%;
	height: 45px;
}
.back {
	float:left;
}
.title {
	height: 45px;
	padding-left: 50px;
}
.title h1 {
	font-size: 15px;
	font-weight:500;
}
div.detail p.date {
	text-align: left;
	position: static;
	padding: 3px 0px 0px 0px;
	font-size: 12px;
}
div.detail p.date span.tag {
	font-size: 12px;
	padding: 0px 20px;
}
.back a {
	display: inline-block;
	width: 43px;
	height: 44px;
}
.back img {
	width: 43px;
	z-index: 100;
	border: none;
}
div.detail img.img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 72%;
	margin-bottom: 10px;
	margin-top:10px;
}

img.content_img {
	max-height: 45px;
}

div.content_box {
	margin-right: 0.5px;
	margin-left: 0.5px;
}

.overflow_scroll {
height: 85%;
overflow: scroll;
-webkit-overflow-scrolling: touch
}

}

@media screen and (min-width: 451px) and (max-width: 791px) {
body{
	width: 100%;
	height: 100%;
	margin: 0px;
	font-size: 13px;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
h1,p {
	color: #4f4f4f;
	font-family: "ＭＳ ゴシック,ヒラギノ角ゴ ProN W3";
	margin: 0px;
}
h1 {font-size: 13px}
p {font-size: 11px}
a {font-family: "ＭＳ ゴシック,ヒラギノ角ゴ ProN W3";}
a:link { color: #4f4f4f;}
a:visited { color: #4f4f4f; }
a:hover { color: #4f4f4f; }
a:active { color: #4f4f4f; }

.info-box{
	position: relative;
	height: 65px;
	overflow: visible;
	margin-bottom: 10px;
	color: #505050;
	padding: 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 31%,
		#ffffff 36%,
		#dedede);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.31, #ffffff),
		color-stop(0.36, #ffffff),
		to(#dedede));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #858585;
	-moz-box-shadow:
		1px 3px 4px rgba(000,000,000,0.6),
		inset 0px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		1px 3px 4px rgba(000,000,000,0.6),
		inset 0px 0px 0px rgba(255,255,255,1);
	box-shadow:
		1px 3px 4px rgba(000,000,000,0.6),
		inset 0px 0px 0px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
}

div.info-box a {
	display: block;
	text-decoration: none;
	height: 100%;
	width: 100%;
}

.tag{
	background-color: #505050;
	color:#fff;
	margin: 0 5px;
	padding: 1px 20px;
	background: -moz-linear-gradient(
		top,
		#42ff42 0%,
		#146600);
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
p.date {
	text-align: right;
	position: absolute;
	right: 20px;
	bottom:10px;
}
.info-box .img{
	float: left;
	max-height: 65px;
	margin-right: 5px;
	clear: both;
}
.info-content .img{
	float: left;
	max-height: 65px;
	margin-right: 5px;
	clear: both;
}
.pink {
	color: #ff5a82;
}
.green {
	color: #00e100;
}
.blue {
	color: #1e1eff;
}
.yellow {
	color: #FFD700;
}
button.button1 {
	font-size: 13px;
	color: #ffffff;
	background: #ff3b72;
	-moz-border-radius: 40px;
	border-radius: 50px;
	-moz-box-shadow:
		1px 1px 1px rgba(203,30,67,0.6),
		inset 0px 0px 0px rgba(203,30,67,1);
	-webkit-box-shadow:
		1px 1px 1px rgba(203,30,67,0.6),
		inset 0px 0px 0px rgba(203,30,67,1);
	width: 100%;
	height: 60px;
}
/****** infomation detail  ******/
div.detail {
	width: 100%;
}
div.detail p {
	padding-left: 10px;
	font-size: 13px;
  line-height: 17px;
}
.detail-top {
	width:100%;
	height: 45px;
}
.back {
	float:left;
}
.title {
	height: 45px;
	padding-left: 50px;
}
.title h1 {
	font-size: 15px;
	font-weight:500;
}
div.detail p.date {
	text-align: left;
	position: static;
	padding: 3px 0px 0px 0px;
	font-size: 12px;
}
div.detail p.date span.tag {
	font-size: 12px;
	padding: 0px 20px;
}
.back a {
	display: inline-block;
	width: 43px;
	height: 44px;
}
.back img {
	width: 43px;
	z-index: 100;
	border: none;
}
div.detail img.img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 72%;
	margin-bottom: 10px;
	margin-top:10px;
}

img.content_img {
	max-height: 54px;
}

div.content_box {
	margin-right: 0.5px;
	margin-left: 0.5px;
}

.overflow_scroll {
height: 85%;
overflow: scroll;
-webkit-overflow-scrolling: touch
}

}


/**************************************/
/*  iPad
/**************************************/
@media screen and (min-width: 792px)  {
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-size: 20px;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

h1,p {
	color: #4f4f4f;
	font-family: "ＭＳ ゴシック,ヒラギノ角ゴ ProN W3";
	font-size: 22px;
}
a {font-family: "ＭＳ ゴシック,ヒラギノ角ゴ ProN W3";}
a:link { color: #4f4f4f;}
a:visited { color: #4f4f4f; }
a:hover { color: #4f4f4f; }
a:active { color: #4f4f4f; }

.info-box{
	position: relative;
	height: 100px;
	overflow: visible;
	margin-bottom: 10px;
	color: #505050;
	padding: 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 31%,
		#ffffff 36%,
		#dedede);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.31, #ffffff),
		color-stop(0.36, #ffffff),
		to(#dedede));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #858585;
	-moz-box-shadow:
		1px 3px 4px rgba(000,000,000,0.6),
		inset 0px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		1px 3px 4px rgba(000,000,000,0.6),
		inset 0px 0px 0px rgba(255,255,255,1);
	box-shadow:
		1px 3px 4px rgba(000,000,000,0.6),
		inset 0px 0px 0px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
}

div.info-box a {
	display: block;
	text-decoration: none;
	height: 100%;
	width: 100%;
}

.tag{
	background-color: #505050;
	color:#fff;
	margin: 0 5px;
	padding: 2px 20px;
	background: -moz-linear-gradient(
		top,
		#42ff42 0%,
		#146600);
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
p.date {
	text-align: right;
	position: absolute;
	right: 20px;
	bottom:10px;
	font-size: 16px;
}
.info-box .img{
	float: left;
	max-height: 100px;
	margin-right: 5px;
	clear: both;
}
.pink {
	color: #ff3b72;
}
.green {
	color: #00e100;
}
.blue {
	color: #1e1eff;
}
.yellow {
	color: #FFD700;
}
.orange {
	color: #ff8a00;
}
button.button1 {
	font-size: 1.5em;
	color: #ffffff;
	background: #ff3b72;
	-moz-border-radius: 40px;
	border-radius: 50px;
	-moz-box-shadow:
		1px 1px 1px rgba(203,30,67,0.6),
		inset 0px 0px 0px rgba(203,30,67,1);
	-webkit-box-shadow:
		1px 1px 1px rgba(203,30,67,0.6),
		inset 0px 0px 0px rgba(203,30,67,1);
	width: 100%;
	height: 60px;
}
/****** infomation detail  ******/
div.detail {
	width: 100%;
}
div.detail p {
	font-size: 19px;
	padding-left: 20px;
	margin: 0px;
  line-height: 25px;
}
.detail-top {
	width:100%;
	height: 65px;
}
.back {
	float:left;
}
.title {
	height: 65px;
	padding-left: 80px;
}
.title h1 {
	font-size: 22px;
	font-weight:500;
	margin: 0px;
}
div.detail p.date {
	text-align: left;
	position: static;
	font-size: 18px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}
div.detail img.img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 72%;
	margin-bottom: 20px;
	margin-top:20px;
}
.back a {
	display: inline-block;
	width: 65px;
	height: 66px;
}
.back img {
	width: 66px;
	z-index: 100;
	border: none;
}
img.content_img {
	max-height: 87px;
}
div.content_box {
	margin-right: 0.5px;
	margin-left: 0.5px;
}

.overflow_scroll {
height: 85%;
overflow: scroll;
-webkit-overflow-scrolling: touch
}

}
