@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/

#container{
	background: url(./images/common/bg-main.png) repeat #550000;
}

* html #container{ background: #550000; } /*IE6*/


/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{ color: #dedede; }

/*●リンク文字*/
a{ text-decoration: underline; }

a:link,
a:visited{ color: #a38853; }
a:hover,
a:active{ color: #bea455; }

.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}

/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#container{
	position: relative;
	padding-top: 0px;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/
#top{ 
	position: absolute;
	top: 0;
	background-color: #000;
	font-size: 1.2em;
}

#top-in{
	position: relative;
	padding: 5px 0;
}

#top-menu{ text-align: right; }

#top-menu li{
	display: inline;
	margin-left: 1em;
	list-style: none;
}

#top-menu li a{
	padding-left: 15px;
	background: url(./images/icon/icon-arrow_r_gray.png) left center no-repeat;
}



/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	background:url(http://tenderloins-blog.com/wp-content/uploads/2014/04/larrysmith-haikei.jpg) #000 no-repeat;
        background-position: 50% 50%;
	font-size: 1.2em;
}

* html #header{ background: #550000; } /*IE6*/

#header-in{ padding: 1em 0; }

#header-in .sitemap-r{
	float: right;
}

/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{
	float: left;
	width: 59.5%; /*ロゴ（メインタイトル）下の<h1>の1行の幅はこちらのwidthの値を変更*/
}

#header .header-logo{
	margin-bottom: 0.2em;
	font-size: 2.167em;
}


/*●ヘッダーロゴテキスト*/
.header-logo a{ text-decoration: none; }

.header-logo a:link,
.header-logo a:visited{ color: #dedede; }
.header-logo a:hover,
.header-logo a:active{ color: #bea455; }


/*●ヘッダーテキスト・右上の文章*/
#header-in #header-text{
	float: right;
	width: 40%; /*・1行の幅はwidthの値を変更*/
	color: #dedede;
}

#header h1{
	margin-bottom: 1em;
	padding-left: 0.5em;
	font-size: 1.167em;
}
.pageheader_h1{
        background: #000;
	border-top: 3px solid #6a5734;
	font-size: 1.6em;
        padding: 10px 15px 0;        
}
.pageheader_h1_in{
        max-width: 1100px;
        margin: 0 auto;
}
@media
only screen and (max-width : 640px){
#header-title h1{
	width: 75%;
	font-size: 0.8em;
}
.pageheader_h1{
        padding: 10px 15px 7px;        
}
}

/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
	background: url(./images/common/bg-menu.png) center bottom repeat-x #000;
	border-bottom: 1px solid #6a5734;
}

* html #global-nav{ background: #3d3d3d; } /*IE6*/

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}


/*●メニューボタンを非表示*/
#global-nav .btn-gnav{ display:none; }


/*●グローバルメニュー*/
#global-nav .menu-wrap{ display: block; }

#menu{
	border-bottom: 1px solid #1d1c19;
	font-size: 1.5em;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	border-right: 1px solid #000; /*右側のボーダーの色*/
	list-style: none;
	font-weight: bold;
}

#global-nav #menu li.first{ border-left: solid 1px #000; } /*一番左のメニューだけに追加指示*/

#global-nav #menu li{ white-space: nowrap; }

/*メニューのデザイン*/
#global-nav #menu li a{
	display: block;
	padding: 1.2em 2em 0.4em;
	color: #dedede; /*メニューのフォントの色*/
	text-decoration: none;
        font-family: "HGP行書体",cursive;
}

#global-nav #menu li a:link,
#global-nav #menu li a:visited{
	background: transparent;
	border-bottom: 3px solid #3d3d3d;
}
#global-nav #menu li a:hover,
#global-nav #menu li a:active{
	color: #a68b56;
	border-bottom: 3px solid #b09156;
}

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
}

/*ドロップダウンメニューのデザイン*/
#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #ffffff;
	border-bottom: 1px solid #434343;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

#global-nav #menu li ul li a{
	display: block;
	padding: 0.8em 2em;
	border: 0;
}

#global-nav #menu li ul li a:link,
#global-nav #menu li ul li a:visited{
	background: transparent;
	border-bottom: 0;
}
#global-nav #menu li ul li a:hover,
#global-nav #menu li ul li a:active{
	color: #a68b56;
	border-bottom: 0;
}

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }

/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-in{ 
        padding-top: 1.5em;
}

/*●メイン画像*/
#main-image{
	padding: 0;
	background-color: #000;
}

#main-image-in{ position: relative; }

#main-image img{
	width: 100%;
	height: auto;
}

#main-image .catch-copy{
	position: absolute;
	top: 4em;
	left: 1em;
	color: #fff;
	font-size: 2em;
	text-shadow: #271d05 2px 2px 1px; /* FireFox, Webkit, Opera */
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#271d05,offx=2,offy=2)"; /* IE8 */
}

/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(./images/icon/icon-brc.gif) center right no-repeat;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{ font-size: 1.4em; }

#main-contents .contents{
	margin-bottom: 3.5em;
	padding: 0 10px;
}


/*●H2タグ*/
#main-contents h2{
	margin: 0 0 1.5em;
	padding: 0.8em 0.8em 0.5em;
	background: url(http://tenderloins-blog.com/wp-content/uploads/2014/04/h2-bg.jpg) right top no-repeat #000;
	font-size: 1.286em;
}

#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #dedede; }

#main-contents h2 a:hover,
#main-contents h2 a:active{ color: #bea455; }

#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H3タグ*/
#main-contents h3{
	margin: 0 0 1.5em;
	padding: 0.5em 1em;
	background-color: rgba(0,200,0,0.1);
	border: 1px solid #000;
	border-left: 4px double #666;
	font-size: 1.143em;
	font-weight: bold;
}

