/*--------------------------------------
  Default Style Sheet
  - Universal selector& fonts
  - Text Size Set
  - Structure Module
  - Text Module
  - Hypertext Module
  - List Module
  - Table Module
  - Image Module
---------------------------------------*/

/*--------------------------------------
  Universal selector & fonts
---------------------------------------*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/*body{font:13px/1.231  Meiryo,"ï¿½ï¿½ï¿½Cï¿½ï¿½ï¿½I","MS Pï¿½Sï¿½Vï¿½bï¿½N Ex+","ï¿½lï¿½r ï¿½oï¿½Sï¿½Vï¿½bï¿½N","ï¿½qï¿½ï¿½ï¿½Mï¿½mï¿½pï¿½S Pro W3",arial,helvetica,clean,Verdana, Osaka, sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99%  Meiryo, "ï¿½ï¿½ï¿½Cï¿½ï¿½ï¿½I", "MS Pï¿½Sï¿½Vï¿½bï¿½N Ex+", "ï¿½lï¿½r ï¿½oï¿½Sï¿½Vï¿½bï¿½N","ï¿½qï¿½ï¿½ï¿½Mï¿½mï¿½pï¿½S Pro W3",arial,helvetica,clean,Verdana, Osaka, sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}*/
/*body * {line-height:1.5em;}*/

/*--------------------------------------
  Structure Module
---------------------------------------*/

body {
	/*background: #f3f3f3 url(../img/bg_body_s.gif) top center repeat-y;*/
	color: #333;
	text-align: center;
	background-color: #f3f3f3;
	margin: 0;
}

div {
	text-align: left;
}


/*--------------------------------------
  Text Module
---------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	line-height: 1.1;
}

h1 {
	font-size: 100%;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 100%;
}

h4 {}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 80%;
}

em {
	font-style: normal;
	font-weight: bold;
}


/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a {
	text-decoration: none;

}

a:hover {
	cursor: pointer;
}

/*a:link {
	color: #06c;
}

a:active {
	color: #06c;
}
a:visited {
	color: #6b5499;
}*/

a:hover {
	cursor: pointer;
}

/*--------------------------------------
  List Module
---------------------------------------*/

ul,
ol,
dl {
	list-style-position: outside;
	margin: 0px;
	padding: 0px;

}

ol {
	margin: 0 22px;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li {
	list-style: none;
	padding: 0;
}

/*--------------------------------------
  Table Module
---------------------------------------*/

table {
	border-collapse: collapse;

}

/*table,th,td{
	border: 1px solid #dedede;
}
*/
th {
	text-align: left;
}


/*--------------------------------------
  Image Module
---------------------------------------*/

img {
	width: 100%;
	border: none;
	vertical-align: bottom;
}

td img {
	vertical-align: baseline;
}


/*--------------------------------------
  onmouse
---------------------------------------*/

.mainVisual01 {
	position: relative;
	width: 930px;
}

.mainVisual01 .btn-Dora2013 {
	left: 184px;
	position: absolute;
	top: 154px;
}

/*段落設定*/
.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/*文字太さ設定*/
.bold {
	font-weight: 700;
}

/*文字色設定*/
.red {
	color: #ff0000;
}

/*margin設定*/
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

/*padding設定*/
.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb10 {
	padding-bottom: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pr20 {
	padding-right: 20px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl20 {
	padding-left: 20px;
}

/*display設定*/
.block {
	display: block;
}

/*文字サイズ設定*/
.fs10 {
	font-size: 10px;
}

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: none;
	border-radius: 0;
}