@charset "utf-8";

body {
    line-height:1;
    margin:0;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

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

input, select {
    vertical-align:middle;
}

a {
    display: block;
}

a.inline { display: inline;}

a {
    -webkit-tap-highlight-color:transparent;
}

section { margin: 0;}

p { padding: 8px 10px;}

.aL { text-align: left;}
.aC { text-align: center;}
.aR { text-align: right;}

.fontRed { color: red;}

.submitEntry {
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#d1170d 0%,
		#660a07);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#d1170d),
		to(#660a07));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	margin: 10px 30px 5px;
	text-decoration: none;
	text-align: center;
}

h2 {
	font-weight: normal;
	font-size: 14px;
	color: #050505;
	padding: 4px 12px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#c2c2c2);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#c2c2c2));
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	margin: 10px 0 5px;
	border-bottom: 2px solid #C80000;
}

h3 { padding: 4px 12px; border-bottom: 2px dotted #999; border-top: 2px dotted #999; margin: 10px 0 5px; font-size: 14px; background: #f0f0f0;}

.normalButton {
	font-size: 14px;
	color: #ffffff;
	padding: 8px 16px;
	background: -moz-linear-gradient(
		top,
		#bad3ff 0%,
		#636d94);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#bad3ff),
		to(#636d94));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	margin: 5px 30px 5px;
	text-decoration: none;
	text-align: center;
	display: block;
}

.small { font-size: 12px;}

footer .navi { margin: 0; padding: 0;}
footer .navi a {
	background: -moz-linear-gradient(
		top,
		#808080 0%,
		#4D4D4D);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#808080),
		to(#4D4D4D));
	border: 0px solid #000000;
	padding: 6px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

footer .navi a span { font-size: 10px; display: block;}
footer .copy { background: #C80000; color: #fff; text-align: center; font-size: 10px;}



/******************************************************
*/

#header { text-align: center; background: url(../img/title_bg.png) no-repeat 50% 0;}

dl.normal { padding: 5px 10px 10px;}
dl.normal dt { background: url(../img/arrow01.png) no-repeat 0 50%; padding-left: 15px;}
dl.normal dd { padding: 0; margin: 0;}

dl.txt { padding: 5px 10px 10px;}
dl.txt dt { color: #008000;}

ul.arrow { margin-left: 10px;}
ul.arrow li { background: url(../img/arrow01.png) no-repeat 0 50%; padding-left: 15px;}

.boxCmt { border: 1px solid #ccc; background: #f0f0f0;}

.image { text-align: center;}
.image img { width: 100%; max-width: 300px;}

h3 span { color: #C80000;}
.flowMark { text-align: center; border-bottom: 2px solid #C80000; margin-bottom: 10px;}
.flowMark span { color: #C80000;}
.flowMark a { display: inline;}

.attention { color: #C80000; border: 1px solid #f00; background: #fff0f0; padding: 10px; margin: 0 10px 10px;}
.needPoint { color: #C80000;}

.submitArea { text-align: center;}
.submitArea input[type=submit] { padding: 3px 2em; -webkit-appearance: none; font-size: 18px; background: #C80000; color: #fff;}

.calcRes span { color: #008000;}
.calcRes strong { color: #C80000;}

.lawPage h4 { padding: 4px 0 4px 10px; border-bottom: 2px solid #ccc; color: #555;}
.lawPage ol li { padding-bottom: 5px;}

.lawPage .shoppingLaw { padding: 5px 10px;}
.lawPage .shoppingLaw dt { color: #008000;}

#agreementInner p.ttl {
    border-bottom: 1px solid green;
    color: green;
    font-weight: bold;
    margin: 0 5px 5px;
    padding-bottom: 3px;
    width: auto;
}

.likeList { margin: 10px;}
li .likeList { margin: 0;}
.likeList dt { width: 2.5em; float: left; text-align: right;}
.likeList dd { padding-left: 3em; margin-left: 0;}

dl.extra {
    padding: 0 10px;
}
dl.extra dt {
    color: #428000;
    font-weight: bold;
    margin-top: 5px;
}
dl.extra dd {
    margin-bottom: 5px;
    margin-left: 15px;
}