/* common ************************************/
time {
  display: block;
  color: #555;
}

@media only screen and (max-width: 690px) {
time {
  font-size: 12px;
}
}
/* article list **********************************/
article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dddddd;
}
article .post_thumbnail {
  float: left;
  width: 27%;
}

@media only screen and (max-width: 690px) {
article .post_thumbnail {
  width: 34%;
}
}
article .post_thumbnail img {
  width: auto;
  max-width: 100%;
  height: auto;
}
article:after {
  content: "";
  display: table;
  clear: both;
}
article .info {
  float: right;
  width: 70%;
}

@media only screen and (max-width: 690px) {
article .info {
  width: 62%;
}
}
article .info .title {
  font-size: 17px;
  line-height: 1.5;
  margin: 8px 0 15px;
}

@media only screen and (max-width: 690px) {
article .info .title {
  margin: 6px 0 6px;
  font-size: 15px;
  line-height: 1.4;
}
}
article .info time {
  line-height: 1;
  position: relative;
  font-size: 12px;
  color: #000000;
}
/* SNS **********************************/
.sns_share.foot {
  padding-top: 20px;
  border-top: 1px dotted #dddddd;
  margin-top: 35px;
}
.sns_share li {
  float: left;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 90px;
  line-height: 22px;
}
.sns_share .line a {
  background: #00c300 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 11px;
  text-align: center;
}

@media only screen and (max-width: 690px) {
article .info .sns_share {
  display: none;
}
}
/* main detail **********************************/
.cover {
  text-align: content;
  margin: 25px auto 40px;
}
.cover img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
}
#main {
  padding: 20px;
  border: 1px solid #eeeeee;
  line-height: 2;
  font-size: 15px;
}

@media only screen and (max-width: 690px) {
#main {
  padding: 0;
  border: none;
}
}
#main h1 {
  font-size: 30px;
  line-height: 1.5;
  margin: 10px 0 20px;
}

@media only screen and (max-width: 690px) {
#main h1 {
  font-size: 24px;
  margin-bottom: 15px;
}
}
#main .taglist {
  margin: 5px 0 16px;
}
#main h2 {
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid #F08438;
}

@media only screen and (max-width: 690px) {
#main h2 {
  font-size: 24px;
}
}
#main h3 {
  font-size: 22px;
  line-height: 1.5;
  padding-left: 12px;
  margin-bottom: 16px;
  border-left: 5px solid #F08438;
}

@media only screen and (max-width: 690px) {
#main h3 {
  font-size: 20px;
}
}
#main h4 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media only screen and (max-width: 690px) {
#main h4 {
  font-size: 17px;
}
}
/* next prev **********************************/
#nextprev {
  margin-top: 24px;
  margin-bottom: 56px;
}
#nextprev li {
  list-style: none;
}
#nextprev li a {
  font-weight: bold;
}
#nextprev li a:hover {
  color: #1A1A1A;
  text-decoration: none;
}
#nextprev .prev {
  float: left;
}
#nextprev .next {
  float: right;
}
/* contact **********************************/
.contact {
  margin-top: 32px;
}
.contact .title {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .08em;
  padding: 15px 8px;
  background-color: #F08438;
}

@media only screen and (max-width: 560px) {
.contact .title {
  font-size: 18px;
}
}
.contact .txt {
  padding: 32px 16px;
  border-bottom: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  font-size: 0;
}

@media only screen and (max-width: 560px) {
.contact .txt {
  padding: 26px 5%;
}
}
.contact .txt div {
  display: inline-block;
  text-align: center;
  width: 50%;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
}

@media only screen and (max-width: 560px) {
.contact .txt div {
  width: 100%;
}
}
.contact .txt div.tel {
  font-size: 28px;
}

@media only screen and (max-width: 560px) {
.contact .txt div.tel {
  margin-bottom: 16px;
}
}
.contact .txt div.tel span {
  background: url(../image/common/icon_tel.png) no-repeat left center/24px auto;
  padding-left: 35px;
}
.contact .txt div.mail {
  padding: 0 3%;
}

@media only screen and (max-width: 560px) {
.contact .txt div.mail {
  padding: 0 10%;
}
}
.contact .txt div.mail a {
  position: relative;
  display: block;
  background-color: #F08438;
  color: #ffffff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .2);
  transition: 0s;
}
.contact .txt div.mail a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f0e0";
    font-size: 24px;
    text-shadow: 0px 2px rgba(50,50,50,0.5);
    transform: scale(-1,1);
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.contact .txt div.cart a {
  position: relative;
  display: block;
  background-color: #E83647;
  color: #ffffff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .2);
  transition: 0s;
}

.contact .txt div.cart a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f07a";
    text-shadow: 0px 2px rgba(50,50,50,0.5);
    transform: scale(-1,1);
    margin-right: 5px;
}
.contact .txt div.mail a:hover,
.contact .txt div.cart a:hover {
  top: 3px;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, .2);
}

/* relation **********************************/
#relation {
  margin-top: 40px;
}
#relation article {
  border-bottom: none;
  margin-bottom: 24px;
  padding-bottom: 0;
  float: left;
  width: 49%;
  margin-right: 2%;
}
#relation article:nth-of-type(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 690px) {
#relation article {
  float: none;
  width: 100%;
  margin-bottom: 15px;
}
}
#relation .title {
  font-size: 24px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 3px solid #eeeeee;
}
#relation:after {
  content: "";
  display: table;
  clear: both;
}
.relationlist .post_thumbnail {
  float: left;
  width: 35%;
}
.relationlist .post_thumbnail img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.relationlist time, .relationlist .txt {
  float: right;
  width: 60%;
}
.relationlist time {
  color: #777777;
  margin-top: -5px;
  font-size: 12px;
}
.relationlist .txt {
  font-size: 13px;
  margin-top: 3px;
}

