@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
footer a[target="_blank"],
#faq li a[target="_blank"],
#caution li a[target="_blank"],
#use a[target="_blank"],
#sale dd a[target="_blank"],
#buy dd a[target="_blank"],
#charge p a[target="_blank"],
a.blank {
  padding-left: 20px;
  background: url(../images/blank.gif) no-repeat center left;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

body {
  font-family: "メイリオ", meiryo, "ＭＳ Ｐゴシック", MS PGothic, Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  line-height: 1.6em;
  font-size: 100%;
}

a:link {
  color: #1d49a0;
}
a:visited {
  color: #1d49a0;
}
a:hover {
  text-decoration: none;
  color: #0d337e;
}
a:active {
  color: #1d49a0;
}
.m0{
	margin: 0 !important;
}
.mt20{
	margin-top: 20px !important;
}
.mtb5{
	margin: 5px 0 !important;
}
.ml20{
	margin-left: 20px !important;
}
.mb0{
	margin-bottom: 0px !important;
}
.mb5{
	margin-bottom: 5px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.alignR{
	text-align: right !important;
}
.disclist{
	list-style: disc !important;
}
.wt20{
	width: 20%;
}
.wt80{
	width: 80%;
}
.wt50{
	width: 50%;
}
.wt40{
	width: 40%;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
  width: 950px;
  margin: 0 auto;
  background: #000;
  color: #fff;
}
header .inner {
  position: relative;
  padding: 20px 50px 50px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4MzczNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #383737), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #383737, #000000);
  background: -moz-linear-gradient(top, #383737, #000000);
  background: -o-linear-gradient(top, #383737, #000000);
  background: linear-gradient(top, #383737, #000000);
}
header .inner .simimg {
  position: absolute;
  top: 50px;
  right: 30px;
}
header h1 {
  margin: 30px 0 40px;
}
.sony-logo {
	background: #000;
	width: 100%;
  text-align: right;
  padding: 0;
}
.sony-logo .inner{
position: relative;
margin: 0 auto;
width: 950px;
}
header span {
  font-size: 62%;
}
header .caution-link {
  margin-top: 20px;
  background: url(../images/caution_arrow.png) no-repeat left 7px;
  padding-left: 15px;
}
header .caution-link a {
  color: #FF381F;
}
header .langage {
	margin-top: 10px;
  text-align: right;
	overflow: hidden;
}
header .langage .fL{
	float: left;
	width: 110px;
}
header .langage ul {
  border: 1px solid #979797;
  border-left: none;
  float: right;
	background: #fff;
}
header .langage ul li {
  text-align: center;
  color: #000;
  width: 100px;
  float: left;
  border-left: 1px solid #979797;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #ffffff, #ececec);
  background: -moz-linear-gradient(top, #ffffff, #ececec);
  background: -o-linear-gradient(top, #ffffff, #ececec);
  background: linear-gradient(top, #ffffff, #ececec);
}
header .langage ul li.active{
	padding: 20px 0;
  background: #ececec;
}
header .langage ul li:hover{
  background: #ececec;
}
header .langage ul li a {
  display: block;
  color: #000;
  text-decoration: none;
	padding: 20px 0;
}
header.middle {
  margin-bottom: 10px;
}
header.middle .inner {
  background: #000;
  padding: 0 30px 0px;
}
header.middle .inner .sonet-logo img {
  height: 34px;
}
header.middle .inner h1 {
  margin: 30px 0;
  float: left;
}
header.middle .inner .langage {
  margin-top: 20px;
}
header.middle .inner .langage ul li {
  width: 80px;
}

/*----------------------------------------------------
	article
----------------------------------------------------*/
article {
  width: 950px;
  margin: 0 auto;
}
article .pan {
  margin-bottom: 40px;
  font-size: 85%;
}
article .pan ul li {
  float: left;
  margin-right: 5px;
}
article .top {
  font-size: 85%;
  text-align: right;
  margin-bottom: 20px;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
  color: #fff;
  background: #000;
  padding: 30px 0 100px;
}
footer .inner {
  width: 950px;
  margin: 0 auto;
}
footer .inner ul li {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}
footer .inner ul li a {
  color: #fff;
  text-decoration: none;
}
.copyright {
	position: relative;
  clear: both;
}
.copyright span{
	position: absolute;
	right: 0px;
}

/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.clearfix {
  min-height: 1px;
  _height: 1%;
}

.clearfix:after, header .langage:after, header.middle:after, article .pan ul:after, footer .inner:after, h2:after, nav ul:after, .box:after, #scene ul:after, #sale .block dl:after, #sale .block:after, #manual .reader:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------
	凡庸
----------------------------------*/
/* title tag*/
h2 {
  margin-bottom: 40px;
  font-weight: normal;
}
h2 img {
  float: left;
  margin-right: 10px;
}
h2 span {
  display: block;
  padding-top: 15px;
}

/*table tag*/
table {
  width: 600px;
  font-size: 93%;
}
table th {
  border: 1px solid #767676;
  padding: 10px;
}
table td {
  border: 1px solid #767676;
  padding: 10px;
  text-align: center;
}
table .btn-area {
  padding: 20px 0 0;
  border: none;
}
table .btn-area .btn-link {
  width: 100%;
}

/* btn link */
.btn-link {
  display: inline-block;
  border: 1px solid #979797;
  background: #ffffff;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #ffffff, #ececec);
  background: -moz-linear-gradient(top, #ffffff, #ececec);
  background: -o-linear-gradient(top, #ffffff, #ececec);
  background: linear-gradient(top, #ffffff, #ececec);
}
.btn-link:hover {
  background: #ececec;
}
.btn-link img {
  vertical-align: bottom;
}

/*----------------------------------
	nav
----------------------------------*/
nav {
  margin-bottom: 15px;
}
nav.sp{
	display: none;
}
nav ul li {
  text-align: center;
  width: 104.4px;
  height: 107px;
  float: left;
  border: 1px solid #979797;
  border-left: none;
  background: #ffffff;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #ffffff, #ececec);
  background: -moz-linear-gradient(top, #ffffff, #ececec);
  background: -o-linear-gradient(top, #ffffff, #ececec);
  background: linear-gradient(top, #ffffff, #ececec);
}
nav ul li.nolink:hover{
  background: #ffffff;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #ffffff, #ececec);
  background: -moz-linear-gradient(top, #ffffff, #ececec);
  background: -o-linear-gradient(top, #ffffff, #ececec);
  background: linear-gradient(top, #ffffff, #ececec);
}
nav ul li:first-child {
  border-left: 1px solid #979797;
}
nav ul li:hover {
  background: #ececec;
}

.social {
  margin-bottom: 100px;
  clear: both;
}
.social ul {
  float: right;
	clear: both;
}
.social ul li {
  padding-top: 5px;
  float: left;
  margin-right: 15px;
}
.social ul li.fb {
  padding: 0;
}

/*----------------------------------
	box
----------------------------------*/
.box {
  width: 100%;
  margin-bottom: 100px;
  font-size: 93%;
  box-sizing: border-box;
}

/*----------------------
	scene
-----------------------*/
#scene ul li {
  width: 250px;
  float: left;
  margin-right: 50px;
}
#scene ul li p {
  margin-top: 10px;
}
#scene ul li:last-child {
  margin-right: 0;
}

/*----------------------
	plan
-----------------------*/
#plan h2 span {
  display: inline;
}
#plan table {
  margin-right: 20px;
	width: 100%;
	margin-bottom: 20px;
}
#plan table th {
  vertical-align: middle;
  font-weight: normal;
}
#plan table th.th-plan {
  font-weight: bold;
  font-size: 108%;
}
#plan table .sim-data {
  text-align: left;
}
#plan .block {
	overflow: hidden;
}
#plan .block img{
	width: 252px;
	float: left;
	margin-right: 20px;
}
#plan .block .text{
	width: 500px;
	text-align: center;
	margin-top: 15px;
	float: left;
}
#plan .block p {
  text-align: left;
  margin: 10px 0;
}

/*----------------------
	charge
-----------------------*/
#charge table {
  float: left;
  margin-right: 20px;
}
#charge table th {
  font-size: 108%;
}
#charge .block {
  width: 320px;
  float: left;
  text-align: center;
}
#charge .block p {
  text-align: left;
  margin: 10px 0;
}

/*----------------------
	buy
-----------------------*/
#buy h2 {
  margin-bottom: 10px;
}
#buy p {
  margin-bottom: 20px;
}
#buy table {
  float: left;
  margin-right: 50px;
}
#buy table th {
  border: none;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
