@charset "utf-8";
/*
2018.09.28海野作成
チグハグになっているサイト状態を整えるためのSP用common_sp.css
*/

/* 基本設定
================================================ */
body {
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}
a {
	text-decoration: none;
	color: #111;
}
a:hover {
	text-decoration: none;
	color: #111;
}
a:visited {
	text-decoration: none;
	color: #111;
}
a:active {
	text-decoration: none;
	color: #111;
}

/* タグ属性リセット
================================================ */
iframe {
	display:block;
}

/* 

指定のclassやidで囲った箇所のみに有効
タグ特性のリセットをせずに作成したページが崩れる可能性があるため、
以後指定のclass・idで括ったページのみに適応
*/

/* reset (任意ページなどで使用。全体にリセットかけると崩れるため、新しく作っていくページ用。）
--------------------------------------*/
html.reset {
	font-size : 62.5%;
}
.reset body {
	font-size:12px;
	font-size:1.2rem;
}
.reset html , .reset body , .reset div , .reset span , .reset object , .reset iframe , .reset h1 , .reset h2 , .reset h3 , .reset h4 , .reset h5 , .reset h6 , .reset p , .reset blockquote , .reset pre , .reset abbr , .reset address , .reset cite , .reset code , .reset del , .reset dfn , .reset em , .reset img , .reset ins , .reset kbd , .reset q , .reset samp , .reset small , .reset strong , .reset sub , .reset sup , .reset var , .reset b , .reset i , .reset a , .reset dl , .reset dt , .reset dd , .reset ol , .reset ul , .reset li , .reset fieldset , .reset form , .reset label , .reset legend , .reset table , .reset caption , .reset tbody , .reset tfoot , .reset thead , .reset tr , .reset th , .reset td , .reset article , .reset aside , .reset canvas , .reset details , .reset figcaption , .reset figure , .reset footer , .reset header , .reset hgroup , .reset menu , .reset nav , .reset section , .reset summary , .reset time , .reset mark , .reset audio , .reset video , .reset main , .reset button , .reset input {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	box-sizing: border-box;
}
.reset article, .reset aside, .reset details, .reset figcaption, .reset figure, .reset footer, .reset header, .reset hgroup, .reset menu, .reset nav, .reset section { display:block; }
.reset ol, .reset ul, .reset li { list-style:none; }
.reset h1, .reset h2 , .reset h3 , .reset h4 , .reset h5 , .reset h6 {font-weight:normal;}

/* 画像
--------------------------------------*/
img {
	border:none;
	vertical-align:top;
	max-width:100%;
	height:auto;
}


/* 共通パーツのiframe(高さ・幅などの一括変更)
================================================ */
#iHeaderSp {
    width: 100%;
    height: 51px;
}
#iFooterSp1 {
	width:100%;
	height:2630px;
}
#iFooterSp2 {
	width:100%;
	height:1500px;
}
#iNavSp {
	/* width指定不可 */
	height:100vh;
}




/* 汎用スタイル
================================================ */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.clear {
	clear:both;
}
@media only screen and (min-width: 769px) {
/* ================================================
header
================================================ */
#header{
    width: 100%;
    margin:  35px auto;
}
/* header_notice：告知スペース(緊急性の高いもの)
---------------------------------*/
#header_notice{
    background: #f1f0ed;
    padding: 0.5em;
    font-size: x-small;
    text-align: center;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    line-height:14px;
}
#header_notice a{
}
#header_notice br{
    display: none;
}
#header_notice span{
    margin: 0 0 0 1em;
}
/* header_line：告知スペース
---------------------------------*/
#header_line {
    position: relative;
    width: 100%;
    margin: 15px auto 10px auto;
    padding: 0;
    text-align: left;
}

#header_line a:hover {
    color: #6d6c6f;
    text-decoration: none;
}

#header_line h1 {
    font-size: 11px;
    font-weight: 400;
    margin: 0;
}


/* rogo：サイトロゴ
---------------------------------*/
.rogo {
    width: 100%;
    text-align: center;
}

.rogo img {
    width: 100%;
    margin: 4px 0 10px;
    position: relative;
}
.rogo a {
    display: block;
    width: 290px;
    position: relative;
    margin: -5px auto 0;
}
/* .rogo a:before{
    content:"";
    position: absolute;
    width: 110px;
    height: 10px;
    display: block;
    top: 9px;
    left: 60px;
    background: #ffffff;
    z-index: 1;
} */
.rogo a:after{
    content:"";
    position: absolute;
    width: 70px;
    height: 11px;
    display: block;
    bottom: 10px;
    right: 0px;
    background: #fff;
    z-index: 1;
}
#l-logo {
    float: left;
}

/* gNavi:グローバルナビ 
--------------------------------------*/
#gNavi {
    position: relative;
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    background: #fff;
    margin: 0 0 10px 0;
    padding: 10px 0;
}

#gNavi a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

#gNavi a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    text-decoration: underline;
}


