@charset "utf-8";


/*=========================================
MIZUHO CSS Copyright 2013/10
=========================================*/


/*=========================================
Common
=========================================*/
* {
	filter: inherit;
}
* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height:20px;
	text-align: justify;
	text-justify:inter-ideograph;
}
html, body {
	color: #000;
	font-size: 14px;
	line-height:20px;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	width:100%;
	background:#FFF;
}

img {
	border:none;
	}

a:link {  	color: #4B4848;} 
a:visited { 	color: #4B4848; } 
a:hover { 	color: #4B4848; } 
a:active { 	color: #4B4848; } 

a {
	text-decoration: none;
} 
a img:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;	
}
.red-strong{
	color:#F33;
	font-weight:bold;
	font-size:12px;
}
.orange {
	color:#F63;
	font-weight:bold;
}
.align_right {
	text-align:right;
}
ul, ol, li {
	list-style:none;
}
#display_none {
	display:none;
}
.align_right {
	text-align:right;
}
.unlink {
	pointer-events:none;	
}
hr {
	display:none;
}
p {
	background:url(../img/sp.gif);
}
/*=========================================
Structure
=========================================*/
#wrapper {
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
}
/*==========================
#header
==========================*/
#header {
	position:relative;
	float:none;
	clear:both;
	overflow:hidden;
	padding:0;
	margin:0;
	background:#FFF;
}
#header #header_inside {
	width:940px;
	position:relative;
	margin:0 auto;
	float:none;
	clear:both;
	overflow:visible;
	height:200px;
	/height:150px;
	/margin:0 auto 50px;
}

#header #header_inside #logo{
	line-height:0;
	font-size:0;
	width:221px;
	height:200px;
	position:absolute;
	overflow:hidden;
	left:10px;
	top:0;
	z-index:3000;
}
#header #header_inside #logo span{
	display:none;	
}
#header #header_inside #logo a{
	line-height:0;
	font-size:0;
	display:block;
	overflow:hidden;
	position:relative;
}
#header #header_inside #logo a img.ie_logo{
	display:block;
	position:absolute;
	left:0;
	top:0;
}

#header #header_shoulder{
	float:right;
	margin:18px 0 0 0;
	position:relative;
	width:auto;
	line-height:0;
	font-size:0;
}
#header #header_shoulder a{
	position:absolute;
	right:20px;
	bottom:18px;
}
#header h1{
	font-size:0px;
	line-height:0;
}
#header .header_above {
	position:absolute;
	left:0;
	top:0;
	display:block;
	height:19px;
	width:100%;
	background:url(../img/header_line_top.png) repeat-x;
	z-index:2000;
}
#header .header_below {
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	height:10px;
	width:100%;
	background:url(../img/header_line_bottom.png) repeat-x;
	z-index:2000;
}
* html #header .header_below {
	border:10px solid #009;
	
}

/*==========================
#main
==========================*/
#main {
	float:none;
	clear:both;
	position:relative;
	/*overflow:hidden;*/
	margin:0 auto;
	padding:15px 0 0;
	width:900px;
	background:#FFF;
}


/*==========================
#content
==========================*/
#content {
	margin:20px 20px 20px 235px;
	padding:0 0 20px;
	width:724px;
	background:#FFF;
	position:relative;
	overflow:hidden;
}

#content h2{
	padding:0 0 30px;
	margin:10px 0 40px;
	border-bottom:#555 1px solid;
	position:relative;
	font-size:24px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}