#buy table td {
  border: none;
}
#buy table ul {
  list-style: disc;
  margin-left: 10px;
}
#buy .block {
  float: left;
}

/*----------------------
	use
-----------------------*/
#use div {
  display: inline;
  position: relative;
}
#use a {
  position: absolute;
  font-size: 12px;
  bottom: 50px;
  left: 18px;
  line-height: 1.3em;
}
#use h2 img {
  margin: 0 10px 0 0;
}
#use img {
  margin: 0 10px;
}

/*----------------------
	caution
-----------------------*/
#caution ul {
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 20px;
}
#caution ul.nodisc {
  margin-top: 30px;
  list-style: none;
}
#caution ul li {
  margin-bottom: 10px;
}
#caution ul li span {
  margin-left: -20px;
}
#caution h3 {
  margin-bottom: 20px;
}

/*----------------------
	data
-----------------------*/
#data table {
  margin-top: 10px;
  border-top: 1px solid #7c7c7c;
  border-left: 1px solid #7c7c7c;
}
#data table td {
  padding: 0;
  border-bottom: 1px solid #7c7c7c;
  border-right: 1px solid #7c7c7c;
}

/*----------------------
	frequency
-----------------------*/
#frequency table {
  margin-top: 30px;
  width: 100%;
	display: table !important;
}
#frequency table th {
  font-weight: normal;
  text-align: left;
  padding: 0;
  border: none;
}
#frequency table td {
  padding: 0;
  border: none;
  text-align: left;
}

