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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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


/*

COMMON

 */
html, body {
  text-align: center;
  /*font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  min-width: 1000px;
  color: #666;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: url(../images/spacer.gif);
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: .1em;
  line-height: 0;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

p {
  margin: 0 0 2em 0;
  line-height: 1.6em;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

/*

common

 */
a {
  color: #0076a3;
  text-decoration: underline;
}
a:hover {
  color: #09a9e6;
}
a:active, a:focus {
  color: #09c;
}

.radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/*

HEADER

*/
header {
  width: 100%;
  text-align: left;
  margin: 0 0 20px 0;
}

/* HEADING */
h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  text-align: center;
}
.logo img{
  width: 300px;
  height: auto;
  padding: 0;
  margin: 80px 0;
}

h2 {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: lighter;
  font-size: 14px;
}

/*

NAVIGTION

*/
nav {
  padding: 0;
  width: 100%;
  margin: 0 0 15px 0;
}

nav ul.navigation {
  width: 750px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
nav ul.navigation li {
  font-size: 16px;
  line-height: 1em;
  padding:0 10px;
  margin:0 0 20px -1px;
  display: inline-block;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
nav ul.navigation li:nth-child(5),
nav ul.navigation li:nth-child(9),
nav ul.navigation li:nth-child(15),
nav ul.navigation li:nth-child(22),
nav ul.navigation li:nth-child(25),
nav ul.navigation li:last-child{
  border-right: 1px solid #ddd;
}
/*

SNS-SHARE-NAVIGATION

*/
.share {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  text-align: right;
}

.share ul {
  list-style: outside none;
  margin: 0 0 20px 0;
  padding: 0;
}
.share ul li {
  padding: 0 4px 0 0;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  background: none;
  margin: 0;
  border: 1px solid #f00;
}

/*

CONTENTS

*/
/* Grid Column Setting */
.column {
  width: 1000px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-rule: 1px solid #ddd;
  -moz-column-rule: 1px solid #ddd;
  -ms-column-rule: 1px solid #ddd;
  -o-column-rule: 1px solid #ddd;
  column-rule: 1px solid #ddd;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 1.6em;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

article {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

section {
  width: 100%;
}




/*

FOOTER

*/
footer {
  width: 100%;
  padding: 50px 0;
  text-align: center;
/*  border-top: 1px dotted #ddd;*/
}

footer p.copy {
  font-size: 10px;
}

/* ANCHOR */
.topTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  padding: 0;
  text-align: left;
  line-height: 1em;
}

.topTop a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}

.topTop a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

/*

OverWriteStyles

*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

hr.dot {
  width: 100%;
  border: dotted #ddd;
  border-width: 1px 0 0 0;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
  margin: 15px 0;
}

/* ALIGNMENT */
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

/* Vertical Center */
.verticalcenter p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Width */
.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w50 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

/* Responsive */
.inner {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}

.forpc {
  display: inline-block;
}

.forsp {
  display: none;
}
