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

/* 共通 ------------------------------------------------------------------ */
body {
	background: #F6F6F6;
}
#wapper {
	overflow: hidden;
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF;
}
div#wapper h1 {
	margin: 40px 0 0 0;
	padding: 25px 10px;
	background-color: #fafafa;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to( #f0f0f0));
	background-image: -webkit-linear-gradient(#fafafa, #f0f0f0); 
	background-image:    -moz-linear-gradient(#fafafa, #f0f0f0);
	background-image:     -ms-linear-gradient(#fafafa, #f0f0f0);
	background-image:      -o-linear-gradient(#fafafa, #f0f0f0);
	background-image:         linear-gradient(#fafafa, #f0f0f0);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff8c00', endColorstr='#f0f0f0');
	color: #333333;
	font-size: 3.0rem;
	font-size: 30px;
	font-weight: bold;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #f00;
}
article {
	margin-bottom: 50px;
}

/* header ------------------------------------------------------------------ */
header {
	position: relative;
	height: 90px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	background: #FFF;
/*	text-align: center; */
}
header h1#logo{
	margin: 0;
	padding: 15px 0 0 0;
	border: none;
	background: #FFF;
}
header div#login {
	position: absolute;
	top: 15px;
	right: 15px;
}
header div#login a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 10px 5px;
	border: 2px solid #CCCCCC;
	border-radius: 4px;
	color: #333333;
	font-size: 2.4rem;
	font-size: 24px;
	text-decoration: none;
}
div#menu {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	cursor: pointer;
	z-index: 100000;
}
div#menu div {
	overflow: hidden;
	width: 50px;
	height: 38px;
	padding: 10px;
	border: 2px solid #CCCCCC;
	border-radius: 4px;
	background: url(../images/icon_menu.png) no-repeat 50% 50%;
	text-indent: -9999px;
}
div#menu.active {
	background: #222222;
}
div#menu.active  div {
	border: 2px solid #999999;
	background: url(../images/icon_menuClose.png) no-repeat 50% 50%;
}

/* headerMenu */
ul#headerMenu {
	display: none;
	margin: 0 auto;
	background: #FFF;
	font-size: 2.0rem;
	font-size: 20px;
	z-index: 1000000;
}
ul#headerMenu li {
	border-bottom: 1px solid #666666;
}
ul#headerMenu li a {
	display: block;
	padding: 25px 0 25px 20px;
	background: url(../images/icon_arrow01.png) no-repeat 570px 50% #222222;
	color: #FFFFFF;
	text-decoration: none;
}
ul#headerMenu li a:hover {
	background-color: #000000;
}

/* serviceMenu */
ul#serviceMenu {
	/* display: none; */
	margin: 0 auto;
	background: #FFF;
	font-size: 2.0rem;
	font-size: 20px;
	z-index: 1000000;
}
ul#serviceMenu li.service_category {
	border-bottom: 1px solid #666666;
	display: block;
	padding: 25px 0 25px 20px;
	/* background: url(../images/icon_arrow01.png) no-repeat 570px 50% #222222; */
/*
	background-color: #222222;
	color: #FFFFFF;
*/
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
ul#serviceMenu li.service_category i{
	padding-right: 20px;
	float:right;
	color: #888;
}
/*
ul#serviceMenu li.service_category:hover {
	background-color: #888;
}
*/
ul#serviceMenu ul.services {
	margin: 0 auto;
	background: #FFF;
	font-size: 2.0rem;
	font-size: 20px;
	z-index: 1000000;
}
ul#serviceMenu ul.folded {
	display: none;
}
ul#serviceMenu li.service a{
	border-bottom: 1px solid #666666;
	display: block;
	padding: 25px 0 25px 50px;
	/* background: url(../images/icon_arrow01.png) no-repeat 570px 50% #222222; */
/*
	background-color: #222222;
	color: #FFFFFF;
*/
	text-decoration: none;
	color: #006699;
}
ul#serviceMenu li.service a i{
	padding-right: 20px;
	float:right;
	color: #888;
}
/*
ul#serviceMenu li.service a:hover {
	background-color: #888;
}
*/