/*----------------------
	faq
-----------------------*/
#faq h3 {
  color: #458414;
  margin-bottom: 15px;
  font-weight: bold;
}
#faq .answer {
  padding: 0 0 40px 20px;
}
#faq .answer span {
  margin-left: -21px;
}
#faq .answer .img-area {
  text-align: center;
  margin: 30px 0;
}
#faq .answer ul {
  font-size: 85%;
}
#faq .answer table {
  margin-top: 20px;
}
#faq .answer table th {
  font-weight: normal;
  text-align: center;
}
#faq .answer table td {
  text-align: left;
}
#faq .btn-area {
  text-align: right;
}
faq a[target="_blank"],
#faq .answer a[target="_blank"],
a.blank {
  padding-left: 20px;
  background: url(../images/blank.gif) no-repeat center left;
}

/*----------------------
	news
-----------------------*/

#news ul {
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 20px;
}
#news ul li {
  list-style: disc;
  margin-bottom: 10px;
  padding-left: 10px;
}


/*----------------------
	unavailable
-----------------------*/
#unavailable p {
  margin: 20px 0;
}
#unavailable table {
  width: 100%;
}
#unavailable table th {
  width: 25%;
  border: 1px solid #7c7c7c;
  padding: 10px;
}
#unavailable table td {
  border: 1px solid #7c7c7c;
  padding: 10px;
}

