@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Browser Windows：IE6,7,8,Firefox,Opera,Safari,Chrome
+ Browser Macintosh：Safari,Firefox
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

html {
	width: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	}

body{
	font-size: 12px;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Verdana",sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
	}

/*----- 2017/3/1 tsukada ID統合 Pontaルート改修 Start   -----*/

table.pnTable { 
    border-collapse: collapse; 
    border-spacing: 1px; 
    text-align: left; 
    line-height: 1.5; 
    border: 1px solid #ccc; 
}
table.pnTable th { 
    width: 150px; 
    padding: 10px; 
    font-weight: bold; 
    vertical-align: middle; 
    border: 1px solid #ccc; 
    background: #efefef; 
} 
table.pnTable td { 
    width: 350px; 
    padding: 10px; 
    vertical-align: middle; 
    border: 1px solid #ccc; 
} 
/*----- 2017/3/1 tsukada ID統合 Pontaルート改修 End   -----*/

table.pnauthTable { 
    border-collapse: collapse; 
    border-spacing: 1px; 
    text-align: left; 
    line-height: 1.5; 
    border: 1px solid #ccc; 
}
table.pnauthTable th { 
    width: 130px; 
    padding: 10px; 
    font-weight: bold; 
    vertical-align: middle; 
    border: 1px solid #ccc; 
    background: #efefef; 
} 
table.pnauthTable td { 
    width: 300px; 
    padding: 10px; 
    vertical-align: middle; 
    border: 1px solid #ccc; 
} 

table.pnrelationauthTable { 
    margin: auto;
    border-collapse: collapse; 
    border-spacing: 1px; 
    text-align: center; 
    line-height: 1.5; 
    border: 1px solid #ccc; 
}
table.pnrelationauthTable th { 
    width: 130px; 
    padding: 10px; 
    font-weight: bold; 
    vertical-align: middle; 
    border: 1px solid #ccc; 
    background: #efefef; 
} 
table.pnrelationauthTable td { 
    width: 300px; 
    padding: 10px; 
    vertical-align: middle; 
    border: 1px solid #ccc; 
} 
table {
	font: 100%;
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
	}
caption,th { text-align:left; }

fieldset,img { border: 0;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
	}
ol,ul { list-style: none;}

q:before,q:after { content:'';}
abbr,acronym {
	border: 0;
	font-variant: normal;
	}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom;}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: 0;}
legend{ color:#555;}

select,input,button,textarea{ font: 99% helvetica,arial,clean,sans-serif;}

pre,code,kbd,samp,tt{
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
	}


a { outline: none;}
/*
a:link { color: #000000; text-decoration: underline;}
a:visited { color: #000000; text-decoration: none;}
*/
a:hover { text-decoration: none; }
a:focus { text-decoration: none;}
a:active { text-decoration: none;}

a img { border: none;}

li img,
dt img,
dd img{ vertical-align: top;}

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

	

