::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }

body {
	background-color: #ffffff;
	margin: 40px;
	font: 13px/20px normal Helvetica, Arial, sans-serif;
	color: #4F5155;
}

a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

h1 {
	color: #000;
	background-color: transparent;
	font-size: 32px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 10px;
}

p {
	color: #000;
	font-size: 20px;
	line-height: 1.5em;
	padding: 10px;
}

code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#body {
	margin: 0 15px 0 15px;
}

p.footer {
	text-align: right;
	font-size: 11px;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
}


/* 簡便のために全要素のマージンとパディングを0に */
* {
  margin: 0;
  padding: 0;
}

/* 商品一覧エリアの背景 */
#item-list {
  /*background: #ccc;*/
}

/* クリアフィックス */
#item-list ul:after {
  content: "";
  clear: both;
  display: block;
}

/* 商品一覧のリストの設定 */
#nav-bar ul li {
  display: block;
  float: left;
  height: 100%;
  list-style-type: none;
  /*background: #0cc;*/
  text-align: center;
  width: 26%;
  margin: 0 0%;
  padding: 10px 30px;
}

#nav-bar ul:after {
  content: "";
  clear: both;
  display: block;
}

#nav-bar ul li:nth-child(3n) {
  margin: 0 0 0 0;
}

#nav-bar2 {
	display: block;
	background-color: #dbdbdb; /* ボックス背景色 */
	margin-bottom: 40px;
}

#nav-bar2 ul li {
  display: block;
  float: left;
  height: 100%;
  list-style-type: none;
  background: #dbdbdb;
  text-align: center;
  width: 20%;
  margin: 0px 0;
  padding: 0px 0px;
}

#container {
	margin: 10px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
	align: center;
}

#header {
	margin: 40px;
	padding: 40px;
	display: inline-block;
}

.button1 a {
    width:200px;
    font-size:18px;
    /*font-weight:bold;*/
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    margin: 10px;
    color:#fff;
    background-color:#49a9d4;
    border-radius:5px;
    background-image:-moz-linear-gradient(
	    top,
	    #49a9d4 0%,
	    #2989d8 40%,
	    #2285d6 52%,
	    #2989d8);

    background-image:-webkit-gradient(
	    linear,left top,left bottom,
	    from(#49a9d4),
	    color-stop(0.49,#2989d8),
	    color-stop(0.52,#2285d6),
	    to(#2989d8));
	}

.button2 a {
    width:200px;
    font-size:18px;
    text-decoration:none;
    /*display:block;*/
    text-align:center;
    padding:8px 10px 10px;
    margin: 10px;
    color:#fff;
    border-radius:5px;
    background-color:#ff3333;
}

.content-text p {
	padding: 10px 60px 10px 60px;
	font-size: 24px;
	font-weight:bold;
}

@media (max-width: 767px) { 
.content-text p {
	padding: 10px 60px 10px 60px;
	font-size: 14px;
	font-weight:bold;
}
}

.content-text2 p {
	padding: 10px 60px 10px 60px;
	font-size:12px;
	font-weight:bold;
}

.content-text3 p {
	padding: 10px 60px 10px 60px;
	font-size:36px;
	font-weight:bold;
	color:red;
	background-color:#dbdbdb;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    align:center;
    top: 0;
    left: 50px;
    width: 90%;
    height: 90%;
}

.content-text h2 {
	padding: 10px 10px 10px 50px;
	font-size:40px;
	font-weight:bold;
	color:#000;
	background: linear-gradient(transparent 80%, orange 50%);
}

.catch {
	color:#FF0000;
	border-bottom: solid 2px;
}

#divtable{
 display:table;
 table-layout: fixed;
 width: 96%;
 padding:2%;
 text-align:center;
}

#divtable .cellb{
 display:table-cell;
 width:31%;
 padding:0 2%;
}

#detail {
	display:table;
	background-color: #dbdbdb; /* テーブル背景色 */
	table-layout: fixed;
	width: 96%;
	padding:2%;
	text-align:center;
}

#detail .cellb{
 display:table-cell;
 width:31%;
 padding:0 1%;
}

/* takudrill column */
.tips {
	background-color: #fff; /* ボックス背景色 */
	padding: 20px 20px; /* ボックス内側余白 */
	margin-bottom: 40px;
}

.tips h1 {
	color: #000;
	padding: 1em;
	border: solid #4682b4;
	border-width: 5px 30px;
  	font-size: 3em;
}

.tips ul {
	padding: 1em;
    list-style: square;     /* アイコンの種類指定 */
}

.tips ul li {
  margin-left: 1.2em;
  font-size: 1.5em;
  line-height:normal;
}

