@charset "utf-8";

/*
Theme Name: Juliet
Theme URI: http://minimalwp.com
Description: PC、タブレット、スマートフォンと見ているデバイスに自動最適化されるレスポンシブデザインに対応したミニマルでシンプルな公式サイトタイプのWordPressテーマです。トップページにはスライドショーとサムネイルギャラリーを配置しました。とびきりの写真やイラストでオリジナリティ溢れるトップページにしてください。ロゴ、メニュー、スライドショー、ウィジェットが、管理画面から簡単にカスタマイズできますので、HTMLの知識が無くてもオリジナルサイトが作れます。
Version: 1.0
Author: Minimal WP
Author URI: http://minimalwp.com
*/


/* ************************************************
*	基本設定
* ************************************************ */

html,body {
margin:0;
padding:0;
height:100%;
width:100%;
}

body {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 14px;
background: #fff;
color: #444;
line-height: 180%;
margin-top:180px;
}

/* リンク */

a{
color:#45AAB8;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

a:hover{
color:#666;
}

a:active, a:focus {
outline: 0;
}


/* 画像 */

img{
border:0;
padding:0px;
margin:0px
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding:4px;
margin: 0 0 10px 20px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 20px 10px 0;
display: inline;
}


/* フロート */

.alignright { float: right; }

.alignleft { float: left; }

.right{ float: right; }

.left{ float: left; }

.clear{ clear:both; }

.al { text-align:left !important;   }
.ac { text-align:center !important; }
.ar { text-align:right !important;  }

/* リスト */

ol{
margin: 0 0 0 5px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: disc;
}

li{
margin: 0 0 0 15px;
padding: 0 0 0 0;
}

li a{
color:#45AAB8;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

li a:hover{
color:#666;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* ************************************************
*	全体Wrapper
* ************************************************ */

.wrapper {
margin: auto;
max-width: 960px;
padding: 30px 10px;
_width: 960px;
}



/* ************************************************
*	ヘッダー
* ************************************************ */
#header-fixed {
position:fixed;
top:0;
left:0;
height:200px;
width:100%;
z-index:9999;
}

#header {
background-color:#FFF;
height:200px;
width:100%;
}

.header-inner {
overflow: hidden;
margin:0 auto;
padding: 30px 0;
position:relative;
max-width: 960px;
_width: 960px;
}

#header h1 {
text-align:center;
margin: 0;
}

.logo {
/*float: left;*/
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.contact {
float: right;
position:absolute;
right:0;
bottom:30px;
margin: 0px 0px 0 0;
padding: 0px 0px 0 0;
}

.contact a,
#footer .link {
	background-color:#333;
	color:#FFF;
	display:inline-block;
	padding:4px 20px;
}

.contact a:hover,
#footer .link:hover {
	background-color:#FF7300;
}

/* ************************************************
*	トップナビゲーション
* ************************************************ */


#nav {
background-color:#FFF;
width:960px;
margin: 0 auto 0px auto;
border-top: solid 1px #333;
border-bottom: solid 1px #333;
position:relative;
}

#nav ul {
list-style: none;
margin: auto;
}

.main-navigation {
clear: both;
margin: 0 auto;
position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0;
}

.nav-menu li {
display: inline-block;
position: relative;
margin: 0 0;
}

.nav-menu li a {
color: #333;
display: block;
font-size: 14px;
text-decoration: none;
padding: 12px 30px 12px 30px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
background-color: #eee;
}

.nav-menu .sub-menu,
.nav-menu .children {
background-color: #eee;
display: none;
padding: 0;
position: absolute;
z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
border-left: 0;
left: 100%;
top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
color: #333;
margin: 0;
width: 100px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
background-color: #dedede;
border-top:3px solid #333;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
display: block;
}
/*
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
color: #333;
background: #f9f9f9;
}
*/

#nav #iconInstagram {
	position:absolute;
	top:6px;
	right:40px;
}

#nav #iconFacebook {
	position:absolute;
	top:6px;
	right:0;
}


/* ************************************************
*	スライド
* ************************************************ */

#top-slide{
width:100%;
padding: 0px;
margin: 40px auto 20px auto;
}


.cycle-slideshow{
overflow: hidden;
max-width: 960px;
_width: 960px;
margin: auto;
text-align: center;
height: 350px;
}



