@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */
   
/* Font face */
@font-face {
	font-family: 'WebSymbolsRegular';
	src: url('../../fonts/websymbols-regular-webfont.eot');
	src: url('../../fonts/websymbols-regular-webfont.eot?#iefix') format("embedded-opentype"), url('../../fonts/websymbols-regular-webfont.woff') format("woff"), url('../../fonts/websymbols-regular-webfont.ttf') format("truetype"), url('../../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format("svg");
	font-weight: normal;
	font-style: normal;
}
h2.title1 {
	clear: both;
	width: 100%;
	overflow: hidden;
}
h2.title1 img {
	padding: 10px 0 0;
	display: block;
	width: 180%;
	height: auto;
}

/* ===================================
#head
=================================== */
#head {
	background-image: url(../img/bg_head_01.png);
    background-position: center top;
    background-repeat: repeat-x;
}
.pageTitle{
	letter-spacing: 2px;
}

/* =============================================================================
list
========================================================================== */

/* breadcrumb */
div#breadcrumb {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
div#breadcrumb span a {
	display: inline-block;
	color: #06F;
	padding: 0 20px 0 5px;
	background: url(../../common/img/ic_sprite_white.png) no-repeat right -43px;
	text-decoration: none;
}
/* pagenation */
div.top {
	clear: both;
	text-align: center;
	border-top: #CCC dotted 1px;
}

div.pagenavi {
	padding: 15px 0;
}
div.pagenation.bottom div.pagenavi {
	padding: 20px 0 25px;
}
div.pagenavi span, div.pagenavi a {
	position: relative;
	display: inline-block;
	padding: 4px 10px 4px;
	margin: 0 0 0 -1px;
	font-size: 13px;
	line-height: 18px;
	color: #aaa;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	text-decoration: none;
	vertical-align: middle;
	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -ms-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, white, #E6E6E6);
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	background-image: linear-gradient(top, white, #E6E6E6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
div.pagenavi a {
	color: #333;
}
div.pagenavi span.pages {
	display: none;
}
span.more {
	display: none;
}

/* wrap */
div#const_wrap, div#ms_wrap, div#owner_wrap {
	clear: both;
}
div.const_box, div.ms_box {
	width: 90%;
	margin: 0 auto 10px;
}
div.const_box a, div.ms_box a {
	position: relative;
	display: block;
	padding: 10px 15px;
	border: 1px solid #d4d4d4;
	background: #EDEDED;
	text-decoration: none;
	overflow: hidden;
}
div.const_box a span, div.ms_box a span {
	display: block;
}
div.const_box a span.title, div.ms_box span.title {
	color: #06F;
	padding-bottom: 5px;
}
div.ms_box span.title {
	float: right;
	width: 48%;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
div.ms_box span.title span.click {
	display: none;
}
div.const_box a span.pic, div.ms_box a span.pic {
	float: left;
	width: 45%;
	padding-bottom: 10px;
}
div.const_box a span.pic img, div.ms_box a span.pic img {
	width: 100%;
	height: auto;
}
div.const_box a span.comment, div.ms_box a span.comment {
	float: right;
	color: #666;
	width: 48%;
	padding-bottom: 20px;
}
div.const_box a span.btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: white;
	padding: 2px 15px;
	background-color: #353535;
}
div.ms_box a span.point {
	clear: both;
	color: #666;
	padding: 0 10px 10px 10px;
	border:1px solid #ccc;
	background: white;
}
div.ms_box a span.point span {
	width: 100px;
	margin: 0 auto 5px;
	color: white;
	font-size: 80%;
	background: #F60;
	padding: 2px 5px;
	text-align: center;
}
div.const_box span.shadow, div.ms_box span.shadow {
	display: block;
	margin-top: 1px;
	height: 20px;
	background: url(../../common/img/shadow_single.png) repeat-x 0 0;
}
/* owner */
article.owner_box {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
article.owner_box div.box {
	width: 95%;
	height: 160px;
	background: #567DDC;
}
article.owner_box div.info {
	float: left;
	width: 50%;
	color: white;
	font-size: 140%;
}
article.owner_box div.info span {
	display: block;
	padding: 20px 0 0 15px;
}
article.owner_box div.info span span {
	color: #FF3;
	padding: 0;
}
article.owner_box div.pic {
	width: 50%;
	height: 160px;
	line-height: 160px;
	overflow: hidden;
}
article.owner_box div.pic img {
	width: auto;
	height: auto;
	max-width: 160px;
	max-height: 160px;
}
article.owner_box div.text {
	clear: both;
	padding: 10px 5px 5px 5px;
}
article.owner_box span.title {
	font-size: 120%;
}
article.owner_box pre.comment {
	padding-top: 5px;
}
/* download */
div#dl_wrap {
	clear: both;
	padding-top: 10px;
}
div#dl_wrap div.dl_single {
	clear: both;
	overflow: hidden;
}
div#dl_wrap div.dl_single a {
	display: block;
	color: #454545;
	height: 40px;
	margin: 0 10px 10px;
	text-decoration: none;
	background: white;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	overflow: hidden;
}
div#dl_wrap div.dl_single span {
	display: inline-block;
}
div#dl_wrap div.dl_single span.name {
	width: 55%;
	height: 20px;
	line-height: 30px;
	padding: 5px 5px 5px 40px;
	background: url(../img/dl/ic_dl.png) no-repeat 0 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
