@charset "utf-8";
body {
  margin: 0px;
  background-color: #ffffff !important;
  height:100%;
  width: 100%;
  font-family: "Yu Gothic";
  line-height: 25px;
}
#container{
	margin:auto;
	height:100%;
    width:100%;
}
.toggle {
    cursor: pointer;
}
.read-more {
    display: none;
}
.videoWrapper{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
/*	padding-top: 10px;*/
	height: 0;
    margin-bottom: 1em;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active{
    background-image: none !important;
}


	ul.checker_box{
    list-style:none;
    padding:0;
    margin:0;
    border-left:solid 5px #55AF02;
    background:#E3E9F2;
    border-radius:5px;
    font-size:15px;
    z-index:2;
}
ul.checker_box li{
    width:95%;
}
ul.checker_box li a.address_item{
    padding:2px 5px;
    color:#111;
    display:block;
    text-decoration:none;
}
ul.checker_box li a.address_hover{
    background:#FF9;
    color:#fff;
}
.title-image {
    margin: 30px;
}


.pc-disp{
  display: block;
}
.sp-disp {
  display: none;
}

li,
ul{
	list-style-type: none;
	padding: 0;
}
.kv{
  background-color: #fff;
  padding-top: 25px;
}
.kv img{
  margin-bottom: 10px;
}
p.text{
  margin: 0px 0px 30px;
}

ul.fund_use{
	text-align: center;
}
ul.fund_use li{
	margin: 18px 0;
  border-top: 1px solid rgb(70, 137, 255);
  padding-top: 18px;
}
ul.fund_use li:last-child{
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(70, 137, 255);
}
ul.fund_use li img{
  float: none;
	margin: 0;
}
ul.fund_use li p{
  width: 300px;
	text-align: left;
	margin-left: 15px;
}
ul.fund_use li p,
ul.fund_use li img{
  display: inline-block;
  vertical-align: middle;
}
select.pref{
  margin-bottom: 15px;
  width: 100%;
}
select.birthyear{
  width: 100%;
}
#forms input[type=button]{
	width: 75%;
}
.textfieldRequiredState .textfieldRequiredMsg{
    width: 100%;
    margin-bottom: 25px;
    margin-top: -10px;
    display: block !important;
}
ul#spryradio18 li{
  display: inline-block;
  vertical-align: middle;
	width: 98px;
  margin-left: 1px;
}
.greenButton{

}
.greenButtonSelected,
.greenButton{
  text-align: center;
  padding: 10px 15px 5px 15px;
}
span.pink{
	color: rgb(235, 1, 255);
	/*font-size: 20px;*/
}
span.blue{
	color: rgb(70, 137, 255);
}

span.orange{
  color: rgb(239,99,0);
}
span.red{
  color: rgb(255,0,0);
}
a.support{
  padding: 8px;
  display: block;
  width: 233px;
  color: #FFFFFF;
  background-color: #FF0000;
  font-size: 14px;
}
a.support:hover{
	color:#fff;
	text-decoration: none;
}

@media (min-width: 481px) {
    body {
    background: #ffffff url("../images/haikei.jpg") no-repeat fixed top center;
        -webkit-background-size: cover; /* For WebKit*/
        -moz-background-size: cover;    /* Mozilla*/
        -o-background-size: cover;      /* Opera*/
        background-size: cover;         /* Generic*/
    }
    #container{
        width:460px; }
    .margin-right-1 {
        margin-right: 1em;}
    .margin-left-1 {
        margin-left: -3em;}
    .secured-server{
        background: url("images/secured-server.png") no-repeat scroll right center rgba(0, 0, 0, 0);
        height: 35px;
        margin-left: 8px;
        margin-top: 5px;
        position: relative;
        width: 35px;
    }
}
@media (min-width: 991px) {
    #container{ width:747px; }
    .toggle {display: none;}
    .read-more {display: block;}
}
@media (min-width: 980px) {
    #container{ width:960px; }
}


/* to get the footer at the bottom */
html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }


.logo {
	background: url("../images/logo.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    background-size: 215px 50px;
    height: 50px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 20px;
    padding: 0;
    position: relative;
}
.logo a{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:30px
    text-indent:-999px
}
#logo_link {
	background: url("../assets/logo-white.svg") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#logo_link span {
	display : none;
}