/* ************************************************
*	メイン（本文）コンテンツ
* ************************************************ */

#main {
margin:0 0 0 0;
padding: 0 0 0 0;
word-break:break-all;
}

.anchorBox {
	margin-top:-200px;
	padding-top:200px;
	margin-bottom:60px;
}

/* トップページウィジェットエリア */

#toplist{
margin: 0 0 30px 0;
padding: 0 0 0 0;
}

.toplist ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.toplist li{
font-size: 13px;
margin: 6px 0px 0px 0px;
padding: 2px 0px 2px 0px;
list-style: none;
border-bottom: 1px dotted #dedede;
}

.toplist li a{
color:#666;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

.toplist li a:hover{
background-position: 3px 50%;
color:#999;
}

.top-title {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 18px;
font-weight:normal;
letter-spacing: 0.05em;
font-style:normal;
padding: 0px 0px 10px 0px;
margin: 0px 0px 20px 0px;
border-bottom: solid 1px #333;
color: #333;
}

.top-gallery-midashi,
h3.sub,h4.sub {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-weight:bold;
letter-spacing: 0.05em;
font-style:normal;
padding: 0px 0px 10px 10px;
margin: 0px 0px 20px 0px;
border-bottom: solid 1px #333;
color: #333;
}

.top-gallery-midashi,
h3.sub {
font-size: 18px;
}

h3.sub span,h4.sub span {
	color:#666;
	display:inline-block;
	font-size:12px;
	margin-left:10px;
}

/* ギャラリーレイアウト */

#fancybox-title-over {
	background-image:none !important;
}

li.item {
height: 370px;
margin-bottom: 30px;
}

.item-img {
margin: 0 0 5px 0;
/*height: 200px;
overflow: hidden;*/
text-align:center;
}

.category-news .item-img img,
.similar-side th a img,
#news .item-img img,
.item.news .item-img img,
#collection .item-img img {
	border:1px solid #CCC;
}

.item-date {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:80%;
color:#999;
padding: 0 0 0px 0;
margin: 0 0 0px 0;
border-bottom: 0px solid #dedede;
}

.item h2 {
font-size:14px;
line-height: 150%;
font-weight: normal;
}

.item-title {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 0 0 0px 0;
}

.item-title a {
font-size:14px;
color:#444;
}

.item-title a:hover {
color:#999;
}

.item-text p {
font-size:13px;
color:#444;
}



/* ブログ記事部分 */

p {
font-size: 14px;
color: #444;
line-height: 190%;
padding: 10px 0px 10px 0px;
}

p a {
color:#45AAB8;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#666;
}

p a:active, a:focus {
outline: 0;
}

#date {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:10px;
font-weight:normal;
text-align: left;
padding: 0 0 0 0;
color:#999;
letter-spacing: 0.1em;
}

.pagetitle {
border-bottom:1px solid #333;
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 20px 0px 20px 0px;
padding: 0px 0px 10px 10px;
font-size: 21px;
font-weight: normal;
color: #333;
}

.pagetitle span {
	color:#666;
	display:inline-block;
	font-size:14px;
	margin-left:1em;
}

.pagetitle a {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 20px 0px 20px 0px;
padding: 0px 0px 10px 0px;
font-size: 21px;
font-weight: normal;
color: #333;
}

.blog-title {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 20px 0px 20px 0px;
padding: 18px 0px 15px 0px;
font-size: 21px;
font-weight: bold;
color: #333;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}


.blog-title a {
color:#333;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.blog-title a:hover {
color:#666;
}

.subtitle {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-weight: normal;
font-size: 14px;
border-bottom:1px dotted #ccc;
padding: 0 0 0 0;
margin: 30px 0 10px 0;
letter-spacing: 0.1em;
color: #666;
}

blockquote{
color:#666;
border:1px dotted #ccc;
margin:10px 0 10px 0;
padding:10px 20px;
}

#blog-foot {
font-size:75%;
text-align: left;
margin:50px 0 0 0;
padding: 2px 5px 2px 10px;
font-weight:normal;
color:#999;
background:#f7f7f7;
border-bottom:0px dotted #ccc;
}
#blog-foot-archives {
font-size:75%;
text-align: left;
margin:50px 0 100px 0;
padding: 2px 5px 2px 10px;
font-weight:normal;
color:#999;
background:#f7f7f7;
border-bottom:0px dotted #ccc;
}

