@charset "utf-8";

/** =========================================
* Web Font
*
------ */
@font-face {
    font-family: 'maru-go';
    src: url( '../font/rounded-x-mgenplus-2p-black.ttf' ),
         url( '../font/maru-go.eot' ),
         url( '../font/maru-go.woff' );
}

@font-face {
    font-family: 'maru-go';
    src: url( '../font/maru-go-m.ttf' ),
         url( '../font/maru-go-m.eot' ),
         url( '../font/maru-go-m.woff' );
    font-weight: 300;
}

/** =========================================
* 
* Header Area
*
* bg-color : 
* font-color : 
* html-width : 960px
* hover-color: #ff3000
------ */

.wrapper {
	width: 100%;
	min-height: 100%;
	padding-bottom: 150px;
	border-bottom:3px solid #3e3e3e;
}

.header, .btn-area-entry {
	margin: 0 auto;
	width: 960px;
/* 	height: 60px; */
	position: relative;
}
.logo {
	padding: 20px 0 15px;
}
/** エントリーボタン */
.btn-entry, .btn-entry2 {
	position: absolute;
	top: 0; right: 0;
	width: 200px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #a11205;
	border-top: none;
	font-weight: bold;
	text-shadow:1px 1px 3px #300;
	
	background: url(../img/btn-bg-entry.png) repeat-x left center;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #a11205), color-stop(0.00, #cf2a0d));
	background: -webkit-linear-gradient(#cf2a0d, #a11205);
	background: -moz-linear-gradient(#cf2a0d, #a11205);
	background: -o-linear-gradient(#cf2a0d, #a11205);
	background: -ms-linear-gradient(#cf2a0d, #a11205);
	background: linear-gradient(#cf2a0d, #a11205);
}
.btn-entry:hover , .btn-entry2:hover {
	background: #ff3000;
}
.entry {
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	border:1px solid #d97a6c;
	border-top: none;
	padding: 7px 0;
	border-radius: 3px;
}
.entry:before {
	content: "▶";
	padding-right:0.5em;
}
.entry:hover {
	text-decoration: none;
}

.btn-entry2 {
    position: static;
    border-radius: 5px;
    margin: 30px auto 0;
	border-top: 1px solid #a11205;;
}

/** ie7 */
*+html .btn-entry, *+html .btn-entry2 {
	background: url(../img/btn-bg-entry.png) repeat-x left center;
}

/** ボタン2 */
.btn-anchor {
	display: inline-block;
	width: 225px;
	line-height: 90px;
	height: 90px;
	border:1px solid #bbb;
	border-radius: 5px;
	text-align: center;
	margin-left: 12px;
	box-shadow: 1px 1px 5px 0 #bbb;
	margin-bottom:10px;
	color: #333;
	font-weight: bold;
}

/** ie7 */
*+html .btn-anchor {
	margin-bottom:0;
}


.btn-anchor:hover {
	text-decoration: none;
}

.btn-anchor.bg1 {
	background: url(../knowledge/img/btn-bg1.png) no-repeat center center;
}
.btn-anchor.bg1:hover {
	background: url(../knowledge/img/btn-bg1_ovr.png) no-repeat center center;
	text-decoration: none;
}
.btn-anchor.bg2 {
	background: url(../knowledge/img/btn-bg2.png) no-repeat center center;
}
.btn-anchor.bg2:hover {
	background: url(../knowledge/img/btn-bg2_ovr.png) no-repeat center center;
	text-decoration: none;
}
.btn-anchor.bg3 {
	background: url(../knowledge/img/btn-bg3.png) no-repeat center center;
}
.btn-anchor.bg3:hover {
	background: url(../knowledge/img/btn-bg3_ovr.png) no-repeat center center;
	text-decoration: none;
}

.btn-anchor:first-child {
	margin-left: 0;
}





/** メインメニュー */
.main-manu-base {
	width: 100%;
	border:1px solid #ff9f00;
	
	background: url(../img/menu-bg-main.png) repeat-x left center;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff6300), color-stop(0.00, #ff9f00));
	background: -webkit-linear-gradient(#ff9f00, #ff6300);
	background: -moz-linear-gradient(#ff9f00, #ff6300);
	background: -o-linear-gradient(#ff9f00, #ff6300);
	background: -ms-linear-gradient(#ff9f00, #ff6300);
	background: linear-gradient(#ff9f00, #ff6300);
}
.main-manu-line {
	border:1px solid white;
	border-width:1px 0;
}
.main-menu {
	width: 960px;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	border-left: 1px solid white;
}
.main-menu li {
	width: 220px;
	display: table-cell;
	border-right:1px solid white;
}
.main-menu li:first-child {
	width: 80px;
}
.main-menu li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-align: center;
	padding:10px 0;
	text-shadow:0px 1px 3px #946942;
}
.main-menu li a:hover {
	color: #b33000;
	text-shadow:1px 1px 3px #ccc;
	/* background: #ff3000; */
	background: url(../img/menu-bg-main_ovr.png) repeat-x left center;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffe5c7), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(#ffffff, #ffe5c7);
	background: -moz-linear-gradient(#ffffff, #ffe5c7);
	background: -o-linear-gradient(#ffffff, #ffe5c7);
	background: -ms-linear-gradient(#ffffff, #ffe5c7);
	background: linear-gradient(#ffffff, #ffe5c7);
}
/** ホーム：アクティブ */
.home .main-menu li:first-child a {
	color: #b33000;
	text-shadow:1px 1px 3px #ccc;
	/* background: #ff3000; */
	background: url(../img/menu-bg-main_ovr.png) repeat-x left center;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffe5c7), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(#ffffff, #ffe5c7);
	background: -moz-linear-gradient(#ffffff, #ffe5c7);
	background: -o-linear-gradient(#ffffff, #ffe5c7);
	background: -ms-linear-gradient(#ffffff, #ffe5c7);
	background: linear-gradient(#ffffff, #ffe5c7);
}
/** 大塚商会を知る：アクティブ */
.knowledge .main-menu li:first-child + * a {
	color: #b33000;
	text-shadow:1px 1px 3px #ccc;
	/* background: #ff3000; */
	background: url(../img/menu-bg-main_ovr.png) repeat-x left center;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffe5c7), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(#ffffff, #ffe5c7);
	background: -moz-linear-gradient(#ffffff, #ffe5c7);
	background: -o-linear-gradient(#ffffff, #ffe5c7);
	background: -ms-linear-gradient(#ffffff, #ffe5c7);
	background: linear-gradient(#ffffff, #ffe5c7);
}
/** 採用情報：アクティブ */
.recruit .main-menu li:first-child + * + * a {
	color: #b33000;
	text-shadow:1px 1px 3px #ccc;
	/* background: #ff3000; */
	background: url(../img/menu-bg-main_ovr.png) repeat-x left center;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffe5c7), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(#ffffff, #ffe5c7);
	background: -moz-linear-gradient(#ffffff, #ffe5c7);
	background: -o-linear-gradient(#ffffff, #ffe5c7);
	background: -ms-linear-gradient(#ffffff, #ffe5c7);
	background: linear-gradient(#ffffff, #ffe5c7);
}
/** 教育・研修制度：アクティブ */
.education .main-menu li:first-child + * + * + * a {
	color: #b33000;
	text-shadow:1px 1px 3px #ccc;
	/* background: #ff3000; */
	background: url(../img/menu-bg-main_ovr.png) repeat-x left center;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffe5c7), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(#ffffff, #ffe5c7);
	background: -moz-linear-gradient(#ffffff, #ffe5c7);
	background: -o-linear-gradient(#ffffff, #ffe5c7);
	background: -ms-linear-gradient(#ffffff, #ffe5c7);
	background: linear-gradient(#ffffff, #ffe5c7);
}
/** 採用FAQ：アクティブ */
.QA .main-menu li:first-child + * + * + * + * a {
	color: #b33000;
	text-shadow:1px 1px 3px #ccc;
	/* background: #ff3000; */
	background: url(../img/menu-bg-main_ovr.png) repeat-x left center;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffe5c7), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(#ffffff, #ffe5c7);
	background: -moz-linear-gradient(#ffffff, #ffe5c7);
	background: -o-linear-gradient(#ffffff, #ffe5c7);
	background: -ms-linear-gradient(#ffffff, #ffe5c7);
	background: linear-gradient(#ffffff, #ffe5c7);
}
/** サイドメニュー */
.side-menu, .side-menu-t2 {
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.side-menu li {
    border-top: 1px dotted #555;
}

.side-menu-t2 li {
    border-top: 1px solid #bbb;
}

.side-menu li:first-child, .side-menu-t2 li:first-child {
    padding: 20px 0 20px 15px;
    font-size: 1.1em;
    font-weight: bold;
    border-top: none;
    border-bottom: 2px solid #f44d39;
    background: #fffaf5;
}

.side-menu li:first-child + *, .side-menu-t2 li:first-child + * {
    border-top: 1px solid #bbb;
}

.side-menu li a, .side-menu-t2 li a span {
    display: block;
    padding: 13px 15px;
    color: #333;
    font-size: 0.9em;
}

.side-menu-t2 li a img {
	display: block;
}

.side-menu-t2 li a span {
	border-top: 1px solid #bbb;
}

/** ie 7 */
*+html .side-menu-t2 li a span {
	display: block;
	margin-top: -7px;
}

.side-menu li a:hover, .side-menu li a.active, .side-menu-t2 li a:hover span, .side-menu-t2 li a.active span {
    color: #b33000;
    text-decoration: none;

	background: url(../img/menu-bg-main_ovr.png) repeat-x left center;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffe5c7), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(#ffffff, #ffe5c7);
	background: -moz-linear-gradient(#ffffff, #ffe5c7);
	background: -o-linear-gradient(#ffffff, #ffe5c7);
	background: -ms-linear-gradient(#ffffff, #ffe5c7);
	background: linear-gradient(#ffffff, #ffe5c7);
}

.side-menu-t2 li a:hover {
	text-decoration: none;
}

.side-menu li a:before, .side-menu-t2 li a span:before {
    content: "▶";
	color: #ff6300;
    font-size: 0.8em;
    margin-right: 5px;
}

.side-menu li a.active2, .side-menu-t2 li a.active2 {
    background: #fffbee;
}

/** ie7 */
*+html .main-manu-base {
	background: url(../img/menu-bg-main.png) repeat-x left center;
}
*+html .main-menu {
	clear: left;
}
*+html .main-menu li {
	display: inline-block;
	float:left;
	width:218px;
}

/** side-menu nest-list */
.side-menu .nest-list li:first-child, .side-menu-t2 .nest-list li:first-child {
    padding: 0;
    font-size: 0.95em;
    font-weight: normal;
    border-top: none;
    border-bottom: none;
    background: transparent;
}

.side-menu .nest-list li:first-child + *, .side-menu-t2 .nest-list li:first-child + * {
    border-top: 1px dotted #555;
}

.side-menu .nest-list.active li, .side-menu-t2 .nest-list.active li {
    background: #fffbee;
}

.side-menu .nest-list li a, .side-menu-t2 .nest-list li a {
    padding-left: 30px;
}


/** =========================================
* Main contents
* 
* bg-color : 
* font-color : 
* 
------ */
.content-wrapper {
	margin: 0 auto;
	/* border: 1px solid red; */
	/*height:1200px;*/
	width: 960px;
}

/** 上に戻る */
.upper-btn-container {
	width: 100%;
	height:70px;
	
	/*border: 1px solid red;*/	/**********************************/
}



.float {
	width: 100%;
	/* position: fixed; */
	bottom: 10px;
	z-index: 65;
	display: none;
}

.align-right {
	width: 960px;
	margin:0 auto 20px;
/* 	border: 1px solid red; */
	text-align: right;
}

.anchor img {
	width:5%;
}


/** 大塚商会を知る > よくある疑問・質問に答える */
.mds-aa {
	font-size:1.2em;
	margin-top:60px;
	display:block;
}

.mds-aa.icn-t1:before {
	content:"　　";
	/* font-size: 35px; */
	padding: 15px;
	background: url(../knowledge/img/icn1.png) no-repeat left center;
}

.mds-aa.icn-t2:before {
	content:"　　";
	padding: 15px;
	background: url(../knowledge/img/icn2.png) no-repeat left center;
}

.mds-aa.icn-t3:before {
	content:"　　";
	padding: 15px;
	background: url(../knowledge/img/icn3.png) no-repeat left center;
}

.enclose-t3 {
	margin-top:30px;
	border:1px solid #bbb;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	/* z-index:50; */
}
/** ie 7 */
*+html .enclose-t3 p {
	padding-bottom: 15px;
}

.mds-enclose {
	padding:17px 20px 15px;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	display: block;
}

.mds-enclose2 {
	display: block;
	padding: 10px 0 5px;
	margin-bottom:10px;
}

.mds-enclose2:before {
	content: "　　";
	padding:40px;
	background: url(../knowledge/img/icn4.png) no-repeat left center;
}

.include-img span {
	display: inline-block;
	float: right;
	width: 300px;
	margin: 0 0 10px 25px;
	background: #eee;
	border:1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.include-img span b {
	display: inline-block;
	font-weight: normal;
	padding: 0 10px 5px;
	font-size: 0.9em;
}

.include-img span img {
	display: inline-block;
	border-bottom:1px solid #ccc;
}


/** =========================================
* Footer
* 
* bg-color : 
* font-color : 
* 
------ */
.footer {
	width: 100%;
	background: #3e3e3e;
	margin-top: -150px;
}
.global-menu-bg {
	width: 100%;
	background: #f0f0f0;
	border-top:1px solid #ddd;
}
.site-map-menu-base {
	padding-top:15px;
}
.site-map-menu, .site-map-menu-base {
	position: relative;
	width: 960px;
	margin: 0 auto;
	/* border:1px solid red; */
}

.site-map-menu li {
	display: inline;
	font-size: 0.8em;
}
.site-map-menu li a {
	display:inline-block;
	color: white;
	text-decoration: none;
	padding:5px 10px;
}
.site-map-menu li:before {
	content: "▶";
	color: #f34d39;
}
.site-map-menu li a:hover {
	text-decoration: underline;
}

.global-menu {
	width: 960px;
	margin: 0 auto;
}
.global-menu li {
	display: inline;
	font-size: 0.8em;
}
.global-menu li a {
	display: inline-block;
	padding:15px 5px;
	text-decoration: none;
	color: #333;
}

 /**+html .global-menu li a:before, *+html .site-map-menu li.blank:before {
	content: url(../img/icn_blank_mini.png);
}*/
 
.global-menu li a:before, .site-map-menu li.blank:before {
	content: "　";
	margin-right:5px;
	background:url(../img/icn_blank_mini.png) no-repeat 0% 50%;
	background-size: 90%;
}
.global-menu li b {
	display: inline-block;
	padding:15px 15px 15px 0;
}
.global-menu li a:hover {
	text-decoration: underline;
}

.copyright {
	width: 960px;
	padding: 20px 0 10px;
	margin: 0 auto;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.87em;
}

.p-mark {
	border-radius: 5px;
	position: absolute;
	top: 15px;
	right: 0;
}


.site-map-menu li.blank:before {
	margin-right: -1px;
}


/** =========================================
* 中身
* 
* bg-color : 
* font-color : 
* 
------ */

/** パン屑 */
.breadcrumb {
	font-size: 0.8em;
	padding: 15px 0;
}

.h1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	/* height: 200px; */
	font-size: 2em;
	border:1px solid #bbb;
	border-radius: 5px;
/* 	padding:25px; */
/* 	zoom:1; */
}

.h1 h1 {
	position: absolute;
	top: 30px;
	left:30px;
	width:80%;
	line-height:1.2;
}

.h1 p {
	position: absolute;
	left: 30px;
	top: 80px;
	font-weight: normal;
	font-size: 0.45em;
	width: 50%;
	line-height:1.5;
}

.h1 p.top90 {
	top: 110px;
}

.h1 img {
	display: block;
}

/* h2 {
    margin-top:30px;
    font-size: 1.4em;
    padding-bottom: 5px;
    border-bottom: 1px solid #bbb;
}

h2:before {
    font-family: 'maru-go';
    content: "I";
    font-size: 2em;
    font-weight: 300;
    vertical-align: middle;
    margin-right: 10px;
    color: #f44d39;
} */


h2 {
    margin-top:30px;
    font-size: 1.4em;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
}

h2:before {
    content: "";
		display: inline-block;
    vertical-align: -8px;
		width: 6px;
		height: 1.5em;
    margin-right: 13px;
    background: #f44d39;
		border-radius: 3px;
}

h3 {
    margin-top: 30px;
}

p {
    font-size: 0.9em;
    line-height: 1.8;
}
/** =========================================
* FAQ
* 
* 
------ */
.faq {
    margin-top: 30px;
}
.faq dt, .faq dd {
    font-size: 0.9em;
    line-height: 1.6;
    padding-left: 2em;
    text-indent: -2em;
    margin-bottom: 10px;
}
/* .faq dt:hover {
    text-decoration: underline;
    cursor: pointer;
} */
.faq dd {
    /*display: none;*/
	margin-left: 2em;
    margin-bottom: 20px;
}
.faq dt:before {
    content: "Q．";
    font-family: 'maru-go';
    font-size: 1.2em;
    color: #ff3000;
}
.faq dd:before {
    content: "A．";
    font-family: 'maru-go';
    font-size: 1.2em;
    color: blue;
}

/** =========================================
* column pattern
* 
* bg-color : 
* 
------ */
/** 3 column */
.column-wrapper, .column-wrapper-t1 {
    width: 100%;
    display: table;
    table-layout: fixed;
    /* border:1px solid red; */
    margin: 30px auto 0;
    vertical-align: top;
}
.column-wrapper-t1 {
    margin: 0;
    border-collapse: separate;
    border-spacing: 15px;
}
/** ie7 */
*+html .column-wrapper {
    vertical-align: top;
}
/** ie7 */
*+hml .column-wrapper-t1 {
    display: block;
    position: relative;
    overflow: hidden;
}
.three-column {
    width: 310px;
    display: table-cell;
    /* padding: 1px; */
    border: 1px solid #bbb;
    border-radius: 3px;
    overflow: hidden;
	vertical-align: top;
}
/** インデックス用3コラム表示：少し横幅が狭くなる */
.column-wrapper-t1 .three-column {
    width: 33%;
	vertical-align: top;
}
/** ie7 */
*+html .column-wrapper-t1 .three-column {
    width: 305px;
    margin: 5px 0 10px 11px;
}

.three-column img {
    display: block;
}
.three-column p {
    margin: 17px;
}

.two-column {
    width: 50%;
    display: table-cell;
}
/** for ie7 */
*+html .two-column {
    display: inline-block;
/* 	border: 1px solid red; */
	width: 48%;
	float: left;
}
*+html .ie7-mgn-top-t1 {
	margin-top: 0;
}
*+html .ie7-mgn-btm-t1 {
	margin-bottom: 15px;
}

.blank {
    width: 15px;
}
/** 4 ie7 */
*+html .three-column {
    display: inline;
    /*width: 300px;*/
    /*zoom: 1;*/
}
*+html .blank {
    display: inline;
    padding: 5px;
}
/** 2 column for layout */
.aside {
    width: 230px;
    display: table-cell;
    vertical-align: top;
}
.content {
    width: 700px;
    display: table-cell;
}
/** for ie7 */
*+html .aside, *+html .content {
    display: inline;
}

/** botton : default */
.btn, .btn2, .btn3 a span {
    border: 1px solid #bbb;
    border-width: 1px 0;
    
    background: url(../img/mds-bg-btn.png) repeat-x left center;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e7e7e7), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(#ffffff, #e7e7e7);
	background: -moz-linear-gradient(#ffffff, #e7e7e7);
	background: -o-linear-gradient(#ffffff, #e7e7e7);
	background: -ms-linear-gradient(#ffffff, #e7e7e7);
	background: linear-gradient(#ffffff, #e7e7e7);
}
.btn2 {
    border-width: 1px;
    border-radius: 5px;
}
.btn3 {
	border-top: none;
}

.btn:hover, .btn2:hover, .btn3:hover span {
	background: url(../img/menu-bg-main_ovr.png) repeat-x left center;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffe5c7), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(#ffffff, #ffe5c7);
	background: -moz-linear-gradient(#ffffff, #ffe5c7);
	background: -o-linear-gradient(#ffffff, #ffe5c7);
	background: -ms-linear-gradient(#ffffff, #ffe5c7);
	background: linear-gradient(#ffffff, #ffe5c7);
}
.btn a, .btn2 a, .btn3 a span {
    display: block;
    padding: 13px 0 10px 15px;
    color: #333;
    font-weight: bold;
    font-size: 1.1em;
}
.btn3 a span {
	border-top: 1px solid #bbb;
}
.btn a:hover, .btn2 a:hover, .btn3 a:hover {
    color: #f44d39;
    text-decoration: none;
}
.btn a:before, .btn2 a:before, .btn3 a span:before {
    content: "▶";
	color: #f44d39;
    font-size: 0.8em;
    margin-right: 5px;
    vertical-align: middle;
}

/** 塗足し */
.coating-margin {
	background: #e7e7e7;
}

/** 4 ie7 */
*+html .btn a, *+html .btn2 a, *+html .btn3 a span {
    padding: 10px 0 15px 15px;
}
/** =========================================
* link list
* 
* bg-color : 
* 
------ */
.link-list {
    margin-top: 30px;
    font-size: 0.9em;
}
.link-list li:before {
    content: "▶";
	color: #f44d39;
    font-size: 0.8em;
    margin-right: 5px;
    vertical-align: middle;
}
.link-list li.link-blank:before, .link-blank2024::before {
    content: "　";
	margin-right:5px;
	background:url(../img/icn_blank_mini.png) no-repeat 0% 50%;
	background-size: 90%;
}


.link-list.link-color-black li a, .link-list-t2.link-color-black li a {
	color: #333;
}

.link-list-t2 {
    margin-top: 20px;
}

.link-list-t2 li:first-child {
    font-weight: bold;
    padding: 10px 0;
}

.link-list-t2 li {
    border-bottom: 1px dotted #555;
    font-size: 0.9em;
}

.link-list-t2 li a:before {
    content: "　";
	margin-right:5px;
	background:url(../img/icn_blank_mini.png) no-repeat 0% 50%;
	background-size: 90%;
}

.link-list-t2 li a {
    display: inline-block;
    padding: 5px 0;
    line-height: 1.5;
    padding-left: 21px;
    text-indent: -21px;
}

/** ie7 */
*+html .link-list-t2 li a {
	margin-left:20px;
}

.link-list-t2 li.border-none {
    border: none;
}

.link-list-t2 li.border-none a {
    padding-bottom: 0;
}

.link-list-t3 { }

.link-list-t3 li {
	display: inline;
	padding-right: 15px;
}

.link-list-t3 li a {
	display: inline-block;
}

.bigger-link {
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: top;
}


/** =========================================
* misc parts
* 
* bg-color : 
* 
------ */

/** 囲み */
.enclose-blue {
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 15px;
    margin-top: 30px;
    background: #dcfbfb;
}
.enclose-t1, .enclose-t2 {
    border: 1px solid #bbb;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.enclose-t2 {
    width: 400px;
    padding: 20px;
    background: #f0f0f0;
}

/** 見出し扱いな見た目 */
.mds-t1, .mds-t2 {
    border-bottom: 1px solid #bbb;
    padding: 10px 20px;
    font-weight: bold;
    background: #f0f0f0;
    display: block;
}

.mds-t2 {
    border-bottom: 2px solid #ff6300;
}

.especially-t1 {
    background: #454545;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 5px 5px 0 0;
}

.two-column-t2 {
    width: 50%;
    display: table-cell;
    position: relative;
    overflow: hidden;
    background: #ededed;
    border-radius: 5px;
}

/** 4 ie7 */
*+html .two-column-t2 {
    width: 46%;
    display: inline;
    height: 450px;
}

.center-column {
       width: 50px;
       display: table-cell;
       vertical-align: middle;
       text-align: center;
       font-size: 3em;
       font-weight: bold;
}
/** 4 ie7 */
*+html .center-column {
    display: inline;
     height: 50px;
     margin-top: -230px;
     /*border: 1px solid red;*/
}
.mds-t3, .mds-t4 {
    display: block;
    text-align: center;
    color: white;
    padding: 15px 0;
    background: #046b87;
    font-size: 1.1em;
}
.mds-t4 {
    background: #9b4d2a;
}
.lh-circle, .lh-circle2 {
    display: block;
    margin-top: 10px;
}
.lh-circle:first-child, .lh-circle2:first-child {
    margin-top: -10px;
}

.lh-circle:before, .lh-circle2:before {
    content: '●';
    font-size: 1.5em;
    color: #046b87;
}
.lh-circle2:before {
    color: #9b4d2a;
}

.arrow {
    width: 0;
	height: 0;
	border: 20px solid white;
	border-left: 20px solid #014791;
    position: absolute;
    right: -20px;
}
/** ie7 */
*+html .arrow {
    right: -10px;
}

.misc {
    width: 100%;
    background: url( ../knowledge/img/bg-arrow2.png ) no-repeat ;
    margin-top: 15px;
    border-radius: 5px 0 0 5px;
    /*border: 1px solid red;*/
}
/** ie7 */
*+html .misc {
    margin-top: 0;
}

.misc p {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:white;
    font-weight: bold;
    /*border: 1px solid red;*/
}

/** ie7 */
*+html .misc p {
    width: 47.6%;
}

.fig4, .fig5 {
    position: absolute;
    top: 90px;
    right: 15px;
}

.fig5 {
    top: 250px;
}

.catalog li {
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
    width: 220px;
    margin-left: 15px;
}
.catalog li:first-child {
    margin-left: 0;
}
/** ie7 */
*+html .catalog li {
   display: inline; 
}

.catalog li img {
    display: block;
    margin-bottom: 10px;
}

.catalog li a {
    display: block;
    padding: 0 0 10px;
    text-align: center;
}

.catalog li a:before {
    content: "　";
	margin-right:5px;
	background:url(../img/icn_blank_mini.png) no-repeat 0% 50%;
	background-size: 90%;
}

/** ▼ */
.triangle {
    border-color: #bbbbbb transparent transparent;
    border-style: solid;
    border-width: 25px 30px;
    height: 0;
    margin: 30px auto 0;
    width: 0;
}

.float-left div {
    float: left;
}

.n-list li::first-line {
    font-weight: bold;
}
.n-list li {
    line-height: 1.6;
    padding-bottom: 1em;
}

.wraparound-lignt {
	float: left;
	/* border:1px solid red; */
}

.wraparound-right {
	float: right;
	/* border:1px solid red; */
}

.img-float-right {
	float: right;
	margin:0 0 20px 20px;
}

/** =========================================
* table pattern
* 
* bg-color : 
* 
------ */
table {
    margin: 10px 0;
    background: #bbb;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 0.9em;
}
th {
    background: #f0f0f0;
    text-align: center;
    padding: 5px 10px;
    text-indent: 0;
}
td {
    background: white;
    padding: 5px 15px;
    text-indent: 0;
	line-height:1.6;
}
.th-t1 {
    width: 120px;
    text-align: left;
}

/** =========================================
* utility
* 
* bg-color : 
* 
------ */
.clearfix {
    position: relative;
    overflow: hidden;
    clear: both;
}

.border-none {
    border: none;
}

.mgn-top30px {
    margin-top: 30px;
}

.mgn-top20px {
    margin-top: 20px;
}

.mgn-top15px {
    margin-top: 15px;
}

.mgn-top0px {
    margin-top: 0;
}

.mgn-right20px {
    margin-right: 20px;
}

.mgn20px {
    margin: 20px;
}

.mgn15px {
    margin: 15px;
}

.mgn0 {
	margin: 0;
}

.mgn-ex {
    margin: 10px 0 10px 25px;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.line-h2em {
    line-height: 2;
}

.line-h1_5em {
    line-height: 1.5;
}

.under-blank {
    height: 20px;
}

.border-btm1px {
    border-bottom: 1px solid #bbb;
}

.w50 {
    width: 50%;
}

.w870px {
	width: 870px;
}

.w335px {
	width: 335px;
}

.w280px {
	width: 280px;
}

.w200px {
    width: 200px;
}

.w160px {
    width: 160px;
}

.w150px {
    width: 150px;
}

.w100px {
    width: 100px;
}

.w100P {
    width: 100%;
}

.w66p {
	width: 66%;
}

.small {
    font-size: 0.6em;
}

.padding-left15px {
	padding-left: 15px;
}

.top90 {
	top: 90px;
}

.bg-blue {
	background: #eaf8ff;
	border-bottom: 2px solid #a3e0ff;
}

.bg-green {
	background: #f3fdd2;
	border-bottom: 2px solid #c8e76d;
}

.bg-yellow {
	background: #fff7cf;
	border-bottom: 2px solid #fadd4d;
}

.td-center {
	text-align: center;
}

.top-offset {
	top: -59px;
}

.v-align-top {
	vertical-align: top;
}

/** ===========================
* System.html
*
*/
.system-column {
    font-size: 0.9em;
    line-height: 1.4;
}

.system-column li {
    margin-bottom: 10px;
}

.system-column p {
    margin: 10px 15px;
}

.capital-1:before, .capital-2:before, .capital-3:before, .capital-4:before {
    content: "●";
    margin-right: 3px;
}

.capital-1:before {
    color: #b81f1f;
}

.capital-2:before {
    color: #cc6300;
}

.capital-3:before {
    color: #227d1a;
}

.capital-4:before {
    color: #1268a6;
}

.capital-a:before, .capital-b:before, .capital-c:before {
	content: "営業";
	display: block;
	padding: 5px 0;
    width: 60px;
    text-align: center;
    margin: 0 10px 40px 0;
	border:1px solid #cc6300;
    color: #cc6300;
    font-weight: bold;
    border-radius: 5px;
    float: left;
    font-size: 0.9em;
}

.capital-b:before {
    content: "SE";
}

.capital-c:before {
    content: "スタッフ";
}

.capital-d:before{
    content: "必須研修";
    width: 70px;
    font-size: 0.9em;
    font-weight:  bold;
    padding: 5px 0;
    text-align: center;
    margin: 0 10px 40px 0;
    border: 1px solid #1270b4;
    color: #1270b4;
    border-radius: 5px;
    float: left;
}


/** ===========================
* Training.html
*
*/

.se-wrapper {
    border-radius: 10px;
    border: 1px solid #bbb;
    margin-top:1em;
}

.wrapper-training {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
    width: 100%;
    z-index: 60;
}

.training-list {
    clear: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 61;
    /*border: 1px solid red;*/
    margin: 0 0 0 15px;
}

.training-list li {
    background: #e3e3e3 none repeat scroll 0 0;
    color: #333333;
    float: left;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
    margin-right: 15px;
    text-align: center;
    width: 47%;
}

/**
    for IE7 SUPPORTS
*/
*+html .ie7-support1 {
    padding-bottom: 1em;
}


/*** sp */
.btn-default, .global-menu-header, .sp-visible, .logo-sp, .menu-sp, .mobile-visible {
	display: none;
}


/**------------------------------
	モバイル用
*/


.mobile-btn {
		width: 85%;
		margin: 30px auto;
		
		position: relative;
		
		display: block;
		text-align: center;
		font-size: 1em;
		font-weight: bold;
		padding: 0.7em 0;
		border:1px solid #bbb;
		border-radius:0.5em;
		color: #454545;
		
		font-size: 3em;
		
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e8e8e8), color-stop(0.00, #fff));
	}

	.mobile-btn span {
		display: inline-block;
		vertical-align: middle;
	}
	
	.mobile-btn span::before {
		content:"　 ";
		background: url(../img/icn_4pc_red.svg) no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin-right: 0.5em;
	}

	.mobile-visible {
		display: none;
	}




/* @media only screen and (max-width: 640px){
	
	.mobile-btn {
		width: 95%;
		margin: 1em auto;
		text-align:left;
		
		display: block;
		margin: 0 auto;
		text-align: center;
		font-size: 1em;
		font-weight: bold;
		padding: 0.7em 0;
		border:1px solid #bbb;
		border-radius:0.5em;
		color: #454545;
		
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e8e8e8), color-stop(0.00, #fff));
	}
	
	.mobile-btn span {
		display: inline-block;
		vertical-align: top;
	}
	
	.mobile-btn span::before {
		content:url(../img/icn_4pc_red.svg);
		margin:5px 10px 0 20px;
	}

	.mobile-visible {
		display: block;
	}
	
	.sp-visible {
		display: none;
	}
	
	.top-offset {
		top: -59px;
	}
	
	

} */


































