@charset "utf-8";

/************************************************
 共通設定
************************************************ */



body {
border-top:solid 40px #666666;
    color: #333;
    font-family: 'HG正楷書体-PRO',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 100%;
    line-height: 150%;
    letter-spacing: 0.02em;
}

#catchArea_inner{
width:1100px;
max-width:1100px;
margin:0 auto;
    height: 392px;
}


#catchArea_inner p{
float:right;
margin-top: 255px;
text-align: right;
line-height: 1.6;
letter-spacing: 0em !important;
}

select {
    border: solid 1px #ccc;
}

.navigation{
clear:both;
margin-top:30px;
}

.alignleft{
float:left;
}

.alignright{
float:right;
}


/*写真*/
.picture {
    border: 1px solid #ccc;
}

.btn{
padding: 7px;
width: 184px;
text-align:center;
margin:0 auto;
font-weight: bold;
background-color: #e5e5e5;
border-radius: 10px;
}


#footer .btn{
border:solid 1px #7d7d7d;
margin:50px auto 40px;
font-weight: normal;
}

#footer .anchor{
margin-top:-39px;
text-align:right;
}

#footer #footer_category01{
width:240px;
float:left;
margin-right: 102px;
margin-top: 40px;
height: 335px;
}

#footer #footer_category02{
max-width: 338px;
float:left;
height: 335px;
margin-top: 40px;
}
#footer #footer_category03{
width:210px;
float:right;
height: 335px;
margin-top: 40px;
}


#footer h3{
border-bottom:solid 1px #1a1a1a;
text-align:center;
padding-bottom:15px;
font-weight:normal;
}

#footer ul{
margin:40px 0;
}

#footer ul li{
float:left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
width:30px;
}

#footer ul li a:hover{
text-decoration:none;
color:#aaa;
}

#footer ul li a img:hover {
filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#footer_bottom p#footer_contact{
float:left;
margin-right:102px;
}

ul.footer_navi{
float:left;
width:154px;
}

ul.footer_navi li{
font-size:15px;
}



#footer_bottom{
max-width:1000px;
margin:70px auto;
}

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    margin: 0 auto 100px;
    padding: 0 0 30px 0;
    width: 1000px;
    background: #fff;
    text-align: left;
}


/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */
#topcolumn ,
#bottomcolumn ,
#footerbottomcolumn {
    margin: 0 auto;
    padding: 15px;
    width: 950px;
    background: #fff;
    text-align: left;
}

/* 中央カラム */
.main_column {
}

/* サイドカラム */
#leftcolumn {
    float: left;
    width: 20%;
}
#rightcolumn {
    float: right;
    width: 20%;
}

/* 1カラム設定 */
#one_maincolumn {
    margin: 0 auto;
}

.blog .mainContents {
    font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 13px;
    width: 700px;
    margin: 0 auto;
}

.blog .mainContents a:link, .blog .mainContents a:visited{
font-weight: bold;
}

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    padding-left: 1.5%;
    float: left;
    width: 78%;
}

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
    width: 78%;
    float: right;
}

/* 3カラム設定 */
#three_maincolumn {
    padding-left: 0.5%;
    width: 59%;
    float: left;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}

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



/* リンク指定
----------------------------------------------- */
a:link ,
a:visited {
    color: #333;
    text-decoration: none;
}
a:link:hover ,
a[href]:hover {
    color: #333;
    text-decoration: underline;
}


/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
.price {
    color: #f00;
}
.sale_price {
    color: #f00!important;
}
.normal_price {
    color: #f00;
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 14px;
line-height:1.5;
display: block;
}


/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
input[type='text'] ,
input[type='password'] ,
.select {
    border: solid 1px #ccc;
    padding: 2px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px;
}

.ng_top {
    margin-bottom: 0 !important;
}


/* タイトル
----------------------------------------------- */
h2.title {
    margin-bottom: 10px;
    padding: 8px;
    color: #333;
    background: url("../cmn/images/line_01.gif") repeat-x;
    background-color: #ebeced;
    height: 59px;
padding-left: 21px;
padding-top: 8px;
font-size: 29px;
letter-spacing: 3px;
}

.blog h2.title,
.category h2.title{
text-align: center;
}

#one_maincolumn .sub_area h3 ,
#two_maincolumn_right .sub_area h3 ,
#two_maincolumn_left .sub_area h3 ,
#three_maincolumn .sub_area h3 ,
#undercolumn_login .login_area h3 ,
#undercolumn_shopping h3 ,
#mypagecolumn h3 ,
#undercolumn_cart h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    color: #000;
    background: url("../cmn/images/line_02.gif") repeat-x left bottom;
    font-size: 120%;
}