#main-contents h3 a:link,
#main-contents h3 a:visited{ color: #dedede; }

#main-contents h3 a:hover,
#main-contents h3 a:active{ color: #bea455; }

#main-contents h3.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H4タグ*/
#main-contents h4{
	margin: 0 0 1.5em;
	padding: 0.5em 1em;
	border-bottom: 2px solid #a0a0a0;
	font-weight: bold;
}

#main-contents h4 a:link,
#main-contents h4 a:visited{ color: #dedede; }

#main-contents h4 a:hover,
#main-contents h4 a:active{ color: #bea455; }

#main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H5タグ*/
#main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #a0a0a0;
	font-weight: bold;
}

#main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h5 a:link,
#main-contents h5 a:visited{ color: #dedede; }

#main-contents h5 a:hover,
#main-contents h5 a:active{ color: #bea455; }


/*●段落タグ*/
#main-contents p{ margin-bottom: 1.5em; }


/*●リストタグ*/
#main-contents ul,
#main-contents ol{
	margin: 0 0.8em 1.5em 1.7em;
	padding: 0;
}

#main-contents li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
}


/*●引用タグ*/
#main-contents q{
	margin: 0 2px;
	padding: 0 8px;
	background: #d7d7d7;
	color: #000;
}

#main-contents blockquote{
	overflow: auto;
	margin: 0 1em 1.5em;
	padding: 1em;
	border: 3px solid #999;
	background: #d7d7d7;
	color: #000;
}


/*●テーブルタグ*/
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #0a0a0a;
	border-left: 1px solid #0a0a0a;
}

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#main-contents table{ table-layout: auto; }*/

#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px solid #0a0a0a;
	border-bottom: 1px solid #0a0a0a;
}

#main-contents th{
	background-color: #1e1e1e;
	font-weight: bold;
	text-align: left;
}

#main-contents td{ background-color: #383838; }


/*●テーブルタグ スタイル01*/
#main-contents table.table-style01 th,
#main-contents table.table-style01 td{
	text-align: left;
	vertical-align: top;
}


/*●最新情報（リストタグ）*/
#main-contents ul.news{
	margin: 0 0 3.5em;
	padding: 0;
	padding-bottom: 0;
}

#main-contents ul.news li{
	margin-bottom: 1em;
	padding: 0 1em 1em;
	border-bottom: 1px dotted #c1c1c1;
	line-height: 1.4em;
	list-style: none;
}


/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

/*最新情報のアイコン設定*/
#main-contents dl.news dd.cat{
	float: left;
	overflow: hidden;
	width: 15em;
	height: 1.5em;
	padding: 0.1em 0.1em 0;
        margin: 0.1em 0.8em 0 0;
	border-bottom: none;
	background: #666;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 16.5em;
	border-bottom: 1px dotted #c1c1c1;
}

/*カテゴリの文字数が多い場合はコメントアウトを解除*/
/*#main-contents dl.news dd.cat{
	clear: none;
	width: auto;
}

#main-contents dl.news dd{
	clear: both;
	padding: 0 1em 0.8em 1em;
}*/
/*●最新情報2（定義タグ）*/
#main-contents dl.news02{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news02 dt{
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0;
	padding-left: 1em;
	font-weight: bold;
}

#main-contents dl.news02 dd{
	margin: 0 0 0.5em 0;
	padding: 0 1em 0.8em 1em;
	border-bottom: 1px dotted #414141;
}

#main-contents dl.news02 dd.cat{
	margin: 0;
	padding: 0 1em 0.5em 1em;
	border: 0;
}

#main-contents dl.news02 dd.cat ul{
	margin: 0;
	padding: 0;
	/zoom : 1;
}

#main-contents dl.news02 dd.cat ul:after{ content : ''; display : block; clear : both; height:0; }

#main-contents dl.news02 dd.cat li{
	clear: none;
	overflow: hidden;
	float: left;
	height: 1.5em;
	margin-right: 0.5em;
	padding: 0.1em 0.3em 0;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


#main-contents dl.news dd.cat{ font-weight: bold; }
#main-contents dl.news dd.cat.color01{ background: #959595; }
#main-contents dl.news dd.cat.color02{ background: #b28850; }
#main-contents dl.news dd.cat.color03{ background: #265376; }
#main-contents dl.news dd.cat.color04{ background: #694665; }
#main-contents dl.news dd.cat.color05{ background: #944d54; }
#main-contents dl.news dd.cat.color06{ background: #658620; }


/*●定義タグ スタイル01*/
#main-contents dl.dl-style01{
	margin: 0 0 3.5em;
	padding: 0;
}

#main-contents dl.dl-style01 dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0 0 0 1em;
}

#main-contents dl.dl-style01 dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 10em;
	border-bottom: 1px dotted #c1c1c1;
}


/*●定義タグ スタイル02*/
#main-contents  dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: 0;
	background-color: #1c1c1c;
}

#main-contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
}

#main-contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background-color: #666;
}


/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	background-color: #383838;
	border: 1px solid #a0a0a0;
}

#main-contents ul.checklist li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(./images/icon/icon-check01-green.png) left top no-repeat;
	list-style-type: none;
}


/*●戻る＆進むリンク*/
.link-next,
.link-back,
.link-next02,
.link-back02{ clear: both; }

.link-next,
.link-next02{ text-align: right; }

.link-back,
.link-back02{ text-align: left; }

.link-next a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_r.png) 0 7px no-repeat;
}
.link-back a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l.png) 0 7px no-repeat;
}

.link-next02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_r_gray.png) 0 7px no-repeat;
}
.link-back02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l_gray.png) 0 7px no-repeat;
}


/*●段組み*/
.box-wrap .box-l{
	float: left;
	width: 48%;
	margin: 0 0 1.5em;
	background-color: #383838;
	border: 1px solid #0c0c0c; /*boxの枠線の指示*/
}

