@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* Mobile Layout: 480px and below. */

#topic_sp {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	float: center;
	background-color: #333;
	border: 1px solid #06F;
    /* IE以外なら丸角も！ */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	display: block;
}
.topic_sp_bar {
	widows: 98%;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	float: none;
	background-color: #06F;
}
.topic_sp_title {
	width: 98%;
	padding: 1%;
	color: #FFF;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
.topic_sp_report {
	width: 98%;
	padding: 1%;
	color: #FFF;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}
#topic_sp_space {
	width: 100%;
	height: 7px;
	display: block;
}


#topic1 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	float: center;
	background-color: #333;
	border: 1px solid #06F;
    /* IE以外なら丸角も！ */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.topic1_bar {
	widows: 98%;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	float: none;
	background-color: #06F;
}
.topic1_title {
	width: 98%;
	padding: 1%;
	color: #FFF;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
.topic1_report {
	width: 98%;
	padding: 1%;
	color: #FFF;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
}

.topic1_faq_title {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F33;
	font-size: 12px;
	font-weight: bold;
}
.topic1_faq_q {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #09F;
	font-size: 11px;
}
.topic1_faq_a {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-size: 10px;
}

table.system {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	float: none;
	border-top: 1px solid #663300;
    border-left: 1px solid #663300;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #FFF;
    empty-cells: show;
}
.system th{
	width: 25%;
    border-right: 1px solid #663300;
    border-bottom: 1px solid #663300;
    background-color: #00C;
    background-position: left top;
    padding: 0.3em 1em;
	vertical-align: middle;
    text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.system td{
	width: 75%;
    border-right: 1px solid #663300;
    border-bottom: 1px solid #663300;
	padding: 0.3em 1em;
	vertical-align: middle;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #333;
}

#topic2 {
	display: none;
}

#topic_space {
	width: 100%;
	height: 7px;
}


/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {

#topic_sp {
	display: none;
}
#topic_sp_space {
	display: none;
}

#topic1 {
	width: 430px;
	border: 1.5px solid #06F;
    /* IE以外なら丸角も！ */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.topic1_title {
	font-size: 14px;
}
.topic1_report {
	font-size: 12px;
}

.topic1_faq_title {
	font-size: 14px;
}
.topic1_faq_q {
	font-size: 14px;
}
.topic1_faq_a {
	font-size: 12px;
}

.system th{
    font-size: 14px;
}
.system td{
    font-size: 12px;
}


#topic2 {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	float: center;
	background-color: #333;
	border: 1.5px solid #F63;
    /* IE以外なら丸角も！ */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	display: block;
}
.topic2_bar {
	widows: 98%;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	float: none;
	background-color: #F63;
}
.topic2_title {
	width: 98%;
	padding: 1%;
	color: #FFF;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	
}
.topic2_report {
	width: 98%;
	padding: 1%;
	color: #FFF;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

#topic_space {
	height: 10px;
}

}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {

#topic1 {
	width: 680px;
	border: 2px solid #06F;
    /* IE以外なら丸角も！ */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.topic1_title {
	font-size: 16px;
}
.topic1_report {
	font-size: 14px;
}

.topic1_faq_title {
	font-size: 16px;
}
.topic1_faq_q {
	font-size: 16px;
}
.topic1_faq_a {
	font-size: 14px;
}

.system th{
    font-size: 16px;
}
.system td{
    font-size: 14px;
}

#topic2 {
	width: 240px;
	border: 2px solid #F63;
    /* IE以外なら丸角も！ */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.topic2_title {
	font-size: 16px;
}
.topic2_report {
	font-size: 14px;
}

#topic_space {
	height: 15px;
}

}