@charset "utf-8";

@import "./initialize.css";

body{
    background-color: #424242;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:13px;
	text-align:center;
	color: #4E4E4E;
}
	
#container {
	width:730px;
	margin:auto;
	background-color: #ffffff;
	text-align:left;
}
	
#pop {
	width:600px;
	margin:auto;
	background-color: #ffffff;
	text-align:left;
}
	
#container_in {
	width:685px;
	margin: 0 auto;
}

	
.section {
	padding-bottom:15px;
	margin-bottom:15px;
	background:url(/images/tenshoku/public/ad-bando/dot_line.gif) bottom no-repeat;
}
	
.section2 {
	width: 550px;
	margin: 0 0 15px 25px;
    padding-bottom:15px;
	background: url(/images/tenshoku/public/ad-bando/dot_line.gif) no-repeat left bottom;
}
	
h2,h3 { margin-bottom:0.5em;}

p {
    padding-bottom:1em;
    line-height:1.5;
}
.alignR { text-align: right; }
.small { font-size: 11px; }
.midashi_1 {
    margin-bottom:0;
    font-weight:bold;
    font-size:15px;
}
.midashi_2 {
    margin-bottom: 0.5em;
    padding-bottom: 0;
    border-left: 5px solid #666;
    font-weight: bold;
    font-size: 15px;
    text-indent:10px;
}

.ques {
    padding-left:25px;
    background:url(/images/tenshoku/public/ad-bando/btn_q.gif) no-repeat left 2px; 
}
.ans {
    padding-left:25px;
    background:url(/images/tenshoku/public/ad-bando/btn_a.gif) no-repeat left 2px;
}

.link li a {
    padding: 0 0 5px 25px;
    background:url(/images/tenshoku/public/ad-bando/square.gif) no-repeat;
}
.link li {
    padding-bottom:10px;
    list-style:none;
}

.photo_R {
    float:right;
    margin:0 0 10px 20px;
}
.photo_L {
    float:left;
    margin:0 20px 10px 0;
}
.btn {float:left; margin:10px 10px;}

.text_center {text-align:center;}
.text_right {text-align:right;}

.QA {
	_height:250px;
	min-height:250px;
	margin-left:200px;
}

.text_center {text-align:center;}
	
.mar_t_20 {margin-top:20px;}
.mar_t_30 {margin-top:30px;}
.mar_u_10 {margin-bottom:10px;}
.mar_u_20 {margin-bottom:20px;}
.mar_r_1 { margin-right:70px;}
.mar_r_2 { margin-right:10px;}

.box {
    padding:10px;
    margin-bottom:20px;
    border:1px solid #999;
}

#close {
    height:60px;
    text-align:center;
}

a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}
	
a {outline:0;}

.name { margin:1.5em 0 0.5em 0;}

/* ad-iseikai */
.box-iseikai {
    margin-bottom: 35px;
    border: 1px solid #4ab3e3;
}
.padding20 { padding: 10px 20px; }

#bule {
    padding: 10px;
    background-color:#d5eef7;
}

#left1 { width:336px; float: left;}
#right1 {width:320px; float:right; margin-bottom:20px;}
#left2 {width:320px; float:left;}
#right2 {width:320px; float:right;}

.box2 {
    clear:both;
    float:left;
    width:685px;
    margin-bottom:25px;
    padding:0px;
    border:1px solid #4ab3e3;
}
.g_1 { width:300px; float:left; padding:15px 0 0 15px;}
.g_2  {width:140px; float:left; padding:15px 0 0 40px;}
.g_3 { width:174px; float:right; padding:15px 15px 0 0; text-align:right;}
.g_4 {
    clear:both;
    float:left;
    width:683px;
    padding:10px 15px;
    background:url(/images/tenshoku/public/ad-bando/dot_line.gif) no-repeat top left;
}
.g_5 { float:left; padding:10px 0 0 20px;}

.clear {clear:both;}



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