#blog-foot span,
#blog-foot-archives span{
color:#999;
}

.single-thumbnail{
margin:13px 0 0 0;
}

/* ページャー */

#next {
    font-size: 85%;
    font-weight: lighter;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#next-archives {
    font-size: 85%;
    text-align: center;
    margin-top: -50px;
    padding-bottom: 30px;
}

.next-pagenavi {
    text-align: center;
    margin-top: 10px;
}


.pager{
	text-align:center;
}
a.page-numbers,
.pager .current{
	background: #f0f0f0;
	border:solid 1px #ddd;
	border-radius:2px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background: #ccc;
	border:solid 1px 999;
	color: #fff;
}


/* 関連記事 */

.similar-head {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 50px 0 15px 0;
padding: 0 0 2px 0;
line-height: 30px;
font-size: 16px;
font-weight: bold;
color: #333;
letter-spacing: 0.05em;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}


.similar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.similar li{
font-size:13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

.similar li a{
color:#555;
}

.similar li a:hover{
color:#888;
}

.similar h4 {
font-size: 14px;
font-weight: normal;
line-height: 150%;
padding: 0 0 0 5px;
}

table.similar-text {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: dotted 1px #ccc;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-text img {
width: 150px;
}

table.similar-text th {
text-align: left;
width: 150px;
}

table.similar-text td {
font-size: 14px;
text-align: left;
white-space: normal;
vertical-align: middle;
}



table.similar-side {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-side img {
width: 80px;
}

table.similar-side th {
text-align: left;
width: 80px;
}

table.similar-side td {
font-size: 14px;
text-align: left;
white-space: normal;
vertical-align: middle;
}




/* コメント欄 */

.comment-head {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 14px;
font-weight: bold;
color: #333;
line-height: 30px;
letter-spacing: 0.1em;
margin: 0 0 0 0;
padding: 0 10px 0 0px;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

.commentlist li{
list-style: none;
font-size:90%;
color:#888;
}

.commentlist {
margin: 0 0 50px 0;
padding: 0 0 0 0;
}



/* ************************************************
*	サイドバー
* ************************************************ */

#sidebar {
width: 100%;
margin: 23px 0px 40px 0px;
padding: 0 0 0 0;
}

#sidebar p{
margin-bottom: 20px;
}

#sidebar h2 {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 12px;
font-weight: normal;
color: #999;
letter-spacing: 0.1em;
margin: 0px 0px 10px 0px;
padding: 0 0 0 0;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

.sidebar-title{
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color: #FF7300;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

.sidebar-title a {
	color:#FF7300;
}

#sidebar h3 {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 14px;
font-weight: normal;
color: #999;
line-height: 30px;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:0px solid #ccc;
}

#sidebar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#sidebar li{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
border-bottom: 1px dotted #ccc;
}

#sidebar li a{
display: inline-block;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#sidebar li a:hover{
}


/* 階層表示 */

#sidebar ul.children{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

#sidebar ul.children li {
	background:url(./images/icon_list_dot01.gif) no-repeat 8px center;
	padding-left:20px;
}

#sidebar ul.sub-menu{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}


/* 新着表示 */

#sidebox-new {
color:#666;
margin: 0 0 50px 0 ;
padding: 0 0 0 0 ;
}

#sidebox-new ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#sidebox-new li{
font-size: 12px;
floate:left;
list-style: none;
margin: 0 0 0 0;
padding: 6px 0 5px 0px;
}

#sidebox-new li a{
color:#666;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#sidebox-new li a:hover{
color:#999;
}

/* ************************************************
*	フッターエリア
* ************************************************ */

#footer {
background: #F5F5F5;
border-top:1px solid #333;
clear:both;
width:100%;
font-size: 80%;
margin: 30px auto 0px auto;
padding: 0;
}
#footer-border-inner {
	border-top:2px solid #FFF;
	padding:25px 0 0 0;
}

.footer-inner {
margin: 0px auto 25px auto;
max-width: 960px;
_width: 960px;
}

#sociallink {
text-align:center;
position: relative;
margin: 0 auto 10px auto;
padding: 0 0 0 0;
}

#copyright {
background-color:#FF7300;
font-size:10px;
color:#FFF;
text-align:center;
position: relative;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#copyright a {
	color:#FFF;
}

