@charset UTF-8;
/*
Theme Name: JCMA
Theme URI: https://www.jcma.or.jp/
Author: JCMA
Author URI: https://www.jcma.or.jp/
Version: 1.0
*/

/* common */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
	background-color: white;
}
a {
	text-decoration: none;
	color: #f17393;
}
a:hover,
input.searchsubmit:hover {
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
	border: solid 1px silver;
	height: 2em;
	font-size: 110%;
	border-radius: 0.3rem;
	padding: 0 8px;
}
a.link_button,
input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
	border: solid 2px #f17393;
	color: #f17393;
	background-color: white;
	padding: 0.2em 0.5em;
	font-size: 110%;
	border-radius: 0.3rem;
}
input[type="submit"][disabled],
button[disabled] {
	cursor: auto;
	border: solid 2px gray;
	color: gray;
}
div.main {
	width: 980px;
	margin: 0 auto;
	display: table;
	top: -3em;
	position: relative;
}
button.ui-datepicker-trigger {
	padding: 0;
	margin: 0 0.5em;
}
input.hasDatepicker {
	width: 7em;
}

/* home */
div.home_contents {
	width: 100%;
	background-color: #eeeeee;
}
div.home_contents_box {
	width: 980px;
	margin: 0 auto;
}
div.home_title {
	text-align: center;
	padding: 1.2em 0 0.8em;
	font-size: 180%;
	font-weight: bold;
}
div.home_contents_menu_box {
	display: inline-block;
}
a.home_contents_menu {
	display: block;
	width: 226px;
	height: 160px;
	float: left;
	margin: 12px 9px;
}
div.pink a.home_contents_menu {
	background-image: url(/wp-content/themes/jcma/image/top/contents_oshirase/contents_pnk.png);
}
div.green a.home_contents_menu {
	background-image: url(/wp-content/themes/jcma/image/top/contents_oshirase/contents_green.png);
}
a.home_contents_menu div {
	text-align: center;
	color: white;
	font-weight: bold;
}
ul.cm_banners {
    width: 980px;
    margin: 0 auto;
    list-style: none;
}
ul.cm_banners li {
    float: left;
    margin: 11px;
    max-height: 60px;
    max-width: 468px;
}
ul.cm_banners:after {
    content: '.';
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
div.top_news {
	width: 980px;
	margin: 0 auto;
}
div.news_table {
	display: table;
	width: 100%;
}
div.all_news,
div.each_news {
	display: table-cell;
	width: 48%;
}
div.all_news{
	float: left;
}
div.each_news {
	float: right;
}
div.all_news_title {
	background-color: #f17391;
	color: white;
	font-size: 120%;
	height: 55px;
	line-height: 55px;
	font-weight: bold;
	text-align: center;
}
.tab_item {
	width: calc(100%/2);
	height: 50px;
	border-bottom: 3px solid #0196b7;
	background-color: #dcdcdc;
	line-height: 50px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	margin-top: 5px;
}
.tab_item_logout {
	width: 100%;
}
.tab_item:hover {
	opacity: 0.75;
	cursor: pointer;
}
.tab_item_logout:hover {
	opacity: 1!important;
}
input[name="tab_item"] {
	display: none;
}
.tab_news {
	display: none;
	clear: both;
	overflow: hidden;
}
#all:checked ~ #news_all,
#common:checked ~ #news_common,
#member:checked ~ #news_member,
#society:checked ~ #news_society {
	display: block;
}
.each_news input:checked + .tab_item {
	background-color: #0196b7;
	color: white;
	font-size: 120%;
	height: 55px;
	line-height: 55px;
	margin-top: 0;
}
a.top_news_list {
	line-height: 1.8em;
	margin-bottom: 0.5em;
	display: block;
}
a.top_news_list:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
a.top_news_list div.list_common,
a.top_news_list div.list_member,
a.top_news_list div.list_society,
a.top_news_list div.list_important,
a.top_news_list div.list_date {
	margin-top: 1em;
	margin-right: 0.5em;
	float: left;
	text-align: center;
	font-size: 90%;
	line-height: 1.5em;
}
a.top_news_list div.list_common,
a.top_news_list div.list_member,
a.top_news_list div.list_society {
	width: 6em;
}
a.top_news_list div.list_common {
	border: solid 1px #006494;
	color: #006494;
}
a.top_news_list div.list_member {
	border: solid 1px #007200;
	color: #007200;
}
a.top_news_list div.list_society {
	border: solid 1px #7d4e93;
	color: #7d4e93;
}
a.top_news_list div.list_important {
	background-color: #f17391;
	color: white;
	width: 3em;
}
a.top_news_list div.list_date {
	color: gray;
}
a.top_news_list div.list_name {
	border-bottom: dotted 2px silver;
	clear: both;
	float: none;
	padding: 0.5em 0;
	color: black;
}
a.top_news_list:hover div.list_name {
	text-decoration: underline;
}
a.all_news_link,
a.common_news_link,
a.member_news_link,
a.society_news_link {
	text-align: center;
	display: block;
	line-height: 3em;
	height: 3em;
}
a.all_news_link:hover,
a.common_news_link:hover,
a.member_news_link:hover,
a.society_news_link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
a.all_news_link span,
a.common_news_link span,
a.member_news_link span,
a.society_news_link span {
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 1em;
}
a.all_news_link:hover span,
a.common_news_link:hover span,
a.member_news_link:hover span,
a.society_news_link:hover span {
	background-image: url(/wp-content/themes/jcma/image/top/contents_oshirase/icon_yaji_white.png);
	color: white;
}
a.all_news_link {
	border: solid 3px #f17393;
}
a.all_news_link:hover {
	background-color: #f17393
}
a.all_news_link span {
	background-image: url(/wp-content/themes/jcma/image/top/contents_oshirase/icon_yaji_pink.png);
	color: #f17393;
}
a.common_news_link {
	border: solid 3px #006494;
}
a.common_news_link:hover {
	background-color: #006494
}
a.common_news_link span {
	background-image: url(/wp-content/themes/jcma/image/top/contents_oshirase/icon_yaji_blue.png);
	color: #006494;
}
a.member_news_link {
	border: solid 3px #007200;
}
a.member_news_link:hover {
	background-color: #007200
}
a.member_news_link span {
	background-image: url(/wp-content/themes/jcma/image/top/contents_oshirase/icon_yaji_green.png);
	color: #007200;
}
a.society_news_link {
	border: solid 3px #7d4e93;
}
a.society_news_link:hover {
	background-color: #7d4e93
}
a.society_news_link span {
	background-image: url(/wp-content/themes/jcma/image/top/contents_oshirase/icon_yaji_purple.png);
	color: #7d4e93;
}

