/***********************
* additional
***********************/
h2.page_title {
	padding: 20px 0 20px 0;
	font-size: 2.6rem;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}
div.page_box {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 20px 20px 20px 20px;
	background: #FFF;
	border-radius: 6px;
	font-size: 20px;
}

div.page_box input[type=text],
div.page_box input[type=email],
div.page_box input[type=password],
div.page_box input[type=number],
div.page_box textarea
{
	padding: 15px 10px;
	border: solid 2px #666;
	border-radius: 4px;
	background-color: #eeeeee;
	width: 98%;
	font-size: 24px;
}
div.page_box input#YellPoint{
	width: 90%;
}

/* formList */
dl.formList_01,
dl.formList_02 {
	margin: 0 0 25px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #CCCCCC;
}
dl.formList_01 dt,
dl.formList_02 dt {
	margin: 10px 0 0 0;
	padding: 15px 0 10px 0;
/*	border-top: 1px solid #CCCCCC; */
	color: #333333;
	font-size: 3.0rem;
	font-size: 30px;
	font-weight: bold;
}
dl.formList_02 dt {
	padding: 15px 0 0 0;
	color: #666666;
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
}
dl.formList_01 dt:first-child,
dl.formList_02 dt:first-child {
	margin-top: 0;
	padding-top: 10px;
	border: none;
}
dl.formList_01 dt span,
dl.formList_02 dt span {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 2.4rem;
	font-size: 24px;
}
dl.formList_01 dd,
dl.formList_02 dd {
	padding: 10px 0 10px 0;
	font-size: 3.0rem;
	font-size: 30px;
}
dl.formList_02 dd {
	padding: 10px 0 5px 0;
	line-height: 1.6;
}
dl.formList_01 dd.total {
	font-size: 5.0rem !important;
	font-size: 50px !important;
	font-weight: bold;
}
dl.formList_01 dd.total p {
	margin: 10px 0 0 0;
	font-size: 2.4rem;
	font-size: 24px;
}

/* 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;
}

/* button 罫線type */
div.border_btn {
	padding: 0 0 30px 0;
	text-align: right;
	font-size: 1.4rem;
	font-size: 14px;
}
div.border_btn.inline {
	margin-top: 20px;
}
div.border_btn a {
	padding: 4px 5px 4px 23px;
	background: url(../images/icon_arrow02.png) no-repeat 8px 50%;
	border: 1px solid #999;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
div.border_btn a:hover {
	border: 1px solid #000;
}

/* message begin -------------------------------------------------------- */
div#flashMessage {
	font-size:20px;
}
div#flashMessage,
.error-message,
.frm_error {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

div#flashMessage,
.error-message,
.frm_error {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:700}
.alert>p,.alert>ul{margin-bottom:0}
.alert>p+p{margin-top:5px}
.alert-dismissable,.alert-dismissible{padding-right:35px}
.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info .alert-link{color:#245269}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning .alert-link{color:#66512c}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}
/* message end  -------------------------------------------------------- */

/* ページャー */
.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: 1.8em;
	font-size: 18px;
	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;
}


div.messageBox div.message p.comment_s {
	float: left;
	width: 455px;
	height: 50px;
	margin: 0 0 0 10px;
	line-height: 50px;
	font-size: 14rem;
	font-size:14px;
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden;
}


/* message_detail */
div.message_detail {
	padding: 15px 10px;
	border-bottom: 1px solid #999999;
}
div.message_detail a {
	display: block;
	padding-right: 30px;
	background: url(../images/icon_arrow01.png) no-repeat 560px 50%;
	text-decoration: none;
}
div.message_detail.point {
	background: url(../images/icon_point01.png) no-repeat 460px 20px;
}
div.message_detail p {
	font-size: 3.0em;
	font-size: 30px;
}
div.message_detail 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.message_detail div.photo.noback {
	background: none;
}
div.message_detail div.photo img {
	width: 100%;
}

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


div.infoBox {
	border-top: 1px dashed #CCC;
	padding: 0 0 30px 0;
}
div.infoBox div.info {
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px dashed #CCC;
}
div.infoBox div.info div.icon {
	float: left;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 0 0 5px;
	background: #FFF;
}
div.infoBox div.info div.icon img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 50px;
	max-height: 50px;
}
div.infoBox div.info p.title {
	float: left;
	width: 700px;
	height: 50px;
	margin: 0 0 0 20px;
	line-height: 50px;
	font-size: 14rem;
	font-size:14px;
}
div.infoBox div.info p.date {
	float: left;
	width: 100px;
	height: 50px;
	margin: 0 0 0 20px;
	line-height: 50px;
	font-size: 14rem;
	font-size:14px;
}
div.infoBox div.info p.intro {
	float: left;
	width: 600px;
	height: 50px;
	margin: 0 0 0 20px;
	line-height: 50px;
	font-size: 14rem;
	font-size:14px;
}

/* info_detail */
div.info_detail {
	padding: 15px 10px;
	border-bottom: 1px solid #999999;
}
div.info_detail p {
	font-size: 2.0em;
	font-size: 20px;
}
div.info_detail p.title,
div.info_detail p.date
{
	float: left;
	font-size: 2.4em;
	font-size: 24px;
}
div.info_detail p.title{
	padding: 0 0 0 10px;
	font-weight: bold;
}
.separator{
	clear: both;
	padding: 0 0 5px 0;
}
div.info_detail div.yell_attributes p.title a{
	color: #006699;
}
div.info_detail div.yell_attributes p.date {
	line-height: 1;
	margin: 5px 0 10px 0;
	color: #00A0DC;
	font-size: 2.0em;
	font-size: 20px;
}

/* マイページ ------------------------------------------------------------------ */
/* マイページ */
#myPage {}
#myPage div.profile_01 {
	margin: -15px 0 0 0;
	padding: 20px 0;
	background: #FFFFFF;
}
#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;
}

div.yellBox div.btn_Yell_left.small a {
	font-size: 24px;
}

div#info-page dl.formList_01 dd p,
div#company-page dl.formList_01 p,
div#privacy_policy-page dl.formList_01 p,
div#tos-page dl.formList_01 p
{
	font-size: 14px;
}
div#info-page dl.formList_01 dt,
div#company-page dl.formList_01 dt,
div#privacy_policy-page dl.formList_01 dt,
div#tos-page dl.formList_01 dt
{
	font-size: 18px;
}
div#info-page dl.formList_01 dd p{
	padding-left: 10px;
}
