@charset"UTF-8";

.serviceBox p {
    font-size: 16px;
    line-height: 1.2;
    padding: 5px 10px;
}

.serviceBox p small {
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.serviceBox .leftZone {
	float:left;
}

.serviceBox .rightZone {
	float: none;
    width: auto;
    overflow: hidden;
}

@media screen and (max-width:950px) {
/*.serviceBox .leftZone {
	display: none;
}
.serviceBox .rightZone {
	width: 100%;
}*/
}
@media screen and (max-width:767px) {
.serviceBox .leftZone img {
	width:137px;
}
.serviceBox .rightZone img {
width: 100% !important;
max-width: 384px !important;
}
}

@media screen and (min-width:1025px) {
body {
	background: #ddd;
}
#bodycontainer, body, html {
	overflow-x: hidden;
}
#footer .inner, #header .inner, .tabBox .mainImage, .wrapper .inner {
	overflow: hidden;
	width: 75pc;
	margin: 0 auto;
}
#header .inner .menu {
	display: none;
}
}

@media screen and (max-width:1024px) {
body {
	background: ragb(0, 0, 0, 0.9);
}
#bodycontainer, body, html {
	overflow-x: hidden;
}
#header {
	height: 50px;
	position: fixed;
	z-index: 3;
	background: #fff;
	width: 100%;
	top: 0;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
}
#header .inner {
	position: relative;
}
#header .inner .menu {
	position: absolute;
	right: 2px;
}
#header .inner .menu i {
	font-size: 28px;
	color: #222
}
#header .inner .menu a {
	display: block;
	padding: 9pt 11px 10px;
}
}
.image {
	background: #000;
}
.image img:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}
.cate1bg, .newsBox .cate1 .date:after {
	background-color: #cc0033;
}

@media screen and (min-width:1025px) {
.cate1txt {
	color: #cc0033;
}
}
.buttons {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: 0;
}
.buttons:after, .buttons:before {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.buttons, .buttons:after, .buttons:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#header .inner .logo {
	position: relative;
	background-repeat: no-repeat;
}
#header .inner .logo a, #header .inner .logo img {
	position: absolute;
}
#header .inner .logo img {
	z-index: 0;
}
#header .inner .logo a {
	z-index: 1;
	display: block;
	text-indent: -9999px
}

@media screen and (min-width:1025px) {
#header .inner .logo {
	background-image: url(../../image/logo.png);
}
#header .inner .logo a {
	height: 30px;
}
#header .inner .logo, #header .inner .logo img {
	width: 300px;
	height: 30px;
}
#header .inner .logo a:nth-child(1) {
	width: 144px
}
#header .inner .logo a:nth-child(2) {
	width: 156px;
	left: 144px
}
}

@media screen and (min-width:661px) and (max-width:1024px) {
#header .inner .logo {
	margin: 11px 0 0 2px;
	background-image: url(../../image/logo_2x_tab.png);
	background-size: 300px 30px;
}
#header .inner .logo a {
	height: 30px;
}
#header .inner .logo, #header .inner .logo img {
	width: 300px;
	height: 30px;
}
}

@media screen and (min-width:375px) and (max-width:660px) {
#header .inner .logo {
	margin: 14px 0 0 2px;
	background-image: url(../../image/logo_2x_tab.png);
	background-size: 15pc 24px;
}
#header .inner .logo a {
	height: 24px;
}
#header .inner .logo, #header .inner .logo img {
	width: 15pc;
	height: 24px;
}
}

@media screen and (max-width:374px) {
#header .inner .logo {
	margin: 17px 0 0 2px;
	background-image: url(../../image/logo_2x_tab.png);
	background-size: 200px 20px;
}
#header .inner .logo a {
	height: 20px;
}
#header .inner .logo, #header .inner .logo img {
	width: 200px;
	height: 20px;
}
}

@media screen and (min-width:1025px) {
#header .inner .logo {
	float: left;
	margin: 19px 0 0;
}
#header .inner .txt {
	float: left;
	text-align: left;
	color: #2e6598;
	font-size: 13px;
	padding: 25px 10px 21px 20px;
	width: 650px;
}
#header .inner .txt h1 {
	font-weight: 700;
	padding: 2px 0 2px 5px;
	display: inline-block;
}
#header .inner .headnav {
	float: right;
}
#header .inner .headnav li {
	float: left;
	padding: 26px 0 22px 15px;
}
#header .inner .headnav li a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	position: relative;
	padding-bottom: 2px;
}
#header .inner .headnav li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #5589ba;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
#header .inner .headnav li a:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#header .inner .headnav li a i {
	margin-right: 2px;
}
}

