@charset "utf-8";

/*
Theme Name: Suger Suger Baby
Theme URI: http://minimalwp.com
Description: 
Version: 1.0
Author: Minimal WP
Author URI: http://minimalwp.com
License: 
License URI:
*/
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144258243-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-144258243-1');
</script>


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

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

/* リンク */

a {
    /*リンク文字色*/
    /*color: #45AAB8;*/
    color: #9B8542;
    /*text-decoration: none;*/
    text-decoration: underline;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
+
a:hover {
    /*リンクホバー文字色*/
    /*color: #666;*/
    color: #73622E;
}

    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;
}

.clear10 {
    clear: both;
    padding: 10px 0 0px 0px;	
}

.clear20 {
    clear: both;
   padding: 20px 0 0px 0px;	
}

.clear30 {
    clear: both;
   padding: 30px 0 0px 0px;	
}

.clear40 {
    clear: both;
   padding: 40px 0 0px 0px;	
}

/* リスト */

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;*/
    color: #9B8542;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    text-decoration: underline;
}

li a:hover {
    color: #666;
}
.shop_com{
	font-size:11px;
	color:#aeaeae;
	
	margin-left:20px;
}

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

.wrapper {
    max-width: 960px;
    _width: 960px;
    margin: auto;
/*余白*/
    /*padding: 30px 10px;*/
    padding: 0px 10px;
}



/* ************************************************ 
*	ヘッダー
* ************************************************ */

#header {
    width: 100%;
    background: #f8f8f8;
}

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

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

.logo {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.blog-name {
    font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal; 
    color: #ccc;
    text-align: center;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


#top_back p{
	color:#AEAEAE;
	}

#top_back_single p{
	color:#AEAEAE;
	}


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


#nav {
    width: 100%;
    text-align: center;
/*トップナビの背景色を消す*/    
	/*background: #79D1B0;*/
	background: none;
/*メインナビのマージン削除*/    	
	/*margin: 0 auto 0px auto;*/

}

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

.main-navigation {
    clear: both;
    margin: 0 auto;
    position: relative;
    /*メインナビのマージン*/    
    margin: 20px auto 20px auto;
}

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: #fff;
    display: block;
    font-size: 13px;
    text-decoration: none;
    /*トップナビの余白*/    
    /*padding: 10px 30px 10px 30px;*/
    padding: 10px 0px 10px 0px;

}

.nav-menu li:hover > a,
.nav-menu li a:hover {
    /*トップナビのホバー色を消す*/    
    /*background-color: #44DEDE;*/
    background-color: none;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #44DEDE;
    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: #fff;
    margin: 0;
    width: 100px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
    background-color: #5EBABA;
}

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: #9B8542;
/*トップナビのアンカー色を消す*/    
	/*background: #5EBABA;*/
	background: none;

}

#nav img.nav-sns-icon {
    width: 30px;
}


.fixed {
	/*ナビがついて動いてしまうのをとめる*/
	/*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 10000;
}


/* ************************************************ 
*	フッターナビゲーション追加
* ************************************************ */	

/*フッターナビ*/


.footer-navigation li a{
	padding:0px 20px 25px 0px;
	text-decoration: underline;
	color: #9B8542;
	font-size: 12px;	
}

.footer-navigation li a:hover{
	color: #73622E;
	font-size: 12px;
}
/* ************************************************ 
*	スライド
* ************************************************ */	

#top-slide {
    width: 100%;
    padding: 0px;
    margin: 0px auto 0px auto;
    height: 100%;
    overflow: hidden;
}

.cycle-slideshow {
    overflow: hidden;
    max-width: 100%;
    margin: auto;
    text-align: center;
    height: auto;
}



/* ************************************************ 
*	トップバック
* ************************************************ */	

#top_back{
    width: 100%;
    padding: 0px;
    margin: 0px auto 0px auto;
    height: 100%;
    overflow: hidden;
}

.main_img {
    background:url("http://www.aliceonwednesday.jp/wp/wp-content/uploads/2015/02/main02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
 	background-position: center bottom;
	overflow: hidden;
    max-width: 100%;
    margin: auto;
    text-align: center;
    height: auto;
   /* padding-bottom:38.36%;*/
    padding-bottom:30%;
}


/* ************************************************ 
*	トップバック(シングルページ)
* ************************************************ */	

#top_back_single{
    width: 100%;
    padding: 0px;
    margin: 0px auto 0px auto;
    height: 100%;
    overflow: hidden;
/*border-bottom:1px solid #9B8542;*/
}

