@charset "shift_jis";
/* CSS Document */

#contents .top p{
	width:54%;
	float:left;
	padding:0 0.5em 0 0 !important;
}

#contents ul.btn_area{
	margin:3em 0 2em 0.5em;
}

#contents ul.btn_area li {
	width:31%;
	height:4em;
	margin: 0 0 0 0.5em;
}

#contents h2{
	margin-top:4em;
}

#contents h3{
	margin: 3em 0 2em 1.5em;
}

#contents figure {
    width: 43%;
    display: inline-table;
    margin: 1em 0 2em 2.5em !important;
}
#contents figure img {
	margin:0.5em 0 0 0;
}

#contents figure figcaption{
	height:3em;
}

#contents dl.oparation{
	margin: 2em 0 0 3em;
}


#contents dl.oparation dt{
	float:left;
}

#contents dl.oparation dt:after{
	content:":";
	padding:0 0.2em;
}


#contents dl.oparation dd{
	margin-bottom:1em;
}

#contents ul.txtlink li {
    margin: 0 0 .35em 0.5em;
    padding: 0 0 0 10px;
}
#contents ul.txtlink {
    margin: 0 0 1em 2em;
    padding: 0.5em 0;
}


#contents div.img_box {
    display: block;
}
#contents div.img_box div.box_left {
    float: left;
	width: 430px;
}

#contents div.img_box div.pct_right {
    float: right;
}


@media (max-width: 640px){

	#contents .top.imageArea p{
		width:100%;
		float:none;
		margin-bottom:1em !important;
		display:block;
	}
	
	#contents h3{
		margin-left:0;
	}
	#contents figure {
		width: auto;
		margin: 1em 0 2em 0.5em !important;
	}
	
	#contents dl.oparation{
		margin: 2em 0 2em 2em;
	}
	
	
	#contents div.img_box div.box_left {
		width: auto;
	}
	
	#contents div.img_box div.pct_right {
		float: left;
	}
	
	#contents ul.txtlink {
		margin: 0;
	}
}