@media screen and (max-width:1024px) {
#header .inner .logo {
	float: left;
}
#header .inner .headnav, #header .inner .txt {
	display: none;
}
}

@media screen and (min-width:1025px) {

}

@media screen and (min-width:601px) and (max-width:1024px) {

}

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

}

@media screen and (min-width:1025px) {
.mainAll {
	background-color: #5589ba;
	background-image: url(../../image/headerBg.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding-bottom: 40px;
}
div.tabCont div.tabBox {
	overflow: hidden;
	height: 500px;
	padding: 40px 0 20px;
}
}

#bodycontainer {
	overflow-y: hidden;
	height: 100%;
	position: relative;
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	width: 100%;
	z-index: 2;
	background: #fff;
}
#bodycontainer.visible {
	-webkit-transform: translate3d(-80%, 0, 0);
	transform: translate3d(-80%, 0, 0);
}

@media screen and (min-width:1025px) {
#bodycontainer.visible {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}

@media screen and (min-width:1025px) {
.drawer-hamburger, .drawer-toggle {
	display: none!important;
}
}
#spwrap.visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}

@media screen and (min-width:1025px) {
#spwrap.visible {
	visibility: hidden;
}
.sb-slidebar {
	display: none;
	height: 0;
}
}

@media screen and (max-width:1024px) {
#bodycontainer {
	padding-top: 50px;
}
.sb-slidebar ul li {
	border-bottom: 1px solid #111;
}
.sb-slidebar ul li.membermenu {
	background-color: #353b42;
}
.sb-slidebar ul li a {
	padding: 15px 20px;
	display: block;
	color: #fff;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.sb-slidebar ul li a:hover {
	background-color: #000;
}
.sb-slidebar .spwrapMenu li .hideTxt {
	height: auto;
	text-indent: 0;
	font-style: normal;
	display: inline-block;
	position: static;
}
.sb-slidebar .spwrapMenu li span {
	display: none;
}
.sb-slidebar ul li .fa-check-circle-o {
	margin-right: 5px;
}
}
.titleBox h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	color: #454444;
	text-align: center;
	position: relative;
}

@media screen and (max-width:767px) {
.titleBox h2 {
	font-size: 24px;
}
}
.titleBox h2:after {
	font-size: 14px;
	font-weight: 700;
}


.wrapper {
	border-top:1px solid #f0f2f3;
	border-bottom:1px solid #f0f2f3;
}

@media screen and (min-width:1025px) {
.wrapper {
	padding: 15px 0;
}
#main {
	width: 820px;
	float: left;
}
#sidebar {
	float: right;
}
#sidebar, #sidebar .image {
	width: 350px;
}
#sidebar .image img {
	width: 350px;
	height: auto;
}
}

@media screen and (max-width:1024px) {
.wrapper {
	padding-bottom: 15px;
}
#main {
	width: 100%;
	margin-bottom: 15px;
}
#sidebar .image {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
#sidebar .image img {
	width: 100%;
	height: auto;
}
}

@media screen and (min-width:641px) and (max-width:1024px) {
#sidebar {
	width: 100%;
	padding: 0 2%;
}
#sidebar .sidebarBlock {
	width: 50%;
	float: left;
}
}

@media screen and (max-width:640px) {
#sidebar {
	width: 92%;
	margin: 0 4%;
}
}

@media screen and (min-width:1025px) {
#sidebar .image {
	display: block;
	margin-bottom: 15px;
}
}