.main_img_single{
    background:url("http://www.aliceonwednesday.jp/wp/wp-content/uploads/2015/01/main.png");
	background-repeat: no-repeat;
	/*background-size: cover;*/
 	background-position: center top;
	overflow: hidden;
    max-width: 100%;
    margin: auto;
    text-align: center;
    height: auto;
	padding-bottom:0.6%;

}

/* ************************************************ 
*	下層ページ(コンテンツページ)
* ************************************************ */
#con{
    width: 100%;
    padding: 0px;
    margin: 0px auto 0px auto;
    height: 100%;
    overflow: hidden;
    color:#aeaeae;
    /*text-align:center;*/
}

#con span{
    color:#aeaeae;
}

#con h3{
	color:#aeaeae;
	text-align:center;
	font-size:16px;
	border-top:1px solid #3d3d3d;
	border-bottom:1px solid #3d3d3d;
	padding: 10px 0 10px 0;
	margin: 40px 0 20px 0;	
}

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


/*○コンセプトページ○*/
#main .concept{
	text-align:center;
	background:url("http://www.aliceonwednesday.jp/wp/wp-content/uploads/2015/02/concept_main.png");
	background-repeat: no-repeat;
	max-width:100%;
	background-size: cover;
 	background-position: center top;
    	margin: auto;
    	height: auto;
}

/*○アイテムページ○*/
#main .item-title{
	margin: 20px auto 20px auto;
	text-align:left;
	clear: both;
}

#main .item-title_img{
	text-align:left;
	float:left;
}

#main .item-title_text{
	text-align:left;
	float:left;
	
}

#main .item_page{
	text-align:center;
}


/*○ショップページ○*/

#main .shop{
	text-align:center;
}

#main .shop-info{
	margin: 20px auto 20px auto;
	text-align:left;
	clear: both;
}

#main .shop_img{
	text-align:left;
	float:left;
	margin: 0px 30px 20px auto;
}

#main .shop_text{
	text-align:left;
	float:left;
	
}

#main .shop-info ul{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style:none;
}

#main .shop-info li { 
	color:#aeaeae;
    /*font-size: 14px;*/  
    line-height: 190%;
}
#main .shop-info li:before{ 
	content:"♦";
	color:#BD272D;
}


/*○よくある質問○*/

#main .qaItem {
    font-size: 12px;
    line-height: 190%;
	text-align:left;
    padding-top: 20px;
}

#main dl.qaItem dt {
    margin-bottom: 15px;
    background: url("http://www.aliceonwednesday.jp/wp/wp-content/uploads/2015/01/qaIconQ1.gif") no-repeat scroll left top transparent;
    padding-left: 32px;
    border: medium none;
	color:#aeaeae;
}

#main dt {
    padding-bottom: 3px;
    /*margin-bottom: 10px;*/
}

#main dt {
    font-weight: bold;
}


#main dl.qaItem dd {
    padding-bottom: 30px;
    background: url("http://www.aliceonwednesday.jp/wp/wp-content/uploads/2015/01/qaIconA1.gif") no-repeat scroll left top transparent;
    padding-left: 32px;
    color:#aeaeae;
    border-bottom:1px dashed #333333;
}

#main dd {
    margin: 0px 0px 20px;
    padding: 0px;
}


#main .contact img{
	text-align:center;
}


/* ************************************************ 
*	コンタクト
* ************************************************ */	


#trust-form{
    width:100%;
    height: auto;
    font-size:12px;
   text-align:center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#trust-form table{
    width:100%;
   text-align:center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}


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

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;
    text-align:center;
}

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;
}



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

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

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

#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: 12px;
    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: 20px auto 30px auto;*/
	margin: 60px auto 0px auto;
    /*トップリストのタイトルバー*/
	/*border-bottom: double 3px #ccc;*/
	border-bottom: none;
    /*トップリストのタイトルバー横幅*/
	/*width: 280px;*/
    width: 100%;
    color: #333;
    text-align: center;
	/*タイトル画像*/
	background-image: url("http://www.aliceonwednesday.jp/wp/wp-content/uploads/2015/01/info.png");
	background-image: url("http://www.aliceonwednesday.jp/wp/wp-content/uploads/2018/06/info_t.png");
	background-repeat:no-repeat;
	background-position:center;
    background-size: 170px 20px;
}