/* footer ------------------------------------------------------------------ */
footer {
	margin: 60px 0 0 0;
	background: #222222;
}
footer ul#footerNav {
	margin: 10px auto;
	background: #FFF;
	font-size: 2.0rem;
	font-size: 20px;
}
footer ul#footerNav li {
	border-bottom: 1px solid #333333;
}
footer ul#footerNav li a {
	display: block;
	padding: 25px 0 25px 20px;
	background: url(../images/icon_arrow01.png) no-repeat 570px 50% #222222;
	color: #FFFFFF;
	text-decoration: none;
}
footer ul#footerNav li a:hover {
	background-color: #000000;
}

/* copy */
footer .copy {
	padding: 5px 0 20px 0;
	color: #FFFFFF;
	font-size: 1.8rem;
	font-size: 18px;
	text-align: center;
}


/* Index ------------------------------------------------------------------ */

table.currentSupport {
	width: 560px;
	margin: 20px auto 40px;
	border-collapse: collapse;
}
table.currentSupport th,
table.currentSupport td {
	padding: 15px 20px;
	border: 1px solid #FFFFFF;
	vertical-align: middle;
	font-size: 2.6rem;
	font-size: 26px;
}
table.currentSupport th {
	background: #1477AA;
	color: #FFFFFF;
	width: 200px;
}
table.currentSupport td {
	text-align: right;
	background: #DBEDF4;
}
table.currentSupport td span {
	display: inline-block;
	margin-right: 5px;
	font-size: 3.6rem;
	font-size: 36px;
	font-weight: bold;
}

/* sns */
ul.sns {
	overflow: hidden;
	margin: 0 0 50px 0;
}
ul.sns li {
	float: left;
	width: 270px;
	margin: 0 0 0 20px;
}
ul.sns li a {
	overflow: hidden;
	display: block;
	width: 270px;
	height: 120px;
	border-radius: 4px;
	text-indent: -9999px;
}
ul.sns li.twitter a {
	background: url(../images/icon_twitter.png) no-repeat 50% 50% #55ACEE;
}
ul.sns li.facebook a {
	background: url(../images/icon_facebook.png) no-repeat 50% 50% #3B579D;
}

/* infoBox */
div.infoBox {
	padding: 15px 10px;
	border-bottom: 1px solid #999999;
}
div.infoBox p.intro a{
	display: block;
	padding-right: 30px;
	background: url(../images/icon_arrow01.png) no-repeat 560px 50%;
	text-decoration: none;
}
div.infoBox p {
	font-size: 3.0em;
	font-size: 30px;
}
div.infoBox p.title {
	line-height: 1.2;
	color: #006699;
	font-weight: bold;
}
div.infoBox p.title a{
	text-decoration: none;
}
div.infoBox p.date {
	width: 430px;
	margin: 5px 0 10px 0;
	color: #666666;
	font-size: 2.0em;
	font-size: 20px;
}

/* 応援（支払）方法選択 -------------------------------------------------------- */
div#yell_method_select{
}
div#yell_method_select div.method_header{
	padding: 10px 20px 10px 20px;
}
div#yell_method_select div.method_header img{
	max-height: 50px;
	max-width: 200px;
}
div#yell_method_select div.method_header span{
	display: inline-block;
	padding-top: 18px;
	padding-left: 20px;
	font-size: 24px;
	font-weight: bold;
}
div#yell_method_select dl{
}
div#yell_method_select dl dt{
	padding: 0 20px;
}
div#yell_method_select dl dd{
	font-size: 20px;
	padding: 5px 20px 20px 30px;
}
div#yell_method_select div.desc1{
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}


