/*----------------------------------------------------*/ 
/* タウンガイド追加用
------------------------------------------------------*/ 

#twonguide .top_img {
    margin-top: 24px;
    margin-bottom: 24px;
}
#twonguide h2{
    color: black;
    font-size:165%;
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    margin-bottom: 1em;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #e65b02;
    border-bottom: 1px solid #e65b02;

}
#twonguide .button {
    display: inline-block;
    width: 350px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    font-size:200%;
    margin: 10px;
    margin-top: 30px;
}
#twonguide .button::before,
#twonguide .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
#twonguide .button,
#twonguide .button::before,
#twonguide .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#twonguide .button {
    background-color: #1eb552;
    border: 2px solid #1eb552;
    color: #fff;
    line-height: 50px;
}
#twonguide .button:hover {
    background-color: #fff;
    border-color: #1eb552;
    color: #1eb552;
}
#twonguide .contents .book_intro a:link { color: black; }
#twonguide .contents .book_intro a:visited { color: black; }
#twonguide .contents .book_intro a:hover { color: black; }
#twonguide .contents .book_intro a:active { color: black; }

#twonguide .nikufes img{
    width: 50%;
}

/*----------------------------------------------------*/ 
/* 基本+bird
------------------------------------------------------*/ 
#twonguide .event{
	text-align:center;
	font-size:200%;
	color:#ff0000;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#twonguide p{
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:118%;
}
#twonguide .bird_promotion{
	width:73%;
	float:left;
	margin:20px 10px;
}
#twonguide .bird_promotion p{
	font-size:123%;
}
#twonguide .bird_tw{
	float:left;
	margin-right:20px;
}	
#twonguide .bird_link{
float:left;
}
#twonguide .bird_link li{
	font-size:110%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
}
#twonguide .bird_download{
	margin:20px;
}
#twonguide .bird_download p{
	font-size:123%;
}

#twonguide .twitter-timeline {
    width: 800px;
}
/*----------------------------------------------------*/ 
/* jamaneko
------------------------------------------------------*/ 
#twonguide .contents .clear {
  clear: both;
}
#twonguide .contents{
	margin:30px 10px;
}
#twonguide .contents_line{
	border-top: 2px #ccc dotted;
	border-bottom: 2px #ccc dotted;
	padding:15px 0;
}

#twonguide ul{
    margin-bottom: 30px;
}
#twonguide ul li{
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin-left:20px;
    list-style-type: disc;
    
}
#twonguide ul.new li{
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin-left:30px;
}
#twonguide ul.new li span{
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin-left:-20px;
}
#twonguide .contents .author {
	/*background-color:#d8d8d8;*/
    border-radius: 10px;
	padding:20px 40px 20px;
}
#twonguide .contents .author_img{
	float:left;
	width:20%;
	margin-top:5px;
}
#twonguide .contents .author_intro{
	float:left;
	margin-left:15px;
	width:75%;
}
#twonguide .contents .author p span{
	font-size:145%;
	text-decoration:underline;
}
#twonguide .contents .book{
/*	background-color:#c5d8e2;*/
    border-radius: 10px;
	padding:20px 40px 20px;
	}

#twonguide .contents .book_img{
	float:left;
	margin-left:10px;
    margin-right: 30px;
	width:30%;
    border: 1px solid #888 ;
}
#twonguide .contents .book_intro{
	float:left;
	margin-left:15px;
	width:60%;
}
#twonguide .contents .book_intro p.title{
	font-size:200%;
    color: black;
}
#twonguide .contents .book_intro p.subtitle{
	font-size:125%;
	color:#7f7f7f;
}
#twonguide .contents .book_intro p.author_name,
#twonguide .contents .book_intro p.price{
	font-size:103%;
}

@media (max-width: 750px) {
    #twonguide h2{
        font-size:120%;
        padding:5px 5px;
    }
    #twonguide .contents .book{
        border-radius: 0px;
        padding:0px;
        width: 90%;
    }
    #twonguide .contents .book_img{
        float:none;
        width:100%;
        margin-bottom: 20px;
    }
    #twonguide .contents .book_intro{
        float:none;
        width:100%;
    }
    #twonguide .contents .book_intro p.title{
        font-size:170%;
    }
    #twonguide .top_img {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #twonguide .nikufes img{
        width: 100%;
    }
    #twonguide .button {
        width: 250px;
        height: 40px;
        line-height: 40px;
        font-size:160%;
        margin-top: 15px;
        margin-left: 30px;
    }
}