.top-gallery-midashi {
    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: 20px auto 50px auto;
    border-bottom: double 3px #ccc;
    width: 280px;
    color: #333;
    text-align: center;
}

.infolink{
    text-align: center;
    font-size:12px;
}

.infolink a{
    text-decoration: underline;
    color: #9b8542;
}

.infolink a:hover{
    color: #73622E;
}



/* Latestブロック */	

#latest-bloc{
    width:100%;
    /*背景色を消す*/
    /*background: #f8f8f8;*/
    background: none;
    padding: 50px 0 20px 0;
    margin: -50px auto -21px auto;
}
.latest-midashi {
    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: 20px 0px 10px 0px;
    margin: 0px auto 50px auto;
    border-bottom: double 3px #ccc;
    width: 280px;
    color: #333;
    text-align: center;
}
.latest {
    /*ブロックの横幅*/
    /*width: 960px;*/
    width: 636px;
    margin: -20px auto 50px auto;
    padding: 0px 0 0px 0;
    /*文字の位置*/
    /*text-align:center;*/
    text-align: left;
}

.latest.instagram{
    width: 800px;
}

.latest.instagram .top-title
{
     background-image: url(http://www.aliceonwednesday.jp/wp/wp-content/uploads/2018/06/gall_t.png);
     margin-bottom: 30px;
}

.latest.instagram .widget{
    margin-left: -13px;
    margin-right: -13px;
}

.latest.instagram .col-md-3
{
    float: left;
    width: 25%;
}

.latest.instagram .col-md-3 .field-image
{
    display: block;
    padding-left: 13px;
    padding-right: 13px;
}

.latest.instagram .infolink
{
    clear: both;
    margin-top: 20px;
}

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


li.item {
    /*height: 430px;*/
    /*margin-bottom: 50px;*/
    height: auto;
    margin-bottom: 0px;

}

.item-img {
    margin: 0 0 10px 0;
    height: auto;
    overflow: hidden;
    text-align:center;
}

.item-cat {
    font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 84%;
    /*文字の色*/
    /*color: #999;*/
    color: #aeaeae;
    padding: 0 0 0px 0;
    margin: 0 0 10px 0;
}
.item-cat a{
    /*文字の色*/
    color: #aeaeae;
    /*color: #444;*/
}

.item-date {
    font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 80%;
    /*投稿の一覧の日付色*/
    color: #93896f;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.item h2 {
    /*文字サイズ*/
    /*font-size: 16px;*/
    font-size: 14px;
    /*文字色*/
    color:#AEAEAE;
    line-height: 150%;
    font-weight: normal;
    letter-spacing: 0.03em;
}

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

.item-title a {
    /*文字の色*/
    /*color: #444;*/
    color:#AEAEAE;
}

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

.item-text {
    font-size: 12px;
    /*アイテムテキストの文字の色*/
    /*color: #444;*/
    color: #AEAEAE;
    line-height: 190%;
    margin: -10px 0 10px 0;
}


/* トップ3列組み */

.item {
}

.top-2retsu {
    width: 100%;
    margin: 0 auto 0px auto;
}

.top-2retsu img {
    width: 100%;
}

.first-block {
    float: left;
    width: 50%;
    padding: 30px 0px 30px 0;
}

.last-block {
    float: right;
    width: 47%;
    font-size: 14px;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
    padding: 30px 0 20px 0;
}





/* ブログ記事部分 */	

p {
    /*文字サイズ*/
    font-size: 12px;
    /*font-size: 14px;*/
    /*文字の色*/
    /*color: #444;*/
    color: #aeaeae;
    line-height: 190%;
    padding: 10px 0px 10px 0px;
}

p a {
    /*投稿一覧の文字のリンク色*/
    /*color: #45AAB8;*/
    color: #9B8542;
    text-decoration: underline;
    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;
}

/*inofomationタイトル画像*/
.infotitle {
    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: 60px auto 40px;
    border-bottom: none;
    width: 100%;
    color: #333;
    text-align: center;
    background-image: url("http://www.aliceonwednesday.jp/wp/wp-content/uploads/2015/01/info.png");
    background-repeat: no-repeat;
    background-position: center center;
}




.pagetitle {
    font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal;
	/*アーカイブタイトル余白*/
	/*padding: 0px 0px 10px 0px;*/
	padding: 0px 0px 0px 0px;
    margin: 10px auto 30px auto;
    border-bottom: 1px solid #9B8542;
    width: 280px;
    color: #aeaeae;
    text-align: center;
}



.pagetitle2 {
    font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    /*固定ページのタイトル文字サイズ*/
	/*font-size: 18px;*/
	font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal;
    /*固定ページのタイトル文字サイズ*/
	/*padding: 0px 0px 10px 0px;*/
	padding: 0px 0px 0px 0px;
    /*固定ページのタイトル文字サイズ*/
	/*margin: 15px auto 50px auto;*/
	margin: 0px auto 0px auto;
    /*固定ページのタイトルライン*/
	/*border-bottom: double 3px #ccc;*/
	border-bottom: none;
    /*固定ページのタイトル横幅*/
	/*width: 280px;*/
	width: 100%;
    /*固定ページのタイトル文字色*/
	/*color: #000;*/
	color: #000;
    /*固定ページのタイトル文字位置*/
	/*text-align: center;*/
	text-align: right;
}

/*シングルページ用*/
.pagetitle3 {
    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 40px 0px;
    margin: 60px auto 0px;
    border-bottom: none;
    width: 100%;
    color: #333;
    text-align: center;
    background-image: url("http://www.aliceonwednesday.jp/wp/wp-content/uploads/2015/01/info.png");
    background-repeat: no-repeat;
    background-position: center center;
}


.pagetitle3 a {
	display:none;
}

.pagetitle a {
    color: #333;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    display:none;
}
.pagetitle a:hover {
    color: #666;
}


.blog-date {
    /*投稿一覧の日付文字サイズ*/
    font-size:12px;
    margin-left: 30px;
    margin-right: 50px;
    margin-top:17px;
    color: #93896f;
    float: left;
    /*font-size: 16px;*/
    /*下側余白文字の流れ込みを防ぐ*/
    margin-bottom: 10px;

}


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

.blog-title a {
    color: #aeaeae;
    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;*/
	color: #93896f;
}

/*投稿シングルページの日付*/
.blog-date2 {
    font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    /*文字のサイズ*/
	font-size: 100%;
    /*font-size: 80%;*/
	/*文字の色*/
	color: #93896f;
	/*color: #ccc;*/
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
    /*文字の位置*/
	/*text-align: center;*/
	text-align: left;
}

/*投稿シングルページのタイトル*/
.blog-title2 {
    font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/*タイトルの余白*/
	/*margin: 20px 0px 20px 0px;*/
	margin: 40px 0px 20px 0px;
    padding: 0px 0px 15px 0px;
    /*font-size: 21px;*/
    font-size: 16px;
	font-weight: bold;
    /*文字の色*/
	/*color: #333;*/
	color: #aeaeae;
    /*text-align: center;*/
    text-align: left;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
	/*文字のライン高*/
	line-height:170%;
}

.blog-title2 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-title2 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: 0px 0 0 0;
	/*margin: 50px 0 0 0;*/
    padding: 2px 0px 8px;    
	/*padding: 2px 5px 2px 0px;*/
    font-weight: normal;
    color: #999;
    border-bottom: 1px solid #3d3d3d;
/*border-top: 1px dotted #ccc;*/
}