div#dl_wrap div.dl_single span.btn {
	float: right;
	margin: 9px 9px 0 0;
	background-color: #8c9cbf;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691));
	background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
	background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
	background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
	background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
	background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
	border: 1px solid #172d6e;
	border-bottom: 1px solid #0e1d45;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
	-moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
	box-shadow: inset 0 1px 0 0 #b1b9cb;
	color: #fff;
	padding: 3px 0 4px 0;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 -1px 1px #000f4d;
	width: 80px;
	font-size: 90%;
}
/* download confirm */
form#dl_confirm {
	margin: 20px 10px;
	padding: 10px;
	background: #eee;
}
form#dl_confirm p {
	color: #023199;
	font-size: 110%;
	padding: 10px 0;
}
form#dl_confirm div {
	text-align: left;
}
form#dl_confirm div span {
	display: block;
	font-size: 110%;
	padding: 0 2px 2px;
	margin-bottom: 5px;
}
form#dl_confirm div input[type="password"] {
	width: 90%;
	height: 18px;
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form#dl_confirm div input[type="submit"] {
	display: inline-block;
	color: white;
	font-size: 14px;
	padding: 5px 24px;
	margin: 10px 0 20px;
	background-color: #0074CC;
	background-image: -moz-linear-gradient(top, #08C, #05C);
	background-image: -ms-linear-gradient(top, #08C, #05C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#05C));
	background-image: -webkit-linear-gradient(top, #08C, #05C);
	background-image: -o-linear-gradient(top, #08C, #05C);
	background-image: linear-gradient(top, #08C, #05C);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
	border: 1px solid #CCC;
	border-color: #05C #05C #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

div#noItem{
	padding: 80px 0px;
	font-size: 17px;
	text-align: center;
	line-height: 35px;
	display: block;
}
div#noItem b{
	font-size: 25px;
	letter-spacing: 0.1em;
	padding: 0 10px;
	display: inline-block;
	color: #22528D;
}
/* =============================================================================
   detail
========================================================================== */
.detail {
    width: 1100px;
    padding-left: 140px;
    margin: 0 auto 0;
    box-sizing: border-box;
}
div#c_detail_wrap h3 {
	font-size: 18px;
    font-weight: bold;
    color: #002EA0;
    padding: 10px 0;   
    overflow: hidden;
}
#c_detail_wrap .address {
    font-size: 14px;
    color: #002EA0;
    margin-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
div#databox table {
	width: 95%;
    font-size: 14px;
    color: #002EA0;
	margin: 0 auto 20px;
}
div#databox table th, div#databox table td {
    font-size: 14px;
	text-align: left;
	padding: 2px 0;
	font-weight: 400;
}
#databox .access {
    margin-top: 12px;
    font-size: 14px;
    color: #002EA0;
}
div#databox div.point {
	margin: 10px;
	padding: 10px;
	background: url(../../common/img/bg_dotted1.png) repeat 0 0;
}
div#databox div.point span {
	display: block;
	color: white;
	background: #F60;
	padding: 5px;
	margin: 0 30px 10px;
	text-align: center;
}
div#databox pre {
	padding: 10px 10px 0;
}
div#thumbwrap {
	position: relative;
	overflow: hidden;
}
div#thumbnails {
	padding: 10px 30px;
	background: #ddd;
	border-top: 1px solid #ccc;