.title-image {
    color: white;
    font-family: arial,"lucida console",sans-serif;
    font-size: 38px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.75);
    text-transform: uppercase;
}
/*mobile format*/
@media (max-width: 480px) {
    #forms > div{
        padding-left: 0 !important;
        padding-right: 0 !important;}
    .title-image{
        padding-left: 0;}
}
/*above mobile format*/
@media (min-width: 481px) {
    .secured-server { float: right; margin: 0; }
/*    .logo { margin-left: 0; background-position: -12px center; }*/
    .title-image { padding-left: 0; }
}
ul{
    font-family: sans-serif;
    font-weight: 100;
}
.inner-col{
    padding: 1em 1em;
    background-color: #fff;
}
.forms_body_l, .forms_body_r{

}
.forms_body_r .inner-col{
    padding: 1em;
}
/*
#forms {
    font-family: arial, "lucida console", sans-serif;
	margin-top: 24px;
	margin-bottom: 40px;
	position: relative;
}
.forms_body_l {
	text-align: left;
	padding: 10px;
	background-color: #FFF;
	border: none;
    position: relative;
    padding: 10px 20px;
    width: auto;

}
.forms_body_r {
	text-align: left;
	padding: 10px;
	background-color: #FFF;
	border: none;
    position: relative;
    padding: 10px 20px;
    width: auto;

}
.forms_body_l {
	font-size:14px;
	color:#000;
    margin-bottom: 14px;
	padding: 10px 20px 30px;
}
.forms_body_r {

}
*/
/*
@media (min-width: 767px) {
    .forms_body_l { width: 280px; float: left; }
    .forms_body_r { width: 377px; float: right; }
}
@media (min-width: 980px) {
    .forms_body_l { width: 390px; float: left; }
    .forms_body_r { width: 475px; float: right; }
}
*/
/*
.forms_body_l {
	font-family:arial,"lucida console",sans-serif;
	font-size:14px;
	color:#000;
	float: left;
	margin:0 10px auto 0;
	padding: 10px 20px;
	width: 364px;
}*/

.forms_body_l h2 {
    color: black;
	font-size: 28px;
}

/*
.forms_body_r {
	width: 494px;
	padding-left: 25px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:none repeat scroll 0 0 #fff;
	border:1px solid #069;
	margin-top:0;
	text-align: left;
	position:relative;
}
*/
.forms_body_r h2 {
	color: #FF0000;
	font-size: 30px;
	font-weight: 900;
	font-family: arial, "lucida console", sans-serif;
	margin-bottom: 5px;
}
.forms_body_r .value {
	color: #4a4a4a;
	font-size: 16px;
	font-family: arial, "lucida console", sans-serif;
	margin-right:1px;
}
.forms_body_r .cifra {
	color: #4a4a4a;
	font-size: 14px;
	vertical-align: baseline;
	font-family: arial, "lucida console", sans-serif;

}





/* FORM ***********************/

/*
#forms .round{
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
background:none repeat scroll 0 0 #069;
color:#FFFFFF;
font-size:16px !important;
font-family: arial, "lucida console", sans-serif;
padding: 0px 10px 2px 10px;
font-weight:bold;
padding-top:3px;
left:3px;
}
*/
#forms .round {
    font-family: arial,"lucida console",sans-serif;
    font-size: 12px !important;
    font-weight: bold;
    left: 3px;
}

.required{
	padding-right:25px;
/*	height:20px;*/
	background: url(images/required.png)right no-repeat;
/*
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
*/
	width: 100%;
}

#forms input.noborder {
border:0px;
}
#forms select.noborder {
border:0px;
}
#forms radio.noborder {
border:0px;

}

input, textarea, select {
/*
-moz-border-radius:5px;
-webkit-border-radius:5px;
*/
border:1px solid #FF0000;
outline:medium none;
padding:8px;
font-size:14px;
font-family: arial, "lucida console", sans-serif;
margin-bottom:20px;

}

#forms input.rounded{
/*
-moz-border-radius:0 5px 5px 5px;
-webkit-border-radius: 0 5px 5px 5px;
*/
-moz-border-radius:0;
-webkit-border-radius: 0;
width: 100%;
/*height:20px;*/
	}