@media screen and (min-width:1025px) {
.serviceBox .titleBox h2 {
	padding-bottom: 20px;
}
.serviceBox .titleBox {
	padding-top: 10px;
}
.serviceBox .titleBox h2:after {
	top: 7px;
	padding-left: 10px;
	position: absolute;
}
.serviceBoxInner {
	overflow: hidden;
}
.serviceBoxInner .service {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 5px;
	margin-bottom: 20px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
	position: relative;
	height: 305px;
}
.serviceBoxInner .service .iconBox {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
}
.serviceBoxInner .service .cate1bg {
	background-image: url(../../image/icon_support.png);
}
.serviceBoxInner .service .cate2bg {
	background-image: url(../../image/icon_entame.png);
}
.serviceBoxInner .service .cate3bg {
	background-image: url(../../image/icon_security.png);
}
.serviceBoxInner .service .cate4bg {
	background-image: url(../../image/icon_mail.png);
}
.serviceBoxInner .service .cate5bg {
	background-image: url(../../image/icon_tool.png);
}
.serviceBoxInner .service .cate6bg {
	background-image: url(../../image/icon_monthly.png);
}
.serviceBoxInner .service .cate7bg {
	background-image: url(../../image/icon_sim.png);
}
.serviceBoxInner .service .serviceName {
	padding: 28px 0 0 85px;
	line-height: 1;
	height: 70px;
}
.serviceBoxInner .service .serviceName h3 {
	font-size: 20px;
	font-weight: 400;
}
.serviceBoxInner .service ul {
	padding: 15px 10px 10px;
}
.serviceBoxInner .service ul li {
	width: 50%;
	float: left;
	font-size: 13px;
}
.serviceBoxInner .service ul li i {
	display: none;
}
.serviceBoxInner .service ul li a {
	display: inline-block;
	padding: 5px 10px 5px 1px;
	color: #282525;
	text-decoration: none;
	outline: 0;
	position: relative;
}
.serviceBoxInner .service ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #555;
}
.serviceBoxInner .service ul li a:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.serviceBoxInner .service ul li a:hover:before {
	background-color: #fff;
}
.serviceBoxInner .service ul li a:before {
	content: "・"
}	
}

@media screen and (min-width:768px) and (max-width:1024px) {
.serviceBox .titleBox h2:before {
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
	margin-left: -113px;
	top: -17px;
}
}

@media screen and (max-width:767px) {
.serviceBox .titleBox h2:before {
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
	margin-left: -98px;
	top: -21px;
}
}

@media screen and (max-width:1024px) {
.serviceBox {
	padding: 20px 0 0;
}
.serviceBox .titleBox {
	position: relative;
	margin-bottom: 20px;
}
.serviceBox .titleBox h2:after {
	display: block;
	text-align: center;
	padding-top: 5px;
}
.serviceBox .titleBox h2:before {
	content: url(../../image/icon_service.png);
	display: block;
	text-align: center;
	height: 60px;
	position: absolute;
	left: 45%;
}
.serviceBoxInner .service .iconBox {
	display: none;
}
.serviceBoxInner .service .serviceName {
	padding: 13px 10px 11px 45px;
	color: #fff;
	font-size: 110%;
	line-height: 1;
	position: relative;
}
.serviceBoxInner .service .serviceName h3:after {
	font-size: 80%;
	font-weight: 400;
	margin-left: 10px;
}
.serviceBoxInner .service .serviceName h3:before {
	display: inline-block;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
	position: absolute;
	top: -15px;
	left: -10px;
}
.serviceBoxInner .service .cate1txt h3:before {
	content: url(../../image/icon_support.png);
}
.serviceBoxInner .ca__security .serviceName {
	background: #cc0033;
}
.serviceBoxInner .service ul li a {
	background: #fff;
	display: block;
	padding: 20px 15px;
	border-bottom: 1px solid #eee;
	color: #282525;
	width: 50%;
	float: left;
	font-size: 90%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.serviceBoxInner .service ul li a:hover {
	background: #000;
	color: #fff;
}
.serviceBoxInner .service ul li a:nth-child(odd) {
	border-right: 1px solid #eee;
}
.serviceBoxInner .service ul li a i {
	margin-right: 5px;
	display: inline-block;
}
}

@media screen and (min-width:1025px) {
.pickupBox {
	width: 75pc;
	margin: 0 auto;
	padding: 35px 0;
}
.pickupBox .pickup {
	width: 200px;
	height: 167px;
	background: #3c3932;
	float: left;
	text-align: center;
	color: #fff;
	padding: 30px 0 0;
}
.pickupBox .pickup h4:before {
	content: url(../../image/icon_pickup.png);
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
#main_slide {
	width: 750pt;
	float: right;
}
#main_slide, #main_slide ul {
	overflow: hidden;
}
#main_slide ul li {
	width: 200px;
	overflow: hidden;
	background: #000;
}
#main_slide ul li img {
	width: 200px;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#main_slide ul li a img:hover {
	background: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .6s;
	transition: all .6s;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#main_slide ul li i {
	display: none;
}
}

