@charset "utf-8";

html,body{
	width:740px;
	margin:0 auto;
	padding:0 0 0 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	/*background:#FAF6F0;*/
	background:#D8F0FC;
}
a{ color:#333; text-decoration:underline; outline:none;}
a:hover{
	/*color:#FFCA99;*/
	text-decoration:underline;
	outline:none;
}
img{border:0; vertical-align:text-bottom;}
a img{border:0; vertical-align:text-bottom;}
a:hover img{border:0; vertical-align:text-bottom;}

p{
	margin:0.5em 1em;
	text-align:justify;
	text-justify:inter-ideograph;
	/*text-indent: 1em;*//*最初の１マス空ける*/
}

h2{
	margin:0;
	padding:0;
	font-size:17px;
	font-weight:normal;
	/*color:#DF8FA7;*/
	color:#365416;
	text-align:center;
	clear:both;
}

.indent1{
	text-indent: -1em;
	padding-left: 1em;
}

@media print{
#topcontrol{display:none;}
}

/* センターりぽーと */
@font-face {
	font-family: bokutachi;
	src: url('/career/tweet/bokutachi.otf');}
.tweetBox{
	width:700px;
	float:left;
	margin:10px 0;
	padding:20px;
	background:#FFF;
	border-radius:10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
    box-shadow:0 0 2px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:0 0 2px 1px rgba(0,0,0,0.1);
	/*font-size:small;*/
	font-size:13px;
	position:relative;
}
.tweetBox h3{
	border-bottom:double 3px #CCC;
	padding:0 0 5px 20px;
}
.tweetBox h4{
	margin-top: 2em;
	font-size: 0.9rem;
	position: relative;     
     padding: 8px 4px 8px 24px;
	line-height: 3rem;
}
.tweetBox h4::after {
     position: absolute;
     content: '';
     top: 50%;
     left: 0;
     transform:translateY(-50%);
     width: 10px;
     height:10px;
     border: solid 4px #E5410A;
     border-radius:100%;
}
.tweetBox p{
	line-height:1.5em;
	/*font-family: bokutachi;*/
}
.auther{
	width:80px;
	height:120px;
	position:absolute;
	right:20px;
	bottom:0;
	margin:10px 0 0 10px;
	text-align:right;
}

.page-navi{
	text-align:center;
	clear:both;
}
.page-navi ul{
	margin:0;
	padding:0;
	text-align:center;
}
.page-navi li{
	list-style:none;
	padding:0 5px;
	display: inline;
}
.page-navi li a:hover{
	/*color:#AB3E5D;*/
	color:#365416;
	font-weight:bold;
}
.page-navi .activeBox{
	background:#AB3E5D;
	color:#FFF;
}

/* アコーディオンメニューに必要なところ */
ul.accordion {
	list-style:none;
	margin:10px 0px;
	padding:0;
	clear:both;
	background:#FFF;
	display: inline-table;
}
h4{
	font-size:small;
	margin:0;
	padding:0;
	clear:both;
	/*border-top:dashed 1px;*/
}
ul.accordion span {
	display:block;
	margin:0;
	padding:10px;
	font-weight:bold;
	background-position:97% center;
	background-repeat:no-repeat;
}
ul.accordion ul {display:none;}
ul.accordion > li {
	list-style:none;
	cursor: pointer;
}
ul.accordion > li > p {
	width:740px;
	/*background:#DF8FA7;*/
	background:#15A5EA;
	color:#FFF;
	margin:0;
	padding:0;
}
ul.accordion > li > p span {
	background-image:url(/career/tweet/img/open.png);
}
ul.accordion > li > p span.close {
	background-image:url(/career/tweet/img/close.png);
}
ul.accordion > li > ul > li {
	list-style:none;
	margin: 0;
	padding:0;
	width:55px;
	float:left;
	font-size:small;
}
ul.accordion > li > ul > li{
	margin:0 0 10px 0;
	padding:0 0 3px 20px;
	background:url(/career/tweet/img/list.png) no-repeat left;
	/*text-decoration:none;*/
	display:block;
}
ul.accordion > li > ul > li a:hover{
	color:#AB3E5D;
	font-weight:bold;
	/*background:url(/career/tweet/img/list_ov.png) no-repeat left;カーソルオーバー時の背景色*/
}
ul.accordion > li > ul > li a.activeBox{
	color:#AB3E5D;
	font-weight:bold;
	/*background:url(/career/tweet/img/list_ov.png) no-repeat left;カーソルオーバー時の背景色*/
}

/* スライドインメニューに必要なところ */
#slide_menu{
	position: fixed;
	top: -80px;
	left: -200px;
	width: 200px;
	height: 100%;
}
/* 以下装飾など */
#slide_menu h3{
	margin:20px 0 10px 10px;
    letter-spacing: .05em;
    text-shadow:2px 2px 0px #F5DEE6;
	color:#A46F5B;
	clear:both;
}

#slide_menu ul{
	list-style-type: none;
	margin:0 0 20px 0;
	padding:10px 0;
}
#slide_menu li a{
	margin:0 0 10px 0;
	padding:0 0 3px 35px;
	background:url(/career/img/common/list.png) no-repeat;
	text-decoration:none;
	display:block;
}
#slide_menu li a:hover{
	color:#AB3E5D;
	font-weight:bold;
	background:url(/career/img/common/list_ov.png) no-repeat;/*カーソルオーバー時の背景色*/
}
#slide_menu a.activeBox{
	color:#AB3E5D;
	font-weight:bold;
	background:url(/career/img/common/list_ov.png) no-repeat;/*カーソルオーバー時の背景色*/
}


#button{
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 80px;
	outline: none;
	border: none;
	background: #E87272;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-bottom-right-radius: 10px;   /* Firefox用 */
}


/* pdf要素*/
a[href*=".pdf"]	{ 
	background: url(/career/img/common/icon_pdf.gif) no-repeat 100% 50%;
	padding-right:20px;
}
* html a.pdf{ 
	background: url(/career/img/common/icon_pdf.gif) no-repeat 100% 50%;
}

/* 吹き出し右向き */
.arrow_boxR{
    position:relative;
    background:#FFFFFF;
    padding:10px;
    text-align:left;
    border:1px solid #C3C3C3;
    color:#303030;
    font-size:12px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.arrow_boxR:after,.arrow_boxR:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.arrow_boxR:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -10px;
    border-left-color:#FFFFFF;
}
.arrow_boxR:before{
    border-color: rgba(195, 195, 195, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:11px;
    border-right-width:11px;
    margin-top: -11px;
    margin-left: 1px;
    border-left-color:#C3C3C3;
}


/* 立体的CSSボタン */
.btn{
	margin:30px auto;
	width:300px;
	/*float:left;*/
	text-align:center;
}
.btn a{
    display: block;
    text-decoration: none;
    font-weight: bold;
    line-height: 2;
    border: solid 1px #CCC;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
    zoom: 1;
	padding:5px 20px;
}
.btn a:hover {
    position: relative;
    top: 1px;
    left: 1px;
    box-shadow: none;
    border: solid 2px #DF8FA7;
    zoom: 1;
}