.box-wrap .box-r{
	float: right;
	width: 48%;
	margin: 0 0 1.5em;
	background-color: #383838;
	border: 1px solid #0c0c0c;
}

#main-contents .box-wrap .title{
	margin-bottom: 1.5em;
	background-color: #0a0a0a; /*boxのタイトルの背景色*/
}

#main-contents .box-wrap .title p{
	margin: 0 10px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}


/*●ランキング（リストタグ）*/
#main-contents .box-wrap .ranking{
	margin: 0 0 15px;
}

#main-contents .ranking li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa; /*区切り線の指示*/
	background: none;
	list-style: none;
}

#main-contents .ranking li.end{
	padding-bottom: 0;
	border-bottom: none;
}

#main-contents .ranking p{ margin: 0 0 10px; }


/*●ページネーション スタイル01*/
#main-contents .cont-menu01{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu01 ul{
	position: relative;
	left: 50%;
	float: left;
	margin-left: 10px;
}

#main-contents .cont-menu01 li{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 10px;
	list-style: none;
}

#main-contents .cont-menu01 li:last-child{ margin-right: 0; }

#main-contents .cont-menu01 li.cur{
	padding: 3px 10px;
	border: 1px solid #ccc;
	background-color: #959595;
	color: #fff;
	font-weight: bold;
}

#main-contents .cont-menu01 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu01 li a:link,
#main-contents .cont-menu01 li a:visited{ background-color: transparent; }

#main-contents .cont-menu01 li a:hover,
#main-contents .cont-menu01 li a:active{
	background-color: #959595;
	color: #fff;
}

#main-contents .text-field{ width: 90%; }


/*●ページネーション スタイル02*/
#main-contents .cont-menu02{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu02 ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-contents .cont-menu02 li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu02 li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu02 li.prev{ float: left; }

#main-contents .cont-menu02 li.next{ float: right; }

#main-contents .cont-menu02 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu02 li a:link,
#main-contents .cont-menu02 li a:visited{ background-color: transparent; }

#main-contents .cont-menu02 li a:hover,
#main-contents .cont-menu02 li a:active{
	background-color: #959595;
	color: #fff;
}


/*●サイトマップ*/
#main-contents .sitemap li{ list-style: none; }

#main-contents .sitemap li a{
	display: block;
	padding: 3px 0 3px 20px;
	background: url(./images/icon/icon-arrow_r.png) 0 6px no-repeat;
}

#main-contents .sitemap ul{ margin-top: 1em; }

#main-contents .sitemap li li a{
	padding: 0 0 0 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 0 6px no-repeat;
}


/*●Twitterウィジェット用*/
#main .twtr-widget{ margin-bottom: 15px; }

#main .twtr-doc{ margin: auto; }

#main .twtr-hd h3,
#main .twtr-hd h3{
	clear: none;
	width: auto;
	border: 0;
	background: none;
}


/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

#sub-contents,
#sidebar,
#sub-contents dd,
#sidebar dd{
	margin: 0;
	padding: 0;
}

* html #sub-contents,
* html #sidebar{ overflow: hidden; }

#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{ display: none; }

.sub-column{ font-size: 1.2em; }

.sub-column li{ list-style: none; }


/*●コンテンツ*/
.sub-column .contents{
	margin-bottom: 1.5em;
	padding: 0.5em;
}

.sub-column hr{ clear: both; }

.sub-column h3{
	padding: 0.9em 0.8em 0.8em;
	padding-left: 1.5em;
	background: url(./images/title/bg-side-h3.gif) 9px 9px no-repeat #0a0a0a;
	border: 1px solid #0a0a0a; 
	border-top: 1px solid #454545; 
	border-bottom: 2px solid #0a0a0a; 
	font-weight: bold;
}

.sub-column .contents h3{
	margin: -0.5em;
	margin-bottom: 0.8em;
}


/*●プロフィール*/
.sub-column .profile-img img{
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.sub-column .profile-txt p{ margin-bottom: 1em; }

.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: left;
	padding-right: 20px;
}


/*●テーブルタグ*/
.sub-column table caption{
	font-weight: bold;
	text-align: center;
}

.sub-column table{
	width: 90%;
	margin: auto;
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #0a0a0a;
	border-left: 1px solid #0a0a0a;
}

.sub-column table th,
.sub-column table td{
	padding: 0.5em 0.2em;
	border-right: 1px solid #0a0a0a;
	border-bottom: 1px solid #0a0a0a;
}

.sub-column table th{
	background: #1e1e1e;
	font-weight: bold;
	text-align: center;
}

.sub-column td{ background-color: #383838; }


/*●カレンダー*/
.sub-column table#wp-calendar tbody td{ text-align: center; }

.sub-column table#wp-calendar tfoot td{ border-right: none; }

.sub-column table#wp-calendar tfoot td#next{
	border-right: 1px solid #0a0a0a;
	text-align: right;
}

.sub-column table#wp-calendar tbody td a{ display: block; }


/*●検索ボックス*/
div.search-box-sp{
        margin: 0.5em 0 1.5em;
}
div.search-box-sp input.search{
	width: 65%;
}
div.search-box-sp input#searchsubmit{
        margin-left: 15px;
	width: 25%;
}


.sub-column dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

.sub-column dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

.sub-column dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

.sub-column dl.search-box dt input.onfocus{ color: #333; }

.sub-column dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

.sub-column dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}


/*●お問い合わせ*/
.sub-column .contact .icon-contact{
	float: left;
	padding: 0 10px 10px 0;
}

.sub-column .contact .text-contact{ overflow: hidden; }


/*●サイドメニュー*/
.sub-column .side-menu{ margin: 0; }

