@charset "utf-8";


/* ---------------------------------------
									Reset
--------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:bottom;
	background:transparent;
}
body {
	line-height:180%;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
ul, ol {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
 
/* ======================================== 
										BASE 
======================================== */
html{
	-webkit-text-size-adjust:100%;
}
body{
	font-size:14px;
	font-family:'ヒラギノ丸ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	/*background:#fbfaf6;
	border-top: 4px solid #50C900;*/
	background:url(../images/common/bg_body.gif) left 104px repeat;
	background-attachment: fixed;
}
/*  */
.background-hack {
z-index: -1;
background-image: url("../images/common/bg_body.gif");
background-repeat: repeat;
background-size: 100% auto;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
a{
	color:#0581d5;
	outline: none;
}
a:hover{
	color:#195067;
}
a:focus,
*:focus {
	outline:none;
}


/* ===================================================================
													キャリア　共通
=================================================================== */
/* START sitemap */
.sitemap-list {
	background-color: rgba(45, 51, 150, 0.6);
	background-color: #2E5FAF\9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:5px;
		behavior: url(../PIE.htc);/*IE角丸対応*/
}
.sitemap-list ul li {
	padding:28px 30px;
	background:url(/kuruma-talk/images/sitemap/border_line.gif) left bottom repeat-x;
}
.sitemap-list ul li:last-child {
	background:none;
}
.sitemap-list ul li.chapter-title h2 {
	background:url(/kuruma-talk/images/sitemap/border_dot.gif) left bottom repeat-x;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.sitemap-list ul li dl {	
	margin: 0 0 10px 0;
}
.sitemap-list ul li dl dt {	
	margin: 0 0 20px 0;
	padding: 0 0 5px 10px;
	background-color: rgba(77, 106, 180, 0.6);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#991C3868,EndColorStr=#991C3868);/*IE8以下用*/	
}
.sitemap-list ul li dl dd {	
	float:left;
	width: 190px;
	text-indent:-1.4em;
	padding: 0 0 0 2em;
	margin: 0 0 25px 0;
	line-height:120%;
}
.sitemap-list ul li dl dd a {
	background:url(/kuruma-talk/images/sitemap/ico_listmark.gif) left 2px no-repeat;
	padding: 0 0 0 20px;
	color:#FFFFFF;
}
.sitemap-list ul li dl dd a:hover {
	text-decoration:underline;
}
.sitemap-list ul li ul li {
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	background:none;
	float:left;
	width: 220px;
	line-height:120%;
}
.sitemap-list ul li ul li a {
	background:url(/kuruma-talk/images/sitemap/ico_listmark.gif) left 1px no-repeat;
	padding: 0 0 0 20px;
	color:#FFFFFF;
	display:block;
	width: 220px;
}
.sitemap-list ul li ul li a:hover {
	text-decoration:underline;
}
.sitemap-list ul li dl dd.no-bottom {
	margin:0;
}
/* // END sitemap */

/* botton */
a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
h1 a img:hover {
	opacity: 1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
	zoom:1;
}

/* header fixed start */
/*nav#global-navi.fixed {
	width: 100%;
	background: #FFF;
	text-align:center;
	z-index:1024;
	border-bottom: 4px solid #50C900;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
}*/
/*nav.fixed {
    position: fixed;
    left: 0;
    top: 0;
}nav.fixed #menu {
	margin: 0 auto;
	width:730px;
}
.head-wraper {
	margin: 0 auto;
	width:730px;
}*/
/*.head-wraper h1 {
		z-index:1025;
	position: fixed;
	left:10%;
	top:0;
}*/
/* header fixed end */

.comment-left .balloon .attention {
	color:#FFFFFF;
	font-size:12px;
	margin:5px 0 0 0;
}

p.note-txt {
	color:#FFFFFF;
	letter-spacing:0.1em;
}
p.note-txt a {
	color:#FFFFFF;
}

/* small font */
b.small-font {
	font-size:0.8em;
}
figcaption {
	text-align:left;
	color:#FFFFFF;
	margin: 0 0 0 10px;
}

/* font color  */
.color-safety {
	color:#19B64B;
}
.color-note {
	color:#FFCC32;
}
.color-danger {
	color:#F7352C;
}

/*clearfix*/
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}



/*posisionR*/
.posisionR{
	position:relative;
}


/* ======================================== 
										common 
======================================== */
.textL {
	text-align: left!important;
}
.textR {
	text-align: right!important;
}





