@charset "UTF-8";

/* ---------- article -------------------- */
/* section.main_image */
.main_image {
	display:block;
	width:80%;
	min-width:970px;
	height:400px;
	margin:0 auto 20px auto;
}
.main_image div {
	display:block;
	background-color:#eee;
	width:100%;
	height:400px;
	overflow:hidden;
}
.main_image div img {
	width:100%;
	height:auto;
	margin-top:-50px;
}
.pl_title {
	display:block;
	width:auto;
	max-width:500px;
	height:100px;
	margin:-260px 0 0 50px;
	padding:10px;
	position:relative;
	z-index:1;
}
.main_image p {
	display:inline-block;
	background-color:rgba(255, 255, 255, 0.6);
	font-size:1.2em;
	margin-left:50px;
	padding:10px;
	position:relative;
	z-index:1;
}
/* section */
section {
	display:block;
	width:970px;
	margin:0 auto 50px auto;
}
section h2 {
	background:url(../images/plan_bar.gif) 0 100% repeat-x;
	font-size:2.0em;
	font-family:'Bookman Old Style', serif;
	font-weight:bold;
	padding:5px 10px 10px 10px;
}
section strong {
	display:block;
	font-size:1.6em;
	margin-bottom:10px;
	padding:5px 10px;
}
section strong span { font-size:0.8em; }
section dl {
	width:540px;
	margin:0 auto 10px auto;
}
section dl dt {
	font-size:1.8em;
	font-family:'Bookman Old Style', serif;
	font-weight:bold;
	color:#09f;
	text-align:center;
	text-decoration:underline;
	letter-spacing:2px;
	margin-bottom:5px;
	padding-bottom:5px;
}
section dl dd {
	font-size:1.3em;
	line-height:1.5;
}
/* section.category01 */
.category01 img {
	display:block;
	margin:0 auto 5px auto;
}
.category01>p {
	width:620px;
	color:#666;
	margin:0 auto 10px auto;
	padding:0 5px;
}
.category01 ul {
	width:540px;
	text-align:center;
	margin:0 auto;
}
.category01 ul li a,
.category01 ul li a:link,
.category01 ul li a:visited {
	display:inline-block;
	background-color:#f90;
	border-radius:5px;
	width:auto;
	height:40px;
	font-size:1.2em;
	color:#fff;
	line-height:3.2;
	text-align:center;
	text-decoration:none;
	padding:0 20px;
}
.category01 ul li a:hover { background-color:#fc3; }
/* section.category02 */
.category02 div {
	background:url(../images/plan_mark.png) 50% 50% no-repeat;
	text-align:center;
}
.category02 div img {
	max-width:320px;
	height:auto;
}
.category02 div img:first-child { margin-right:80px; }
.category02>p {
	width:760px;
	color:#666;
	margin:0 auto 10px auto;
	padding:0 5px;
}
/* sectio.category03 */
.category03 div {
	background:url(../images/plan_mark.png) 385px 50% no-repeat;
	text-align:center;
}
.category03 div img {
	max-width:320px;
	height:auto;
}
.category03 div img:first-child { margin-right:100px; }
.category03>p {
	width:650px;
	color:#666;
	margin:0 auto 10px auto;
	padding:0 5px;
}
/* sectio.category04 */
.category04 div {
	background:url(../images/plan_mark.png) 50% 50% no-repeat;
	text-align:center;
}
.category04 div img:first-child { margin-right:100px; }
.category04>p {
	width:650px;
	color:#666;
	margin:0 auto 10px auto;
	padding:0 5px;
}


@media only screen and (max-width: 768px) {
/* ---------- article -------------------- */
/* section.main_image */
.main_image {
	width:100%;
	min-width:auto;
	height:150px;
	margin:36px auto 20px auto;
}
.main_image div {
	background-color:#eee;
	width:100%;
	height:150px;
}
.main_image div img { margin-top:-50px; }
.pl_title {
	width:auto;
	max-height:60px;
	margin:-100px auto 0 auto;
	padding:0;
}
.main_image p { display:none; }
/* section */
section { width:100%; }
section h2 {
	font-size:1.8em;
	padding:5px 2%;
}
section strong {
	font-size:1.4em;
	padding:5px 2%;
}
section dl { width:96%; }
section dl dt { font-size:1.6em; }
section dl dd {
	font-size:1.2em;
	line-height:1.8;
	padding:0 4%;
}
/* section.category01 */
.category01 img {
	width:96%;
	height:auto;
}
.category01>p {
	width:96%;
	margin-bottom:30px;
	padding:0 2%;
}
.category01 ul { width:96%; }
.category01 ul li a,
.category01 ul li a:link,
.category01 ul li a:visited {
	width:82%;
	padding:0 4%;
}
/* section.category02 */
.category02 div { background:none; }
.category02 div img:first-child { margin-right:0; }
.category02 div img {
	width:96%;
	height:auto;
}
.category02>p {
	width:96%;
	margin-bottom:30px;
	padding:0 2%;
}
/* sectio.category03 */
.category03 div { background:none; }
.category03 div img {
	width:96%;
	height:auto;
}
.category03 div img:first-child {
	width:auto;
	height:200px;
	margin:0 0 10px 0;
}
.category03>p {
	width:96%;
	margin-bottom:30px;
	padding:0 2%;
}
/* sectio.category04 */
.category04 div { background:none; }
.category04 div img:first-child { margin-right:0; }
.cagetory02 div img {
	width:96%;
	height:auto;
}
.category04>p {
	width:96%;
	padding:0 2%;
}
}