/*----------------------
	sale
-----------------------*/
#sale ul {
  list-style: disc;
  margin: 0 0 50px 20px;
}
#sale .block {
  margin-bottom: 70px;
}
#sale .block h3 {
  font-size: 145%;
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 1px solid #5d6a74;
}
#sale .block h3 span {
  font-size: 93%;
  font-weight: normal;
}
#sale .block dl {
  float: left;
  width: 60%;
}
#sale .block dl dt {
  float: left;
}
#sale .block dl dd {
  margin-left: 95px;
}
#sale .block .photo {
  text-align: right;
}

/*----------------------
	rule
-----------------------*/
#rule p {
  margin: 20px 0;
}
#rule table {
  width: 100%;
  margin: 20px 0 40px;
}
#rule table td {
  text-align: left;
}
#rule table td span {
  margin-left: -23px !important;
}
#rule .box {
  margin: 20px 0 !important;
}
#rule .box ul {
  margin-left: 30px;
}
#rule .box ul span {
  margin-left: -38px;
}
#rule .box ul.number {
  list-style-type: decimal;
  margin-left: 25px;
}
#rule .box ul.number ul {
  margin-left: 28px;
}
#rule .box ul.number ul span {
  margin-left: -37px;
}

/*----------------------
	manual
-----------------------*/
#manual .reader {
  text-align: right;
  margin-bottom: 10px;
}
#manual .reader p {
  float: right;
}
#manual .reader img {
  float: right;
  margin: 8px 0 0 10px;
}
#manual h3 {
  margin-bottom: 20px;
}
#manual ul {
  list-style: disc;
  margin: 0 0 40px 20px;
}

