@charset "euc-jp";
/*------------------------------------------------------------------------------------------------
  
  about.css for PC (Sub page settings)
  
------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------
  common & basic settings
------------------------------------------------------------------------------------------------*/
/*error
------------------------------------------------------------------------------------------------*/
.error_top {
	width: 840px;
	height: 120px;
	background: url(../images/common/error_top.gif) no-repeat;
}
/*button_non
------------------------------------------------------------------------------------------------*/
.btn1_over {
	background: url(../images/common/btn1_over.jpg) no-repeat;
	width: 210px;
	height: 50px;
	float: left;
}
.btn2_over {
	background: url(../images/common/btn2_over.jpg) no-repeat;
	width: 210px;
	height: 50px;
	float: left;
}
.btn3_over {
	background: url(../images/common/btn3_over.jpg) no-repeat;
	width: 210px;
	height: 50px;
	float: left;
}

/*------------------------------------------------------------------------------------------------
  profile page settings
------------------------------------------------------------------------------------------------*/
/*frame settings
------------------------------------------------*/
.pro_bg{
	width: 840px;
	margin: 0 auto;
	padding: 0 0 130px 0;
	background-image: 
		url(../images/common/pro_bt.jpg),
		url(../images/common/pro_bg.jpg);
	background-repeat: 
		no-repeat,
		repeat-y;
	background-position: 
		center bottom,
		center center;
	background-size: 
		100% auto,
		100% auto;
}
/*title settings
------------------------------------------------*/
.pro_top {
	width: 840px;
	height: 145px;
	background: url(../images/common/pro_top.jpg) no-repeat;
}
.pro_top2 {
	display: block;
	float: right;
	width: 380px;
	height: 60px;
	margin: 0 0 30px;
	background: url(../images/common/pro_top2.gif) no-repeat;
}
.pro_top3 {
	float: left;
	width: 400px;
	height: 150px;
	margin: 20px 0 30px;
	background: url(../images/common/pro_top3.gif) no-repeat;
}
.pro_top4 {
	width: 490px;
	height: 40px;
	margin: 50px auto 30px 0;
	background: url(../images/common/pro_top4.gif) no-repeat;
	clear: both;
}
/*content settings
------------------------------------------------*/
/*profile content box*/
.pro_box {
	text-align: left;
	margin: 0 80px;
}
/*profile detail introduction items*/
.pro_box2 {
	text-align: left;
	margin: 0 30px;
	padding: 0 0 0 40px;
	background: url(../images/common/pro_star_icon.png) no-repeat;
}
/*profile photo & name settings
------------------------------------------------*/
.pro_name {
	width: 360px;
	height: 150px;
	background: url(../images/common/pro_name.png) no-repeat;
	background-position: center top;
	float: left;
}
.pro_img {
	width: 310px;
	height: 427px;
	background: url(../images/common/pro_img.png) no-repeat;
	float: left;
	margin-right: 10px;
}
/*supervisor message
------------------------------------------------*/
/*frame*/
.pro_msg_bg{
	background-image: 
		url(../images/common/pro_msg_top.jpg),
		url(../images/common/pro_msg_bt.jpg),
		url(../images/common/pro_msg_bg.jpg);
	background-repeat: 
		no-repeat,
		no-repeat,
		repeat-y;
	background-position: 
		center top,
		center bottom,
		center center;
    background-size: 
	    100% auto,
	    100% auto,
	    100% auto;
	margin: 10px auto 0;
	padding: 10px 0;
	width: 650px;
}
/*title*/
.pro_msg {
	width: 614px;
	height: 114px;
	background: url(../images/common/pro_msg.png) no-repeat;
	background-position: center;
	margin: 0 auto;
}
/*content*/
.pro_box3 {
	margin: 0 20px;
	text-align: left;
}
/*sign*/
.pro_sign {
	width: 260px;
	height: 60px;
	background: url(../images/common/pro_sign.jpg) no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 30px 0;
}

/*------------------------------------------------------------------------------------------------
  about page settings
------------------------------------------------------------------------------------------------*/
/*frame settings
------------------------------------------------*/
.about_bg{
	width: 840px;
	margin: 0 auto;
	padding: 0 0 100px 0;
	background-image: 
		url(../images/common/about_bt.jpg),
		url(../images/common/about_bg.jpg);
	background-repeat: 
		no-repeat,
		repeat-y;
	background-position: 
		center bottom,
		center center;
	background-size: 
		100% auto,
		100% auto;
}
.aboutSection{margin-bottom: 40px;}
.aboutSection:last-of-type{margin-bottom: 0;}
/*title settings
------------------------------------------------*/
[class^="about_top"]{
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	width: 840px;
	height: 200px;
}
.about_top {
	height: 140px;
	background-image: url(../images/common/about_top.jpg);
}
.about_top2 {
	width: 540px;
	height: 100px;
	background-image: url(../images/common/about_top2.jpg);
}
.about_top3 {background-image: url(../images/common/about_top3.jpg);}
.about_top4 {background-image: url(../images/common/about_top4.jpg);}
.about_top5 {background-image: url(../images/common/about_top5.jpg);}
.about_top6 {background-image: url(../images/common/about_top6.jpg);}

