@charset "UTF-8";

/* ==============================
初期設定
============================== */

#globalheader_pc {
	display: block;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif !important;
	font-size: 12px !important;
	-webkit-font-smoothing: subpixel-antialiased;
}

#globalheader_sp {
	display: none;
}

#globalheader_blackout {
    position: absolute;
    z-index: 10000;
	width: 920px;
    background: #000000;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=0.2);
    opacity: 0.2;
    display: none;
}


/* ==============================
PC版
============================== */

#globalheader {
}

#globalheader_pc {
	position: relative;
	z-index: 20000;
}

#globalheader_pc .wrapper {
	width: 920px;
	background-color: #ffffff;
	padding: 30px 0 0 0;
}

#globalheader_pc .wrapper p.logo {
	position: absolute;
	bottom: 0px;
	left: 25px;
	width: 125px;
	height: 45px;
	padding: 0;
	background-color: #ffffff;
}

#globalheader_pc .wrapper p.logo a {
	display: block;
	width: 125px;
	height: 45px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#globalheader_pc .wrapper .dropdownmenu_wrapper {
	background-color: #717f87;
}

#globalheader_pc .wrapper .dropdownmenu_wrapper_02 {
	width: 630px;
	height: 45px;
	margin: 0 0 0 150px;
	background-color: #ffffff;
}

#globalheader_pc .wrapper ul.firstmenu {
	list-style-type: none;
	width: 630px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#globalheader_pc .wrapper ul.firstmenu li.firstmenu01, 
#globalheader_pc .wrapper ul.firstmenu li.firstmenu02,
#globalheader_pc .wrapper ul.firstmenu li.firstmenu03 {
	float: left;
	display: block;
	width: 210px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
	background-color: #707f87;
}

#globalheader_pc .wrapper ul.firstmenu li.firstmenu01 a,
#globalheader_pc .wrapper ul.firstmenu li.firstmenu02 a,
#globalheader_pc .wrapper ul.firstmenu li.firstmenu03 a {
	display: table-cell;
	vertical-align: middle;
	width: 210px;
	height: 45px;
	color: #ffffff;
	text-decoration: none;
	background: url(/common/image/globalheader/bg_menu_off.gif) no-repeat center bottom;
}

#globalheader_pc .wrapper ul.firstmenu li.firstmenu01 a:hover,
#globalheader_pc .wrapper ul.firstmenu li.firstmenu02 a:hover,
#globalheader_pc .wrapper ul.firstmenu li.firstmenu03 a:hover {
	text-decoration: none;
	background: url(/common/image/globalheader/bg_menu_on.gif) no-repeat center bottom;
}

#globalheader_pc .wrapper ul.submenu {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
	font-size: 10px;
}

#globalheader_pc .wrapper ul.submenu li {
	float: right;
	background: url(/common/image/globalheader/icon_submenu_arrow.gif) no-repeat left center;
	padding-left: 13px;
}

#globalheader_pc .wrapper ul.submenu li.submenu01 {
	margin-right: 55px;
}

#globalheader_pc .wrapper ul.submenu li.submenu02 {
	margin-right: 12px;
}

#globalheader_pc .wrapper ul.submenu li a {
	color: #333333;
	text-decoration: none;
}


/**** 第二階層 **************************************************************/

#globalheader_pc .secondmenu_wrapper {
	display: none;
	position: absolute;
	top: 100%;
	left: 150px;
	width: 630px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #ffffff;
}

#globalheader_pc ul.secondmenu {
	position: relative;
	left: 0px;
	width: 1890px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #ffffff;
}

#globalheader_pc ul.secondmenu li {
	float: left;
	width: 630px;
	height: auto;
	margin: 0;
	padding: 0;
}

#globalheader_pc ul.secondmenu li .wrapper {
	width: 590px;
	margin: 20px auto;
	padding: 0;
}

/**** サービスメニュー **************************************************************/

#globalheader_pc ul.secondmenu li .menu01 .firstbox {
	overflow: hidden;
}

#globalheader_pc ul.secondmenu li .menu01 .firstbox .left {
	float: left;
	width: 120px;
}

#globalheader_pc ul.secondmenu li .menu01 .firstbox .middle {
	float: left;
	width: 390px;
}

#globalheader_pc ul.secondmenu li .menu01 .firstbox .middle span {
	display: inline-block;
	background-color: #c2191f;
	color: #ffffff;
	padding: 2px 3px;
	line-height: 1;
	font-size: 0.9em;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#globalheader_pc ul.secondmenu li .menu01 .firstbox .right {
	float: left;
	width: 80px;
	text-align: right;
}