/*==========================
#footer
==========================*/
#footer {
    margin: 0;
    position: absolute;
    bottom: -176px;
    width: 100%;
    height: 195px;
    background: url(../img/footer_bg.png) left bottom repeat-x;
}
#footer #footer_inside{
	margin:0 auto;
	width:898px;
	position:relative;
	padding:38px 0 0;
	line-height:12px;
}
#footer #footer_inside #to_top {
	position:absolute;
	top:11px;
	right:0px;
	display:block;
}
#footer #footer_inside #footer_logo {
	position:absolute;
	top:58px;
	left:0px;
	font-size:0px;
	line-height:0px;
	height:110px;
	padding:0 24px 0 0;
	line-height:12px;
	width:465px;
	background:url(../img/footer_logo.png) left top no-repeat;
}
#footer #footer_inside #footer_logo a {
    display: block;
    margin: 0px 0px 0 236px;
    width: 256px;
}
#footer #footer_inside #footer_logo a img{
	visibility:hidden;
}
#footer #footer_inside #footer_logo a:hover img{
	visibility:visible;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#footer #footer_inside #footer_logo p{
	font-size:10px;
	color:#C9C8C8;
	line-height:12px;
	margin:40px 0 0 233px;
	text-align:left;
	white-space:normal;
}
#footer #footer_inside #iso {
	display:none;
	position:absolute;
	top:58px;
	left:239px;
	font-size:0px;
	line-height:0px;
}
#footer #footer_inside #iso li{
	float:left;
	width:auto;
	font-size:0px;
	line-height:0px;
}
#footer #footer_inside #iso li img{
	display:block;
	margin:0 9px 0 0;
	
}




#footer #footer_inside .menu_ul {
	position:absolute;
	top:63px;
	right:0px;
	border-left:1px solid #C9C8C8;
}

#footer #footer_inside .menu_ul2 {
    position: absolute;
    top: 90px;
    right: 0px;
    border-left: 1px solid #C9C8C8;
}

#footer #footer_inside .menu_ul li,#footer #footer_inside .menu_ul2 li{
	float:left;
	width:auto;
	border-right:1px solid #C9C8C8;
}
#footer #footer_inside .menu_ul li a,#footer #footer_inside .menu_ul2 li a{
	display:block;
	font-size:12px;
	color:#C9C8C8;
	line-height:12px;
	text-align:center;
	padding:0 15px;
}
#footer #footer_inside .menu_ul li a:hover,#footer #footer_inside .menu_ul2 li a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;	
}




#footer #copyright{
	font-size:10px;
	text-align:right;
	position:absolute;
	right:0;
	color:#C9C8C8;
	top:150px;
}



/*==========================
.menu
==========================*/
.menu {
	padding:0;
	background:#004392 url(../img/header_menu_line.png);
	float:none;
	clear:both;
	position:relative;
	overflow:hidden;
	height:50px;
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	/z-index:-1;
}
* html .menu {
	margin:-40px 0 0;
	position:relative;
	overflow:visible;
	z-index:1;
}
.menu ul{
	width:720px;
	padding:0 0 0 220px;
	margin:0 auto;
	float:none;
	clear:both;
	position:relative;
	overflow:hidden;
	height:50px;
	background:url(../img/menu_bt.png) no-repeat;
}
* html .menu ul{
	width:720px;
	margin:0 auto;
	background:url(../img/menu_bt.png) no-repeat;
}
.menu ul li{
	float:left;
	width:178px;
	text-align:left;
	height:50px;
}
.menu ul li.menu_profile {	width:178px; }
.menu ul li.menu_products {	width:174px; }
.menu ul li.menu_strength { width:175px; }
.menu ul li.menu_contact { width:173px; }