.sub-column .side-menu li{ list-style: none; }

.sub-column .side-menu li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(./images/icon/icon-arrow_r_gray.png) 2px 15px no-repeat;
}

.sub-column .side-menu li a:active,
.sub-column .side-menu li a:hover{
	background-color: #a38853;
	color: #000;
}

.sub-column .side-menu ul{
	padding: 0;
	margin: 0;
}

.sub-column .side-menu ul ul{ padding: 0; }

.sub-column .side-menu li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .side-menu li li a:link,
.sub-column .side-menu li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-arrow01.png) 2px 12px no-repeat;
}

.sub-column .side-menu li li a:active,
.sub-column .side-menu li li a:hover{ background: url(./images/icon/icon-arrow01.png) 2px 12px no-repeat #a38853; }


/*●ランキング*/
.ranking{
	margin: 0;
	padding: 5px 8px;
}

.ranking li{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #707070;
	background: none;
	font-weight: normal;
}

.ranking li p{ margin-bottom: 10px; }
.ranking li.end{ border-bottom: none; }

.ranking .no01 .item-name,
.ranking .no02 .item-name,
.ranking .no03 .item-name{
	color: #fe8528;
	font-size: 1.167em;
}

.ranking .no01 .item-name, .ranking .no02 .item-name,
.ranking .no03 .item-name, .ranking .no04 .item-name,
.ranking .no05 .item-name, .ranking .no06 .item-name,
.ranking .no07 .item-name, .ranking .no08 .item-name,
.ranking .no09 .item-name, .ranking .no10 .item-name{
	padding: 4px 0 4px 30px;
	font-weight: bold;
}

.no01 .item-name{ background: url(./images/icon/icon-rank01-01.png) left top no-repeat; }
.no02 .item-name{ background: url(./images/icon/icon-rank01-02.png) left top no-repeat; }
.no03 .item-name{ background: url(./images/icon/icon-rank01-03.png) left top no-repeat; }
.no04 .item-name{ background: url(./images/icon/icon-rank01-04.png) left top no-repeat; }
.no05 .item-name{ background: url(./images/icon/icon-rank01-05.png) left top no-repeat; }
.no06 .item-name{ background: url(./images/icon/icon-rank01-06.png) left top no-repeat; }
.no07 .item-name{ background: url(./images/icon/icon-rank01-07.png) left top no-repeat; }
.no08 .item-name{ background: url(./images/icon/icon-rank01-08.png) left top no-repeat; }
.no09 .item-name{ background: url(./images/icon/icon-rank01-09.png) left top no-repeat; }
.no10 .item-name{ background: url(./images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .no01 .item-name{ background: url(./images/icon/icon-rank01-01.png) left top no-repeat; }
.ranking .no02 .item-name{ background: url(./images/icon/icon-rank01-02.png) left top no-repeat; }
.ranking .no03 .item-name{ background: url(./images/icon/icon-rank01-03.png) left top no-repeat; }
.ranking .no04 .item-name{ background: url(./images/icon/icon-rank01-04.png) left top no-repeat; }
.ranking .no05 .item-name{ background: url(./images/icon/icon-rank01-05.png) left top no-repeat; }
.ranking .no06 .item-name{ background: url(./images/icon/icon-rank01-06.png) left top no-repeat; }
.ranking .no07 .item-name{ background: url(./images/icon/icon-rank01-07.png) left top no-repeat; }
.ranking .no08 .item-name{ background: url(./images/icon/icon-rank01-08.png) left top no-repeat; }
.ranking .no09 .item-name{ background: url(./images/icon/icon-rank01-09.png) left top no-repeat; }
.ranking .no10 .item-name{ background: url(./images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .item-img{ text-align: center; }


.col1 .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img{
	float: left;
	padding-right: 20px;
}


/*●バナーエリア*/
.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
        z-index: 9999;
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	background: #333; /*フッター全体の背景色を指定*/
	color: #fff;
	font-size: 1.2em;
}

#footer a:link,
#footer a:visited{ color: #a38853; }
#footer a:hover,
#footer a:active{ color: #bea455; }

#footer h3{
	margin-bottom: 1em;
	padding: 0.8em;
	border-bottom: 4px double #999;
	color: #dedede;
	font-weight: bold;
}

#footer-in li{ list-style: none; }

#footer .area01{
	float: left;
	width: 31%;
	padding-bottom: 20px;
}

#footer .area02{
	float: right;
	width: 68%;
	padding-bottom: 20px;
}

/*●アクセス情報*/
#footer .access{ padding: 0 1em; }

#footer .access p{ margin-bottom: 1em; }

p.accessmap{
	padding: 0px 0 3px;
	padding-left: 20px;
	background: url(./images/icon/icon-arrow02.png) left 3px no-repeat;
}


/*●フッターメニュー*/
#footer .footer-menu{
	overflow: hidden;
	width: 100%;
	padding: 0;
}

#footer .footer-menu ul{
	float: left;
	width: 42%;
	margin-right: 5%;
	padding: 1%;
}

#footer .footer-menu ul ul{
	float: none;
	width: auto;
	margin-top: 1em;
	margin-right: 0;
}

.footer-menu li{
	margin-bottom: 5px;
	padding: 0 0 3px;
	padding-left: 20px;
	background: url(./images/icon/icon-arrow02.png) left 3px no-repeat;
}

.footer-menu li li{
	padding-left: 15px;
	padding-top: 0;
	background: url(./images/icon/icon-arrow03.png) left 5px no-repeat;
}


/*●フッターバナー*/
#footer-banner{
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

#footer-banner li{
	display: inline;
	list-style: none;
}


/*●コピーライト*/
.copyright{
	padding: 15px 0;
	background: #000;
	font-size: 1.2em;
	text-align: center;
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 99;
	width: 182px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	padding: 10px;
	padding-left: 42px;
	border-left: 4px solid #a38853;
	border-right: 0;
	text-decoration: none;
}

