@charset "shift_jis";

@import url("../../css/3-007_p2/base.css");

/*	exclusive style
------------------------------------*/
body { background: #FFCC99 url(../../img/common_bg/bg_1pxslash.gif) repeat; }

div.tNavi { margin: 10px; }	/* tNavi margin setting */

/*	photo
-----------------------------------------------------*/
div.imagePositionWR {
	width: 260px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */
div.imagePositionWL {
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */

div.imagePositionWR p,
div.imagePositionWL p {
	text-align: center;
	line-height: 1.3;
	}

/*	角丸
-----------------------------------------------------*/
div.rcbox {
	background: #CCC;
	width: 160px;
	}
div.rcboxtop { background: url(../../img/3-007_p2/radius/rc_rt.gif) no-repeat right top; }
div.rcboxtop div {
	height: 10px; 
	background: url(../../img/3-007_p2/radius/rc_lt.gif) no-repeat top left; 
	}
div.rcboxbottom { background: url(../../img/3-007_p2/radius/rc_rb.gif) no-repeat bottom right; }
div.rcboxbottom div {
	height: 10px; 
	background: url(../../img/3-007_p2/radius/rc_lb.gif) no-repeat bottom left; 
	}
div.rcboxcontent { padding: 0 10px 0 10px; } /* content area */



div.serviceSectionColor02 {
	margin: 0 30px 20px;
	padding: 5px;
	border: 1px solid #0066FF;
	}
div.serviceSectionColor02 p {
	margin-bottom: 5px;
	line-height: 1.5;
	}

/* top */
div.topSection {
	margin: 10px 10px 20px;
}
div.topSection h2 {
	margin-bottom: 0.3em;
	font-size: 128%;
}
div.topSection img.fr {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
div.topSection p {
	margin-bottom: 0.7em;
	line-height: 1.4;
}
div.topSection ul { margin-bottom: 0.7em; }
div.topSection li { list-style: none; line-height: 1.4; }


.sidelink{
	line-height:1.4;
	margin:10px 4px;
	padding:0;
/*	border:1px solid #999;
	border-right:2px solid #999;
	border-bottom:2px solid #999;*/
	background-color:#fefefe;
	border-radius:10px;
	-webkit-border-radius:10px;
	-m-border-radius:10px;
	
}
.sidelink h2{
	padding:3px 6px;
	font-size:14px;
	margin-bottom:8px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background-color:#E932A0;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-m-border-radius:10px 10px 0 0;
}
.sidelink p{
}
.sidelink p a{
	display:block;
	font-size:14px;
	border-bottom: 1px dotted #59B900;
	margin:0 6px 6px 6px;
	padding:4px;
	color:#489600;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.sidelink p a:hover{
	background:#FFE1FE;
}
.sidelink p.lastChild a{
	border-bottom: none;
}

/* infoBox */
div.infoBox { margin: 0 10px 1.5em; }
div.infoBox h2.heading { margin-bottom: 0.5em; }
div.infoBox dl { margin-right: 20px; }
div.infoBox dt { margin-bottom: 0.3em; }
div.infoBox dd {
	line-height: 1.4;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #999;
}
