﻿@charset "utf-8";

/**
 * CSS for common styles (static page ONLY).
 *
 * @project  Rakuten Solar
 * @date     2012.04.12
 * @author   hisako.tanimoto
 */

/* ------------------------------------------
	CSS reset
------------------------------------------ */

body,
div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend,
p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: inherit;
	font-weight: inherit;
}
ol, ul {
	list-style: none outside;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: inherit;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
button {
	overflow: visible;
}

/* ------------------------------------------
	Default styles for this site
------------------------------------------ */

html {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	margin: 8px;
	color: #444444;
	background-color: #ffffff;
	font-size: 100%;
	font-family: sans-serif;
	line-height: 1.5;
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: underline;
}
a, a:link {
	color: #265bb0;
	text-decoration: none;
}
a:visited {
}
a:hover {
	color: #6da5ff;
}
input, label {
	vertical-align: middle;
}

/* ------------------------------------------
	Core components
------------------------------------------ */

div#contents {
	font-size: 82%;
}

/* ------------------------------------------
	Layout
------------------------------------------ */

/* Noscript
------------------------------------*/

noscript p.jsAttention {
	margin: 10px 0;
	padding: 5px 10px;
	border: 2px solid #bf0000;
	background-color: #fff6f6;
}
@font-face {
  font-family: 'icomoon';
  src: url("https://energy.rakuten.co.jp/fonts/icomoon.eot?thm936");
  src: url("https://energy.rakuten.co.jp/fonts/icomoon.eot?#iefixthm936") format('embedded-opentype'), url("https://energy.rakuten.co.jp/fonts/icomoon.woff?thm936") format('woff'), url("https://energy.rakuten.co.jp/fonts/icomoon.ttf?thm936") format('truetype'), url("https://energy.rakuten.co.jp/fonts/icomoon.svg?thm936#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-solar_iphone:before {
  content: "\e600";
  position: absolute;
  top: 4px;
  left: 10px;
  font-size: 30px;
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
      transform: rotate(-23deg);
}
.bx

/* ------------------------------------------
	Link to sp page
------------------------------------------ */
#mb-back {
  position: relative;
  display: none;
  width: 100%;
  z-index: 999;
}
#mb-back a {
  background: #658daa;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 100%;
  position: relative;
  padding: 10px 45px;
  display: inline-block;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  zoom: 3;
}
#mb-back a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}

/* ------------------------------------------
  Footer
------------------------------------------ */
div#recommended-footer {
    background: #f6f6f6;
    padding-bottom: 35px;
    letter-spacing: -1px;
}


#recommended-section {
    width: 950px;
    margin: auto;
}

.section-header {
    font-size: 20px;
    padding: 20px 0px 15px 0px;
    text-align: left;
}

.recommended-single-wrapper {
    width: 230px;
    height: 360px;
    padding: 10px 18px;
    margin-right: 10px;
    background: white;
    border-radius: 10px;
    float: left;
    box-sizing: border-box;
}

.recommended-facebook{
  margin-right: 0px;
}

.recommended-img {
    width: 190px;
    height: 85px;
    margin: 12px auto;
    display: block;
}

.recommended-desc {
    font-size: 12px;
    margin-top: 10px;
}

.facebook-desc{
  margin-top: 20px;
  font-size: 12px;
}

.recommended-category {
    font-size: 15px;
    margin: 0 auto 15px;
    text-align: left;
}

.line-seperator{
  margin-top: 15px;
  height: 16px;
  background: url('/img/common/footer_divider.png');

}

p.recommended-category:before{
  content: " ";
  background: url('/img/common/footer_category_icon.png') no-repeat;
  padding-right: 10px;
  position: relative;
  bottom: -2px;
  display: inline-block;
  height: 17px;
  width: 13px;

}

a .recommended-link-title {
    font-size: 13px;
}

.recommended-link-text {
    font-size: 12px;
}

#service-section {
    width: 950px;
    margin: auto;
    text-align: center;
}

.service-single-wrapper {
    width: 240px;
    float:left;
    text-align: left;
}

.service-single-wrapper.center-wrapper {
    width: 260px;
    padding-left: 65px;
    padding-right: 65px;
}

.service-icon {
    height: 65px;
    width: 65px;
    float: left;
    margin-right: 10px;
}

.envelope-icon{
  width: 55px;
  height: 40px;
  float: left;
  margin-right: 10px;
}

.service-title {
    font-size: 13px;
    letter-spacing: -1.5px;
}

.service-subtitle {
    font-size: 12px;
}

.service-bottom {
    clear: both;
    padding-top: 20px;
}

.service-links {
    list-style: square inside url('/img/common/footer_bullet.png');
}

.service-links li {
    font-size: 13px;
}

.separator {
    border-top: 2px solid #edecec;
}

#services-wrapper {
    background: white;
    border-radius: 10px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 45px;
}

.recommended-facebook .separator {
    margin: 10px -18px 18px;
}

#recommended-footer #recommended-section .recommended-single-wrapper .recommended-title {
    font-size: 14px;
    margin: 0;
}

.submit-btn {
    color: #3B5998;
    border: 1px solid #3B5998;
    font-size: 12px;
    width: 185px;
    height: 40px;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    position: relative;
}

.btn-wrapper {
    text-align: center;
    margin-top: 30px;
}

.mail-header {
    padding-top: 10px;
    font-size: 12px;
}

.clearfix:after,.clearfix:before{
    display: table;
    content: " ";
    clear: both;
}

.caret{
  background: url('/img/common/footer_caret_right.png') center no-repeat;
  position: absolute;
  top: 38%;
  right: 15px;
  height: 12px;
  width: 10px;
}


/* ------------------------------------------
  Breadcrumbs
------------------------------------------ */
.breadcrumbs{
  position: absolute;
  top: 17px;
  width: 630px;
}

.breadcrumbs.single{
  position: relative;
  top: 0;
  padding: 15px 10px;
}
.breadcrumbs.singlefix{
  position: static;
  width: 950px;
  margin: 0 auto;
  padding: 0 0 15px;
}

.breadcrumbs li{
  display: inline-block;
  font-size: 13px;
}

.breadcrumbs li a:after{
  content: " > ";
  padding-right: 5px;
  padding-left: 5px;
  color: #000;
  display: inline-block;
  width: 10px;
}

.clearfix:after{
  display: table;
  content: " ";
  clear: both;
}


.rc-h-standard {
  font-family: sans-serif !important;
}
#tagLine {
  display: none;
}
.rc-h-standard .rc-h-action-nav .rc-h-action-btn {
  font-weight: bold;
  color: #bf0000;
  border-color: #bf0000;
}

	