.menu ul li a{
	width:176px;
	font-size:0px;
	line-height:0;
	height:50px;
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
.menu ul li.menu_profile a{	width:173px; }
.menu ul li.menu_products a{	width:172px; }
.menu ul li.menu_strength a{ width:173px; }
.menu ul li.menu_contact a{ width:172px; }


.menu ul li a:hover{
	background:#FFF;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity:0.1;
}
.menu ul li.current a{
	background:#FFF;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity:0.1;
}




/*==========================
.contents_footer
==========================*/

.contents_footer_bg {
	background: #E0F9F9;
	
}


.contents_footer {
    margin: 0 auto;
    clear: both;
    width: 900px;
    font-size:0px;
	line-height:0px;
	position:relative;
}

.contents_footer p{
	display:none;
}
.contents_footer a {
    position: absolute;
    top: 121px;
    right: 111px;
    display: block;
}

/*==========================
h2
==========================*/
/*#main section h2 {
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;	
	height:70px;
	margin:0 0 30px;
}*/



/*==========================
#top
==========================*/
#top #header #header_inside {
	height:auto;
	/margin-bottom:0;
}
#top #header #header_inside #logo{
	left:20px;
	width:200px;
	height:auto;
}
#top #main {
	padding:52px 0 238px;
}

#top .header_above {
	position:absolute;
	left:0;
	top:0;
	display:block;
	height:19px;
	width:100%;
	background:url(../img/top/top_header_obi_top.png) repeat-x;
	z-index:4000;
}
#top .header_below {
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	height:19px;
	width:100%;
	background:url(../img/top/top_header_obi_top.png) repeat-x;
	z-index:4000;
}
#top #header {
	background:#00469C;
}
#top #header h1{
	background:url(../img/top/top_header_logo_on.png) left top no-repeat;
	overflow:hidden;
}
#top #header h1 a:hover img{
	visibility:hidden;
}
#top #slider {
	height:335px;
	width:700px;
	overflow:visible;
	margin:0 0 0 220px;
}
* html #top #slider {
	overflow:hidden !important;
}
#top #slider .flex-viewport {
	overflow:visible !important;	
}
* html #top #slider .flex-viewport {
	overflow:hidden !important;	
}
#top #slider .slides li {
	position:relative;	
}
#top #slider .slides li span{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	position:absolute;
	left:0;
	top:0px;
	display:block;
	overflow:hidden;
}



#top_body #top_message {
	margin:0 0 50px;
}
#top_body #top_message p {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:15px;
	line-height:28px;
}

#top_merit {
	font-size:0px;
	line-height:0px;	
}
#top_merit p {
    /* display: none; */
    font-size: 15px;
    padding: 0 0 15px;
	line-height:1.6;
}
div#top_message li:last-child {
    margin: 0;
}
div#top_message li {
    float: left;
    display: block;
    width: 280px;
    margin-right: 30px;
}

div#top_message li a {
    display: block;
    text-align: right;
    margin: 15px 0 40px;
}

#top_body h3 {
    font-size: 24px;
    margin: 0 0 20px;
}

div#top_message h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 10px;
}

div#top_merit li {
	float:left;	
	margin:0 30px 0 0;
}

div#top_merit li:last-child {
	float:left;	
	margin:0;
}


/*==========================
#top .menu
==========================*/
#top .menu {
	padding:0;
	background:#00469C url(../img/top/top_menu_bg.png);
	float:none;
	clear:both;
	position:relative;
	overflow:hidden;
	height:50px;
	bottom:auto;
	left:auto;
}
#top .menu ul{
	width:919px;
	padding:0 0 0 21px;
	margin:0 auto;
	float:none;
	clear:both;
	position:relative;
	overflow:hidden;
	height:50px;
	background:url(../img/top/top_menu.png) no-repeat;
}
#top .menu ul li{
	float:left;
	width:225px;
	text-align:left;
	height:50px;
}
#top .menu ul li a{
	width:223px;
	font-size:0px;
	line-height:0;
	height:50px;
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#top .menu ul li a:hover{
	background:#FFF;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity:0.1;
}


#breadcrumb {
	text-align:right;
	margin:0 0 30px;
	float:none;
	clear:both;
	position:relative;
	overflow:hidden;
	color:#4B4848;
	font-size:11px;	
}
#breadcrumb a{
	font-size:11px;	
}



/*==========================
#profile
==========================*/
#profile #main section h2 {
	background:url(../img/profile/profile_header.png) left top no-repeat;
}


