@charset "utf-8";
/* CSS Document */

/*==================================================
	
  ● Title //CSS名
  ○ reset.css
  
  ● Created Date in CSS //CSS作成日
  ○ 2012.06.25
  
  ● Last Update //最終更新日
  ○ 2010.04.13
  
  ● Created by //製作元
  ○ ROM SHARING.INC
  
  ● a Table of Contents //目次
  ○ reset css
 
==================================================*/

/* RESET
======================================================= */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;padding:0;
	}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
	}

ul {
	list-style:none;
	}

input, select {
    vertical-align:middle;
	}

table {
	border-collapse: collapse;border-spacing:0;
	}

fieldset,img{ border: 0; }
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;font-weight:normal;
	}

caption,th{ text-align: left; }
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;font-weight:normal;
	}
input[type="text"],input[type="password"],textarea,select{ 
	font-family: inherit;
	font-size:inherit;
	font-weight:inherit;
    -webkit-appearance: none;
}

input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
}


/* 共通設定
======================================================= */

p { margin: 0; line-height: 1.5; }

.tac {text-align:center;}

img { 
	border: 0;
	max-width:100%;
	height:auto;
	}

table.nbr,
table.tbr table.nbr {
	border-top: none;
	border-left: none;
	border-collapse: collapse;
	}

table.nbr th,
table.tbr table.nbr th {
	padding: 0;
	border-right: none;
	border-bottom: none;
	color: #444;
	line-height: 1.5;
	}

table.nbr td,
table.tbr table.nbr td {
	padding: 0;
	border-right: none;
	border-bottom: none;
	color: #444;
	line-height: 1.5;
	}

p.attention,
ul.disc li {
	margin-left: 1em;
	text-indent: -1em;
	}


/* 基本設定
======================================================= */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #444;
	font-family:"メイリオ",Meiryo,"HiraKakuProN-W3","ヒラギノ角ゴ ProN W3",sans-serif;
	text-align: left;
	-webkit-text-size-adjust: none;
	font-size:90%;
	line-height:1.8;
	}
	
a {
	color:#444;
	text-decoration:underline;
	word-wrap:break-word;
	word-break: break-all;
}

a:hover{
	color:#444;
}