/* ************************************************
*	ウィジット
* ************************************************ */

.widget{
margin: 0 0 30px 0;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a{
margin: 0 0 0 0px;
}

.textwidget{
font-size: 13px;
color: #444;
line-height:170%;
margin: 0 0 30px 0;
padding: 5px 0 0 0;
}

#topbox{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#topbox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#topbox li{
floate:left;
margin: 0 0 0 0;
padding: 3px 0px 2px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

#topbox li a{
font-size:12px;
color:#444;
margin: 0 0 0 0;
padding: 3px 0px 2px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
display: inline-block;
}

#topbox li a:hover{
color:#999;
}

#topbox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #fff;
}

#topbox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #fff;
border-bottom: 0px dotted #fff;
}

#topbox h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #fff;
}

#topbox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

#topbox ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

#topbox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

#topbox ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}



#sidebox{
color:#666;
margin: 0 0 0 0 ;
padding: 0 0 0 0 ;
}

#sidebox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#sidebox li{
font-size: 12px;
floate:left;
list-style: none;
margin: 0 0 0 0;
padding: 6px 0 5px 0px;
}

#sidebox li a{
color:#666;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#sidebox li a:hover{
color:#999;
}


#sidebox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

#sidebox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #222;
border-bottom: 0px dotted #222;
}

#sidebox h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

.footer-widget-title{
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:14px;
font-weight:bold;
color: #999;
margin: 0 0px 10px 0px;
}


.widget ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.widget li{
font-size:88%;
list-style: none;
}

.widget li a{
color: #666;
display: block;
}

.widget li a:hover{
color: #999;
}


/* 本文下の広告枠 */

.widget-adspace {
margin: 30px 0 -30px 0px;
}



/* ************************************************
*	検索フォーム
* ************************************************ */


.search fieldset {
margin: -20px 0 20px 0px;
border: 0px solid #eee;
}

.search input {
font: 11px arial, sans-serif;
color: #c0c0c0;
width:80%;
padding: 5px 5px;
vertical-align: middle;
border: none;
background: none;
}

.search button {
width: 15px;
height: 15px;
cursor: pointer;
vertical-align: middle;
border: none;
background: url(images/search.png) no-repeat;
}



/* ************************************************
*	文字サイズ
* ************************************************ */

.moji100px {font-size: 100px;line-height: 170%;}
.moji90px {font-size: 90px;line-height: 170%;}
.moji80px {font-size: 80px;line-height: 170%;}
.moji70px {font-size: 70px;line-height: 170%;}
.moji60px {font-size: 60px;line-height: 170%;}
.moji50px {font-size: 50px;line-height: 170%;}
.moji40px {font-size: 40px;line-height: 170%;}
.moji30px {font-size: 30px;line-height: 170%;}
.moji29px {font-size: 29px;line-height: 170%;}
.moji28px {font-size: 28px;line-height: 170%;}
.moji27px {font-size: 27px;line-height: 170%;}
.moji26px {font-size: 26px;line-height: 170%;}
.moji25px {font-size: 25px;line-height: 170%;}
.moji24px {font-size: 24px;line-height: 170%;}
.moji23px {font-size: 23px;line-height: 170%;}
.moji22px {font-size: 22px;line-height: 170%;}
.moji21px {font-size: 21px;line-height: 170%;}
.moji20px {font-size: 20px;line-height: 170%;}
.moji19px {font-size: 19px;line-height: 170%;}
.moji18px {font-size: 18px;line-height: 170%;}
.moji17px {font-size: 17px;line-height: 170%;}
.moji16px {font-size: 16px;line-height: 170%;}
.moji15px {font-size: 15px;line-height: 170%;}
.moji14px {font-size: 14px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji12px {font-size: 12px;line-height: 170%;}
.moji11px {font-size: 11px;line-height: 170%;}
.moji10px {font-size: 10px;line-height: 150%;}
.moji9px {font-size: 9px;line-height: 370%;}

.mincho {
font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.bold {
font-weight: bolder;
}

.italic {
font-style: italic;
}



/* ************************************************
*	テーブル
* ************************************************ */

table {
border: 0px;
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table tr{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table td{
text-align: left;
vertical-align: top;
line-height: 170%;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-left: 0px dotted #CCCCCC;
}


/* プラン表風 */

table#plan {
width: 100%;
margin:10px 0 0 0;
padding:0 0px;
border: 1px #999 solid;
border-collapse: collapse;
border-spacing: 0;
}

table#plan th {
font-size: 13px;
font-weight: bold;
text-align: center;
padding: 10px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
white-space: nowrap;
vertical-align: middle;
background-color:#ddd;
}

table#plan td {
font-size: 13px;
text-align: center;
padding: 10px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
white-space: normal;
vertical-align: middle;
}


/* フローチャート風 */

table#flow {
width: 100%;
margin:0 0 0 0;
padding:0 0 0 0;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#flow th {
width:15%;
font-size: 13px;
font-weight: bold;
text-align: left;
padding: 10px 0px;
border: 0px #CCC solid;
border-bottom: 1px #CCC solid;
white-space: normal;
vertical-align: middle;
}

