@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  color: #b93a59;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration:none;
}

img {
  vertical-align: bottom;
}

/* 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;
}

li {
  list-style-type: none;
}

html {
  overflow-y: scroll;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

* {
  word-wrap: break-word;
}

body {
  background: #fff;
  color: #6d6d6d;
  font: 13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica','sans-serif';
  -webkit-text-size-adjust: 100%;
  border-top:#5d5d5d solid 3px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

p, li, dt, dd {
  line-height: 1.4;
}

header {
	background:url(../images/cmn_bg.png) left top no-repeat;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	overflow:hidden;
	margin:0 0 20px;
}
header h1 {
	float:left;
	padding:5px 0 15px 15px;
}
header ul.navi {
	float:right;
}
header ul.navi li {
	float:left;
	padding:5px 7px 7px 0;
}

.linkSet {
	overflow:hidden;
	padding:0 5%;
}
.linkSet li {
	width:50%;
	float:left;
	background-image:url(../images/cmn_link_bgI02.png), url(../images/cmn_link_bgT.png), url(../images/cmn_link_bgB.png), url(../images/cmn_link_bgC.png);
	background-position:right center, left top, left bottom, left top;
	background-repeat:no-repeat, no-repeat, no-repeat, no-repeat;
	background-size:13px auto, 100% auto, 100% auto, 100% 100%;
	-webkit-background-size:13px auto, 100% auto, 100% auto, 100% 100%;
	-moz-background-size:13px auto, 100% auto, 100% auto, 100% 100%;
}
.linkSet li a {
	display:block;
	padding:14px 8% 14px 2%;
	color:#ae002b;
	font-size:14px;
	text-align:left;
}
.linkSet li.pc a {
	background:url(../images/cmn_link_bgI01.png) left center no-repeat;
	background-size:28px auto;
	-webkit-background-size:28px auto;
	-moz-background-size:28px auto;
	padding-left:19%;
}
.linkSet li.pdf a {
	background:url(../images/cmn_link_bgI03.png) left center no-repeat;
	background-size:28px auto;
	-webkit-background-size:28px auto;
	-moz-background-size:28px auto;
	padding-left:19%;
}

/* sizeL */
.linkSet li.sizeL {
	width:100%;
	background-image:url(../images/cmn_link_bgI02.png), url(../images/cmn_linkL_bgT.png), url(../images/cmn_linkL_bgB.png), url(../images/cmn_linkL_bgC.png);
	background-position:right center, left top, left bottom, left top;
	background-repeat:no-repeat, no-repeat, no-repeat, no-repeat;
	background-size:13px auto, 100% auto, 100% auto, 100% 100%;
	-webkit-background-size:13px auto, 100% auto, 100% auto, 100% 100%;
	-moz-background-size:13px auto, 100% auto, 100% auto, 100% 100%;
}
.linkSet li.sizeL a {
	padding:12px 6% 12px 4%;
}
.linkSet li.pc.sizeL a,
.linkSet li.pdf.sizeL a {
	padding-left:11%;
}

.retopBtn {
	margin:14px 2% 10px;
	text-align:right;
}
.retopBtn a {
	font-size:12px;
	color:#ae002b;
	font-weight:bold;
	text-decoration:underline;
}

footer {
	background:url(../images/cmn_bg.png) left top no-repeat;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
}
footer  .copyright {
	font-size:10px;
	color:#FFFFFF;
	padding:7px 0;
	text-align:center;
}