.page-top a:link,
.page-top a:visited{
	background: url(./images/common/bg-pagetop.gif) 14px center no-repeat #000;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: url(./images/common/bg-pagetop.gif) 14px center no-repeat #a38853;
	color: #000;
}


/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#main-contents .sb{
	width:100%;
	margin: 0;
	padding: 0;
}

#main-contents .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

* html #main-contents .sb li{
	float: left;
	width: 130px;
	list-style: none;
} /* IE6 */

*+html #main-contents .sb li{
	display: inline;
	list-style: none;
} /* IE7 */

#main iframe.twitter-share-button{ width: 100px!important; }


.box-yellow,
.box-aqua,
.box-gray,
.box-red{ color: #333; }


/*------------------------------------------------------------
WordPress用
-------------------------------------------------------------*/

#main-contents  h2.post-title{
	margin-bottom: 0.5em;
}

#main-contents .contents h3{
	margin: 0 -10px 1.5em;
}

.archive-title{
        font-size: 1.8em;
        background:#000; 
        padding:.5em .5em;        
}

/*●ウィジェットメニュー*/
.sub-column .widget-conts ul{ margin: 0; }

.sub-column .widget-conts ul li{
	padding: 3px 10px 3px 20px;
	background: url(./images/icon/icon-arrow_r_gray.png) 2px 6px no-repeat;
}

.sub-column .widget-conts ul li li{
	padding: 6px 10px 6px 15px;
	background: url(./images/icon/icon-arrow01.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li,
.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li,
.sub-column .widget_nav_menu ul li li,
.sub-column .widget-conts .ranking li,
.sub-column .widget-conts .ranking li li,
.sub-column .widget-conts .banner li,
.sub-column .widget-conts .banner li li{
	padding: 0;
	background: none;
	list-style: none;
}

.sub-column .widget_recent_entries ul li a,
.sub-column .widget_pages ul li a,
.sub-column .widget_nav_menu ul li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(./images/icon/icon-arrow_r_gray.png) 2px 15px no-repeat;
}

.sub-column .widget_recent_entries ul li a:active,
.sub-column .widget_recent_entries ul li a:hover,
.sub-column .widget_pages ul li a:active,
.sub-column .widget_pages ul li a:hover,
.sub-column .widget_nav_menu ul li a:active,
.sub-column .widget_nav_menu ul li a:hover{
	background-color: #a38853;
	color: #000;
}

.sub-column .widget_recent_entries ul ul,
.sub-column .widget_pages ul ul,
.sub-column .widget_nav_menu ul ul{
	padding: 0;
	margin: 0;
}

.sub-column .widget_recent_entries ul ul ul,
.sub-column .widget_pages ul ul ul,
.sub-column .widget_nav_menu ul ul ul{ padding: 0; }

.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .widget_recent_entries ul li li a:link,
.sub-column .widget_recent_entries ul li li a:visited,
.sub-column .widget_pages ul li li a:link,
.sub-column .widget_pages ul li li a:visited,
.sub-column .widget_nav_menu ul li li a:link,
.sub-column .widget_nav_menu ul li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-arrow01.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li li a:active,
.sub-column .widget_recent_entries ul li li a:hover,
.sub-column .widget_pages ul li li a:active,
.sub-column .widget_pages ul li li a:hover,
.sub-column .widget_nav_menu ul li li a:active,
.sub-column .widget_nav_menu ul li li a:hover{ background: url(./images/icon/icon-arrow01.png) 2px 12px no-repeat #a38853; }

.sub-column .rss-date,
.sub-column cite{
	display: block;
	margin: 0.5em 0;
}

.sub-column .widget_links li{ overflow: hidden; }

.sub-column .widget_links li img{
	display: block;
}

.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}

#main .sub-column ul.banner li a{
	display: inline;
	padding-left: 0;
	background: none;
}

#main .sub-column ul.banner li a:link,
#main .sub-column ul.banner li a:visited{ color: #a38853; }
#main .sub-column ul.banner li a:hover,
#main .sub-column ul.banner li a:active{ color: #bea455; }


/*●メインコンテンツ内での検索*/
#main-contents dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

#main-contents dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

#main-contents dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

#main-contents dl.search-box dt input.onfocus{ color: #333; }

#main-contents dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

#main-contents dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}

#main-contents .post-tag{
	padding: 1em;
	background-color: #333;
}

#main-contents .post-tag p{
	margin-bottom: 0;
}

#main-contents .sb{
	text-align: right;
}


/*コメントフォーム*/
#main-contents .trackback-url{ width: 70%; }

#main-contents p textarea{ width: 70%; }

#main-contents #submit{ padding: 0.3em 1em; }

#main-contents #author,
#main-contents #email,
#main-contents #url{
	width: 50%;
	padding: 0.3em;
}

#main-contents .comment-body em{
	font-weight: bold;
}

#main-contents .commentlist,
#main-contents .commentlist ul{
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 0;
}

#main-contents .commentlist{ padding: 10px; }

#main-contents .commentlist li{
	margin-bottom: 2.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

#main-contents .commentlist li li{
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

#main-contents .comment-author,
#main-contents .comment-meta{ margin-bottom: 1em; }

#main-contents .reply{ clear: both; }

#main-contents .reply a{
	padding-left: 17px;
	background: url(./images/icon/icon-arrow_r.png) 0 4px no-repeat;
}


/*画像の回り込み*/
img.alignleft{
	float: left;
	padding-right: 30px;
}

img.alignright{
	float: right;
	padding-left: 30px;
}

img.aligncenter{
	display: block;
	margin: auto;
}