/* マイページ ------------------------------------------------------------------ */
/* マイページ */
#myPage {}
#myPage div.profile_01 {
	margin: -15px 0 0 0;
	padding: 20px 0;
	background: #EEEEEE;
}
#myPage div.photo {
	float: left;
	overflow: hidden;
	width: 126px;
	height: 126px;
	margin: 0 15px 0 15px;
	border: 2px solid #CCC;
	border-radius: 4px;
	background: url(../images/photoBg_01.png) no-repeat 50% 50% #FFF;
}
#myPage div.photo.noback {
	background: none;
}
#myPage div.photo img {
	width: 100%
}
#myPage p.name {
	padding: 30px 0 0 0;
	line-height: 1;
	font-size: 3.4rem;
	font-size: 34px;
	font-weight: bold;
}
#myPage p.mail {
	padding: 0 0 10px 0;
	font-size: 2.4rem;
	font-size: 24px;
}
#myPage dl.profile_02 {
	margin: 10px 15px 10px 15px;
	font-size: 3.0rem;
	font-size: 30px;
}
#myPage dl.profile_02 dt {
	float: left;
	width: 240px;
	padding: 20px 0 20px 0;
}
#myPage dl.profile_02 dd {
	word-break: break-all;
	padding: 20px 0 20px 240px;
	border-bottom: 1px solid #CCC;
	text-align: right;
}
#myPage ul.btnList {
	overflow: hidden;
	margin: 20px 0 0 10px;
}
#myPage ul.btnList li {
	float: left;
}
#myPage ul.btnList li a {
	display: block;
	width: 270px;
	margin: 10px;
	padding: 25px 0;
	border-radius: 4px;
	color: #FFF;
	font-size: 2.5rem;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #3AAFCE;
}
#myPage ul.btnList li.reward a {
	background: #3ACEBF;
}
#myPage ul.btnList li a:hover {
	background: #07A3CC;
}
#myPage ul.btnList li.reward a:hover {
	background: #1CC9B7;
}

/* 応援履歴 */
#history {
	position: relative;
}
#history p.month {
	margin: 20px 0 20px 0;
	text-align: center;
	font-size: 3.0rem;
	font-size: 30px;
	font-weight: bold;
}
#history div.prev {}
#history div.next {}
#history div.prev a,
#history div.next a {
	display: inline-block;
	width: 80px;
	padding: 15px 0;
	border-radius: 4px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 2.4rem;
	font-size: 24px;
}
#history div.prev a {
	position: absolute;
	left: 10px;
	top: 70px;
	padding-left: 60px;
	background: url(../images/icon_prev.png) no-repeat 15px 50% #333333;
}
#history div.next a {
	position: absolute;
	right: 10px;
	top: 70px;
	padding-right: 60px;
	text-align: right;
	background: url(../images/icon_next.png) no-repeat 95px 50% #333333;
}
#history div.prev a:hover,
#history div.next a:hover {
	background-color: #222222;
}
#history table {
	width: 580px;
	margin: 30px auto 0;
	border-collapse: collapse;
}
#history table th,
#history table td {
	padding: 20px 5px;
	border-bottom: 1px solid #666;
	font-size: 2.0rem;
	font-size: 20px;
	vertical-align: middle;
	text-align: right;
}
#history table td.date,
#history table td.service
{
	text-align: left;
}
#history table th {
	padding: 15px 10px;
	border-right: 1px solid #FFF;
	background: #666666;
	color: #FFFFFF;
	text-align: center;
}
#history table tr.total td {
	border-top: 3px solid #666;
	border-bottom: none;
}