#blog-foot2 {
    font-size: 75%;
    text-align: left;
    margin: 0px 0 0 0;
	/*margin: 50px 0 0 0;*/
    padding: 1px 0px 8px;    
	/*padding: 2px 5px 2px 0px;*/
    font-weight: normal;
    color: #999;
    border-bottom: 1px solid #3d3d3d;
/*border-top: 1px dotted #ccc;*/
}

#blog-foot3 {
    font-size: 75%;
    text-align: left;
    margin: 50px 0 0 0;
	/*margin: 50px 0 0 0;*/
    padding: 1px 0px 8px;    
	/*padding: 2px 5px 2px 0px;*/
    font-weight: normal;
    color: #999;
    border-bottom: 1px solid #3d3d3d;
/*border-top: 1px 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 a {
    text-decoration: underline;
    color: #9b8542;
}


#next a:hover {
    color: #73622E;
}

#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;
	/*ページャー余白*/
    margin-top: 40px;
    margin-bottom: 40px;
}
a.page-numbers,
.pager .current{
	background: #9B8542;
	border:none;
	/*border-radius:2px;*/
	padding:5px 8px;
	margin:0 2px;
	color: #000;
}
.pager .current{
	background: #ccc;
	border:none;
	color: #333;
}


/* 関連記事 */