@media only screen and (max-width: 690px) {
.relationlist .txt {
  margin-top: 0;
}
}









/* original */
/*---------------------------------------------------------------------*/

#pagetitle01 {
    padding: 40px 0;
    width: 100%;
    margin: 0;
    display: table;
    background-color: #fafafa;
    background-color: #fafafa;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

#pagetitle01 h2{
  color: #333;
  position: relative;
}

#pagetitle01 h2:before {
    display: block;
    width: 125px;
    content: "";
    height: 1px;
    background-color: #f08438;
    bottom: -41px;
    position: absolute;
    left: 0;
}

#locator01 {
    background-color: #fff;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 40px;
    padding: 3px 0;
    text-align: right;
    color: #333;
}

#locator01 a {
    color: #333;
}


#footer03 {
    background-color: #F5F5F5 !important;
}

footer#footer03 .footer_in #footnav .f_top_nav li a {
    color: #333;
    font-size: 16px;
    display: inline-block;
}

footer#footer03 .footer_in .f_pro {
    float: left;
    width: 30%;
    font-size: 80%;
    color: #333;
}

.f_top_nav > li > a:before{
      display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #ffd588;
    position: relative;
    top: -3px;
    left: -2px;
}



footer#footer03 .footer_in #footnav .f_top_nav li ul li a:before{
  display: none;
}

footer#footer03 .footer_in .f_pro {
    float: left;
    width: 25%;
}

footer#footer03 .footer_in #footnav {
    float: left;
    width: 55%;
    font-size: 0;
}

.footnav_right {
    float: right;
    width: 20%;
}


.footnav_right a {
    position: relative;
    display: block;
    text-align: center;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 6px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .2);
    transition: 0s ease;
    position: relative;
}
.footnav_right a:hover {
    top: 3px;
    box-shadow: 0 0px 0 rgba(0, 0, 0, .2);
    text-decoration: none;
}
.footnav_right a:first-of-type {
    display: block;
    text-align: center;
    padding:10px;
    padding-left: 45px;
    margin-bottom: 25px;
    background-color: #E83647;
    color: #fff;
}

.footnav_right a:last-of-type {
    display: block;
    text-align: center;
    padding: 10px;
    margin-bottom: 25px;
    background-color: #F08438;
    color: #fff;
    padding-left:45px;
  }

.footnav_right a:before{
font-family: "FontAwesome";
}

.footnav_right a:first-of-type:before {
    display: block;
    content: "\f07a";
    position: absolute;
    left: 8%;
    font-size: 31px;
    top: -5px;
    text-shadow: 0px 2px rgba(50,50,50,0.5);
    transform: scale(-1,1);
}

.footnav_right a:last-of-type:before {
    display: block;
    content: "\f0e0";
    position: absolute;
    left: 8%;
    font-size: 31px;
    top: 0;
    background-color: #ccc;
    height: 24px;
    line-height: 0.7;
    bottom: 0px;
    margin: auto;
}


#f_bottom_wrap03 {
    background-color: #F08438;
    padding: 14px 0;
}


#f_bottom_wrap02 .f_logo{
    font-size-adjust:   
}

footer#footer03 {
    background-color: #333333;
    padding: 40px 0 0;
}

.footer_link_area {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.footer_link_area p {
    float: left;
    width: 60%;
}


.footer_foot_area {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.footer_link_area_cell {
	float: left;
}
.footer_link_area_cell + .footer_link_area_cell {
	margin-left: 5px;
}

@media only screen and (max-width: 980px){

  .top01 .flt .flt, .top01 .flr .flt, .top01 .flt .flr, .top01 .flr .flr {
    width: 100%;
    float: none;
}
.top01 > .flt, .top01 > .flr {
    padding: 10px;
}
.top_title01 {
    text-align: center;
}


footer#footer03 .footer_in #footnav {
    float: right;
    width: 70%;
    font-size: 0;
}


.top03_left,
.top03_right{
  width: 100%;
  float: none;
}

footer#footer03 .footer_in .f_pro .f_logo a img {
    width: auto !important;
    max-width: 100% !important;
}

footer#footer03 .footer_in .f_pro .f_logo a{
  width: 100%;
}

.footnav_right {
    float: none;
    width: 100%;
}

.footnav_right a:first-of-type{
  width: 48%;
  float: left;
}

.footnav_right a:last-of-type{
  width: 48%;
  float: right;
}

}

@media only screen and (max-width: 690px){

.footer_link_area {
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



.footer_foot_area {
    padding: 15px 0px 0px;
    border-top: 0;
}

.footer_foot_area {
    padding: 15px 0px 0px;
}

.footnav_right a {
    width: 100% !important;
    float: none !important;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

footer#footer03 .footer_in .f_pro {
    float: none;
    width: 100%;
}

footer#footer03 .footer_in #footnav {
    float: none;
    width: 100%;
    font-size: 0;
}

footer#footer03 .footer_in #footnav .f_top_nav li a {
    color: #333;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

}