.pr_contener {
    width: 790px;
    margin: 30px auto 70px;
}
.pr_contener h4 {
    margin-bottom: 20px;
}

.pr01_right{
	float:left;
	width:415px;
	    margin-bottom: 40px;
}

.pr01_left{
	float:left;
}

.pr01_left img {
    margin: 0 0 0 44px;
}

article#profile_03 table {
    margin: 70px 0 0;
}

/*#profile #main section article {
	padding:0 0 53px 142px;
	float:none;
	clear:both;
	position:relative;
	overflow:hidden;	
}*/
#profile #main section article p{
font-size: 17px;
    line-height: 28px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*#profile #main section article#profile_01 {
	background: url(../img/profile/president.png) 480px 95px no-repeat;
    padding: 70px 452px 53px 48px;
}*/

/*#profile #main section article h3 {
	position:absolute;
	top:0;
	left:0;
	background-position:top left;
	background-repeat:no-repeat;
	width: 900px;
    height: 46px;
    text-indent: 999%;
	overflow:hidden;
	white-space:nowrap;	
}*/

/*#profile section article#profile_01 h3{ background-image:url(../img/profile/profile_header.png); }
#profile section article#profile_02 h3{ background-image:url(../img/profile/philosophy_header.png); }
#profile section article#profile_03 h3{ background-image:url(../img/profile/subtitle_profile.png); }
*/
/*#profile #main section article#profile_01 h4{
	width:402px;
	height:108px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background:url(../img/profile/message_lead.png) left 28px no-repeat;
}*/
/*#profile #main section article#profile_01 h5{
	margin:18px 0 0;
	width:473px;
	float:none;
	clear:both;
	height:23px;
	overflow:hidden;
	position:relative;
	text-indent:100%;
	/text-indent:-9999px;
	white-space:nowrap;

	background:url(../img/profile/president_signature.png) right top no-repeat;
}
#profile #main section article#profile_01 h5 span{
	position:absolute;
	text-indent:0;
	right:120px;
	top:3px;
}*/
#profile #main section article#profile_02 ul li {
	font-size:16px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:25px;
	padding:0 0 5px 20px;
	position:relative;
}
#profile #main section article#profile_02 ul li span{
	position:absolute;
	left:0px;
	top:2px;
	color:#0096E0;
}
#profile #main section article#profile_03 {
	padding:0 0 53px 0;	
}
#profile #main section article#profile_03 h3 {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	height:26px;
	margin:0 0 20px;
}
#profile #main section article#profile_03 table {
	border-top:#CCC 1px solid;
	width:100%;
}
#profile #main section article#profile_03 table th{
	border-bottom:#CCC 1px solid;
	padding:17px 88px 17px 30px;
	font-size:15px;
	line-height:25px;
	vertical-align:top;
	color:#262626;
	letter-spacing:2px;
	font-weight:bold;
}
#profile #main section article#profile_03 table td{
	border-bottom:#CCC 1px solid;
	font-size:15px;
	line-height:25px;
	padding:17px 0 17px 0;
	color:#262626;	
}
#profile #main section article#profile_03 table td small{
	
}

#profile #main section table#photo td{
	padding:0 26px 0 0;
}
#profile #main section table#photo td span{
	display:block;
	text-align:left;
	font-size:16px;
	line-height:25px;
	    margin: 0 0 15px;
}






table#photo {
    margin: 0 0 70px;
}











/*==========================
#products
==========================*/
/*#products #main section h2 {
	background:url(../img/product/product_header.png) left top no-repeat;
}*/
#products section h3{
	background-position:top left;
	background-repeat:no-repeat;
	height:21px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;	
	background-image:url(../img/product/product_lead.png);
	margin:0 0 20px;
}
#products section p {
    margin: 10px 0 54px;
}

#products section h4 {
    color: #0431b1;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    letter-spacing: -0.7px;
}

