/*######################################################################

	Style CSS

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

/* Reset Stylesheet */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



img {
	vertical-align: bottom;
}
body {
	font-size: 17px;
	line-height: 1.6;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic","Myriad Pro", Helvetica, Arial, sans-serif;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #fff;
	text-align: center;
}
header {
	width: 1020px;
	height: 80px;
	margin: 0 auto;
}
h1 img {
	width: 197px;
	height: 44px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
header .hcopy {
	width: 594px;
	height: 37px;
	float: right;
	margin-top: 20px;
	margin-right: 80px;
}
.catch {
	clear: both;
	margin: 0 auto;
}
.catch h2 {
	background: #c2e7fe;
	width: 100%;
}
.block01 {
	background-color: #002780;
	height: 195px;
	margin: 0 auto;
}
.block02 {
	background-color: #c2e7fe;
	padding-top: 60px;
	padding-bottom: 20px;
	margin: 0 auto;
}
.block02 img {
	margin-bottom: 40px;
}
.block03 {
	width: 1020px;
	margin: 0 auto;
}
.block04 {
	background-color: #002780;
	height: 268px;
	margin: 0 auto;
}
.block05 {
	background-color: #002780;
	margin: 0 auto;
}
.block05 img {
	margin-bottom: 60px;
}
.block06 {
	background-color: #002780;
	text-align: center;
	padding-bottom: 60px;
	margin-top: -2px;
}
.order-btn {
	width: 635px;
	height: 163px;
	background-image: url(../img/btn.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}
.order-btn a {
	width: 635px;
	height: 163px;
	background-image: url(../img/btn.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
.order-btn a:hover {
	background-image: url(../img/btn_o.jpg);
	background-repeat: no-repeat;
}
footer {
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer img {
	margin-right: 10px;
	width: 100px;
}
footer address {
	font-style: normal;
	font-size: 13px;
	margin-top: 30px;
}
footer li {
	display: inline;
	margin-right: 30px;
	text-decoration: none;
}
footer a:link {
	color: #1e4b9e;
	text-decoration: underline;
}
footer a:hover {
	color: #1e4b9e;
	text-decoration: none;
}
footer a:visited {
	color: #1e4b9e;
}


/* --------------------------------------------------- セット内容 */
.topic-area {
	max-width: 980px;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    padding: 10px;
    margin: 0 auto 30px;
    border: 1px solid #fa0000;
    border-radius: 3px;
    box-sizing: border-box;
}

.topic-area p:first-child {
    font-size: 16px;
    background: #fa0000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 10px;
}

.txt-bold {font-weight: bold;}