/*content settings
------------------------------------------------*/
.about_box {
	text-align: left;
}
.about_contbox {
	width: 680px;
	margin: 30px auto;
	text-align: left;
}
.about_contbox .text2{
	color: #ffffff;
}
/*about image settings
------------------------------------------------*/
[class^="about_img"]{
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	width: 680px;
}
.about_img1 {
	height: 520px;
	background-image: url(../images/common/about_img1.jpg);
}
.about_img2 {
	height: 260px;
	background-image: url(../images/common/about_img2.jpg);
}
.about_img3 {
	height: 330px;
	background-image: url(../images/common/about_img3.jpg);
}
.about_img4 {
	height: 270px;
	background-image: url(../images/common/about_img4.jpg);
}

/*------------------------------------------------------------------------------------------------
  sample page settings
------------------------------------------------------------------------------------------------*/
/*frame settings
------------------------------------------------*/
.sam_bg{
	width: 840px;
	margin: 0 auto;
	padding: 0 0 130px 0;
	background-image: 
		url(../images/common/about_bt.jpg),
		url(../images/common/about_bg.jpg);
	background-repeat: 
		no-repeat,
		repeat-y;
	background-position: 
		center bottom,
		center center;
	background-size: 
		100% auto,
		100% auto;
}
/*title
------------------------------------------------*/
.sam_top {
	width: 840px;
	height: 140px;
	background: url(../images/common/sam_top.jpg) no-repeat;
}
/*content layout
------------------------------------------------*/
.sam_box {
	width: 680px;
	margin: 0 auto;
}
.left_box {
	width: 300px;
	float: left;
	margin-top: 10px;
}
.right_box {
	width: 360px;
	text-align: left;
	float: right;
	margin-top: 10px;
}
/*left box screen shot
------------------------------------------------*/
.sam_img {
	width: 300px;
	background: url(../images/common/sam_img.jpg) no-repeat;
	height: 4060px;
}
/*right box content
------------------------------------------------*/
.right_box [class^="sam_item"] .text2{
	text-align: left;
	color: #ffffff;
}
.right_box [class^="sam_item"] .cont_sub_box{
	margin: 10px auto;
}
.right_box [class^="sam_item"] .cont_sub_box .text2{
	font-size: 0.9em;
}
.right_box [class^="sam_item"] .cont_sub_box h4{
	color: #fff4d7;
	margin-left: 10px;
}
.right_box [class^="sam_item"] .cont_sub_box h4:before{content: "¡Ô";}
.right_box [class^="sam_item"] .cont_sub_box h4:after{content: "¡Õ";}
.right_box .sam_item1 {margin-top: 10px;}
.right_box .sam_item2 {margin-top: 400px;}
.right_box .sam_item3 {margin-top: 160px;}
.right_box .sam_item4 {margin-top: 40px;}
.right_box .sam_item5 {margin-top: 50px;}
.right_box .sam_item6 {margin-top: 190px;}
.right_box .sam_item7 {margin-top: 50px;}
.right_box .sam_item8 {margin-top: 90px;}
.right_box .sam_item9 {margin-top: 270px;}
.right_box .sam_item9_2 {margin-top: 270px;}
.right_box .sam_item10 {margin-top: 320px;}
.right_box .cont_sub_box img{
	border: 2px solid rgba(255,255,255,0.3);
	display: block;
	margin: 0 auto 10px auto;
	box-shadow: 0px 0px 4px 4px black;
}
/*title
------------------------------------------------*/
[class^="sam_title"]{
	width: 360px;
	height: 90px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 100%;
}
.sam_title1 {background-image: url(../images/common/sam_title1.jpg);}
.sam_title2 {background-image: url(../images/common/sam_title2.jpg);}
.sam_title3 {background-image: url(../images/common/sam_title3.jpg);}
.sam_title4 {background-image: url(../images/common/sam_title4.jpg);}
.sam_title5 {background-image: url(../images/common/sam_title5.jpg);}
.sam_title6 {background-image: url(../images/common/sam_title6.jpg);}
.sam_title7 {background-image: url(../images/common/sam_title7.jpg);}
.sam_title8 {background-image: url(../images/common/sam_title8.jpg);}
.sam_title9 {background-image: url(../images/common/sam_title9.jpg);}
.sam_title9_2 {background-image: url(../images/common/sam_title9_2.jpg);}
.sam_title10 {background-image: url(../images/common/sam_title10.jpg); height: 110px;}
.right_box p {
	padding-left : 10px;
}



/*------------------------------------------------------------------------------------------------
  z-index text settings
------------------------------------------------------------------------------------------------*/
.pro_top span,
.pro_top2 span,
.pro_top3 span,
.pro_top4 span,
.pro_name span,
.pro_img span,
.pro_img2 span,
.pro_msg span,
.pro_txt span,
.pro_sign span,
.pro_yakata span,
.sam_img span,
.zindex_text span {
	position:relative;
	z-index:-1;
}
