@charset "utf-8";
/* CSS Document */

#contents .section {
	margin-bottom: 4em;
}
#contents .section h1.title {
    border-bottom: 1px solid #d0d0d0;
    clear: both;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0 0 5px 13px;
}
#contents .section h2.title {
    border-bottom: #000 solid 1px;
    clear: both;
    color: #000;
    font-size: 1.231em;
    font-weight: 700;
	margin-top: 3em;
    margin-bottom: 15px;
    padding: 0 0 5px 13px;
}

#contents .section p {
    margin: 0 0 0 1em;
	font-size: 14px;
}


#contents .section h3.title {
    clear: both;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #343434;
    margin-bottom: 15px;
    padding: 0 0 5px 13px;
}

#contents .section .other_area {
	clear: both;
	overflow: hidden;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    padding: 15px 10px;
}
#contents .section .other_area ul {
    margin-left: 20px;
}
@media screen and (max-width: 640px) {
	#contents .section .other_area ul li {
	    margin-right: 5px;
	}
}

#contents .section span.link_out {
    background: transparent url("/support/share/images/icon_blank.gif") no-repeat scroll 0 0;
    display: inline-block;
    height: 0;
    margin-left: 3px;
    overflow: hidden;
    padding: 9px 0 0;
    vertical-align: baseline;
    width: 11px;
}


/*products/index.html*/
#sp h1.title {
	border-bottom: 1px solid #d0d0d0;
    clear: both;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0 0 5px 13px;
}

#sp p {
    margin: 0 0 0 1em;
}

#sp .model_select ul.model_list {
	margin: 1em;
}

#sp .model_select ul.model_list p{
	margin: 0;
}

#sp .model_select ul.model_list li {
	display: inline-block;
	width: 30%;
	margin-top: 2em;
}

#sp .model_select ul.model_list li strong{
	display: block;
}

#sp .model_select ul.model_list li img {
	margin-top: 1em;
	height: 100px;
}

@media screen and (max-width: 640px) {
	#sp .model_select ul.model_list li {
	    display: block;
		width: 60%;
		margin: 1em 0 1em 1em;
	}
}

/*manual/index.html*/
#sp h2.title {
    border-bottom: #000 solid 1px;
    clear: both;
    color: #000;
    font-size: 1.231em;
    font-weight: 700;
	margin-top: 3em;
    margin-bottom: 15px;
    padding: 0 0 5px 13px;
}


/*check*/
div.model_select div.check{
	margin: 1em 0 3em 0;
	padding: 0 1em;
}

div.model_select div.check .Gray{
	padding: 1em 0 0.75em 0.75em;
    font-weight: bold;
    border: #d2d2d2 1px solid;
    border-radius: 6px;
    font-size: 1.125rem;
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    cursor: pointer;
    width: auto;
}

div.model_select div.check .Gray img{
	vertical-align: middle;
    margin: 0px 3px;
}

div.model_select div.check .detailArea{
	padding: 0 1em;
    border: 1px solid #d2d2d2;
}

@media screen and (max-width: 640px) {
	div.model_select div.check .detailArea{
	padding: 0;
}
}