@media screen and (max-width:1024px) {
.pickupBox {
	display: none;
}
}

.footerTop {
	background: #f1f2f4;
	padding: 15px 0;
}
.footerTop .footerFormBox {
	text-align: center;
}
.footerTop .footerFormBox form {
	display: inline;
	margin: 0 auto;
}
.footerTop .footerFormBox form input[type="text"] {
	border: 1px solid #eee;
	font-size: 14px;
	padding: 5px 10px;
	display: inline-block;
}
.footerTop .footerFormBox form input[type="submit"] {
	cursor: pointer;
	background: #4a80a6;
	border-top: 1px solid #4a80a6;
	border-left: 0 0;
	border-right: 0 0;
	font-size: 14px;
	color: #fff;
	font-family: Avenir, Open Sans, 游ゴシック体, Yu Gothic, YuGothic, Arial, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
}
#pagetop {
	position: fixed;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#pagetop a {
	display: block;
	text-indent: -9999px;
}

@media screen and (min-width:1025px) {
.footerTop .footerFormBox form input[type="text"] {
	width: 25pc;
}
.footerTop .footerFormBox form input[type="submit"] {
	border-bottom: 3px solid #2d5070;
	font-size: 14px;
	padding: 2px 30px;
}
.footerBottom {
	background: #385072;
	text-align: center;
	padding: 15px 0;
}
.footerBottom .linkArea {
	width: 700px;
	margin: 0 auto;
	color: #fff;
}
.footerBottom .linkArea a {
	color: #fff;
	display: inline-block;
	padding: 3px 5px;
	font-size: 9pt;
	line-height: 1.4;
}
.footerBottom .linkArea a:hover {
	text-decoration: underline
}
.footerBottom #footerCopyright {
	color: #fff;
	padding: 15px 0 0;
	font-size: 9pt;
}
#pagetop, #pagetop a {
	width: 90px;
}
#pagetop {
	right: 50%;
	margin-right: -600px;
	background-image: url(../../image/pagetop.png);
}
#pagetop, #pagetop a {
	height: 45px;
}
}

@media screen and (max-width:1024px) {
.footerBottom .linkArea {
	padding: 0 10%;
	text-align: center;
}
}

@media screen and (max-width:1024px) {
#main_slide, .footerTop {
	display: none;
}
#footer {
	background: #385072;
	text-align: center;
	padding: 15px 0 30px;
}
#footer .footerBottom {
	padding: 0 3%;
	line-height: 2;
	text-align: left;
}
#footer .footerBottom, #footer .footerBottom a {
	color: #fff;
	font-size: 9pt;
}
#footerCopyright {
	text-align: center;
	padding: 20px 0;
}
#pagetop, #pagetop a {
	width: 90px;
	height: 60px;
}
#pagetop {
	background-image: url(../../image/pagetop_2x.png);
	background-size: 90px 45px;
	left: 50%;
	margin-left: -45px;
}
}

/*add s.f*/
@media screen and (min-width:1025px) {
.memberService {
	width: 100%;
	padding: 20px 50px;
	background: hsla(0,0%,100%,.9);
	margin: 0 auto;
}
.memberService h2 {
	color: #5589ba;
}
.memberService dl dt {
	width: 5in;
}
.memberService dl dd {
	width: 420px;
}
.memberService dl dt p {
	font-size: 14px;
	line-height: 1.7;
	padding-top: 2px;
}
}

@media screen and (min-width:868px) and (max-width:1024px) {
.memberService {
	width: 86%;
	margin: 0 7%;
}
.memberService dl dt {
	width: 58%
}
.memberService dl dd {
	width: 42%
}
}

@media screen and (min-width:768px) and (max-width:867px) {
.memberService {
	width: 96%;
	margin: 0 2%;
}
.memberService dl dt {
	width: 62%;
}
.memberService dl dd {
	width: 38%;
}
}

@media screen and (min-width:768px) and (max-width:1024px) {
.memberService {
	padding: 30px 2%;
}
.memberService h2 {
	color: #fff;
}
.memberService dl dt p {
	font-size: 13px;
	line-height: 1.7;
	padding-top: 5px;
	color: #fff;
}
}

