@charset "UTF-8";

/*
Theme Name: jlrj
Theme URI: http://jlrj-training.com/
Version: 1.05
Author: 
Description: 
*/



/* ==================== タグの初期設定 ==================== */

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	letter-spacing:1.1;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body,html{
height:100%;
}
body {
color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
h1 {
font-weight: normal;
font-size: small;
}
h2,
h3,
h4,
h5,
h6 {
font-size: medium;
}
p,
td,
th,
li,
dt,
dd,
input,
textarea,
.entryBody,
.entryMore {
font-size: 14px;
}
.clear {
clear: both;
}
br.clear {
letter-spacing: 0;
line-height: 1;
}
.center {
text-align: center;
}

ul.reset{
	margin:0;
	padding:0;
	list-style:none;
}

.caution{
	color:#ff0000;
}

BR.clear {
clear: both;
}
.center {
text-align: center;
}

a img:hover {
    transition: 0.3s linear;
    opacity: 0.7;
}

.aligncenter {
display: block;
margin: 5px auto;
}

/*forsp*/

.pcNone {
  display: none;
}
.ac_Menu {
  display: none;
}

#sp_gnavi{
  display: none;
}

@font-face {
	font-family: 'Jaguar';
	src: url('./cmn/font/Jaguar-Regular.otf');
	src: url('./cmn/font/Jaguar-ExtraBold.otf');
	src: url('./cmn/font/Jaguar-Bold.otf');
}

@font-face {
	font-family: 'Land';
	src: url('./cmn/font/LANDROVERBLDL4.otf');
	src: url('./cmn/font/LANDROVERLGTL4.otf');
	src: url('./cmn/font/LANDROVERMEDL4.otf');
}

.font-j{
		font-family: "Jaguar","Arial Unicode","arial","helvetica",sans-serif!important;
		letter-spacing:1.5;
}

.font-l{
		    font-family: "Land","Arial Unicode","arial","helvetica",sans-serif!important;
		letter-spacing:1.5;
}


.mincho{
    font-family: "游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.imgScale{
	overflow: hidden;
	width: 100%;
}

.imgScale img {
	display: block;
	transition-duration: 0.3s;
}
.imgScale img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

p.btn{
	width:106px;
	background:#000;
box-sizing:border-box;
margin:50px auto;
text-align:center;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

p.btn:hover{
	background:#9e1b32;
}

p.btn a{
display:block;
	color:#fff;
padding:10px 0 ;
}

p.btn a:hover{
text-decoration:none;	
}

.navigation{
	font-size:12px;
}

.navigation a{
color:#ddd;	
}


.alignleft{
	float:left;
	width:50%;
}

.alignright{
	float:right;
	width:50%;
	text-align:right;
}

.pagetop {
	z-index:9999;
    cursor: pointer;
    position: fixed;
    right: 80px;
    bottom: 60px;
}

/* ==================== クリアフィックス ==================== */
.clearfix:after {
content: ".";
display: block;
clear: both;
line-height: 0;
font-size: 0;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Mac版IEを除外 \*/
.clearfix {
display: block;
}
/* */



/* ==================== サイト全体 レイアウト ==================== */
/* ========== 全体枠 ========== */
#container_top {
}

#container {
}

/* ========== ヘッダー ========== */
#header {
width:100%;
background:#fff;	
}

.jg #header,
.lr #header{
	padding:12px 0;
}

#headerTitle {
max-width:1600px;
margin: 0 auto;
	padding:0 20px;
	position:relative;
}
#headerAreaLogo {
}

a.brand_cange{float:right;}

#headerAreaLogo img{
}

#headerAreaLogo img:hover {
}

#headerAreaSub {
float: right;
text-align: right;
}

p#headerAddress {
}




#mainBg {
margin: 0 auto;
padding: 0;
background:#e8e8e8;
}



@media screen and (min-width: 992px) {
.navbar-toggle {
    display: none;
}
}