/*	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4), inset 0px -1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4), inset 0px -1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4), inset 0px -1px 2px rgba(0, 0, 0, 0.4);*/
	overflow: hidden;
}
div#thumbnails ul li {
	float: left;
}
div#thumbnails ul li div {
	height: 200px;
	line-height: 200px;
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	background: white;
/*	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);*/
}
div#thumbnails ul li div img {
	max-width:100%;
	max-height: 200px;
}
div.es-nav span {
	position: absolute;
	top: 43%;
	display: block;
	color: white;
	font-family: 'WebSymbolsRegular';
	background: rgba(0, 0, 0, 0.5);
	height: 39px;
	width: 39px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 black;
}
div.es-nav span.es-nav-prev {
	left: 0;
}
div.es-nav span.es-nav-next {
	right: 0;
}
span.detail_shadow {
	clear: both;
	display: block;
	height: 21px;
	background: url(../../common/img/shadow_single.png) repeat-x 0 1px #FFF;
    padding-bottom: 20px;
}
/* tbl_wrap */
div#tbl_wrap table {
	font-size: 90%;
	width: 95%;
	margin: 0 auto 5px;
	border: 0px;
	border-collapse: separate;
	background-color: #CCCCCC;
	border-spacing: 1px;
}
div#tbl_wrap th {
	width: 30%;
	color: #4D4D4D;
	border: 1px solid #FFFFFF;
	padding: 5px 5px 5px 10px;
	text-align: left;
	font-weight: normal;
	background-color: #F2F2F2;
}
div#tbl_wrap td {
	color: #666;
	padding: 5px;
	background-color: white;
}
/* form_wrap */
div#form_wrap {
	margin: 10px 0 0;
	padding: 10px 0;
	background: #EEE;
	border-top: 1px solid #ccc;
}
div#form_wrap h3 {
	font-size: 120%;
	background: url(../../common/img/ic_sprite_white.png) no-repeat 5px -117px;
	padding: 0 10px 0 30px;
	margin-bottom: 10px;
}
div#form_wrap h3 span.help, div#form_wrap p.help {
	display: block;
	color: #777;
	font-size: 75%;
}
div#form_wrap span.required {
	color: #e30;
}
div#form_wrap dt, div#form_wrap dd {
	padding: 0 0 2px 10px;
}
div#form_wrap label {
	display: block;
	padding-top: 5px;
}
div#form_wrap input[type="text"], div#form_wrap select, div#form_wrap textarea {
	width: 90%;
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div#form_wrap textarea {
	width: 90%;
	height: 50px;
    resize: vertical;
}
div#form_wrap select {
	height: 28px;
	line-height: 28px;
}
a#pp_link {
	display: block;
	color: #333;
	margin-left: 10px;
	background: url(../../common/img/ic_sprite_white.png) no-repeat 0 -82px;
	padding: 0 0 5px 20px;
	text-decoration: none;
}
p#submit_btn input {
	display: block;
	height: 30px;
	line-height: 30px;
	color: white;
	background: #01409A url(../../common/img/ic_sprite_black.png) no-repeat 5px -192px;
	border: 0;
	padding: 0 10px 0 30px;
	margin-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
p#submit_btn input:hover {
	opacity: 0.75;
}
p#number_info {
	margin: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #e3e3e3;
}
p#number_info a, 
p#number_info span, 
p#number_info span a {
	color: #333;
	font-size: 150%;
}
p#number_info .tel {
	pointer-events: none;
	font-size: 22px;
	padding-left: 5px;
}
div#grayback {
	margin-bottom: 40px;
}
div#grayback div.inner {
	height: auto;
	min-height: 300px;
}

/* Style adjustments for viewports that meet the condition */
h2.title1 {
    clear: both;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background: url(../../common/img/bg_dotted1.png) repeat 0 0;
    text-align: center;
}
h2.title1 img {
    padding: 0;
    display: inline;
    width: 960px;
}

/* =============================================================================
   list
   ========================================================================== */

