/*
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;
	-webkit-text-size-adjust: 100%;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.butttonArea{
	border:none;
	background:none;
	padding:0px;
	line-height:0px;
}

.threeListData article .tagList li{
	margin-right:2px;
}

.formArea dl{
	border-left:#e7e7e7 solid 1px;
	border-top:#e7e7e7 solid 1px;
	display: table;
	width:100%;
	font-size:0.9em;
	box-sizing: border-box;
}

.lastInputArea{
	border-bottom:#e7e7e7 solid 1px;
}

.formArea dl dt{
	width:30%;
	padding:20px;
	border-right:#e7e7e7 solid 1px;
	display: table-cell;
	height:100%;
	vertical-align: top;
	background:#f9f9f9;
	box-sizing: border-box;
	margin:0px;
}

.formArea dl dd{
	width:70%;
	padding:5px;
	border-right:#e7e7e7 solid 1px;
	display: table-cell;
	box-sizing: border-box;
	margin:0px;
}

.workSchSection article .wsFigCont ul li{
	margin-bottom:5px;
}

.formArea dl dd input{
	width:100%;
	box-sizing: border-box;
	padding:10px;
	font-size:1.3em;
	background:#f2f2f2;
	border:none;
}

.formArea dl dd textarea{
	width:100%;
	box-sizing: border-box;
	padding:10px;
	font-size:1.3em;
	background:#f2f2f2;
	border:none;
}

.btnArea input{
	background: url(../img/common/bg_btn1.png);
    background-repeat: repeat-x;
    min-height: 50px;
    text-align: center;
    border-bottom: 5px solid #d83a8a;
    border-top:none;
    border-left:none;
    border-right:none;
    width:100%;
    color:#fff;
    font-size:1em;
    width:230px;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-top:20px;
}

.workSchSection article .wsFigCont ul li{
	margin-right:5px;
}

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

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;
  /**/
}