/*----------------------------------
	tablet
----------------------------------*/
@media screen and (max-width: 949px) {
  .pc{
		display: none !important;
	}
  .sp{
		display: block !important;
	}
	.sony-logo .inner {
		width: 100%;
	}
  header {
    width: 100%;
    padding: 0;
  }
  header h1 {
    text-align: center;
    margin-bottom: 0;
  }
  header .headerimg-area {
    text-align: center;
  }
  header .headerimg-area .simimg {
    position: static !important;
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
  }
  header .langage {
    margin: 20px 0;
  }
  header.middle .inner {
    width: 100%;
    padding: 0;
  }
  header.middle .inner .sonet-logo {
    padding: 0 10px;
  }
  header.middle .inner h1 {
    float: none;
    padding: 0 10px;
  }
  header.middle .inner h1 img {
    width: 273px;
  }
  header.middle .inner .langage {
    padding: 0 10px;
  }

  nav {
    margin-bottom: 50px;
  }
  nav ul li {
    width: auto;
		border: none !important;
		height: auto;
		padding: 10px;
		background: none;
  }
	nav ul li a{
		text-decoration: none;
		color: #000 !important;
	}
	nav ul li:hover{
		background: none;
		text-decoration: underline;
	}

  article {
    width: 100%;
  }
  article .box {
    padding: 10px;
  }
  article .box {
    margin-bottom: 30px;
  }

  footer .inner {
    width: auto;
    padding: 0 10px;
  }
	header .langage .fL{
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	
  /*----------------------------------
  	凡庸
  ----------------------------------*/
  h2 {
    margin: 0 0 20px 0;
  }
  h2 img {
    float: none;
  }
  h2 span {
    display: block !important;
    padding: 10px 0;
  }

  table {
    float: none !important;
    width: 100% !important;
    margin: 0 auto 20px !important;
  }
  table img {
    width: 100%;
  }
  table .btn-link img {
    width: 193px;
  }

  .img-area img {
    width: 100%;
  }

  .block {
    float: none !important;
    width: 90% !important;
    margin: 0 auto !important;
  }

  /*----------------------
  	scene
  -----------------------*/
  #scene ul li {
    text-align: center;
    float: none;
    width: 100%;
  }
  #scene ul li p {
    margin: 10px auto 20px;
    width: 60%;
  }


  /*----------------------
  plan
  -----------------------*/
	#plan .block{
		text-align: center;
	}
	#plan .block img{
		float: none;
		margin-right: 0;
	}
	#plan .block .text{
		float:none;
		width: 100%;
	}
	#plan .plan_list{
		border: 1px solid #000;
		padding: 10px;
		margin-bottom: 10px;
	}
	#plan .plan_list p{
		margin-bottom: 10px;
	}
	
  /*----------------------
  	use
  -----------------------*/
  #use .pc {
    display: none;
  }
  #use .sp {
    display: block;
    max-width: 316px;
    margin: 0 auto;
  }
  #use .sp img {
    width: 100%;
    margin: 0;
  }
  #use .sp a {
    font-size: 18px;
    bottom: 90px;
    left: 14px;
  }
	#frequency table {
		display: none !important;
	}
  /*----------------------
  	sale
  -----------------------*/
  #sale .block {
    width: 100% !important;
  }
  #sale .block h3 {
    margin-bottom: 10px;
  }
  #sale .block dl {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  #sale .block dl .map {
    display: none;
  }
  #sale .block dl dd {
		word-wrap: break-word;
    margin: 0;
  }
  #sale .block dl dd img {
    width: 100%;
  }
  #sale .block .photo {
    text-align: center;
    margin-bottom: 30px;
  }

  /*----------------------
  	unavailable
  -----------------------*/
  #unavailable h2 img {
    height: 45px;
  }
	.copyright span {
		display: block;
	}
	footer .inner ul{
		overflow: hidden;
	}
	footer .inner ul li {
		margin-right: 20px;
		margin-bottom: 15px;
	}
	footer .copyright{
		clear: both;
		margin-top: 30px;
	}
}
/*----------------------------------
	smart phone
----------------------------------*/
@media screen and (max-width: 479px) {
  h2 img {
    height: 40px;
  }

  .btn-link img {
    width: 100%;
  }

  header h1 img {
    width: 100%;
    max-width: 339px;
  }
  header .inner {
    padding: 10px;
  }
  header .langage ul {
    border: none;
  }
  header .langage ul li {
    width: 69px;
    padding: 0;
  }
  #scene ul li p {
    width: 100%;
  }
  /*----------------------
  data
  -----------------------*/
  #data table td {
    border: none;
    border-bottom: 1px solid #7c7c7c;
    border-right: 1px solid #7c7c7c;
    display: list-item;
		list-style: none;
  }

  /*----------------------
  use
  -----------------------*/
  #use a {
    left: 127px;
    bottom: 26px;
  }
  #use img {
    display: block;
    margin: 0 auto;
  }
  #use h2 {
    text-align: left;
  }
  #use h2 img {
    margin: 0;
  }
  #use .sp div {
    display: block;
  }
  #use .sp a {
    font-size: 18px;
    bottom: 90px;
    left: 14px;
  }

  /*----------------------
  	unavailable
  -----------------------*/
  #unavailable h2 img {
    height: 30px;
  }
  #unavailable table {
    width: 100%;
  }
  #unavailable table tr {
    display: block;
    padding-bottom: 20px;
  }
  #unavailable table tr th {
    display: none;
  }
  #unavailable table tr td {
    display: list-item;
    border: none;
    text-align: left;
    padding: 0;
  }
  #unavailable table tr td.state {
    font-weight: bold;
  }
}
@media screen and (max-width: 320px) {
  h2 img {
    height: 35px;
  }

  #use a {
    left: 10px !important;
    bottom: 68px !important;
  }
}

.main article .news {
    overflow: hidden;
    background: #dadbdb;
    font-size: 90%;
    margin: -40px 0 20px;
}

.main article .news dt {
    box-sizing: border-box;
    float: none;
    width: 100%;
    padding: 10px;
}
.main article .news dd {
    margin: 3px;
    background: #fff;
    padding: 10px;
}

.main article .news dd ul {
    list-style-type: disc;
    margin-left: 20px;
}

@media screen and (max-width: 949px){
    .main article .news {
        margin: 10px;
    }
}