@charset "utf-8";
/*
 for desk_van.html
 */

/****************************************************************
   Default
****************************************************************/
.desk_wrap{
	line-height:1.4;
}

h3{
	margin:0 0 10px;
	padding:0 0 5px;
	border-bottom:3px solid #cb99cc;
}

.desk_conts{
	margin:10px;
    padding: 10px;
    background:#faf5fa;
	border-top:4px solid #ab5aad;
}

.medical{
	background: url(/canada/img/desk/bg_medical.png) no-repeat #faf5fa;
    background-size: 100%;
    background-position: top center;
}

.imgbox_right img{
	max-width:100%;
}

/*.deco_ribbon{
	display: inline-block;
	background:#d40056;
	position:relative;
	color: #FFF;
    font-weight: bold;
	margin: -10px 0 0 -10px;
}
	.deco_ribbon:after {
    content: "";
    border-style: solid;
    border-width: 20px 15px;
    border-color: transparent;
    border-left-color: #d40056;
    position: absolute;
    left: 100%;
    top: 0;
}

.deco_ribbon p{
    border-top: 1px dashed #800033;
    border-bottom: 1px dashed #800033;
    padding: 7px 15px;
    margin: 3px 0;
}*/


.balloon {
    margin: 0 0 15px;
    padding: 10px;
    background: #CB99CC;
    position: relative;
    color: #FFF;
}
	.balloon:after{
    content: "";
    border-style: solid;
    border-width: 10px 10px;
    border-color: transparent;
    border-top-color: #CB99CC;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -10px;
	}

.course{
	margin:15px 0;
}

.courseList{
	margin:10px 0;
}

.courseList dt{
	font-weight: bold;
    color: #ab5aad;
}

.courseList ul{
	border-top: 1px dashed #CCC;
}

.courseList li{
	padding:8px 0 8px 15px;
    font-weight: bold;
	border-bottom:1px dashed #CCC;
	position:relative;
}
	.courseList li:before{
		content: "";
    border: 3px solid #cb99cc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -3px;
	}


/****************************************************************

 tablet/PC 737px - 

****************************************************************/
@media print, screen and (min-width:737px) {

.desk_wrap{
	line-height:1.5;
}

.desk_wrap h2{
	font-size:21px;
}

.desk_wrap h3{
	font-size:16px;
}

/*キャッチ*/
#catch h1 {
	font-size:35px;
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
#catch p {
	line-height:1.4;
	font-size:13px;
	}

/*h2*/
.desk {
	margin:0px;
	}

.desk h2 {
	margin-top:10px;
	background:url(../canada/img/h3_bg.jpg) no-repeat;
	}



/*---- 改修　2014/04/17/ ----*/

.desk_wrap{
	width: 780px;
	height: auto;
	overflow: hidden;
	margin-left: 10px;
	background: #fafafa;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	/*box-shadow: 0 2px 2px 1px rgba(0,0,0,0.1);*/
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.4;
}

.desk_header{
	position: relative;
	color: #fff;
	width: 730px;
	height: 100px;
	padding: 15px 25px;

}

.desk_header h1{
	font-size: 36px;
	line-height: 1.6;
	border-bottom: 1px dotted #fff;
}

.desk_header h1 > span {
	color: #fff;
	width: 200px;
	display: block;
	position: absolute;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	background: url(../img/top/icon_desk.png) 175px 8px no-repeat;
}


.desk_header .desk_ct_img{
	display: block;
	width: 244px;
	height: 130px;
	position: absolute;
	top: 10px;
	right: 20px;
}

p.desk_exp,
.desk_greeting,
.desk_about,
.desk_qa  {
	width: 740px;
	margin: 20px auto;
	clear: both;
}
p.desk_exp{
	width: 720px;
	padding: 0 10px;
}

.desk_greeting h2,
.desk_about h2,
.desk_qa h2{
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	padding: 10px;
	font-weight: bold;
	margin-bottom: 30px;
}
.desk_greeting h2:before,
.desk_about h2:before,
.desk_qa h2:before{
	content: "";
	border-left: 7px solid #cb99cc;
	margin-right: 10px;
}

.desk_greeting h2{
	background: #fff url(../img/top/icon_staff.png) 690px 12px no-repeat;
}
.desk_about h2{
	background: #fff url(../img/top/icon_camera.png) 690px 12px no-repeat;
}

.desk_qa h2{
	background: #fff url(../img/top/icon_qa.png) 690px 12px no-repeat;
}

.imgbox{
	width: 160px;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
}
.imgbox img,
.thumb_box img{
	border: 4px solid #fff;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 10px;
}

.expbox{
	width: 540px;
	height: auto;
	padding: 0 10px;
	overflow: hidden;
	float: left;
	margin-bottom: 40px;
}
.expbox p{
	margin-bottom: 10px;
	line-height:1.5;
}
.expbox a{
	padding-left: 15px;
	background: url(../img/top/p_arrow.gif) 0 2px no-repeat;
}

.desk_about .about_exp,
.thumb_wrap{
	width: 680px;
	margin: 0 auto 30px;
}
.thumb_box{
	width: 168px;
	float: left;
	margin-bottom: 20px;
	padding: 0 28px;
	font-size: 12px;
	line-height: 1.4;
}

.thumb_box:nth-child(3n+1){
	clear: left;
}
.thumb_box .thumb_desk{
	display: block;
	margin: 0 auto 5px;
}

/*include*/

#pan{
	margin-bottom: 10px;
}

#bg{
	margin-bottom: 30px!important;
}

#other-link {
	margin-left: 10px;
}

/* よくある質問ベスト3　2014/11/04 */
.desk_qa .question {
	color: #cb99cc;
	font-size: 16px;
	font-weight: bold;
	width: 680px;
	margin: 0 auto 10px auto;
}
.desk_qa .question .number{
	color: #fff;
	background-color: #cb99cc;
	margin: 0 4px 0 0;
	padding: 3px 10px;
	border-radius: 30px;
	display: inline-block;
	vertical-align: bottom;
}
.desk_qa .answer {
	width: 680px;
	margin: 0 auto 30px auto;
}

.desk_conts{
	margin:0 20px;
	padding:20px 20px 5px 20px;
}

.desk_conts h2 {
    background-color: #FFF;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px #CCC;
    margin: 0 0 15px;
}
	.desk_conts h2:before {
		content:"";
    	border-left: 4px solid #CB99CC;
		margin-right: 10px;
	}

.course {
    margin: 0 0 15px 0;
    background: #FFF;
    padding: 20px;
}

.courseList dt {
    font-size: 14px;
    margin-bottom: 10px;
}

.imgbox_right{
	max-width: 139px;
    float: right;
}


}