/* breadcrumb */
div#breadcrumb {
    margin-top: 120px;
}
/* pagenation */
div.pagenation {
    padding-right: 10px;
    margin-top: 30px;
    text-align: left;
}
div.pagenavi {
    padding: 20px 0;
}
div.pagenavi span, div.pagenavi a {
    color: #333;
    font-size: 13px;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
    vertical-align: middle;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 14px;
    margin: 0;
    padding: 0 7px;
    border: 0;
    border-right: 1px solid #999;
}
div.pagenavi a {
    color: #06F;
}
div.pagenavi a:hover {
    text-decoration: underline;
}
div.pagenavi a.nextpostslink {
    border: 0;
}
div.pagenation span.more {
    display: block;
    float: right;
    padding: 20px 0;
}
div.pagenation span.more a {
    color: #06F;
    padding: 0 5px;
    text-decoration: none;
}
div.pagenation.bottom {
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    margin-bottom: 30px;
}
/* const_wrap ms_wrap */
div#const_wrap {
    clear: both;
    margin-right: -30px;
}
div#ms_wrap {
    clear: both;
}
div.const_box {
    float: left;
    width: 300px;
    height: 241px;
    margin: 0 30px 10px 0;
    *margin: 0 20px 10px 0;
    overflow: hidden;
}
div.ms_box {
    float: none;
    width: 960px;
    height: 241px;
    margin: 0 0 10px;
    overflow: hidden;
}
div.const_box a {
    width: 268px;
    height: 198px;
}
div.ms_box a {
    width: 928px;
    height: 198px;
}
div.const_box a:hover, div.ms_box a:hover {
    background-color: white;
}
div.const_box a span.title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.const_box a span.comment {
    height: 150px;
    line-height: 1.6;
    overflow: hidden;
    white-space: normal;
    padding: 0;
}
div.ms_box a span.pic {
    width: 170px;
    height: 170px;
    line-height: 170px;
    text-align: center;
}
div.ms_box span.pic img {
    width: auto;
    height: auto;
    max-width: 170px;
    max-height: 170px;
}
div.ms_box span.title {
    float: right;
    width: 740px;
    font-size: 130%;
}
div.ms_box a span.title span.text {
    display: block;
    float: left;
    width: 640px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.ms_box a span.title span.click {
    display: block;
    float: right;
    width: 70px;
    color: white;
    font-size: 80%;
    font-weight: 700;
    padding: 2px 5px;
    background: #283A6C;
    text-align: center;
}
div.ms_box a span.comment {
    float: left;
    font-size: 110%;
    width: 290px;
    height: 9.5em;
    margin: 5px 0 0 18px;
    overflow: hidden;
}
div.ms_box a span.point {
    clear: none;
    float: right;
    width: 400px;
    height: 130px;
    font-size: 110%;
    margin: 10px 0 0;
    padding: 0 15px 10px;
    overflow: hidden;
}
div.ms_box a span.point span {
    width: 120px;
    font-size: 100%;
    margin-bottom: 10px;
}
/* owner */
article.owner_box {
    clear: both;
    padding-top: 20px;
}
article.owner_box div.box {
    float: left;
    width: 320px;
}
article.owner_box div.text {
    clear: none;
    float: left;
    padding: 0 5px 5px 20px;
}
article.owner_box span.title {
    font-size: 120%;
}
article.owner_box pre.comment {
    color: #666;
    padding-top: 5px;
    line-height: 1.6;
}

/* download confirm */
form#dl_confirm {
    width: 450px;
    margin: 70px auto 40px;
    padding: 20px;
    background: #f6f6f6;
    border:1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
form#dl_confirm p {
    color: #777;
    font-size: 130%;
    padding: 20px;
    margin: 0 0 20px;
    border: 1px solid #ddd;
    background: #fafafa;
}
form#dl_confirm div span {
    color: #454545;
    font-weight: 700;
}
form#dl_confirm div input[type="password"] {
    width: 96%;
    height: 20px;
    padding: 4px;
    font-size: 15px;
    line-height: 20px;
    color: #555;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
form#dl_confirm div input[type="submit"] {
    display: block;
    color: white;
    width: 120px;
    font-size: 14px;
    padding: 5px 30px;
    margin: 20px auto 30px;
}

/* =============================================================================
   detail
   ========================================================================== */