table#flow td {
font-size: 13px;
text-align: left;
padding: 10px;
border-bottom: 1px #CCC solid;
white-space: normal;
vertical-align: middle;
}


/* コンタクトフォーム用 */

table#contact {
font-size: 13px;
width: 100%;
color: #444;
margin: 10px 0 0 0;
padding: 0 0 0 0;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#contact th {
font-weight: bold;
line-height: 120%;
text-align: left;
padding: 10px;
white-space: nowrap;
}

table#contact td {
font-size: 13px;
text-align: left;
padding: 10px;
white-space: normal;
vertical-align: middle;
}




/* ************************************************
*	ライン
* ************************************************ */

.line-dotted {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px dotted #CCC;
}

.line-solid {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px solid #CCC;
}

.line-footmenu {
margin: 0 0 5px 0;
padding: 0 0 3px 0;
border-bottom:1px dotted #CCC;
}



/* ************************************************
*	画像装飾
* ************************************************ */

.pict_right {
margin:0 0 10px 20px;
padding: 2px 2px 2px 2px;
float: right;
border: 1px solid #DCDCDC;
}

.pict_left {
margin:0 10px 10px 0;
padding: 2px 2px 2px 2px;
float: left;
border: 1px solid #DCDCDC;
}

.pict1px{
margin: 0 0 5px 0;
padding: 2px 2px 2px 2px;
border: 1px solid #CCC;
}

.pict_shadow{
background: #fff;
margin: 0px auto;
border: 1px solid #ccc;
padding: 5px 5px 5px 5px;
border-radius: 1px; /* CSS3 */
 -webkit-border-radius: 1px; /* Firefox */
 -moz-border-radius: 1px; /* Safari,Chrome */
box-shadow: 2px 2px 3px #C0C0C0;
}



/* ************************************************
*	角丸
* ************************************************ */

.border-radius{
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}



/* ************************************************
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */

.box-shadow{
box-shadow: 2px 2px 3px #ccc; /* CSS3 */
 -webkit-box-shadow: 2px 2px 3px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 2px 2px 3px #ccc; /* Firefox */
}

.box-shadow2{
box-shadow: 1px 2px 5px #ccc; /* CSS3 */
 -webkit-box-shadow: 1px 2px 5px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 1px 2px 5px #ccc; /* Firefox */
}

.text-shadow{
text-shadow: 1px 1px 3px #DEDEDE; /* CSS3 */
 -webkit-text-shadow: 1px 1px 3px #DEDEDE; /* Safari,Chrome */
 -moz-text-shadow: 1px 1px 3px #DEDEDE; /* Firefox */
}



/* ************************************************
*	CSS3ボタン
* ************************************************ */