#products section table span.tit_sub{
	display:inline;
}

/*#products section table h4>span {
    display: inline;
    text-align: left;
    font-size: 16px;
}*/
/*#products section h4{
	background-position:top left;
	background-repeat:no-repeat;
	height:25px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;	
	background-image:url(../img/product/subtilte_product.png);
	margin:0 0 15px;
}
*/
#below_body .sec1, #below_body .sec2 {
    margin: 0 0 100px;
}

#products section table {
    margin: 20px auto 40px;
}

#products section table th {
    width: 33.3333%;
}

#products section table td {
	/*text-align:center;*/
	/* [disabled]padding:0 30px 30px 0; */
	vertical-align:top;
	    padding-right: 20px;
}
#products section table span {
	display:block;
	/*text-align:center;*/
	font-size:14px;
}

section#below_body h2 {
    margin: 0 0 45px;
}


#products .sec2 table:nth-child(3) img {
    margin: 0 10px 0 0;
}

/*==========================
#strength
==========================*/
/*#strength #main section h2 {
	background:url(../img/strength/header_strength.png) left top no-repeat;
}*/

#strength #main section h2+p {
    margin: 0 0 40px 35px;
}

#strength section article {
	padding:22px 0 22px 228px;
	float:none;
	clear:both;
	position:relative;
	overflow:hidden;	
	margin: 0 0 0 25px;
}
#strength section article h3{
	position:absolute;
	top:0;
	left:0;
	background-position:top left;
	background-repeat:no-repeat;
	width:202px;
	height:202px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;	
}
#strength section article#strength_01 h3{ background-image:url(../img/strength/strength_icon_01.png); }
#strength section article#strength_02 h3{ background-image:url(../img/strength/strength_icon_02.png); }
#strength section article#strength_03 h3{ background-image:url(../img/strength/strength_icon_03.png); }

#strength section article h4{
	background-position:top left;
	background-repeat:no-repeat;
	height:24px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	margin:0 0 18px;
}
#strength section article#strength_01 h4{ background-image:url(../img/strength/strength_lead_01.png); }
#strength section article#strength_02 h4{ background-image:url(../img/strength/strength_lead_02.png); }
#strength section article#strength_03 h4{ background-image:url(../img/strength/strength_lead_03.png); }

#strength section article p {
	font-size:14px;
	line-height:26px;
	width:594px;	
}
#strength section article div {
	float:none;
	clear:both;
	position:relative;
	overflow:hidden;
}
#strength section article div ul{
/*	float:none;
	clear:both;
	position:relative;
	overflow:hidden;*/
	width:594px;
}
#strength section article div ul li{
	float:left;
	width:auto;
}
#strength section article div ul li:nth-child(odd) {
    margin: 0px 34px 18px 0;
}
#strength section article div ul li p{
	width:246px;
	padding:3px 0 5px 30px;
	font-size:13px;
	line-height:19px;
	background:url(../img/strength/strength_arrow.png) left 4px no-repeat;
}
#strength section article div ul li.wide p{
	width:642px;
	padding:3px 0 10px 30px;
}

#strength section article div ul li p strong{
	display:block;
	margin:0 0 0 -7px;	
}


#products #below_body>p>img {
    margin: 0 0 40px 45px;
}

#strength section article div ul li p {
    font-size: 12px;
}


/*==========================
#contact
==========================*/
#contact #main section h2 {
	 /*background: url(../img/contact/header_contact.png) left top no-repeat;
    height: 192px;*/
	    margin: 0 0 60px;
}

#contact #main section h3+img {
    margin: 35px 50px 60px;
}