/*PS Auto Sitemap基本デザイン*/
ul#sitemap_list,
ul#sitemap_list ul{ margin: 0; }

ul#sitemap_list{ margin-bottom: 2.5em; }

#sitemap_list li{
	list-style: none;
	padding: 3px 10px 3px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 8px no-repeat;
}

#sitemap_list li ul{
	margin-top: 0.5em;
	margin-bottom: 0;
}

#sitemap_list li li{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}



/*●ページネーション WP用*/
#main-contents .cont-menu-wp{
	position: relative;
	overflow: hidden;
	width: 100%;
	/zoom : 1;
}

#main-contents .cont-menu-wp:after{ content : ''; display : block; clear : both; height:0; }

#main-contents .cont-menu-wp ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
}

#main-contents .cont-menu-wp li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu-wp li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu-wp li.nav-prev{ float: right; }

#main-contents .cont-menu-wp li.nav-next{ float: left; }

#main-contents .cont-menu-wp li.nav-next a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l.png) left 7px no-repeat;
}

#main-contents .cont-menu-wp li.nav-prev a{
	padding: 3px 15px 3px 0;
	background: url(./images/icon/icon-arrow_r.png) right 7px no-repeat;
}


/*コメントナビ*/
.navigation .alignright{
	float: right;
}
.navigation .alignleft{
	float: left;
}

.navigation:after{ content : ''; display : block; clear : both; height:0; }
.navigation{
	margin-bottom: 30px;
	/zoom : 1;
}


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
#main-and-sub:after,
.contents:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
#main-contents .sb:after,
.contact:after,
#main-contents .cont-menu01:after,
#main-contents .cont-menu02:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-in,
#header-in,
#global-nav-in #menu,
#main-in,
#main-and-sub,
.contents,
#main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
#main-contents .sb,
.contact,
#main-contents .cont-menu01,
#main-contents .cont-menu02,
.clearfix{ /zoom : 1; }

/*------------------------------------------------------------
　ギャラリー
-------------------------------------------------------------*/
.goods_block {
	width:150px;
	float:left;
	margin:20px 15px;
}
.goods_name {
        overflow: hidden;
        background-color:#000;
        text-decoration: none;
        height: 45px;
}

.goods_block:hover img {
       opacity: 0.5;
       filter: alpha(opacity=50);
       -moz-opacity: 0.5;
}

/*------------------------------------------------------------
　カテゴリーバナー
-------------------------------------------------------------*/
.categ_banner_aria {
        margin: 2em 0;
}
.categ_banner_top {
	width: 300px;
        border: 3px #bea455 solid;
}
.categ_banner {
	width: 300px;
        border-left: 3px #bea455 solid;
        border-right: 3px #bea455 solid;
        border-bottom: 3px #bea455 solid;
}
.categ_banner_top :hover img,
.categ_banner :hover img {
       opacity: 0.5;
       filter: alpha(opacity=50);
       -moz-opacity: 0.5;
}

/*------------------------------------------------------------
　テンダーロインのリング
-------------------------------------------------------------*/
#sizenaoshi {
    margin-top: -70px; /* リンク位置上昇分 */ 
    padding-top: 70px; /* 上昇分を戻す分 */ 
}
#syurui {
    margin-top: -70px; /* リンク位置上昇分 */ 
    padding-top: 70px; /* 上昇分を戻す分 */ 
}
#horse {
    margin-top: -70px; /* リンク位置上昇分 */ 
    padding-top: 70px; /* 上昇分を戻す分 */ 
}
#dollar {
    margin-top: -70px; /* リンク位置上昇分 */ 
    padding-top: 70px; /* 上昇分を戻す分 */ 
}
#skull {
    margin-top: -70px; /* リンク位置上昇分 */ 
    padding-top: 70px; /* 上昇分を戻す分 */ 
}
#id {
    margin-top: -70px; /* リンク位置上昇分 */ 
    padding-top: 70px; /* 上昇分を戻す分 */ 
}

/*------------------------------------------------------------
ページング
-------------------------------------------------------------*/

.tablenav {
	color:white;
	background: url(./images/common/bg-main.png) repeat #550000;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}
.tablenav a:link,
.tablenav a:visited{ color: white; }

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}
a.page-numbers:hover {
	color:white;
	background:#8397FF;
}
.tablenav .current {
	color: white;
	background: #8397FF;
	border-color: #328ab2;
	font-weight:bold:
}
.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}

/*------------------------------------------------------------
　単一記事文
-------------------------------------------------------------*/

.single_kijibun{
        line-height: 2.0em;
}

/* ページ送り--------------------------- */

.pagelink {
        margin-bottom: 20px;
	padding: 10px 10px;
	/*border-top: 1px dashed #ccc;*/
}
#prev {
	padding: 10px 0;
	float: left;
}
#next {
	padding: 10px 0;
	float: right;
}
.f06em{ font-size: 0.6em; }
.f07em{ font-size: 0.7em; }
.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }

/*------------------------------------------------------------
お問い合わせページ　（Contact Form 7用CSS）
-------------------------------------------------------------*/

/* 問い合わせフォーム--------------------------- */
table.wpcf7.sponsor {
        margin: -2em auto 2em!important;
}
table.wpcf7 {
	color: #000!important;
	font-size:13px!important;
        margin: -23em auto 3em!important;
	width:100%;
	border-top: 1px solid #0a0a0a;
	border-left: 1px solid #0a0a0a;
}

