/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

.undergray{
	vertical-align: middle;	
	background-color: #eee;
	padding: 10px;
	font-size: 110%;
	line-height: 160%;
}	

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

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 #000;
	cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
img{
	max-width: 100%;
	vertical-align: top;
}

/*スタイルシート
*******************************************/

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
header{
	background-color: #000;
	padding: 10px 0;
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-family:'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',sans-serif;
	letter-spacing: 2px;
	line-height: 130%;
}
.inner{
	width: 850px;
	margin: 0 auto;
}

.title-area h2{
	font-size: 44px;
	color: #666666;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.4;
	letter-spacing: 8px;
}
.title-area .txt{
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
}

.contact{
	padding: 40px 0 50px;
}




.category{
	padding-top: 50px;
}
.contetn h2{
	font-size: 20px;
	line-height: 1.7;
	padding: 0px 2% 20px;
	font-weight: bold;
}

.contetn p{
	font-size: 15px;
	line-height: 1.6;
	padding: 0px 2% 20px;
}
.contetn ul{
	font-size: 15px;
	line-height: 1.4;
	list-style-type: disc;
	margin-left: 6%;
}
.contetn ol{
	font-size: 15px;
	line-height: 1.4;
	list-style-type: decimal;
	margin-left: 12%;
}
.contetn li{
	padding: 0px 0% 15px;
}
.bold{
	font-weight: bold;
	margin: 20px 0% 0px;
}

footer{
	text-align: center;
	font-size: 14px;
	padding-bottom: 5px;
    padding-top: 20px;
    line-height: 1.6em;
}
footer ul li{
	display: inline-block;
}
footer ul li a{
	text-decoration: none;
	color: #000;
}

footer a{
	text-decoration: none;
	color: #000;
}





@media screen and (max-width:850px){
	.inner{
		width: 94%;
	}
}
@media screen and (max-width:800px){

	.category .img{
		display: none;
	}
	.category  .contetn .img{
		display: block;
	}
	.category .contetn h3{
		text-align: center;
	}

}

/* Lawのテーブル */
.table-a {
	border-collapse:collapse;
	border-spacing:0;
	border-top:#cccccc solid 1px;
	margin:0 0 20px;
	width:100%;
}
.table-a th {
	font-size:14px;
	line-height: 1.7;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	padding:15px 2%;
	background: #efefef;
	border-bottom:#cccccc solid 1px;
	width:20%;
}
.table-a td {
	font-size:14px;
	line-height: 1.7;
	text-align:left;
	vertical-align:top;
	padding:15px 2%;
	border-bottom:#cccccc solid 1px;
	width:70%;
}







	.sp{
		display: none;
	}
	.pc{
		display: block;
	}

@media screen and (max-width:680px){
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}	

	.category .inner{
		padding: 0;
	}
}

	