﻿@charset "utf-8";

/* コンテンツ内スタイル
--------------------------------------------------------------------------- */

/* ul.pege-index
----------------------------------- */
ul.pege-index {
	margin:20px 0;
}

ul.pege-index li {
	margin:5px 0;
}

ul.pege-index li a {
	padding: 0 0 0 15px;
	background: url(../../../shared/img/icon_arrow03_bottom.gif) 0 5px no-repeat;
}


/* div.images 
----------------------------------- */
div.images {
	margin:25px 0;
}

div.images img {
	display:block;
	margin:0 0 15px 0;
}

div.images ul {
	margin:20px 0;
	padding:0 0 0 20px;
	list-style-type:decimal;
}

div.images ul li {
	margin:0 0 10px 0;
	list-style-type:decimal;
	list-style-position: inside;
}

div.images p.coution {
	font-size:85%;
	text-indent:-1em;
	padding:0 0 0 1em;
	margin:0;
}

div.images dl {
	border-left:4px solid #e3c6e3;
	display:inline-block;
	padding:10px;
	margin:10px 0;
}

div.images dl:after {
	clear:both;
	height: 0px;
	visibility: hidden;
	display: block;
	content: ".";
}

div.images dl dt {
	float:left;
	clear:left;
	width:7.5em;
	font-weight:bold;
	margin:0 0 5px 0;
}

div.images dl dd {
	margin:0 0 5px 8em;
}


