﻿@charset "utf-8";

/*********** reset ***********/

html, body, div, span, object, iframe, small,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, section, nav, header, footer, aside {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-size: 14px;
	color: #444;
	font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	width: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	background: #fff;
}
@media screen and (min-width : 640px) {
	body {
		font-size: 16px;
	}
}
@media screen and (min-width : 960px) {
	body {
		font-size: 18px;
	}
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: middle;
	border: 0;
}
table {
	border-collapse: collapse; 
	border-spacing: 0;
}
button,input,select,textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button,input {
	line-height: normal;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],html input[disabled] {
	cursor: default;
}
input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}
@media screen and (min-width : 640px) {
	h2 {
		font-size: 24px;
	}
}
@media screen and (min-width : 960px) {
	h2 {
		font-size: 32px;
		line-height: 2;
	}
}

/*********** link ***********/

a {
	text-decoration: none;
	color: #0099CC;
}
a:vlink {
	color: #0099CC;
}
a:focus {
	outline: none;
}
a:hover {
	opacity: 0.75;
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*********** wapper ***********/

#wrapper {
	margin: 0 auto;
}

/*********** header ***********/

header {
	width: 100%;
	text-align: center;
	background-color:#50cd96;
}
.head-title {
	text-align: left;
}
.head-title img {
	max-width: 100%;
}
.head-copy {
	font-weight: normal;
	font-size: 12px;
	position: absolute;
	top: 2px;
	left: 5px;
	color: #444;
}
@media screen and (min-width : 360px) {
	header .head-copy {
		font-size: 15px;
		top: 5px;
	}
}
@media screen and (min-width : 640px) {
	header div {
		position: relative;
		max-width: 960px;
		margin: 0 auto;
	}
	header .head-copy {
		font-size: 18px;
		top: 10px;
	}
	header .head-image {
		text-align: left;
	}
}
.head-device {
	z-index: 999;
	position: absolute;
        right: 0;
        top: 5px;
}
.head-app {
	z-index: 9999;
	position: absolute;
 	right: 42px;
    	top: 72px;
}

@media screen and (max-width : 960px) {
	.head-device {
		display: none;
	}
	.head-app {
		display: none;
	}
	.head-device2 {
		display: none;
	}

}
.head-app-desc {
	clear: both;
}
.head-device2 {
	z-index: 99;
	position: absolute;
	top: 10px;
	right: -270px;
}

/*********** footer ***********/

footer {
	clear: both;
	margin-top: 40px;
	text-align: center;
	padding: 10px;
	background: #888;
	color: #fff;
}
footer a:link,
footer a:visited {
	color: #fff;
	text-decoration: underline;
}
footer ul li {
	display: inline;
}

footer small {
	padding-top: 5px;
	font-size: 80%;
}
@media screen and (max-width : 400px){
	small span {
		display: block;
	}
}

/*********** app-summary ***********/

#app-summary {
	position: relative;
	padding: 0 3.125%;
	padding-top: 3.125%;
	padding-top: 0;
	background: #f2f2f2;
	color: #373737;
	padding-bottom: 20px;
}
ul.dl-button {
	width: 300px;
	overflow: hidden;
	margin: 0 auto;
}
ul.dl-button li {
	width: 140px;
	float: left;
	margin: 0 5px;
	margin-top: 10px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.app-button img {
	border: 1px solid #121212;
	border-radius: 5px;
	width: 138px;
}
@media screen and (min-width : 640px) {
	#app-summary div {
		max-width: 960px;
		margin: 0 auto;
	}
	ul.dl-button {
		width: 300px; /** DLボタンが2つなら300px、3つなら450px、4つなら600px **/
	}
}
@media screen and (min-width : 960px) {
	#app-summary {
		background: #f2f2f2;
		color: #373737;
		padding: 10px 0 20px 0;
	}
	#app-summary p {
		width: 700px;
	}
	#app-summary ul {
		margin: 0 0 0 400px; /** DLボタンが2つなら400px、3つなら250px、4つなら100px **/
	}
}

/*********** contents ***********/

#contents {
	clear: both;
	line-height: 1.5;
	padding: 0 3.125%;
}
@media screen and (min-width : 960px){
	#contents {
		max-width: 960px;
		margin: 0 auto;
	}
}

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

#app-news {
	margin-top: 30px;
	padding: 10px 6.25%;
	border: 1px solid #ccc;
	border-radius: 10px;
}
#app-news ul li {
	padding-top: 5px;
}
#app-news ul li a {
	text-decoration: underline;
}
#app-news ul li span {
	margin-right: 10px;
}

/*********** app-feature ***********/

#app-feature {
	clear: both;
	margin-top: 30px;
}
#app-feature section {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 30px;
}
#app-feature section div {
	margin: 20px 0;
	overflow: hidden;
}
#app-feature section strong {
	font-weight: bold;
}
.sample-image {
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
}
.sample-image img {
	max-width: 85%;
}

@media screen and (min-width : 960px) {
	.sample-image {
		float: left;
		margin-right: 25px;
		margin-bottom: 10px;
	}
	.sample-image img {
		max-width: 100%;
	}
	.image-400 img {
		max-width: 400px;
	}
}

/*********** app-download ***********/

#app-download {
	margin-top: 30px;
	padding-bottom: 30px;
}
#app-download h2 {
	margin-bottom: 20px;
}
#app-download p {
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width : 400px){
	#app-download p span {
		display: block;
	}
}

/*********** app-faq ***********/

#app-faq {
	padding: 20px 6.25%;
	border: 1px solid #ccc;
	border-radius: 10px;
}
#app-faq h2 {
	margin-bottom: 10px;
}
label {
    display: block;
    padding: 0;
    margin: 0;
	cursor: pointer;
	text-decoration: underline;
	color: #0099CC;
}


input[type="checkbox"].on-off{
    display: none;
}

.menu div {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}
input[type="checkbox"].on-off + div {
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + div {
    height: auto;
	margin-bottom: 10px;
}
.menu div div.answer {
	margin-top: 5px;
}

/*********** lightbox ***********/

#lightbox{
	background-color:#121212;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

/*********** sample page ***********/

#sample-list h2 {
	margin-top: 30px;
}

#sample-list dl {
	float: left;
	margin-bottom: 30px;
}
#sample-list dt {
	margin-bottom: 5px;
	text-align: center;
}
#sample-list dt span {
	display: block;
	font-weight: bold;
}
#sample-list dd {
}
#sample-list img {
	width: 300px;
	border: 3px solid #121212;
	margin: 0 7px;
}