.bt-more a {
font-size: 9px;
font-weight: normal;
color: #333;
text-align: center;
text-decoration: none;
text-shadow: 0px -1px 0px #fff;
width: 50px;
float: left;
display: block;
padding: 0 0 0 0;
margin: 10px 0 0 0;
border: 1px solid #ccc;
border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
background-color: #eee;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(.75, #eee),color-stop(1, #ddd));
background: -moz-linear-gradient(#ddd, #eee 75%, #ddd);
}

.bt-more a:hover {
background-color: #fff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(.75, #fff),color-stop(1, #eee));
background: -moz-linear-gradient(#eee, #fff 75%, #eee);
}

.bt-more a:active {
background-color: #999;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999),color-stop(.75, #ccc),color-stop(1, #999));
background: -moz-linear-gradient(#999, #ccc 75%, #999);
}

.bt-order a{
font-size: 14px;
color:#fff;
display: block;
text-align:center;
background-color: #999;
margin: 20px 0 20px 0 ;
padding: 10px 15px;
border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}

.bt-order a:hover{
color:#867888;
background: #ddd;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

input[type="submit"] {
	background-color:#FFF;
	border:1px solid #FF7300;
	color:#FF7300;
	padding:4px 10px;
}

/* ************************************************
*	各コンテンツ個別設定
* ************************************************ */

.col2 .left,
.col2 .right {
	width:49%;
}

.col2 .left {
	border-right:1px solid #333;
	margin-right:1%;
}

/* COLLECTION */

#collection .name,
#collection .model {
	display:inline-block;
}

#collection .model {
	border-left:1px solid #333;
	margin-left:2px;
	padding-left:6px;
}

/* 販売店募集 */
span.require {
	font-size:10px;
}

#partnerBox {
	border:5px solid #FF7300;
	padding:3px;
}

#partnetBox-inner {
	border:1px solid #FF7300;
	padding:10px;
}

.btn-link {
	background:url(./images/icon_arrow_right_wh.png) no-repeat 10px center #FF7300;
	border:1px solid #FF7300;
	color:#FFF;
	display:inline-block;
	padding:2px 10px 2px 24px;
	text-align:center;
}

.btn-link:hover {
	background-image:url(./images/icon_arrow_right_or.png);
	background-color:#FFF;
	border:1px solid #FF7300;
	color:#FF7300;
}


.page-id-191 .pagetitleBody {
	border-bottom:1px solid #FF7300;
	margin-bottom:10px;
}
.page-id-191 h2.pagetitle {
	border-bottom:5px solid #FF7300;
	margin-bottom:3px;
}

/* タームリスト */
#titCatBox {
	position:relative;
}
#titCatBox .mainListTerm {
	position:absolute;
	top:6px;
	right:0;
	list-style-type:none;
}

.mainListTerm li {
	background:url(./images/icon_arrow_right_bk.gif) no-repeat left center;
	float:left;
	padding-left:10px;
}

.mainListTerm li a {
	color:#333;
}

#menu-collection_cat li span {
	display:none;
}
#menu-collection_cat li.current-menu-item {
	font-weight:bold;
}

/* PRESS */
a.btnMoreOpen {
	border:1px solid #FF7300;
	color:#FF7300;
	display:block;
	font-weight:bold;
	padding:4px 0;
	text-align:center;
}
a.btnMoreOpen:hover {
	color:#FF7300;
}

a.btnMoreOpen.open {
	background-color:#FF7300;
	color:#FFF;
}

.moreContents {
	background-color:#FFD;
	border:1px solid #FF7300;
	border-top:none;
	padding:0 10px;
	position:relative;
	z-index:9998;
}

/* SHOPLIST */
#storelist .popupShopList,
#storelist .popupShopList li,
#storelist.block-one,
#storelist.block-one li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#storelist.block-one {
	margin-bottom:30px;
}

#storelist .popupShopBox {
	border-bottom:1px solid #DDD;
	padding:10px 0;
	position:relative;
}

#storelist .areaName {
	background-color:#FF7300;
	color:#FFF;
	display:block;
	float:left;
	margin-right:10px;
	padding:2em 10px;
	text-align:center;
	width:64px;
}

#storelist .areaName a {
	color:#FFF;
}

#storelist .areaName.short {
	padding:1em 10px;
}

#storelist .shopDetailBox {
	float:left;
	max-width:360px;
}

#storelist .shopDetailBox p {
	padding:0;
}

#storelist .shopDetailBox p.tel {
	position:absolute;
	top:10px;
	right:0;
}

#storelist .shopDetailBox .sales {
	background-color:#036db7;
	color:#FFF;
	text-align:center;
	width:160px;
}

#storelist .shopDetailBox .sales a {
	color:#FFF;
}

#storelist h5.titArea,
#storelist h5.pref {
	border-bottom:1px solid #DDD;
	font-weight:normal;
}

#storelist h5.titArea {
	background:url(./images/icon_arrow_right_bk.gif) no-repeat 6px center;
	margin:0;
	padding:8px 10px 8px 20px;
}