/* ========== キャッチ画像 ========== */
#catchArea {
}
#catchArea ul{
margin:0;
padding:0;
list-style:none;	
}

#catchArea ul li{
width:50%;
float:left;
}

#catchArea ul li img{
width:100%;
	height:auto;
}



#main {
width: 1200px;
margin: 0 auto;
}
#mainInner {
}



/* ========== メインメニュー ========== */
#mainMenu {
margin: 0 auto;
height:64px;
}
#mainMenu ul {
margin: 0 auto;
padding: 0;
float:right;
}

div#mainMenu ul,
div#mainMenu ul li,
div#mainMenu ul li a {
line-height:64px;
color:#fff;
font-weight:500;
}
div#mainMenu ul li {
float:left;
margin:0 0 0 20px;
list-style-type: none;
}

div#mainMenu ul li:first-of-type {
margin-left:0;	
}

div#mainMenu ul li a{
position: relative;
	display:inline-block;
}

div#mainMenu ul li:last-child a {
    background: #e01d03;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}
div#mainMenu ul li:last-child a:hover{
background:#111;
}



div#mainMenu ul li a:before {
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:0;
	height:4px;
	background-color:#fff;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
}

div#mainMenu ul li:hover a:before {
width:100%;
}

/*
div#mainMenu ul li:before{
content:"|";
margin-right:20px;
}

div#mainMenu ul:after{
content:"|";
margin-left:15px;
}
*/

div#mainMenu ul li a:hover {
text-decoration:none;
color:#fff;
}


div#mainMenu div.sub_menu{
background: rgba(240,240,240,1);
position:absolute;
z-index:9999;
left:0px;
bottom:65px;
width:100%;
color:#000;
padding:5px 0;
}

#header.fixed div#mainMenu div.sub_menu{
top:65px;
bottom:unset;
}	

div#mainMenu ul li ul {
text-align:center;
}

div#mainMenu ul li ul li{
display:inline-block;
font-weight:200;
}

div#mainMenu ul li ul li a{
font-weight:200;
}

div#mainMenu ul li ul li a:hover{
font-weight:500;
color:#000;
}

div#mainMenu ul li i{
margin-right:8px;
}

div#mainMenu ul li ul {
float:none;
}

div#mainMenu ul li div a{
color:#000;
}

div#mainMenu ul li ul li a:before {
display:none;
}

div#mainMenu ul li ul li:before{
display:none;
}

div#mainMenu ul li ul:after{
display:none;
}

div#mainMenu ul a {
}

.sub_menu{
display:none;
}


/* ========== 2カラム 設定 ========== */
#secondArea {
}
#contents {
}

.jg #contents{
	width:990px;
	margin:0 auto;
}

.lr #contents{
	width:990px;
	margin:0 auto;
}

/* ==================== コンテンツ ==================== */
#contents {
}


/* ---------- コモン ---------- */
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
clear: both;
margin-bottom: 10px;
}
#contents h2,
#contents h3,
#contents h4,
#contents H5,
#contents H6,
#contents p,
#contents td,
#contents th,
#contents li,
#contents dt,
#contents dd,
#contents .entryBody,
#contents .entryMore {
line-height: 1.5;
}
#contents p,
#contents ul,
#contents ol,
#contents dl,
#contents table {
margin-bottom: 15px;
font-size:14px;
}
#contents tr{
border-bottom: 1px solid #dddddd;
}

#contents tr:nth-child(even) {
    background: #fafafa;
}

#contents td{
padding: 15px 10px;
}
#contents th{
font-weight:bold;
padding: 15px 10px;
}
#contents thead th,
#contents tfoot th{
color: #fff;
background-color: #333;
}




/* ---------- 見出し ---------- */

.mainTitle.catch{
	background:#000;
	color:#fff;
	text-align:center;
	line-height:1.8;
	padding:40px 0;
}

.lr .mainTitle.catch{
	background:#525252;
	padding:40px 0;
}


.mainTitle.catch h1 {
	font-size:20px;
}