/* 謝礼をGET ------------------------------------------------------------------ */
div.rewardBox {
	overflow: hidden;
	width: 558px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
}
div.rewardBox div.inner_01 {
	float: left;
	width: 200px;
	margin-right: 18px;
}
div.rewardBox div.inner_02 {
	float: left;
	width: 340px;
}
div.rewardBox div.inner_01 p {
	margin: 0 0 10px 0;
	border: 2px solid #1477AA;
	color: #1477AA;
	font-size: 2.6rem;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
div.rewardBox div.inner_01 img {
	width: 100%;
}
div.rewardBox div.inner_02 p {
	margin: 0 0 10px 0;
	line-height: 1.3;
	font-size: 3.0rem;
	font-size: 30px;
}
div.rewardBox div.inner_02 p.title {
	margin: 2px 0 10px 0;
	color: #1477AA;
	font-weight: bold;
	font-size: 3.0rem;
	font-size: 30px;
}
div.rewardBox div.reward_btn a {
	display: block;
	width: 100%;
	padding: 20px 0;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 3.0rem;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #71B407;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to( #66AA30));
	background-image: -webkit-linear-gradient(#7fbf4d, #66AA30); 
	background-image:    -moz-linear-gradient(#7fbf4d, #66AA30);
	background-image:     -ms-linear-gradient(#7fbf4d, #66AA30);
	background-image:      -o-linear-gradient(#7fbf4d, #66AA30);
	background-image:         linear-gradient(#7fbf4d, #66AA30);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7fbf4d', endColorstr='#66AA30');
}
div.rewardBox div.reward_btn a:hover {
	background-color: #71B407;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7CBA49), to( #5E9B2B));
	background-image: -webkit-linear-gradient(#7CBA49, #5E9B2B); 
	background-image:    -moz-linear-gradient(#7CBA49, #5E9B2B);
	background-image:     -ms-linear-gradient(#7CBA49, #5E9B2B);
	background-image:      -o-linear-gradient(#7CBA49, #5E9B2B);
	background-image:         linear-gradient(#7CBA49, #5E9B2B);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7CBA49', endColorstr='#5E9B2B');
}

/* Parts common ------------------------------------------------------------------ */

/* messageBox */
div.messageBox {
	padding: 15px 10px;
	border-bottom: 1px solid #999999;
}
div.messageBox a {
	display: block;
	padding-right: 30px;
	background: url(../images/icon_arrow01.png) no-repeat 560px 50%;
	text-decoration: none;
}
div.messageBox.point {
	background: url(../images/icon_point01.png) no-repeat 460px 20px;
}
div.messageBox p {
	font-size: 3.0em;
	font-size: 30px;
}
div.messageBox div.photo {
	float: left;
	overflow: hidden;
	width: 88px;
	height: 88px;
	margin: 0 20px 10px 0;
	border: 2px solid #CCC;
	border-radius: 4px;
	background: url(../images/photoBg_02.png) no-repeat 50% 50% #FFF;
}
div.messageBox div.photo.noback {
	background: none;
}
div.messageBox div.photo img {
	width: 100%;
}

div.messageBox div.yell_attributes {
	float:left;
	width: 300px;
}
div.messageBox div.yell_attributes p.title {
	line-height: 1.2;
	color: #006699;
	font-weight: bold;
}
div.messageBox div.yell_attributes p.title a{
	color: #006699;
}
div.messageBox div.yell_attributes p.sake {
	line-height: 1.2;
	/*color: #006699; */
	color: #00A0DC;
	font-weight: bold;
	font-size: 24px;
}
div.messageBox div.yell_attributes p.date {
	line-height: 1;
	margin: 5px 0 10px 0;
	color: #00A0DC;
	font-size: 2.0em;
	font-size: 20px;
}
div.messageBox div.yell_attributes.nodeco p{
	color: #555;
}
div.messageBox div.yell_images {
	width: 120px;
	float: left;
}
div.messageBox img.payment_method_image {
	max-width: 100%;
	max-height: 110px;
	padding-bottom: 10px;
}
div.messageBox a.hide_yell {
	text-align:right;
	font-size: 20px;
	background-image: none;
	background-color: #404040;
	color: #FFFFFF;
	padding: 6px 20px;
	/* float: right; */
}
div.messageBox a.show_yell {
	text-align:right;
	font-size: 20px;
	background-image: none;
	background-color: #404040;
	color: #FFFFFF;
	padding: 6px 10px;
	/* float: right; */
}
div.messageBox p.comment {
	clear: both;
}

/* ページャー */
.pagerCont {
	position: relative;
	overflow: hidden;
	margin: 30px 0 0 0;
}
ul.pager {
	position: relative;
	left: 50%;
	float: left
}
ul.pager li {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 5px;
	line-height: 1;
	border: 2px solid #666666;
	font-size: 2.6em;
	font-size: 26px;
	font-weight: bold
}
ul.pager li a {
	position: relative;
	display: block;
	padding: 8px 13px;
	color: #333333;
	text-decoration: none;
}
ul.pager li a:hover {
	background-color: #CCCCCC;
	text-decoration: none
}
ul.pager li.prev a,
ul.pager li.next a {
	background-color: #333333;
	color: #FFFFFF;
}
ul.pager li.prev a:hover,
ul.pager li.next a:hover {
	background-color: #222222;
	color: #FFFFFF;
}
ul.pager li.active a {
	background-color: #CCCCCC;
}


/* btn */
.btn_wrap {
	text-align: center;
}
.btn_wrap.underLine {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #CCC;
}
.btn_01,
.btn_02,
.btn_03,
.btn {
	width: 560px;
	display: block;
	margin: 0 auto 15px;
	font-size: 3.0rem;
	font-size: 30px;
	font-weight: bold;
}
div.btn_01,
div.btn_02,
div.btn_03,
div.btn {
	border-radius: 4px;
}
.btn_01 a,
.btn_02 a,
.btn_03 a,
.btn a {
	display: block;
	width: 560px;
	padding: 25px 0;
	border-radius: 4px;
	color: #FFFFFF;
	text-decoration: none;
}
input.btn_01,
input.btn_02,
input.btn_03,
input.btn {
	display: block;
	width: 560px;
	padding: 25px 0;
	border-width: 0px;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
.btn_01 {
	background-color: #71B407;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to( #66AA30));
	background-image: -webkit-linear-gradient(#7fbf4d, #66AA30); 
	background-image:    -moz-linear-gradient(#7fbf4d, #66AA30);
	background-image:     -ms-linear-gradient(#7fbf4d, #66AA30);
	background-image:      -o-linear-gradient(#7fbf4d, #66AA30);
	background-image:         linear-gradient(#7fbf4d, #66AA30);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7fbf4d', endColorstr='#66AA30');
}
.btn_01:hover {
	background-color: #71B407;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7CBA49), to( #5E9B2B));
	background-image: -webkit-linear-gradient(#7CBA49, #5E9B2B); 
	background-image:    -moz-linear-gradient(#7CBA49, #5E9B2B);
	background-image:     -ms-linear-gradient(#7CBA49, #5E9B2B);
	background-image:      -o-linear-gradient(#7CBA49, #5E9B2B);
	background-image:         linear-gradient(#7CBA49, #5E9B2B);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7CBA49', endColorstr='#5E9B2B');
}
.btn_02 {
	margin-top: 20px;
	background-color: #0090BD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#009BCB), to( #0090BD));
	background-image: -webkit-linear-gradient(#009BCB, #0090BD); 
	background-image:    -moz-linear-gradient(#009BCB, #0090BD);
	background-image:     -ms-linear-gradient(#009BCB, #0090BD);
	background-image:      -o-linear-gradient(#009BCB, #0090BD);
	background-image:         linear-gradient(#009BCB, #0090BD);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#009BCB', endColorstr='#0090BD');
}
.btn_02:hover {
	background-color: #0086B3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0092C2), to( #0086B3));
	background-image: -webkit-linear-gradient(#0092C2, #0086B3); 
	background-image:    -moz-linear-gradient(#0092C2, #0086B3);
	background-image:     -ms-linear-gradient(#0092C2, #0086B3);
	background-image:      -o-linear-gradient(#0092C2, #0086B3);
	background-image:         linear-gradient(#0092C2, #0086B3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0092C2', endColorstr='#0086B3');
}
.btn_03 {
	background-color: #555555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to( #555555));
	background-image: -webkit-linear-gradient(#666666, #555555); 
	background-image:    -moz-linear-gradient(#666666, #555555);
	background-image:     -ms-linear-gradient(#666666, #555555);
	background-image:      -o-linear-gradient(#666666, #555555);
	background-image:         linear-gradient(#666666, #555555);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#666666', endColorstr='#555555');
	color: #FFFFFF;
}
.btn_03:hover {
	background-color: #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to( #333333));
	background-image: -webkit-linear-gradient(#555555, #444444); 
	background-image:    -moz-linear-gradient(#555555, #444444);
	background-image:     -ms-linear-gradient(#555555, #444444);
	background-image:      -o-linear-gradient(#555555, #444444);
	background-image:         linear-gradient(#555555, #444444);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#555555', endColorstr='#444444');
	color: #FFFFFF;
}
.btn_04 {
	background-color: #ff8c00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8c00), to( #ff8c00));
	background-image: -webkit-linear-gradient(#ff8c00, #ff8c00); 
	background-image:    -moz-linear-gradient(#ff8c00, #ff8c00);
	background-image:     -ms-linear-gradient(#ff8c00, #ff8c00);
	background-image:      -o-linear-gradient(#ff8c00, #ff8c00);
	background-image:         linear-gradient(#ff8c00, #ff8c00);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff8c00', endColorstr='#ff8c00');
	color: #FFFFFF;
}
.btn_04:hover {
	background-color: #dd6a00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8c00), to( #dd6a00));
	background-image: -webkit-linear-gradient(#ff8c00, #dd6a00); 
	background-image:    -moz-linear-gradient(#ff8c00, #dd6a00);
	background-image:     -ms-linear-gradient(#ff8c00, #dd6a00);
	background-image:      -o-linear-gradient(#ff8c00, #dd6a00);
	background-image:         linear-gradient(#ff8c00, #dd6a00);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff8c00', endColorstr='#dd6a00');
	color: #FFFFFF;
}