/* g_menu:トレンドワード
--------------------------------------*/
.g_menu {
    width: 60%!important;
    text-align: center;
    font-size: x-small;
    color: #111;
    padding: 10px 0;
    margin-bottom: 6px;
    float: right;
    width: 640px;
}

.g_menu a {
    color: #111;
    text-decoration: none;
    display: inline;
}

.g_menu a:hover {
    color: #111;
    text-decoration: underline;
}

/* header_news：ヘッダーのニュースコンテンツ
--------------------------------------*/
#header_news {
	/* width:940px; */
	background-image:url(https://asia-kobo.com/new/img/icon_news.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-color: #f3f3f3;
	margin:0 0 10px 0;
	text-align:left;
	font-size: 10px;
	padding:5px 0 5px 60px;
}

#header_news a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
    display: inline-block;
}
#header_news a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
		text-decoration: underline;
}

#header form {
    display: block;
    vertical-align: top;
    overflow: hidden;
}

#header form input[type="text"] {
    width: 214px;
    height: 32px;
    border: #ccc 1px solid;
    display: block;
    float: left;
    box-sizing: border-box;
}

#header form input[type="submit"] {
    width: 62px !important;
    height: 32px;
    border: none;
    text-align: center;
    display: block;
    float: right;
}
#header_news+div {
	width: 100%!important;
}
/* header_news：ヘッダーのユーティリティメニュー
--------------------------------------*/
#sabNav {
    width: 70%;
    /* border-top: 1px solid #000; */
    /* border-bottom: 1px solid #bdb5b5; */
    background: #fff;
    margin: 20px 0 14px 0;
    display: table;
    /* padding: 6px 0; */
    float: left;
    clear: left;
}

#sabNav li {
    float: left;
    margin-right: 17px;
    vertical-align: middle;
    display: table-cell;
}

#sabNav li a {
    font-size: 11px;
    margin: 0 10px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
    color: #6f6f6f;
}

/* bnrSlide:ヘッダー下部のバナー
---------------------------------*/
#bnrSlide {
    width: 25%;
    float: right;
    margin-bottom: 0.5em;
}

/* MegaMenu:？
--------------------------------------*/
.MegaMenu {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    display: table;
}

.MegaMenu li {
    padding: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 30px;
}

.MegaMenu li#menu01 {
    width: 141px;
    /*
	border-right:#9a9999 1px solid;*/
}

.MegaMenu li#menu02 {
    width: 142px;
    border-right: none;
}

.MegaMenu li#menu02 img {
    vertical-align: bottom;
    padding-bottom: 5px;
}

.MegaMenu > li > a {
    /*display: block;*/
    margin: 0;
    font-size: 13px;
    line-height: 1;
}

/*.MegaMenu li a span { display:block; font-size:10px;}*/

.MegaMenu li ul li {
    width: 160px;
    margin-right: 0;
}

.MegaMenu li:hover > a {}

.MegaMenu li a:hover {}

.MegaMenu .drop_content {
    position: absolute;
    top: 61px;
    left: 0;
    width: 944px;
    padding: 20px 25px 20px;
    border: 1px solid #eee;
    /*background:#fff;*/
    background-color: #fdfdfd;
    z-index: 5999;
    display: none;
    height: auto;
}

#gNavi ul li:hover .drop_content {
    display: block !important;
}

.MegaMenu .cate_menu {
    width: 440px;
    text-align: left;
}

.MegaMenu li dl dt {
    margin-bottom: 8px;
    font-size: 10px;
}

.MegaMenu li dl dt span {
    display: inline-block;
    padding-right: 1em;
    font-size: 13px;
    font-weight: bold;

}

.MegaMenu .sub_category li {
    margin-top: 3px;
    white-space: nowrap;
}

.MegaMenu .sub_category li:hover {
    /* background-color:#fcfaf5;*/
    background-color: #F5F4EF;
}

.MegaMenu .sub_category li a {
    display: block;
    padding: 5px 7px;
    text-align: left;
    white-space: nowrap;
}

.MegaMenu .reco_menu {
    float: right;
    width: 610px;
    padding-left: 30px;
    border-left: 1px dotted #eee;
    margin-top: -30px;
    text-align: left;
}

.MegaMenu .reco_menu img {
    display: block;
}

.MegaMenu .reco_menu ul li {
    float: left;
    width: 120px;
    margin-right: 40px;
    text-align: left;
}

.MegaMenu .reco_menu ul li p {
    margin: 5px 0 0 0;
    line-height: 1.3;
    font-size: 11px !important;
    font-weight: normal;
    display: block;
    width: 120px;
}

.MegaMenu .reco_menu .caption {
    font-size: 10px;
}

.MegaMenuTable {
    cursor: default;
}

.MegaMenuTable a {
    cursor: pointer;
    padding: 9px 7px;
}

.MegaMenuTable .MegaMenuLists {
    margin: 0px 15px;
    padding: 0px;
    color: #BBB;
    list-style: none;
}

