@charset "utf-8";
/* CSS Document */

#header {
    background: url(../images/bg_header7.png) 55% 0 no-repeat;
    -webkit-background-size: 1920px auto;
    -moz-background-size: 1920px auto;
    -o-background-size: 1920px auto;
    background-size: 1920px auto;
}
.para_title {
    padding-bottom: 15px;
}
.border_title {
	display: inline-block;
    padding: 0 0 0 15px;
    font-size: 16px;
    color: #3fb1af;
    font-weight: bold;
    border: none;
    margin-bottom: 3px;
	background:url(../images/icon_round.png) 0 11px no-repeat;
	-webkit-background-size:10px auto;
	-moz-background-size:10px auto;
	-o-background-size:10px auto;
	background-size:10px auto;
}
.para dt {
    width: auto;
    padding: 0 0 0 15px;
    font-size: 17px;
    color: #3fb1af;
    font-weight: bold;
    border: none;
    margin-bottom: 0;
    text-align: left;
	background:url(../images/icon_round.png) 0 11px no-repeat;
	-webkit-background-size:10px auto;
	-moz-background-size:10px auto;
	-o-background-size:10px auto;
	background-size:10px auto;
}
.para dd {
	padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 20px;
}
p.entry_mem {
	overflow: hidden;
}
p.entry_mem span {
	display: block;
}
/* YouTube動画 */
.movie {
	position: relative;
    padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* スマホ横～ */
@media screen and (min-width:480px) {
}
/* Kindle縦～ */
@media screen and (min-width:550px) {
}
/* タブレット縦～ */
@media screen and (min-width:750px) {
}
/* PC */
@media screen and (min-width:1024px) {
    .para dt {
        float: left;
        margin-bottom: 20px;
	    background:url(../images/icon_round.png) 0 13px no-repeat;
        -webkit-background-size:10px auto;
        -moz-background-size:10px auto;
        -o-background-size:10px auto;
        background-size:10px auto;
    }
    .para dd {
        padding-left: 8em;
    }
    .border_title {
        margin-bottom: 5px;
	    background:url(../images/icon_round.png) 0 13px no-repeat;
        -webkit-background-size:10px auto;
        -moz-background-size:10px auto;
        -o-background-size:10px auto;
        background-size:10px auto;
    }
	p.entry_mem span {
		float: left;
		padding-right: 20px;
		white-space: nowrap;
	}
}
/* PC */
@media screen and (min-width:1366px) {
}