.mainTitle.catch span{
font-size:12px;	
}

#contents .mainTitle h2 {
text-align:center;
font-size:20px;
position: relative;
margin:0 0 30px;
font-weight:bold;
}

#contents #blog_detail .mainTitle h2{
	text-align:left;
}
 

#contents .mainTitle h3 {
text-align:center;
font-size:22px;
/*font-family:"游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
color:#771c1c;
}

#contents .mainTitle h2.rss {
}
#contents .mainTitle a.rss {
display: block;
text-decoration: none;
color: #333333;
width: 100%;
}
#contents .mainTitle a.rss:hover {
text-decoration: none;
}

#contents h3 {
font-size:14px;
}



/* ---------- ボディー ---------- */
#contents .mainContents {
padding: 10px 0;
}
#contents .entryBody,
#contents .entryMore {
}
#contents .entryBody a:hover img,
#contents .entryMore a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
}

/* ---------- ページ送り ---------- */
#contents .contentNavi {
text-align: center;
padding-bottom: 8px;
width: 100%;
margin: 0 0 8px;
background: url("./cmn/images/hr_bg.gif") left bottom repeat-x;
}
#contents .contentNavi a,
#contents .contentNavi strong,
#contents .contentNavi span.current_page{
display: inline-block;
text-decoration: underline;
text-align: center;
line-height: 1;
font-size: 130%;
margin: 0 5px 0 0;
padding: 5px 8px;
border: 2px solid #efefef;
/* color */
color: #1C55FF;
border-color: #efefef;
background-color: #f5f5f5;
}
#contents .contentNavi strong,
#contents .contentNavi a:hover {
text-decoration: none;
color: #101113;
border-color: #dddddd;
background-color: #ffffff;
}

#contents .contentNavi span.current_page{
text-decoration: none;
color: #101113;
border-color: #dddddd;
background-color: #ffffff;
}



/* ---------- 基本クラス ---------- */
.pankuzu {
background:#f3f3f3;
padding:5px;
color:#333;
}

.pankuzu p{
	width:1200px;
	margin:0 auto;
	text-align:right;
	font-size:11px;
}

.pankuzu a{
color:#333;
}



/* ==================== ブログセカンドエリア ==================== */
#secondArea {
width: 300;
float:right;
}

#contents.has_secondArea{
	width:850px;
	float:left;
}

#secondArea .widget{
	border:solid 3px #f3f3f3;
	padding: 15px;
	box-sizing:border-box;
	margin-bottom:50px;
}

#secondArea .widget h3 { margin-bottom: 20px;}

#secondArea .post-list-wrapper li { 
display: inline-block;
border-bottom: 1px solid rgb(235, 235, 235);
width: 100%;
margin-top: 12px;
padding-bottom:12px;}
.small_featured_image { float: left;
width: 70px;
height: 60px;
background-size: cover;
margin-right: 15px;}
.list_metas { font-size: 11px;
margin-top: -5px;}

#secondArea .list_metas span {margin-right:15px;}
#secondArea .list_metas i {margin-right:5px;}
#secondArea .small_title {font-size: 14px;
font-weight: bold;
color: rgb(134, 134, 134);
line-height: 18px;
}

#contents.has_secondArea .mainTitle h2{
text-align:left;
}

#contents.has_secondArea .mainTitle h2:before{
margin:30px 0 15px;	
}

.post-meta{
	border-bottom:solid 1px #eee;
	padding-bottom:15px;
}

.post-meta .post-date i{
	margin-right:10px;
}

.post-meta .category{
	margin-left:15px;
	background:#e01d03;
	border-radius :3px;
	padding:3px 30px;
}

.post-meta .category a{
color:#fff;	
}



/* ========== フッター ========== */
DIV#footer {
}
DIV#footer a {
}

DIV#footerInner {
width: 1100px;
margin: 0 auto;
	padding:40px 0 30px;
}

#brand_list{
	width:300px;
	float:right;
}

