@charset "utf-8";

/**
 * ブラウザリセット
**/
* {
}

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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td{
    margin: 0;
    padding: 0;
    border: 0;
    color: #231815;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: break-all;
	overflow-wrap : break-word;
}

table, caption, th, td{
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse : collapse ;
    border-spacing: 0px;
    empty-cells: show;
    text-align: left;
    font-weight: normal;
	vertical-align:top;
}

select {
	padding: 5px 30px 5px 10px;
	padding: 5px\9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px:
	text-overflow: "";
	border: 1px solid #b7b7b7;
	background: url("/navi/img/common/arrow_select.png") right 5px top 50% no-repeat #ffffff;
	background-size: 20px, 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
::-ms-expand {
	display: none;
}

p {
}

a {
	color: #2b65b3;
}

a img, iframe{
	border:none;
}

strong {
	color: #555;
}

img {
	margin:0;
}

.clearfix {
	clear:both;
	height:0;
}

.title {
	padding: 10px 20px;
}

.title img {
	margin-left: 10px;
}

.description {
	color: #666;
}

.agree {
	text-align: center;
}

h1 {
	font-size: 1.3rem;
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: normal;
	padding: 0 10px 5px;
	color: #231815;
	margin-bottom: 15px;
	border-bottom: solid 3px #ec6d7b;
}

h2 {
	background: url("/navi/img/common/bg_h2.gif?1") no-repeat 40px center;
	font-weight: normal;
	padding: 0 10px 5px;
	padding-left: 0;
}

h2.h2bg {
	background: url("/navi/img/common/bg_h2.gif?1") no-repeat 40px center;
}

h2 span {
	font-size: 1.2rem;
	padding: 0 0.5em 0 0;
	color: #ec6d7b;
	background-color: #ffffff;
}


h3 {
	font-size: 0.9rem;
	font-weight: normal;
	padding: 0 10px 5px;
}

#header {
	display: none;
}

.pc {
	display: none;
}

.sp {
	display: none;
}

#index h1 {
	display: none;
}


/* エラー用 */
.errortext {/*テキストエリア*/
	background-color: #f9c7c7;
}

.errorddl {/*セレクト*/
	background-color: #f9c7c7;
}

.errorradio,
.errorradio li,
.errorradio li label,/*ラジオボタン*/
.errorckbox,
.errorckbox li,
.errorckbox li label {/*チェックボックス*/
	background-color: #f9c7c7;
	padding: 0 5px;
}


/*デバッグ用ボタン*/
.btn_area .btn_debug {
	display:block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 0.8rem;
	background-color: #3397fc;
	padding: 10px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 1rem;
}

