@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html {-webkit-text-size-adjust: none}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
}

body {
	word-wrap: break-word;
}

body {
	font-size: 1.0em;
}
@media screen and (max-width: 480px) {
  body {
	font-size: 0.9em;
  }
}
@media screen and (max-width: 320px) {
  body {
  }
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {

}

a:visited {

}

a:hover {

}

a:active {

}

*{
    word-break: break-all;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.5;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	max-width: 640px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	padding: 0 10px 30px 10px;
	max-width: 620px;
}
#conts h2 {
	margin: 0 0 20px 0;
	padding: 10px 0;
	background: #E35391;
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

#conts .name_01,
#conts .name_02 {
	line-height: 25px;
	padding: 0 10px;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
#conts .name_01 {
	background: #408CD8;
}
#conts .name_02 {
	background: #99CC00;
}

#conts dl {
	margin: 0;
	padding: 0 0 40px 0;
}
#conts dt {
	margin: 0;
	padding: 5px 0 5px 30px;
	border-bottom: #CCC 2px dotted;
	font-size: 1.2em;
	font-weight: bold;
}
	#conts dt.tlt1 {
		background: url(../../images/dt_bg_01.gif) no-repeat left center;
	}
	#conts dt.tlt2 {
		background: url(../../images/dt_bg_02.gif) no-repeat left center;
	}
	#conts dt.tlt3 {
		background: url(../../images/dt_bg_03.gif) no-repeat left center;
	}
	#conts dt.tlt4 {
		background: url(../../images/dt_bg_04.gif) no-repeat left center;
	}
	#conts dt.tlt5 {
		background: url(../../images/dt_bg_05.gif) no-repeat left center;
	}
	#conts dt.tlt6 {
		background: url(../../images/dt_bg_06.gif) no-repeat left center;
	}
	#conts dt.tlt7 {
		background: url(../../images/dt_bg_07.gif) no-repeat left center;
	}
	#conts dt.tlt8 {
		background: url(../../images/dt_bg_08.gif) no-repeat left center;
	}
	#conts dt.tlt9 {
		background: url(../../images/dt_bg_09.gif) no-repeat left center;
	}
	#conts dt.tlt10 {
		background: url(../../images/dt_bg_10.gif) no-repeat left center;
	}
	#conts dt.tlt11 {
		background: url(../../images/dt_bg_11.gif) no-repeat left center;
	}
	#conts dt.tlt12 {
		background: url(../../images/dt_bg_12.gif) no-repeat left center;
	}
	#conts dt.tlt13 {
		background: url(../../images/dt_bg_13.gif) no-repeat left center;
	}
	#conts dt.tlt14 {
		background: url(../../images/dt_bg_14.gif) no-repeat left center;
	}
#conts dd {
	padding: 10px 0 30px 0;
}

#conts .disclaimer,
#conts .disclaimer2 {
	margin: 0;
	padding: 0;
	/*padding: 0 0 0 25px;*/
	/*background: url(../../images/asterisk.gif) no-repeat 0 4px;*/
}
	#conts .disclaimer {
		color: #666;
	}
	#conts .disclaimer2 {
		color: #F00;
	}

.com6 .howto {
	margin-bottom: 20px;
	padding: 10px;
	background: #EBEBEB;
}
.com6 .howto strong {
	color: #C00;
	font-size: 1.1em;
}
.com6 .sub_tlt {
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight:bold;
}

#conts table,
#conts th,
#conts td {
	border: #CCC 1px solid;
	border-collapse: collapse;
}
#conts th,
#conts td {
	padding: 10px;
}
#conts table {
	margin-bottom: 30px;
	width: 100%;
}
#conts caption {
	margin-bottom: 10px;
}
#conts th {
	background: #F0F0F0;
}
#conts td.num {
	width: 25%;
	text-align: center;
}
#conts td {
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 0 0 20px 0;
	max-width: 640px;
	background: #6EB4D6;
	color: #FFF;
}
#gFooter img {
	vertical-align: top;
}
#gFooter .box01,
#gFooter .box02 {
	margin-right: 10px;
	margin-left: 10px;
}
#gFooter .box01 p,
#gFooter .box02 p {
	font-size: 1.2em;
	font-weight: bold;
}
#gFooter .box01 {
	padding-bottom: 20px;
	border-bottom: #FFF 1px solid;
}
#gFooter .box02 {
	padding-top: 20px;
}
