@font-face {
    font-family: 'notosanslight';
    src: url('fonts/notosans_light-webfont.eot');
    src: url('fonts/notosans_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notosans_light-webfont.woff2') format('woff2'),
         url('fonts/notosans_light-webfont.woff') format('woff'),
         url('fonts/notosans_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'notosansmedium';
    src: url('fonts/notosans_medium-webfont.eot');
    src: url('fonts/notosans_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notosans_medium-webfont.woff2') format('woff2'),
         url('fonts/notosans_medium-webfont.woff') format('woff'),
         url('fonts/notosans_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'notosansregular';
    src: url('fonts/notosans_regular-webfont.eot');
    src: url('fonts/notosans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notosans_regular-webfont.woff2') format('woff2'),
         url('fonts/notosans_regular-webfont.woff') format('woff'),
         url('fonts/notosans_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
*{
    font-family: Thonburi,Tahoma,sans-serif;
	color:#333;
	font-size: 16px;
    box-sizing: border-box;
}
body{
    margin: 0px;
    padding: 0px;
}
.main_button{
	background:#e0242a;
	color:#FFF;
	padding: 10px 25px;
	margin: auto;
	border-radius: 30px;
	font-size: 20px;
	border: 1px solid#e0242a;
	cursor: pointer;
    font-family: notosansmedium;
    text-decoration: none;
}
.main_button:hover{
	background:#FFF;
	color:#e0242a;
}
.lg{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 800px;
}
.sm{
    display: none;
    margin: auto;
    width: 100%;
    max-width: 600px;
}
.content{
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.head_text {
    font-size: 20px;
    color: #e0242a;
    font-weight: bold;
    margin-top: 30px;
    font-family: notosansmedium;
}
.normal_text{
    font-size: 16px;
    color: #555;
    margin-top: 5px;
    line-height: 25px;
    padding: 0px 20px;
    margin-bottom: 15px;
    padding-left: 0px;
    display: table;
}
.dot{
    width: 10px;
    height: 10px;
    background: #e0242a;
    border-radius: 100%;
    margin-top: 9px;
    float: left;
    margin-right: 10px;
    float: left;
}
.text{
    float: left;
    width: calc(100% - 20px);
}
.hl{
    color: #e0242a;
}
.wrap_author {
    margin-top: 10px;
    border: 1px solid #EEE;
    border-radius: 5px;
    padding: 7px 20px;
    cursor: pointer;
}
.wrap_author_name{
    display: table;
    width: 100%;
}
.wrap_book_name{
    display: none;
}
.wrap_book_name ol{
    padding-left: 15px;
}
.wrap_book_name li{
    font-size: 14px;
    margin-top: 7px;
    color: #555;
}
.author_name{
    float: left;
    color:#e20727;
    font-size: 16px;
    text-decoration: none;
    font-family: notosansmedium;
    width: calc(100% - 85px);
}
.see_all{
    float: right;
    font-size: 14px;
    color: #00c26e;
    margin-top: 2px;
    font-family: notosansmedium;
    cursor: pointer;
}
#footer p{
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
    color:#7b7b7b;
}
#description{
    background-image: url(img_cloud.png);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 550px;
}
.btn_social{
    width: 80px;
    height: 32px;
    border-radius: 6px;
    margin-left: 15px;
    float: left;
    position: relative;
    line-height: 32px;
    color: #FFF;
    font-size: 12px;
}
.btn_fb{
    background-color: #4662be;
    padding-left: 17px;
}
.btn_line{
    background-color: #6fc32e;
    padding-left: 20px;
}
.btn_twitter{
    background-color: #1999d1;
    padding-left: 20px;
}

@media only screen and (max-width: 767px)
{
    .lg{
        display: none;
    }
    .sm{
        display: block;
    }
    .head_text {
        padding: 0px 10px;
    }
    .content{
        padding: 0px 10px;
    }
}
@media only screen and (max-width: 600px)
{
    #description{
        background-image: url(img_cloud.png);
        background-size: 180%;
        background-repeat: no-repeat;
        background-position: bottom;
        min-height: 700px;
    }
}