@charset "utf-8";

/* -----------------------------------------------------------
	Site Name: Tateno dental clinic
	Author: Yamazen Communications co.,ltd.
	Comment: faq.html style
	Since2010
----------------------------------------------------------- */
	
/*Index
	1.common and structure
	
----------------------------------------------------------- */

/* 1.common and structure
---------------------------------------------------------------------------------------*/
/* width */
div#contents p.coution,
div#contents div.faqlist    {width:740px;}
div#contents div.faqlist h3 {width:140px;}
div#contents div.faqlist dl,
div#contents div.faqlist dt,
div#contents div.faqlist dd   {width:590px;}
div#contents div.faqlist dd div{width:565px;}/*dd-25px*/
div#contents div.faqlist dd div p {width:540px;}/*div-25px*/
div#contents div.faqlist dd div span {width:530px;}/*div-35px*/



	
div#contents p.coution{
	margin:0 auto 10px;
	padding-bottom:3px;
	border-bottom:1px #cccccc solid;
}
div.faqlist{
	clear:both;
	margin:0 auto 10px;
	padding-bottom:10px;
	border-bottom:1px #cccccc dotted;
}

div#contents h3{
	float:left;
	color:#ff6e5a;
}

div#contents dl{
	float:right;
}

div#contents dt{
	padding:3px 0;
}
div#contents dt a{
	display:inline;
	padding-left:10px;
	background:url(../img/arr_green.gif) no-repeat left 0.4em;
}

div#contents dd div{
	margin-left:25px;
	border:1px #cccccc solid;
	background-color:#eeeded;
}

div#contents dd div p{
	padding:5px 10px;
}
div#contents dd div span{
	display:block;
	margin:10px 0 0 10px;
	padding:0 0 10px 10px;
	background:url(../img/arr_green.gif) no-repeat left 0.5em;
}
