@charset "shift_jis";
/* = Reset
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}

html>/**/body {
	font-family: "CI",Meiryo,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro","lr oSVbN","MS PGothic", "Osaka",sans-serif;
}
* + html body {
	font-family: "CI",Meiryo,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro","lr oSVbN","MS PGothic", "Osaka",sans-serif;
}

/* CI
	font-family: "CI",Meiryo,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro","lr oSVbN","MS PGothic", "Osaka",sans-serif;
*/


/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}

.clr {
	clear: both;
	line-height: 0;
	display: block;
	height: -1px;
}

/* = ALL
-------------------------------------------------------------- */
body {
	text-align: center;
	font-size: 12px;
	color: #000;
	background-image:url("../img/background001.jpg");
	background-attachment: fixed;
	background-size:100%;
}

a {
	color: #2200cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* font */
.fl {float: left;}
.fr {float: right;}
.ta_l {text-align: left;}
.ta_c {text-align: center;}
.ta_r {text-align: right;}
.lh17 {line-height: 1.7;}
.lh20 {line-height: 2;}
.f10 {font-size: 10px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.red {color: #f00;}
.bold {font-weight: bold;}

/* mgn */
.mgn05 {margin-bottom: 5px;}
.mgn08 {margin-bottom: 8px;}
.mgn10 {margin-bottom: 10px;}
.mgn13 {margin-bottom: 13px;}
.mgn15 {margin-bottom: 15px;}
.mgn20 {margin-bottom: 20px;}
.mgn25 {margin-bottom: 25px;}
.mgn30 {margin-bottom: 30px;}
.mgn35 {margin-bottom: 35px;}
.mgn40 {margin-bottom: 40px;}
.mgn45 {margin-bottom: 45px;}
.mgn50 {margin-bottom: 50px;}
.mgn55 {margin-bottom: 55px;}
.mgn60 {margin-bottom: 60px;}
.mgn65 {margin-bottom: 65px;}
.mgn70 {margin-bottom: 70px;}





/* = €Κͺ
-------------------------------------------------------------- */
.header {
	background-image:url("../img/only001.jpg");
	height:78px;
}
.header img {
	float:right;
	margin:30px 15px 0 0;
}
.news-01 {
	width: 609px;
	height: 45px;
	background-image: url("../img/news_01.png");
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 10px 0;
}

.news-02 {
	width: 609px;
	height: 45px;
	background-image: url("../img/news_02.png");
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 10px 0;
}

.news-03 {
	width: 609px;
	height: 65px;
	background-image: url("../img/news_02.png");
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 10px 0;
}

.news-01 p {
	color: #fff;
	font-size: 26px;
	text-align: left;
	padding-left: 50px;
}

.news-02 p {
	color: #fff;
	font-size: 26px;
	text-align: left;
	padding-left: 50px;
}

.news-03 p {
	color: #fff;
	font-size: 26px;
	text-align: left;
	padding-left: 50px;
}

.inputtext {
	width: 508px;
	height: 78px;
	border-radius: 25px;        /* CSS3Δ */  
    -webkit-border-radius: 25px;    /* Safari,Google Chromep */  
    -moz-border-radius: 25px;   /* Firefoxp */  
	border: solid 3px #999;
	font-size: 25px;
	padding-left: 8px;
}

.form {
	padding: 5px 0;
}



.entry {
	margin: 30px 0 25px;
}

.entry p {
	font-size: 17px;
	font-weight: bold;
	padding: 5px 0;
}

.question {
	width: 15%;
	float: left;
}

.question-text {
	width: 85%;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	margin-top: 8px;
    float: right;
}

.answer {
	width: 15%;
	float: left;
}

.answer-text {
	width: 85%;
	color: #363636;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	/*--text-shadow: #000 1px 1px 0px, #000 -1px 1px 0px, #000 1px -1px 0px, #000 -1px -1px 0px;--*/
	margin-top: 8px;
    float: right;
}

.qahr {
	border-color: #ff3838;
	border-style: solid;
	margin: 15px 25px;
}

.step-left {
	width: 25%;
	float: left;
}

.step-right {
	width: 75%;
	text-align: left;
	float: right;
}

.step-right p {
	font-size: 20px;
	padding: 2px 5px;
}

.step-text-top {
	color: #db6fff;
	font-size: 35px !important;
	font-weight: bold;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px;
	padding: 0 5px;
	margin-top: 8px;
}

.step-img img {
	width: 80%;
	border: 5px solid #363636;
	margin: 8px 0;
}

.step-img p {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 13px 0 8px;
	padding: 0px 13px;
}

.step-hr {
	border: 2px solid #fff;
	margin: 8px 15px 25px;
}

.step-s {
	color: #363636 !important;
	font-size: 13px !important;
	margin: 2px !important;
	text-align: left;
}

/* = X^C
-------------------------------------------------------------- */

#container {
	width: 640px;
	background:#FFFFFF;
	margin: 0 auto;
	border: 1px solid #666;
}



#acaption {
	height: 341px;
	background-image: url("../img/gjob_02.png");
	padding: 100px 0 50px 175px;
}

#acaption p {
	font-size: 18px;
	text-align: left;
}

#middle-acaption {
	height: 321px;
	background-image: url("../img/gjob_03.png");
}

#middle-acaption-top {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding: 25px;
}

#middle-acaption-bottom {
	font-size: 14px;
	text-align: left;
	margin: 10px 0 0 15px;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

#footer {
	color: #fff;
	padding: 30px;
	margin: 35px 0 0;
	background-color:#0DADD5;
}

#footer a {
	text-decoration:none;
	color:#fff;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

#main {
	width: 640px;
	margin: 0 auto;
	border: solid 1px #999;
	background:#ffffff;
	padding:5px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	background-color: #CCC;
	border-left: 3px solid #363636;
	text-align: left;
	margin: 8px 0;
	padding: 0 8px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 0 8px;
}

.texta {
	text-align: left;
}

#copyright {
	color:#fff;
}

.sliderbk {
	background: #d2d2d2;
	padding:20px 0;
}

.infoh img {
	vertical-align:middle;
	margin-bottom:10px;
}

.infoh {
	font-size:24px;
}

.announce p{
	text-align:left;
	color:#FF0004;
	font-size:24px;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	font-weight:bold;
}
.announce{
	margin-bottom:20px;
}

.tutorial {
	margin:30px 0;
}

.txtb {
	margin:15px 0 15px 15px;
	text-align:left;
	font-size:18px;
	color:#FF3437;
}

.txtc {
	margin:15px 15px 15px 15px;
	text-align:left;
	font-size:18px;
}

.qa {
	background: #EDEDED;
	margin:10px 0;
	padding:5px 0;
}
.name {
	font-size:1.5em;
	margin:20px;
	background-color:#F7F7F7;
	padding:1em;
	border-radius:10px;
	display: flex;
}
.name img {
	border-radius:10px;
	border:1px solid #CFCFCF;
}
.name p {
	margin-left:3em;
}
.kate {
	background-color:#FF88B0;
	color:#FFFFFF;
	border-radius:30px;
	padding:2px 8px;
	margin-top:5px;
}