@charset "utf-8";
/* CSS Document */

body{width:100%;padding:0;	margin:0;}
p {	margin:0;padding:0; font-size:0.8em;}

#page.mother_spec{width:100%;}
#page.mother_spec ul.mother_spec_box{width:100%; padding:0;}
#page.mother_spec ul.mother_spec_box li{display:inline-block; vertical-align:top; width:48%;}

#page.mother_spec ul.mother_spec_box02{width:100%; padding:0;}
#page.mother_spec ul.mother_spec_box02 li{display:inline-block; vertical-align:top; width:100%;}

.title01{background:#f3f3f3;padding:5px;}
.txt01{	text-align:left;padding:5px 5px 20px 5px;}
.txt02{	text-align:left;width:100%;	padding:5px 0;}

.att{font-weight:bold;font-size:14px;}




@media screen and (max-width: 600px) {
#page.mother_spec ul.mother_spec_box li,#page.mother_spec ul.mother_spec_box02 li{display:inline-block; vertical-align:top; width:100%;}
p{font-size:0.9em;}
#page_back{background:#f64426; border-radius:5px; font-size:1.0em; color:#fff; font-weight:bold; padding:10px; text-align:center; width:80%; margin:10px auto;}
#page_back a{display:block; color:#FFFFFF;}
}