table.wpcf7 input[type="text"] {
	width:50%;
}
table.wpcf7 input[type="email"] {
	width:70%;
}
table.wpcf7 td.narrow input[type="text"] {
	width:40px;
}
table.wpcf7 td textarea {
	width:98%;
}
table.wpcf7 th,
table.wpcf7 td {
        padding: 1em!important;
	background: #eee!important;
	white-space: normal;
	line-height:2.5;
	vertical-align: middle;
	border-right: 1px solid #0a0a0a;
	border-bottom: 1px solid #0a0a0a;
}
table.wpcf7 th {
	white-space: normal;
	text-align: left !important;
	vertical-align: middle;
	color: #333 !important;
        width:40%;
}
table.wpcf7 th span {
	font-size:10px;
	color:red;
}
table.wpcf7 td span.f-normal,
table.wpcf7 th span.f-normal {
	font-size:10px;
	color:#333;
	font-weight:normal;
}

/*「送信」ボタン */
.wallet_submit input[type="button"],
.wallet_submit input[type="submit"] {
	width: 70%;
        padding: 1em 0;
	font-size: 17px;
	background-color: #eee;
	background-repeat: repeat-x;
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

.wallet_submit input[type="button"]:hover,
.wallet_submit input[type="submit"]:hover {
	color:#fff;
	background-repeat: repeat-x;
	background-color: #000;
}

.mawarikomi img{
       float: left;
}
.mawarikomi_leftspace img{
       margin-left: 30px;
}
.walletchain_btn a{
       border-radius: 7px;
       border: 4px solid #999;
       font-size: 1.6em;
       margin: 0 auto;
       text-align: center;
       text-decoration: none;
       display: block;
       width: 80%;
       padding: 1em;
}
.walletchain_btn a:link,
.walletchain_btn a:visited{ background: #eee; color: #000; }
.walletchain_btn a:hover,
.walletchain_btn a:active{ background: #000; color: #fff; }
      
@media
only screen and (max-width : 640px){
.mawarikomi img{
       float: none;
}
.mawarikomi_leftspace img{
       margin-left: 0;
       margin-top: 20px;
}
}

/*------------------------------------------------------------
　インスタグラム
-------------------------------------------------------------*/
.insta{
       border: 1px solid #a38853;
       width: 600px;
       height: auto;
}

/*------------------------------------------------------------
　ウォレットチェーンページ
-------------------------------------------------------------*/
table.leather_detail{
	border-top: 1px solid #777!important;
	border-left: 1px solid #777!important;
        margin: 0 auto;
        width: 100%;
}
table.leather_detail th,
table.leather_detail td{
        text-align: center!important;
	border-right: 1px solid #777!important;
	border-bottom: 1px solid #777!important;
}
@media
only screen and (max-width : 640px){
table.leather_detail td.sp_height{
        height: 150px;
}
}

/*------------------------------------------------------------
　おすすめブランド一覧ページ
-------------------------------------------------------------*/
h2.recommend{
        background: none!important;
        text-align: center;
}
.recommend_logo_aria{
        padding: 1em;
        text-align: center;
        color: #999;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
        background: #fff;
        width: 95%;
        margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.recommend_logo_aria h3{
        margin: 35px 0!important;
        background: none!important;
        text-align: left;
        color: #000;
}
.recommend_logo_aria_in{
        width: 910px;
        margin: 0 auto;
        padding: 2em 0;
        text-align: left;
}
.initial_link a{
        display: inline-block;
        margin: 5px 8px;
}
.recommend_logo img{
        margin: 20px 0;
}
@media
only screen and (max-width : 640px){
.recommend_logo_aria{

}
.recommend_logo_aria_in{
        text-align: center;
        width: 100%;
}
}

/*------------------------------------------------------------
　価格比較ページ
-------------------------------------------------------------*/
#kakakuhikaku_page{
        background: #fff;
        color: #000;
        font-size: 1.2em;
        line-height: 2em;
}
.kakakuhikaku_header{
        font-size: 1.2em;
        padding: 1.5em 0;
        text-align: center;
	border-bottom: 1px #ccc solid;
}
.kakakuhikaku_header h1{
        font-size: 0.8em;
        letter-spacing: 0.2em;
}
.kakakuhikaku_header.child{
        padding: 1em 0 2em;
}
.kakakuhikaku_header img{
        width: 200px;
        margin: 10px 0;
}
p.online_font{
        margin: 13px 0;
        font-size: 2.5em;
        font-family: Times New Roman , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif;
}
@media
only screen and (max-width : 640px){
#kakakuhikaku_page{
        font-size: 1em;
        line-height: 1.7em;
}
}

/*「送信」ボタン */
.hide_content input[type="button"],
.hide_content input[type="submit"] {
        margin: 1em 0;
        width: 100%;
	padding: 6px 10px 4px;
	font-size: 14px;
	background-color: #eee;
	background-repeat: repeat-x;
	border: 1px solid #333;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

.hide_content input[type="button"]:hover,
.hide_content input[type="submit"]:hover {
	background-repeat: repeat-x;
	background-color: #999;
}

/*--------------------------------------------------------
child通販ページリンクバナー
--------------------------------------------------------*/
.tsuhan_link_banner a{
        text-decoration: none;
        display: block;
        line-height: 2em;
        font-weight: bold;
        text-shadow: 1px 1px 2px #ccc;
        -moz-box-shadow: 1px 1px 2px #ccc;/* Firefox用 */
        -webkit-box-shadow: 1px 1px 2px #ccc;/* Safari,Google Chrome用 */
        font-size: 1.6em;
        margin-top: -40px;
        padding-top: 70px;
	background: url(./images/tsuhan_link.png) no-repeat center;
        width: 728px;
        height: 166px;
        text-align: center;
	color: #fff;     
}
@media
only screen and (max-width : 640px){
.tsuhan_link_banner a{
        font-size: 1.3em;
        margin: 0 auto 1.5em;
        padding: 30px 10px 0;
	background: url(./images/tsuhan_link_sp.png) no-repeat;
        width: 280px;
        height: 153px;  
}
}

/*--------------------------------------------------------
着用レビューバナー
--------------------------------------------------------*/
.review_banner a{
        text-decoration: none;
        display: block;
        line-height: 1em;
        font-weight: bold;
        text-shadow: 1px 1px 2px #ccc;
        -moz-box-shadow: 1px 1px 2px #ccc;/* Firefox用 */
        -webkit-box-shadow: 1px 1px 2px #ccc;/* Safari,Google Chrome用 */
        font-size: 1.4em;
        margin: 1em auto 0;
        padding: 1em 0;
	background: #000;
        width: 728px;
        text-align: center;
	color: #fff;
}
@media
only screen and (max-width : 640px){
.review_banner a{
        font-size: 1.2em;
        margin: 1em auto 0;
        width: 100%;
}
}

/*------------------------------------------------------------
　タグクラウド
-------------------------------------------------------------*/
.sidebar_child_box{
        border: 1px dotted #000;
        padding: 20px;
}
.sidebar_child_box p.title{
        font-size: 1.7em;
        margin-bottom: 0.7em;
}
ul.tagcloud li {  
        padding-right: 10px;
        float: left;
}
ul.tagcloud li a {        
        display: inline-block;
        background: #fbf8e5;
        white-space: nowrap;
        font-size: 98%;
        color: #a97837;
        line-height: 1.3;
        padding: 3px 8px;
        margin-bottom: 5px;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 2px solid #D4CFC1;
}
ul.tagcloud li a:hover {
        color: #b54f41;
        text-decoration: underline;
}

/*------------------------------------------------------------
　child(ブログ）のヘッダー
-------------------------------------------------------------*/
#header_child {
        text-align: center;
        /*バイク背景バージョン-----------------------
        padding: 2.5em 0 4em;
        background: url(./images/harley_bg.png),url(./images/harley_bg2.png),url(./images/fasionblog_header_bg.png);
        background-position: left 20% bottom 15px,right 20% bottom 15px,bottom right;
        background-repeat: no-repeat,no-repeat,repeat-x;
        -----------------------------------------*/
        padding: 1em 0 2.5em;
        background: url(./images/fasionblog_header_bg.png) bottom right repeat-x;
        margin-bottom: 1em;
}
#header_child h1{
        font-family: Times New Roman , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif;
	font-size: 2.5em;
        font-weight: bold;
        text-shadow: 1px 1px 5px #fff;
        margin: 15px 0 5px;
}
#header_child img{
        width: 200px;
}
@media
only screen and (max-width : 640px){
#header_child {
        padding: 1em 0 2.5em;
        background: url(./images/fasionblog_header_bg.png) bottom right repeat-x;
}
#header_child h1{
	font-size: 2.3em;
}
}