#storelist h5.pref {
	background:url(./images/icon_arrow_bottom_bk.gif) no-repeat 14px center;
	margin:0;
	padding:8px 10px 8px 30px;
}

.areaSearch ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.areaSearch ul li {
	background:url(./images/icon_arrow_right_bk.gif) no-repeat 6px 12px;
	border-bottom:1px solid #DDD;
	margin:0;
	padding:8px 10px 8px 20px;
}

.areaSearch ul.children li {
	background:url(./images/icon_list_dot01.gif) no-repeat 8px center;
	border-bottom:none;
	margin:0;
	padding:10px 0 10px 20px;
}

#sidebar .collapsing.archives.collapse li {
	border-bottom:none;
}

/* ************************************************
*   レスポンシブ
* ************************************************ */


/* PC 画面の横幅が960px以上 */

@media only screen and (min-width: 960px) {
iframe { width:100%; height:100%; max-width:960px;}
}


/* Tablet (Portrait) 画面の横幅が768px〜959pxまで */

@media only screen and (min-width: 768px) and (max-width: 959px) {
body { margin-top:0; }
#header { height:auto; margin-bottom:30px; }
#header-fixed { position:relative; width:auto; height:auto; }
.wrapper { width: 728px;}
.header-inner { width: 728px; margin:auto; padding-top: 50px;}
.contact,#nav #iconFacebook,#nav #iconInstagram  { display:none;}
#nav { float: none; width: 728px; background: #fff; margin-bottom:-10px; padding: 0; border-top: solid 1px #333; border-bottom: solid 1px #333;}
li.item { height:240px; margin-bottom: 40px; }
.item-img { margin: 0 0 5px 0; /*height: 151px;*/ overflow: hidden; }
.twothird { width: 460px; margin-right:10px; }
.cycle-slideshow { overflow: hidden; width: 728px; height: 265px; margin-bottom:-20px;}
.footer-inner { width: 728px;}
iframe { width: 100%; height:100%; max-width: 728px; }
#storelist .shopDetailBox {
max-width:250px;
}
}

/* Mobile (Portrait) 画面の横幅が767pxまで */

@media only screen and (max-width: 767px) {
body { margin-top:0; }
#header { height:auto; margin-bottom:30px; }
#header-fixed { position:relative; width:auto; height:auto; }
.wrapper { width: 302px; }
.header-inner { width: 302px; margin:auto; padding: 10px 0;}
.logo { text-align:center; }
.contact,#nav #iconFacebook,#nav #iconInstagram  { display:none;}
#header h1, #header .logo { float: none; margin-bottom: 0px;}
#nav { float: none; text-align:center; width: 302px; background: #fff; margin-bottom:-10px; margin-top:0; padding: 0; border-top: solid 1px #333; border-bottom: solid 1px #333;}
.nav-menu li a { color: #333; display: block; font-size: 12px; padding: 10px 10px; text-decoration: none;}
#top-slide{ width:100%; padding: 0px; margin: 40px auto 20px auto;}
.cycle-slideshow { overflow: hidden; width: 302px; height: 109px; margin-bottom:-10px;}
li.item { height:340px; margin-bottom: 40px; }
.item-img { margin: 0 0 5px 0; /*height: 302px;*/ overflow: hidden; }
p { font-size: 15px; }
.footer-inner { width: 302px;}
iframe { width: 100%; height:100%; max-width:302px; }
.col2 .left,
.col2 .right { float:none; width:100%; border:none; }
#titCatBox { margin-bottom:20px; }
#titCatBox .mainListTerm { position:relative; }
#press .item-img img { width:168px; }

/*20190418*/
.gallery-item .item-img img { width:300px; }

.popupShopBox { padding-bottom:30px !important; }
#storelist .shopDetailBox {
max-width:320px;
}
}


/* Mobile (Landscape) 画面の横幅が480px〜767pxまで */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper { width: 420px; }
.header-inner { width: 420px; margin:auto; padding-top: 50px;}
.logo { text-align:center; }
#nav { float: none; width: 420px; background: #fff; margin-bottom:-10px; padding: 0; border-top: solid 1px #333; border-bottom: solid 1px #333;}
.nav-menu li a { color: #333; display: block; font-size: 13px; padding: 10px 10px; text-decoration: none;}
.cycle-slideshow { overflow: hidden; width: 420px; height: 157px; margin-bottom:-10px;}
.footer-inner { width: 420px;}
li.item { height: 340px; margin-bottom: 40px; }
.item-img { margin: 0 0 5px 0; /*height: 280px;*/ overflow: hidden; }
iframe { width:100%; height:100%; max-width:420px; }
}