#forms input.memo{
/*
-moz-border-radius:0 5px 5px 5px;
-webkit-border-radius: 0 5px 5px 5px;

-moz-border-radius:0;
-webkit-border-radius: 0;*/
width: 100%;
height:100px;
	}

#tip {
top: -60px;
left:200px;
float:left;
position:relative;
z-index:101;

}
#tip .image {
float:left;
left:-10px;
position:relative;
top:23px;

}
#tip .text{
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-color:#5cb9ce;
background-color:#8cd940;
color:#000;
font-size:12px !important;
padding:10px;
width:200px;
float:left;
line-height:15px;
}

.update{
	font-size:10px;
	}

.radioRequiredState .radioRequiredMsg,
.radioInvalidState .radioInvalidMsg{
	position:absolute;
	top:200px;
	left:180px;
}

.detailslabels {
    float:left;
    width: 102px;
}


.requiredtext {
    color:#666666;
	margin-top: 5px;
}




.logoSecured {
	text-align: right;
	margin-right: 38px;
	margin-top:0px;
}

#Submit
{
  display: block;
  width: 206px;
  height: 50px;
  background: url("../images/bt-submit.png") no-repeat 0 0;

}

#Submit:hover
{
  background-position: 0 -50px;
}

#Submit span
{
  display: none;
}

/* credit card images*/
.visa{
	padding-right:45px;
	height:30px;
	background:url(images/cc-visa.gif) right no-repeat;
	}

.master{
	padding-right:45px;
	height:30px;
	background: url(images/cc-master.gif)right no-repeat;
	}

.american{
	padding-right:45px;
	height:30px;
	background: url(images/cc-american.gif)right no-repeat;
	}

.dinners{
	padding-right:45px;
	height:30px;
	background: url(images/cc-dinners.gif)right no-repeat;
	}



/*
progress bar
.box-progress{
	width:92%;
	padding:10px;
	font-family: Verdana, Geneva, sans-serif;
	}
.box-progress-text-L{
	float:left;
	color:#069;
	font-size:11px;
	width:45%;
	position:relative;
	font-weight:bold;
	margin-left:5px;
	margin-top:-5px;
	left:-50px;
	display:none;
	}
.box-progress-text-R{
	float:right;
	color:#888;
	font-size:14px;
	position:relative;
	text-align:right;
	font-weight:bold;
	padding:5px;
	}
.progress-bar {
	width: auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#cacaca;
	border:5px solid #e5e5e5;
	margin-top:5px;
	margin-bottom:5px;
	height:27px;
}
.text-bar{
	float: right;
	color:#000;
	font-size: 14px;
	font-weight:bold;
	padding:5px;
	position:relative;
	z-index:1;
	}
.bar{
	background-color:#069;
	color:#FFF;
	padding:5px;
	text-align: right;
	color:#FFF;
	font-size: 14px;
	font-weight:bold;
	position:relative;
	float:left;
	z-index:2;
	}
*/


/* END_FORM ***********************/

/* PAGE ***********************/



.ui-autocomplete {
    background-color: white;
    width: 400px;
    border: 1px solid #cfcfcf;
    list-style-type: none;
    padding-left: 0px;
}


/* loading div */

.loading{
	width:100%;
	height:1850px;
	z-index:1001;
	position:absolute;
	display:block;
	top:0;
	left:0;

	}
#box-loading{
    background-color:#ff0000;
	width:400px;
	height:130px;
	z-index:1002;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:10px;
	color:#000;
	margin:auto;
	}

/* card error messages divs */

.declined{
	border-style:solid;
    border-width:1px;
	border-color:#9a0303;
	background-color:#f38686;
	padding:10px;
	margin-bottom:10px;
	}

/* try again div */

#try-again{
	background:url(images/back-trans-70.png);
	width:100%;
	height:100%;
	z-index:1003;
	position:fixed;
	display:block;
	top:0;
	left:0;

	}
.try-again-box{
    background-color:#4d4d4d;
	width:295px;
	height:90px;
	z-index:1004;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:10px;
	color:#fff;
	margin-left:-200px;
	margin-top:-65;
	left:50%;
	position:absolute;
	top:0;
	}