/* header */
header {
	width: 100%;
	position: relative;
}
div.header_box {
	width: 980px;
	margin: 0 auto;
	display: table;
}
a.header_title {
	display: table-cell;
	background-image: url(/wp-content/themes/jcma/image/top/header/icon_logo.jpg);
	background-repeat: no-repeat;
	padding-left: 70px;
	vertical-align: top;
	padding-top: 0.5em;
	background-position-y: 0.5em;
}
header div.title1 {
	color: black;
	line-height: 1.2em;
	font-weight: bold;
}
header div.title2 {
	font-size: 174%;
	color: #f17393;
	line-height: 1.3em;
	font-weight: bold;
}
header div.title3 {
	color: #d60000;
	line-height: 0.5em;
}
form.searchform,
form.searchformR {
	display: table-cell;
	text-align: right;
	padding-right: 1em;
	padding-top: 1em;
	vertical-align: top;
}
form.searchformR {
	display: none;
}
div.search_box {
	border: solid 1px silver;
	display: table;
	margin: 0 0 0 auto;
	padding-left: 5px;
}
input.searchfield {
	border: none;
	height: 2em;
	width: 15em;
	vertical-align: middle;
}
input.searchsubmit {
	vertical-align: middle;
	padding-right: 5px;
}
div#fontSize {
	padding-top: 0.5em;
}
div#fontSize  a.large,
div#fontSize  a.small {
	background-color: silver;
	color: black;
	padding: 2px 0.4em;
	cursor: pointer;
	margin-left: 0.2em;
	border-radius: 2px;
}
div.my_web {
	display: table-cell;
	background-color: #f17393;
	border-radius: 0 0 6px 6px / 0 0 6px 6px;
	position: relative;
	z-index: 1;
}
div.my_web div.my_web_enter:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
div.my_web hr {
	margin: 0.3em 0.5em 0.6em;
	height: 0;
	border: 0;
	border-top: 5px solid #edc4ca;
}
div.my_web div.my_web_enter {
	background-image: url(/wp-content/themes/jcma/image/top/header/icon_login_pink.png);
	background-repeat: no-repeat;
	background-position-x: 1em;
}
/*div.short_out div.my_web_enter {
	padding-left: 4em;
}
div.long_in div.my_web_enter {
	padding-left: 3em;
	background-size: 1em;
}
div.short_out div.my_web_enter b {
	display: block;
}*/
div.short_out div.my_web_enter,
div.long_in div.my_web_enter {
	padding-left: 3em;
	background-size: 1em;
}
div.my_web div.login_now {
	text-align: center;
	color: white;
	padding: 0.5rem 0 0;
	font-weight: bold;
	font-size: 1.2rem;
}
div.my_web a.myweb {
	color: white;
	display: contents;
}
/*div.short_out a.myweb {
	font-size: 150%;
	line-height: 1.1em;
}*/
div.my_web_login {
	background-color: #edc4ca;
	margin: 0 0.7em;
}
div.my_web_login a {
	display: table;
	color: black;
/*	text-align: center;
	padding-right: 1.5rem;*/
	z-index: 2;
	position: relative;
	background-image: url(/wp-content/themes/jcma/image/top/contents_oshirase/icon_yaji_pink.png);
	background-repeat: no-repeat;
}
div.short_out div.my_web_login a {
	background-position: calc(100% - 0.5rem) center;
}
div.long_in div.my_web_login a {
	background-position: calc(100% - 0.5rem) 0.5rem;
}
div.long_in div.my_web_login a {
	margin: 0.5em auto;
}

