@charset "UTF-8";
@import url("common.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing:0.8pt;
	color: #333333;
	text-align: left;
}

@media screen and (min-width: 769px),print {
#case {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#case p.title {
	background:#ffeec8;
	color:#313131;
	padding:10px;
	border:1px solid #F7B525;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
}
#case .mainimage {
text-align: center;
margin-top: 20px;
padding-bottom: 30px;
font-size: 16px;
}
#case .mainimage img {
margin-bottom: 20px;
}
#case .mainimage p {
text-align: left;
font-size: 15px;
line-height: 1.8em;
padding-bottom: 1em;
}
#case p.title2 {
text-align: left;
font-size: 18px;
line-height: 1.5em;
font-weight: bold;
	color: #06C;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#case .box {
	overflow: hidden;
	position: relative;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
#case .box p {
	text-align: left;
	font-size: 16px;
	line-height: 1.7em;
	padding-bottom: 1em;
}
#case .box .image {
	text-align: center;
	display: block;
	float: right;
	width: 220px;
	font-size: 13px;
}
}


@media screen and (min-width: 0px) and (max-width: 768px) {
body,html{
	width: 100%;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
#case {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 95%;
}
#case p.title {
	background:#ffeec8;
	color:#313131;
	border:1px solid #F7B525;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
}
#case .mainimage {
	text-align: center;
	padding-bottom: 20px;
	font-size: 12px;
}
#case .mainimage p {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#case p.title2 {
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #06C;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#case .box {
	overflow: hidden;
	position: relative;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#case .box p {
	text-align: left;
	font-size: 13px;
	line-height: 1.7em;
	letter-spacing: 0em;
}
#case .box .image {
	text-align: center;
	display: block;
	font-size: 11px;
	float: right;
	width: 40%;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

}