.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: 12px;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
 padding-left:10px;
}




/* コメント欄 */

.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;
}


/* WP必須 */

.wp-caption {
}

.wp-caption-text {
color: #fff;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}


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

#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: #93896f;
	/*color: #333;*/
    font-size: 16px;
    font-weight: normal;
    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;*/
	border-bottom: 1px solid #3d3d3d;
}

#sidebar h3 {
    font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    /*サイドバータイトル色*/
	color: #93896f;
    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;*/
	border-bottom: 1px dotted #3d3d3d;
}

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

#sidebar li a:hover {
	color: #93896f;
}


/* 階層表示 */

#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.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;*/
    color: #aeaeae;
    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;*/
    color: #93896f;
}

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

#footer {
    /*フッター背景*/
    /*background: #737373;*/
    background-image: url("http://www.aliceonwednesday.jp/wp/wp-content/uploads/2015/02/footer_back.jpg");
    clear: both;
    width: 100%;
    font-size: 80%;
    margin: 0px auto 0px auto;
    padding: 25px 0;
    /*文字色*/
    color: #9B8542;
}

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

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

#copyright {
    font-size: 12px;
    color: #999999;
    text-align: center;
    position: relative;
    /*フッター余白*/
    /*margin: -20px 0 0 0;*/
    margin: 0px 0 0 0;
    padding: 0 0 0 0;

}

#copyright a {
    color: #999999;
}


#copyright a:hover {
    color: #AEAEAE;
}



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

.widget {
    /*トップのinfomation一覧*/
	/*margin: 0 0 30px 0;*/
	margin: 0 0 20px 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;
}


.post-date {
    /*左側余白*/
	/*margin-left: 10px;*/
	margin-left: 30px;
    /*右側余白*/
	margin-right: 50px;
    /*下側余白文字の流れ込みを防ぐ*/
	margin-bottom: 10px;
	/*日付の文字色*/
	color:#93896f;
	/*日付の位置*/
	float:left;
	font-size:12px;
}

#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 {
    font-size: 12px;
	/*トップのリストの位置*/
	/*floate: left;*/
	floate: right;
    margin: 0 0 0 0;
	/*トップのリストの余白*/
	/*padding: 5px 0px 4px 0px;*/
	padding: 16px 0px 10px 0px;
    list-style: none;
    /*トップのリストのライン*/
	/*border-bottom: 1px dotted #ddd;*/
	border-bottom: 1px solid #3d3d3d;

}

#topbox li a {
    font-size: 12px;
    /*トップのリストの文字色*/ 
	/*color: #444;*/
	color: #AEAEAE;
    margin: 0 0 0 0;
    padding: 5px 0px 4px 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;
    text-decoration: none;
}

#topbox li a:hover {
    /*トップのリストの文字ホバー色*/ 
    /*color: #999;*/
    color: #93896f;
    text-decoration: underline;	
}

#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;
    list-style: none;
    floate: left;
    margin: 0 0 0 0;
    padding: 6px 0 5px 0px;
}

#sidebox li a {
    /*color: #666;*/
    color: #aeaeae;
    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;*/
    color: #93896f;
}

#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;
}

.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;
}



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

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;
}



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

.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-dl a {
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #fff;
    /*投稿一覧の続きを読むボタン色*/
    background: #182840;
    text-align: center;
    margin: 20px 0 20px 0;
    padding: 10px 10px;
}