div.short_out div.my_web_login a {
	margin: 0.8em auto;
	width: 100%;
	text-align: center;
}
div.my_web_login a span.wide {
	line-height: 1.5em;
}
div.my_web_login a span.narrow {
	display: none;
}
div.header_menu {
	width: 100%;
	border-top: solid 2px #f17393;
	top: -2.5em;
	position: relative;
}
div.header_menu_box {
	width: 980px;
	margin: 4px auto 0;
	display: table;
}
div.header_menu_box a {
	color: black;
	display: table-cell;
	width: 18%;
	height: 3em;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 5px;
}
div.header_menu_box a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
div.header_menu_box a.menu_banner:hover {
	background-image: url(/wp-content/themes/jcma/image/top/header/global_pink.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
}
div.header_menu_box span {
	display: table-cell;
	width: 28%;
}
div.header_menu_box:hover a.sel {
	background-image: none;
	color: black;
}
div.header_menu_box a.sel,
div.header_menu_box a.sel:hover {
	background-image: url(/wp-content/themes/jcma/image/top/header/global_pink.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
}
header .s_menu {
	display: none;
}
ul.menu_second {
	display: none;
}
a.menu_banner:hover + ul.menu_second,
ul.menu_second:hover {
	display: block;
}
ul.menu_second {
	position: absolute;
	margin: 2.8em -175px;
	z-index: 1;
	width: 13%;
}
ul.menu_second li {
	display: block;
}
ul.menu_second li a {
	background-color: #d4d4d4;
	background-image: url(/wp-content/themes/jcma/image/top/contents_oshirase/icon_yaji_pink.png);
	background-repeat: no-repeat;
	background-position: 0.8em 1.1em;
	text-align: left;
	padding-left: 2em;
}
ul.menu_second li a:hover {
	text-decoration: underline;
}
div.page_title {
	background-image: url(/wp-content/themes/jcma/image/top/header/title.png);
	background-size: cover;
	display: table;
	width: 980px;
	margin: 0 auto;
	top: -3em;
	position: relative;
}
div.page_title span {
	height: 109px;
	display: table-cell;
	vertical-align: middle;
	color: white;
	padding-left: 2em;
	font-size: 150%;
	padding-left: 2.5em;
	font-size: 200%;
}
a.cart_button {
	width: 980px;
	margin: 0 auto;
	display: block;
	top: -3em;
	position: relative;
	text-align: right;
}
div.breadcrumb {
	font-size: 90%;
	width: 980px;
	margin: 0 auto;
	top: -3.3em;
	position: relative;
}
div.sp_header,
#nav-open,
.nav-unshown {
	display: none;
}

/* contents */
div.left_contents {
	display: table-cell;
	padding-right: 30px;
	vertical-align: top;
}
div.right_contents {
	display: table-cell;
	width: 214px;
	vertical-align: top;
}
div.all_contents {
	width: 100%;
	vertical-align: top;
}

/* books */
div.each_books .tab_item {
	width: 50%;
	height: 50px;
	border-bottom: 3px solid #069b43;
	background-color: #dcdcdc;
	line-height: 50px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	margin-top: 5px;
}
.tab_item:hover {
	opacity: 0.75;
}
input[name="tab_item"] {
	display: none;
}
.tab_books {
	display: none;
	clear: both;
	overflow: hidden;
}
#publish:checked ~ #item_publish,
#dealing:checked ~ #item_dealing {
	display: block;
}
.each_books input:checked + .tab_item {
	background-color: #069b43;
	color: white;
	font-size: 120%;
	height: 55px;
	line-height: 55px;
	margin-top: 0;
}
div.books_list {
	width: 35%;
	float: left;
}
div.books_list_left {
	width: 32%;
}
div.books_list_right {
	width: 32%;
}
div.books_list table {
	margin: 1.5em 0;
	padding: 0 7%;
}
div.books_list_left table {
	border-right: 1px solid silver;
	padding-left: 0;
}
div.books_list_right table {
	border-left: 1px solid silver;
	padding-right: 0;
}
div.books_list td.books_img {
	width: 50%;
}
div.books_list td.books_img img {
	width: 100%;
	height: auto;
	border: 1px solid silver;
}
div.books_list td.books_txt {
	vertical-align: top;
	padding: 0 0 0 1em;
	font-size: 90%;
}
div.books_list td.books_txt div.title {
	font-weight: bold;
	padding-bottom: 0.5em;
}
div.books_list td.books_link {
	text-align: center;
	padding: 0 0 0 1em;
}
div.books_list td.books_link a {
	border: 2px solid #069b43;
	color: #069b43;
	display: block;
	width: 100%;
	margin: auto;
}
div.books_row_left,
div.books_row,
div.books_row_right {
	background-color: silver;
	width: 30%;
	height: 1px;
	float: left;
}
div.books_row_left {
	clear: both;
}
div.books_row {
	margin: 0 5%;
}

/* category */
div.cat_box {
	display: table;
	width: 100%;
	border-spacing: 0 25px;
	margin-bottom: 20px;
}
div.cat_news {
	width: 100%;
	top: -1.5em;
	position: relative;
}
div.cat_news .tab_item {
	width: calc(100%/3);
	border-bottom: 3px solid #f17393;
}
div.cat_news .tab_item_logout {
	width: calc(100%/2);
}
.cat_news input:checked + .tab_item {
	background-color: #f17393;
	color: white;
	font-size: 120%;
	height: 55px;
	line-height: 55px;
	margin-top: 0;
}

/* myweb */
div.myweb_box {
	border: solid 2px silver;
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 25px 25px;
	margin-bottom: 20px;
}
div.myweb_icon {
	display: table-cell;
	background-color: #cfead9;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 2em 0;
	line-height: 1.2em;
	width: 6em;
}
div.myweb_icon img {
	margin-bottom: 5px;
}
div.myweb_text {
	display: table-cell;
	line-height: 2em;
}
a.myweb_button {
	display: block;
	width: 10em;
	border: solid 2px #f17393;
	color: #f17393;
	text-align: center;
	margin: 1em 0 0 1em;
	float: right;
}
div.myweb_list {
	border-bottom: dotted 2px silver;
	clear: both;
	/*height: 4em;*/
	line-height: 1.8em;
	margin-bottom: 0.5em;
}
div.list_date {
}
div.list_name {
	/*float: left;*/
}
div.list_money {
	float: right;
}
div.myweb_box form.login_text div {
	padding-bottom: 1em;
}
table#history_head,
table.retail,
table.history_date,
table.history_item {
	width: 100%;
	border: solid 1px silver;
	border-collapse: collapse;
}
table#history_head th,
table.retail th {
	font-weight: bold;
	border: solid 1px silver;
	padding: 0.5em;
	white-space: nowrap;
}
table#history_head th {
	background-color: gray;
	color: white;
}
table#history_head td,
table.retail td {
	border: solid 1px silver;
	padding: 0.3em;
}
table#history_head td.rightnum,
table.retail td.rightnum {
	text-align: right;
	white-space: nowrap;
}
form.training_form {
	display: table-cell;
	border-spacing: 2px;
}
div.training_srch {
	display: table-cell;
}
div.training_row {
	display: table-row;
}
div.training_button {
	text-align: right;
}
span.training_wrap {
	visibility: hidden;
}
span.training_info {
	display: inline-block;
	margin-bottom: 0.5em;
}
table.training_list {
	margin-top: 1em;
	width: 100%;
	border: solid 1px silver;
	border-collapse: collapse;
}
table.training_list th {
	font-weight: bold;
	border: solid 1px silver;
	padding: 0.5em;
	white-space: nowrap;
}
table.training_list td {
	border: solid 1px silver;
	padding: 0.3em;
}
table.election,
table.training_apply {
	border: solid 1px silver;
	border-collapse: collapse;
}
table.training_apply {
	margin-bottom: 1em;
}
table.election th,
table.training_apply th {
	font-weight: bold;
	border: solid 1px silver;
	padding: 0.5em;
	white-space: nowrap;
}
table.election td,
table.training_apply td {
	border: solid 1px silver;
	padding: 0.3em;
}
div.election_list {
	margin-top: 1em;
}
div.election_list table.election {
	margin-left: 1em;
}
button.election_button {
	border: solid 2px #7385f1;
	color: #7385f1;
}

