@charset "utf-8";

/* リセットCSS START */
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
li { list-style-type: disc; }
/* リセットCSS END */

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

body{
	background: url(../img/bg.gif) repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ", sans-serif;
	font-size: 87.5%;
	font-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	color: #2E2E2E;
}

table, td, th {
    border: 1px solid #1073a1;
}
td, th {
    box-sizing: border-box;
    padding: 5px;
    width: 50%;
}
th {
    background-color: #145471;
    color: #ffffff;
}

/* button design
----------------------------------------------------------------------------------------------------*/
.btn-blue{
	padding: 5px;
	border: none;
	border-bottom: 2px solid #145471;
	border-radius: 5px;
	color: #FFFFFF;
	/*Other Browser*/
	background: #106f9b;
	/*For Old WebKit*/
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #17a7e9),
		color-stop(1.00, #106f9b)
	);
	/*For Modern Browser*/
	background: linear-gradient(#17a7e9,#106f9b);
}

.btn-gray{
	padding: 5px;
	border: none;
	border-bottom: 2px solid #595D5D;
	border-radius: 5px;
	color: #FFFFFF;
	/*Other Browser*/
	background: #707575;
	/*For Old WebKit*/
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #8C9191),
		color-stop(1.00, #707575)
	);
	/*For Modern Browser*/
	background: linear-gradient(#8C9191, #707575);
}

.btn-disabled {
	padding: 5px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	color: #FFFFFF;
	/*Other Browser*/
	background: #707575;
	/*For Old WebKit*/
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #8C9191),
		color-stop(1.00, #707575)
	);
	/*For Modern Browser*/
	background: linear-gradient(#8C9191, #707575);
}

.content_boxL { margin-top: 20px; }
.content_boxS { margin-top: 10px; }

#header { height: 40px; padding: 10px;}
#content {
	padding: 0 10px;
	max-width: 950px;
	box-sizing: content-box;
	margin: 0 auto;
}

h1 { font-size: 30px; }
h2 { font-size: 20px; }

#usage ul, #usage ol, 
#policy ul, #policy ol {
    margin: 0 0 10px 25px;
    padding: 0;
}

#usage p,
#policy p {margin-bottom: 10px;}

#footer { margin-top: 20px; text-align: center; }
#footer ul { display: inline-block; margin:0 auto; }
#footer li { float: left; margin-right: 10px; list-style: none;}
#footer small { font-size: 10px; }
.language {font-family:"MS ゴシック"; font-style:italic; }