.monkey{
	width:295px;
	height:310px;
	z-index:1004;
	margin-left:-190px;
	margin-top:90px;
	left:50%;
	position:absolute;
	top:0;
	background:url(images/orangutan.png);
	}

/* END_PAGE ***********************/

#sprytextfield9{
    display: block;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.story-01 { font-size:16px;
            line-height:25px;
            /*font-family: 'Yu Gothic',YuGothic,sans-serif}*/
            font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.story-02 { font-size:16px;}
.story-01 h3 {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.ui-tabs .ui-tabs-panel {
    border-top: none !important;
}

#ccform {
    display: -webkit-flex;
    -webkit-flex: 1;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    height: 100%;
    width: 100%;
    -webkit-flex-direction: column;
    font-family: arial, "lucida console", sans-serif;
}

#pxpayFrame {
    height: 100%;
    width: 100%;
}


.ui-tabs .ui-tabs-nav {
    list-style: none;
    position: relative;
    padding: .2em .2em 0;
    border-bottom: 5px solid #FF0000 !important;
    width: 100%;
}

.ui-corner-all {
    -webkit-border-radius: 0px !important;
}
.scroll-wrapper {
    position: fixed;
    right: 0;
    bottom: 30px;
    left: 0;
    top: 30px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
#tabs,
#tabs ul,
#donationTabs2,
#donationTabs{
  background-color: rgb(255, 255, 255);
  border: none;
}
@media (min-width: 767px) {
    .scroll-wrapper {
        width: 500px;
        height: 580px;
        overflow: hidden;
        position: relative;
        top: 0;
        bottom: 0;
    }
    .scroll-wrapper iframe {
        width:100%;
        height:100%;
    }
}
@media screen and (max-width: 991px){
	.pc-disp{
	  display: none;
	}
	.sp-disp {
	  display: block;
	}
	.logo{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30%;
    margin: 0;
	}
	body .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
		float: none;
	}
	body .col-xs-11 {
    width: 100%;
	}
	body .forms_body_l {
		padding-right: 0px;
    padding-left: 0px;
	}
	body #container {
    width: 100%;
	}
	body .row {
		margin-right: 0;
		margin-left: 0;
	}
	body .row .col-xs-12{
		float:none;
		padding-right:0;
		padding-left:0;
		background: #fff;
	}
	body .row center{
		padding: 25px 12px 15px;
	}
	body .row center img{
		width:75%;
	}
	.videoWrapper {
    margin-bottom: 25px;
	}
	p.text {
    margin: 0px 0px 20px;
	}
	span.pink {
    font-size: 16px;
    display: block;
    /*text-align: center;*/
	}
	.story-01 {
		line-height: 23px;
    font-size: 14px;
	}
	ul.fund_use li p {
    width: 70%;
    text-align: left;
    margin: 0;
	}
	ul.fund_use li img {
    width: 20%;
    margin-right: 2%;
	}
	ul.fund_use li {
    margin: 10px 0;
    padding-top: 10px;
	}
	ul.fund_use li:last-child {
    padding-bottom: 10px;
	}
	.green-alert{
		color:#f0f0f0;
	}
	#tabs,
	#tabs ul,
	#progressBalance,
	.green-alert,
	#donationTabs2,
	#donationTabs,
	.forms_body_r .inner-col{
		background:#f0f0f0;
	}
	.required {
    background-color: #fff;
	}
	#forms input[type=button] {
    width: 100%;
    border: none;
    background: #DDD;
	}
	.forms_body_r h2 {
    margin-bottom: 0px;
	}
	.forms_body_r h2 div{
		font-size:16px !important;
		line-height: 25px;
	}
	.greenButtonSelected, .greenButton {
    padding: 10px 10px 5px 10px;
	}
	ul#spryradio18 li {
    width: 90px;
    margin-left: 3px;
	}
	.ui-tabs .ui-tabs-nav {
    border-bottom: 3px solid #FF0000 !important;
	}
	.inner-col h3 {
		font-size: 18px;
    margin-bottom: 5px;
	}
	.box-progress{
	  margin-bottom: 10px;
	}
	#progressBalance {
    font-size: 14px;
	}
	a.support {
    width: 100%;
	}
}