.lr #brand_list{
	width:600px;
}

#brand_list ul{
	margin:0;
	padding:0;
	list-style:none;
}

#brand_list h3{
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}

#brand_list ul{
}

#brand_list ul li{
font-size:12px;
	line-height:2.2;
	display:inline-block;
	margin-right:20px;
	letter-spacing:0;
}



/* ---------- フッターメニュー ---------- */
DIV#footer P#footerMenu {
margin: 0;
padding: 30px 0 0;
}
DIV#footer DIV#footerMenu {
float:right;
width:800px;
margin-top:45px;
}
DIV#footer DIV#footerMenu ul {
width:200px;
float:left;
list-style:none;
padding:0;
margin:0 0 30px 0;
}

DIV#footer DIV#footerMenu ul h3{
font-size:14px;
font-weight:500;
margin-bottom:8px;
}


DIV#footer DIV#footerMenu ul li {
position: relative;
margin: 5px 0;
font-size:12px;
font-weight:200;
}

DIV#footer DIV#footerMenu ul li a {
padding:0;
}

/* ---------- フッター copyright エリア ---------- */
DIV#footer DIV#footerCopyrightArea {
padding: 30px 0;
clear:both;
}

.jg DIV#footer DIV#footerCopyrightArea{
	float:left;
	line-height:135px;
	padding:0;
}

.lr DIV#footer DIV#footerCopyrightArea{
	float:left;
	line-height:135px;
	padding:0;
}

/* ---------- フッター copyright 付メニュー ---------- */
DIV#footer P#footerFree {
margin-bottom: 10px;
}

/* ---------- copyright ---------- */
DIV#footer P#copyright {
text-align:center;
font-size:12px;
}

ul#footer_sns{
margin:0 0 30px 0;
padding:0;
list-style:none;
}

ul#footer_sns li{
font-size:24px;
display:inline-block;
margin-right:10px;
}

ul#footer_sns li:last-child{
margin-right:0;
}



/* ==================== トップページ ==================== */

.mainBlock{
	padding:40px 0 ;
}



#contents .date {
list-style:none;
margin:0;
padding:0;
text-align:center;
border-top:solid 1px #c4c4c4;
}


#contents .date li {
padding:15px 0;
text-align:left;
font-weight:bold;
	border-bottom:solid 1px #c4c4c4;
}

#contents .date li a{
}

#contents .date li span.dateTime{
margin-right:20px;
float:left;
}

#contents .date li span.news_title{
	float:right;
	width:370px;
}

#news{
	width:980px;
	margin:0 auto;
}

#news #news_left{
	float:left;
	width:460px;
}

#news #news_right{
float:right;
	margin-top:54px;
	width:460px;
}
/* ==================== 1カラム ==================== */
/*主な用途
コンセプト
メッセージ
*/

.one_colomun{
background-image:url("./cmn/images/concept_bg.jpg");
background-size: cover;
background-attachment: fixed;	
position:relative;
}

.one_colomun #read {
margin:80px auto;
text-align:center;
}

.one_colomun #read p{
font-size:16px;
line-height:2.1;
font-weight:500;
margin-bottom:30px;
}




/* ==================== サービスの特徴 ==================== */
	
#point ul{
margin:0 auto;
padding:0;
list-style:none;
  display: flex;
flex-wrap: wrap;
}

#point ul li{
    width: 23%;
    margin: 0 1% 50px;
    box-sizing: border-box;
    padding: 10px 15px;
    border: solid 1px #dddddd;
	background:#fafafa;
}


#point ul li div.imgScale{
margin-bottom:15px;
background:#000;
 transition: all .5s ease;
 -webkit-transition: all .5s ease 0s;
 -moz-transition: all .5s ease 0s;
 -ms-transition: all .5s ease 0s;
 -o-transition: all .5s ease 0s;
}

#point ul li:hover div.imgScale{
	background:#333;
}

#point ul li img{
	width:100%;
}