/*--------------------------------------------------------
childのサイドバー
--------------------------------------------------------*/
.blog_link_banner a{
        text-decoration: none;
        display: block;
        line-height: 1.5em;
        font-weight: bold;
        font-size: 1.3em;
        margin: 0 auto 1.5em;
        padding: 30px 10px 0;
	background: url(./images/tsuhan_link_sp.png) no-repeat;
        width: 280px;
        height: 153px;  
        text-align: center;
	color: #fff;     
}
span.blog_font{
        line-height: 1.1em;
        font-size: 2.5em;
        font-family: Times New Roman , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif;
}
.sidebar_archives{
        padding: 1em;
        border: dotted #555 1px;        
        margin: 2.5em 0;
        line-height: 2em;
	font-size: 1.8em;
}
/*----------------インスタフィード----------------*/
.insta_title{
        margin-top: 2.5em;        
        text-align: center;
}
.insta_title img{
        width: 90%;
}
.insta_feed{
        padding: 1em 0;
        margin-bottom: 2.5em;
}
/* HEADER */
#sb_instagram .sb_instagram_header{
        width: 92%!important;
        pointer-events: none;
        background: none;
        color: #000;
}
#sb_instagram .sb_instagram_header h3{
        border: none;
        background: none;
}
@media
only screen and (max-width : 640px){
.insta_title{
        margin-top: 0;        
}
.insta_feed{
        border-top: 1px dotted #000;
        border-bottom: 1px dotted #000;
        margin-bottom: 5em;
}
}

/*--------------------------------------------------------
childのアイテムディテール
--------------------------------------------------------*/
.item_detail_img{
       width: 90%;
       text-align: center;
       margin: 0 auto;
}
.item_detail_img img{
       width: 100%;
}
table.item_detail{
       margin: 1.5em 0;
}
table.item_detail th{
       font-family: Times New Roman , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif;
       width: 20%;
       background: #ddd!important;
}
table.item_detail td{
       background: #fff!important;
}

/*------------------------------------------------------------
　コーディネートテーブル
-------------------------------------------------------------*/
table.cordinete{
       border-top: #fff dotted 2px!important;
       border-left: none!important;
}
table.cordinete th,
table.cordinete td{
       border-bottom: #fff dotted 2px!important;
       background: none!important;
       border-right: none!important;
}
table.cordinete th{
       width: 30%;
}
       
/*------------------------------------------------------------
WordPress Popular Posts 等　サイドバー
-------------------------------------------------------------*/
ul.wpp-list li{
        background: none!important;
        font-size: 1.5em!important;
	border-bottom: 1px dotted #fff;
	padding: 1.5em 1em!important;
}
@media
only screen and (max-width : 640px){
ul.wpp-list li{
        background: none!important;
        font-size: 1.2em!important;
	border-bottom: 1px dotted #fff;
	padding: 5px 0!important;
	margin-left: -1em!important;
}
}
/*------------------------------------------------------------
アクセスカウンター/http://smart-counter.net/
-------------------------------------------------------------*/
table.ac_counter td{
	background: rgba(255,255,255,0.8)!important;
        color: #333;
        text-align: center;
}



/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/ 