#globalheader_pc ul.secondmenu li .menu01 .firstbox .right a {
	color: #707f87;
	text-decoration: none;
}

#globalheader_pc ul.secondmenu li .menu01 .secondbox table {
	width: 520px;
	margin: 25px auto 0 auto;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

#globalheader_pc ul.secondmenu li .menu01 .secondbox table tr {
	border: none;
	border-bottom: 1px solid #dddede;
}

#globalheader_pc ul.secondmenu li .menu01 .secondbox table tr:last-child {
	border: none;
}

#globalheader_pc ul.secondmenu li .menu01 .secondbox table th {
	width: 130px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	
	padding-right: 12px;
	border: none;
}

#globalheader_pc ul.secondmenu li .menu01 .secondbox table th img {
	display: block;
	margin: 0 auto 5px auto;
}

#globalheader_pc ul.secondmenu li .menu01 .secondbox table td {
	width: 390px;
	border: none;
}

#globalheader_pc ul.secondmenu li .menu01 .secondbox table td ul {
	width: 390px;
	margin: 22px 0 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#globalheader_pc ul.secondmenu li .menu01 .secondbox table td ul li {
	float: left;
	width: 130px;
	margin: 0 0 22px 0;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}

#globalheader_pc ul.secondmenu li .menu01 .secondbox table td ul li img {
	display: block;
	margin: 0 auto 5px auto;
}

#globalheader_pc ul.secondmenu li .menu01 .secondbox table td ul li a {
	color: #707f87;
	text-decoration: none;
}

#globalheader_pc ul.secondmenu li .menu01 .secondbox table td ul li a:hover img {
	opacity: 0.8;
}

#globalheader_pc ul.secondmenu li .menu01 .secondbox table td ul li a:hover {
	color: #ba0731;
	text-decoration: underline;
}


/**** ログイン・会員サポート **************************************************************/

#globalheader_pc ul.secondmenu li .menu02 .firstbox {
	overflow: hidden;
}

#globalheader_pc ul.secondmenu li .menu02 .firstbox .left {
	float: left;
	width: 295px;
}

#globalheader_pc ul.secondmenu li .menu02 .firstbox .right {
	float: left;
	width: 295px;
	text-align: right;
}

#globalheader_pc ul.secondmenu li .menu02 .firstbox .right a {
	color: #707f87;
	text-decoration: none;
}

#globalheader_pc ul.secondmenu li .menu02 .secondbox {
	width: 520px;
	margin: 0 auto;
	overflow: hidden;
}

#globalheader_pc ul.secondmenu li .menu02 .secondbox .left {
	width: 260px;
	text-align: center;
	font-size: 1.2em;
	padding: 20px 0;
}

#globalheader_pc ul.secondmenu li .menu02 .secondbox .right {
	float: left;
	width: 259px;
	border-left: 1px solid #dddede;
	text-align: center;
	font-size: 1.2em;
	padding: 20px 0;
}



#globalheader_pc ul.secondmenu li .menu02 .secondbox .left img,
#globalheader_pc ul.secondmenu li .menu02 .secondbox .right img,
#globalheader_pc ul.secondmenu li .menu02 .secondbox .left span,
#globalheader_pc ul.secondmenu li .menu02 .secondbox .right span {
	display: block;
	margin: 0 auto 15px auto;
}

#globalheader_pc ul.secondmenu li .menu02 .secondbox .left a,
#globalheader_pc ul.secondmenu li .menu02 .secondbox .right a {
    display: block;
    width: 11em;
	margin: 0 auto;
    padding: 8px 0;
    background-color: #2e7ec2;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
	/* for firefox */
	background: -moz-linear-gradient(top, #2e7ec2, #0068b7);
	/* fore safari and chrome */
	background: -webkit-gradient(linear, left top, left bottom, from(#2e7ec2), to(#0068b7));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#globalheader_pc ul.secondmenu li .menu02 .secondbox .left a:hover,
#globalheader_pc ul.secondmenu li .menu02 .secondbox .right a:hover {
	opacity: 0.8;
}

#globalheader_pc ul.secondmenu li .menu02 .thirdbox table {
	width: 520px;
	margin: 10px auto 0 auto;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

#globalheader_pc ul.secondmenu li .menu02 .thirdbox table tr {
	border: none;
	border-bottom: 1px solid #dddede;
}

#globalheader_pc ul.secondmenu li .menu02 .thirdbox table tr:last-child {
	border: none;
}

#globalheader_pc ul.secondmenu li .menu02 .thirdbox table th {
	width: 160px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	border: none;
}

#globalheader_pc ul.secondmenu li .menu02 .thirdbox table td {
	width: 360px;
	overflow: hidden;
	border: none;
}