div#c_detail_wrap {
    background: #FFF;
    padding: 20px;
    margin-top: 30px;
    overflow: hidden;
}
div#c_detail_wrap .time {
    display: block;
    width: 80px;
    background: #41BFE7;
    font-size: 12px;
    color: white;
    margin-top: 20px;
    padding: 2px 0;
    text-align: center;
}
#box1 {
    background: #F6F6F6;
    margin-bottom: 20px;
}
div#picbox {
    display: block;
    float: left;
    width: 540px;
    height: 360px;
    line-height: 360px;
    margin-right: 20px;
    text-align: center;
    background: #eee;
    overflow: hidden;
}
div#picbox img {
    width: auto;
    max-height: 360px;
}
div#databox {
    float: left;
    width: 350px;
}
div#databox table {
    width: 100%;
    margin: 12px auto 0;
    padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
	border-collapse: separate;
}
div#databox table th, div#databox table td {
    padding: 5px 0;
}
div#databox table th {
    width: 120px;
}
div#databox div.point {
    width: 370px;
    height: 330px;
    margin: 15px 10px;
    padding: 15px;
    overflow: hidden;
}
div#databox div.point span {
    margin: 0 110px 10px;
}
div#databox pre {
    padding: 10px 0 0;
}
div#thumbwrap {
    clear: both;
}
div#thumbnails {
    background: white;
    overflow: hidden;
    padding: 10px 0 0;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
div#thumbnails ul {
    width: auto !important;
    -webkit-transition-duration: 0ms;
    -webkit-transform: translate3d(0, 0, 0) !important;
}
div#thumbnails li {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
}
div#thumbnails li:first-child div,
div#thumbnails li:nth-child(9n) div {
    margin-left: 0;
} 
div#thumbnails li:nth-child(8n) div {
    margin-right: 0;
} 
div#thumbnails ul li div {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 10px 8px;
    padding: 0;
    text-align: center;
    border: 0;
    background: #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
div#thumbnails ul li div:hover{
	opacity: 0.75;
}
div#thumbnails ul li div img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
    cursor: pointer;
    vertical-align: middle;
}
div.es-nav {
    display: none;
}
/* tbl_wrap */
div#tbl_wrap table.left {
    float: left;
}
div#tbl_wrap table.right {
    float: right;
}
div#tbl_wrap table {
    width: 49.5%;
    margin: 0 0 25px;
}
/* form_wrap */
div#form_wrap {
    clear: both;
    margin: 0;
    padding: 20px 0;
    background: #EEE;
    border-top: 0;
    overflow: hidden;
}
div#form_wrap h3 {
    background-position: 5px -122px;
    font-size: 120%;
    padding: 0 10px 5px 30px;
    margin: 0 15px;
    border-bottom: 1px solid #ccc;
}
div#form_wrap h3 span.help {
    float: right;
}
div#form_wrap h3 span.help, div#form_wrap p.help {
    font-size: 80%;
}
div#form_wrap fieldset {
    width: 45%;
    float: left;
    padding: 0 10px 10px 10px;
    border: none;
}
div#form_wrap textarea {
    height: 200px;
}
div#form_box {
    padding: 20px 0 0;
}
a#pp_link {
    float: left;
    width: 200px;
    margin: 6px 0 0 10px;
}
a#pp_link {
    opacity: 0.75;
}
p#number_info {
    margin: 10px;
    padding: 10px;
    text-align: center;
}
p#number_info span {
    display: inline-block;
    font-size: 200%;
    margin-left: 5px;
}

/* download */
div#dl_wrap {
    clear: both;
    padding: 20px 0;
    overflow: hidden;
}
div#dl_wrap div.dl_single {
    clear: none;
    float: left;
    width: 49.5%;
}
div#dl_wrap div.dl_single a {
    display: block;
    color: #454545;
    height: 44px;
    margin: 0 10px 15px;
    background: white;
}
div#dl_wrap div.dl_single a:hover {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
div#dl_wrap div.dl_single span.name {
    width: 55%;
    font-size: 120%;
    height: 24px;
    line-height: 34px;
    padding: 5px 5px 5px 50px;
    background: url(../img/dl/ic_dl.png) no-repeat 5px 10px;
}
div#dl_wrap div.dl_single a:hover span.name {
    color: #777;
    background-position: 5px -70px;
}
div#dl_wrap div.dl_single span.btn {
    margin: 10px 10px 0 0;
}

/* IE11用 */
@media all and (-ms-high-contrast:none) {
	/* IE11ではpointer-eventsが効かない */
	p#number_info .tel{
		display: inline-block;
	}
}
/* Edge用 */
@supports (-ms-ime-align: auto) {
	p#number_info .tel{
		display: inline-block;
	}
}