.MegaMenuTable .MegaMenuLists li a:hover {
    background-color: #F5F4EF;
}

.MegaMenuTable .MegaMenuLists li a {
    display: block;
    padding: 3px 5px;
    text-align: left;
    text-decoration: none;
}

.MegaMenuLists li {
    font-size: 12px;
    width: 160px;
    clear: both;
}

.MegaMenuTable {
    border-collapse: collapse;
}

.MegaMenuTable th {
    text-align: left;
    padding: 5px 10px;
    font-size: 12px;
}

.MegaMenuTable .MegaMenuHead {
    padding: 0;
}

.MegaMenuTable .MegaMenuHead a {
    text-decoration: none;
}

.MegaMenuTable td {
    vertical-align: top;
}

.MegaMenuTable td.LastCell {
    border: none;
}


/* backnamber title */
#firsec .sub_title {
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	text-align: left;
}
#firsec .sub_title .left{
	font-size: 2em;
	padding: 0 0 0.5em;
}
}

/* header
================================================ */
[canvas=container] {
 transform:none !important;
 overflow-y: inherit;
}
#sbInn a, #sbRig a {
	display: block;
	text-decoration: none;
	color: #fff;
}
/* 固定ヘッダー
--------------------------------------*/
#headerSp , #sb {
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 99999;
}
#sb {
	background-color: #fff;	
	box-shadow: 0px 4px 5px -5px #7a7a7a;
	-webkit-box-shadow: 0px 4px 5px -5px #7a7a7a;
}
#sb #sbLogo {
	width: 130px;
	height: 50px;
	padding: 0;
	margin: 0 auto;
	display:table;
}
#sb #sbLogo a {
	display:table-cell;
	vertical-align:middle;
}
#sb #sbLogo a img {
	width: 100%;
}
/* ハンバーガーボタン
--------------------------------------*/
.menu {
	position:fixed;
	right: 20px;
	top: 10px;
	height: 30px;
	line-height: 30px;
}
.sb-toggle-right {
	font-size: 2.6rem;
}
.sb-toggle-right:after {
	content: "\f0c9";
	font-family: FontAwesome;
}

/* スライドナビ
--------------------------------------*/
#sbRig {
	position: fixed;
	top: 50px;
	right: -50px;
}
.acc {
	background-color: #222;
	height:100%;
}
.acc a {
	display:block;
}
.sb-right {
	margin-top: 50px !important;
}
.acc li a {
	color: #f2f2f2;
	padding: 1rem;
}
.acc li {
	color: #f2f2f2;
	font-size: 1.2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sb-close {
	font-size: 1.2rem;
	padding: 1rem;
}
/* .sb-close:before {
	content: "\f00d";
	font-family: FontAwesome;
	padding-right: 5px;
} */
.right-content {
	padding-bottom: 200px;
}
/* footer
================================================ */

.footer_cate_name {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.footer_cate_name >*{
	width:50%;
}
.footer_cate_name img {
	width: 100%!important;
	margin:0;
	padding:0;
}
.footer_cate_name_end { width:100%; margin-bottom:20px;}

#ftCateArea dl {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
#ftCateArea dt {
	width: 100%;
	padding: 5px 10px;
	background: #000;
}
#ftCateArea dt a {
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#ftCateArea dd {
	width: 50%;
	height: 60px;
	border-bottom: dotted 1px #333;
}
#ftCateArea dd a {
	width:  100%;
	line-height: 0.5;
	height: 60px;
	display: table;
}
#ftCateArea dd:nth-child(odd) a {
	border-left: dotted 1px #333;
}
#ftCateArea dd:nth-child(even) a {
	border-right: solid 1px #FFF;
}
#ftCateArea dd img {
	margin: 10px 0;
	height: 40px;
	width: auto;
}
#ftCateArea dd a span {
	display: table-cell;
	padding: 0 3px;
	vertical-align: middle;
	font-size: 12px;
	font-size: 1.2rem;
}
#ftCateArea dd a span:nth-child(1) {
	width:31%;
}
#ftCateArea dd a span:nth-child(2) {
	line-height:1.3;
	text-align:left;
}

/* footer_utility */
.link_list {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #000;
	margin-top: 20px;
}
.link_list li {
	position: relative;
	display: table;
	float: left;
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #ccc;
	background-color: #FFF;
}
.link_list li a {
	display: table-cell;
	padding: 1.2em 0 1.2em 12px;
	vertical-align: middle;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.link_list li a::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4.2px;
	border: solid #ccc;
	border-width: 3px 3px 0 0;
	-webkit-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}
.link_list li.fulllong, .link_list.large li.fulllong {
	width: 100%;
	border-left: 0;
}
.link_list li.fulllong {
	background-color: #6d6c6f;
}
.link_list li.fulllong a {
	color: #FFF;
	font-weight: bold;
}
/* copyright
--------------------------------------*/

.copyright {
	text-align: center;
}