@charset "utf-8";

/* アプリヘルプページ　2014.10 version */

/* 共通ユーティリティ */

/*********************************************************************/

/* Refer to https://github.com/h5bp/mobile-boilerplate/blob/master/css/main.css
   ==========================================================================
   Helper classes
   ========================================================================== */

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */

.gifhidden {
    position: absolute;
    left: -100%;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.ir br {
    display: none;
}

/* Prevent callout */

.nocallout {
    -webkit-touch-callout: none;
}

.pressed {
    background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */

textarea[contenteditable] {
    -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */

.gifhidden {
    position: absolute;
    left: -100%;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.ir br {
    display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


.clearfix {
    *zoom: 1;
}

/*********************************************************************/

/* ベース */

body {
	width:100%;
	color: #333;
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
	background-color: #fff;
}


#contentsWrapper {
	width: 980px;
	margin: 0 auto;
}

#mainContents {
	width: 65%;
	float: right;
	margin-left: 5%;
}

#subContents {
	width: 30%;
	float: left;
}

.device-skapp #contentsWrapper {
	width: 100%;
}

.device-skapp #mainContents {
	width: 100%;
	float: none;
	margin: 0;
}

.device-skapp #subContents {
	display: none;
}


/* ヘッダー・フッター */

.device-skapp header #logo, .device-skapp footer{
	display: none;
}

header #logo {
	background: #014e94; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0000 0%, #bf0001 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(50%,#bf0001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f00011 0%,#bf0001 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f00011 0%,#bf0001 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f00011 0%,#bf0001 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #f00011 0%,#bf0001 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00011', endColorstr='#bf0001',GradientType=0 ); /* IE6-9 */
	
	text-align: center;
	padding: 15px 10px;

	margin-top: 0;
	margin-bottom: 0;

}

header #logo img{
	width: 150px;
}

footer {
	margin-top: 45px;
	border-top: 1px dotted #ccc;

}

footer address{
	padding: 15px 10px;
	text-align: center;
	font-size: 0.9em;
}

footer #copyright{
	text-align: center;
	padding: 0 10px;
}


/* ナビゲーション */

nav {
	margin: 45px 0 20px;
}

nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #a9a9a9;

	text-align: center;

}

nav ul li {
	list-style: none;
	display: inline-block;
	width: 30%;
	margin: 0 5px;
	background-color: #c0c0c0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

	border-top: 2px solid #a9a9a9;
	border-left: 2px solid #a9a9a9;
	border-right: 2px solid #a9a9a9;

    *display: inline; 
    *zoom: 1;  

}

nav ul li a {
	display: block;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.2em;

}

nav ul li.active a {
	color: #014D98;
	background-color: #fff;
}

.download , .device-skapp .download{
	display: none;
}



/* コンテンツ部分 */

#contentsWrapper h1 {
	padding: 0 15px;
}

#contentsWrapper p {
	padding: 0 15px;
	line-height: 1.6;
}

main h1 {
	font-size: 1.1em;
}

main article {
	margin-bottom: 45px;
}

main article p{
	margin-bottom: 30px;
}
main .helpImage {

	float: left;

	padding: 0 15px 10px 0;
	width: 335px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

main .helpImage img {
	width: 100%;
}

main .questions{
	padding: 0 15px;
	margin-bottom: 30px;
}

main .questions dt{
	color: #ff4500;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	line-height: 1.6;
}


main .questions dd{
	margin-left: 0;
	margin-bottom: 30px;
	line-height: 1.6;
}


#appStore {
	margin-top: 45px;
	margin-bottom: 65px;
}


#appIcon {
	overflow: hidden;
	text-align: center;
}

#appIcon img {
	border-radius: 5px;
	width: 80%;
}

#storeButton {
	text-align: center;
}

#subContents {
	font-size: 0.8em;
}
#subContents h1{
	font-size: 1.1em;
}

#subContents .info {
	border-top: 1px dotted #ccc;
	width: 80%;
	margin: 0 auto;
	padding-top: 10px;

}



/* 画面サイズ別 */


@media only screen and (max-width : 600px) {

	main .helpImage {
		float: none;
	
		display: inline-block;
		padding: 0 5px;
		width: 100%;

	}
}

@media only screen and (min-width : 601px) and (max-width : 800px) {

	main .helpImage {
		padding: 0 5px;
		width: 280px;
	}
}

@media only screen and (max-width : 800px) {

	#contentsWrapper {
		width: 100%;
		margin: 0;
	}

	#mainContents {
		width: 100%;
		float: none;
		margin: 0;
	}

	#subContents {
		width: 100%;
		float: none;
	}

	.download {
		display: block;
		text-align: right;
		padding: 0 5px;
	}

	.download a {
		color: #173b7d;
		font-size: 0.8em;
		text-decoration: none;
		background-color: #cce7ff;
		padding: 8px;
		border-radius: 8px;
		border: 5px double #fff;
		display: inline-block;

	}

	nav {
		margin:0;
	}
	
	nav ul {
		border-bottom: none;
		margin-bottom: 25px;
	}

	nav ul li {
		width: 50%;
		margin: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		border-right: none;
		border-top: none;
		border-left: 1px solid #a9a9a9;
		border-radius: 0;
	}

	nav ul li a {
		width: 100%;
		padding: 15px 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	nav ul li:first-child{
		border-left: none;
	}

	#appStore {
		width: 80%;
		margin: 0 auto;
		text-align: center;
		border: 1px dotted #dcdcdc;
	}

	#appIcon {
		overflow: hidden;
		width: 80px;
		text-align: center;
		display: inline-block;
		vertical-align: middle;

	}

	#appIcon img {
		border-radius: 5px;
		width: 100%;
	}

	#storeButton {
		display: inline-block;
		vertical-align: middle;
	}

	#subContents .info {
		border-top: none;
	}


}

@media only screen and (min-width : 801px) and (max-width : 980px) {

	#contentsWrapper {
		width: 100%;
	}
	
	main .helpImage {
		width: 300px;
	}
}

/* デバイス別 */

@media print {



}