/* ==================== サービスの特徴 ==================== */
	
#point2 ul{
margin:0 auto;
padding:0;
list-style:none;
}

#point2 ul li{
	margin-bottom:50px;
}

#point2 ul li div.imgScale{
	width:45%;
	display: table-cell;
	vertical-align:top;
}

#point2 ul li div.imgScale span{
		max-height:600px;
	overflow:hidden;
	display:block;
}

#point2 ul li div.textArea h3{
	text-align:left;
}

#point2 ul li div.textArea{
	width:55%;
	display: table-cell;
	vertical-align:middle;
	box-sizing:border-box;
	padding:0 70px;
}

#point2 ul li div.imgScale{
margin-bottom:15px;
}

#point2 ul li:hover div.imgScale{
}

#point2 ul li div.textArea .subcomment{
	padding:30px 15px;
	background:#f3f3f3;
	margin-bottom:20px;
}

#point2 ul li img{
	width:100%;
}

#point2 ul li p{
	font-size:16px;
}

#point2 ul li p.mini{
font-size:14px;	
}

#point2 ul li h3{
	font-size:26px;
	margin-bottom:20px;
}

/* ==================== メニュー紹介 ==================== */

#menu table th{
}

#menu table{
margin:0 0 30px;
}

#menu p{
margin-bottom:50px;
}

#menu h3.title{
    border-bottom: 1px solid #dddddd;
    color: #e01d03;
    padding: 15px 10px;
margin-bottom:0;
}

/* ==================== 会社 ==================== */

#about h3{
text-align:center;
}

#about ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#about ul li {
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
}

#about ul li:nth-child(3n) {
    margin-right: 0;
}


#insta ul{
margin:0;
padding:0;
list-style:none;
text-align:center;
}

#insta ul li{
display:inline-block;
width:150px;
margin:5px;
}

#insta ul li img{
width:100%;
height:auto;
}


/* ==================== 問い合わせボックス ==================== */


#contact_box{
width:1000px;
border:solid 5px #eee;
margin: 50px auto;
box-sizing:border-box;
}

#contact_box p{
margin:30px 0;
font-size:20px;
text-align:center;
}

#contact_box p span{
font-size:28px;
color:#e01d03;
}

#contact_box table{
width:100%;
}

/* ==================== contactform7 ==================== */

.widget label {
  display: block; }

.widget .wpcf7-text,
.widget .wpcf7-textarea {
  margin-bottom: 20px !important; }

.wpcf7 {
  margin: 30px auto !important;
  padding: 40px 30px !important;
  background: rgba(215, 215, 215, 0.15); }
  @media (max-width: 767px) {
    .wpcf7 {
      width: 100%; } }
  @media (min-width: 768px) {
    .wpcf7 {
      width: 80%;max-width:600px; } }

.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 7px 10px;
  font-size: 1em;
  -webkit-appearance: none; }

.wpcf7-form p {
	margin-bottom:30px;
}

.wpcf7-form input[type="submit"] {
  border-radius: 2px;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ddd;
  padding: 7px 50px;
  font-size: 1em;
  display: block;
  margin: 0 auto;
  background: #ddd;
  cursor: pointer;
  color: #fff;
  margin-top: 0px; }

.wpcf7-form input[type="submit"]:hover {
  background: #ccc;
  border: 1px solid #ccc; }


/* ==================== ブログ記事デザイン ==================== */

#contents.blog blockquote {
	margin:0 0 25px 0;
    padding: 20px;
    font-size: .9em;
    background: #eee;
    border-radius: 4px; }

#contents.blog blockquote p:last-child{
margin-bottom:0;	
}

#contents.blog iframe{
}

#contents.blog h1{
	font-size:200%;
border-left:solid 3px #e01d03;
	padding-left:10px;
	margin-bottom:25px;
}

#contents.blog h2 {
font-weight:700;
border-bottom:solid 1px #ddd;
	padding-bottom:15px;
