@charset "utf-8";
/*=================================================================
                          NewsRelease2016年以降用CSS
=================================================================*/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
div.hdrImg {
    height: 142px;
    width: 832px;
	border:none;
}
div.hdrImg {
    border: 1px solid #cccccc;
}
h1{
	font-size:220%;    
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color:#666666;
	font-weight:normal;
	text-indent:10px;
}
h3{
	font-size:26px;
	margin-left:0;
	text-indent:0;
}
h3 span{
	font-size:14px;
}
h4.subtitle{
	width:100%;
	font-size:20px;
	margin-left:0;
}
p{
	font-size:14px !important;
}
div.container{
	width:830px;
}
div.container h1{
	width:100%;
}
div.section{
	padding:30px 40px 10px 30px;
	font-size:13px;
}
pre.asDisplay{
	width:100%;
	padding:30px 20px;
	font-size:16px;
}
.addline{
	background-color:crimson;
	color:#ffffff;
	padding:2px 8px;
	border-radius:2px;
	border:1px solid #999999;
}
.point {
	font-size:18px !important;
	padding:20px 30px;
	background-color:#fffff0;
	border:1px solid #f0e68c;
}
.box,
.caution{
	width:100% !important;
}
.subsection{
	margin-left:30px;
}
.button_blue{
	background-color: #1a8dff;
	border-radius: 4px;
	color: #ffffff !important;
	cursor: pointer;
	font-size: 14px;
	margin: 8px;
	padding: 6px 14px;
	float:right;
}
.list_red {
	border:1px solid #cccccc;
	margin-left:0;
	padding:18px 30px 0 30px;
	background-color:#ffffff;
}
.list_red li{
	font-size:1.2em !important;
	margin-bottom:1em !important;
	list-style-image: url("/jpn/common/image/icon/point_enji.gif");
}
.button_blue:hover {
	color:#ffffff;
	text-decoration:none !important;
	background: rgba(0, 0, 0, 0) linear-gradient(#1a8dff, #147ee8) repeat scroll 0 0;
}
div.caution2 dt{background: transparent url("/jpn/news/image/2016/0613/pin_blue.png") no-repeat scroll 0 0.2em;}

dl.toggle{
	border:1px solid #cccccc;
	background-color:aliceblue;
}
dl.toggle dt {
    background-image: url("/jpn/news/image/close.png");
    background-position: 4px 4px;
    background-repeat: no-repeat;
    text-indent: 24px;
	cursor:pointer;
	padding:6px;
	font-size:20px;
	color:#003399;
}
dl.toggle dt.open {
    background-image: url("/jpn/news/image/open.png");
    margin-bottom: 0;
	border-bottom:1px dotted #cccccc;
}
dl.toggle dt span{
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
	color:#666666;
}
dl.toggle dd{
	display:none;
	padding:10px 0 10px 40px;
	font-size:14px;
	background-image: url("/jpn/news/image/2016/0701/note.png");
	background-position: 98% 94%;
	background-repeat: no-repeat;
	width:100%;
}


/* 社内研修用 */
.tour div.place {
    background-color: #543f32;
    background-image: url("../image/2016/1018/wall.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #d3cbc6;
    border-radius: 14px;
    clear: both;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 4px 8px;
    text-indent: 10px;
    width: auto;
}
.tour div.place a {
    color: #ffffff;
    text-decoration: underline;
}
.tour .wrap-img {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    display: inline-block;
    font-size: 11px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 6px;
}
.tour .wrap-img img {
    border: 1px solid #cccccc;
    margin-bottom: 2px;
    width: 280px;
}
.tour p {
    margin-bottom: 10px !important;
}
.tour .line {
    margin: 30px auto;
}
.tour div.walk {
    background-image: url("../image/2015/0925/ashiato.png");
    background-repeat: repeat-y;
    border: medium none;
    overflow: auto;
	padding-left:60px !important;
}
.tour div.train {
    background-image: url("../image/2015/0925/train.png");
    background-repeat: repeat-y;
    border: medium none;
    min-height: 80px;
	padding-left:60px !important;
}
.tour div.ship {
    background-image: url("../image/2016/1018/ship.png");
    background-repeat: repeat-y;
    border: medium none;
    min-height: 99px;
	padding-left:60px !important;
}
.tour div.car {
    background-image: url("../image/2016/1018/car.png");
    background-repeat: repeat-y;
    border: medium none;
    min-height: 80px;
	padding-left:60px !important;
}
