@charset "utf-8";
/* CSS Document */
#header_box {
    width: 100%;
    min-height: 170px;
    max-height: 240px;
    padding: 10px 0% 10px 2%;
    float: left;
    margin-top: 10px;
}
#header_titlebox {
    width: 80%;
    max-height: 90px;
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
    padding: 0 2% 0 0;
}
#header_pict {
    width: 20%;
    height: 150px;
    float: right;
    text-align: center;
    padding: 0 1% 0 1%;
}
#header_namebox {
    width: 80%;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 0 2% 0 0;
}

#box_left {
    width: 80%;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 20px;
}
#box_right {
    width: 20%;
    height: auto;
    padding: 10px 0 5px 1%;
    margin-top: 0px;
    margin-bottom: 20px;
    float: left;
    word-wrap: break-word;
}
#box_left .box_ph {
    max-width: 100%;
    max-height: 500px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
    margin-right: 2%;
    margin-bottom: 10px;
    text-align: center;
}


#header_titlebox h2.books {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #2f4f4f;
	text-align: left;
	max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
	-moz-text-overflow:ellipsis; /* Firefox */
    -o-text-overflow: ellipsis; /* Opera */
}
#header_titlebox p.theme {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #996600;
	text-align: right;
}
#header_namebox h3 {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	border: none;
	text-align: left;
}
#header_namebox h3 a {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	padding-left: 5%;
}
#header_namebox h4 {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	border: none;
	text-align: left;
	width: auto;
	max-width: 100%;
	clear: both;
}
#header_namebox h4 a {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#header_namebox h5 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	border: 1px solid;
	padding: 1ex;
	display: initial;
	magin-top: 5px;
	magin-bottom: 5px;
	float: right;
}
#header_namebox h5 a {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}
#header_namebox p {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	border: none;
	text-align: left;
}

#box_right .title_line h3 {
	color: #2f4f4f;

}

@media only screen
    and (min-device-width:641px)
    and (max-device-width:1024px) {

}


@media screen and (max-width: 640px){

#box_left {
 	width: 100%;
    float: none;
}

#header_titlebox h2.books {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	max-height: 62px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
#header_namebox h3 {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	border: none;
	text-align: center;
	width: 100%;
}
#header_namebox h3 a {
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: underline;
}
#header_namebox h4 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	border: none;
	text-align: center;
	width: 100%;
	margin-right: 0;
}
#header_namebox h4 a {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: underline;
}
#header_namebox h5 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	border: none;
	text-align: center;
	width: 100%;
}
#header_namebox h5 a {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: underline;
}
#header_namebox p {
	font-size: 13px;
	line-height: 20px;
	border: none;
	text-align: center;
}

}