@charset "utf-8";
/* CSS Document */

* {
	margin:	0px;
	padding: 0px;
}

body {
    background-color: black;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}
img, object, script {
    border: 0px none;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}
h1 a, .mv_nav a, .backBtn a {
    display: block;
}
div {
    display: block;
}

#background-visual {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.15;
    z-index: -10;
}

.top-logo {
    clear: both;
    width: 20%;
    padding: 4% 0% 0% 5%;
}
.support {
    clear: both;
    width: 85%;
    margin: 5% auto;
    text-align: center;
 /*   color: #fff;*/
    color: black;
}
.support-mes {
    clear: both;
    width: 80%;
    margin: 2% auto;
    text-align: left;
 /*   color: #fff;*/
    color: black;
    font-size: 80%;
}
label {
    clear: both;
    padding: 2% 0% 4% 0%;
    text-align: left;
}
select {
    clear: both;
    width: 85%;
 /*   margin: 2% auto;*/
    margin: 20px auto 30px auto;
    padding: 2%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #eee;
    background: url(../img/arrow02.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
    background: url(../img/arrow02.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
    background-size: 20px, 100%;
}
option {
    color: #000;
    padding: 4% 0% 4% 2%;
}

.addTextArea {
    clear: both;
    margin: 4% 0% 4% 0%;
    text-align: center;
    font-size: 85%;
}

.sumaho {
    clear: both;
    width: 90%;
    margin: 5% auto;
}

.back {
    clear: both;
    width: 55%;
    margin: 5% auto;
}
.mail-button {
    clear: both;
    width: 80%;
    margin: 5% auto 0% auto;
}
.back button, .mail-button button{
    padding: 4% 0%;
}
.back button, .mail-button button {  
    width: 100%;
    -webkit-box-shadow: inset 0 1px 3px #F1F1F1, inset 0 -15px #DFDFDF, 1px 1px 2px #E7E7E7;
    -moz-box-shadow: inset 0 1px 3px #F1F1F1, inset 0 -15px #DFDFDF, 1px 1px 2px #E7E7E7;
}

/*footer .sunsoft_copyright {
    background: firebrick none repeat scroll 0% 0%;
    padding: 3% 0px;
}
footer .sunsoft_copyright p {
    text-align: center;
    color: #FFF;
    font-size: 62.5%;
    line-height: 18px;
}*/

.img-button {
    cursor: pointer;
}

a {
    color: #DDF;
}
a:link {
    color: #DDF;
}
a:visited {
    color: #DDF;
}
a:hover {
    color: #DDF;
}
a:active {
    color: #DDF;
}

/*------------------------------------------------------------------------------

  サポートページ

------------------------------------------------------------------------------*/
#qa {
	color: black;
/*	color: #FFF;*/
}
#qa_top {
	color: #F00;	/*	color: #FFF;*/
    margin: 32px 0px;
}
.qa_q_title {
/*	color: #0F0;*/
/*	color: #FF773E; maroon;*/
/*	color: #FF1493; /*maroon;*/
/*	color: #006400; /*maroon;*/
    color: green;
    font-weight: bold;
	margin: 5px 5px;
}
.qa_a_title {
	color: black;
/*	color: #FFF;*/
	font-weight: normal;
	margin: 5px 5px;
}
.qa_a_content {
	color: black;
/*	color: #FFF;*/
	font-weight: normal;
	font-size: small;
	margin: 5px 5px 30px 20px;
}
.qa_a_content_indent {
	color: black;
/*	color: #FFF;*/
	font-weight: normal;
	font-size: small;
	margin: 3px 5px 3px 20px;
}
.qa_strong {
	/*color: #F00;*/
    color: blue;
	font-weight: bold;
}

.box {
    position: relative;
    margin: 2em auto;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
	width: 100%;
}
.box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #000;
    color: #95ccff;
    font-weight: bold;
}
.box p {
    margin: 0; 
    padding: 0;
}