/*オンラインショップ用*/

.shop-g {
	list-style: none;
	text-align: right;
	margin-bottom:50px;
}
@media screen and (max-width: 767px) {
	.shop-g {
		list-style: none;
		text-align: left;
	}
}
.shopimg {
	width: 20px;
}
.shop-g li {
	border-left:1px solid #999;
	padding-left:6px;
	margin-left:6px;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.shop-g li:first-child {
	border-left:none;
}
.shop-g li a {
	color: #444 ;
}
.shop-g li a:hover {
	color: #999 ;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.sma {
		display: none;
	}
}
.text-b {
}
.border {
	border:1px solid #999;
}
.sp-thumbnails-container {
	border-top:1px solid #999;
}
#example3_838 .sp-selected-thumbnail {
    border: 2px solid #333 !important;
}
	#main_pd{
		margin: 0 auto;
		width : 100% ;
		margin-bottom:30px;

	}

@media screen and (min-width: 980px) {
	#photo{
		 float : left ;
		width:460px;

	}
	#p-d {
		 float : right;
		width:460px;
	}
}
@media screen and (max-width: 979px) {
	#photo{
		width:auto;
		margin: 0 auto;
		margin-bottom:30px;

	}
	#p-d {
		width:auto;
		margin: 0 auto;
	}
}

/*詳細ページ*/
.p-title {
	border-bottom:5px solid #FF7300;

}
.c-price {
	color:#45AABB;
	font-size: 20px;
}
.item-sho {
	border-bottom:2px solid #333;
	padding-bottom:0px;
	font-weight:bold;
}
.cart01 {
	margin-top:-55px;
}
.cart01 select {
	width:200px;
	height:25px;
	font-weight:bold;
    color: #333;
    border: 1px solid;
    border-radius: 5px;  /* CSS3草案 */      -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

.cart01 input[type="text"], .cart01 input[type="password"], .cart01 input[type="email"], .cart01 input[type="tel"], .cart01 textarea {
	width:30px;
	height:12px;
	margin-left:1px;
    border: 1px solid;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1;
    border-radius: 5px;
    text-align:center;
}
.title-3{
	font-size:1.2em;
	border-bottom:2px solid #333;
}
.title-4{
	font-weight:bold;
}
.guid01 {
	height:15px;
	margin: 20px 0;
	padding:10px;
	color:#fff;
	background: #c3e3ed;
	font-size:13px;
}
.bottom-b{
	border-bottom:2px solid #cbcbcb;
}
.text-g{
	font-size:1.0em;
	padding-left:10px;
}
.mg-b {
	margin-bottom:30px;
}
.pd-10 {
	padding-left:10px;
}
.mg-t {
	margin-top:30px;
}
.mg-t10 {
	margin-top:10px;
}
.mg-t8 {
	margin-top:8px;
}
.mg-t20 {
	margin-top:20px;
}

.pdb-10 {
	padding-bottom: 10px;
}
.tbs{
	border-spacing: 30px 0px;
}
.font-01{
	color:#ff0000;
}
.font-02{
	color:#3366ff;
}

.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
    width: 30px !important;
    height: 30px !important;
    background-position: -96px -33px  !important;
}
.ms-skin-light-6 .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -92px -110px !important;
}

.ms-skin-light-6 .ms-bullet-selected {
    background-color: rgba(0, 0, 0, 0.44) !important;
}
.f_tyousei {
	margin-left:14px;
	margin-top:-13px;
}
.shop-btn input[type="submit"] {
	font-size: 137%;
    background-color: #FFF;
    border: 1px solid #FF7300;
    color: #FF7300;
    padding: 10px 10px;
}
@media screen and (max-width: 767px) {
.pagetitle {
    margin: -25px 0px 20px 0px;
}
}

.shop_link a{
	color: #45AAB8 !important;
}
.shop_link a:hover{
	color:#666 !important;
}


#menu-item-69 a {
color: #FF7300;
font-weight: bold;
}
/*
.block-two, .block-three, .block-four, .block-five, .block-six {
    margin-top: 20px !important;
}*/