#globalheader_pc ul.secondmenu li .menu02 .thirdbox table td ul {
	width: 380px;
	margin: 22px 0 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#globalheader_pc ul.secondmenu li .menu02 .thirdbox table td ul li {
	float: left;
	width: auto;
	margin: 0 20px 0.8em 0;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}

#globalheader_pc ul.secondmenu li .menu02 .thirdbox table td ul li.listclear {
	clear: both;
}

#globalheader_pc ul.secondmenu li .menu02 .thirdbox table td ul li:last-child {
	margin-bottom: 22px;
}

#globalheader_pc ul.secondmenu li .menu02 .thirdbox table td ul li a {
	text-decoration: none;
}

#globalheader_pc ul.secondmenu li .menu02 .thirdbox table td ul li a:hover {
	text-decoration: underline;
}

#globalheader_pc ul.secondmenu li .menu02 .thirdbox table td ul li span {
	display: inline-block;
	background-color: #c2191f;
	color: #ffffff;
	margin-left: 2px;
	padding: 2px 3px;
	line-height: 1;
	font-size: 0.9em;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/**** お問い合わせ窓口 **************************************************************/

#globalheader_pc ul.secondmenu li .menu03 .firstbox {
	overflow: hidden;
	text-align: right;
}

#globalheader_pc ul.secondmenu li .menu03 .firstbox .right a {
	color: #707f87;
	text-decoration: none;
}


#globalheader_pc ul.secondmenu li .menu03 .secondbox {
	width: 580px;
	margin: 0 auto;
	overflow: hidden;
}

#globalheader_pc ul.secondmenu li .menu03 .secondbox .left {
	float: left;
	width: 290px;
	text-align: center;
	padding: 20px 0;
}

#globalheader_pc ul.secondmenu li .menu03 .secondbox .right {
	float: left;
	width: 289px;
	border-left: 1px solid #dddede;
	text-align: center;
	padding: 20px 0;
}

#globalheader_pc ul.secondmenu li .menu03 .secondbox p.titleheader {
	text-align: center;
	font-size: 1.2em;
	margin-top: 15px;
	font-weight: bold;
}

#globalheader_pc ul.secondmenu li .menu03 .secondbox p.titleheader span {
	display: block;
	height: 2em;
	font-size: 0.8em;
	line-height: 1.3;
	font-weight: normal;
}

#globalheader_pc ul.secondmenu li .menu03 .secondbox p.tel {
	color: #0068b7;
	font-size: 1.8em;
	margin-top: 15px;
	margin-bottom: 10px;
}

#globalheader_pc ul.secondmenu li .menu03 .secondbox p.tel img {
	vertical-align: middle;
	margin-right: 3px;
}

#globalheader_pc ul.secondmenu li .menu03 .secondbox p.tel_attention {
	font-size: 0.8em;
}

#globalheader_pc ul.secondmenu li .menu03 .secondbox p.tel_attention span {
	color: #0068b7;
}

#globalheader_pc ul.secondmenu li .menu03 .secondbox p.callback_text {
	margin-top: 10px;
	margin-bottom: 5px;
}

#globalheader_pc ul.secondmenu li .menu03 .secondbox .left a,
#globalheader_pc ul.secondmenu li .menu03 .secondbox .right a {
    display: block;
    width: 11em;
	margin: 15px auto 0 auto;
    padding: 8px 0;
    background-color: #2e7ec2;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
	/* for firefox */
	background: -moz-linear-gradient(top, #2e7ec2, #0068b7);
	/* fore safari and chrome */
	background: -webkit-gradient(linear, left top, left bottom, from(#2e7ec2), to(#0068b7));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#globalheader_pc ul.secondmenu li .menu03 .secondbox .left a:hover,
#globalheader_pc ul.secondmenu li .menu03 .secondbox .right a:hover {
	opacity: 0.8;
}

#globalheader_pc ul.secondmenu li .menu03 .thirdbox table {
	width: 520px;
	margin: 10px auto 0 auto;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

#globalheader_pc ul.secondmenu li .menu03 .thirdbox table tr {
	border: none;
	border-bottom: 1px solid #dddede;
}

#globalheader_pc ul.secondmenu li .menu03 .thirdbox table tr:last-child {
	border: none;
}

#globalheader_pc ul.secondmenu li .menu03 .thirdbox table th {
	width: 190px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	border: none;
}

#globalheader_pc ul.secondmenu li .menu03 .thirdbox table td {
	width: 330px;
	overflow: hidden;
	border: none;
}

