@charset "utf-8";
/* ===============================================
	RESET
=============================================== */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time {
	margin:0;
	padding:0;
	vertical-align:baseline;
}

li,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,figcaption {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
}

fieldset,iframe {
	border:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

article,aside,footer,header,hgroup,nav,section,figure,figcaption {
	display:block;
}

img,abbr,acronym,fieldset {
	border:0;
	font-size:0;
	line-height:0;
}

li {
	list-style:none;
}
::-webkit-input-placeholder {color: #999;font-weight: normal;}
:-ms-input-placeholder {color: #999;font-weight: normal;}
::-moz-placeholder {color: #999;font-weight: normal;}
::-webkit-input-placeholder {color: #999;font-weight: normal;}
:-ms-input-placeholder {color: #999;font-weight: normal;}
::-moz-placeholder {color: #999;font-weight: normal;}

/*  .clearfix
------------------------------------------------*/
/*.clearfix:before {content:"";display:table;}*/
.clearfix:after {clear:both;}
.clearfix {overflow:hidden;*zoom:1;}

/*  ONLY
------------------------------------------------*/
.Android_only,
.iOS_only {
	display:none;
}
/* ===============================================
	BASE
=============================================== */
/*  BODY
------------------------------------------------*/
html {
	height:100%;
	font-size:62.5%;
}

body {
	height:100%;
	color:#555;
	line-height:1.2;
	text-align:left;
}

* {
	-webkit-text-size-adjust:100%;
}

a {
	color:#00E;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}


/* ===============================================
	.cssパーツ集用スタイル
=============================================== */

.article{clear: both;}
.bgRed {background: #ffcccc; border: #999 1px solid;}
.bgBle {background: #ccffff; border: #999 1px solid;}
.bdr_b_dot{border-bottom: #ccc 1px dotted;}
.bdr_t_sld{border-top: #ccc 1px solid;}

/* ===============================================
	.body
=============================================== */
@media screen and (min-width: 800px){body {padding: 40px 0 0;}}

/* ===============================================
	.CONTENTS
=============================================== */
#container{
	background: #fff;
}

@media screen and (min-width: 801px){.article{width: 800px;padding: 0 16px;}}
@media screen and (max-width: 800px){.article{width: 100%;}}


/* ===============================================
	attention
=============================================== */
.attention{
	list-style: none;
}
/*pc用 769px以上*/
@media screen and (min-width: 769px){
	.attention li, .attention dt, .attention dd {text-indent: -16px;margin-left: 16px;margin-bottom: 16px;}
}
/*320px用*/
@media screen and (max-width: 769px){
	.attention li, .attention dt, .attention dd {text-indent: -9px;margin-left: 9px;margin-bottom: 8px;}
}
.attentionArea {
    text-align:left;
    padding:10px;
    border-style: solid;
    border-width: 5px;
    margin-bottom: 10px;
}
.attentionAreaSentence {
    font-size:0.875em;
    line-height:1.0;
}
.attentionAreaParagraph {
    font-weight:bold;
}
.attentionAreaTitle {
    font-weight:bold;
    color:#ff0000;
}
.attentionAreaTitle:before {
    content:" ";
    width:20px;
    height:20px;
    background:url(images/login_attention.png);
    display:inline-block;
    background-size:contain;
    vertical-align:middle;
}
/* ===============================================
	FOOTER
=============================================== */
#footer {
	padding:10px 0 0;
}

#copyright {
	color:#666;
	font-size:1.2rem;
	line-height:1.2em;
	text-align:center;
}
/* ===============================================
	period
=============================================== */
@media screen and (min-width: 801px){
	.min801Only{ display: none!important;}
}
@media screen and (max-width: 800px){
	.max800Only{ display: none!important;}
}

input[type="submit"]{border:none;}
input[type="submit"]:hover{border:none;}

button#recaptchaLoginBtn {border: none;}
button#recaptchaLoginBtn:hover {border: none;}




/* ===============================================
    言語切り替え用
=============================================== */
.languageHidden {
    display: none;
}
.langja_on a{
background-color:#7bc8ce;
color:#fff;
font-weight:bold;
padding:5px;
text-decoration:none;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
display:inline-block;
font-size:1.4rem;
}
.langen_off a{
background-color:#fff;
border: solid 1px #7bc8ce;
color:#7bc8ce;
font-weight:bold;
padding:4px;
text-decoration:none;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
display:inline-block;
font-size:1.4rem;
}
.langja_off a{
background-color:#fff;
border: solid 1px #7bc8ce;
color:#7bc8ce;
font-weight:bold;
padding:4px;
text-decoration:none;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
display:inline-block;
font-size:1.4rem;
}
.langen_on a{
background-color:#7bc8ce;
color:#fff;
font-weight:bold;
padding:5px;
text-decoration:none;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
display:inline-block;
font-size:1.4rem;
}
.langth_on a{
background-color:#7bc8ce;
color:#fff;
font-weight:bold;
padding:5px;
text-decoration:none;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
display:inline-block;
font-size:1.4rem;
}
.langth_off a{
background-color:#fff;
border: solid 1px #7bc8ce;
color:#7bc8ce;
font-weight:bold;
padding:4px;
text-decoration:none;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
display:inline-block;
font-size:1.4rem;
}

