@charset "utf-8";


/* Mobile Layout: 480px and below. */
#スマートフォン {
}
#contents #content h2 {
	margin-left: 2%;
    border-left: 5px solid rgba(255,142,0,1.00);
    padding-left: 2%;
}


#content h2 span {
    font-weight: normal;
    font-size: 0.4em;
    letter-spacing: 1em;
    color: rgba(121,121,121,1.00);
    width: 90%;
    display: block;
}
#contents #content table {
    margin-left: 2%;
    width: 96%;
    margin-bottom: 100px;
}

tbody tr th {
    font-weight: normal;
    line-height: 2em;
    border-bottom: 1px solid #898989;
}
tbody tr td {
	font-weight: normal;
    line-height: 2em;
    border-bottom: 1px solid #898989;
}
#contents #content h3 {
    font-size: 1.6em;
    text-align: center;
}
#contents #content iframe {
    margin-bottom: 100px;
}











/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

	
#タブレット {
}




	
	
	
	}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	
#パソコン {
}


	
	

}