font-size:22px;
	margin:40px 0 20px;
}	
	
#contents.blog h3 {
font-weight:700;
font-size:17px;
color:#e01d03;	
}
#contents.blog h4 {
font-weight:700;
font-size:17px;
}

#contents.blog .mainContents A,
#contents.blog .mainContents A:visited,
#contents.blog .mainContents A:hover{
}

/* ==================== 以下サイト別追加CSS ==================== */

.wpco{background-color:#fcfcfc;border:1px solid #eee;padding:.93478rem .93478rem .46739rem;}.wpco-wrapper[aria-hidden=false] .wpco{visibility:visible}@media (min-width:40em){.wpco{padding:.93478rem 1.86957rem .46739rem}}.wpco__title{margin:0 0 .46739rem;font-size:16px;font-size:1rem;line-height:1.86957}.wpco .contents-outline ol{list-style:none;margin-left:0;padding-left:0;counter-reset:wpco;border-top:1px dotted #eee}.wpco .contents-outline li:not(:first-child){border-top:1px dotted #eee}.wpco .contents-outline li ol{margin-top:-1px}.wpco .contents-outline a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:#333;padding:.46739rem 0;text-decoration:none}@media (min-width:64em){.wpco .contents-outline a:active,.wpco .contents-outline a:focus,.wpco .contents-outline a:hover{color:#888}}.wpco .contents-outline a:before{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:start;align-self:flex-start;margin:3px 10px 0 0;display:inline-block;background-color:#e01d03;color:#fff;font-size:10px;line-height:1;padding:.25em .55em .35em;counter-increment:wpco;content:counter(wpco)}.wpco .contents-outline li li>a{padding-left:1.5em}.wpco .contents-outline li li li>a{padding-left:3em}.wpco .contents-outline li li li li>a{padding-left:4.5em}.wpco .contents-outline li li li li li>a{padding-left:6em}

.wp-oembed-blog-card{margin-bottom:15px;}

a.wp-share-button__button:hover{text-decoration:none!important;}

#contents.blog h2.wpco__title{
font-weight: 500;
border:none;
padding-bottom: 0;
font-size: 18px;
margin:0 0 15px 0;
}


#brand_identity{
	text-align:center;
	margin:40px 0 0;
}

#brand_identity p.sub_title{
	width:274px;
	background:#000;
	color:#fff;
	line-height:44px;
	margin:20px auto;
	letter-spacing:0;
}

#brand_identity p.sub_title a{
	text-decoration:none;
	color:#fff;
}

#brand_identity p.catch span{
	font-weight:bold;
	font-size:20px;
	letter-spacing:1.5;
}

.lr #brand_identity p.catch span{
	font-size:26px;
}

#brand_identity p.catch{
font-size:18px;	
	letter-spacing:0;
	font-weight:bold;
	margin:30px 0;
}

#category_wapper{
	text-align:center;
	letter-spacing:-0.4em;
}

#category_wapper ul{
	margin:0;
	padding:0;
	list-style:none;
}

#category_wapper ul li{
margin-bottom:50px;	
}

#category_wapper .category_block{
	display:inline-block;
	vertical-align:top;
}

#category_wapper .category_block:nth-child(2){
margin:0 45px;	
}

#category_wapper .category_block h3{
	margin-bottom:25px;
}

#category_wapper .category_block h4{
font-size:14px;	
	margin-top:20px;
	line-height:44px;
	color:#fff;
	text-align:left;
	padding:0 10px;
}

.lr #category_wapper .category_block h4{
font-size:18px;	
}

#category_wapper .category_block.sports h4{
	background:#54738c;
}

#category_wapper .category_block.lifestyle h4{
	background:#9ab1ad;
}

#category_wapper .category_block.luxury h4{
	background:#3a415a;
}

.lr #category_wapper .category_block.luxury h4{
	background:#744745;
}

.lr #category_wapper .category_block.leisure h4{
	background:#c48a51;
}