#contact #main section p {
    font-size: 15px;
    margin: 30px;
    line-height: 20px;
    font-weight: bold;
}
#contact #main section p strong{
	font-size:20px;
	line-height:26px;
	color:#00469C;
}
#contact #main section table {
        width: 820px;
    border-collapse: collapse;
	margin:0 auto;
}
#contact #main section table th {
    color: #108EBB;
    font-size: 16px;
    padding: 35px 25px 0;
    white-space: nowrap;
    vertical-align: top;
    border: 1px solid #18C7F1;
    background: #F6FFFF;
}
#contact #main section table th.necessary {
    background: url(../img/contact/required.png) 150px 30px no-repeat #F6FFFF;
}
#contact #main section table td {
	padding: 30px 25px;	
	    border: 1px solid #18C7F1;
}
#contact #main section table td p{
	padding:5px 0;
	color:#E21214;
	margin:0;
	font-size:14px;
}


#contact #main section table input,#contact #main section table textarea,#contact #main section table em{
	border: 1px solid #18C7F1;
	display:block;	
	width:516px;
	padding:3px 10px;
	font-size:14px;
	    background: #F6FFFF;s
}
#contact #main section table input {
	line-height:38px\9;/*Hack for IE8 */
	*line-height:38px;/*Hack for IE7 */
}



#contact #main section table input,#contact #main section table em {
	height:38px;
}
#contact #main section table em {
	font-style:normal;
	line-height:16px;
	padding:12px 10px 11px;
	height:auto;
	font-weight:normal;
	font-family:monospace;
}
#contact #main section table .textarea_td em {
	line-height:22px;
	padding:12px 10px 21px;
	height:auto;
}

#contact #main section table textarea{
	height:120px;
	line-height:26px\9;/*Hack for IE8 */
	*line-height:26px;/*Hack for IE7 */
}

#contact #main section #form_submit {
    text-align: center;
    margin: 40px auto 120px;
    height: 40px;
}


#contact #main section #form_submit input{
	margin:0 auto 20px;
	width: 301px;
    height: 51px;
	display:block;
	border:0;
	background:url(../img/contact/product_kakunin_bt.png) left top no-repeat;
	text-indent:110%;
	overflow:hidden;
	white-space:nowrap;
}
#contact #main section #form_submit input.back_bt{
	float:left;
	margin:0 0 20px 140px;
	background:url(../img/contact/product_modoru_bt.png) left top no-repeat;
}
#contact #main section #form_submit input.send_bt{
	margin:0 140px 20px 0;
	float:right;
	background:url(../img/contact/product_soushin_bt.png) left top no-repeat;
}
#contact #main section #form_submit input:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	cursor:pointer;	
}

#contact #error{
	width:560px;
	margin:40px auto;
	text-align:center;
}
#contact #error h4{
	margin:20px 0;
	text-align:center;
	font-size:16px;
}
#contact #error h5{
	margin:20px 0;
	text-align:center;
	font-size:16px;
}
#contact #error hr {
	border-top:1px solid #96989B;
	height:1px;
	background:none;
	display:block;
}
#contact #error p{
	margin:20px 0;
	text-align:center;
	color:#E21214;
}
#contact #error input{
	margin:0 auto 20px;
	width:290px;
	height:45px;
	display:block;
	border:0;
	background:url(../img/contact/product_modoru_bt.png) left top no-repeat;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
#contact #error input:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	cursor:pointer;	
}

img.necessary02 {
    position: relative;
    top: 7px;
    right: 7px;
    margin-left: 18px;
}

.confirm>img {
    margin: 0 0 50px;
}
.accept {
    margin: 0 0 50px;
}
.accept img {
    margin: 40px 0;
}

/* policy */

article#policy_box {
    margin: 40px 30px 80px;
}

article#policy_box h4{
    font-size: 18px;
    margin: 5px 5px 7px;
	color:#0099CC;
}

article#policy_box p {
    margin: 0 5px 30px;
}

article#policy_box th{
	color:#0099CC;
	    font-size: 20px;
	    padding: 0 3px 0 0;
}
article#policy_box table{
	margin:0 0 30px;
}