/* mail_magazine */
input#s2email {
	width: 20em;
	margin-bottom: 0.5em;
}

/* post */
div.post_date {
	text-align: right;
	font-size: 95%;
	border-bottom: dotted 2px silver;
}
div.post_important {
	background-color: #f17391;
	color: white;
	width: 3em;
	float: right;
	text-align: center;
	margin-left: 0.5em;
}
div.cf {
	display: table;
}
div.cf div.tr {
	display: table-row;
}
div.cf div.th {
	white-space: nowrap;
}
div.cf div.th,
div.cf div.td {
	display: table-cell;
	padding-bottom: 2px;
	vertical-align: middle;
}
div.cf div.th span.red {
	color: red;
	margin-left: 0.5em;
	font-weight: bold;
}

/* sidebar */
div.side_archive_title {
	width: 100%;
	background-color: #f07392;
	color: white;
	padding: 0.8em 0;
	text-align: center;
}
div.side_archive {
	background-color: #eeeef0;
	margin-bottom: 25px;
}
div.side_archive a {
	background-image: url(/wp-content/themes/jcma/image/top/contents_oshirase/icon_yaji_pink.png);
	background-repeat: no-repeat;
	background-position: 2em center;
	display: block;
	color: #000;
	line-height: 1;
	padding: 0.5em 0 0.5em 3em;
}
div.side_archive label {
	background-image: url(/wp-content/themes/jcma/image/top/contents_oshirase/icon_yaji_pink.png);
	background-repeat: no-repeat;
	background-position: 0.5em center;
	display: block;
	padding: 0.8em 1.5em;
	cursor :pointer;
}
div.side_archive input {
	display: none;
}
div.side_archive input:checked + label {
	background-image: none;
	color: #f07392;
	border-left: 5px solid #f07392;
	margin: 0.8em 0;
	padding: 0 1.5em;
}
div.side_archive ul {
	list-style: none;
	border-bottom: 1px solid #f07392;
}
div.side_archive li {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a.side_election {
	background-image: url(/wp-content/themes/jcma/image/sumaho/banner_senkyo.jpg);
	width: 214px;
	height: 86px;
	display: block;
	background-position-x: right;
	vertical-align: middle;
	margin-bottom: 10px;
}
a.side_election span {
	color: white;
	font-size: 120%;
	font-weight: bold;
	display: block;
	padding-top: 0.5em;
	padding-left: 0.5em;
}
a.side_faq,
a.side_question,
a.side_mailmaga {
	background-image: url(/wp-content/themes/jcma/image/mypage/banner_02.png);
	width: 214px;
	display: block;
	margin-bottom: 10px;
}
a.side_faq icon,
a.side_question icon,
a.side_mailmaga icon {
	background-repeat: no-repeat;
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	padding-left: 60px;
	color: black;
	font-weight: bold;
}
a.side_faq { font-size: 90%; }
a.side_faq icon {
	background-image: url(/wp-content/themes/jcma/image/sumaho/icon_faq_s.png);
	background-position: 15px center;
}
a.side_question icon {
	background-image: url(/wp-content/themes/jcma/image/sumaho/icon_question_s.png);
	background-position: 15px center;
}
a.side_mailmaga icon {
	background-image: url(/wp-content/themes/jcma/image/mypage/icon_mypage_mail.png);
	background-position: 10px center;
}
a.side_question span, a.side_mailmaga span {
	display: none;
}
a.myweb_sidebar {
	display: block;
	border: 3px solid #f17393;
	width: 208px;
	text-align: center;
	background-image: url(/wp-content/themes/jcma/image/sumaho/icon_01p.png);
	background-repeat: no-repeat;
	background-position: 22px center;
	margin-bottom: 10px;
	padding: 0.8em 0 0.6em;
	font-size: 1.5em;
	line-height: 1em;
}
a.myweb_sidebar span {
	display: block;
	font-size: 0.8em;
}

/* cart */
table#confirm_table th,
table#confirm_table td {
	font-size: 16px;
}