.bt-dl a:hover {
    color: #fff;
    background: #213853;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}




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


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

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

@media only screen and (max-width: 959px) {
.latest.instagram{
    max-width: 420px;
}

.latest.instagram .widget{
    margin-left: -10px;
    margin-right: -10px;
}

.latest.instagram .col-xs-6
{
    width: 50%;
}

.latest.instagram .col-xs-6 .field-image
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
}


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

@media only screen and (min-width: 768px) and (max-width: 959px) {
.wrapper { width:728px; }
.header-inner { width:728px; margin:auto; padding-top:40px; padding-bottom:40px; }
li.item { height:auto; margin-bottom:0px; }
.item-img { margin: 0 0 10px 0; height: 150px; overflow: hidden; }
.twothird { width:460px; margin-right:10px; }
.cycle-slideshow { overflow:hidden; width:100%; height:auto; margin-bottom:0px; }
.latest { width:728px; }
.footer-inner { width:728px; }
iframe { width:100%; height:100%; max-width:728px; }
}


/* Mobile (Portrait) 画面の横幅が767pxまで */
@media only screen and (max-width:767px) {
  #nav.main-navigation #menu-item-1451 {
    display: block;
  }
}
@media only screen and (max-width:767px) {
.wrapper { width:300px; }
.header-inner { width:300px; margin:auto; padding-top:40px; padding-bottom:40px; }
.logo { text-align:center; }
.blog-name { display:none; }
#header h1, #header .logo { float:none; margin-bottom:0px; }
.nav-menu li a { font-size:12px; padding:10px 10px; }
.fixed { position: static; }
#top-slide { width:100%; padding:0px; margin:0px auto 0px auto; }
.cycle-slideshow { overflow:hidden; width:100%; height:auto; margin-bottom:0px; }
li.item { height:auto; margin-bottom:0px; }
.item-img { margin: 0 0 10px 0; height: 200px; overflow: hidden; }
.latest { width:300px; }
p { font-size:15px; }
.first-block { float:left; width:30%; padding:30px 0px 30px 0; }
.last-block { float:right; width:66%; font-size:14px; text-align:left; white-space:normal; vertical-align:middle; padding:25px 0 20px 0; }
.footer-inner { width:300px; }
iframe { width: 100%; height:100%; max-width:300px; }


/*トップナビのタテ並び*/

#nav.main-navigation ul
{
    margin-left: 80px;
    margin-right: 80px;
}

.nav-menu li {
    display:block;
}
#nav.main-navigation .nav-menu li {
    display:inline-block;
}

#nav.main-navigation #menu-item-23,
#nav.main-navigation #menu-item-747,
#nav.main-navigation #menu-item-1045,
#nav.main-navigation #menu-item-1446
{
    padding-top: 10px;
    display: block;
    float: left;
}

#nav.main-navigation #menu-item-23
{
    width: 35%;
    text-align: right;
}

#nav.main-navigation .nav-menu:after{
  content: "";
  display: block;
  clear: both;
}

.nav-menu li a {
	max-width:100%;
	padding: auto 0px auto 0px;
	/*text-align: left;*/
}



/*トップナビのマージン*/    
.main-navigation{   
	margin: 5px auto 10px auto;
	width:100%;
}

/*フッターナビのマージン*/    
.footer-navigation{   
	margin: 0 auto 0px auto;
}

/*フッターナビの並びかた*/
.footer-navigation li {
    display:inline-block;
}

/*フッターナビを等間隔で並べる*/
.footer-navigation li a {
	width:80px;
	width:140px;
	margin: auto 0px auto 0px;
}


/*トップナビの画像位置調整*/
#menu-item-21{
	/*margin: auto 0px auto -40px;*/
	margin: auto 0px auto -40px;
}

#menu-item-20{
	margin: auto 0px auto -20px;
}


#menu-item-23{
 margin: auto 0px auto 1px;
 display: inline-block;
}

li#menu-item-747 {
 display: inline-block;
}

li#menu-item-1045 {
 display: inline-block;
}

li#menu-item-1446 {
 display: inline-block;
}

#menu-item-19{
	margin: auto 0px auto -22px;
}


/*サイトのディスクプリション*/
.description {
	margin: 0 auto;
	width:80%;
	text-align:center;
	}


#top_back p{
	color:#AEAEAE;
	font-size:10px;
	}

#top_back_single p{
	color:#AEAEAE;
	font-size:10px;
	}
/*トップリストの日付*/
	.post-date {
	margin-left: 0px;
	margin-right: 10px;
	float: none;
}

/*トップリスト*/
#topbox li {
    floate: right;
}

#topbox li a {
    display: block;
    overflow: hidden;
    clear: both;

}

/*トップリストの日付*/
.blog-date {
    margin-left: 0px;
    margin-right: 10px;
    float: none;
}

/*コンテンツの余白*/
.wrapper{
    padding: 0px 0px;
}

/*メインイメージの下部余白*/
.main_img{
    margin:0 0 20px 0;
}

/*固定ページのヘッダー下ライン削除*/
#top_back_single{
    border-bottom:none;
}

/*○コンセプトページ○*/
#main .concept{
    background:none;
}




