/* CSS Document */










@media screen and (min-device-width:750px){ /*PC*/
#laser #contents {
	padding-top:60px;
}
}


@media screen and (max-device-width:749px){ /*スマホ*/
#laser #contents {
	padding-top:50px;
}
}

/* ■■■■■pankuzu■■■■■ */

.pankuzu {
	background-image:url(../../laser/images/pankuzu_bg.gif);
}

.pankuzu li.now {
	background:#c5c1bd;
	border-radius:3px;
}

/* ■■■■■contents■■■■■ */




/* ■■■■■page_menu■■■■■ */


.page_menu li a {
	padding-right: 10px !important;
	padding-left: 10px !important;
}


/* ■■h2■■ */

h2 {
	background-image:url(../../laser/images/h2_bg.gif);
}








@media screen and (min-device-width:750px){ /*PC*/
#contents .com{
	padding:0 0 0 60px;
}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#contents .com{
	padding:10px 5vw;
}
}


#contents h3 {
	font-size:2.0rem!important;
}

@media screen and (min-device-width:750px){ /*PC*/
#contents h3 {
	padding:50px 0 10px 60px;
}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#contents h3 {
	padding:20px 5vw 10px;
}
}


#contents ul {
	display:block;
	border-top:1px dashed #c5c1bd;
	border-left:1px dashed #c5c1bd;
}

@media screen and (min-device-width:750px){ /*PC*/
#contents ul {
	margin:0 0 70px 60px;
	width:649px;
	height:570px;
}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#contents ul {
	margin:0 5vw;
	width:90vw;
}
}


#contents ul li {
	display:block;
	border-right:1px dashed #c5c1bd;
	border-bottom:1px dashed #c5c1bd;
}

@media screen and (min-device-width:750px){ /*PC*/
#contents ul li {
	padding:0 0 15px 0;
	width:323px;
	height:285px;
	float:left;
}

#contents ul li img {
	margin:0 0 0 20px;
	width:280px;
	height:auto;
}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#contents ul li {
	padding:0 0 10px 0;
}

#contents ul li img {
	margin:0 0 0 5vw;
	width:90%;
	height:auto;
}

}


#contents ul li h4 {
	padding:8px 0 10px 35px;
	font-size:2rem;
}

#contents ul li p {
	padding:0 15px;
}

#contents ul li.no01 {background:url(../../laser/images/tokuchou01_bg.gif) top left no-repeat;}
#contents ul li.no02 {background:url(../../laser/images/tokuchou02_bg.gif) top left no-repeat;}
#contents ul li.no03 {background:url(../../laser/images/tokuchou03_bg.gif) top left no-repeat;}
#contents ul li.no04 {background:url(../../laser/images/tokuchou04_bg.gif) top left no-repeat;}