/* new member */
span.required {
    color: red;
    font-weight: bold;
}

/* mypage edit */
table.mbr4jcma-edit-profile th {
    background-color: lightgray;
}

td.mbr4jcma-edit-profile-category {
    background-color: #fbd2dc;
    height: 3rem;
    line-height: 3rem;
    font-size: 130%;
}
/* footer */
div.pagetop {
	max-width: 1120px;
	position: relative;
	top: 21px;
	margin: 0 auto;
	text-align: right;
}
div.pagetop span {
	display: none;
}
footer {
	width: 100%;
	height: 234px;
	background-image: url(/wp-content/themes/jcma/image/top/footer/bg_footer_pink01.png);
}
div.footer_box {
	width: 980px;
	margin: 0 auto;
	background-image: url(/wp-content/themes/jcma/image/top/footer/bg_footer_pink02.png);
}
div.footer_logo {
	float: left;
	margin-top: 90px;
	color: white;
}
div.footer_title {
	font-size: 160%;
	font-weight: bold;
}
div.footer_address {
	font-size: 92%;
}
div.footer_logo a {
	color: white;
}
div.footer_copy {
	font-size: 78%;
}
div.footer_menu {
	float: right;
	margin-top: 90px;
	display: table;
}
div.footer_menu a {
	display: table-cell;
	background-color: white;
	color: #f17393;
	padding: 0 1em;
	font-size: 80%;
	vertical-align: middle;
	height: 2em;
}
div.footer_menu a img {
	height: 1em;
	margin-left: 0.5em;
}
div.footer_menu span {
	width: 1em;
	display: table-cell;
}