/*○インフォメーションページ*/
.blog-title a {
	display: block;
	overflow: hidden;
	clear: both;
	padding-bottom: 10px;
}

.blog-title {
    padding: 10px 0px 0px 0px;
}


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

@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper { width:420px; }
.cycle-slideshow { overflow:hidden; width:100%; height:auto; margin-bottom:0px; }
.footer-inner { width:420px; }
li.item { height:auto; margin-bottom:0px; }
.item-img { margin: 0 0 10px 0; height: 280px; overflow: hidden; }
.latest { width:420px; }
iframe { width:100%; height:100%; max-width:420px; }

}


/* Facebook Like Box */

div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
width: 100% !important;
max-width: 960px;
}





/* ----------------------以下は文字・マージン調整用----------------------　*/


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

.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;
}

/* ************************************************ 
*	マージン
* ************************************************ */

.margin-top10{
    margin-top: 10px;
}
.margin-top20{
    margin-top: 20px;
}
.margin-top30{
    margin-top: 30px;
}
.margin-top40{
    margin-top: 40px;
}
.margin-top50{
    margin-top: 50px;
}
.margin-top60{
    margin-top: 60px;
}
.margin-top70{
    margin-top: 70px;
}
.margin-top80{
    margin-top: 80px;
}
.margin-top90{
    margin-top: 90px;
}
.margin-top100{
    margin-top: 100px;
}

.margin-bottom10{
    margin-bottom: 10px;
}
.margin-bottom20{
    margin-bottom: 20px;
}
.margin-bottom30{
    margin-bottom: 30px;
}
.margin-bottom40{
    margin-bottom: 40px;
}
.margin-bottom50{
    margin-bottom: 50px;
}
.margin-bottom60{
    margin-bottom: 60px;
}
.margin-bottom70{
    margin-bottom: 70px;
}
.margin-bottom80{
    margin-bottom: 80px;
}
.margin-bottom90{
    margin-bottom: 90px;
}
.margin-bottom100{
    margin-bottom: 100px;
}


/* ************************************************ 
*	スマホ用文字サイズ
* ************************************************ */

.smoji100px {
    font-size: 100px;
    line-height: 170%;
}

.smoji90px {
    font-size: 90px;
    line-height: 170%;
}

.smoji80px {
    font-size: 80px;
    line-height: 170%;
}

.smoji70px {
    font-size: 70px;
    line-height: 170%;
}

.smoji60px {
    font-size: 60px;
    line-height: 170%;
}

.smoji50px {
    font-size: 50px;
    line-height: 170%;
}

.smoji40px {
    font-size: 40px;
    line-height: 170%;
}

.smoji30px {
    font-size: 30px;
    line-height: 170%;
}

.smoji29px {
    font-size: 29px;
    line-height: 170%;
}

.smoji28px {
    font-size: 28px;
    line-height: 170%;
}

.smoji27px {
    font-size: 27px;
    line-height: 170%;
}

.smoji26px {
    font-size: 26px;
    line-height: 170%;
}

.smoji25px {
    font-size: 25px;
    line-height: 170%;
}

.smoji24px {
    font-size: 24px;
    line-height: 170%;
}

.smoji23px {
    font-size: 23px;
    line-height: 170%;
}

.smoji22px {
    font-size: 22px;
    line-height: 170%;
}

.smoji21px {
    font-size: 21px;
    line-height: 170%;
}

.smoji20px {
    font-size: 20px;
    line-height: 170%;
}

.smoji19px {
    font-size: 19px;
    line-height: 170%;
}

.smoji18px {
    font-size: 18px;
    line-height: 170%;
}

.smoji17px {
    font-size: 17px;
    line-height: 170%;
}

.smoji16px {
    font-size: 16px;
    line-height: 170%;
}

.smoji15px {
    font-size: 15px;
    line-height: 170%;
}

.smoji14px {
    font-size: 14px;
    line-height: 170%;
}

.smoji13px {
    font-size: 13px;
    line-height: 170%;
}

.smoji12px {
    font-size: 12px;
    line-height: 170%;
}

.smoji11px {
    font-size: 11px;
    line-height: 170%;
}

.smoji10px {
    font-size: 10px;
    line-height: 150%;
}

.smoji9px {
    font-size: 9px;
    line-height: 370%;
}


/* ************************************************ 
*	不使用？
* ************************************************ */

/* プラン表風 */

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 {
    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;
}