@media screen and (min-width:768px) {
.memberService {
	margin: 0 auto;
	line-height: 1.2
}
.memberService h2 {
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	padding-bottom: 20px;
}
.memberService dl dt {
	float: left;
}
.memberService dl dd {
	float: right;
}
}

@media screen and (max-width:767px) {
.memberService {
	margin: 0 1%;
	line-height: 1.2;
	padding: 10px;
}
.memberService h2 {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 20px;
	color: #454444;
}
.memberService h2 span {
	display: block;
}
.memberService dl dt {
	padding: 10px 2px;
	font-size: 14px;
	border-top: 1px solid #eee;
}
.memberService dl dt p {
	line-height: 1.7;
	padding: 0 15px 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
.memberService dl dd {
	padding: 0 5%;
}
}

.memberService a {
	background: #c2313b;
	color: #fff;
	border-radius: 2px;
	width: 100%;
	height: 60px;
	display: block;
	border-color: #9a252e;
	border-style: solid;
	border-bottom-width: 6px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	font-size: 17px;
	padding: 17px 0 0;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	overflow: hidden;
}
.memberService a:before {
	content: "";
	background-color: hsla(0,0%,100%,.3);
	height: 100%;
	width: 5em;
	display: block;
	position: absolute;
	top: 0;
	left: -8em;
	-webkit-transform: skewX(-45deg) translateX(0);
	transform: skewX(-45deg) translateX(0);
	-webkit-transition: none;
	transition: none;
}
.memberService a:hover {
	background-color: #d8222f;
	color: #fff;
}
.memberService a:hover:before {
	-webkit-transform: skewX(-45deg) translateX(35em);
	transform: skewX(-45deg) translateX(35em);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.memberService a i,
.memberService p i {
	margin-right: 8px;
}

@media screen and (min-width:1025px) {
.boxArea {
	width: 100%;
    padding: 20px 50px;
	margin: 0 auto;
}
}
@media screen and (min-width:868px) and (max-width:1024px) {
.boxArea {
	width: 86%;
	margin: 0 7%;
}
}

@media screen and (min-width:768px) and (max-width:867px) {
.boxArea {
	width: 96%;
	margin: 0 2%;
}
}
@media screen and (min-width:768px) and (max-width:1024px) {
.boxArea {
	padding: 30px 2%;
}
}

@media screen and (min-width:768px) {
.boxArea {
	margin: 0 auto;
	line-height: 1.2;
}
}
@media screen and (max-width:767px) {
.boxArea {
	margin: 0 1%;
	line-height: 1.2;
	padding-top: 10px;
}
}

.fullbox {
	padding: 20px 0;
}

.boxArea .wrap {
	border: 1px solid #e4e3e3;
	clear: both;
	overflow: hidden;
	padding: 5px;
}

.boxArea .wrap .txt{
}

.boxArea .wrap .txt small{
	font-size:12px;
}

.partsTitleBox {
    border-bottom: 2px solid #35383c;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    clear: both;
}

.partsTitleBox {
    padding: 0 10px;
}

.partsTitle {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
}

.partsTitle {
    padding: 12px 5px 12px 2px;
}

.partsTitleBox2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    clear: both;
}

.partsTitleBox2 {
    padding: 0 10px;
}

.partsTitle2 {
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
}

.partsTitle2 {
    padding: 12px 5px 12px 2px;
}



.boxArea .wrap .text {
    padding: 0 5px 10px 10px;
    line-height: 1.6;
    clear: both;
}

.boxArea .wrap .text span {
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding: 9px 10px 9px 15px;
    background: #f6f6f6;
    color: #4b5054;
    border-radius: 1px;
	text-align:left;
}

.boxArea .wrap .text p {
    font-size:14px;
    padding:5px 2px;
    color: #6D6C6C;
	text-align:left;
	line-height: 1.8;
}

.resultAttentionBox {
    font-size: 12px;
    line-height: 1.8;
}


.fa-angle-down {
    margin-right: 5px;
}
.poCenter {
	text-align: center;
}

/*--add 16.05.10--*/

.dtvPage .dtvLink,
.dhitsPage .dhitsLink,
.dmzPage .dmzLink,
.danimePage .animeLink {
	display:none;
}

.txtred {
	color:#ff0000;
}
