@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　共通クラスの定義CSS　■□■□■
 *
 * Author   : ito
 * FirstDate: 2011/12/13
 * LastDate : 2011/12/13
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */


/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/*--------------------------------------------------------------------------------
　▼　body
--------------------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 0.85em;
	min-width: px;
}
p,
ul,
ol,
dl,
h2,
h3,
h4 {
	margin: 0 10px 15px 10px;
	line-height: 1.5;
}
h2:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
h2 {
	min-height: 1px;
}
* html h2 {
	height: 1px;
}
h2 {
	clear: both;
	background: url() repeat-y left top #;
	font-weight: bold;
	font-size: 1.2em;
	border:;
	color: #;
	padding: 0;
	margin: 30px 0 10px 0;
}
h3 {
	background: url() repeat-y left top #;
	font-weight: bold;
	font-size: 1.1em;
	border:;
	color: #;
	padding: 0;
	margin: 25px 10px 10px 10px;
}
h4 {
	background: url() repeat-y left top #;
	font-weight: bold;
	font-size: 1em;
	border:;
	color: #;
	padding: 0;
	margin: 20px 10px 5px 10px;
}
a {
	text-decoration: underline;
	color: #;
}
a:hover {
	color: #;
}
em,
strong {
	font-weight: bold;
}
li {
	background: url(/img/mobile_app/support/icon/list_icon.jpg) no-repeat left 8px;
	padding-left: 10px;
	margin-bottom: 3px;
}
ol {
	list-style: decimal;
	margin-left: 2em;
}
ol li {
	background: none;
	padding-left: 0;
	margin-bottom: 3px;
}
.imgMgnT {
	background: none;
	border: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------------------------
　▼　■□■その他共通■□■
--------------------------------------------------------------------------------*/
/*------------------jumpTop/jumpPage------------------*/
/*.jumpTop {
	clear: both;
	text-align: right;
	margin: 0;
}
.jumpTop a {
	background: url() no-repeat left 5px;
	font-size: 0.9em;
	padding-left: 15px;
}
.jumpPage {
	clear: both;
	text-align: right;
	margin: 0;
}
.jumpPage a {
	background: url() no-repeat left 5px;
	font-size: 0.9em;
	padding-left: 15px;
}

/*------------------table------------------*/
/*--↓↓reset.cssに入っていたタグ↓↓--*/
table {
	font-size: 100%;
}
/*
.table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
.table th {
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
}
.table td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
/*--↑↑reset.cssに入っていたタグ↑↑--*/

/*.table {
	clear: both;
	width: 100%;
	font-size: 1.0em;
	line-height: 1.5;
	margin-bottom: 15px;
}
.table th,
.table td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: 4px 8px;
}
.table th {
	background-color: #;
	text-align: center;
	font-weight: normal;
}
.table p,
.table ul,
.table ol,
.table dl {
	margin: 0;
}
.table ol {
	list-style: decimal;
	margin-left: 2em;
}
/*------------------box-sizing------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*--------------------------------------------------------------------------------
　▼　■□■wrapper■□■
--------------------------------------------------------------------------------*/
/*div#wrapper {
}

/*--------------------------------------------------------------------------------
　▼　■□■header■□■
--------------------------------------------------------------------------------*/
div#long {
    background: #00949b;
    min-height: 100px;
}
div#header {
	margin: 0 auto;
	width: 960px;
	/*height: 116px;*/
	text-align: left;
	background: #00949b;
}
div#header h1 {
	float: left;
	padding-top: 25px;
}
div#header p {
	font-size: 26px;
	color: #FFFFFF;
	padding-top: 42px;
}
#terms_of_service div#header h1 {
	padding-top: 33px;
}
#terms_of_service h2 {
	font-size: 2em;
	line-height: 2em;
	text-align: center;
}
#terms_of_service ol li ul li {
    text-indent: -1.5em;
    padding-left: 2em;
}
span.link {
    display: inline-block;
    padding: 10px 0 30px;
}
span.link a {
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    border: solid 1px white;
    margin: 20px 0;
}
/*--------------------------------------------------------------------------------
　▼　■□■glNavi■□■
--------------------------------------------------------------------------------*/
/*ul#glNavi {
	clear: both;
	background: url() repeat-x left top #;
	padding: 0;
	margin: 0;
}
ul#glNavi li {
	background: none;
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------------------------------
　▼　■□■contents■□■
--------------------------------------------------------------------------------*/
div#contents {
	text-align: left;
	margin: 0 auto;
	}
div.supportbox {
	overflow: hidden;
	zoom: 1;
}
div.supportbox:nth-child(even){
	background-color: #eaf6f8;
	border: solid 1px #00949b;
}
div.supportbox div {
    width: 960px;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
    zoom: 1;
    line-height: 1.5;
}

div.supportbox div dl {
	width: 540px;
	float: left;
}
div.supportbox div dl.nonimg {
	width: 100%;
	float: left;
}

div.supportbox div dt {
	border-left: solid 14px #00949b;
	color: #00949b;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
}
div.supportbox div dd {
	font-size: 16px;
}
div.supportbox div p {
	float: right;
	margin: 0;
}
div.supportbox .text p {
    float: none;
    margin: 0 10px 15px 10px;
}
div.supportbox div .nonimg p {
	float: none;
	margin: 0;
}
p.bar {
   border-bottom: solid 1px #00949b;
   margin: 0 auto;
}
.text {
	font-size: 16px;
}
.red {
	color: red;
}

/*--------------------------------------------------------------------------------
　▼　■□■footer■□■
--------------------------------------------------------------------------------*/
div#footer {
	background: #00949b;
}
p.copyright {
	font-size: 11px;
	margin: 0 auto;
	padding: 15px 0px;
	text-align: center;
}
p.copyright a {
	text-decoration: none;
	color: #FFFFFF;
}
/*--------------------------------------------------------------------------------
　▼　幅920px以下の設定
--------------------------------------------------------------------------------*/

@media screen and (max-width:920px) {
	div#header {
		width: 100%;
	}
	div.supportbox div {
		width: 96%;
		padding: 2%;
	}
	div.supportbox div dl {
		width: 78%;
	}
}
/*--------------------------------------------------------------------------------
　▼　幅680px以下の設定
--------------------------------------------------------------------------------*/

@media screen and (max-width:680px) {
div#header {
	text-align: center;
	width: 100%;
}
div#header h1 {
	float: none;
	padding-top: 15px;
}
div#header p {
	font-size: 1.6em;
	padding-top: 0;
}
div.supportbox {
	padding: 1%;
}


div.supportbox div dl {
    width: 100%;
    margin: 0 auto;
}
div.supportbox div p {
	float: none;
	/*text-align: center;*/
}
div.supportbox div img {
    margin: 0 auto;
    display: block;
}
}