#globalheader_pc ul.secondmenu li .menu03 .thirdbox table td ul {
	width: 350px;
	margin: 22px 0 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#globalheader_pc ul.secondmenu li .menu03 .thirdbox table td ul li {
	float: left;
	width: auto;
	margin: 0 20px 0.8em 0;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}

#globalheader_pc ul.secondmenu li .menu03 .thirdbox table td ul li:last-child {
	margin-bottom: 22px;
}

#globalheader_pc ul.secondmenu li .menu03 .thirdbox table td p {
	margin-top: 22px;
}

#globalheader_pc ul.secondmenu li .menu03 .thirdbox table td ul li a {
	text-decoration: none;
}

#globalheader_pc ul.secondmenu li .menu03 .thirdbox table td ul li a:hover {
	text-decoration: underline;
}

#globalheader_pc ul.secondmenu li .menu03 .thirdbox table td ul li span {
	display: inline-block;
	background-color: #c2191f;
	color: #ffffff;
	margin-left: 2px;
	padding: 2px 3px;
	line-height: 1;
	font-size: 0.9em;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



/**** DTIロゴのみのヘッダー **************************************************************/
#globalheader_logoonly {
	width: 100%;
	height: 45px;
	margin-top: 30px;
	background-color: #717f87;
}

#globalheader_logoonly p.logo {
	width: 125px;
	height: 45px;
	margin-left: 25px;
	background-color: #ffffff;
	text-align: center;
}








/* ==============================
スマホ版
============================== */

@media screen and (max-width: 481px) {

#globalheader_pc {
	display: none;
}

#globalheader_sp {
	display: block;
	background-color: #ffffff;
	font-size: 12px !important;
}

#globalheader_sp .wrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#globalheader_sp .wrapper ul.firstmenu {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 8px 0;
	list-style-type: none;
	z-index: 9000;
}

#globalheader_sp .wrapper ul.firstmenu li.menu01 {
	float: left;
	width: 40%;
}

#globalheader_sp .wrapper ul.firstmenu li.menu02,
#globalheader_sp .wrapper ul.firstmenu li.menu03,
#globalheader_sp .wrapper ul.firstmenu li.menu04 {
	float: left;
	width: 20%;
	border-left: 1px solid #707f87;
}

#globalheader_sp .wrapper ul.firstmenu li.menu02 a,
#globalheader_sp .wrapper ul.firstmenu li.menu03 a,
#globalheader_sp .wrapper ul.firstmenu li.menu04 a {
	display: block;
	text-align: center;
	height: 35px;
}

#globalheader_sp .wrapper ul.firstmenu li.menu01 img {
	margin-left: 15%;
}

#globalheader_sp .wrapper ul.firstmenu li.menu01 img,
#globalheader_sp .wrapper ul.firstmenu li.menu02 img,
#globalheader_sp .wrapper ul.firstmenu li.menu03 img,
#globalheader_sp .wrapper ul.firstmenu li.menu04 img {
	display: inline;
}

#globalheader_sp .wrapper ul.firstmenu li.menu04 a {
	background: url(/common/image/globalheader/icon_menu_sp_off.gif) no-repeat center center;
	background-size: contain;
}


#globalheader_sp .wrapper .submenu {
	display: none;
	/* for firefox */
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	background: #707f87;
	background: -moz-linear-gradient(top, #707f87, #7f8d95);
	/* fore safari and chrome */
	background: -webkit-gradient(linear, left top, left bottom, from(#707f87), to(#7f8d95));
	z-index: 9998;
}

#globalheader_sp .wrapper .submenu:before {
border: 10px solid transparent;
border-bottom-color: #707f87;
border-top-width:0;
top: 40px;
right: 26px;
content: "";
display: block;
position: absolute;
width: 0;
z-index: 9999;
}

#globalheader_sp .wrapper .submenu ul li {
	width: 70%;
	margin: 0 auto;
	border-bottom: 1px solid #aab6bc;
	font-size: 1.2em;
}

#globalheader_sp .wrapper .submenu ul li a {
	display: block;
	padding: 10px 20px;
	color: #ffffff;
	text-decoration: none;
}

#globalheader_sp .wrapper .submenu p.service_link {
	margin: 20px auto;
	text-align: center;
}

#globalheader_sp .wrapper .submenu p.service_link a {
	color: #ffffff;
	text-decoration: none;
}



/**** DTIロゴのみのヘッダー **************************************************************/
#globalheader_logoonly {
	width: 100%;
	height: 50px;
	margin-top: 0;
	padding: 8px 0;
	background-color: #ffffff;
}

#globalheader_logoonly p.logo {
	width: 50px;
	height: 29px;
	margin-left: 6%;
	text-align: left;
}

#globalheader_logoonly p.logo img {
	width: 50px;
	height: 29px;
}

}