h3.title {
    font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: 550; 
}

#two_maincolumn_right .sub_area h3 {
    font-weight: normal;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../cmn/images/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
}
#header {
  max-width: 1020px;
    margin:60px auto;
}

#logo_area {
    float: left;
    width: 283px;
    text-align: left;
}
#header_utility {
    float: right;
    width: 540px;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

/* ロゴ
----------------------------------------------- */
#site_description {
	font-size: 10px!important;
	margin-top: 15px;
	line-height: 9px;
}
#logo_area h1 {
}
#logo_area h1 span {
}


/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    float: right;
    width: 650px;
margin-top:20px;
}

div#header_navi ul{
float:right;
margin-top:-10px;
}

div#header_navi ul li {
    display:inline;
    padding:0 10px 0 8px;
    font-size:16px;
    border-right: 1px solid #333;
}

div#header_navi ul li#mainMenu6 {
    border-right: none;
}

div#header_navi ul li.mypage,
div#header_navi ul li.entry {
    margin-top: 6px;
				background:url("../cmn/images/line_header_navi.gif") right center no-repeat;
}

div#header_navi ul li a:link ,
div#header_navi ul li a:visited{
    text-decoration: none;
}

div#header_navi ul li a:hover{
    text-decoration: underline;
}
/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    background: #e5e5e5;
padding-top:10px;
}
#footer {
    margin: auto;
  max-width: 1020px;
}
#pagetop {
    width: 210px;
    float: right;
    text-align: right;
}
#copyright {
background:#666666;
color:#000;
text-align: center;
    font-size: 10px;
padding:20px 0;
}


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message ,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
    font-family: 'HG正楷書体-PRO',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.privacy_policy p {
    font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 13px;
}

div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}


/* Tipsy
----------------------------------------------- */
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-arrow { position: absolute; background: url('../img/ajax/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }


/* ==================== 設計例ページ ==================== */
#topCategoryWorks {
background-color:#FFFFFF;
}

.categoryWorksList h2{
margin-top:140px!important;
}

.categoryWorksList{
max-width:850px;
margin:60px auto 0;
}

.categoryWorksList span.br{
display: block;
font-size: 14px;
}

#news.categoryWorksList{
max-width:1000px;
}

#categoryWorks {
}

/* ========== アーカイブ ========== */

/* エントリ一覧 */
.categoryWorksList ul {
list-style: none;
margin: 50px 0 0;
padding: 0;
}
.categoryWorksList ul li {
float: left;
width: 180px;
height:256px;
margin: 0 30px 0 0;
text-align: center;
/*font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;*/
font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

time{
font-size:15px;
color:#aaaaaa;
display:block;
font-family: 'HG正楷書体-PRO',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#news.categoryWorksList ul li{
width:230px;
margin-right:20px;
text-align:left;
font-size:14px;
}

.categoryWorksList ul li:nth-child(4),
.categoryWorksList ul li:nth-child(8),
#news.categoryWorksList ul li:nth-child(4),
#news.categoryWorksList ul li:nth-child(8){
margin-right:0;
}

.categoryWorksList ul li.first {
margin-left: 0;
border-left:none;
}

.categoryWorksList ul li a {
display: block;
}
.categoryWorksList ul li a:hover {
text-decoration:underline;
}
.categoryWorksList ul li .entryTitle {
font-size:16px;
}

.categoryWorksList ul li .entryTitle p {
}

.entrydetail{
}

.post-meta{
text-align:right;
margin-bottom:15px;
}

.aligncenter {
text-align:center;
}

.pcdrop ul li {
  font-size:14px;
  position: relative;
  height: 40px;
  line-height: 40px;
}
.pcdrop ul li:last-child ul{
  left: -100%;
  width: 100%
}
.pcdrop ul li a {
  text-decoration: none;
}

.pcdrop ul li ul {
  position: absolute;
  top: 40px;
  z-index: 100;
}
.pcdrop ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 200px;
  height: 0;
  background:#e5e5e5;
  text-align:left;
 padding:0px 10px;
}

.pcdrop ul li ul li:hover, .menu ul li ul li a{
display:block;
}

.pcdrop ul li ul li:hover, .menu ul li ul li a:hover {
  background:#efefef;
}
.pcdrop ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;
  z-index: 10;
}
.pcdrop * {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pcdrop ul li ul.big{
  width: 600px;
left:0px;
}
.pcdrop ul li ul.big li{
  float: left;
  width: 133px;
}