.lr #category_wapper .category_block.purpose h4{
	background:#ceb77a;
}

.lr #category_wapper .category_block.purpose h4 span{
	font-size:9px;
	margin-left:3px;
	letter-spacing:0;
	vertical-align: top;
}

#content_block_wrapper{
	letter-spacing:-0.4em;
}

#contents #content_block_wrapper h3{
	font-weight:bold;
}

.content_block{
	letter-spacing:normal;
	width:300px;
	display:inline-block;
	vertical-align:top;
}

.content_block a:hover{
text-decoration:none;	
}

.content_block_comment{
	background:#fff;
	margin: 30px 0 0 10px;
	padding: 20px;
	position:relative;
	min-height:120px;
}

.content_block:nth-child(3n+2){
		margin:0 45px 50px;
}

.content_block_comment p.cate{
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
position:absolute;
	left:-10px;
	top:-20px;
	color:#fff;
	padding:4px 20px;
	background:#000;
}

.lr .content_block_comment p.cate{
	background:#525252;
}

/* ==================== ヘッダーメニュー ==================== */

#brand_menu{
	position:absolute;
	top:20px;
	left:150px;
}

.menu {
    position: relative;
    width: 115px;
    height: 30px;
	padding:0;
	list-style:none;
	margin:0;
}

.lr .menu {
	width:205px;
}

.menu > li {
    height: 30px;
    line-height: 30px;
    background: #1e1e1e;
	font-size:12px;
	text-align:center;
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #fff;
	text-decoration:none;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
	list-style:none;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #8c8c8c;
	font-size:11px;
  text-align: left;
}
.menu__second-level li a{
    padding-left: 8px;
}

.menu__second-level li a:hover {
    background: #000;
	text-decoration:none;
	color:#fff;
}

.init-bottom:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 0 2 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 30px;
    width: 100%;
    background: #525252;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	margin:0;
	padding:0;
}

li.menu__single:hover ul.menu__second-level {
    top: 30px;
    visibility: visible;
    opacity: 1;
}

/* ==================== ログイン ==================== */

#login{
	width:1000px;
	margin:160px auto;
	letter-spacing:normal;
}

#message h2{
font-size:24px;
	line-height:1.6;
}

#message p{
color:#1e1e1e;
	font-size:14px;
	line-height:1.5;
	margin-bottom:30px;
}

#message{
	width:460px;
	float:left;
	margin-top:30px;
}

#login_input{
	float:right;
	width:460px;
	height:315px;
	border-radius:15px;
	box-sizing:border-box;
	padding:30px;
	background:#fff;
}

#contents p.input_title{
	font-weight:bold;
	margin-bottom:5px;
}

#login_input input{
	line-height:40px;
	width:100%;
	border:solid 1px #c4c4c4;
	margin-bottom:30px;
	box-sizing:border-box;
}

#login p.btn{
width:190px;
	margin:0 auto;

}

/*一覧*/
#categoryTop,
#blog_detail {
    box-sizing: border-box;
    padding: 2%;
}
#archivepage,
.viewport{
    max-width: 990px;
    margin: 20px auto;
    background: #fff;
    box-sizing: border-box;
    padding: 40px;
}
.archive_inner {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding-left: 15px;
}
.archive_inner h3 a {
    font-weight: bold;
}

/*dcp*/
.dinb {
    letter-spacing: -8px;
}
.dinb_inner {
    display: inline-block;
    letter-spacing: 0;
}
.linkbox a {
    display: block;
    background: #000;
    color: #fff;
    padding: 20px 40px;
    width: 300px;
    text-align: center;
    margin: 10px;
	box-sizing:border-box;
}
div#jaguar_sec, div#landrover_sec {
    background: #fff;
    padding: 5%;
    margin: 30px 0;
}
#contents h2.title01 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}
#contents .cont01 h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 20px 0;
}
div#jaguar_sec a, div#landrover_sec a {
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid;
    margin: 10px;
}
.linkbox a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}